@charset "UTF-8";
/*
* IMPORTANT PLEASE READ: This theme is built with scss. Please do not edit theme.CSS directly. Add your custom styles to theme.SCSS. If you aren't able to compile scss or aren't comfortable using it, please add your styles to the main theme folder's "style.css" file. Any styles added there will add to or override the styles in theme.css. 
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0679D0;
  --secondary: #005A45;
  --success: #36D08C;
  --info: #1C68B2;
  --warning: #FFFCF7;
  --danger: #dc3545;
  --light: #f8f3ea;
  --dark: #636363;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1700px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --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", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #636363;
  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: 1.2rem;
}

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: #1C68B2;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0679D0;
  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.5rem 0.75rem;
  padding-bottom: 0.5rem 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,
body.single #relevanssi_related h3,
#relevanssi_related h3, .h2, body.single #relevanssi_related #relevanssi_related_grid > div h4,
#relevanssi_related #relevanssi_related_grid > div h4, .h3, .wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-title, .icons .card-deck .card .icon-title, .h4, .h5, .h6 {
  margin-bottom: 1.2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1, body.single #relevanssi_related h3,
#relevanssi_related h3 {
  font-size: 2.223rem;
}

h2, .h2, body.single #relevanssi_related #relevanssi_related_grid > div h4,
#relevanssi_related #relevanssi_related_grid > div h4 {
  font-size: 1.334rem;
}

h3, .h3, .wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-title, .icons .card-deck .card .icon-title {
  font-size: 1.112rem;
}

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

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

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

.lead {
  font-size: 1.6rem;
  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: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #979797;
}

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

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

.list-unstyled, body .gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

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

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

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

.blockquote, blockquote,
.wp-block-quote {
  margin-bottom: 1rem;
  font-size: 1.111rem;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

.container, .has-background .wp-block-group__inner-container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .has-background .wp-block-group__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .has-background .wp-block-group__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .has-background .wp-block-group__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .has-background .wp-block-group__inner-container {
    max-width: 1120px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .has-background .wp-block-group__inner-container {
    max-width: 1240px;
  }
}
@media (min-width: 1700px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .has-background .wp-block-group__inner-container {
    max-width: 1340px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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: 15px;
  padding-left: 15px;
}

.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%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, .wp-block-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #636363;
}
.table th, .wp-block-table th,
.table td,
.wp-block-table td {
  padding: 0.5rem 0.75rem;
  vertical-align: top;
  border-top: 2px solid #dee2e6;
}
.table thead th, .wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #dee2e6;
}
.table tbody + tbody, .wp-block-table tbody + tbody {
  border-top: 4px solid #dee2e6;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd), .wp-block-table.is-style-stripes tbody tr:nth-of-type(odd) {
  background-color: #f0f7fc;
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(185.28, 217.48, 241.84);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(125.52, 185.32, 230.56);
}

.table-hover .table-primary:hover {
  background-color: rgb(163.8289864865, 205.9360810811, 237.7910135135);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(163.8289864865, 205.9360810811, 237.7910135135);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(183.6, 208.8, 202.92);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(122.4, 169.2, 158.28);
}

.table-hover .table-secondary:hover {
  background-color: rgb(168.1178571429, 198.7821428571, 191.6271428571);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(168.1178571429, 198.7821428571, 191.6271428571);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(198.72, 241.84, 222.8);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(150.48, 230.56, 195.2);
}

.table-hover .table-success:hover {
  background-color: rgb(178.0526612903, 237.0073387097, 210.9754032258);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(178.0526612903, 237.0073387097, 210.9754032258);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(191.44, 212.72, 233.44);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(136.96, 176.48, 214.96);
}

.table-hover .table-info:hover {
  background-color: rgb(172.3988815789, 200.0538815789, 226.9811184211);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(172.3988815789, 200.0538815789, 226.9811184211);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 254.16, 252.76);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 253.44, 250.84);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 244.5975, 227.26);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 244.5975, 227.26);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 251.64, 249.12);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 248.76, 244.08);
}

.table-hover .table-light:hover {
  background-color: rgb(246.665, 240.7114285714, 229.995);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(246.665, 240.7114285714, 229.995);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(211.32, 211.32, 211.32);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(173.88, 173.88, 173.88);
}

.table-hover .table-dark:hover {
  background-color: rgb(198.57, 198.57, 198.57);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(198.57, 198.57, 198.57);
}

.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, .wp-block-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .wp-block-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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .table-dark.wp-block-table.is-style-stripes 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;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1699.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .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, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=email],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=week],
input[type=url],
select,
textarea, #billpay #CustRefID {
  display: block;
  width: 100%;
  height: 2.4rem;
  padding: 0.4rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #005A45;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  input[type=email],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=week],
  input[type=url],
  select,
  textarea, #billpay #CustRefID {
    transition: none;
  }
}
.form-control::-ms-expand, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element::-ms-expand, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-expand,
input[type=email]::-ms-expand,
input[type=date]::-ms-expand,
input[type=datetime]::-ms-expand,
input[type=datetime-local]::-ms-expand,
input[type=month]::-ms-expand,
input[type=number]::-ms-expand,
input[type=password]::-ms-expand,
input[type=search]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=text]::-ms-expand,
input[type=time]::-ms-expand,
input[type=week]::-ms-expand,
input[type=url]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand, #billpay #CustRefID::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element:-moz-focusring, body .gform_wrapper input:-moz-focusring:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=email]:-moz-focusring,
input[type=date]:-moz-focusring,
input[type=datetime]:-moz-focusring,
input[type=datetime-local]:-moz-focusring,
input[type=month]:-moz-focusring,
input[type=number]:-moz-focusring,
input[type=password]:-moz-focusring,
input[type=search]:-moz-focusring,
input[type=tel]:-moz-focusring,
input[type=text]:-moz-focusring,
input[type=time]:-moz-focusring,
input[type=week]:-moz-focusring,
input[type=url]:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring, #billpay #CustRefID:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222;
}
.form-control:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element:focus, body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=email]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=url]:focus,
select:focus,
textarea:focus, #billpay #CustRefID:focus {
  color: #222;
  background-color: #fff;
  border-color: rgb(91.2242990654, 181.773364486, 250.2757009346);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 121, 208, 0.25);
}
.form-control::-moz-placeholder, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element::-moz-placeholder, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, #billpay #CustRefID::-moz-placeholder {
  color: #636363;
  opacity: 1;
}
.form-control::placeholder, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element::placeholder, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder, #billpay #CustRefID::placeholder {
  color: #636363;
  opacity: 1;
}
.form-control:disabled, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element:disabled, body .gform_wrapper input:disabled:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=email]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=week]:disabled,
input[type=url]:disabled,
select:disabled,
textarea:disabled, #billpay #CustRefID:disabled, .form-control[readonly], body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input[readonly].ctct-form-element, body .gform_wrapper input[readonly]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[readonly][type=email],
input[readonly][type=date],
input[readonly][type=datetime],
input[readonly][type=datetime-local],
input[readonly][type=month],
input[readonly][type=number],
input[readonly][type=password],
input[readonly][type=search],
input[readonly][type=tel],
input[readonly][type=text],
input[readonly][type=time],
input[readonly][type=week],
input[readonly][type=url],
select[readonly],
textarea[readonly], #billpay [readonly]#CustRefID {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input[type=date].ctct-form-element, body .gform_wrapper input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=date], #billpay input[type=date]#CustRefID,
input[type=time].form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input[type=time].ctct-form-element,
body .gform_wrapper input[type=time]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=time],
#billpay input[type=time]#CustRefID,
input[type=datetime-local].form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input[type=datetime-local].ctct-form-element,
body .gform_wrapper input[type=datetime-local]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=datetime-local],
#billpay input[type=datetime-local]#CustRefID,
input[type=month].form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input[type=month].ctct-form-element,
body .gform_wrapper input[type=month]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input[type=month],
#billpay input[type=month]#CustRefID {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value,
select:focus::-ms-value, #billpay select#CustRefID:focus::-ms-value {
  color: #222;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #636363;
  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.833rem;
  line-height: 1.5;
}

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

select.form-control[size],
select[size], #billpay select[size]#CustRefID, select.form-control[multiple],
select[multiple], #billpay select[multiple]#CustRefID {
  height: auto;
}

textarea.form-control,
textarea, #billpay textarea#CustRefID {
  height: auto;
}

.form-group, body .gform_wrapper ul li {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

.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.833rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(54, 208, 140, 0.9);
}
.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 body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element:valid, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .was-validated input.ctct-form-element:valid, .was-validated body .gform_wrapper input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .was-validated input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.was-validated input[type=email]:valid,
.was-validated input[type=date]:valid,
.was-validated input[type=datetime]:valid,
.was-validated input[type=datetime-local]:valid,
.was-validated input[type=month]:valid,
.was-validated input[type=number]:valid,
.was-validated input[type=password]:valid,
.was-validated input[type=search]:valid,
.was-validated input[type=tel]:valid,
.was-validated input[type=text]:valid,
.was-validated input[type=time]:valid,
.was-validated input[type=week]:valid,
.was-validated input[type=url]:valid,
.was-validated select:valid,
.was-validated textarea:valid, .was-validated #billpay #CustRefID:valid, #billpay .was-validated #CustRefID:valid, .form-control.is-valid, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.is-valid.ctct-form-element, body .gform_wrapper input.is-valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input.is-valid[type=email],
input.is-valid[type=date],
input.is-valid[type=datetime],
input.is-valid[type=datetime-local],
input.is-valid[type=month],
input.is-valid[type=number],
input.is-valid[type=password],
input.is-valid[type=search],
input.is-valid[type=tel],
input.is-valid[type=text],
input.is-valid[type=time],
input.is-valid[type=week],
input.is-valid[type=url],
select.is-valid,
textarea.is-valid, #billpay .is-valid#CustRefID {
  border-color: #36D08C;
  padding-right: calc(1.4em + 0.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2336D08C' 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.35em + 0.2rem) center;
  background-size: calc(0.7em + 0.4rem) calc(0.7em + 0.4rem);
}
.was-validated .form-control:valid:focus, .was-validated body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element:valid:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .was-validated input.ctct-form-element:valid:focus, .was-validated body .gform_wrapper input:valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .was-validated input:valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.was-validated input[type=email]:valid:focus,
.was-validated input[type=date]:valid:focus,
.was-validated input[type=datetime]:valid:focus,
.was-validated input[type=datetime-local]:valid:focus,
.was-validated input[type=month]:valid:focus,
.was-validated input[type=number]:valid:focus,
.was-validated input[type=password]:valid:focus,
.was-validated input[type=search]:valid:focus,
.was-validated input[type=tel]:valid:focus,
.was-validated input[type=text]:valid:focus,
.was-validated input[type=time]:valid:focus,
.was-validated input[type=week]:valid:focus,
.was-validated input[type=url]:valid:focus,
.was-validated select:valid:focus,
.was-validated textarea:valid:focus, .was-validated #billpay #CustRefID:valid:focus, #billpay .was-validated #CustRefID:valid:focus, .form-control.is-valid:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.is-valid.ctct-form-element:focus, body .gform_wrapper input.is-valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input.is-valid[type=email]:focus,
input.is-valid[type=date]:focus,
input.is-valid[type=datetime]:focus,
input.is-valid[type=datetime-local]:focus,
input.is-valid[type=month]:focus,
input.is-valid[type=number]:focus,
input.is-valid[type=password]:focus,
input.is-valid[type=search]:focus,
input.is-valid[type=tel]:focus,
input.is-valid[type=text]:focus,
input.is-valid[type=time]:focus,
input.is-valid[type=week]:focus,
input.is-valid[type=url]:focus,
select.is-valid:focus,
textarea.is-valid:focus, #billpay .is-valid#CustRefID:focus {
  border-color: #36D08C;
  box-shadow: 0 0 0 0.2rem rgba(54, 208, 140, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated textarea:valid, .was-validated #billpay textarea#CustRefID:valid, #billpay .was-validated textarea#CustRefID:valid, textarea.form-control.is-valid,
textarea.is-valid, #billpay textarea.is-valid#CustRefID {
  padding-right: calc(1.4em + 0.8rem);
  background-position: top calc(0.35em + 0.2rem) right calc(0.35em + 0.2rem);
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #36D08C;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #36D08C;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #36D08C;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(95.3346774194, 217.6653225806, 163.6491935484);
  background-color: rgb(95.3346774194, 217.6653225806, 163.6491935484);
}
.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(54, 208, 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: #36D08C;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #36D08C;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #36D08C;
  box-shadow: 0 0 0 0.2rem rgba(54, 208, 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.833rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}
.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,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element:invalid, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .was-validated input.ctct-form-element:invalid, .was-validated body .gform_wrapper input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .was-validated input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.was-validated input[type=email]:invalid,
.was-validated input[type=date]:invalid,
.was-validated input[type=datetime]:invalid,
.was-validated input[type=datetime-local]:invalid,
.was-validated input[type=month]:invalid,
.was-validated input[type=number]:invalid,
.was-validated input[type=password]:invalid,
.was-validated input[type=search]:invalid,
.was-validated input[type=tel]:invalid,
.was-validated input[type=text]:invalid,
.was-validated input[type=time]:invalid,
.was-validated input[type=week]:invalid,
.was-validated input[type=url]:invalid,
.was-validated select:invalid,
.was-validated textarea:invalid, .was-validated #billpay #CustRefID:invalid, #billpay .was-validated #CustRefID:invalid, .form-control.is-invalid, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.is-invalid.ctct-form-element, body .gform_wrapper input.is-invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input.is-invalid[type=email],
input.is-invalid[type=date],
input.is-invalid[type=datetime],
input.is-invalid[type=datetime-local],
input.is-invalid[type=month],
input.is-invalid[type=number],
input.is-invalid[type=password],
input.is-invalid[type=search],
input.is-invalid[type=tel],
input.is-invalid[type=text],
input.is-invalid[type=time],
input.is-invalid[type=week],
input.is-invalid[type=url],
select.is-invalid,
textarea.is-invalid, #billpay .is-invalid#CustRefID {
  border-color: #dc3545;
  padding-right: calc(1.4em + 0.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.2rem) center;
  background-size: calc(0.7em + 0.4rem) calc(0.7em + 0.4rem);
}
.was-validated .form-control:invalid:focus, .was-validated body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element:invalid:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .was-validated input.ctct-form-element:invalid:focus, .was-validated body .gform_wrapper input:invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .was-validated input:invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.was-validated input[type=email]:invalid:focus,
.was-validated input[type=date]:invalid:focus,
.was-validated input[type=datetime]:invalid:focus,
.was-validated input[type=datetime-local]:invalid:focus,
.was-validated input[type=month]:invalid:focus,
.was-validated input[type=number]:invalid:focus,
.was-validated input[type=password]:invalid:focus,
.was-validated input[type=search]:invalid:focus,
.was-validated input[type=tel]:invalid:focus,
.was-validated input[type=text]:invalid:focus,
.was-validated input[type=time]:invalid:focus,
.was-validated input[type=week]:invalid:focus,
.was-validated input[type=url]:invalid:focus,
.was-validated select:invalid:focus,
.was-validated textarea:invalid:focus, .was-validated #billpay #CustRefID:invalid:focus, #billpay .was-validated #CustRefID:invalid:focus, .form-control.is-invalid:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.is-invalid.ctct-form-element:focus, body .gform_wrapper input.is-invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input.is-invalid[type=email]:focus,
input.is-invalid[type=date]:focus,
input.is-invalid[type=datetime]:focus,
input.is-invalid[type=datetime-local]:focus,
input.is-invalid[type=month]:focus,
input.is-invalid[type=number]:focus,
input.is-invalid[type=password]:focus,
input.is-invalid[type=search]:focus,
input.is-invalid[type=tel]:focus,
input.is-invalid[type=text]:focus,
input.is-invalid[type=time]:focus,
input.is-invalid[type=week]:focus,
input.is-invalid[type=url]:focus,
select.is-invalid:focus,
textarea.is-invalid:focus, #billpay .is-invalid#CustRefID: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 textarea:invalid, .was-validated #billpay textarea#CustRefID:invalid, #billpay .was-validated textarea#CustRefID:invalid, textarea.form-control.is-invalid,
textarea.is-invalid, #billpay textarea.is-invalid#CustRefID {
  padding-right: calc(1.4em + 0.8rem);
  background-position: top calc(0.35em + 0.2rem) right calc(0.35em + 0.2rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.1rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.5rem/calc(0.7em + 0.4rem) calc(0.7em + 0.4rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 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 {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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 body .gform_wrapper ul li, body .gform_wrapper ul .form-inline li {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .form-inline input.ctct-form-element, .form-inline body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .form-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-inline input[type=email],
  .form-inline input[type=date],
  .form-inline input[type=datetime],
  .form-inline input[type=datetime-local],
  .form-inline input[type=month],
  .form-inline input[type=number],
  .form-inline input[type=password],
  .form-inline input[type=search],
  .form-inline input[type=tel],
  .form-inline input[type=text],
  .form-inline input[type=time],
  .form-inline input[type=week],
  .form-inline input[type=url],
  .form-inline select,
  .form-inline textarea, .form-inline #billpay #CustRefID, #billpay .form-inline #CustRefID {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    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, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, input[type=submit],
body .gform_wrapper .button, .wp-block-file a.wp-block-file__button,
a.wp-block-button__link {
  display: inline-block;
  font-weight: 900;
  color: #636363;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, input[type=submit],
  body .gform_wrapper .button, .wp-block-file a.wp-block-file__button,
  a.wp-block-button__link {
    transition: none;
  }
}
.btn:hover, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:hover, input[type=submit]:hover,
body .gform_wrapper .button:hover, .wp-block-file a.wp-block-file__button:hover,
a.wp-block-button__link:hover {
  color: #636363;
  text-decoration: none;
}
.btn:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:focus, input[type=submit]:focus,
body .gform_wrapper .button:focus, .wp-block-file a.wp-block-file__button:focus,
a.wp-block-button__link:focus, .btn.focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .focus.ctct-form-button, input.focus[type=submit],
body .gform_wrapper .focus.button, .wp-block-file a.focus.wp-block-file__button,
a.focus.wp-block-button__link {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 121, 208, 0.25);
}
.btn.disabled, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .disabled.ctct-form-button, input.disabled[type=submit],
body .gform_wrapper .disabled.button, .wp-block-file a.disabled.wp-block-file__button,
a.disabled.wp-block-button__link, .btn:disabled, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:disabled, input[type=submit]:disabled,
body .gform_wrapper .button:disabled, .wp-block-file a.wp-block-file__button:disabled,
a.wp-block-button__link:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled), input[type=submit]:not(:disabled):not(.disabled),
body .gform_wrapper .button:not(:disabled):not(.disabled), .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled),
a.wp-block-button__link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.disabled.ctct-form-button,
body .gform_wrapper a.disabled.button, .wp-block-file a.disabled.wp-block-file__button,
a.disabled.wp-block-button__link,
fieldset:disabled a.btn,
fieldset:disabled body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom fieldset:disabled a.ctct-form-button,
fieldset:disabled body .gform_wrapper a.button,
body .gform_wrapper fieldset:disabled a.button,
fieldset:disabled .wp-block-file a.wp-block-file__button,
.wp-block-file fieldset:disabled a.wp-block-file__button,
fieldset:disabled a.wp-block-button__link {
  pointer-events: none;
}

.btn-primary, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, input[type=submit],
#main .gform_wrapper .button, .button-groups .button-card:nth-child(4n-3) .btn, .button-groups .button-card:nth-child(4n-3) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-3) .ctct-form-button, .button-groups .button-card:nth-child(4n-3) input[type=submit],
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link, .wp-block-file a.wp-block-file__button:not(.has-background),
a.wp-block-button__link:not(.has-background) {
  color: #fff;
  background-color: #0679D0;
  border-color: #0679D0;
}
.btn-primary:hover, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:hover, input[type=submit]:hover,
#main .gform_wrapper .button:hover, .button-groups .button-card:nth-child(4n-3) .btn:hover, .button-groups .button-card:nth-child(4n-3) input[type=submit]:hover,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:hover,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:hover, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:hover, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:hover,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover:not(.has-background),
a.wp-block-button__link:hover:not(.has-background) {
  color: #fff;
  background-color: rgb(4.9275700935, 99.3726635514, 170.8224299065);
  border-color: rgb(4.5700934579, 92.1635514019, 158.4299065421);
}
.btn-primary:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:focus, input[type=submit]:focus,
#main .gform_wrapper .button:focus, .button-groups .button-card:nth-child(4n-3) .btn:focus, .button-groups .button-card:nth-child(4n-3) input[type=submit]:focus,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:focus, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:focus, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:focus,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus:not(.has-background),
a.wp-block-button__link:focus:not(.has-background), .btn-primary.focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .focus.ctct-form-button, input.focus[type=submit],
#main .gform_wrapper .focus.button, .button-groups .button-card:nth-child(4n-3) .focus.btn, .button-groups .button-card:nth-child(4n-3) input.focus[type=submit],
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .focus.button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .focus.button, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.focus.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.focus.wp-block-file__button,
.button-groups .button-card:nth-child(4n-3) a.focus.wp-block-button__link, .wp-block-file a.focus.wp-block-file__button:not(.has-background),
a.focus.wp-block-button__link:not(.has-background) {
  color: #fff;
  background-color: rgb(4.9275700935, 99.3726635514, 170.8224299065);
  border-color: rgb(4.5700934579, 92.1635514019, 158.4299065421);
  box-shadow: 0 0 0 0.2rem rgba(43.35, 141.1, 215.05, 0.5);
}
.btn-primary.disabled, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .disabled.ctct-form-button, input.disabled[type=submit],
#main .gform_wrapper .disabled.button, .button-groups .button-card:nth-child(4n-3) .disabled.btn, .button-groups .button-card:nth-child(4n-3) input.disabled[type=submit],
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .disabled.button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .disabled.button, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.disabled.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.disabled.wp-block-file__button,
.button-groups .button-card:nth-child(4n-3) a.disabled.wp-block-button__link, .wp-block-file a.disabled.wp-block-file__button:not(.has-background),
a.disabled.wp-block-button__link:not(.has-background), .btn-primary:disabled, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:disabled, input[type=submit]:disabled,
#main .gform_wrapper .button:disabled, .button-groups .button-card:nth-child(4n-3) .btn:disabled, .button-groups .button-card:nth-child(4n-3) input[type=submit]:disabled,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:disabled,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:disabled, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:disabled, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:disabled,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:disabled, .wp-block-file a.wp-block-file__button:disabled:not(.has-background),
a.wp-block-button__link:disabled:not(.has-background) {
  color: #fff;
  background-color: #0679D0;
  border-color: #0679D0;
}
.btn-primary:not(:disabled):not(.disabled):active, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled):active, input[type=submit]:not(:disabled):not(.disabled):active,
#main .gform_wrapper .button:not(:disabled):not(.disabled):active, .button-groups .button-card:nth-child(4n-3) .btn:not(:disabled):not(.disabled):active,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:not(:disabled):not(.disabled):active,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:not(:disabled):not(.disabled):active, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:not(:disabled):not(.disabled):active,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:not(:disabled):not(.disabled):active, .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active:not(.has-background),
a.wp-block-button__link:not(:disabled):not(.disabled):active:not(.has-background), .btn-primary:not(:disabled):not(.disabled).active, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled).active, input[type=submit]:not(:disabled):not(.disabled).active,
#main .gform_wrapper .button:not(:disabled):not(.disabled).active, .button-groups .button-card:nth-child(4n-3) .btn:not(:disabled):not(.disabled).active,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:not(:disabled):not(.disabled).active,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:not(:disabled):not(.disabled).active, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:not(:disabled):not(.disabled).active,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:not(:disabled):not(.disabled).active, .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active:not(.has-background),
a.wp-block-button__link:not(:disabled):not(.disabled).active:not(.has-background), .show > .btn-primary.dropdown-toggle, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .show > .dropdown-toggle.ctct-form-button, .show > input.dropdown-toggle[type=submit],
#main .gform_wrapper .show > .dropdown-toggle.button, .button-groups .button-card:nth-child(4n-3) .show > .dropdown-toggle.btn, .button-groups .button-card:nth-child(4n-3) .show > input.dropdown-toggle[type=submit],
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .show > .dropdown-toggle.button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .show > .dropdown-toggle.button, .button-groups .button-card:nth-child(4n-3) .wp-block-file .show > a.dropdown-toggle.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-3) .show > a.dropdown-toggle.wp-block-file__button,
.button-groups .button-card:nth-child(4n-3) .show > a.dropdown-toggle.wp-block-button__link, .wp-block-file .show > a.dropdown-toggle.wp-block-file__button:not(.has-background),
.show > a.dropdown-toggle.wp-block-button__link:not(.has-background) {
  color: #fff;
  background-color: rgb(4.5700934579, 92.1635514019, 158.4299065421);
  border-color: rgb(4.2126168224, 84.9544392523, 146.0373831776);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled):active:focus, input[type=submit]:not(:disabled):not(.disabled):active:focus,
#main .gform_wrapper .button:not(:disabled):not(.disabled):active:focus, .button-groups .button-card:nth-child(4n-3) .btn:not(:disabled):not(.disabled):active:focus,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:not(:disabled):not(.disabled):active:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:not(:disabled):not(.disabled):active:focus, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active:focus, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:not(:disabled):not(.disabled):active:focus,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:not(:disabled):not(.disabled):active:focus, .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active:focus:not(.has-background),
a.wp-block-button__link:not(:disabled):not(.disabled):active:focus:not(.has-background), .btn-primary:not(:disabled):not(.disabled).active:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled).active:focus, input[type=submit]:not(:disabled):not(.disabled).active:focus,
#main .gform_wrapper .button:not(:disabled):not(.disabled).active:focus, .button-groups .button-card:nth-child(4n-3) .btn:not(:disabled):not(.disabled).active:focus,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:not(:disabled):not(.disabled).active:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:not(:disabled):not(.disabled).active:focus, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active:focus, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:not(:disabled):not(.disabled).active:focus,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:not(:disabled):not(.disabled).active:focus, .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active:focus:not(.has-background),
a.wp-block-button__link:not(:disabled):not(.disabled).active:focus:not(.has-background), .show > .btn-primary.dropdown-toggle:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .show > .dropdown-toggle.ctct-form-button:focus, .show > input.dropdown-toggle[type=submit]:focus,
#main .gform_wrapper .show > .dropdown-toggle.button:focus, .button-groups .button-card:nth-child(4n-3) .show > .dropdown-toggle.btn:focus,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .show > .dropdown-toggle.button:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .show > .dropdown-toggle.button:focus, .button-groups .button-card:nth-child(4n-3) .wp-block-file .show > a.dropdown-toggle.wp-block-file__button:focus, .wp-block-file .button-groups .button-card:nth-child(4n-3) .show > a.dropdown-toggle.wp-block-file__button:focus,
.button-groups .button-card:nth-child(4n-3) .show > a.dropdown-toggle.wp-block-button__link:focus, .wp-block-file .show > a.dropdown-toggle.wp-block-file__button:focus:not(.has-background),
.show > a.dropdown-toggle.wp-block-button__link:focus:not(.has-background) {
  box-shadow: 0 0 0 0.2rem rgba(43.35, 141.1, 215.05, 0.5);
}

.btn-secondary, a.wp-block-button__link.has-secondary-background-color {
  color: #fff;
  background-color: #005A45;
  border-color: #005A45;
}
.btn-secondary:hover, a.wp-block-button__link.has-secondary-background-color:hover {
  color: #fff;
  background-color: rgb(0, 51.75, 39.675);
  border-color: rgb(0, 39, 29.9);
}
.btn-secondary:focus, a.wp-block-button__link.has-secondary-background-color:focus, .btn-secondary.focus, a.focus.wp-block-button__link.has-secondary-background-color {
  color: #fff;
  background-color: rgb(0, 51.75, 39.675);
  border-color: rgb(0, 39, 29.9);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 114.75, 96.9, 0.5);
}
.btn-secondary.disabled, a.disabled.wp-block-button__link.has-secondary-background-color, .btn-secondary:disabled, a.wp-block-button__link.has-secondary-background-color:disabled {
  color: #fff;
  background-color: #005A45;
  border-color: #005A45;
}
.btn-secondary:not(:disabled):not(.disabled):active, a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > a.dropdown-toggle.wp-block-button__link.has-secondary-background-color {
  color: #fff;
  background-color: rgb(0, 39, 29.9);
  border-color: rgb(0, 26.25, 20.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > a.dropdown-toggle.wp-block-button__link.has-secondary-background-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 114.75, 96.9, 0.5);
}

.btn-success, .button-groups .button-card:nth-child(4n-1) .btn, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button, .button-groups .button-card:nth-child(4n-1) input[type=submit],
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link {
  color: #212529;
  background-color: #36D08C;
  border-color: #36D08C;
}
.btn-success:hover, .button-groups .button-card:nth-child(4n-1) .btn:hover, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:hover, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button:hover, .button-groups .button-card:nth-child(4n-1) input[type=submit]:hover,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button:hover,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button:hover, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button:hover, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button:hover,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link:hover {
  color: #fff;
  background-color: rgb(42.404233871, 181.345766129, 119.9949596774);
  border-color: rgb(39.9879032258, 171.0120967742, 113.1572580645);
}
.btn-success:focus, .button-groups .button-card:nth-child(4n-1) .btn:focus, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button:focus, .button-groups .button-card:nth-child(4n-1) input[type=submit]:focus,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button:focus, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button:focus, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button:focus,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link:focus, .btn-success.focus, .button-groups .button-card:nth-child(4n-1) .focus.btn, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .focus.ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .focus.ctct-form-button, .button-groups .button-card:nth-child(4n-1) input.focus[type=submit],
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .focus.button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .focus.button, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.focus.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.focus.wp-block-file__button,
.button-groups .button-card:nth-child(4n-1) a.focus.wp-block-button__link {
  color: #fff;
  background-color: rgb(42.404233871, 181.345766129, 119.9949596774);
  border-color: rgb(39.9879032258, 171.0120967742, 113.1572580645);
  box-shadow: 0 0 0 0.2rem rgba(50.85, 182.35, 125.15, 0.5);
}
.btn-success.disabled, .button-groups .button-card:nth-child(4n-1) .disabled.btn, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .disabled.ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .disabled.ctct-form-button, .button-groups .button-card:nth-child(4n-1) input.disabled[type=submit],
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .disabled.button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .disabled.button, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.disabled.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.disabled.wp-block-file__button,
.button-groups .button-card:nth-child(4n-1) a.disabled.wp-block-button__link, .btn-success:disabled, .button-groups .button-card:nth-child(4n-1) .btn:disabled, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:disabled, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button:disabled, .button-groups .button-card:nth-child(4n-1) input[type=submit]:disabled,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button:disabled,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button:disabled, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button:disabled, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button:disabled,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link:disabled {
  color: #212529;
  background-color: #36D08C;
  border-color: #36D08C;
}
.btn-success:not(:disabled):not(.disabled):active, .button-groups .button-card:nth-child(4n-1) .btn:not(:disabled):not(.disabled):active, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled):active, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button:not(:disabled):not(.disabled):active, .button-groups .button-card:nth-child(4n-1) input[type=submit]:not(:disabled):not(.disabled):active,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button:not(:disabled):not(.disabled):active,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button:not(:disabled):not(.disabled):active, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button:not(:disabled):not(.disabled):active,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .button-groups .button-card:nth-child(4n-1) .btn:not(:disabled):not(.disabled).active, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled).active, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button:not(:disabled):not(.disabled).active, .button-groups .button-card:nth-child(4n-1) input[type=submit]:not(:disabled):not(.disabled).active,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button:not(:disabled):not(.disabled).active,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button:not(:disabled):not(.disabled).active, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button:not(:disabled):not(.disabled).active,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle, .button-groups .button-card:nth-child(4n-1) .show > .dropdown-toggle.btn, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .show > .dropdown-toggle.ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .show > .dropdown-toggle.ctct-form-button, .button-groups .button-card:nth-child(4n-1) .show > input.dropdown-toggle[type=submit],
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .show > .dropdown-toggle.button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .show > .dropdown-toggle.button, .button-groups .button-card:nth-child(4n-1) .wp-block-file .show > a.dropdown-toggle.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-1) .show > a.dropdown-toggle.wp-block-file__button,
.button-groups .button-card:nth-child(4n-1) .show > a.dropdown-toggle.wp-block-button__link {
  color: #fff;
  background-color: rgb(39.9879032258, 171.0120967742, 113.1572580645);
  border-color: rgb(37.5715725806, 160.6784274194, 106.3195564516);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .button-groups .button-card:nth-child(4n-1) .btn:not(:disabled):not(.disabled):active:focus, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled):active:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button:not(:disabled):not(.disabled):active:focus, .button-groups .button-card:nth-child(4n-1) input[type=submit]:not(:disabled):not(.disabled):active:focus,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button:not(:disabled):not(.disabled):active:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button:not(:disabled):not(.disabled):active:focus, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled):active:focus, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button:not(:disabled):not(.disabled):active:focus,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .button-groups .button-card:nth-child(4n-1) .btn:not(:disabled):not(.disabled).active:focus, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:not(:disabled):not(.disabled).active:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .ctct-form-button:not(:disabled):not(.disabled).active:focus, .button-groups .button-card:nth-child(4n-1) input[type=submit]:not(:disabled):not(.disabled).active:focus,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .button:not(:disabled):not(.disabled).active:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .button:not(:disabled):not(.disabled).active:focus, .button-groups .button-card:nth-child(4n-1) .wp-block-file a.wp-block-file__button:not(:disabled):not(.disabled).active:focus, .wp-block-file .button-groups .button-card:nth-child(4n-1) a.wp-block-file__button:not(:disabled):not(.disabled).active:focus,
.button-groups .button-card:nth-child(4n-1) a.wp-block-button__link:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus, .button-groups .button-card:nth-child(4n-1) .show > .dropdown-toggle.btn:focus, .button-groups .button-card:nth-child(4n-1) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .show > .dropdown-toggle.ctct-form-button:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-1) .show > .dropdown-toggle.ctct-form-button:focus, .button-groups .button-card:nth-child(4n-1) .show > input.dropdown-toggle[type=submit]:focus,
.button-groups .button-card:nth-child(4n-1) body .gform_wrapper .show > .dropdown-toggle.button:focus,
body .gform_wrapper .button-groups .button-card:nth-child(4n-1) .show > .dropdown-toggle.button:focus, .button-groups .button-card:nth-child(4n-1) .wp-block-file .show > a.dropdown-toggle.wp-block-file__button:focus, .wp-block-file .button-groups .button-card:nth-child(4n-1) .show > a.dropdown-toggle.wp-block-file__button:focus,
.button-groups .button-card:nth-child(4n-1) .show > a.dropdown-toggle.wp-block-button__link:focus {
  box-shadow: 0 0 0 0.2rem rgba(50.85, 182.35, 125.15, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1C68B2;
  border-color: #1C68B2;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(22.8009708738, 84.6893203883, 144.9490291262);
  border-color: rgb(21.067961165, 78.2524271845, 133.932038835);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(22.8009708738, 84.6893203883, 144.9490291262);
  border-color: rgb(21.067961165, 78.2524271845, 133.932038835);
  box-shadow: 0 0 0 0.2rem rgba(62.05, 126.65, 189.55, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1C68B2;
  border-color: #1C68B2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(21.067961165, 78.2524271845, 133.932038835);
  border-color: rgb(19.3349514563, 71.8155339806, 122.9150485437);
}
.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(62.05, 126.65, 189.55, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFFCF7;
  border-color: #FFFCF7;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 237.65625, 208.75);
  border-color: rgb(255, 232.875, 196);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 237.65625, 208.75);
  border-color: rgb(255, 232.875, 196);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 219.75, 216.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFFCF7;
  border-color: #FFFCF7;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 232.875, 196);
  border-color: rgb(255, 228.09375, 183.25);
}
.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(221.7, 219.75, 216.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f3ea;
  border-color: #f8f3ea;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(238.4375, 226.6071428571, 205.3125);
  border-color: rgb(235.25, 221.1428571429, 195.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(238.4375, 226.6071428571, 205.3125);
  border-color: rgb(235.25, 221.1428571429, 195.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 212.1, 205.05, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f3ea;
  border-color: #f8f3ea;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(235.25, 221.1428571429, 195.75);
  border-color: rgb(232.0625, 215.6785714286, 186.1875);
}
.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(215.75, 212.1, 205.05, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(79.875, 79.875, 79.875);
  border-color: rgb(73.5, 73.5, 73.5);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(79.875, 79.875, 79.875);
  border-color: rgb(73.5, 73.5, 73.5);
  box-shadow: 0 0 0 0.2rem rgba(122.4, 122.4, 122.4, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(73.5, 73.5, 73.5);
  border-color: rgb(67.125, 67.125, 67.125);
}
.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(122.4, 122.4, 122.4, 0.5);
}

.btn-outline-primary {
  color: #0679D0;
  border-color: #0679D0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0679D0;
  border-color: #0679D0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 121, 208, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0679D0;
  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: #0679D0;
  border-color: #0679D0;
}
.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(6, 121, 208, 0.5);
}

.btn-outline-secondary {
  color: #005A45;
  border-color: #005A45;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #005A45;
  border-color: #005A45;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 90, 69, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #005A45;
  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: #005A45;
  border-color: #005A45;
}
.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(0, 90, 69, 0.5);
}

.btn-outline-success {
  color: #36D08C;
  border-color: #36D08C;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #36D08C;
  border-color: #36D08C;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 208, 140, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36D08C;
  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: #212529;
  background-color: #36D08C;
  border-color: #36D08C;
}
.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(54, 208, 140, 0.5);
}

.btn-outline-info {
  color: #1C68B2;
  border-color: #1C68B2;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1C68B2;
  border-color: #1C68B2;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 104, 178, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1C68B2;
  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: #1C68B2;
  border-color: #1C68B2;
}
.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(28, 104, 178, 0.5);
}

.btn-outline-warning {
  color: #FFFCF7;
  border-color: #FFFCF7;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFFCF7;
  border-color: #FFFCF7;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 252, 247, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFFCF7;
  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: #FFFCF7;
  border-color: #FFFCF7;
}
.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, 252, 247, 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: #f8f3ea;
  border-color: #f8f3ea;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f3ea;
  border-color: #f8f3ea;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 243, 234, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f3ea;
  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: #f8f3ea;
  border-color: #f8f3ea;
}
.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, 243, 234, 0.5);
}

.btn-outline-dark {
  color: #636363;
  border-color: #636363;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #636363;
  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: #636363;
  border-color: #636363;
}
.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(99, 99, 99, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1C68B2;
  text-decoration: none;
}
.btn-link:hover {
  color: #0679D0;
  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, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-lg > .ctct-form-button, .btn-group-lg > input[type=submit],
body .gform_wrapper .btn-group-lg > .button, .wp-block-file .btn-group-lg > a.wp-block-file__button,
.btn-group-lg > a.wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1.334rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-sm > .ctct-form-button, .btn-group-sm > input[type=submit],
body .gform_wrapper .btn-group-sm > .button, .wp-block-file .btn-group-sm > a.wp-block-file__button,
.btn-group-sm > a.wp-block-button__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.833rem;
  line-height: 1.5;
  border-radius: 0;
}

.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: #636363;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.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;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1700px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0679D0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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.833rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.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;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.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: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.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;
}

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@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-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;
}
.accordion > .card > .card-header {
  margin-bottom: 0;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group > .ctct-form-button, .btn-group > input[type=submit],
body .gform_wrapper .btn-group > .button, .wp-block-file .btn-group > a.wp-block-file__button,
.btn-group > a.wp-block-button__link,
.btn-group-vertical > .btn,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-vertical > .ctct-form-button,
.btn-group-vertical > input[type=submit],
body .gform_wrapper .btn-group-vertical > .button,
.wp-block-file .btn-group-vertical > a.wp-block-file__button,
.btn-group-vertical > a.wp-block-button__link {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group > .ctct-form-button:hover, .btn-group > input[type=submit]:hover,
body .gform_wrapper .btn-group > .button:hover, .wp-block-file .btn-group > a.wp-block-file__button:hover,
.btn-group > a.wp-block-button__link:hover,
.btn-group-vertical > .btn:hover,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-vertical > .ctct-form-button:hover,
.btn-group-vertical > input[type=submit]:hover,
body .gform_wrapper .btn-group-vertical > .button:hover,
.wp-block-file .btn-group-vertical > a.wp-block-file__button:hover,
.btn-group-vertical > a.wp-block-button__link:hover {
  z-index: 1;
}
.btn-group > .btn:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group > .ctct-form-button:focus, .btn-group > input[type=submit]:focus,
body .gform_wrapper .btn-group > .button:focus, .wp-block-file .btn-group > a.wp-block-file__button:focus,
.btn-group > a.wp-block-button__link:focus, .btn-group > .btn:active, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group > .ctct-form-button:active, .btn-group > input[type=submit]:active,
body .gform_wrapper .btn-group > .button:active, .wp-block-file .btn-group > a.wp-block-file__button:active,
.btn-group > a.wp-block-button__link:active, .btn-group > .btn.active, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group > .active.ctct-form-button, .btn-group > input.active[type=submit],
body .gform_wrapper .btn-group > .active.button, .wp-block-file .btn-group > a.active.wp-block-file__button,
.btn-group > a.active.wp-block-button__link,
.btn-group-vertical > .btn:focus,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-vertical > .ctct-form-button:focus,
.btn-group-vertical > input[type=submit]:focus,
body .gform_wrapper .btn-group-vertical > .button:focus,
.wp-block-file .btn-group-vertical > a.wp-block-file__button:focus,
.btn-group-vertical > a.wp-block-button__link:focus,
.btn-group-vertical > .btn:active,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-vertical > .ctct-form-button:active,
.btn-group-vertical > input[type=submit]:active,
body .gform_wrapper .btn-group-vertical > .button:active,
.wp-block-file .btn-group-vertical > a.wp-block-file__button:active,
.btn-group-vertical > a.wp-block-button__link:active,
.btn-group-vertical > .btn.active,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-vertical > .active.ctct-form-button,
.btn-group-vertical > input.active[type=submit],
body .gform_wrapper .btn-group-vertical > .active.button,
.wp-block-file .btn-group-vertical > a.active.wp-block-file__button,
.btn-group-vertical > a.active.wp-block-button__link {
  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), body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group > .ctct-form-button:not(:first-child), .btn-group > input[type=submit]:not(:first-child),
body .gform_wrapper .btn-group > .button:not(:first-child), .wp-block-file .btn-group > a.wp-block-file__button:not(:first-child),
.btn-group > a.wp-block-button__link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.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, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-sm > .ctct-form-button + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split,
body .gform_wrapper .btn-group-sm > .button + .dropdown-toggle-split, .wp-block-file .btn-group-sm > a.wp-block-file__button + .dropdown-toggle-split,
.btn-group-sm > a.wp-block-button__link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-lg > .ctct-form-button + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split,
body .gform_wrapper .btn-group-lg > .button + .dropdown-toggle-split, .wp-block-file .btn-group-lg > a.wp-block-file__button + .dropdown-toggle-split,
.btn-group-lg > a.wp-block-button__link + .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, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-vertical > .ctct-form-button, .btn-group-vertical > input[type=submit],
body .gform_wrapper .btn-group-vertical > .button, .wp-block-file .btn-group-vertical > a.wp-block-file__button,
.btn-group-vertical > a.wp-block-button__link,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-vertical > .ctct-form-button:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child),
body .gform_wrapper .btn-group-vertical > .button:not(:first-child), .wp-block-file .btn-group-vertical > a.wp-block-file__button:not(:first-child),
.btn-group-vertical > a.wp-block-button__link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-toggle > .btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-toggle > .ctct-form-button, .btn-group-toggle > input[type=submit],
body .gform_wrapper .btn-group-toggle > .button, .wp-block-file .btn-group-toggle > a.wp-block-file__button,
.btn-group-toggle > a.wp-block-button__link,
.btn-group-toggle > .btn-group > .btn,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-toggle > .btn-group > .ctct-form-button,
.btn-group-toggle > .btn-group > input[type=submit],
body .gform_wrapper .btn-group-toggle > .btn-group > .button,
.wp-block-file .btn-group-toggle > .btn-group > a.wp-block-file__button,
.btn-group-toggle > .btn-group > a.wp-block-button__link {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-toggle > .ctct-form-button input[type=radio], .btn-group-toggle > input[type=submit] input[type=radio],
body .gform_wrapper .btn-group-toggle > .button input[type=radio], .wp-block-file .btn-group-toggle > a.wp-block-file__button input[type=radio],
.btn-group-toggle > a.wp-block-button__link input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-toggle > .ctct-form-button input[type=checkbox],
.btn-group-toggle > input[type=submit] input[type=checkbox],
body .gform_wrapper .btn-group-toggle > .button input[type=checkbox],
.wp-block-file .btn-group-toggle > a.wp-block-file__button input[type=checkbox],
.btn-group-toggle > a.wp-block-button__link input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-toggle > .btn-group > .ctct-form-button input[type=radio],
.btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
body .gform_wrapper .btn-group-toggle > .btn-group > .button input[type=radio],
.wp-block-file .btn-group-toggle > .btn-group > a.wp-block-file__button input[type=radio],
.btn-group-toggle > .btn-group > a.wp-block-button__link input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-toggle > .btn-group > .ctct-form-button input[type=checkbox],
.btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox],
body .gform_wrapper .btn-group-toggle > .btn-group > .button input[type=checkbox],
.wp-block-file .btn-group-toggle > .btn-group > a.wp-block-file__button input[type=checkbox],
.btn-group-toggle > .btn-group > a.wp-block-button__link 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, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element, body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group > input[type=email],
.input-group > input[type=date],
.input-group > input[type=datetime],
.input-group > input[type=datetime-local],
.input-group > input[type=month],
.input-group > input[type=number],
.input-group > input[type=password],
.input-group > input[type=search],
.input-group > input[type=tel],
.input-group > input[type=text],
.input-group > input[type=time],
.input-group > input[type=week],
.input-group > input[type=url],
.input-group > select,
.input-group > textarea, #billpay .input-group > #CustRefID,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + .form-control, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > .form-control + input.ctct-form-element, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input.ctct-form-element, body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + .form-control, body .gform_wrapper div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input.ctct-form-element, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input.ctct-form-element,
.input-group > input[type=email] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=email] + input.ctct-form-element,
.input-group > input[type=date] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=date] + input.ctct-form-element,
.input-group > input[type=datetime] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=datetime] + input.ctct-form-element,
.input-group > input[type=datetime-local] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=datetime-local] + input.ctct-form-element,
.input-group > input[type=month] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=month] + input.ctct-form-element,
.input-group > input[type=number] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=number] + input.ctct-form-element,
.input-group > input[type=password] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=password] + input.ctct-form-element,
.input-group > input[type=search] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=search] + input.ctct-form-element,
.input-group > input[type=tel] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=tel] + input.ctct-form-element,
.input-group > input[type=text] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=text] + input.ctct-form-element,
.input-group > input[type=time] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=time] + input.ctct-form-element,
.input-group > input[type=week] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=week] + input.ctct-form-element,
.input-group > input[type=url] + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input[type=url] + input.ctct-form-element,
.input-group > select + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > select + input.ctct-form-element,
.input-group > textarea + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > textarea + input.ctct-form-element, body .gform_wrapper .input-group > .form-control + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .input-group > input.ctct-form-element + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=email] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=date] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=datetime] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=datetime-local] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=month] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=number] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=password] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=search] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=tel] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=text] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=time] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=week] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > input[type=url] + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > select + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .input-group > textarea + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group > .form-control + input[type=email],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=email],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=email],
.input-group > input[type=email] + input[type=email],
.input-group > input[type=date] + input[type=email],
.input-group > input[type=datetime] + input[type=email],
.input-group > input[type=datetime-local] + input[type=email],
.input-group > input[type=month] + input[type=email],
.input-group > input[type=number] + input[type=email],
.input-group > input[type=password] + input[type=email],
.input-group > input[type=search] + input[type=email],
.input-group > input[type=tel] + input[type=email],
.input-group > input[type=text] + input[type=email],
.input-group > input[type=time] + input[type=email],
.input-group > input[type=week] + input[type=email],
.input-group > input[type=url] + input[type=email],
.input-group > select + input[type=email],
.input-group > textarea + input[type=email],
.input-group > .form-control + input[type=date],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=date],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=date],
.input-group > input[type=email] + input[type=date],
.input-group > input[type=date] + input[type=date],
.input-group > input[type=datetime] + input[type=date],
.input-group > input[type=datetime-local] + input[type=date],
.input-group > input[type=month] + input[type=date],
.input-group > input[type=number] + input[type=date],
.input-group > input[type=password] + input[type=date],
.input-group > input[type=search] + input[type=date],
.input-group > input[type=tel] + input[type=date],
.input-group > input[type=text] + input[type=date],
.input-group > input[type=time] + input[type=date],
.input-group > input[type=week] + input[type=date],
.input-group > input[type=url] + input[type=date],
.input-group > select + input[type=date],
.input-group > textarea + input[type=date],
.input-group > .form-control + input[type=datetime],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=datetime],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=datetime],
.input-group > input[type=email] + input[type=datetime],
.input-group > input[type=date] + input[type=datetime],
.input-group > input[type=datetime] + input[type=datetime],
.input-group > input[type=datetime-local] + input[type=datetime],
.input-group > input[type=month] + input[type=datetime],
.input-group > input[type=number] + input[type=datetime],
.input-group > input[type=password] + input[type=datetime],
.input-group > input[type=search] + input[type=datetime],
.input-group > input[type=tel] + input[type=datetime],
.input-group > input[type=text] + input[type=datetime],
.input-group > input[type=time] + input[type=datetime],
.input-group > input[type=week] + input[type=datetime],
.input-group > input[type=url] + input[type=datetime],
.input-group > select + input[type=datetime],
.input-group > textarea + input[type=datetime],
.input-group > .form-control + input[type=datetime-local],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=datetime-local],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=datetime-local],
.input-group > input[type=email] + input[type=datetime-local],
.input-group > input[type=date] + input[type=datetime-local],
.input-group > input[type=datetime] + input[type=datetime-local],
.input-group > input[type=datetime-local] + input[type=datetime-local],
.input-group > input[type=month] + input[type=datetime-local],
.input-group > input[type=number] + input[type=datetime-local],
.input-group > input[type=password] + input[type=datetime-local],
.input-group > input[type=search] + input[type=datetime-local],
.input-group > input[type=tel] + input[type=datetime-local],
.input-group > input[type=text] + input[type=datetime-local],
.input-group > input[type=time] + input[type=datetime-local],
.input-group > input[type=week] + input[type=datetime-local],
.input-group > input[type=url] + input[type=datetime-local],
.input-group > select + input[type=datetime-local],
.input-group > textarea + input[type=datetime-local],
.input-group > .form-control + input[type=month],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=month],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=month],
.input-group > input[type=email] + input[type=month],
.input-group > input[type=date] + input[type=month],
.input-group > input[type=datetime] + input[type=month],
.input-group > input[type=datetime-local] + input[type=month],
.input-group > input[type=month] + input[type=month],
.input-group > input[type=number] + input[type=month],
.input-group > input[type=password] + input[type=month],
.input-group > input[type=search] + input[type=month],
.input-group > input[type=tel] + input[type=month],
.input-group > input[type=text] + input[type=month],
.input-group > input[type=time] + input[type=month],
.input-group > input[type=week] + input[type=month],
.input-group > input[type=url] + input[type=month],
.input-group > select + input[type=month],
.input-group > textarea + input[type=month],
.input-group > .form-control + input[type=number],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=number],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=number],
.input-group > input[type=email] + input[type=number],
.input-group > input[type=date] + input[type=number],
.input-group > input[type=datetime] + input[type=number],
.input-group > input[type=datetime-local] + input[type=number],
.input-group > input[type=month] + input[type=number],
.input-group > input[type=number] + input[type=number],
.input-group > input[type=password] + input[type=number],
.input-group > input[type=search] + input[type=number],
.input-group > input[type=tel] + input[type=number],
.input-group > input[type=text] + input[type=number],
.input-group > input[type=time] + input[type=number],
.input-group > input[type=week] + input[type=number],
.input-group > input[type=url] + input[type=number],
.input-group > select + input[type=number],
.input-group > textarea + input[type=number],
.input-group > .form-control + input[type=password],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=password],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=password],
.input-group > input[type=email] + input[type=password],
.input-group > input[type=date] + input[type=password],
.input-group > input[type=datetime] + input[type=password],
.input-group > input[type=datetime-local] + input[type=password],
.input-group > input[type=month] + input[type=password],
.input-group > input[type=number] + input[type=password],
.input-group > input[type=password] + input[type=password],
.input-group > input[type=search] + input[type=password],
.input-group > input[type=tel] + input[type=password],
.input-group > input[type=text] + input[type=password],
.input-group > input[type=time] + input[type=password],
.input-group > input[type=week] + input[type=password],
.input-group > input[type=url] + input[type=password],
.input-group > select + input[type=password],
.input-group > textarea + input[type=password],
.input-group > .form-control + input[type=search],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=search],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=search],
.input-group > input[type=email] + input[type=search],
.input-group > input[type=date] + input[type=search],
.input-group > input[type=datetime] + input[type=search],
.input-group > input[type=datetime-local] + input[type=search],
.input-group > input[type=month] + input[type=search],
.input-group > input[type=number] + input[type=search],
.input-group > input[type=password] + input[type=search],
.input-group > input[type=search] + input[type=search],
.input-group > input[type=tel] + input[type=search],
.input-group > input[type=text] + input[type=search],
.input-group > input[type=time] + input[type=search],
.input-group > input[type=week] + input[type=search],
.input-group > input[type=url] + input[type=search],
.input-group > select + input[type=search],
.input-group > textarea + input[type=search],
.input-group > .form-control + input[type=tel],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=tel],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=tel],
.input-group > input[type=email] + input[type=tel],
.input-group > input[type=date] + input[type=tel],
.input-group > input[type=datetime] + input[type=tel],
.input-group > input[type=datetime-local] + input[type=tel],
.input-group > input[type=month] + input[type=tel],
.input-group > input[type=number] + input[type=tel],
.input-group > input[type=password] + input[type=tel],
.input-group > input[type=search] + input[type=tel],
.input-group > input[type=tel] + input[type=tel],
.input-group > input[type=text] + input[type=tel],
.input-group > input[type=time] + input[type=tel],
.input-group > input[type=week] + input[type=tel],
.input-group > input[type=url] + input[type=tel],
.input-group > select + input[type=tel],
.input-group > textarea + input[type=tel],
.input-group > .form-control + input[type=text],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=text],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=text],
.input-group > input[type=email] + input[type=text],
.input-group > input[type=date] + input[type=text],
.input-group > input[type=datetime] + input[type=text],
.input-group > input[type=datetime-local] + input[type=text],
.input-group > input[type=month] + input[type=text],
.input-group > input[type=number] + input[type=text],
.input-group > input[type=password] + input[type=text],
.input-group > input[type=search] + input[type=text],
.input-group > input[type=tel] + input[type=text],
.input-group > input[type=text] + input[type=text],
.input-group > input[type=time] + input[type=text],
.input-group > input[type=week] + input[type=text],
.input-group > input[type=url] + input[type=text],
.input-group > select + input[type=text],
.input-group > textarea + input[type=text],
.input-group > .form-control + input[type=time],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=time],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=time],
.input-group > input[type=email] + input[type=time],
.input-group > input[type=date] + input[type=time],
.input-group > input[type=datetime] + input[type=time],
.input-group > input[type=datetime-local] + input[type=time],
.input-group > input[type=month] + input[type=time],
.input-group > input[type=number] + input[type=time],
.input-group > input[type=password] + input[type=time],
.input-group > input[type=search] + input[type=time],
.input-group > input[type=tel] + input[type=time],
.input-group > input[type=text] + input[type=time],
.input-group > input[type=time] + input[type=time],
.input-group > input[type=week] + input[type=time],
.input-group > input[type=url] + input[type=time],
.input-group > select + input[type=time],
.input-group > textarea + input[type=time],
.input-group > .form-control + input[type=week],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=week],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=week],
.input-group > input[type=email] + input[type=week],
.input-group > input[type=date] + input[type=week],
.input-group > input[type=datetime] + input[type=week],
.input-group > input[type=datetime-local] + input[type=week],
.input-group > input[type=month] + input[type=week],
.input-group > input[type=number] + input[type=week],
.input-group > input[type=password] + input[type=week],
.input-group > input[type=search] + input[type=week],
.input-group > input[type=tel] + input[type=week],
.input-group > input[type=text] + input[type=week],
.input-group > input[type=time] + input[type=week],
.input-group > input[type=week] + input[type=week],
.input-group > input[type=url] + input[type=week],
.input-group > select + input[type=week],
.input-group > textarea + input[type=week],
.input-group > .form-control + input[type=url],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + input[type=url],
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + input[type=url],
.input-group > input[type=email] + input[type=url],
.input-group > input[type=date] + input[type=url],
.input-group > input[type=datetime] + input[type=url],
.input-group > input[type=datetime-local] + input[type=url],
.input-group > input[type=month] + input[type=url],
.input-group > input[type=number] + input[type=url],
.input-group > input[type=password] + input[type=url],
.input-group > input[type=search] + input[type=url],
.input-group > input[type=tel] + input[type=url],
.input-group > input[type=text] + input[type=url],
.input-group > input[type=time] + input[type=url],
.input-group > input[type=week] + input[type=url],
.input-group > input[type=url] + input[type=url],
.input-group > select + input[type=url],
.input-group > textarea + input[type=url],
.input-group > .form-control + select,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + select,
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + select,
.input-group > input[type=email] + select,
.input-group > input[type=date] + select,
.input-group > input[type=datetime] + select,
.input-group > input[type=datetime-local] + select,
.input-group > input[type=month] + select,
.input-group > input[type=number] + select,
.input-group > input[type=password] + select,
.input-group > input[type=search] + select,
.input-group > input[type=tel] + select,
.input-group > input[type=text] + select,
.input-group > input[type=time] + select,
.input-group > input[type=week] + select,
.input-group > input[type=url] + select,
.input-group > select + select,
.input-group > textarea + select,
.input-group > .form-control + textarea,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + textarea,
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + textarea,
.input-group > input[type=email] + textarea,
.input-group > input[type=date] + textarea,
.input-group > input[type=datetime] + textarea,
.input-group > input[type=datetime-local] + textarea,
.input-group > input[type=month] + textarea,
.input-group > input[type=number] + textarea,
.input-group > input[type=password] + textarea,
.input-group > input[type=search] + textarea,
.input-group > input[type=tel] + textarea,
.input-group > input[type=text] + textarea,
.input-group > input[type=time] + textarea,
.input-group > input[type=week] + textarea,
.input-group > input[type=url] + textarea,
.input-group > select + textarea,
.input-group > textarea + textarea, #billpay .input-group > #CustRefID + .form-control, #billpay body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > #CustRefID + input.ctct-form-element, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom #billpay .input-group > #CustRefID + input.ctct-form-element, #billpay body .gform_wrapper .input-group > #CustRefID + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper #billpay .input-group > #CustRefID + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#billpay .input-group > #CustRefID + input[type=email],
#billpay .input-group > #CustRefID + input[type=date],
#billpay .input-group > #CustRefID + input[type=datetime],
#billpay .input-group > #CustRefID + input[type=datetime-local],
#billpay .input-group > #CustRefID + input[type=month],
#billpay .input-group > #CustRefID + input[type=number],
#billpay .input-group > #CustRefID + input[type=password],
#billpay .input-group > #CustRefID + input[type=search],
#billpay .input-group > #CustRefID + input[type=tel],
#billpay .input-group > #CustRefID + input[type=text],
#billpay .input-group > #CustRefID + input[type=time],
#billpay .input-group > #CustRefID + input[type=week],
#billpay .input-group > #CustRefID + input[type=url],
#billpay .input-group > #CustRefID + select,
#billpay .input-group > #CustRefID + textarea, #billpay .input-group > .form-control + #CustRefID, #billpay body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + #CustRefID, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom #billpay .input-group > input.ctct-form-element + #CustRefID, #billpay body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + #CustRefID, body .gform_wrapper #billpay .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + #CustRefID,
#billpay .input-group > input[type=email] + #CustRefID,
#billpay .input-group > input[type=date] + #CustRefID,
#billpay .input-group > input[type=datetime] + #CustRefID,
#billpay .input-group > input[type=datetime-local] + #CustRefID,
#billpay .input-group > input[type=month] + #CustRefID,
#billpay .input-group > input[type=number] + #CustRefID,
#billpay .input-group > input[type=password] + #CustRefID,
#billpay .input-group > input[type=search] + #CustRefID,
#billpay .input-group > input[type=tel] + #CustRefID,
#billpay .input-group > input[type=text] + #CustRefID,
#billpay .input-group > input[type=time] + #CustRefID,
#billpay .input-group > input[type=week] + #CustRefID,
#billpay .input-group > input[type=url] + #CustRefID,
#billpay .input-group > select + #CustRefID,
#billpay .input-group > textarea + #CustRefID, #billpay .input-group > #CustRefID + #CustRefID,
.input-group > .form-control + .custom-select,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + .custom-select,
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + .custom-select,
.input-group > input[type=email] + .custom-select,
.input-group > input[type=date] + .custom-select,
.input-group > input[type=datetime] + .custom-select,
.input-group > input[type=datetime-local] + .custom-select,
.input-group > input[type=month] + .custom-select,
.input-group > input[type=number] + .custom-select,
.input-group > input[type=password] + .custom-select,
.input-group > input[type=search] + .custom-select,
.input-group > input[type=tel] + .custom-select,
.input-group > input[type=text] + .custom-select,
.input-group > input[type=time] + .custom-select,
.input-group > input[type=week] + .custom-select,
.input-group > input[type=url] + .custom-select,
.input-group > select + .custom-select,
.input-group > textarea + .custom-select,
#billpay .input-group > #CustRefID + .custom-select,
.input-group > .form-control + .custom-file,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element + .custom-file,
body .gform_wrapper .input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) + .custom-file,
.input-group > input[type=email] + .custom-file,
.input-group > input[type=date] + .custom-file,
.input-group > input[type=datetime] + .custom-file,
.input-group > input[type=datetime-local] + .custom-file,
.input-group > input[type=month] + .custom-file,
.input-group > input[type=number] + .custom-file,
.input-group > input[type=password] + .custom-file,
.input-group > input[type=search] + .custom-file,
.input-group > input[type=tel] + .custom-file,
.input-group > input[type=text] + .custom-file,
.input-group > input[type=time] + .custom-file,
.input-group > input[type=week] + .custom-file,
.input-group > input[type=url] + .custom-file,
.input-group > select + .custom-file,
.input-group > textarea + .custom-file,
#billpay .input-group > #CustRefID + .custom-file,
.input-group > .form-control-plaintext + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > .form-control-plaintext + input.ctct-form-element,
body .gform_wrapper .input-group > .form-control-plaintext + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group > .form-control-plaintext + input[type=email],
.input-group > .form-control-plaintext + input[type=date],
.input-group > .form-control-plaintext + input[type=datetime],
.input-group > .form-control-plaintext + input[type=datetime-local],
.input-group > .form-control-plaintext + input[type=month],
.input-group > .form-control-plaintext + input[type=number],
.input-group > .form-control-plaintext + input[type=password],
.input-group > .form-control-plaintext + input[type=search],
.input-group > .form-control-plaintext + input[type=tel],
.input-group > .form-control-plaintext + input[type=text],
.input-group > .form-control-plaintext + input[type=time],
.input-group > .form-control-plaintext + input[type=week],
.input-group > .form-control-plaintext + input[type=url],
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + textarea,
#billpay .input-group > .form-control-plaintext + #CustRefID,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > .custom-select + input.ctct-form-element,
body .gform_wrapper .input-group > .custom-select + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group > .custom-select + input[type=email],
.input-group > .custom-select + input[type=date],
.input-group > .custom-select + input[type=datetime],
.input-group > .custom-select + input[type=datetime-local],
.input-group > .custom-select + input[type=month],
.input-group > .custom-select + input[type=number],
.input-group > .custom-select + input[type=password],
.input-group > .custom-select + input[type=search],
.input-group > .custom-select + input[type=tel],
.input-group > .custom-select + input[type=text],
.input-group > .custom-select + input[type=time],
.input-group > .custom-select + input[type=week],
.input-group > .custom-select + input[type=url],
.input-group > .custom-select + select,
.input-group > .custom-select + textarea,
#billpay .input-group > .custom-select + #CustRefID,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > .custom-file + input.ctct-form-element,
body .gform_wrapper .input-group > .custom-file + input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group > .custom-file + input[type=email],
.input-group > .custom-file + input[type=date],
.input-group > .custom-file + input[type=datetime],
.input-group > .custom-file + input[type=datetime-local],
.input-group > .custom-file + input[type=month],
.input-group > .custom-file + input[type=number],
.input-group > .custom-file + input[type=password],
.input-group > .custom-file + input[type=search],
.input-group > .custom-file + input[type=tel],
.input-group > .custom-file + input[type=text],
.input-group > .custom-file + input[type=time],
.input-group > .custom-file + input[type=week],
.input-group > .custom-file + input[type=url],
.input-group > .custom-file + select,
.input-group > .custom-file + textarea,
#billpay .input-group > .custom-file + #CustRefID,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group > input.ctct-form-element:focus, body .gform_wrapper .input-group > input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group > input[type=email]:focus,
.input-group > input[type=date]:focus,
.input-group > input[type=datetime]:focus,
.input-group > input[type=datetime-local]:focus,
.input-group > input[type=month]:focus,
.input-group > input[type=number]:focus,
.input-group > input[type=password]:focus,
.input-group > input[type=search]:focus,
.input-group > input[type=tel]:focus,
.input-group > input[type=text]:focus,
.input-group > input[type=time]:focus,
.input-group > input[type=week]:focus,
.input-group > input[type=url]:focus,
.input-group > select:focus,
.input-group > textarea:focus, #billpay .input-group > #CustRefID:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .ctct-form-button, .input-group-prepend input[type=submit],
.input-group-prepend body .gform_wrapper .button,
body .gform_wrapper .input-group-prepend .button, .input-group-prepend .wp-block-file a.wp-block-file__button, .wp-block-file .input-group-prepend a.wp-block-file__button,
.input-group-prepend a.wp-block-button__link,
.input-group-append .btn,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .ctct-form-button,
.input-group-append input[type=submit],
.input-group-append body .gform_wrapper .button,
body .gform_wrapper .input-group-append .button,
.input-group-append .wp-block-file a.wp-block-file__button,
.wp-block-file .input-group-append a.wp-block-file__button,
.input-group-append a.wp-block-button__link {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:focus, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .ctct-form-button:focus, .input-group-prepend input[type=submit]:focus,
.input-group-prepend body .gform_wrapper .button:focus,
body .gform_wrapper .input-group-prepend .button:focus, .input-group-prepend .wp-block-file a.wp-block-file__button:focus, .wp-block-file .input-group-prepend a.wp-block-file__button:focus,
.input-group-prepend a.wp-block-button__link:focus,
.input-group-append .btn:focus,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:focus,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .ctct-form-button:focus,
.input-group-append input[type=submit]:focus,
.input-group-append body .gform_wrapper .button:focus,
body .gform_wrapper .input-group-append .button:focus,
.input-group-append .wp-block-file a.wp-block-file__button:focus,
.wp-block-file .input-group-append a.wp-block-file__button:focus,
.input-group-append a.wp-block-button__link:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .ctct-form-button + .btn, .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn + .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .btn + .ctct-form-button, .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .ctct-form-button + .ctct-form-button, .input-group-prepend input[type=submit] + .btn, .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input[type=submit] + .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend input[type=submit] + .ctct-form-button,
.input-group-prepend body .gform_wrapper .button + .btn,
.input-group-prepend body .gform_wrapper div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button + .ctct-form-button,
.input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .button + .ctct-form-button,
body .gform_wrapper .input-group-prepend .button + .btn,
body .gform_wrapper .input-group-prepend div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .input-group-prepend .button + .ctct-form-button, .input-group-prepend .btn + input[type=submit], .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + input[type=submit], body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .ctct-form-button + input[type=submit], .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend body .gform_wrapper .button + input[type=submit],
body .gform_wrapper .input-group-prepend .button + input[type=submit],
.input-group-prepend body .gform_wrapper .btn + .button,
.input-group-prepend body .gform_wrapper div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .button,
.input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .ctct-form-button + .button,
body .gform_wrapper .input-group-prepend .btn + .button,
body .gform_wrapper .input-group-prepend div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .input-group-prepend .ctct-form-button + .button,
.input-group-prepend body .gform_wrapper input[type=submit] + .button,
body .gform_wrapper .input-group-prepend input[type=submit] + .button,
.input-group-prepend body .gform_wrapper .button + .button,
body .gform_wrapper .input-group-prepend .button + .button, .input-group-prepend .wp-block-file a.wp-block-file__button + .btn, .input-group-prepend .wp-block-file body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.wp-block-file__button + .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .wp-block-file a.wp-block-file__button + .ctct-form-button, .input-group-prepend .wp-block-file a.wp-block-file__button + input[type=submit],
.input-group-prepend .wp-block-file body .gform_wrapper a.wp-block-file__button + .button,
body .gform_wrapper .input-group-prepend .wp-block-file a.wp-block-file__button + .button, .wp-block-file .input-group-prepend a.wp-block-file__button + .btn, .wp-block-file .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.wp-block-file__button + .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .wp-block-file .input-group-prepend a.wp-block-file__button + .ctct-form-button, .wp-block-file .input-group-prepend a.wp-block-file__button + input[type=submit],
.wp-block-file .input-group-prepend body .gform_wrapper a.wp-block-file__button + .button,
body .gform_wrapper .wp-block-file .input-group-prepend a.wp-block-file__button + .button,
.input-group-prepend a.wp-block-button__link + .btn,
.input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.wp-block-button__link + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend a.wp-block-button__link + .ctct-form-button,
.input-group-prepend a.wp-block-button__link + input[type=submit],
.input-group-prepend body .gform_wrapper a.wp-block-button__link + .button,
body .gform_wrapper .input-group-prepend a.wp-block-button__link + .button, .input-group-prepend .wp-block-file .btn + a.wp-block-file__button, .input-group-prepend .wp-block-file body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + a.wp-block-file__button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .wp-block-file .ctct-form-button + a.wp-block-file__button, .input-group-prepend .wp-block-file input[type=submit] + a.wp-block-file__button,
.input-group-prepend .wp-block-file body .gform_wrapper .button + a.wp-block-file__button,
body .gform_wrapper .input-group-prepend .wp-block-file .button + a.wp-block-file__button, .wp-block-file .input-group-prepend .btn + a.wp-block-file__button, .wp-block-file .input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + a.wp-block-file__button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .wp-block-file .input-group-prepend .ctct-form-button + a.wp-block-file__button, .wp-block-file .input-group-prepend input[type=submit] + a.wp-block-file__button,
.wp-block-file .input-group-prepend body .gform_wrapper .button + a.wp-block-file__button,
body .gform_wrapper .wp-block-file .input-group-prepend .button + a.wp-block-file__button, .input-group-prepend .wp-block-file a.wp-block-file__button + a.wp-block-file__button, .wp-block-file .input-group-prepend a.wp-block-file__button + a.wp-block-file__button,
.input-group-prepend .wp-block-file a.wp-block-button__link + a.wp-block-file__button,
.wp-block-file .input-group-prepend a.wp-block-button__link + a.wp-block-file__button,
.input-group-prepend .btn + a.wp-block-button__link,
.input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + a.wp-block-button__link,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .ctct-form-button + a.wp-block-button__link,
.input-group-prepend input[type=submit] + a.wp-block-button__link,
.input-group-prepend body .gform_wrapper .button + a.wp-block-button__link,
body .gform_wrapper .input-group-prepend .button + a.wp-block-button__link,
.input-group-prepend .wp-block-file a.wp-block-file__button + a.wp-block-button__link,
.wp-block-file .input-group-prepend a.wp-block-file__button + a.wp-block-button__link,
.input-group-prepend a.wp-block-button__link + a.wp-block-button__link,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .input-group-text,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .ctct-form-button + .input-group-text,
.input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend body .gform_wrapper .button + .input-group-text,
body .gform_wrapper .input-group-prepend .button + .input-group-text,
.input-group-prepend .wp-block-file a.wp-block-file__button + .input-group-text,
.wp-block-file .input-group-prepend a.wp-block-file__button + .input-group-text,
.input-group-prepend a.wp-block-button__link + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-text + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-prepend .input-group-text + .ctct-form-button,
.input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend body .gform_wrapper .input-group-text + .button,
body .gform_wrapper .input-group-prepend .input-group-text + .button,
.input-group-prepend .wp-block-file .input-group-text + a.wp-block-file__button,
.wp-block-file .input-group-prepend .input-group-text + a.wp-block-file__button,
.input-group-prepend .input-group-text + a.wp-block-button__link,
.input-group-append .btn + .btn,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .btn,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .ctct-form-button + .btn,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .btn + .ctct-form-button,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .ctct-form-button + .ctct-form-button,
.input-group-append input[type=submit] + .btn,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input[type=submit] + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append input[type=submit] + .ctct-form-button,
.input-group-append body .gform_wrapper .button + .btn,
.input-group-append body .gform_wrapper div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button + .ctct-form-button,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .button + .ctct-form-button,
body .gform_wrapper .input-group-append .button + .btn,
body .gform_wrapper .input-group-append div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .input-group-append .button + .ctct-form-button,
.input-group-append .btn + input[type=submit],
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + input[type=submit],
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .ctct-form-button + input[type=submit],
.input-group-append input[type=submit] + input[type=submit],
.input-group-append body .gform_wrapper .button + input[type=submit],
body .gform_wrapper .input-group-append .button + input[type=submit],
.input-group-append body .gform_wrapper .btn + .button,
.input-group-append body .gform_wrapper div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .button,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .ctct-form-button + .button,
body .gform_wrapper .input-group-append .btn + .button,
body .gform_wrapper .input-group-append div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .gform_wrapper .input-group-append .ctct-form-button + .button,
.input-group-append body .gform_wrapper input[type=submit] + .button,
body .gform_wrapper .input-group-append input[type=submit] + .button,
.input-group-append body .gform_wrapper .button + .button,
body .gform_wrapper .input-group-append .button + .button,
.input-group-append .wp-block-file a.wp-block-file__button + .btn,
.input-group-append .wp-block-file body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.wp-block-file__button + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .wp-block-file a.wp-block-file__button + .ctct-form-button,
.input-group-append .wp-block-file a.wp-block-file__button + input[type=submit],
.input-group-append .wp-block-file body .gform_wrapper a.wp-block-file__button + .button,
body .gform_wrapper .input-group-append .wp-block-file a.wp-block-file__button + .button,
.wp-block-file .input-group-append a.wp-block-file__button + .btn,
.wp-block-file .input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.wp-block-file__button + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .wp-block-file .input-group-append a.wp-block-file__button + .ctct-form-button,
.wp-block-file .input-group-append a.wp-block-file__button + input[type=submit],
.wp-block-file .input-group-append body .gform_wrapper a.wp-block-file__button + .button,
body .gform_wrapper .wp-block-file .input-group-append a.wp-block-file__button + .button,
.input-group-append a.wp-block-button__link + .btn,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom a.wp-block-button__link + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append a.wp-block-button__link + .ctct-form-button,
.input-group-append a.wp-block-button__link + input[type=submit],
.input-group-append body .gform_wrapper a.wp-block-button__link + .button,
body .gform_wrapper .input-group-append a.wp-block-button__link + .button,
.input-group-append .wp-block-file .btn + a.wp-block-file__button,
.input-group-append .wp-block-file body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + a.wp-block-file__button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .wp-block-file .ctct-form-button + a.wp-block-file__button,
.input-group-append .wp-block-file input[type=submit] + a.wp-block-file__button,
.input-group-append .wp-block-file body .gform_wrapper .button + a.wp-block-file__button,
body .gform_wrapper .input-group-append .wp-block-file .button + a.wp-block-file__button,
.wp-block-file .input-group-append .btn + a.wp-block-file__button,
.wp-block-file .input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + a.wp-block-file__button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .wp-block-file .input-group-append .ctct-form-button + a.wp-block-file__button,
.wp-block-file .input-group-append input[type=submit] + a.wp-block-file__button,
.wp-block-file .input-group-append body .gform_wrapper .button + a.wp-block-file__button,
body .gform_wrapper .wp-block-file .input-group-append .button + a.wp-block-file__button,
.input-group-append .wp-block-file a.wp-block-file__button + a.wp-block-file__button,
.wp-block-file .input-group-append a.wp-block-file__button + a.wp-block-file__button,
.input-group-append .wp-block-file a.wp-block-button__link + a.wp-block-file__button,
.wp-block-file .input-group-append a.wp-block-button__link + a.wp-block-file__button,
.input-group-append .btn + a.wp-block-button__link,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + a.wp-block-button__link,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .ctct-form-button + a.wp-block-button__link,
.input-group-append input[type=submit] + a.wp-block-button__link,
.input-group-append body .gform_wrapper .button + a.wp-block-button__link,
body .gform_wrapper .input-group-append .button + a.wp-block-button__link,
.input-group-append .wp-block-file a.wp-block-file__button + a.wp-block-button__link,
.wp-block-file .input-group-append a.wp-block-file__button + a.wp-block-button__link,
.input-group-append a.wp-block-button__link + a.wp-block-button__link,
.input-group-append .btn + .input-group-text,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button + .input-group-text,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .ctct-form-button + .input-group-text,
.input-group-append input[type=submit] + .input-group-text,
.input-group-append body .gform_wrapper .button + .input-group-text,
body .gform_wrapper .input-group-append .button + .input-group-text,
.input-group-append .wp-block-file a.wp-block-file__button + .input-group-text,
.wp-block-file .input-group-append a.wp-block-file__button + .input-group-text,
.input-group-append a.wp-block-button__link + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-text + .ctct-form-button,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-append .input-group-text + .ctct-form-button,
.input-group-append .input-group-text + input[type=submit],
.input-group-append body .gform_wrapper .input-group-text + .button,
body .gform_wrapper .input-group-append .input-group-text + .button,
.input-group-append .wp-block-file .input-group-text + a.wp-block-file__button,
.wp-block-file .input-group-append .input-group-text + a.wp-block-file__button,
.input-group-append .input-group-text + a.wp-block-button__link {
  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.4rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #005A45;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-lg > input.ctct-form-element:not(textarea), body .gform_wrapper .input-group-lg > input:not(textarea):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group-lg > input[type=email]:not(textarea),
.input-group-lg > input[type=date]:not(textarea),
.input-group-lg > input[type=datetime]:not(textarea),
.input-group-lg > input[type=datetime-local]:not(textarea),
.input-group-lg > input[type=month]:not(textarea),
.input-group-lg > input[type=number]:not(textarea),
.input-group-lg > input[type=password]:not(textarea),
.input-group-lg > input[type=search]:not(textarea),
.input-group-lg > input[type=tel]:not(textarea),
.input-group-lg > input[type=text]:not(textarea),
.input-group-lg > input[type=time]:not(textarea),
.input-group-lg > input[type=week]:not(textarea),
.input-group-lg > input[type=url]:not(textarea),
.input-group-lg > select:not(textarea),
.input-group-lg > textarea:not(textarea), #billpay .input-group-lg > #CustRefID:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-lg > input.ctct-form-element, body .gform_wrapper .input-group-lg > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group-lg > input[type=email],
.input-group-lg > input[type=date],
.input-group-lg > input[type=datetime],
.input-group-lg > input[type=datetime-local],
.input-group-lg > input[type=month],
.input-group-lg > input[type=number],
.input-group-lg > input[type=password],
.input-group-lg > input[type=search],
.input-group-lg > input[type=tel],
.input-group-lg > input[type=text],
.input-group-lg > input[type=time],
.input-group-lg > input[type=week],
.input-group-lg > input[type=url],
.input-group-lg > select,
.input-group-lg > textarea, #billpay .input-group-lg > #CustRefID,
.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,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-lg > .input-group-prepend > .ctct-form-button,
.input-group-lg > .input-group-prepend > input[type=submit],
body .gform_wrapper .input-group-lg > .input-group-prepend > .button,
.wp-block-file .input-group-lg > .input-group-prepend > a.wp-block-file__button,
.input-group-lg > .input-group-prepend > a.wp-block-button__link,
.input-group-lg > .input-group-append > .btn,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-lg > .input-group-append > .ctct-form-button,
.input-group-lg > .input-group-append > input[type=submit],
body .gform_wrapper .input-group-lg > .input-group-append > .button,
.wp-block-file .input-group-lg > .input-group-append > a.wp-block-file__button,
.input-group-lg > .input-group-append > a.wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1.334rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea), body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-sm > input.ctct-form-element:not(textarea), body .gform_wrapper .input-group-sm > input:not(textarea):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group-sm > input[type=email]:not(textarea),
.input-group-sm > input[type=date]:not(textarea),
.input-group-sm > input[type=datetime]:not(textarea),
.input-group-sm > input[type=datetime-local]:not(textarea),
.input-group-sm > input[type=month]:not(textarea),
.input-group-sm > input[type=number]:not(textarea),
.input-group-sm > input[type=password]:not(textarea),
.input-group-sm > input[type=search]:not(textarea),
.input-group-sm > input[type=tel]:not(textarea),
.input-group-sm > input[type=text]:not(textarea),
.input-group-sm > input[type=time]:not(textarea),
.input-group-sm > input[type=week]:not(textarea),
.input-group-sm > input[type=url]:not(textarea),
.input-group-sm > select:not(textarea),
.input-group-sm > textarea:not(textarea), #billpay .input-group-sm > #CustRefID:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-sm > input.ctct-form-element, body .gform_wrapper .input-group-sm > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-group-sm > input[type=email],
.input-group-sm > input[type=date],
.input-group-sm > input[type=datetime],
.input-group-sm > input[type=datetime-local],
.input-group-sm > input[type=month],
.input-group-sm > input[type=number],
.input-group-sm > input[type=password],
.input-group-sm > input[type=search],
.input-group-sm > input[type=tel],
.input-group-sm > input[type=text],
.input-group-sm > input[type=time],
.input-group-sm > input[type=week],
.input-group-sm > input[type=url],
.input-group-sm > select,
.input-group-sm > textarea, #billpay .input-group-sm > #CustRefID,
.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,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-sm > .input-group-prepend > .ctct-form-button,
.input-group-sm > .input-group-prepend > input[type=submit],
body .gform_wrapper .input-group-sm > .input-group-prepend > .button,
.wp-block-file .input-group-sm > .input-group-prepend > a.wp-block-file__button,
.input-group-sm > .input-group-prepend > a.wp-block-button__link,
.input-group-sm > .input-group-append > .btn,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .input-group-sm > .input-group-append > .ctct-form-button,
.input-group-sm > .input-group-append > input[type=submit],
body .gform_wrapper .input-group-sm > .input-group-append > .button,
.wp-block-file .input-group-sm > .input-group-append > a.wp-block-file__button,
.input-group-sm > .input-group-append > a.wp-block-button__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.833rem;
  line-height: 1.5;
}

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

.pagination, ul.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link, ul.page-numbers .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #1C68B2;
  background-color: #fff;
  border: 2px solid #dee2e6;
}
.page-link:hover, ul.page-numbers .page-numbers:hover {
  z-index: 2;
  color: #0679D0;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus, ul.page-numbers .page-numbers:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 121, 208, 0.25);
}

.page-item:first-child .page-link, .page-item:first-child ul.page-numbers .page-numbers, ul.page-numbers .page-item:first-child .page-numbers, ul.page-numbers li:first-child .page-link, ul.page-numbers li:first-child .page-numbers {
  margin-left: 0;
}
.page-item.active .page-link, .page-item.active ul.page-numbers .page-numbers, ul.page-numbers .page-item.active .page-numbers, ul.page-numbers li.active .page-link, ul.page-numbers li.active .page-numbers {
  z-index: 3;
  color: #fff;
  background-color: #0679D0;
  border-color: #0679D0;
}
.page-item.disabled .page-link, .page-item.disabled ul.page-numbers .page-numbers, ul.page-numbers .page-item.disabled .page-numbers, ul.page-numbers li.disabled .page-link, ul.page-numbers li.disabled .page-numbers {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link, .pagination-lg ul.page-numbers .page-numbers, ul.page-numbers .pagination-lg .page-numbers {
  padding: 0.75rem 1.5rem;
  font-size: 1.334rem;
  line-height: 1.5;
}
.pagination-sm .page-link, .pagination-sm ul.page-numbers .page-numbers, ul.page-numbers .pagination-sm .page-numbers {
  padding: 0.25rem 0.5rem;
  font-size: 0.833rem;
  line-height: 1.5;
}
.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: -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: 2px solid rgba(0, 0, 0, 0.2);
  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: 2px solid #dee2e6;
}
.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: 2px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    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: -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;
  }
}
.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: 2px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  border: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
}

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

.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: 1rem 1rem;
}
.navbar .container, .navbar .has-background .wp-block-group__inner-container, .has-background .navbar .wp-block-group__inner-container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl,
.navbar .container-xxxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.2495rem;
  padding-bottom: 0.2495rem;
  margin-right: 1rem;
  font-size: 1.334rem;
  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.334rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
}
.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, .has-background .navbar-expand-sm > .wp-block-group__inner-container,
  .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,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    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, .has-background .navbar-expand-sm > .wp-block-group__inner-container,
  .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,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    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, .has-background .navbar-expand-md > .wp-block-group__inner-container,
  .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,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    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, .has-background .navbar-expand-md > .wp-block-group__inner-container,
  .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,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    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, .has-background .navbar-expand-lg > .wp-block-group__inner-container,
  .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,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    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, .has-background .navbar-expand-lg > .wp-block-group__inner-container,
  .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,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    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, .has-background .navbar-expand-xl > .wp-block-group__inner-container,
  .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,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    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, .has-background .navbar-expand-xl > .wp-block-group__inner-container,
  .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,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    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;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container, .has-background .navbar-expand-xxl > .wp-block-group__inner-container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container, .has-background .navbar-expand-xxl > .wp-block-group__inner-container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .navbar-expand-xxxl > .container, .has-background .navbar-expand-xxxl > .wp-block-group__inner-container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1700px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container, .has-background .navbar-expand-xxxl > .wp-block-group__inner-container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .has-background .navbar-expand > .wp-block-group__inner-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  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, .has-background .navbar-expand > .wp-block-group__inner-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  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: #1C68B2;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #1C68B2;
}
.navbar-light .navbar-nav .nav-link {
  color: #636363;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #1C68B2;
}
.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: #1C68B2;
}
.navbar-light .navbar-toggler {
  color: #636363;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23636363' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #636363;
}
.navbar-light .navbar-text a {
  color: #1C68B2;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #1C68B2;
}

.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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(input[type=submit]):not(a.wp-block-button__link) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 2px 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, .has-background .wp-block-group__inner-container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 2px solid #000;
  }
  .table, .wp-block-table {
    border-collapse: collapse !important;
  }
  .table td, .wp-block-table td,
  .table th,
  .wp-block-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, .wp-block-table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.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: #0679D0 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(4.5700934579, 92.1635514019, 158.4299065421) !important;
}

.bg-secondary {
  background-color: #005A45 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(0, 39, 29.9) !important;
}

.bg-success {
  background-color: #36D08C !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(39.9879032258, 171.0120967742, 113.1572580645) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(21.067961165, 78.2524271845, 133.932038835) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 232.875, 196) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(235.25, 221.1428571429, 195.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(73.5, 73.5, 73.5) !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 2px 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: #0679D0 !important;
}

.border-secondary {
  border-color: #005A45 !important;
}

.border-success {
  border-color: #36D08C !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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 (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1700px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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 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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1700px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1700px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-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: sticky !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: 0px 0px 10px rgba(143, 141, 139, 0.25) !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;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1700px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.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;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-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, .bg-primary,
.has-primary-background-color,
.has-info-background-color, .has-white-color {
  color: #fff !important;
}

.text-primary {
  color: #0679D0 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(3.8551401869, 77.7453271028, 133.6448598131) !important;
}

.text-secondary {
  color: #005A45 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(0, 13.5, 10.35) !important;
}

.text-success {
  color: #36D08C !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(35.1552419355, 150.3447580645, 99.4818548387) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(17.6019417476, 65.3786407767, 111.8980582524) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(255, 223.3125, 170.5) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(228.875, 210.2142857143, 176.625) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(60.75, 60.75, 60.75) !important;
}

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

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

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

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

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

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

:root {
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (min-width: 768px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 18px;
  }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none !important;
  color: #636363;
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
}

h5, .h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5rem;
}

a {
  text-decoration: underline;
}

.overline {
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.overline:before {
  content: "";
  width: 7px;
  background: #0679D0;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 5px;
  vertical-align: bottom;
}

.has-small-font-size {
  font-size: 0.833rem;
}

.has-normal-font-size {
  font-size: 1rem;
}

.has-medium-font-size {
  font-size: 1.112rem;
}

.has-large-font-size {
  font-size: 1.334rem;
}

.has-huge-font-size {
  font-size: 2.223rem;
}

.lead {
  font-size: 1.334rem;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 1.112rem;
  }
}

.text-white a, .bg-primary a,
.has-primary-background-color a,
.has-info-background-color a, .has-white-color a,
.text-white h1,
.bg-primary h1,
.has-primary-background-color h1,
.has-info-background-color h1,
.has-white-color h1,
.text-white h2,
.bg-primary h2,
.has-primary-background-color h2,
.has-info-background-color h2,
.has-white-color h2,
.text-white h3,
.bg-primary h3,
.has-primary-background-color h3,
.has-info-background-color h3,
.has-white-color h3,
.text-white h4,
.bg-primary h4,
.has-primary-background-color h4,
.has-info-background-color h4,
.has-white-color h4,
.text-white h5,
.bg-primary h5,
.has-primary-background-color h5,
.has-info-background-color h5,
.has-white-color h5,
.text-white h6,
.bg-primary h6,
.has-primary-background-color h6,
.has-info-background-color h6,
.has-white-color h6,
.text-white .lead,
.bg-primary .lead,
.has-primary-background-color .lead,
.has-info-background-color .lead,
.has-white-color .lead {
  color: #fff;
}

.supsystic-table {
  color: #0679D0;
}

.supsystic-table thead th {
  background-color: #f6f6f6;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #0679D0 !important;
}

.navbar-nav a {
  text-decoration: none;
}

.read-more-link {
  text-decoration: none !important;
  display: inline-block;
  font-size: 0.889rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C68B2;
  display: block;
  margin-top: 1rem;
}

/* ---------------------------------------------------------------------------------------
//    GLOBAL STRUCTURE
// --------------------------------------------------------------------------------------- */
body {
  background: #f6f6f6;
}

#wrapper {
  max-width: 2000px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 0 80px #d2d2d2;
}

#main {
  position: relative;
  overflow: hidden;
  z-index: 2000;
}

#main-content {
  position: relative;
  z-index: 300;
  overflow: hidden;
}

#main-content > .container > article:first-child .entry-content > *:first-child, .has-background #main-content > .wp-block-group__inner-container > article:first-child .entry-content > *:first-child {
  margin-top: 3rem;
}

#masthead.no-img + #main-content > .container > article:first-child .entry-content > *:first-child, .has-background #masthead.no-img + #main-content > .wp-block-group__inner-container > article:first-child .entry-content > *:first-child,
#main-content > .container > article:first-child .entry-content > .alignfull.has-background:first-child,
.has-background #main-content > .wp-block-group__inner-container > article:first-child .entry-content > .alignfull.has-background:first-child {
  margin-top: 0;
}

#main-content > .container > article:first-child .entry-content > *:last-child:not(.has-background), .has-background #main-content > .wp-block-group__inner-container > article:first-child .entry-content > *:last-child:not(.has-background) {
  margin-bottom: 3rem;
}

.wp-block-columns.has-background,
.wp-block-cover,
.wp-block-group.has-background,
.page-section,
.wp-block {
  padding: 3rem 0;
  position: relative;
}
.wp-block-columns.has-background.no-bg + .wp-block-columns.has-background.no-bg,
.wp-block-columns.has-background.no-bg + .wp-block-cover.no-bg,
.wp-block-columns.has-background.no-bg + .wp-block-group.has-background.no-bg,
.wp-block-columns.has-background.no-bg + .page-section.no-bg,
.wp-block-columns.has-background.no-bg + .wp-block.no-bg,
.wp-block-cover.no-bg + .wp-block-columns.has-background.no-bg,
.wp-block-cover.no-bg + .wp-block-cover.no-bg,
.wp-block-cover.no-bg + .wp-block-group.has-background.no-bg,
.wp-block-cover.no-bg + .page-section.no-bg,
.wp-block-cover.no-bg + .wp-block.no-bg,
.wp-block-group.has-background.no-bg + .wp-block-columns.has-background.no-bg,
.wp-block-group.has-background.no-bg + .wp-block-cover.no-bg,
.wp-block-group.has-background.no-bg + .wp-block-group.has-background.no-bg,
.wp-block-group.has-background.no-bg + .page-section.no-bg,
.wp-block-group.has-background.no-bg + .wp-block.no-bg,
.page-section.no-bg + .wp-block-columns.has-background.no-bg,
.page-section.no-bg + .wp-block-cover.no-bg,
.page-section.no-bg + .wp-block-group.has-background.no-bg,
.page-section.no-bg + .page-section.no-bg,
.page-section.no-bg + .wp-block.no-bg,
.wp-block.no-bg + .wp-block-columns.has-background.no-bg,
.wp-block.no-bg + .wp-block-cover.no-bg,
.wp-block.no-bg + .wp-block-group.has-background.no-bg,
.wp-block.no-bg + .page-section.no-bg,
.wp-block.no-bg + .wp-block.no-bg {
  padding-top: 0;
}

.hero + .wp-block {
  padding-top: 0;
}

#masthead.no-img + #main-content.page-section,
#main-content > .container > article:first-child .entry-content > *:first-child:not(.has-background),
.has-background #main-content > .wp-block-group__inner-container > article:first-child .entry-content > *:first-child:not(.has-background) {
  padding-top: 0;
}

.wp-block-columns,
.wp-block-media-text,
.wp-block-cover,
.wp-block-image,
.wp-block-slider,
.wp-block-group,
.alignfull {
  margin-bottom: 3rem;
}

.wp-block-group .wp-block-columns {
  padding: 0;
  margin-bottom: 1rem;
}

.alignfull + .has-background,
.has-background + .alignfull.has-background {
  margin-top: -3rem;
}

.alignfull:last-child {
  margin-bottom: 0rem;
}

.entry-content > p + .has-background,
.entry-content > ul + .has-background,
.entry-content > ol + .has-background,
.entry-content > h2 + .has-background,
.entry-content > h3 + .has-background,
.entry-content > h4 + .has-background,
.entry-content > p + .wp-block-image {
  margin-top: 3rem;
}

.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.row {
  position: relative;
}

.container, .has-background .wp-block-group__inner-container {
  position: relative;
}

.container-medium, .has-background.alignfull .wp-block-group__inner-container,
.has-background.alignfull .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .container-medium, .has-background.alignfull .wp-block-group__inner-container,
  .has-background.alignfull .wp-block-cover__inner-container {
    max-width: 880px;
  }
}
@media (min-width: 1700px) {
  .container-medium, .has-background.alignfull .wp-block-group__inner-container,
  .has-background.alignfull .wp-block-cover__inner-container {
    max-width: 980px;
  }
}

.container-small, .has-background.alignwide .wp-block-group__inner-container,
.has-background#relevanssi_related .wp-block-group__inner-container,
.has-background.alignwide .wp-block-cover__inner-container,
.has-background#relevanssi_related .wp-block-cover__inner-container, #masthead.no-img .masthead-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .container-small, .has-background.alignwide .wp-block-group__inner-container,
  .has-background#relevanssi_related .wp-block-group__inner-container,
  .has-background.alignwide .wp-block-cover__inner-container,
  .has-background#relevanssi_related .wp-block-cover__inner-container, #masthead.no-img .masthead-container {
    max-width: 750px;
  }
}
@media (min-width: 1700px) {
  .container-small, .has-background.alignwide .wp-block-group__inner-container,
  .has-background#relevanssi_related .wp-block-group__inner-container,
  .has-background.alignwide .wp-block-cover__inner-container,
  .has-background#relevanssi_related .wp-block-cover__inner-container, #masthead.no-img .masthead-container {
    max-width: 850px;
  }
}

/* ---------------------------------------------------------------------------------------
//    MAIN NAV / SITE HEADER
// --------------------------------------------------------------------------------------- */
#top-bar {
  background: #f8f3ea;
  padding: 8px 15px 10px;
  font-size: 0.833rem;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  color: #636363;
  gap: 15px;
}
#top-bar a {
  text-transform: none;
  text-decoration: none;
}
#top-bar .top-bar-left {
  color: #005A45;
}
#top-bar .top-bar-left .alert {
  font-size: 14px;
  padding: 10px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #top-bar {
    flex-direction: row;
  }
  #top-bar .parking-toggle {
    display: none;
  }
  #top-bar #parking-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#top-bar .header-phone {
  color: #111;
  text-transform: uppercase;
  white-space: nowrap;
}
#top-bar .header-phone a {
  color: #111;
}
#top-bar .parking ul {
  margin: 0;
}
#top-bar .parking li {
  display: block;
  margin: 0;
}
#top-bar .parking span {
  margin-right: 10px;
  display: none;
}
@media (min-width: 768px) {
  #top-bar .parking {
    justify-content: flex-start;
    display: flex;
    justify-content: center;
  }
  #top-bar .parking span {
    display: inline-block;
  }
  #top-bar .parking li {
    margin-right: 0.5rem;
    line-height: 1;
    display: inline-block;
  }
  #top-bar .parking li:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #888;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  #top-bar .parking li:last-child:after {
    width: 0;
  }
}
@media (max-width: 767.98px) {
  #top-bar {
    text-align: center;
  }
  #top-bar #top-bar-menu {
    display: none;
  }
  #top-bar #top-bar-menu.show {
    display: block;
  }
  #top-bar .parking a {
    display: block;
    padding: 8px 20px;
    border-radius: 5px;
    margin-bottom: 8px;
    background: #1C68B2;
    color: #fff;
    width: 100%;
  }
  #top-bar .parking ul {
    margin: 10px 0;
  }
  #top-bar .top-bar-toggle {
    display: block;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
  }
}

#siteHeader {
  z-index: 4000;
  position: relative;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 8px rgba(208, 208, 208, 0.4);
}
#siteHeader .navbar {
  background: #fff;
  padding: 0;
}
@media (max-width: 991.98px) {
  #siteHeader .navbar .container, #siteHeader .navbar .has-background .wp-block-group__inner-container, .has-background #siteHeader .navbar .wp-block-group__inner-container {
    max-width: 100%;
  }
}
#siteHeader .navbar-brand {
  z-index: 200;
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #siteHeader .navbar-brand {
    padding: 10px 1rem;
  }
}
#siteHeader .navbar-brand img {
  display: block;
  height: 44px;
  width: 80px;
}
@media (min-width: 768px) {
  #siteHeader .navbar-brand img {
    height: 44px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  #siteHeader .navbar-brand img {
    height: 50px;
    width: 130px;
  }
}
#siteHeader .header-controls {
  position: relative;
  z-index: 200;
}
#siteHeader .header-controls .search-toggle {
  display: none;
  color: #1C68B2;
  font-size: 26px;
}
#siteHeader .header-controls .navbar-toggler {
  border: 0;
  outline: none !important;
  border: 1px solid transparent;
  z-index: 100;
  min-height: 60px;
  height: 100%;
}
#siteHeader .header-controls .navbar-toggler[aria-expanded=true] {
  background: #fffcf7;
  border-color: #F2E7D5;
  border-bottom: 0;
}
#siteHeader .header-controls .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(6, 123, 212, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  #siteHeader .header-controls .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  #siteHeader .header-controls {
    display: flex;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 0;
    height: 101%;
  }
  #siteHeader .header-controls .navbar-toggler {
    margin-left: 15px;
  }
  #siteHeader .header-controls .search-toggle {
    display: block;
  }
}
#siteHeader #header-search {
  z-index: 500;
}
#siteHeader #header-search .input-group-clear {
  order: 3;
  background: transparent;
  border: 0;
  color: #6E6E6E;
  padding: 0 20px 0 10px;
  opacity: 0;
  transition: all 1s;
  font-size: 24px;
}
#siteHeader #header-search #searchsubmit {
  padding: 0 0 0 10px;
}
@media (min-width: 992px) {
  #siteHeader #header-search {
    position: absolute;
    margin: auto;
    left: 100%;
    top: 0;
    bottom: 0;
    height: 40px !important;
    right: -50px;
    transition: left 400ms ease-in-out;
  }
  #siteHeader #header-search.collapsing {
    transition: height 0s ease;
  }
  #siteHeader #header-search.show {
    left: 0;
    right: -65px;
  }
  #siteHeader #header-search.show .input-group-clear {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  #siteHeader #header-search {
    display: block !important;
  }
}

.navbar-collapse {
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar-collapse .navbar-nav > .nav-item {
  font-size: 15px;
  padding: 0.3rem 1rem;
  border-top: 1px solid #F2E7D5;
}
@media (min-width: 992px) {
  .navbar-collapse .navbar-nav > .nav-item {
    padding: 0.5rem 1rem;
  }
}
.navbar-collapse#navbarCollapse1 {
  background: #FFFCF7;
  position: relative;
  z-index: 300;
}
@media (min-width: 992px) {
  .navbar-collapse#navbarCollapse1 {
    background: transparent;
    flex-basis: auto;
    margin-right: 50px;
    height: auto !important;
  }
  .navbar-collapse#navbarCollapse1.collapsing, .navbar-collapse#navbarCollapse1.collapse {
    display: block !important;
  }
}
.navbar-collapse#navbarCollapse2 {
  background: #f8f3ea;
}
@media (min-width: 992px) {
  .navbar-collapse#navbarCollapse2 {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    min-width: 340px;
    border: 1px solid #F2E7D5;
    border-top: 0;
    display: block;
  }
}

#primaryNav {
  height: 100%;
  z-index: 400;
  position: relative;
}
@media (min-width: 992px) {
  #primaryNav .navbar-nav {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#primaryNav .navbar-nav > .nav-item {
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #primaryNav .navbar-nav > .nav-item {
    padding: 20px 21px;
    border: 0;
  }
}
@media (min-width: 1700px) {
  #primaryNav .navbar-nav > .nav-item {
    padding: 20px 27px;
  }
}
#primaryNav .navbar-nav .nav-link {
  position: relative;
  line-height: 1.1;
  color: #0679D0;
  font-weight: bold;
}
#primaryNav .navbar-nav .nav-link:hover {
  color: #1C68B2;
}
#primaryNav .navbar-nav > li:hover .dropdown-menu {
  display: block;
  z-index: 100;
}
#primaryNav .navbar-nav .dropdown-menu {
  border: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #primaryNav .navbar-nav .dropdown-menu {
    margin-top: -6px;
    border-top: 6px solid #0679D0;
    font-size: 0.567rem;
    background: #fff;
    box-shadow: -2px 2px 6px rgba(142, 141, 139, 0.15);
    right: 0;
    left: 0;
    min-width: 180px;
    position: absolute;
    text-align: left;
    padding: 0;
  }
  #primaryNav .navbar-nav .dropdown-menu .dropdown-item {
    text-align: left;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    background: none;
    border: 0;
    white-space: normal;
    font-size: 15px;
    padding: 0.3rem 1rem;
    border-top: 1px solid #F2E7D5;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #primaryNav .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  #primaryNav .navbar-nav .dropdown-menu .dropdown-item:hover, #primaryNav .navbar-nav .dropdown-menu .dropdown-item:focus, #primaryNav .navbar-nav .dropdown-menu .dropdown-item:active {
    color: #1C68B2;
    text-decoration: none;
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  #secondaryNav {
    display: none;
  }
}
@media (min-width: 992px) {
  #secondaryNav .navbar-nav {
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;
  }
}
#secondaryNav .navbar-nav > .nav-item {
  position: relative;
  margin: 0;
}
@media (min-width: 992px) {
  #secondaryNav .navbar-nav > .nav-item {
    padding: 7px;
    border: 0;
    display: flex;
  }
}
#secondaryNav .navbar-nav .nav-link {
  position: relative;
  line-height: 1;
  background: #005A45;
  color: #fff;
  border-radius: 5px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.833rem;
}
#secondaryNav .navbar-nav .nav-link:hover {
  background: #229c49;
}

#secondaryNav2 {
  margin-top: 5px;
}
#secondaryNav2 .navbar-nav > .nav-item {
  background: #e9f6ff;
  border-color: #1C68B2;
}
#secondaryNav2 .navbar-nav > .nav-item > a {
  color: #1C68B2;
  text-transform: uppercase;
  font-weight: bold;
}
#secondaryNav2 .navbar-nav > .nav-item:first-child {
  background: #1C68B2;
}
#secondaryNav2 .navbar-nav > .nav-item:first-child > a {
  color: white;
}
@media (min-width: 992px) {
  #secondaryNav2 {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------
//    HERO
// --------------------------------------------------------------------------------------- */
#hero {
  background: #FFFCF7;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 250px;
  overflow: hidden;
  align-items: stretch;
}
#hero .slick-list {
  width: 100%;
  height: 100%;
}
#hero .slick-track {
  display: flex;
  width: 100%;
  height: 100%;
}
#hero .slick-track .slick-slide,
#hero .slick-track .slick-slide > div,
#hero .slick-track .slide-inner {
  display: flex;
  width: 100%;
  height: auto;
}
#hero .slick-slide > div {
  justify-content: flex-end;
}
#hero .slide-inner {
  width: 100%;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) {
  #hero .slide-inner {
    display: flex;
  }
}
#hero svg {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: auto;
  right: 3%;
  z-index: 999;
}
#hero .hero-content {
  padding: 2rem 1rem;
}
#hero .hero-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #hero .hero-content {
    font-size: 15px;
    padding: 2rem 0;
  }
}
@media (min-width: 1200px) {
  #hero .hero-content {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  #hero .hero-content {
    padding: 4rem 1rem;
  }
}
#hero .btn, #hero body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom #hero .ctct-form-button, #hero input[type=submit],
#hero body .gform_wrapper .button,
body .gform_wrapper #hero .button, #hero .wp-block-file a.wp-block-file__button, .wp-block-file #hero a.wp-block-file__button,
#hero a.wp-block-button__link {
  margin-top: 1rem;
}
#hero .hero-image {
  position: relative;
  height: 200px;
}
#hero .hero-image .hero-image-img {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 90% !important;
}
@media (min-width: 576px) {
  #hero .hero-image {
    height: 260px;
  }
}
@media (min-width: 768px) {
  #hero .hero-image {
    height: auto;
    width: 65%;
    max-width: 1100px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
  #hero .hero-image .hero-image-img {
    background-position: center bottom;
  }
}
@media (min-width: 1200px) {
  #hero .hero-image {
    width: 60%;
  }
}
@media (min-width: 1700px) {
  #hero .hero-image {
    width: 55%;
  }
}
#hero .hero-image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/ovalmask-01.svg) left 60% no-repeat transparent;
  background-size: cover;
}
@media (min-width: 768px) {
  #hero .hero-image:after {
    background-position: left 75%;
  }
}
@media (min-width: 992px) {
  #hero .hero-image:after {
    background-position: left 65%;
  }
}
@media (min-width: 1200px) {
  #hero .hero-image:after {
    background-position: left 60%;
  }
}
@media (min-width: 1440px) {
  #hero .hero-image:after {
    background-position: left 57%;
  }
}
@media (min-width: 1700px) {
  #hero .hero-image:after {
    background-position: left 55%;
  }
}
#hero .container, #hero .has-background .wp-block-group__inner-container, .has-background #hero .wp-block-group__inner-container {
  z-index: 100;
}
#hero .page-headline:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #hero {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  #hero {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  #hero {
    min-height: 450px;
  }
}

@media (min-width: 768px) {
  #hero.reverse .hero-content .row {
    flex-direction: row-reverse;
  }
}
#hero.reverse .slick-slide > div {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #hero.reverse .hero-image {
    left: 0;
    right: auto;
    width: 55%;
  }
}
#hero.reverse .hero-image:after {
  content: "";
  right: auto;
  left: 0;
  background-image: url(../images/ovalmask-reverse2.svg);
}

.section-headline, body.single #relevanssi_related h3,
#relevanssi_related h3 {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.section-headline.sep-dots,
#relevanssi_related h3.section-headline, body.single #relevanssi_related h3,
#relevanssi_related h3.sep-dots,
#relevanssi_related h3, #masthead.no-img .section-headline:not(.sep-grid):not(.sep-arrows),
#masthead.no-img #relevanssi_related h3:not(.sep-grid):not(.sep-arrows),
#relevanssi_related #masthead.no-img h3:not(.sep-grid):not(.sep-arrows), .section-headline.sep-arrows,
#relevanssi_related h3.sep-arrows, .section-headline.sep-grid,
#relevanssi_related h3.sep-grid {
  margin-top: 1.5rem;
  padding-top: 15px;
}
.section-headline.sep-dots:before,
#relevanssi_related h3.section-headline:before,
#relevanssi_related h3.sep-dots:before,
body.single #relevanssi_related h3:before,
#relevanssi_related h3:before, #masthead.no-img .section-headline:not(.sep-grid):not(.sep-arrows):before,
#masthead.no-img #relevanssi_related h3:not(.sep-grid):not(.sep-arrows):before,
#relevanssi_related #masthead.no-img h3:not(.sep-grid):not(.sep-arrows):before, .section-headline.sep-arrows:before,
#relevanssi_related h3.sep-arrows:before, .section-headline.sep-grid:before,
#relevanssi_related h3.sep-grid:before {
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: fadeInDown 1s ease;
}
@media (min-width: 768px) {
  .section-headline.sep-dots,
  #relevanssi_related h3.section-headline, body.single #relevanssi_related h3,
  #relevanssi_related h3.sep-dots,
  #relevanssi_related h3, #masthead.no-img .section-headline:not(.sep-grid):not(.sep-arrows),
  #masthead.no-img #relevanssi_related h3:not(.sep-grid):not(.sep-arrows),
  #relevanssi_related #masthead.no-img h3:not(.sep-grid):not(.sep-arrows), .section-headline.sep-arrows,
  #relevanssi_related h3.sep-arrows, .section-headline.sep-grid,
  #relevanssi_related h3.sep-grid {
    padding-top: 30px;
    margin-bottom: 2rem;
  }
  .section-headline.sep-dots:before,
  #relevanssi_related h3.section-headline:before,
  #relevanssi_related h3.sep-dots:before,
  body.single #relevanssi_related h3:before,
  #relevanssi_related h3:before, #masthead.no-img .section-headline:not(.sep-grid):not(.sep-arrows):before,
  #masthead.no-img #relevanssi_related h3:not(.sep-grid):not(.sep-arrows):before,
  #relevanssi_related #masthead.no-img h3:not(.sep-grid):not(.sep-arrows):before, .section-headline.sep-arrows:before,
  #relevanssi_related h3.sep-arrows:before, .section-headline.sep-grid:before,
  #relevanssi_related h3.sep-grid:before {
    height: 54px;
  }
}
.section-headline.sep-dots:before,
#relevanssi_related h3.section-headline:before,
#relevanssi_related h3.sep-dots:before,
body.single #relevanssi_related h3:before,
#relevanssi_related h3:before, #masthead.no-img .section-headline:not(.sep-grid):not(.sep-arrows):before,
#masthead.no-img #relevanssi_related h3:not(.sep-grid):not(.sep-arrows):before,
#relevanssi_related #masthead.no-img h3:not(.sep-grid):not(.sep-arrows):before {
  background-image: url(../images/sep-dots.svg);
}
.section-headline.sep-arrows:before,
#relevanssi_related h3.sep-arrows:before {
  background-image: url(../images/sep-arrows.svg);
}
.section-headline.sep-grid:before,
#relevanssi_related h3.sep-grid:before {
  background-image: url(../images/sep-grid.svg);
}

#masthead.has-img {
  background: #FFFCF7;
  padding: 2rem 0;
}
#masthead.has-img .row {
  align-items: center;
}
@media (min-width: 992px) {
  #masthead.has-img .wp-post-image {
    max-width: 93%;
  }
}
#masthead.has-img .section-headline,
#masthead.has-img #relevanssi_related h3,
#relevanssi_related #masthead.has-img h3 {
  text-align: left;
  margin-bottom: 1rem;
}
#masthead.has-img .section-headline:before,
#masthead.has-img #relevanssi_related h3:before,
#relevanssi_related #masthead.has-img h3:before {
  background-position: left center;
}

#masthead.no-img {
  text-align: center;
  padding: 4rem 0 2rem;
}
@media (min-width: 992px) {
  #masthead.no-img {
    padding-top: 6rem;
  }
}
#masthead.no-img .section-headline,
#masthead.no-img #relevanssi_related h3,
#relevanssi_related #masthead.no-img h3 {
  margin-bottom: 1rem;
}
#masthead.no-img .intro {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 2rem;
}

#masthead .back-btn {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0 2rem;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------------------------------------------------------------------
//    CARDS
// --------------------------------------------------------------------------------------- */
.card {
  position: relative;
  background: transparent;
}
.card .card-footer {
  background: transparent;
  box-shadow: none;
}
.card .card-body {
  line-height: 1.5;
  padding: 1.25rem;
}
.card .card-body p:last-child {
  margin-bottom: 0 !important;
}

.card-deck .card {
  position: relative;
  margin-bottom: 1rem;
  transition: all 0.2s ease-out;
}
@media (min-width: 576px) {
  .card-deck {
    margin: 0 -15px;
  }
  .card-deck.grid {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck.grid-2 .card, .card-deck.grid-4 .card, .card-deck.grid-5 .card, .card-deck.grid-3 .card {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .card-deck.grid-5 .card, .card-deck.grid-3 .card {
    min-width: calc(33.3% - 30px);
    max-width: calc(33.3% - 30px);
  }
  .card-deck .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .card-deck.grid-4 .card {
    min-width: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
@media (min-width: 1200px) {
  .card-deck.grid-5 .card {
    min-width: calc(20% - 30px);
    max-width: calc(20% - 30px);
  }
}

.card-columns {
  margin: 0 -1.25rem;
}
.card-columns .card {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 992px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.alert {
  padding: 0.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  background: #1C68B2;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .alert {
    padding: 1rem 1.5rem;
  }
}
.alert *:last-child {
  margin-bottom: 0;
}
.alert a {
  color: #fff;
}

.featured {
  text-align: left;
}
.featured h3 {
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .icons.row .section-headline,
  .icons.row #relevanssi_related h3,
  #relevanssi_related .icons.row h3 {
    width: 25%;
    text-align: left;
  }
  .icons.row .card-deck {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .icons.row {
    display: block;
  }
}
.icons .card-deck {
  flex-flow: row wrap;
  justify-content: center;
  display: flex;
}
.icons .card-deck .card {
  text-align: center;
  padding: 15px;
  background: none;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .icons .card-deck .card {
    margin-bottom: 0;
  }
}
.icons .card-deck .card .icon-link {
  display: block;
  transition: all 0.2s ease-out;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  .icons .card-deck .card .icon-link:hover .icon-image {
    transform: scale(1.05);
  }
  .icons .card-deck .card .icon-link:hover .icon-title {
    color: #1C68B2;
  }
}
.icons .card-deck .card .card-body {
  padding: 0;
  line-height: 1.4;
  font-size: 0.833rem;
}
.icons .card-deck .card .card-header {
  padding: 0;
  margin-bottom: 1rem;
  background: none;
}
.icons .card-deck .card .icon-image {
  height: 100px;
  will-change: transform;
}
.icons .card-deck .card .icon-image img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.icons .card-deck .card.blob .icon-image {
  width: 80px;
  height: 80px;
  background-image: url(../images/oval3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.icons .card-deck .card.blob .icon-image img {
  width: auto;
  height: auto;
  max-height: 80%;
  max-width: 40%;
}
@media (min-width: 768px) {
  .icons .card-deck .card.blob .icon-image {
    height: 164px;
    width: 100%;
    max-width: 160px;
  }
  .icons .card-deck .card.blob .icon-image img {
    max-height: 65%;
    max-width: 65%;
  }
}
.icons .card-deck .card.blob:nth-child(3n+2) .icon-image {
  background-image: url(../images/oval1.svg);
}
.icons .card-deck .card.blob:nth-child(3n+3) .icon-image {
  background-image: url(../images/oval2.svg);
}
.icons .card-deck .card .card-footer {
  padding-bottom: 0;
}
.icons .card-deck .card .card-footer .apptmsg {
  color: #1C68B2;
}
@media (max-width: 767.98px) {
  .icons .card-deck .card .card-footer {
    padding: 0;
    padding-left: calc(60px + 1rem);
  }
}
@media (max-width: 767.98px) {
  .icons .card-deck .card:not(.icon-only),
  .icons .card-deck .card:not(.icon-only) .icon-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .icons .card-deck .card:not(.icon-only) .card-header,
  .icons .card-deck .card:not(.icon-only) .icon-link .card-header {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.icons .card-deck .card.icon-only {
  min-width: calc(33.3% - 30px);
  max-width: calc(33.3% - 30px);
}
@media (min-width: 768px) {
  .icons .card-deck .card.icon-only {
    min-width: 0;
    max-width: 100%;
  }
}

.text-blobs .card {
  background-image: url(../images/oval2.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 3rem 2rem;
  font-size: clamp(12px, 1rem, 1.1vw);
}
.text-blobs .card:nth-child(3n+2) {
  background-image: url(../images/oval1.svg);
}
.text-blobs .card:nth-child(3n+3) {
  background-image: url(../images/oval3.svg);
}
@media (max-width: 991.98px) {
  .text-blobs .card .card-body {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .text-blobs .card-deck {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .text-blobs .icon-title {
    font-size: 1.1rem;
  }
}

#stats .stats {
  margin: 0;
  flex-flow: row wrap;
}
#stats .stats .card {
  margin: 0;
  min-width: 50%;
  max-width: 50%;
  background: transparent;
  text-align: center;
}
#stats .stats .card-body {
  background-size: cover;
  background-position: center center;
}
#stats .stats .content {
  position: relative;
  z-index: 10;
  margin: auto;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #stats .stats h3 {
    font-size: 1.5rem;
  }
  #stats .stats .content {
    font-size: 1.4rem;
  }
  #stats .stats .card-body {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  #stats .stats .card-body {
    padding: 4rem 4rem;
  }
  #stats .stats h3 {
    font-size: 1.65rem;
  }
  #stats .stats .content {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------------------
//    FANCYBOX
// -------------------------------------------------------------------------------------- */
.fancybox-navigation {
  display: none;
}

body .fancybox-content {
  width: 840px;
  max-width: 95%;
  background: #FFFCF7;
  border-radius: 10px;
  padding: 1rem;
}
body .fancybox-content .container, body .fancybox-content .has-background .wp-block-group__inner-container, .has-background body .fancybox-content .wp-block-group__inner-container {
  max-width: none;
}
body .fancybox-content .fancybox-button svg path {
  fill: #1C68B2;
  stroke-width: 4px;
}
body .fancybox-content .fancybox-close-small {
  padding: 0;
  right: 10px;
  top: 5px;
}
body .fancybox-content .slide-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
body .fancybox-content .slide-nav:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 50;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
body .fancybox-content .prevSlide,
body .fancybox-content .nextSlide {
  border-radius: 0;
  width: 49.5%;
  font-size: 1rem;
  padding: 0.8rem;
}
body .fancybox-content [data-aos^=fade][data-aos^=fade] {
  opacity: 1;
}
body .fancybox-content #masthead.no-img {
  padding-bottom: 0;
}

/* ---------------------------------------------------------------------------------------
//    TEAM
// -------------------------------------------------------------------------------------- */
.team-popup .fancybox-content {
  padding: 0;
}
.team-popup .bio {
  max-height: 75vh;
  overflow-y: auto;
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .team-popup .bio {
    padding: 2rem;
    max-height: 80vh;
  }
}
.team-popup .bio h2 {
  text-align: center;
}
.team-popup .bio .team-photo img {
  max-width: 50%;
  margin-bottom: 1rem;
}

.team-photo {
  text-align: center;
  position: relative;
}
.team-photo img {
  border-radius: 50%;
}

.team-grid .team-card {
  background: transparent;
  text-decoration: none !important;
  color: #636363;
}
.team-grid .team-card .card-header {
  text-align: center;
  background: transparent;
}
.team-grid .team-card .entry-title {
  margin-top: 1.8rem;
  display: block;
}
.team-grid .team-card .team-photo {
  max-width: 100%;
  transition: all 0.2s linear;
  top: 0;
}
.team-grid .team-card .team-photo:before {
  content: "";
  position: absolute;
  opacity: 0.5;
  bottom: -25px;
  left: -14px;
  width: 100%;
  height: 100%;
  background-image: url(../images/oval.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.3s ease-in;
}
.team-grid .team-card .team-photo:hover:before {
  bottom: -32px;
}
.team-grid .team-card:nth-child(even) .team-photo:before {
  top: -20px;
  bottom: auto;
}
.team-grid .team-card:nth-child(even) .team-photo:hover:before {
  top: -25px;
  left: -20px;
}
@media (max-width: 991.98px) {
  .team-grid .team-card .team-photo:before {
    bottom: -15px;
  }
}
@media (max-width: 767.98px) {
  .team-grid .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .team-grid .team-card {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .team-grid .team-card .team-photo:before {
    bottom: -10px;
  }
}

.single-staff .team-photo {
  margin: 2rem 0;
}
.single-staff .slide-nav {
  display: none;
}

#billpay {
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 576px) {
  #billpay {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#billpay #Submit {
  white-space: nowrap;
  margin-top: 10px;
}
@media (min-width: 576px) {
  #billpay #Submit {
    margin-top: 0;
    margin-left: 10px;
  }
}
#billpay label {
  display: none;
}
/* ---------------------------------------------------------------------------------------
//    BLOG NEWS
// -------------------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .wp-post-image {
    margin-bottom: 1rem;
  }
}
article {
  position: relative;
}

.feed .blog-card .card-header {
  padding-top: 0;
}
.feed .blog-card .wp-post-image {
  margin-bottom: 1rem;
}
.feed .blog-card .entry-title {
  margin: 0;
}
.feed .blog-card .card-body {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .feed {
    margin: 0;
  }
  .feed .blog-card {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 2rem;
  }
}

.post-meta {
  font-size: 0.833rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #6E6E6E;
  display: flex;
}
.post-meta .posted-on {
  display: block;
}
.post-meta a {
  color: inherit;
  text-decoration: none;
}
.post-meta .byline {
  display: block;
  margin-right: 10px;
}
.post-meta .byline:after {
  content: "|";
  margin-left: 10px;
}

.wp-block-latest-posts.is-grid li {
  background: #f6f6f6;
  padding: 30px;
  position: relative;
  font-size: 16px;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-title {
  color: #636363;
  text-decoration: none;
  position: relative;
  display: block;
  /*&:after {
  	content:'\203A';
  	//font-family: "Font Awesome 5 Free";
  	font-size: 80px;
  	line-height: 0;
  	font-weight: 300;
  	opacity: 0.8;
  	color: $primary;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	position:absolute;
  	top:5px;
  	right:-10px;
  }*/
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-excerpt {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-excerpt .read-more-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.single #masthead.has-img {
  padding: 0;
}
.single #masthead.has-img img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single #masthead.has-img .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.98px) {
  .single #masthead.has-img .masthead-img {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single #masthead.has-img .post-meta {
    flex-direction: column;
  }
  .single #masthead.has-img .post-meta .byline {
    margin: 0;
  }
  .single #masthead.has-img .post-meta .byline:after {
    content: "";
    margin: 0;
  }
}

.single #masthead.no-img .post-meta {
  justify-content: center;
}
.single #masthead.no-img .section-headline:before, body.single #relevanssi_related #masthead.no-img h3:before,
.single #masthead.no-img #relevanssi_related h3:before,
#relevanssi_related .single #masthead.no-img h3:before {
  background-image: url(../images/sep-arrows.svg) !important;
}

/*
.single #main-content {

	h2 {
		@extend .h3;
		margin-bottom:1.3rem;
	}

	h3 {
		@extend .h4;
		margin-bottom:0.5rem;
	}

	h4 {
		@extend .h5;
	}

}
*/
.category-description {
  text-align: center;
  margin-bottom: 5rem;
}

.pagination, ul.page-numbers {
  justify-content: center;
  margin-bottom: 2rem;
  align-items: center;
}
.pagination .page-link, ul.page-numbers .page-link, ul.page-numbers .page-numbers {
  text-decoration: none;
  border: 0;
  line-height: 1.25;
  text-align: center;
  color: #636363;
  font-size: 0.889rem;
  background: transparent;
  box-shadow: none;
}
.pagination .page-link.current, ul.page-numbers .page-link.current, ul.page-numbers .current.page-numbers {
  background: transparent;
  font-weight: bold;
  color: #636363;
}
.pagination .page-link.next, ul.page-numbers .page-link.next, ul.page-numbers .next.page-numbers, .pagination .page-link.prev, ul.page-numbers .page-link.prev, ul.page-numbers .prev.page-numbers {
  background: #0679D0;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

ul.page-numbers .page-numbers {
  border: 0;
  color: #0679D0;
  text-decoration: none;
}

body.single #relevanssi_related,
#relevanssi_related {
  margin-top: 7rem;
  margin-bottom: 3rem;
}
body.single #relevanssi_related h3,
#relevanssi_related h3 {
  margin-bottom: 1rem;
}
body.single #relevanssi_related #relevanssi_related_grid,
#relevanssi_related #relevanssi_related_grid {
  display: flex;
  grid-column-gap: auto;
  margin: 0;
}
body.single #relevanssi_related #relevanssi_related_grid > div,
#relevanssi_related #relevanssi_related_grid > div {
  padding: 1rem;
  line-height: 1.4;
}
body.single #relevanssi_related #relevanssi_related_grid > div a,
#relevanssi_related #relevanssi_related_grid > div a {
  color: inherit;
  text-decoration: none;
}
body.single #relevanssi_related #relevanssi_related_grid > div a:hover,
#relevanssi_related #relevanssi_related_grid > div a:hover {
  color: #0679D0;
}
@media (max-width: 767.98px) {
  body.single #relevanssi_related #relevanssi_related_grid,
  #relevanssi_related #relevanssi_related_grid {
    display: block;
  }
}

/* ---------------------------------------------------------------------------------------
//    Search
// -------------------------------------------------------------------------------------- */
#searchform {
  border: 1px solid #1C68B2;
  background: #fff;
}
#searchform .form-control, #searchform body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom #searchform input.ctct-form-element, #searchform body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper #searchform input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#searchform input[type=email],
#searchform input[type=date],
#searchform input[type=datetime],
#searchform input[type=datetime-local],
#searchform input[type=month],
#searchform input[type=number],
#searchform input[type=password],
#searchform input[type=search],
#searchform input[type=tel],
#searchform input[type=text],
#searchform input[type=time],
#searchform input[type=week],
#searchform input[type=url],
#searchform select,
#searchform textarea, #searchform #billpay #CustRefID, #billpay #searchform #CustRefID {
  border: 0;
  background: transparent;
  order: 2;
}
#searchform #searchsubmit {
  background: transparent;
  border: 0;
  padding: 0 10px;
  order: 1;
  font-size: 24px;
  color: #1C68B2;
}

#main-content #searchform {
  margin-bottom: 2rem;
}
#main-content #searchform.library {
  margin-bottom: 0;
}

#filters {
  display: flex;
  align-items: center;
  justify-content: center;
}
#filters span {
  margin: 1rem 0.5rem;
  font-size: 1.112rem;
}
#filters select {
  margin: 1rem 0.5rem;
  width: 50%;
}
@media (min-width: 768px) {
  #filters select {
    min-width: 224px;
    width: auto;
  }
}

#results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #979797;
  margin-bottom: 2rem;
}
#results-header #sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#results-header #sorting #sort {
  border-radius: 0;
  background-color: transparent;
  margin-left: 5px;
  border: 0;
  color: #1C68B2;
}

/* ---------------------------------------------------------------------------------------
//    BLOCK EDITOR ELEMENTS
//    applying bootstrap styles where possible
// --------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .alignwide:not(.wp-block-table), body.single #relevanssi_related:not(.wp-block-table),
  #relevanssi_related:not(.wp-block-table) {
    margin-left: calc(-465px + 50%);
    margin-right: calc(-465px + 50%);
  }
}
@media (min-width: 1200px) {
  .alignwide:not(.wp-block-table), body.single #relevanssi_related:not(.wp-block-table),
  #relevanssi_related:not(.wp-block-table) {
    margin-left: calc(-545px + 50%);
    margin-right: calc(-545px + 50%);
  }
}
@media (min-width: 1440px) {
  .alignwide:not(.wp-block-table), body.single #relevanssi_related:not(.wp-block-table),
  #relevanssi_related:not(.wp-block-table) {
    margin-left: calc(-605px + 50%);
    margin-right: calc(-605px + 50%);
  }
}
@media (min-width: 1700px) {
  .alignwide:not(.wp-block-table), body.single #relevanssi_related:not(.wp-block-table),
  #relevanssi_related:not(.wp-block-table) {
    margin-left: calc(-655px + 50%);
    margin-right: calc(-655px + 50%);
  }
}

html {
  scrollbar-gutter: stable;
}

.wpgmp_map_container,
.gmp_map_opts,
.alignfull {
  max-width: 2000px;
  margin-left: calc(50% - 50vw + 7.5px);
  margin-right: calc(50% - 50vw + 7.5px);
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 2000px) {
  .entry-content .alignfull {
    margin-left: calc(50% - 1000px);
    margin-right: calc(50% - 1000px);
  }
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  width: auto;
}

.has-background .wp-block-group__inner-container,
.has-background .wp-block-group__inner-container {
  margin: auto;
}

.wpgmp_map_container,
.gmp_map_opts {
  width: 100vw !important;
}

ul.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
p.has-background {
  border-radius: 5px;
}

.has-primary-color {
  color: #0679D0;
}

.has-secondary-color {
  color: #005A45;
}

.has-info-color {
  color: #1C68B2;
}

.has-success-color {
  color: #36D08C;
}

.has-light-color {
  color: #f8f3ea;
}

.has-muted-color {
  color: #FFE21C;
}

.has-warning-color {
  color: #FFFCF7;
}

.has-gray-color {
  color: #f6f6f6;
}

.has-primary-background-color {
  background-color: #0679D0;
}

.has-secondary-background-color {
  background-color: #005A45;
}

.has-info-background-color {
  background-color: #1C68B2;
}

.has-success-background-color {
  background-color: #36D08C;
  color: #333;
}

.has-light-background-color {
  background-color: #f8f3ea;
}

.has-muted-background-color {
  background-color: #FFE21C;
}

.has-warning-background-color {
  background-color: #FFFCF7;
}

.has-gray-background-color {
  background-color: #f6f6f6;
}

.wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-media-text .wp-block-media-text__media {
    font-size: 1.125rem;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .wp-block-media-text .wp-block-media-text__media {
    max-width: 88%;
  }
}
@media (max-width: 767.98px) {
  .wp-block-media-text:not(.has-media-on-the-right) {
    direction: rtl;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 1rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-row: 1 !important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-row: 2 !important;
  }
}

.wp-block-media-text + .wp-block-media-text {
  margin-top: 5rem;
}

.callout {
  background: #FFFCF7;
  position: relative;
}
.callout .wp-block-media-text__content {
  padding: 2rem !important;
}
.callout .wp-block-media-text__media {
  justify-self: center;
}
@media (min-width: 768px) {
  .callout .wp-block-media-text__media {
    justify-self: flex-end;
  }
}
.callout .wp-block-media-text__media:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 1;
  right: 10%;
}
@media (min-width: 992px) {
  .callout .wp-block-media-text__media:before {
    right: 20%;
  }
}
.callout .wp-block-media-text__media img {
  mask-image: url("../images/blob-mask1.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/blob-mask1.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
  position: relative;
}
.callout.blob-grid .wp-block-media-text__media:before {
  background-image: url(../images/oval-grid.svg);
}
.callout.blob-dots .wp-block-media-text__media:before {
  background-image: url(../images/oval-dots2.svg);
}
.callout.blob-arrows .wp-block-media-text__media:before {
  background-image: url(../images/oval-arrows2.svg);
}
@media (min-width: 768px) {
  .callout.has-media-on-the-right {
    grid-template-columns: 60% 40%;
  }
}
@media (min-width: 768px) {
  .callout.has-media-on-the-left {
    grid-template-columns: 40% 60%;
  }
}
.callout.has-media-on-the-left .wp-block-media-text__media {
  justify-self: flex-start;
  padding-left: 10%;
}
.callout.has-media-on-the-left .wp-block-media-text__media:before {
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .callout.has-media-on-the-left .wp-block-media-text__media {
    padding-left: 16%;
  }
}
.callout.vertical {
  grid-template-columns: 100%;
  padding-top: 3rem;
  background: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.callout.vertical .wp-block-media-text__media {
  justify-self: center;
  margin-right: -50px;
}
.callout.vertical .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 2;
  background: #F6F6F6;
  padding-top: 250px !important;
  margin-top: -200px;
  z-index: -1;
  text-align: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-group {
  border-radius: 10px;
  /*&.has-secondary-background-color{
  	box-shadow:0 20px 0 #13a162;
  }
  &.has-success-background-color{
  	box-shadow:0 20px 0 #13a162;
  }

  &.has-primary-background-color{
  	box-shadow:0 20px 0 $info;
  }
  &.has-muted-background-color{
  	box-shadow:0 20px 0 $light;
  }*/
}
.wp-block-group.alignfull {
  border-radius: 0;
  box-shadow: none;
}
.wp-block-group .wp-block-buttons:last-child {
  margin-bottom: 0;
}
.wp-block-group *:last-child {
  margin-bottom: 0;
}

.wp-block-columns {
  align-items: stretch;
}
.wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column {
    font-size: clamp(14px, 1.5vw, 18px);
  }
  .wp-block-columns .wp-block-column H2 {
    font-size: clamp(18px, 2.2vw, 40px);
  }
}
.wp-block-columns .wp-block-group {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0;
}
.wp-block-columns .wp-block-group:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-group > div {
  margin: 0;
  padding: 15px;
}
.wp-block-columns .wp-block-media-text.vertical {
  height: 100%;
  grid-auto-rows: 1fr;
}
.wp-block-columns .wp-block-media-text.vertical .wp-block-media-text__content {
  align-self: stretch;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.wp-block-columns .wp-block-media-text.vertical .wp-block-media-text__media:before {
  top: -25px;
}
.wp-block-columns.alignfull .wp-block-group {
  padding: 1.5rem 3.5rem 1rem 2rem;
  margin: 0;
  height: 100%;
}
.wp-block-columns.alignfull .wp-block-group__inner-container {
  padding: 0;
}
.wp-block-columns.alignfull .wp-block-column {
  margin: 0;
}
@media (min-width: 992px) {
  .wp-block-columns.alignfull .wp-block-column:nth-child(odd) .wp-block-group {
    padding-left: calc((100vw - 930px) / 2);
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.alignfull .wp-block-column:nth-child(odd) .wp-block-group {
    padding-left: calc((100vw - 1090px) / 2);
  }
}
@media (min-width: 1440px) {
  .wp-block-columns.alignfull .wp-block-column:nth-child(odd) .wp-block-group {
    padding-left: calc((100vw - 1190px) / 2);
  }
}
@media (min-width: 992px) {
  .wp-block-columns.alignfull .wp-block-column:nth-child(even) .wp-block-group {
    padding-right: calc((100vw - 930px) / 2);
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.alignfull .wp-block-column:nth-child(even) .wp-block-group {
    padding-right: calc((100vw - 1090px) / 2);
  }
}
@media (min-width: 1440px) {
  .wp-block-columns.alignfull .wp-block-column:nth-child(even) .wp-block-group {
    padding-right: calc((100vw - 1190px) / 2);
  }
}
@media (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}

.accordion .card-title {
  text-align: left;
  text-transform: none;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
}
.accordion .card-title:after {
  content: "›";
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  opacity: 0.8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
}
.accordion .card-title[aria-expanded=true]:after {
  content: "✕";
  font-size: 24px;
  line-height: 48px;
  font-weight: bold;
}
.accordion .card-content {
  padding: 1rem 2rem;
  background: #FFFCF7;
}

.table-striped tbody tr:nth-of-type(odd), .wp-block-table.is-style-stripes tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even), .wp-block-table.is-style-stripes tbody tr:nth-of-type(even) {
  background-color: #f0f7fc;
}

.wp-block-table {
  font-size: 0.889rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: auto;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table figcaption {
  margin-top: 10px;
  font-style: italic;
}

.table-wrapper .wp-block-table {
  padding: 1rem;
}

thead tr,
.wp-block-table tr:first-child {
  background: #f8f3ea;
}
thead tr th,
.wp-block-table tr:first-child th {
  text-transform: uppercase;
  font-size: 0.833rem;
}

.btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, input[type=submit],
body .gform_wrapper .button, .wp-block-file a.wp-block-file__button,
a.wp-block-button__link {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  transition: all 0.2s ease-out;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, input[type=submit],
  body .gform_wrapper .button, .wp-block-file a.wp-block-file__button,
  a.wp-block-button__link {
    padding: 0.4rem 1rem;
    font-size: 0.833rem;
  }
}

.btn-primary, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, input[type=submit],
#main .gform_wrapper .button, .button-groups .button-card:nth-child(4n-3) .btn, .button-groups .button-card:nth-child(4n-3) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-3) .ctct-form-button, .button-groups .button-card:nth-child(4n-3) input[type=submit],
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link, .wp-block-file a.wp-block-file__button:not(.has-background),
a.wp-block-button__link:not(.has-background) {
  box-shadow: 0 6px 0px #1C68B2;
}
.btn-primary:hover, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button:hover, input[type=submit]:hover,
#main .gform_wrapper .button:hover, .button-groups .button-card:nth-child(4n-3) .btn:hover, .button-groups .button-card:nth-child(4n-3) input[type=submit]:hover,
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button:hover,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button:hover, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button:hover, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button:hover,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover:not(.has-background),
a.wp-block-button__link:hover:not(.has-background) {
  background: #1C68B2;
  box-shadow: 0 6px 0px #0679D0;
  border-color: #1C68B2;
}

.btn-secondary, a.wp-block-button__link.has-secondary-background-color {
  box-shadow: 0 6px 0px black;
  font-size: 0.833rem;
  padding: 0.5rem 0.8rem;
}
.btn-secondary:hover, a.wp-block-button__link.has-secondary-background-color:hover {
  background: #229c49;
  box-shadow: 0 6px 0px #005A45;
  border-color: #229c49;
}

.btn-default,
.btn-white {
  background: #fff;
  color: #0679D0;
}
.btn-default:hover,
.btn-white:hover {
  background: #f8f3ea;
}

.bg-secondary .btn-white:hover,
.bg-success .btn-white:hover,
.has-yellow-background-color .btn-white:hover,
.has-orange-background-color .btn-white:hover {
  background: #0679D0;
  color: #fff;
}

.wp-block-button:not(.has-text-color) {
  color: inherit;
}

.wp-block-buttons {
  margin-bottom: 1rem;
}

.btn-lg, .btn-group-lg > .btn, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .btn-group-lg > .ctct-form-button, .btn-group-lg > input[type=submit],
body .gform_wrapper .btn-group-lg > .button, .wp-block-file .btn-group-lg > a.wp-block-file__button,
.btn-group-lg > a.wp-block-button__link {
  font-size: 1.334rem;
  padding: 2rem 1rem;
  white-space: normal;
}

.button-groups .button-deck {
  justify-content: center;
}
.button-groups .btn, .button-groups body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .ctct-form-button, .button-groups input[type=submit],
.button-groups body .gform_wrapper .button,
body .gform_wrapper .button-groups .button, .button-groups .wp-block-file a.wp-block-file__button, .wp-block-file .button-groups a.wp-block-file__button,
.button-groups a.wp-block-button__link {
  height: 100%;
  text-transform: none;
  font-weight: normal;
  font-family: "Roboto Slab", serif;
  font-size: 1.112rem;
  margin-bottom: 1.6rem;
  box-shadow: none;
  border: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.button-groups .button-card {
  min-height: 140px;
  margin-bottom: 0;
}
.button-groups .button-card:nth-child(4n-3) .btn, .button-groups .button-card:nth-child(4n-3) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-3) .ctct-form-button, .button-groups .button-card:nth-child(4n-3) input[type=submit],
.button-groups .button-card:nth-child(4n-3) body .gform_wrapper .button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-3) .button, .button-groups .button-card:nth-child(4n-3) .wp-block-file a.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-3) a.wp-block-file__button,
.button-groups .button-card:nth-child(4n-3) a.wp-block-button__link {
  box-shadow: none !important;
}
.button-groups .button-card:nth-child(4n-2) .btn, .button-groups .button-card:nth-child(4n-2) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n-2) .ctct-form-button, .button-groups .button-card:nth-child(4n-2) input[type=submit],
.button-groups .button-card:nth-child(4n-2) body .gform_wrapper .button,
body .gform_wrapper .button-groups .button-card:nth-child(4n-2) .button, .button-groups .button-card:nth-child(4n-2) .wp-block-file a.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n-2) a.wp-block-file__button,
.button-groups .button-card:nth-child(4n-2) a.wp-block-button__link {
  background-color: #bba98b;
  color: #333;
}
.button-groups .button-card:nth-child(4n) .btn, .button-groups .button-card:nth-child(4n) body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button, body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .button-groups .button-card:nth-child(4n) .ctct-form-button, .button-groups .button-card:nth-child(4n) input[type=submit],
.button-groups .button-card:nth-child(4n) body .gform_wrapper .button,
body .gform_wrapper .button-groups .button-card:nth-child(4n) .button, .button-groups .button-card:nth-child(4n) .wp-block-file a.wp-block-file__button, .wp-block-file .button-groups .button-card:nth-child(4n) a.wp-block-file__button,
.button-groups .button-card:nth-child(4n) a.wp-block-button__link {
  background-color: #FFE21C;
  color: black;
}

small {
  display: block;
}

.wp-block-gallery {
  margin: 50px 0 70px;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  flex-grow: 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}

.wp-block-image:not(.alignfull) {
  margin-bottom: 1rem;
}
.wp-block-image figure {
  margin-bottom: 0;
}
.wp-block-image .alignleft {
  margin-right: 2rem;
  margin-top: 1rem;
}
.wp-block-image .alignright {
  margin-left: 1.4rem;
}

.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: transparent;
  position: relative;
  color: #212121;
  font-size: 0.778rem;
  padding: 0.4rem 0.2rem;
  line-height: 1.4;
  font-weight: 400;
}

blockquote,
.wp-block-quote {
  padding: 2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  position: relative;
  font-size: 1.112rem;
  background: #36D08C;
  box-shadow: 0 20px 0 #F6F4D3;
  border-radius: 10px;
  color: #333;
}

.wp-block-quote.is-style-large {
  padding: 2rem;
  margin-bottom: 2.5rem;
}

blockquote p {
  margin-bottom: 15px;
}

blockquote cite,
.blockquote-footer,
.wp-block-quote cite {
  font-weight: 400;
  color: #333;
  font-style: normal;
}

#siteFooter {
  padding: 1.5rem 0;
  background: #005A45;
  text-align: center;
  color: #fff;
  font-size: 0.833rem;
}
#siteFooter a {
  color: #fff;
}
#siteFooter a:hover {
  color: #36D08C;
}
#siteFooter .row {
  align-items: center;
}
#siteFooter .navbar-nav {
  align-items: center;
}
#siteFooter .navbar-nav li a {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 1rem;
  padding: 0;
}
#siteFooter .navbar-nav li.button a {
  background: #36D08C;
  white-space: nowrap;
  padding: 6px 8px;
  font-size: 16px;
  border-radius: 10px;
  color: black;
  display: block;
}
#siteFooter .navbar-nav li.button:hover a {
  background: #d7faeb;
}
@media (max-width: 767.98px) {
  #siteFooter .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  #siteFooter .navbar-nav li:not(.button) a {
    padding: 1rem;
    display: block;
    border-bottom: 1px solid white;
  }
  #siteFooter .navbar-nav li:last-child a {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #siteFooter .navbar-nav {
    flex-direction: row;
  }
  #siteFooter .navbar-nav li {
    margin-right: 30px;
    line-height: 1;
    position: relative;
  }
  #siteFooter .navbar-nav li:not(.button):after {
    content: "";
    width: 1px;
    height: 16px;
    background: #f8f3ea;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #siteFooter .navbar-nav li:last-child:after {
    width: 0;
  }
  #siteFooter .navbar-nav li.button {
    margin-right: 20px;
  }
}
#siteFooter .social-list {
  margin: 0;
}
#siteFooter .social-list a {
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-align: center;
}
#siteFooter .social-list a:hover,
#siteFooter .social-list a:focus {
  color: #36D08C;
}
#siteFooter .social-list .fab {
  line-height: 34px;
}
#siteFooter .social-list .list-inline-item:not(:last-child) {
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  #siteFooter .social-list {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #siteFooter .footer-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
}
#siteFooter .legal {
  padding: 10px 0;
  color: #f8f3ea;
  text-align: center;
  font-size: 13px;
}
#siteFooter .legal a {
  color: #f8f3ea;
}
#siteFooter .legal p {
  margin: 0;
}
@media (min-width: 768px) {
  #siteFooter .legal {
    text-align: left;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #siteFooter .legal {
    text-align: right;
  }
}

body .gform_wrapper form {
  margin-bottom: 3rem;
}

body .gform_wrapper ul li {
  padding-left: 0;
}

body .gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #0679D0;
}

body .gform_wrapper .gform_footer {
  padding: 0;
  text-align: center;
}

.gfield_description {
  font-size: 14px;
}

body .gform_validation_container {
  display: none !important;
}

body .gform_wrapper .validation_error,
body .gform_wrapper .gfield_error {
  color: #dc3545;
  line-height: 1.4;
  margin-bottom: 1rem;
}
body .gform_wrapper .validation_error input,
body .gform_wrapper .gfield_error input {
  border-color: #dc3545;
}

body .hidden_label label {
  display: none;
}

body .gform_footer br {
  display: none;
}

body .gfield_label {
  font-weight: 400;
}

.gf_hidden {
  display: none;
}

body .gform_wrapper textarea {
  height: 220px;
}

.mc-field-group.input-group strong {
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #f8f3ea;
  background-color: #f8f3ea;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  color: #636363;
}

select:not([multiple]) {
  padding-right: 2rem;
  background-image: url(../images/icon-angle-down.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  position: relative;
  margin: 0;
  left: inherit;
  right: inherit;
}

select.form-control:not([size]):not([multiple]), #billpay select#CustRefID:not([size]):not([multiple]), select:not([size]):not([multiple]) {
  height: auto;
}

select:focus, input:focus, textarea:focus {
  box-shadow: 0 0 5px #0679D0;
}

#main .chosen-container-single .chosen-single div,
#main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  width: auto;
}

#main .select2-container {
  width: 100% !important;
}

#main .chosen-container-single .chosen-single div b,
#main .select2-container--default .select2-selection--single .select2-selection__arrow b {
  padding-right: 2rem;
  background-image: url(../images/icon-angle-down.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  border: 0;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  display: inline;
}

.select2-results {
  background: #f8f3ea;
}

.chosen-container {
  width: 100% !important;
}

.select2-results__option:first-child {
  opacity: 0.3;
}

#main .select2-container--default .select2-selection--single,
.chosen-container .chosen-single {
  border: 1px solid #0679D0;
  border-radius: 0;
  box-shadow: none;
  background: white;
  height: 1.84rem;
  line-height: 1.84rem;
  padding-left: 0.6rem;
}

#main .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0679D0;
  line-height: 1.84rem;
  padding: 0;
}
@media (min-width: 768px) {
  #main .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.833rem;
  }
}

.select2-container--default .select2-results > .select2-results__options {
  color: #0679D0 !important;
  font-size: 0.833rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0679D0 !important;
}

.chosen-container-single .chosen-single span {
  color: #545454;
}
@media (min-width: 768px) {
  .chosen-container-single .chosen-single span {
    font-size: 0.833rem;
  }
}

@media (min-width: 768px) {
  .gf_right_half,
  .gf_left_half {
    width: 50%;
    display: inline-block;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
}
/*\
::-webkit-input-placeholder { 
	color: #6E6E6E!important;
}
::-moz-placeholder { 
	color: #6E6E6E!important;
}
:-ms-input-placeholder { 
	color: #6E6E6E!important;
}
:-moz-placeholder { 
	color: #6E6E6E!important;
}
*/
body div.ctct-form-embed div.ctct-form-defaults {
  padding: 0;
  background-color: transparent !important;
}
body div.ctct-form-embed div.ctct-form-defaults .ctct-form-success {
  text-align: center;
  padding: 15px;
  background: #f8f3ea;
}
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-header,
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-text {
  display: none;
}
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom input.ctct-form-element {
  box-shadow: none;
}
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-field label.ctct-form-label {
  white-space: nowrap;
  margin-right: 10px;
  width: 25%;
  color: #636363;
}
@media (min-width: 768px) {
  body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-field label.ctct-form-label {
    width: 20%;
  }
}
body div.ctct-form-embed div.ctct-form-defaults form.ctct-form-custom .ctct-form-button {
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.wp-caption {
  font-size: 0.833rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  text-align: center;
  font-size: inherit;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.carousel {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.carousel .card {
  display: none;
}

.carousel .card:first-child {
  display: block;
  visibility: hidden;
}

.carousel.slick-initialized .card {
  display: block;
  visibility: visible !important;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 600;
  position: absolute;
  top: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  text-align: center;
  background: transparent;
  border: 0;
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.15;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
}

[dir=rtl] .slick-prev {
  right: 10px;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "\f053";
}

.slick-next {
  right: 10px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 10px;
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "\f054";
}

@media (max-width: 1199.98px) {
  .slides .slick-prev,
  .slides .slick-next {
    width: 30px;
  }
  .slides .slick-prev:before,
  .slides .slick-next:before {
    font-size: 24px;
  }
}

@media (max-width: 1439.98px) {
  .carousel {
    padding: 0 40px;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 20px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}/*# sourceMappingURL=theme.css.map */