@charset "UTF-8";
/** Config */
/**
 * Variables
 */
/**
 * External
 */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #00BCD4;
  --indigo: #6610f2;
  --purple: #72689D;
  --pink: #e83e8c;
  --red: #C6203E;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #9AAD21;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #002D56;
  --secondary: #AB6522;
  --success: #9AAD21;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #C6203E;
  --light: #f8f9fa;
  --dark: #343a40;
  --third: #f47b20;
  --fourth: #f69024;
  --fifth: #f6f6f6;
  --sixth: #fbfbfb;
  --seventh: #cdcdcd;
  --gray-700: #F3F3F3;
  --gray-900: #1f1f1f;
  --black: #272727;
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Raleway", 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(39, 39, 39, 0);
}

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

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272727;
  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, .tribe-events-single .single-content h1, h2, .tribe-events-single .single-content h2, .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.slider figure .title, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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,
.block-testimonials .featured-box.text-listing figure cite,
.block-testimonials .featured-box.featured figure cite,
.block-testimonials .featured-box.slider figure cite {
  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: #002D56;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00050a;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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, .tribe-events-single .single-content h1, h2, .tribe-events-single .single-content h2, .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.slider figure .title, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

h1, .tribe-events-single .single-content h1, .h1 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h1, .tribe-events-single .single-content h1, .h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

h2, .tribe-events-single .single-content h2, .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.slider figure .title, .h2 {
  font-size: 1.25rem;
}

h3, .h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h4, .h4 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

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

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

.lead {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .lead {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  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;
}

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

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

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

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

.container, .tribe-events-single, .woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold,
.container-fluid,
.hero-header-carousel figure,
.content-hold,
.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, .tribe-events-single, .woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .tribe-events-single, .woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .tribe-events-single, .woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .tribe-events-single, .woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold {
    max-width: 1140px;
  }
}
.row, .nav-primary, .type-resource .single-hold {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .wp-block-columns.is-style-col-lg-10-offset-lg-1, .col-lg-9, .col-lg-8, .wp-block-columns.is-style-col-lg-8-offset-lg-2, .col-lg-7, .col-lg-6, .hero-header-carousel .accent-img, .wp-block-columns.is-style-col-lg-6-offset-lg-3, .rebel_gform .gform_fields .gfield, #gform_3 .gform_fields .gfield, #gform_4 .gform_fields .gfield, #gform_5 .gform_fields .gfield, .col-lg-5, .hero-header-carousel figure > div, .col-lg-4, .woocommerce .content-hold .sidebar, .post-type-archive-resource .content-hold .sidebar, .type-industry .content-hold .sidebar, .post-type-archive-product .content-hold .sidebar, .post-type-archive .content-hold .sidebar, .blog .content-hold .sidebar, .archive .content-hold .sidebar, .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, .hero-header-carousel .carousel-item article, .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, .content-hold .main,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .type-resource .single-hold .side-one, .col-7, .col-6, .col-5, .col-4, .type-resource .single-hold .side-two, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col, .content-hold .main {
  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.33333333%;
  max-width: 8.33333333%;
}

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

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

.col-4, .type-resource .single-hold .side-two {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

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

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

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

.col-8, .type-resource .single-hold .side-one {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

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

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

.col-12, .hero-header-carousel .carousel-item article, .hero-header-carousel figure > div, .hero-header-carousel .accent-img {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0, .woocommerce .content-hold .sidebar, .post-type-archive-resource .content-hold .sidebar, .type-industry .content-hold .sidebar, .post-type-archive-product .content-hold .sidebar, .post-type-archive .content-hold .sidebar, .blog .content-hold .sidebar, .archive .content-hold .sidebar {
  order: 0;
}

.order-1, .woocommerce .content-hold .main, .post-type-archive-resource .content-hold .main, .type-industry .content-hold .main, .post-type-archive-product .content-hold .main, .post-type-archive .content-hold .main, .blog .content-hold .main, .archive .content-hold .main {
  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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

  .col-md-6, .hero-header-carousel figure > div {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7, .hero-header-carousel .carousel-item article, .hero-header-carousel .accent-img {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

  .col-lg-4, .woocommerce .content-hold .sidebar, .post-type-archive-resource .content-hold .sidebar, .type-industry .content-hold .sidebar, .post-type-archive-product .content-hold .sidebar, .post-type-archive .content-hold .sidebar, .blog .content-hold .sidebar, .archive .content-hold .sidebar {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5, .hero-header-carousel figure > div {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6, .hero-header-carousel .accent-img, .wp-block-columns.is-style-col-lg-6-offset-lg-3, .rebel_gform .gform_fields .gfield, #gform_3 .gform_fields .gfield, #gform_4 .gform_fields .gfield, #gform_5 .gform_fields .gfield {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .col-lg-8, .wp-block-columns.is-style-col-lg-8-offset-lg-2 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10, .wp-block-columns.is-style-col-lg-10-offset-lg-1 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

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

  .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, .wp-block-columns.is-style-col-lg-10-offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2, .wp-block-columns.is-style-col-lg-8-offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3, .wp-block-columns.is-style-col-lg-6-offset-lg-3 {
    margin-left: 25%;
  }

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c4d0;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a92a7;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e3e8c1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #cad48c;
}

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

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

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

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

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

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

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

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

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

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

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

.table-third,
.table-third > th,
.table-third > td {
  background-color: #fcdac1;
}
.table-third th,
.table-third td,
.table-third thead th,
.table-third tbody + tbody {
  border-color: #f9ba8b;
}

.table-hover .table-third:hover {
  background-color: #fbcba9;
}
.table-hover .table-third:hover > td,
.table-hover .table-third:hover > th {
  background-color: #fbcba9;
}

.table-fourth,
.table-fourth > th,
.table-fourth > td {
  background-color: #fce0c2;
}
.table-fourth th,
.table-fourth td,
.table-fourth thead th,
.table-fourth tbody + tbody {
  border-color: #fac58d;
}

.table-hover .table-fourth:hover {
  background-color: #fbd4aa;
}
.table-hover .table-fourth:hover > td,
.table-hover .table-fourth:hover > th {
  background-color: #fbd4aa;
}

.table-fifth,
.table-fifth > th,
.table-fifth > td {
  background-color: #fcfcfc;
}
.table-fifth th,
.table-fifth td,
.table-fifth thead th,
.table-fifth tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-fifth:hover {
  background-color: #efefef;
}
.table-hover .table-fifth:hover > td,
.table-hover .table-fifth:hover > th {
  background-color: #efefef;
}

.table-sixth,
.table-sixth > th,
.table-sixth > td {
  background-color: #fefefe;
}
.table-sixth th,
.table-sixth td,
.table-sixth thead th,
.table-sixth tbody + tbody {
  border-color: #fdfdfd;
}

.table-hover .table-sixth:hover {
  background-color: #f1f1f1;
}
.table-hover .table-sixth:hover > td,
.table-hover .table-sixth:hover > th {
  background-color: #f1f1f1;
}

.table-seventh,
.table-seventh > th,
.table-seventh > td {
  background-color: #f1f1f1;
}
.table-seventh th,
.table-seventh td,
.table-seventh thead th,
.table-seventh tbody + tbody {
  border-color: #e5e5e5;
}

.table-hover .table-seventh:hover {
  background-color: #e4e4e4;
}
.table-hover .table-seventh:hover > td,
.table-hover .table-seventh:hover > th {
  background-color: #e4e4e4;
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #fcfcfc;
}
.table-gray-700 th,
.table-gray-700 td,
.table-gray-700 thead th,
.table-gray-700 tbody + tbody {
  border-color: #f9f9f9;
}

.table-hover .table-gray-700:hover {
  background-color: #efefef;
}
.table-hover .table-gray-700:hover > td,
.table-hover .table-gray-700:hover > th {
  background-color: #efefef;
}

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: silver;
}
.table-gray-900 th,
.table-gray-900 td,
.table-gray-900 thead th,
.table-gray-900 tbody + tbody {
  border-color: #8b8b8b;
}

.table-hover .table-gray-900:hover {
  background-color: #b3b3b3;
}
.table-hover .table-gray-900:hover > td,
.table-hover .table-gray-900:hover > th {
  background-color: #b3b3b3;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #c3c3c3;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #8f8f8f;
}

.table-hover .table-black:hover {
  background-color: #b6b6b6;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #b6b6b6;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 0.75rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F3F3F3;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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 {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #F3F3F3;
  background-color: #fff;
  border-color: #0070d6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #F3F3F3;
}
select.form-control:focus::-ms-value {
  color: #F3F3F3;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .content-hold .form-row > .main,
.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: 0.875em;
  color: #9AAD21;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(154, 173, 33, 0.9);
  border-radius: 0;
}
.form-row > .col > .valid-tooltip, .content-hold .form-row > .main > .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, .form-control.is-valid {
  border-color: #9AAD21;
  padding-right: calc(1.5em + 1.6rem) !important;
  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='%239AAD21' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #9AAD21;
  box-shadow: 0 0 0 0.2rem rgba(154, 173, 33, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #9AAD21;
  padding-right: calc(0.75em + 2.95rem) !important;
  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.75rem 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='%239AAD21' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.8rem) calc(0.75em + 0.8rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #9AAD21;
  box-shadow: 0 0 0 0.2rem rgba(154, 173, 33, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #9AAD21;
}
.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: #9AAD21;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #9AAD21;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #bfd62b;
  background: #bfd62b linear-gradient(180deg, #c9dc4b, #bfd62b) repeat-x;
}
.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(154, 173, 33, 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: #9AAD21;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #9AAD21;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #9AAD21;
  box-shadow: 0 0 0 0.2rem rgba(154, 173, 33, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(198, 32, 62, 0.9);
  border-radius: 0;
}
.form-row > .col > .invalid-tooltip, .content-hold .form-row > .main > .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, .form-control.is-invalid {
  border-color: #C6203E;
  padding-right: calc(1.5em + 1.6rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C6203E' 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='%23C6203E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C6203E;
  box-shadow: 0 0 0 0.2rem rgba(198, 32, 62, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C6203E;
  padding-right: calc(0.75em + 2.95rem) !important;
  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.75rem 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='%23C6203E' 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='%23C6203E' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.8rem) calc(0.75em + 0.8rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #C6203E;
  box-shadow: 0 0 0 0.2rem rgba(198, 32, 62, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C6203E;
}
.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: #C6203E;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #C6203E;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #df3a58;
  background: #df3a58 linear-gradient(180deg, #e45871, #df3a58) repeat-x;
}
.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(198, 32, 62, 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: #C6203E;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #C6203E;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #C6203E;
  box-shadow: 0 0 0 0.2rem rgba(198, 32, 62, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    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, .gform_button {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #272727;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.8rem 0.75rem;
  font-size: 1rem !important;
  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, .gform_button {
    transition: none;
  }
}
.btn:hover, .gform_button:hover {
  color: #272727;
  text-decoration: none;
}
.btn:focus, .gform_button:focus, .btn.focus, .focus.gform_button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.btn.disabled, .disabled.gform_button, .btn:disabled, .gform_button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .gform_button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.gform_button,
fieldset:disabled a.btn,
fieldset:disabled a.gform_button {
  pointer-events: none;
}

.btn-primary, contact .floorplanContact .gform_button {
  color: #fff;
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x;
  border-color: #002D56;
}
.btn-primary:hover, contact .floorplanContact .gform_button:hover {
  color: #fff;
  background: #001930 linear-gradient(180deg, #263c4f, #001930) repeat-x;
  border-color: #001223;
}
.btn-primary:focus, contact .floorplanContact .gform_button:focus, .btn-primary.focus, contact .floorplanContact .focus.gform_button {
  color: #fff;
  background: #001930 linear-gradient(180deg, #263c4f, #001930) repeat-x;
  border-color: #001223;
  box-shadow: 0 0 0 0.2rem rgba(38, 77, 111, 0.5);
}
.btn-primary.disabled, contact .floorplanContact .disabled.gform_button, .btn-primary:disabled, contact .floorplanContact .gform_button:disabled {
  color: #fff;
  background-color: #002D56;
  border-color: #002D56;
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active, contact .floorplanContact .gform_button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, contact .floorplanContact .gform_button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, contact .floorplanContact .show > .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #001223;
  background-image: none;
  border-color: #000c16;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, contact .floorplanContact .gform_button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, contact .floorplanContact .gform_button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, contact .floorplanContact .show > .dropdown-toggle.gform_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 77, 111, 0.5);
}

.btn-secondary, .gform_button {
  color: #fff;
  background: #AB6522 linear-gradient(180deg, #b87c43, #AB6522) repeat-x;
  border-color: #AB6522;
}
.btn-secondary:hover, .gform_button:hover {
  color: #fff;
  background: #8b521c linear-gradient(180deg, #9c6c3e, #8b521c) repeat-x;
  border-color: #804c1a;
}
.btn-secondary:focus, .gform_button:focus, .btn-secondary.focus, .focus.gform_button {
  color: #fff;
  background: #8b521c linear-gradient(180deg, #9c6c3e, #8b521c) repeat-x;
  border-color: #804c1a;
  box-shadow: 0 0 0 0.2rem rgba(184, 124, 67, 0.5);
}
.btn-secondary.disabled, .disabled.gform_button, .btn-secondary:disabled, .gform_button:disabled {
  color: #fff;
  background-color: #AB6522;
  border-color: #AB6522;
  background-image: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .gform_button:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .gform_button:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #804c1a;
  background-image: none;
  border-color: #764617;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .gform_button:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .gform_button:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.gform_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 124, 67, 0.5);
}

.btn-success {
  color: #212529;
  background: #9AAD21 linear-gradient(180deg, #a9b942, #9AAD21) repeat-x;
  border-color: #9AAD21;
}
.btn-success:hover {
  color: #fff;
  background: #7d8d1b linear-gradient(180deg, #919e3d, #7d8d1b) repeat-x;
  border-color: #748219;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background: #7d8d1b linear-gradient(180deg, #919e3d, #7d8d1b) repeat-x;
  border-color: #748219;
  box-shadow: 0 0 0 0.2rem rgba(136, 153, 34, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #9AAD21;
  border-color: #9AAD21;
  background-image: none;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #748219;
  background-image: none;
  border-color: #6a7717;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 153, 34, 0.5);
}

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3696a6, #138496) repeat-x;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3696a6, #138496) repeat-x;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  background-image: none;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  background-image: none;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  background-image: none;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  background-image: none;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background: #C6203E linear-gradient(180deg, #cf415b, #C6203E) repeat-x;
  border-color: #C6203E;
}
.btn-danger:hover {
  color: #fff;
  background: #a51b34 linear-gradient(180deg, #b33d52, #a51b34) repeat-x;
  border-color: #9a1930;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background: #a51b34 linear-gradient(180deg, #b33d52, #a51b34) repeat-x;
  border-color: #9a1930;
  box-shadow: 0 0 0 0.2rem rgba(207, 65, 91, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C6203E;
  border-color: #C6203E;
  background-image: none;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9a1930;
  background-image: none;
  border-color: #8f172d;
}
.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(207, 65, 91, 0.5);
}

.btn-light {
  color: #212529;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  background-image: none;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  background-image: none;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  background-image: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  background-image: none;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-third {
  color: #fff;
  background: #f47b20 linear-gradient(180deg, #f68f41, #f47b20) repeat-x;
  border-color: #f47b20;
}
.btn-third:hover {
  color: #fff;
  background: #e3680b linear-gradient(180deg, #e77f30, #e3680b) repeat-x;
  border-color: #d6620b;
}
.btn-third:focus, .btn-third.focus {
  color: #fff;
  background: #e3680b linear-gradient(180deg, #e77f30, #e3680b) repeat-x;
  border-color: #d6620b;
  box-shadow: 0 0 0 0.2rem rgba(246, 143, 65, 0.5);
}
.btn-third.disabled, .btn-third:disabled {
  color: #fff;
  background-color: #f47b20;
  border-color: #f47b20;
  background-image: none;
}
.btn-third:not(:disabled):not(.disabled):active, .btn-third:not(:disabled):not(.disabled).active, .show > .btn-third.dropdown-toggle {
  color: #fff;
  background-color: #d6620b;
  background-image: none;
  border-color: #ca5d0a;
}
.btn-third:not(:disabled):not(.disabled):active:focus, .btn-third:not(:disabled):not(.disabled).active:focus, .show > .btn-third.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 143, 65, 0.5);
}

.btn-fourth {
  color: #212529;
  background: #f69024 linear-gradient(180deg, #f7a145, #f69024) repeat-x;
  border-color: #f69024;
}
.btn-fourth:hover {
  color: #fff;
  background: #ea7d0a linear-gradient(180deg, #ed912f, #ea7d0a) repeat-x;
  border-color: #de7709;
}
.btn-fourth:focus, .btn-fourth.focus {
  color: #fff;
  background: #ea7d0a linear-gradient(180deg, #ed912f, #ea7d0a) repeat-x;
  border-color: #de7709;
  box-shadow: 0 0 0 0.2rem rgba(214, 128, 37, 0.5);
}
.btn-fourth.disabled, .btn-fourth:disabled {
  color: #212529;
  background-color: #f69024;
  border-color: #f69024;
  background-image: none;
}
.btn-fourth:not(:disabled):not(.disabled):active, .btn-fourth:not(:disabled):not(.disabled).active, .show > .btn-fourth.dropdown-toggle {
  color: #fff;
  background-color: #de7709;
  background-image: none;
  border-color: #d27009;
}
.btn-fourth:not(:disabled):not(.disabled):active:focus, .btn-fourth:not(:disabled):not(.disabled).active:focus, .show > .btn-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 128, 37, 0.5);
}

.btn-fifth {
  color: #212529;
  background: #f6f6f6 linear-gradient(180deg, #f7f7f7, #f6f6f6) repeat-x;
  border-color: #f6f6f6;
}
.btn-fifth:hover {
  color: #212529;
  background: #e3e3e3 linear-gradient(180deg, #e7e7e7, #e3e3e3) repeat-x;
  border-color: #dddddd;
}
.btn-fifth:focus, .btn-fifth.focus {
  color: #212529;
  background: #e3e3e3 linear-gradient(180deg, #e7e7e7, #e3e3e3) repeat-x;
  border-color: #dddddd;
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}
.btn-fifth.disabled, .btn-fifth:disabled {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  background-image: none;
}
.btn-fifth:not(:disabled):not(.disabled):active, .btn-fifth:not(:disabled):not(.disabled).active, .show > .btn-fifth.dropdown-toggle {
  color: #212529;
  background-color: #dddddd;
  background-image: none;
  border-color: #d6d6d6;
}
.btn-fifth:not(:disabled):not(.disabled):active:focus, .btn-fifth:not(:disabled):not(.disabled).active:focus, .show > .btn-fifth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}

.btn-sixth {
  color: #212529;
  background: #fbfbfb linear-gradient(180deg, #fcfcfc, #fbfbfb) repeat-x;
  border-color: #fbfbfb;
}
.btn-sixth:hover {
  color: #212529;
  background: #e8e8e8 linear-gradient(180deg, #ebebeb, #e8e8e8) repeat-x;
  border-color: #e2e2e2;
}
.btn-sixth:focus, .btn-sixth.focus {
  color: #212529;
  background: #e8e8e8 linear-gradient(180deg, #ebebeb, #e8e8e8) repeat-x;
  border-color: #e2e2e2;
  box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
}
.btn-sixth.disabled, .btn-sixth:disabled {
  color: #212529;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  background-image: none;
}
.btn-sixth:not(:disabled):not(.disabled):active, .btn-sixth:not(:disabled):not(.disabled).active, .show > .btn-sixth.dropdown-toggle {
  color: #212529;
  background-color: #e2e2e2;
  background-image: none;
  border-color: #dbdbdb;
}
.btn-sixth:not(:disabled):not(.disabled):active:focus, .btn-sixth:not(:disabled):not(.disabled).active:focus, .show > .btn-sixth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
}

.btn-seventh {
  color: #212529;
  background: #cdcdcd linear-gradient(180deg, #d5d5d5, #cdcdcd) repeat-x;
  border-color: #cdcdcd;
}
.btn-seventh:hover {
  color: #212529;
  background: #bababa linear-gradient(180deg, #c4c4c4, #bababa) repeat-x;
  border-color: #b4b4b4;
}
.btn-seventh:focus, .btn-seventh.focus {
  color: #212529;
  background: #bababa linear-gradient(180deg, #c4c4c4, #bababa) repeat-x;
  border-color: #b4b4b4;
  box-shadow: 0 0 0 0.2rem rgba(179, 180, 180, 0.5);
}
.btn-seventh.disabled, .btn-seventh:disabled {
  color: #212529;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  background-image: none;
}
.btn-seventh:not(:disabled):not(.disabled):active, .btn-seventh:not(:disabled):not(.disabled).active, .show > .btn-seventh.dropdown-toggle {
  color: #212529;
  background-color: #b4b4b4;
  background-image: none;
  border-color: #adadad;
}
.btn-seventh:not(:disabled):not(.disabled):active:focus, .btn-seventh:not(:disabled):not(.disabled).active:focus, .show > .btn-seventh.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 180, 180, 0.5);
}

.btn-gray-700 {
  color: #212529;
  background: #F3F3F3 linear-gradient(180deg, whitesmoke, #F3F3F3) repeat-x;
  border-color: #F3F3F3;
}
.btn-gray-700:hover {
  color: #212529;
  background: #e0e0e0 linear-gradient(180deg, #e5e5e5, #e0e0e0) repeat-x;
  border-color: #dadada;
}
.btn-gray-700:focus, .btn-gray-700.focus {
  color: #212529;
  background: #e0e0e0 linear-gradient(180deg, #e5e5e5, #e0e0e0) repeat-x;
  border-color: #dadada;
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}
.btn-gray-700.disabled, .btn-gray-700:disabled {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
  background-image: none;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active, .show > .btn-gray-700.dropdown-toggle {
  color: #212529;
  background-color: #dadada;
  background-image: none;
  border-color: lightgray;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}

.btn-gray-900 {
  color: #fff;
  background: #1f1f1f linear-gradient(180deg, #414141, #1f1f1f) repeat-x;
  border-color: #1f1f1f;
}
.btn-gray-900:hover {
  color: #fff;
  background: #0c0c0c linear-gradient(180deg, #303030, #0c0c0c) repeat-x;
  border-color: #060606;
}
.btn-gray-900:focus, .btn-gray-900.focus {
  color: #fff;
  background: #0c0c0c linear-gradient(180deg, #303030, #0c0c0c) repeat-x;
  border-color: #060606;
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}
.btn-gray-900.disabled, .btn-gray-900:disabled {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  background-image: none;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active, .show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #060606;
  background-image: none;
  border-color: black;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}

.btn-black {
  color: #fff;
  background: #272727 linear-gradient(180deg, #474747, #272727) repeat-x;
  border-color: #272727;
}
.btn-black:hover {
  color: #fff;
  background: #141414 linear-gradient(180deg, #373737, #141414) repeat-x;
  border-color: #0e0e0e;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background: #141414 linear-gradient(180deg, #373737, #141414) repeat-x;
  border-color: #0e0e0e;
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  background-image: none;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #0e0e0e;
  background-image: none;
  border-color: #070707;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}

.btn-white {
  color: #212529;
  background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #212529;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: none;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

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

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

.btn-outline-success {
  color: #9AAD21;
  border-color: #9AAD21;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #9AAD21;
  border-color: #9AAD21;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 173, 33, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #9AAD21;
  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: #9AAD21;
  border-color: #9AAD21;
}
.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(154, 173, 33, 0.5);
}

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

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

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

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

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

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

.btn-outline-fourth {
  color: #f69024;
  border-color: #f69024;
}
.btn-outline-fourth:hover {
  color: #212529;
  background-color: #f69024;
  border-color: #f69024;
}
.btn-outline-fourth:focus, .btn-outline-fourth.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 144, 36, 0.5);
}
.btn-outline-fourth.disabled, .btn-outline-fourth:disabled {
  color: #f69024;
  background-color: transparent;
}
.btn-outline-fourth:not(:disabled):not(.disabled):active, .btn-outline-fourth:not(:disabled):not(.disabled).active, .show > .btn-outline-fourth.dropdown-toggle {
  color: #212529;
  background-color: #f69024;
  border-color: #f69024;
}
.btn-outline-fourth:not(:disabled):not(.disabled):active:focus, .btn-outline-fourth:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 144, 36, 0.5);
}

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #002D56;
  text-decoration: none;
}
.btn-link:hover {
  color: #00050a;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .gform_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .gform_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    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: #272727;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .gform_button,
.btn-group-vertical > .btn,
.btn-group-vertical > .gform_button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .gform_button:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .gform_button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .gform_button:focus, .btn-group > .btn:active, .btn-group > .gform_button:active, .btn-group > .btn.active, .btn-group > .active.gform_button,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .gform_button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .gform_button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.gform_button {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child), .btn-group > .gform_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .gform_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .gform_button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .gform_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .gform_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .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, .btn-group-sm > .gform_button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .gform_button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

.btn-group-toggle > .btn, .btn-group-toggle > .gform_button,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .gform_button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .gform_button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .gform_button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .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,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control: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 > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .gform_button,
.input-group-append .btn,
.input-group-append .gform_button {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .gform_button:focus,
.input-group-append .btn:focus,
.input-group-append .gform_button:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .gform_button + .btn, .input-group-prepend .btn + .gform_button, .input-group-prepend .gform_button + .gform_button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .gform_button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .gform_button,
.input-group-append .btn + .btn,
.input-group-append .gform_button + .btn,
.input-group-append .btn + .gform_button,
.input-group-append .gform_button + .gform_button,
.input-group-append .btn + .input-group-text,
.input-group-append .gform_button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .gform_button {
  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.8rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F3F3F3;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.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,
.input-group-lg > .input-group-prepend > .gform_button,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .gform_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.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,
.input-group-sm > .input-group-prepend > .gform_button,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .gform_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .gform_button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .gform_button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .gform_button,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .gform_button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .gform_button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .gform_button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .gform_button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #002D56;
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0070d6;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #0a8aff;
  border-color: #0a8aff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #002D56;
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(0, 45, 86, 0.5) linear-gradient(180deg, rgba(88, 118, 145, 0.575), rgba(0, 45, 86, 0.5)) repeat-x;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background: rgba(0, 45, 86, 0.5) linear-gradient(180deg, rgba(88, 118, 145, 0.575), rgba(0, 45, 86, 0.5)) repeat-x;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(0, 45, 86, 0.5) linear-gradient(180deg, rgba(88, 118, 145, 0.575), rgba(0, 45, 86, 0.5)) repeat-x;
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(0, 45, 86, 0.5) linear-gradient(180deg, rgba(88, 118, 145, 0.575), rgba(0, 45, 86, 0.5)) repeat-x;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.75rem 0.8rem 0.75rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F3F3F3;
  vertical-align: middle;
  background: #fff 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.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #0070d6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.custom-select:focus::-ms-value {
  color: #F3F3F3;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #F3F3F3;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.6rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #0070d6;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 0.75rem;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #F3F3F3;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.6rem);
  padding: 0.8rem 0.75rem;
  line-height: 1.5;
  color: #F3F3F3;
  content: "Browse";
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 45, 86, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background: #0a8aff linear-gradient(180deg, #2f9cff, #0a8aff) repeat-x;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background: #0a8aff linear-gradient(180deg, #2f9cff, #0a8aff) repeat-x;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background: #0a8aff linear-gradient(180deg, #2f9cff, #0a8aff) repeat-x;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  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: #F3F3F3;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #002D56;
}

.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: 0.5rem 1rem;
}
.navbar .container, .navbar .tribe-events-single,
.navbar .container-fluid,
.navbar .hero-header-carousel figure,
.hero-header-carousel .navbar figure,
.navbar .content-hold,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .tribe-events-single, .woocommerce .navbar-expand-sm > .content-hold, .post-type-archive-resource .navbar-expand-sm > .content-hold, .type-industry .navbar-expand-sm > .content-hold, .post-type-archive-product .navbar-expand-sm > .content-hold, .post-type-archive .navbar-expand-sm > .content-hold, .blog .navbar-expand-sm > .content-hold, .archive .navbar-expand-sm > .content-hold,
.navbar-expand-sm > .container-fluid,
.hero-header-carousel .navbar-expand-sm > figure,
.navbar-expand-sm > .content-hold,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .tribe-events-single, .woocommerce .navbar-expand-sm > .content-hold, .post-type-archive-resource .navbar-expand-sm > .content-hold, .type-industry .navbar-expand-sm > .content-hold, .post-type-archive-product .navbar-expand-sm > .content-hold, .post-type-archive .navbar-expand-sm > .content-hold, .blog .navbar-expand-sm > .content-hold, .archive .navbar-expand-sm > .content-hold,
.navbar-expand-sm > .container-fluid,
.hero-header-carousel .navbar-expand-sm > figure,
.navbar-expand-sm > .content-hold,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .tribe-events-single, .woocommerce .navbar-expand-md > .content-hold, .post-type-archive-resource .navbar-expand-md > .content-hold, .type-industry .navbar-expand-md > .content-hold, .post-type-archive-product .navbar-expand-md > .content-hold, .post-type-archive .navbar-expand-md > .content-hold, .blog .navbar-expand-md > .content-hold, .archive .navbar-expand-md > .content-hold,
.navbar-expand-md > .container-fluid,
.hero-header-carousel .navbar-expand-md > figure,
.navbar-expand-md > .content-hold,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .tribe-events-single, .woocommerce .navbar-expand-md > .content-hold, .post-type-archive-resource .navbar-expand-md > .content-hold, .type-industry .navbar-expand-md > .content-hold, .post-type-archive-product .navbar-expand-md > .content-hold, .post-type-archive .navbar-expand-md > .content-hold, .blog .navbar-expand-md > .content-hold, .archive .navbar-expand-md > .content-hold,
.navbar-expand-md > .container-fluid,
.hero-header-carousel .navbar-expand-md > figure,
.navbar-expand-md > .content-hold,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .tribe-events-single, .woocommerce .navbar-expand-lg > .content-hold, .post-type-archive-resource .navbar-expand-lg > .content-hold, .type-industry .navbar-expand-lg > .content-hold, .post-type-archive-product .navbar-expand-lg > .content-hold, .post-type-archive .navbar-expand-lg > .content-hold, .blog .navbar-expand-lg > .content-hold, .archive .navbar-expand-lg > .content-hold,
.navbar-expand-lg > .container-fluid,
.hero-header-carousel .navbar-expand-lg > figure,
.navbar-expand-lg > .content-hold,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .tribe-events-single, .woocommerce .navbar-expand-lg > .content-hold, .post-type-archive-resource .navbar-expand-lg > .content-hold, .type-industry .navbar-expand-lg > .content-hold, .post-type-archive-product .navbar-expand-lg > .content-hold, .post-type-archive .navbar-expand-lg > .content-hold, .blog .navbar-expand-lg > .content-hold, .archive .navbar-expand-lg > .content-hold,
.navbar-expand-lg > .container-fluid,
.hero-header-carousel .navbar-expand-lg > figure,
.navbar-expand-lg > .content-hold,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .tribe-events-single, .woocommerce .navbar-expand-xl > .content-hold, .post-type-archive-resource .navbar-expand-xl > .content-hold, .type-industry .navbar-expand-xl > .content-hold, .post-type-archive-product .navbar-expand-xl > .content-hold, .post-type-archive .navbar-expand-xl > .content-hold, .blog .navbar-expand-xl > .content-hold, .archive .navbar-expand-xl > .content-hold,
.navbar-expand-xl > .container-fluid,
.hero-header-carousel .navbar-expand-xl > figure,
.navbar-expand-xl > .content-hold,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .tribe-events-single, .woocommerce .navbar-expand-xl > .content-hold, .post-type-archive-resource .navbar-expand-xl > .content-hold, .type-industry .navbar-expand-xl > .content-hold, .post-type-archive-product .navbar-expand-xl > .content-hold, .post-type-archive .navbar-expand-xl > .content-hold, .blog .navbar-expand-xl > .content-hold, .archive .navbar-expand-xl > .content-hold,
.navbar-expand-xl > .container-fluid,
.hero-header-carousel .navbar-expand-xl > figure,
.navbar-expand-xl > .content-hold,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .tribe-events-single, .woocommerce .navbar-expand > .content-hold, .post-type-archive-resource .navbar-expand > .content-hold, .type-industry .navbar-expand > .content-hold, .post-type-archive-product .navbar-expand > .content-hold, .post-type-archive .navbar-expand > .content-hold, .blog .navbar-expand > .content-hold, .archive .navbar-expand > .content-hold,
.navbar-expand > .container-fluid,
.hero-header-carousel .navbar-expand > figure,
.navbar-expand > .content-hold,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .tribe-events-single, .woocommerce .navbar-expand > .content-hold, .post-type-archive-resource .navbar-expand > .content-hold, .type-industry .navbar-expand > .content-hold, .post-type-archive-product .navbar-expand > .content-hold, .post-type-archive .navbar-expand > .content-hold, .blog .navbar-expand > .content-hold, .archive .navbar-expand > .content-hold,
.navbar-expand > .container-fluid,
.hero-header-carousel .navbar-expand > figure,
.navbar-expand > .content-hold,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(39, 39, 39, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(39, 39, 39, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(39, 39, 39, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(39, 39, 39, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(39, 39, 39, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(39, 39, 39, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(39, 39, 39, 0.5);
  border-color: rgba(39, 39, 39, 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='rgba%2839, 39, 39, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(39, 39, 39, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(39, 39, 39, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(39, 39, 39, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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;
}

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

.btn .badge, .gform_button .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #002D56;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #001223;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 86, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #AB6522;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #804c1a;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(171, 101, 34, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #9AAD21;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #748219;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 173, 33, 0.5);
}

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

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

.badge-danger {
  color: #fff;
  background-color: #C6203E;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #9a1930;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(198, 32, 62, 0.5);
}

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

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

.badge-third {
  color: #fff;
  background-color: #f47b20;
}
a.badge-third:hover, a.badge-third:focus {
  color: #fff;
  background-color: #d6620b;
}
a.badge-third:focus, a.badge-third.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 123, 32, 0.5);
}

.badge-fourth {
  color: #212529;
  background-color: #f69024;
}
a.badge-fourth:hover, a.badge-fourth:focus {
  color: #212529;
  background-color: #de7709;
}
a.badge-fourth:focus, a.badge-fourth.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 144, 36, 0.5);
}

.badge-fifth {
  color: #212529;
  background-color: #f6f6f6;
}
a.badge-fifth:hover, a.badge-fifth:focus {
  color: #212529;
  background-color: #dddddd;
}
a.badge-fifth:focus, a.badge-fifth.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.badge-sixth {
  color: #212529;
  background-color: #fbfbfb;
}
a.badge-sixth:hover, a.badge-sixth:focus {
  color: #212529;
  background-color: #e2e2e2;
}
a.badge-sixth:focus, a.badge-sixth.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
}

.badge-seventh {
  color: #212529;
  background-color: #cdcdcd;
}
a.badge-seventh:hover, a.badge-seventh:focus {
  color: #212529;
  background-color: #b4b4b4;
}
a.badge-seventh:focus, a.badge-seventh.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5);
}

.badge-gray-700 {
  color: #212529;
  background-color: #F3F3F3;
}
a.badge-gray-700:hover, a.badge-gray-700:focus {
  color: #212529;
  background-color: #dadada;
}
a.badge-gray-700:focus, a.badge-gray-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}

.badge-gray-900 {
  color: #fff;
  background-color: #1f1f1f;
}
a.badge-gray-900:hover, a.badge-gray-900:focus {
  color: #fff;
  background-color: #060606;
}
a.badge-gray-900:focus, a.badge-gray-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #272727;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: #0e0e0e;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 39, 39, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #ffffff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #132a3f;
  background: #ccd5dd linear-gradient(180deg, #d4dbe2, #ccd5dd) repeat-x;
  border-color: #b8c4d0;
}
.alert-primary hr {
  border-top-color: #a9b7c6;
}
.alert-primary .alert-link {
  color: #071018;
}

.alert-secondary {
  color: #6c4724;
  background: #eee0d3 linear-gradient(180deg, #f1e5da, #eee0d3) repeat-x;
  border-color: #e7d4c1;
}
.alert-secondary hr {
  border-top-color: #e0c7af;
}
.alert-secondary .alert-link {
  color: #462e17;
}

.alert-success {
  color: #636d24;
  background: #ebefd3 linear-gradient(180deg, #eef1da, #ebefd3) repeat-x;
  border-color: #e3e8c1;
}
.alert-success hr {
  border-top-color: #dbe1ae;
}
.alert-success .alert-link {
  color: #404717;
}

.alert-info {
  color: #1f6772;
  background: #d1ecf1 linear-gradient(180deg, #d8eff3, #d1ecf1) repeat-x;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #14434a;
}

.alert-warning {
  color: #977716;
  background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #6a5410;
}

.alert-danger {
  color: #7a2333;
  background: #f4d2d8 linear-gradient(180deg, #f6d9de, #f4d2d8) repeat-x;
  border-color: #efc1c9;
}
.alert-danger hr {
  border-top-color: #eaadb7;
}
.alert-danger .alert-link {
  color: #521822;
}

.alert-light {
  color: #949495;
  background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #7a7a7c;
}

.alert-dark {
  color: #2e3134;
  background: #d6d8d9 linear-gradient(180deg, #dcdedf, #d6d8d9) repeat-x;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #161819;
}

.alert-third {
  color: #925323;
  background: #fde5d2 linear-gradient(180deg, #fde9d9, #fde5d2) repeat-x;
  border-color: #fcdac1;
}
.alert-third hr {
  border-top-color: #fbcba9;
}
.alert-third .alert-link {
  color: #693c19;
}

.alert-fourth {
  color: #935e25;
  background: #fde9d3 linear-gradient(180deg, #fdecda, #fde9d3) repeat-x;
  border-color: #fce0c2;
}
.alert-fourth hr {
  border-top-color: #fbd4aa;
}
.alert-fourth .alert-link {
  color: #6a441b;
}

.alert-fifth {
  color: #939393;
  background: #fdfdfd linear-gradient(180deg, #fdfdfd, #fdfdfd) repeat-x;
  border-color: #fcfcfc;
}
.alert-fifth hr {
  border-top-color: #efefef;
}
.alert-fifth .alert-link {
  color: #7a7a7a;
}

.alert-sixth {
  color: #959595;
  background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
  border-color: #fefefe;
}
.alert-sixth hr {
  border-top-color: #f1f1f1;
}
.alert-sixth .alert-link {
  color: #7c7c7c;
}

.alert-seventh {
  color: #7d7d7d;
  background: whitesmoke linear-gradient(180deg, #f7f7f7, whitesmoke) repeat-x;
  border-color: #f1f1f1;
}
.alert-seventh hr {
  border-top-color: #e4e4e4;
}
.alert-seventh .alert-link {
  color: #646464;
}

.alert-gray-700 {
  color: #919191;
  background: #fdfdfd linear-gradient(180deg, #fdfdfd, #fdfdfd) repeat-x;
  border-color: #fcfcfc;
}
.alert-gray-700 hr {
  border-top-color: #efefef;
}
.alert-gray-700 .alert-link {
  color: #787878;
}

.alert-gray-900 {
  color: #232323;
  background: #d2d2d2 linear-gradient(180deg, #d9d9d9, #d2d2d2) repeat-x;
  border-color: silver;
}
.alert-gray-900 hr {
  border-top-color: #b3b3b3;
}
.alert-gray-900 .alert-link {
  color: #0a0a0a;
}

.alert-black {
  color: #272727;
  background: #d4d4d4 linear-gradient(180deg, #dadada, #d4d4d4) repeat-x;
  border-color: #c3c3c3;
}
.alert-black hr {
  border-top-color: #b6b6b6;
}
.alert-black .alert-link {
  color: #0e0e0e;
}

.alert-white {
  color: #979797;
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #7e7e7e;
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #132a3f;
  background-color: #b8c4d0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #132a3f;
  background-color: #a9b7c6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #132a3f;
  border-color: #132a3f;
}

.list-group-item-secondary {
  color: #6c4724;
  background-color: #e7d4c1;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6c4724;
  background-color: #e0c7af;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6c4724;
  border-color: #6c4724;
}

.list-group-item-success {
  color: #636d24;
  background-color: #e3e8c1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #636d24;
  background-color: #dbe1ae;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #636d24;
  border-color: #636d24;
}

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

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

.list-group-item-danger {
  color: #7a2333;
  background-color: #efc1c9;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7a2333;
  background-color: #eaadb7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7a2333;
  border-color: #7a2333;
}

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

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

.list-group-item-third {
  color: #925323;
  background-color: #fcdac1;
}
.list-group-item-third.list-group-item-action:hover, .list-group-item-third.list-group-item-action:focus {
  color: #925323;
  background-color: #fbcba9;
}
.list-group-item-third.list-group-item-action.active {
  color: #fff;
  background-color: #925323;
  border-color: #925323;
}

.list-group-item-fourth {
  color: #935e25;
  background-color: #fce0c2;
}
.list-group-item-fourth.list-group-item-action:hover, .list-group-item-fourth.list-group-item-action:focus {
  color: #935e25;
  background-color: #fbd4aa;
}
.list-group-item-fourth.list-group-item-action.active {
  color: #fff;
  background-color: #935e25;
  border-color: #935e25;
}

.list-group-item-fifth {
  color: #939393;
  background-color: #fcfcfc;
}
.list-group-item-fifth.list-group-item-action:hover, .list-group-item-fifth.list-group-item-action:focus {
  color: #939393;
  background-color: #efefef;
}
.list-group-item-fifth.list-group-item-action.active {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}

.list-group-item-sixth {
  color: #959595;
  background-color: #fefefe;
}
.list-group-item-sixth.list-group-item-action:hover, .list-group-item-sixth.list-group-item-action:focus {
  color: #959595;
  background-color: #f1f1f1;
}
.list-group-item-sixth.list-group-item-action.active {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
}

.list-group-item-seventh {
  color: #7d7d7d;
  background-color: #f1f1f1;
}
.list-group-item-seventh.list-group-item-action:hover, .list-group-item-seventh.list-group-item-action:focus {
  color: #7d7d7d;
  background-color: #e4e4e4;
}
.list-group-item-seventh.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.list-group-item-gray-700 {
  color: #919191;
  background-color: #fcfcfc;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #919191;
  background-color: #efefef;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
}

.list-group-item-gray-900 {
  color: #232323;
  background-color: silver;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #232323;
  background-color: #b3b3b3;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}

.list-group-item-black {
  color: #272727;
  background-color: #c3c3c3;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #272727;
  background-color: #b6b6b6;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

.list-group-item-white {
  color: #979797;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #979797;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #272727;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #272727;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(39, 39, 39, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(39, 39, 39, 0.25), rgba(39, 39, 39, 0.001));
}

.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(39, 39, 39, 0.25), rgba(39, 39, 39, 0.001));
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9IiNBQjY1MjIiIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+Cg==");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9IiNBQjY1MjIiIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==");
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary, #utility-nav, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button {
  background-color: #002D56 !important;
}

a.bg-primary:hover, a#utility-nav:hover, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.btn:hover, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.gform_button:hover, a.bg-primary:focus, a#utility-nav:focus, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.btn:focus, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.gform_button:focus,
button.bg-primary:hover,
button#utility-nav:hover,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description button.btn:hover,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description button.gform_button:hover,
button.bg-primary:focus,
button#utility-nav:focus,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description button.btn:focus,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description button.gform_button:focus {
  background-color: #001223 !important;
}

.bg-secondary, .hero-header-carousel figure .carousel-indicators li, footer .footer-main .footer-signup .footer-form .gform_button, .tribe-events-single .form-pad .heading {
  background-color: #AB6522 !important;
}

a.bg-secondary:hover, footer .footer-main .footer-signup .footer-form a.gform_button:hover, .tribe-events-single .form-pad a.heading:hover, a.bg-secondary:focus, footer .footer-main .footer-signup .footer-form a.gform_button:focus, .tribe-events-single .form-pad a.heading:focus,
button.bg-secondary:hover,
footer .footer-main .footer-signup .footer-form button.gform_button:hover,
.tribe-events-single .form-pad button.heading:hover,
button.bg-secondary:focus,
footer .footer-main .footer-signup .footer-form button.gform_button:focus,
.tribe-events-single .form-pad button.heading:focus {
  background-color: #804c1a !important;
}

.bg-success {
  background-color: #9AAD21 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-third, .block-video-embed .featured-box > a .cta {
  background-color: #f47b20 !important;
}

a.bg-third:hover, .block-video-embed .featured-box > a a.cta:hover, a.bg-third:focus, .block-video-embed .featured-box > a a.cta:focus,
button.bg-third:hover,
.block-video-embed .featured-box > a button.cta:hover,
button.bg-third:focus,
.block-video-embed .featured-box > a button.cta:focus {
  background-color: #d6620b !important;
}

.bg-fourth {
  background-color: #f69024 !important;
}

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

.bg-fifth {
  background-color: #f6f6f6 !important;
}

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

.bg-sixth {
  background-color: #fbfbfb !important;
}

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

.bg-seventh {
  background-color: #cdcdcd !important;
}

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

.bg-gray-700 {
  background-color: #F3F3F3 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #dadada !important;
}

.bg-gray-900 {
  background-color: #1f1f1f !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #060606 !important;
}

.bg-black {
  background-color: #272727 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #0e0e0e !important;
}

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

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

.bg-gradient-primary {
  background: #002D56 linear-gradient(180deg, #264d6f, #002D56) repeat-x !important;
}

.bg-gradient-secondary {
  background: #AB6522 linear-gradient(180deg, #b87c43, #AB6522) repeat-x !important;
}

.bg-gradient-success {
  background: #9AAD21 linear-gradient(180deg, #a9b942, #9AAD21) repeat-x !important;
}

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #C6203E linear-gradient(180deg, #cf415b, #C6203E) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

.bg-gradient-third {
  background: #f47b20 linear-gradient(180deg, #f68f41, #f47b20) repeat-x !important;
}

.bg-gradient-fourth {
  background: #f69024 linear-gradient(180deg, #f7a145, #f69024) repeat-x !important;
}

.bg-gradient-fifth {
  background: #f6f6f6 linear-gradient(180deg, #f7f7f7, #f6f6f6) repeat-x !important;
}

.bg-gradient-sixth {
  background: #fbfbfb linear-gradient(180deg, #fcfcfc, #fbfbfb) repeat-x !important;
}

.bg-gradient-seventh {
  background: #cdcdcd linear-gradient(180deg, #d5d5d5, #cdcdcd) repeat-x !important;
}

.bg-gradient-gray-700 {
  background: #F3F3F3 linear-gradient(180deg, whitesmoke, #F3F3F3) repeat-x !important;
}

.bg-gradient-gray-900 {
  background: #1f1f1f linear-gradient(180deg, #414141, #1f1f1f) repeat-x !important;
}

.bg-gradient-black {
  background: #272727 linear-gradient(180deg, #474747, #272727) repeat-x !important;
}

.bg-gradient-white {
  background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #002D56 !important;
}

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

.border-success {
  border-color: #9AAD21 !important;
}

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

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

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

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

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

.border-third {
  border-color: #f47b20 !important;
}

.border-fourth {
  border-color: #f69024 !important;
}

.border-fifth {
  border-color: #f6f6f6 !important;
}

.border-sixth {
  border-color: #fbfbfb !important;
}

.border-seventh {
  border-color: #cdcdcd !important;
}

.border-gray-700 {
  border-color: #F3F3F3 !important;
}

.border-gray-900 {
  border-color: #1f1f1f !important;
}

.border-black {
  border-color: #272727 !important;
}

.border-white {
  border-color: #ffffff !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, .hero-header-carousel figure .carousel-indicators li {
  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, .page-template-landingpage [data-form-theme=gravity-theme] .gform_required_legend, .utility .utility-hold .search-holder, #utility-nav, .block-accordions .featured-box .featured-excerpt [data-toggle=show] + .featured-text .close, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .collapse.show + .btn.more, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .collapse.show + .more.gform_button, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .btn.less, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .less.gform_button, p:empty {
  display: none !important;
}

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

.d-inline-block, .hero-header-carousel figure .carousel-indicators li {
  display: inline-block !important;
}

.d-block, .primary .navbar-brand.mobile, footer .gform_required_legend, .block-bios .featured-figure .featured-text h3 small, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .collapse.show + .btn.more + .btn.less, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .collapse.show + .more.gform_button + .btn.less, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .collapse.show + .btn.more + .less.gform_button, .block-accordions .featured-box .featured-excerpt .featured-title .featured-text .collapse.show + .more.gform_button + .less.gform_button, .tribe-events-single .form-pad .heading h2 small, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure .title small, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading .title small, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure .title small, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading .title small, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading .title small, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading .title small {
  display: block !important;
}

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

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

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

.d-flex, .hero-header-carousel .carousel-item article .content, .hero-header-carousel figure > div, footer .footer-main .footer-signup .footer-form .gform_body .gform_fields, footer .footer-main .Social .nav, .utility .utility-hold .utility-nav .nav, .utility .utility-hold .utility-nav, .utility .utility-hold, header[aria-label=navigations] .dynamic-banner, .block-bios .featured-box, .block-accordions .featured-box .featured-excerpt .featured-title, .tribe-events-single .single-content .social-share, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag, .tribe-events.tribe-events-view--list .tribe-events-calendar-list, .block-video-embed .featured-box > a .cta, .block-video-embed .featured-box > a .title, .block-video-embed .featured-box, .block-photo-gallery {
  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, .primary .navbar-brand.mobile {
    display: none !important;
  }

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

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

  .d-md-block, .utility .utility-hold .search-holder {
    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, #utility-nav {
    display: block !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714286%;
}

.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, .hero-header-carousel figure > div, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag {
  flex-direction: column !important;
}

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

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

.flex-wrap, footer .footer-main .footer-signup .footer-form .gform_body .gform_fields, .block-bios .featured-box, .tribe-events-single .single-content .social-share, .tribe-events.tribe-events-view--list .tribe-events-calendar-list {
  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, .primary .navbar-collapse, .utility .utility-hold .utility-nav .nav, .utility .utility-hold {
  justify-content: flex-end !important;
}

.justify-content-center, .hero-header-carousel .carousel-item article .content, .block-bios .featured-box, .block-video-embed .featured-box > a .cta, .block-video-embed .featured-box > a .title, .block-video-embed .featured-box {
  justify-content: center !important;
}

.justify-content-between, .hero-header-carousel figure > div, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag {
  justify-content: space-between !important;
}

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

.align-items-start, .hero-header-carousel figure > div {
  align-items: flex-start !important;
}

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

.align-items-center, .hero-header-carousel .carousel-item article .content, .utility .utility-hold .utility-nav .nav, .utility .utility-hold, header[aria-label=navigations] .dynamic-banner, .block-bios .featured-box, .block-accordions .featured-box .featured-excerpt .featured-title, .block-video-embed .featured-box > a .cta, .block-video-embed .featured-box > a .title {
  align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

.position-relative, .page-template-landingpage [data-form-theme=gravity-theme], .primary .navbar-nav .menu-item .nav-link, .hero-header-carousel .carousel-item article .content, .hero-header-carousel .carousel-item .bg-img, .hero-header-carousel figure .carousel-indicators, .hero-header-carousel figure .carousel-header, .hero-header-carousel figure > div, .hero-header-carousel figure, .hero-header-carousel, .utility .utility-hold .utility-nav .btn, .utility .utility-hold .utility-nav .gform_button, .utility .utility-hold .utility-nav .nav li .nav-link, .banner, .tribe-events-single .single-content .social-share, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag .social-share, .block-video-embed .featured-box > a {
  position: relative !important;
}

.position-absolute, .hero-header-carousel .carousel, .hero-header-carousel .accent-img, .block-video-embed .featured-box > a:after, .block-video-embed .featured-box > a .cta, .block-video-embed .featured-box > a .title {
  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(39, 39, 39, 0.075) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(39, 39, 39, 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, .hero-header-carousel .carousel-item .bg-img, .hero-header-carousel .carousel, footer .footer-main .footer-signup .footer-form .gform_button, footer .footer-main .footer-signup .footer-form .gform_body .gform_fields .gfield--width-full, .bio-post figure img, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-events-calendar-list__month-separator, .block-video-embed .featured-box > a img, .block-video-embed .featured-box > a .title, .block-photo-gallery > a img {
  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, .hero-header-carousel .carousel-item .bg-img, .hero-header-carousel .carousel-item, .hero-header-carousel .carousel-inner, .hero-header-carousel figure > div, .hero-header-carousel figure, .hero-header-carousel .accent-img, .block-video-embed .featured-box > a img, .block-video-embed .featured-box > a .title, .block-photo-gallery > a img {
  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, .primary .navbar-nav .dropdown-menu .menu-item .dropdown-item, .primary .navbar-nav .dropdown-menu, .hero-header-carousel figure .carousel-indicators, .hero-header-carousel .accent-img, .tribe-events-single .form-pad .heading h2, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading .title {
  margin: 0 !important;
}

.mt-0,
.my-0,
.hero-header-carousel figure .carousel-header,
.hero-header-carousel figure,
.block-accordions .featured-box .featured-excerpt .featured-title h3,
.block-testimonials .featured-box.video-listing figure[data-type=video] figure,
.block-testimonials .featured-box.featured figure[data-type=video] figure,
.block-testimonials .featured-box.slider figure[data-type=video] figure,
.block-content-cards .featured-box .featured-excerpt .featured-text h3 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0,
.hero-header-carousel figure > div,
.row,
.nav-primary,
.type-resource .single-hold {
  margin-right: 0 !important;
}

.mb-0, .contact-footer,
.my-0,
.hero-header-carousel figure .carousel-header,
.hero-header-carousel figure,
.block-accordions .featured-box .featured-excerpt .featured-title h3,
.block-testimonials .featured-box.video-listing figure[data-type=video] figure,
.block-testimonials .featured-box.featured figure[data-type=video] figure,
.block-testimonials .featured-box.slider figure[data-type=video] figure,
.block-content-cards .featured-box .featured-excerpt .featured-text h3 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0,
.hero-header-carousel figure > div,
.row,
.nav-primary,
.type-resource .single-hold {
  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, .product-title,
.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, .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html h2, .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .title, .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .title, .block-bios .featured-figure,
.my-2 {
  margin-bottom: 0.5rem !important;
}

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

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

.mt-3, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag > time span, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details header .tribe-events-calendar-list__event-title,
.my-3 {
  margin-top: 1rem !important;
}

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

.mb-3, .block-bios .featured-figure .featured-text h3, .block-accordions .featured-box .featured-excerpt, .tribe-events-single .single-content .social-share, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag .social-share,
.my-3 {
  margin-bottom: 1rem !important;
}

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

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

.mt-4,
.my-4,
.hero-header-carousel figure > div {
  margin-top: 1.5rem !important;
}

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

.mb-4, .page-template-landingpage [data-form-theme=gravity-theme] .gfield_description, .tribe-events-single .form-pad .heading,
.my-4,
.hero-header-carousel figure > div {
  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, .page-template-landingpage [data-form-theme=gravity-theme],
.my-5 {
  margin-bottom: 3rem !important;
}

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

.p-0, .primary > .container, .woocommerce .primary > .content-hold, .post-type-archive-resource .primary > .content-hold, .type-industry .primary > .content-hold, .post-type-archive-product .primary > .content-hold, .post-type-archive .primary > .content-hold, .blog .primary > .content-hold, .archive .primary > .content-hold, .primary > .tribe-events-single, .hero-header-carousel figure > div, .hero-header-carousel .accent-img, .tribe-events-single .form-pad .heading h2, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading .title, .tribe-events-single .single-content .social-share, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row, .content-hold .main {
  padding: 0 !important;
}

.pt-0,
.py-0,
.block-accordions .featured-box .featured-excerpt .featured-title h3,
.block-testimonials .featured-box.video-listing figure[data-type=video] figure,
.block-testimonials .featured-box.featured figure[data-type=video] figure,
.block-testimonials .featured-box.slider figure[data-type=video] figure,
.block-content-cards .featured-box .featured-excerpt .featured-text h3 {
  padding-top: 0 !important;
}

.pr-0, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-featured-image-wrapper,
.px-0,
.tribe-events.tribe-events-view--list .tribe-events-l-container {
  padding-right: 0 !important;
}

.pb-0,
.py-0,
.block-accordions .featured-box .featured-excerpt .featured-title h3,
.block-testimonials .featured-box.video-listing figure[data-type=video] figure,
.block-testimonials .featured-box.featured figure[data-type=video] figure,
.block-testimonials .featured-box.slider figure[data-type=video] figure,
.block-content-cards .featured-box .featured-excerpt .featured-text h3 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0,
.tribe-events.tribe-events-view--list .tribe-events-l-container {
  padding-left: 0 !important;
}

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

.pt-1,
.py-1,
.utility .utility-hold .utility-nav .btn,
.utility .utility-hold .utility-nav .gform_button,
.utility .utility-hold .utility-nav .nav li .nav-link,
.utility .utility-hold .navbar-brand,
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding-top: 0.25rem !important;
}

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

.pb-1, .product-title,
.py-1,
.utility .utility-hold .utility-nav .btn,
.utility .utility-hold .utility-nav .gform_button,
.utility .utility-hold .utility-nav .nav li .nav-link,
.utility .utility-hold .navbar-brand,
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding-bottom: 0.25rem !important;
}

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

.p-2, .block-bios .featured-figure .featured-text h3, .block-bios .featured-figure {
  padding: 0.5rem !important;
}

.pt-2,
.py-2,
.primary .navbar-nav .dropdown-menu .menu-item .dropdown-item,
.primary .navbar-nav .dropdown-menu,
.stuck .primary .navbar-brand img,
.stuck .primary .menu-item .nav-link,
footer .footer-main .footer-signup .footer-form .gform_button,
.block-accordions .featured-box .featured-excerpt .featured-title,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button,
.tribe-events.tribe-events-view--list .tribe-events-l-container,
.block-testimonials .featured-box.featured figure .title,
.block-testimonials .featured-box.slider figure .title {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html,
.block-accordions .featured-box .featured-excerpt .featured-title,
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2,
.primary .navbar-nav .dropdown-menu .menu-item .dropdown-item,
.primary .navbar-nav .dropdown-menu,
.stuck .primary .navbar-brand img,
.stuck .primary .menu-item .nav-link,
footer .footer-main .footer-signup .footer-form .gform_button,
.block-accordions .featured-box .featured-excerpt .featured-title,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button,
.tribe-events.tribe-events-view--list .tribe-events-l-container,
.block-testimonials .featured-box.featured figure .title,
.block-testimonials .featured-box.slider figure .title {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2,
.page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html,
.block-accordions .featured-box .featured-excerpt .featured-title,
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3,
.primary .navbar-brand.mobile,
footer .footer-main .footer-signup h5,
.block-accordions .featured-box .featured-excerpt .featured-text .content-wrapper,
.block-testimonials .featured-box.video-listing figure[data-type=video] figure figcaption,
.block-testimonials .featured-box.featured figure[data-type=video] figure figcaption,
.block-testimonials .featured-box.slider figure[data-type=video] figure figcaption,
.block-video-embed .featured-box > a .cta,
.block-video-embed .featured-box > a .title,
.block-content-overlapping-squares .featured-box .featured-text h3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3,
header[aria-label=navigations] .dynamic-banner .notice,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button {
  padding-right: 1rem !important;
}

.pb-3, footer .gform_required_legend,
.py-3,
.primary .navbar-brand.mobile,
footer .footer-main .footer-signup h5,
.block-accordions .featured-box .featured-excerpt .featured-text .content-wrapper,
.block-testimonials .featured-box.video-listing figure[data-type=video] figure figcaption,
.block-testimonials .featured-box.featured figure[data-type=video] figure figcaption,
.block-testimonials .featured-box.slider figure[data-type=video] figure figcaption,
.block-video-embed .featured-box > a .cta,
.block-video-embed .featured-box > a .title,
.block-content-overlapping-squares .featured-box .featured-text h3 {
  padding-bottom: 1rem !important;
}

.pl-3, .block-accordions .featured-box .featured-excerpt .featured-title .featured-image,
.px-3,
header[aria-label=navigations] .dynamic-banner .notice,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn,
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4,
.page-template-landingpage [data-form-theme=gravity-theme],
.tribe-events-single .form-pad .heading,
.block-testimonials .featured-box.featured figure .testimonial,
.block-testimonials .featured-box.slider figure .testimonial,
.block-testimonials,
.container-block,
h4 {
  padding-top: 1.5rem !important;
}

.pr-4, .block-accordions .featured-box .featured-excerpt .featured-title .featured-image,
.px-4,
.tribe-events-single .form-pad .form-wrapper,
.tribe-events-single .form-pad .heading,
.block-testimonials .featured-box.featured figure blockquote,
.block-testimonials .featured-box.featured figure figcaption,
.block-testimonials .featured-box.slider figure blockquote,
.block-testimonials .featured-box.slider figure figcaption,
.block-video-embed .featured-box > a .cta,
.block-video-embed .featured-box > a .title {
  padding-right: 1.5rem !important;
}

.pb-4, .tribe-events-single .form-pad .form-wrapper,
.py-4,
.page-template-landingpage [data-form-theme=gravity-theme],
.tribe-events-single .form-pad .heading,
.block-testimonials .featured-box.featured figure .testimonial,
.block-testimonials .featured-box.slider figure .testimonial,
.block-testimonials,
.container-block,
h4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4,
.tribe-events-single .form-pad .form-wrapper,
.tribe-events-single .form-pad .heading,
.block-testimonials .featured-box.featured figure blockquote,
.block-testimonials .featured-box.featured figure figcaption,
.block-testimonials .featured-box.slider figure blockquote,
.block-testimonials .featured-box.slider figure figcaption,
.block-video-embed .featured-box > a .cta,
.block-video-embed .featured-box > a .title {
  padding-left: 1.5rem !important;
}

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

.pt-5, .contact-footer, .search .search-results, .search-results .content-hold .main article,
.py-5,
.hero-header-carousel figure,
.block-testimonials .featured-box.video-listing figure,
.block-testimonials .featured-box.text-listing figure,
.block-testimonials .featured-box.featured figure,
.block-testimonials .featured-box.slider figure,
.block-hero-home .featured-box .featured-text {
  padding-top: 3rem !important;
}

.pr-5,
.px-5,
.block-accordions .featured-box .featured-excerpt .featured-text .content-wrapper,
.block-testimonials .featured-box.featured figure .testimonial,
.block-testimonials .featured-box.slider figure .testimonial,
.block-testimonials .featured-box.featured figure .title,
.block-testimonials .featured-box.slider figure .title {
  padding-right: 3rem !important;
}

.pb-5,
.py-5,
.hero-header-carousel figure,
.block-testimonials .featured-box.video-listing figure,
.block-testimonials .featured-box.text-listing figure,
.block-testimonials .featured-box.featured figure,
.block-testimonials .featured-box.slider figure,
.block-hero-home .featured-box .featured-text {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5,
.block-accordions .featured-box .featured-excerpt .featured-text .content-wrapper,
.block-testimonials .featured-box.featured figure .testimonial,
.block-testimonials .featured-box.slider figure .testimonial,
.block-testimonials .featured-box.featured figure .title,
.block-testimonials .featured-box.slider figure .title {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left, footer .footer-main .footer-signup h5, footer .gform_required_legend {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, .block-bios .featured-figure .featured-text h3, .block-video-embed .featured-box > a .title {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize, .primary .navbar-nav .dropdown-menu .menu-item .dropdown-item {
  text-transform: capitalize !important;
}

.font-weight-light, .lead {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold, h3, h1, .tribe-events-single .single-content h1,
h4,
h5,
.header-styles {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white, footer .footer-main .footer-signup .footer-form .gform_button, .utility .utility-hold .utility-nav .btn, .utility .utility-hold .utility-nav .gform_button, .utility .utility-hold .utility-nav .nav li .nav-link, .tribe-events-single .form-pad .heading h2, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading .title, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button, .block-video-embed .featured-box > a .cta, .block-video-embed .featured-box > a .title {
  color: #fff !important;
}

.text-primary, .primary .navbar-nav .dropdown-menu .menu-item .dropdown-item, .primary .navbar-toggler, .hero-header-carousel figure .carousel-header, footer .footer-main .footer-signup h5, footer .gform_required_legend, .product-title {
  color: #002D56 !important;
}

a.text-primary:hover, .primary .navbar-nav .dropdown-menu .menu-item a.dropdown-item:hover, .primary a.navbar-toggler:hover, .hero-header-carousel figure a.carousel-header:hover, footer a.gform_required_legend:hover, a.product-title:hover, a.text-primary:focus, .primary .navbar-nav .dropdown-menu .menu-item a.dropdown-item:focus, .primary a.navbar-toggler:focus, .hero-header-carousel figure a.carousel-header:focus, footer a.gform_required_legend:focus, a.product-title:focus {
  color: #00050a !important;
}

.text-secondary {
  color: #AB6522 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #6b3f15 !important;
}

.text-success {
  color: #9AAD21 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #616d15 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #C6203E !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #841529 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-third {
  color: #f47b20 !important;
}

a.text-third:hover, a.text-third:focus {
  color: #be5709 !important;
}

.text-fourth {
  color: #f69024 !important;
}

a.text-fourth:hover, a.text-fourth:focus {
  color: #c56908 !important;
}

.text-fifth {
  color: #f6f6f6 !important;
}

a.text-fifth:hover, a.text-fifth:focus {
  color: #d0d0d0 !important;
}

.text-sixth {
  color: #fbfbfb !important;
}

a.text-sixth:hover, a.text-sixth:focus {
  color: #d5d5d5 !important;
}

.text-seventh {
  color: #cdcdcd !important;
}

a.text-seventh:hover, a.text-seventh:focus {
  color: #a7a7a7 !important;
}

.text-gray-700 {
  color: #F3F3F3 !important;
}

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #cdcdcd !important;
}

.text-gray-900 {
  color: #1f1f1f !important;
}

a.text-gray-900:hover, a.text-gray-900:focus {
  color: black !important;
}

.text-black {
  color: #272727 !important;
}

a.text-black:hover, a.text-black:focus {
  color: #010101 !important;
}

.text-white, footer .footer-main .footer-signup .footer-form .gform_button, .utility .utility-hold .utility-nav .btn, .utility .utility-hold .utility-nav .gform_button, .utility .utility-hold .utility-nav .nav li .nav-link, .tribe-events-single .form-pad .heading h2, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading .title, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button, .block-video-embed .featured-box > a .cta, .block-video-embed .featured-box > a .title {
  color: #ffffff !important;
}

a.text-white:hover, footer .footer-main .footer-signup .footer-form a.gform_button:hover, .utility .utility-hold .utility-nav a.btn:hover, .utility .utility-hold .utility-nav a.gform_button:hover, .utility .utility-hold .utility-nav .nav li a.nav-link:hover, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure a.title:hover, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading a.title:hover, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure a.title:hover, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading a.title:hover, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading a.title:hover, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading a.title:hover, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.btn:hover, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.gform_button:hover, .block-video-embed .featured-box > a a.cta:hover, .block-video-embed .featured-box > a a.title:hover, a.text-white:focus, footer .footer-main .footer-signup .footer-form a.gform_button:focus, .utility .utility-hold .utility-nav a.btn:focus, .utility .utility-hold .utility-nav a.gform_button:focus, .utility .utility-hold .utility-nav .nav li a.nav-link:focus, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure a.title:focus, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading a.title:focus, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure a.title:focus, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading a.title:focus, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading a.title:focus, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading a.title:focus, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.btn:focus, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.gform_button:focus, .block-video-embed .featured-box > a a.cta:focus, .block-video-embed .featured-box > a a.title:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #272727 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(39, 39, 39, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.gform_button) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
.tribe-events-single .single-content h2,
.block-testimonials .featured-box.featured figure .title,
.block-testimonials .featured-box.slider figure .title,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .tribe-events-single .single-content h2, .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.slider figure .title,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .tribe-events-single, .woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #272727;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #002D56;
}

.hamburger-box {
  width: 1.5rem;
  height: 1.025rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.0875rem;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1.5rem;
  height: 0.175rem;
  background-color: #002D56;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -0.425rem;
}
.hamburger-inner::after {
  bottom: -0.425rem;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.3rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.3rem, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.height-75 {
  height: 75px;
}
@media (max-width: 767.98px) {
  .height-75 {
    height: auto;
  }
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp-solid,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse ;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-beat-fade,
.fa-bounce,
.fa-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0:before {
  content: "0";
}

.fa-1:before {
  content: "1";
}

.fa-2:before {
  content: "2";
}

.fa-3:before {
  content: "3";
}

.fa-4:before {
  content: "4";
}

.fa-5:before {
  content: "5";
}

.fa-6:before {
  content: "6";
}

.fa-7:before {
  content: "7";
}

.fa-8:before {
  content: "8";
}

.fa-9:before {
  content: "9";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-arrows-to-circle:before {
  content: "\E4BD";
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\F138";
}

.fa-at:before {
  content: "@";
}

.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\F2ED";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-user-times:before,
.fa-user-xmark:before {
  content: "\F235";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-comment-alt:before,
.fa-message:before {
  content: "\F27A";
}

.fa-info:before {
  content: "\F129";
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\F422";
}

.fa-explosion:before {
  content: "\E4E9";
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\F15C";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-building-un:before {
  content: "\E4D9";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\F073";
}

.fa-anchor-circle-check:before {
  content: "\E4AA";
}

.fa-building-circle-arrow-right:before {
  content: "\E4D1";
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\F45F";
}

.fa-arrows-up-to-line:before {
  content: "\E4C2";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\F0DD";
}

.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\F056";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\F86D";
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\F539";
}

.fa-bridge-circle-check:before {
  content: "\E4C9";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\F689";
}

.fa-forward-step:before,
.fa-step-forward:before {
  content: "\F051";
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-football-ball:before,
.fa-football:before {
  content: "\F44E";
}

.fa-school-circle-exclamation:before {
  content: "\E56C";
}

.fa-crop:before {
  content: "\F125";
}

.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\F103";
}

.fa-users-rectangle:before {
  content: "\E594";
}

.fa-people-roof:before {
  content: "\E537";
}

.fa-people-line:before {
  content: "\E534";
}

.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\F0FC";
}

.fa-diagram-predecessor:before {
  content: "\E477";
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\F46A";
}

.fa-male:before,
.fa-person:before {
  content: "\F183";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-truck-plane:before {
  content: "\E58F";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\F587";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\F67B";
}

.fa-arrow-down-up-across-line:before {
  content: "\E4AF";
}

.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-jar-wheat:before {
  content: "\E517";
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\F674";
}

.fa-file-circle-exclamation:before {
  content: "\E4EB";
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-pager:before {
  content: "\F815";
}

.fa-address-book:before,
.fa-contact-book:before {
  content: "\F2B9";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-k:before {
  content: "K";
}

.fa-landmark-flag:before {
  content: "\E51C";
}

.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\F303";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-comments:before {
  content: "\F086";
}

.fa-file-clipboard:before,
.fa-paste:before {
  content: "\F0EA";
}

.fa-code-pull-request:before {
  content: "\E13C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\F4DE";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-vial-virus:before {
  content: "\E597";
}

.fa-sheet-plastic:before {
  content: "\E571";
}

.fa-blog:before {
  content: "\F781";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-person-arrow-up-from-line:before {
  content: "\E539";
}

.fa-scroll-torah:before,
.fa-torah:before {
  content: "\F6A0";
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\F458";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-archive:before,
.fa-box-archive:before {
  content: "\F187";
}

.fa-person-drowning:before {
  content: "\E545";
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-w:before {
  content: "W";
}

.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\F57C";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\F3FA";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-trowel-bricks:before {
  content: "\E58A";
}

.fa-face-flushed:before,
.fa-flushed:before {
  content: "\F579";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-tent-arrow-left-right:before {
  content: "\E57F";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\F0E3";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\F562";
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\E068";
}

.fa-mars-and-venus-burst:before {
  content: "\E523";
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\F152";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-sun-plant-wilt:before {
  content: "\E57A";
}

.fa-toilets-portable:before {
  content: "\E584";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magnifying-glass-arrow-right:before {
  content: "\E521";
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\F566";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-clover:before {
  content: "\E139";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F3E5";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-house-fire:before {
  content: "\E50C";
}

.fa-minus-square:before,
.fa-square-minus:before {
  content: "\F146";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\F150";
}

.fa-file-circle-question:before {
  content: "\E4EF";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-bars:before,
.fa-navicon:before {
  content: "\F0C9";
}

.fa-people-group:before {
  content: "\E533";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\F7A9";
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\F360";
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\F597";
}

.fa-film:before {
  content: "\F008";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-people-robbery:before {
  content: "\E536";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-school-circle-xmark:before {
  content: "\E56D";
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\F08B";
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\F13A";
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\F13E";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\F58F";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\F4B9";
}

.fa-memory:before {
  content: "\F538";
}

.fa-road-spikes:before {
  content: "\E568";
}

.fa-fire-burner:before {
  content: "\E4F1";
}

.fa-flag:before {
  content: "\F024";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-volume-down:before,
.fa-volume-low:before {
  content: "\F027";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-compress:before {
  content: "\F066";
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\E2CD";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-hands-holding-child:before {
  content: "\E4FA";
}

.fa-asterisk:before {
  content: "*";
}

.fa-check-square:before,
.fa-square-check:before {
  content: "\F14A";
}

.fa-peseta-sign:before {
  content: "\E221";
}

.fa-header:before,
.fa-heading:before {
  content: "\F1DC";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-list-squares:before,
.fa-list:before {
  content: "\F03A";
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\F87B";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\F192";
}

.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\F567";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-house-medical-circle-xmark:before {
  content: "\E513";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\F1E3";
}

.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\F1FC";
}

.fa-lock:before {
  content: "\F023";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\F593";
}

.fa-map-location:before,
.fa-map-marked:before {
  content: "\F59F";
}

.fa-house-flood-water:before {
  content: "\E50E";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-bridge-lock:before {
  content: "\E4CC";
}

.fa-sack-dollar:before {
  content: "\F81D";
}

.fa-edit:before,
.fa-pen-to-square:before {
  content: "\F044";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\F1E0";
}

.fa-heart-circle-minus:before {
  content: "\E4FF";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\F290";
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-person-rays:before {
  content: "\E54D";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-flask-vial:before {
  content: "\E4F3";
}

.fa-hand-paper:before,
.fa-hand:before {
  content: "\F256";
}

.fa-om:before {
  content: "\F679";
}

.fa-worm:before {
  content: "\E599";
}

.fa-house-circle-xmark:before {
  content: "\E50B";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-face-kiss:before,
.fa-kiss:before {
  content: "\F596";
}

.fa-bridge-circle-xmark:before {
  content: "\E4CB";
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\F589";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\F58C";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\F2A4";
}

.fa-road-circle-check:before {
  content: "\E564";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-rss-square:before,
.fa-square-rss:before {
  content: "\F143";
}

.fa-land-mine-on:before {
  content: "\E51B";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-stairs:before {
  content: "\E289";
}

.fa-i:before {
  content: "I";
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-pills:before {
  content: "\F484";
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\F581";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-v:before {
  content: "V";
}

.fa-bangladeshi-taka-sign:before {
  content: "\E2E6";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\E579";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\F0F9";
}

.fa-wheat-awn-circle-exclamation:before {
  content: "\E598";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-road-barrier:before {
  content: "\E562";
}

.fa-school:before {
  content: "\F549";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-joint:before {
  content: "\F595";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-q:before {
  content: "Q";
}

.fa-g:before {
  content: "G";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-dong-sign:before {
  content: "\E169";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\F75A";
}

.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\F57A";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-helmet-un:before {
  content: "\E503";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-arrow-up-from-bracket:before {
  content: "\E09A";
}

.fa-folder-blank:before,
.fa-folder:before {
  content: "\F07B";
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\F478";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-chart-simple:before {
  content: "\E473";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-vial:before {
  content: "\F492";
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\F624";
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\E2CA";
}

.fa-e:before {
  content: "E";
}

.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\F305";
}

.fa-bridge-circle-exclamation:before {
  content: "\E4CA";
}

.fa-user:before {
  content: "\F007";
}

.fa-school-circle-check:before {
  content: "\E56B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\F5B6";
}

.fa-building-user:before {
  content: "\E4DA";
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\F191";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-key:before {
  content: "\F084";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-person-half-dress:before {
  content: "\E548";
}

.fa-road-bridge:before {
  content: "\E563";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-c:before {
  content: "C";
}

.fa-tablet-button:before {
  content: "\F10A";
}

.fa-building-lock:before {
  content: "\E4D6";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-area-chart:before,
.fa-chart-area:before {
  content: "\F1FE";
}

.fa-house-flag:before {
  content: "\E50D";
}

.fa-person-circle-minus:before {
  content: "\E540";
}

.fa-ban:before,
.fa-cancel:before {
  content: "\F05E";
}

.fa-camera-rotate:before {
  content: "\E0D8";
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\F5D0";
}

.fa-star:before {
  content: "\F005";
}

.fa-repeat:before {
  content: "\F363";
}

.fa-cross:before {
  content: "\F654";
}

.fa-box:before {
  content: "\F466";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\F31E";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\F61F";
}

.fa-random:before,
.fa-shuffle:before {
  content: "\F074";
}

.fa-person-running:before,
.fa-running:before {
  content: "\F70C";
}

.fa-mobile-retro:before {
  content: "\E527";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-spider:before {
  content: "\F717";
}

.fa-hands-bound:before {
  content: "\E4F9";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-plane-circle-exclamation:before {
  content: "\E556";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-slash:before {
  content: "\F715";
}

.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\F8CC";
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\F090";
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-server:before {
  content: "\F233";
}

.fa-virus-covid-slash:before {
  content: "\E4A9";
}

.fa-shop-lock:before {
  content: "\E4A5";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-building-wheat:before {
  content: "\E4DB";
}

.fa-person-breastfeeding:before {
  content: "\E53A";
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-venus:before {
  content: "\F221";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-thumb-tack-slash:before,
.fa-thumbtack-slash:before {
  content: "\E68F";
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\F21E";
}

.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\F4CE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-crown:before {
  content: "\F521";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-xmarks-lines:before {
  content: "\E59A";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-weight-scale:before,
.fa-weight:before {
  content: "\F496";
}

.fa-user-friends:before,
.fa-user-group:before {
  content: "\F500";
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\F0AA";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-person-walking:before,
.fa-walking:before {
  content: "\F554";
}

.fa-l:before {
  content: "L";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\F487";
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\F197";
}

.fa-face-laugh:before,
.fa-laugh:before {
  content: "\F599";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-heart-circle-plus:before {
  content: "\E500";
}

.fa-code-fork:before {
  content: "\E13B";
}

.fa-city:before {
  content: "\F64F";
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\F3C9";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-colon-sign:before {
  content: "\E140";
}

.fa-headset:before {
  content: "\F590";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-road-circle-xmark:before {
  content: "\E566";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-house-circle-exclamation:before {
  content: "\E50A";
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\F574";
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\F1EB";
}

.fa-bath:before,
.fa-bathtub:before {
  content: "\F2CD";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-user-edit:before,
.fa-user-pen:before {
  content: "\F4FF";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-bold:before {
  content: "\F032";
}

.fa-anchor-lock:before {
  content: "\E4AD";
}

.fa-building-ngo:before {
  content: "\E4D7";
}

.fa-manat-sign:before {
  content: "\E1D5";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-border-style:before,
.fa-border-top-left:before {
  content: "\F853";
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\F681";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-battery-car:before,
.fa-car-battery:before {
  content: "\F5DF";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-building-circle-check:before {
  content: "\E4D2";
}

.fa-person-chalkboard:before {
  content: "\E53D";
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\F22B";
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\F255";
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\F151";
}

.fa-cloud-showers-water:before {
  content: "\E4E4";
}

.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\F080";
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\E05E";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-train:before {
  content: "\F238";
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\F2A8";
}

.fa-crow:before {
  content: "\F520";
}

.fa-sailboat:before {
  content: "\E445";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-plus-square:before,
.fa-square-plus:before {
  content: "\F0FE";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-bucket:before {
  content: "\E4CF";
}

.fa-image:before {
  content: "\F03E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-cow:before {
  content: "\F6C8";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-folder-closed:before {
  content: "\E185";
}

.fa-house-tsunami:before {
  content: "\E515";
}

.fa-square-nfi:before {
  content: "\E576";
}

.fa-arrow-up-from-ground-water:before {
  content: "\E4B5";
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\F57B";
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-columns:before,
.fa-table-columns:before {
  content: "\F0DB";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-dolly-box:before,
.fa-dolly:before {
  content: "\F472";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\F78C";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\F101";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-circle-play:before,
.fa-play-circle:before {
  content: "\F144";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\F153";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-check-circle:before,
.fa-circle-check:before {
  content: "\F058";
}

.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\F28D";
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\F568";
}

.fa-plate-wheat:before {
  content: "\E55A";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-person-shelter:before {
  content: "\E54F";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-helicopter-symbol:before {
  content: "\E502";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\F139";
}

.fa-lari-sign:before {
  content: "\E1C8";
}

.fa-volcano:before {
  content: "\F770";
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\E553";
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\F154";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-square-person-confined:before {
  content: "\E577";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-tent-arrow-down-to-line:before {
  content: "\E57E";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-person-skating:before,
.fa-skating:before {
  content: "\F7C5";
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\F0AB";
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\F56F";
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\F14C";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-location-pin-lock:before {
  content: "\E51F";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-hill-avalanche:before {
  content: "\E507";
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\F2BB";
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\F516";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\F5EB";
}

.fa-burst:before {
  content: "\E4DC";
}

.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\E066";
}

.fa-face-tired:before,
.fa-tired:before {
  content: "\F5C8";
}

.fa-money-bills:before {
  content: "\E1F3";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-arrows-turn-right:before {
  content: "\E4C0";
}

.fa-vest:before {
  content: "\E085";
}

.fa-ferry:before {
  content: "\E4EA";
}

.fa-arrows-down-to-people:before {
  content: "\E4B9";
}

.fa-seedling:before,
.fa-sprout:before {
  content: "\F4D8";
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\F337";
}

.fa-boxes-packing:before {
  content: "\E4C7";
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\F0A8";
}

.fa-group-arrows-rotate:before {
  content: "\E4F6";
}

.fa-bowl-food:before {
  content: "\E4C6";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\F76C";
}

.fa-remove-format:before,
.fa-text-slash:before {
  content: "\F87D";
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\F07E";
}

.fa-house-lock:before {
  content: "\E510";
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-children:before {
  content: "\E4E1";
}

.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\F51B";
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\F4FA";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\E05F";
}

.fa-mattress-pillow:before {
  content: "\E525";
}

.fa-guarani-sign:before {
  content: "\E19A";
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\F021";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-cruzeiro-sign:before {
  content: "\E152";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\F3ED";
}

.fa-atlas:before,
.fa-book-atlas:before {
  content: "\F558";
}

.fa-virus:before {
  content: "\E074";
}

.fa-envelope-circle-check:before {
  content: "\E4E8";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-arrows-to-dot:before {
  content: "\E4BE";
}

.fa-archway:before {
  content: "\F557";
}

.fa-heart-circle-check:before {
  content: "\E4FD";
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\F6F1";
}

.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\F1C6";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\F000";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cedi-sign:before {
  content: "\E0DF";
}

.fa-italic:before {
  content: "\F033";
}

.fa-table-cells-column-lock:before {
  content: "\E678";
}

.fa-church:before {
  content: "\F51D";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-z:before {
  content: "Z";
}

.fa-person-skiing:before,
.fa-skiing:before {
  content: "\F7C9";
}

.fa-road-lock:before {
  content: "\E567";
}

.fa-a:before {
  content: "A";
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\E03F";
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\F56B";
}

.fa-p:before {
  content: "P";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\F641";
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\F0A9";
}

.fa-filter-circle-xmark:before {
  content: "\E17B";
}

.fa-locust:before {
  content: "\E520";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\F0DC";
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\F0CB";
}

.fa-person-dress-burst:before {
  content: "\E544";
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\F53D";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-question:before {
  content: "?";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\F0B2";
}

.fa-house-chimney-user:before {
  content: "\E065";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\F5C0";
}

.fa-code:before {
  content: "\F121";
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\F7A0";
}

.fa-building-circle-exclamation:before {
  content: "\E4D3";
}

.fa-magnifying-glass-chart:before {
  content: "\E522";
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\F08E";
}

.fa-cubes-stacked:before {
  content: "\E4E6";
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\F159";
}

.fa-virus-covid:before {
  content: "\E4A8";
}

.fa-austral-sign:before {
  content: "\E0A9";
}

.fa-f:before {
  content: "F";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-road:before {
  content: "\F018";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-person-circle-plus:before {
  content: "\E541";
}

.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\F200";
}

.fa-bolt-lightning:before {
  content: "\E0B7";
}

.fa-sack-xmark:before {
  content: "\E56A";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-fish-fins:before {
  content: "\E4F2";
}

.fa-building-flag:before {
  content: "\E4D5";
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\F582";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-poop:before {
  content: "\F619";
}

.fa-location-pin:before,
.fa-map-marker:before {
  content: "\F041";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\F807";
}

.fa-eject:before {
  content: "\F052";
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\F35A";
}

.fa-plane-circle-check:before {
  content: "\E555";
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-chart-line:before,
.fa-line-chart:before {
  content: "\F201";
}

.fa-mask-ventilator:before {
  content: "\E524";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-map-signs:before,
.fa-signs-post:before {
  content: "\F277";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-person-circle-question:before {
  content: "\E542";
}

.fa-h:before {
  content: "H";
}

.fa-tarp:before {
  content: "\E57B";
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\F7D9";
}

.fa-arrows-to-eye:before {
  content: "\E4BF";
}

.fa-plug-circle-bolt:before {
  content: "\E55B";
}

.fa-heart:before {
  content: "\F004";
}

.fa-mars-and-venus:before {
  content: "\F224";
}

.fa-home-user:before,
.fa-house-user:before {
  content: "\E1B0";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-house-crack:before {
  content: "\E3B1";
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\F561";
}

.fa-face-surprise:before,
.fa-surprise:before {
  content: "\F5C2";
}

.fa-bottle-water:before {
  content: "\E4C5";
}

.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\F28B";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\F5D1";
}

.fa-kitchen-set:before {
  content: "\E51A";
}

.fa-r:before {
  content: "R";
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-bitcoin-sign:before {
  content: "\E0B4";
}

.fa-shield-dog:before {
  content: "\E573";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-elevator:before {
  content: "\E16D";
}

.fa-money-bill-transfer:before {
  content: "\E528";
}

.fa-money-bill-trend-up:before {
  content: "\E529";
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "\E50F";
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\F682";
}

.fa-circle:before {
  content: "\F111";
}

.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\F049";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\F434";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\F35B";
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\F3CD";
}

.fa-volume-high:before,
.fa-volume-up:before {
  content: "\F028";
}

.fa-users-rays:before {
  content: "\E593";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-burger:before,
.fa-hamburger:before {
  content: "\F805";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-bugs:before {
  content: "\E4D0";
}

.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\F156";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-circle-question:before,
.fa-question-circle:before {
  content: "\F059";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-book-bookmark:before {
  content: "\E0BB";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-bridge:before {
  content: "\E4C8";
}

.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\F879";
}

.fa-truck-front:before {
  content: "\E2B7";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-anchor-circle-exclamation:before {
  content: "\E4AB";
}

.fa-truck-field:before {
  content: "\E58D";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-clipboard-question:before {
  content: "\E4E3";
}

.fa-panorama:before {
  content: "\E209";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-file-circle-minus:before {
  content: "\E4ED";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\F050";
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-parking:before,
.fa-square-parking:before {
  content: "\F540";
}

.fa-house-signal:before {
  content: "\E012";
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\F828";
}

.fa-faucet-drip:before {
  content: "\E006";
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-mobile-button:before {
  content: "\F10B";
}

.fa-house-medical-flag:before {
  content: "\E514";
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\F291";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\F55E";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-person-military-to-person:before {
  content: "\E54C";
}

.fa-file-shield:before {
  content: "\E4F0";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-pen:before {
  content: "\F304";
}

.fa-tower-observation:before {
  content: "\E586";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\F012";
}

.fa-bus:before {
  content: "\F207";
}

.fa-heart-circle-xmark:before {
  content: "\E501";
}

.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\E3AF";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-face-frown:before,
.fa-frown:before {
  content: "\F119";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-shop:before,
.fa-store-alt:before {
  content: "\F54F";
}

.fa-floppy-disk:before,
.fa-save:before {
  content: "\F0C7";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\F515";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\F0DE";
}

.fa-comment-dots:before,
.fa-commenting:before {
  content: "\F4AD";
}

.fa-plant-wilt:before {
  content: "\E5AA";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\F585";
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\F684";
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\F01E";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-location-crosshairs:before,
.fa-location:before {
  content: "\F601";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-child-dress:before {
  content: "\E59C";
}

.fa-users-between-lines:before {
  content: "\E591";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\F588";
}

.fa-phone:before {
  content: "\F095";
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\F273";
}

.fa-child-reaching:before {
  content: "\E59D";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-user-cog:before,
.fa-user-gear:before {
  content: "\F4FE";
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-mosquito-net:before {
  content: "\E52C";
}

.fa-bridge-water:before {
  content: "\E4CE";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-digging:before,
.fa-person-digging:before {
  content: "\F85E";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\F629";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\F10E";
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\F553";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-divide:before {
  content: "\F529";
}

.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\F7D7";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-hands-holding:before {
  content: "\F4C2";
}

.fa-hands-clapping:before {
  content: "\E1A8";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-person-circle-xmark:before {
  content: "\E543";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-j:before {
  content: "J";
}

.fa-users-viewfinder:before {
  content: "\E595";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\F35D";
}

.fa-table-cells:before,
.fa-th:before {
  content: "\F00A";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-bible:before,
.fa-book-bible:before {
  content: "\F647";
}

.fa-o:before {
  content: "O";
}

.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\F0FA";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-otter:before {
  content: "\F700";
}

.fa-female:before,
.fa-person-dress:before {
  content: "\F182";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\F64A";
}

.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\F009";
}

.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\F827";
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-clipboard-user:before {
  content: "\F7F3";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-plane-lock:before {
  content: "\E558";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-comment:before {
  content: "\F075";
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\F1FD";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\F102";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-arrow-right-to-city:before {
  content: "\E4B3";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-litecoin-sign:before {
  content: "\E1D3";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-circle-nodes:before {
  content: "\E4E2";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-truck-field-un:before {
  content: "\E58E";
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\F254";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-user-doctor:before,
.fa-user-md:before {
  content: "\F0F0";
}

.fa-circle-info:before,
.fa-info-circle:before {
  content: "\F05A";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-camera-alt:before,
.fa-camera:before {
  content: "\F030";
}

.fa-square-virus:before {
  content: "\E578";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-car-on:before {
  content: "\E4DD";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-water:before {
  content: "\F773";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\F486";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-person-cane:before {
  content: "\E53C";
}

.fa-tent:before {
  content: "\E57D";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-money-bill-wheat:before {
  content: "\E52A";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-hard-drive:before,
.fa-hdd:before {
  content: "\F0A0";
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\F022";
}

.fa-tarp-droplet:before {
  content: "\E57C";
}

.fa-house-medical-circle-check:before {
  content: "\E511";
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\F359";
}

.fa-subway:before,
.fa-train-subway:before {
  content: "\F239";
}

.fa-chart-gantt:before {
  content: "\E0E4";
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\E1BC";
}

.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\F565";
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-dna:before {
  content: "\F471";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-minus:before,
.fa-subtract:before {
  content: "\F068";
}

.fa-chess:before {
  content: "\F439";
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-plug-circle-check:before {
  content: "\E55C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-franc-sign:before {
  content: "\E18F";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\F2A3";
}

.fa-cog:before,
.fa-gear:before {
  content: "\F013";
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-mosquito:before {
  content: "\E52B";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-person-military-rifle:before {
  content: "\E54B";
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-vials:before {
  content: "\F493";
}

.fa-plug-circle-plus:before {
  content: "\E55F";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\F148";
}

.fa-u:before {
  content: "U";
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\F698";
}

.fa-clock-four:before,
.fa-clock:before {
  content: "\F017";
}

.fa-backward-step:before,
.fa-step-backward:before {
  content: "\F048";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-baseball-bat-ball:before {
  content: "\F432";
}

.fa-s:before {
  content: "S";
}

.fa-timeline:before {
  content: "\E29C";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\F7F2";
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\F3CF";
}

.fa-plane-up:before {
  content: "\E22D";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-battery-3:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-mountain-city:before {
  content: "\E52E";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-sliders-h:before,
.fa-sliders:before {
  content: "\F1DE";
}

.fa-folder-tree:before {
  content: "\F802";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-cent-sign:before {
  content: "\E3F5";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-person-pregnant:before {
  content: "\E31E";
}

.fa-wand-sparkles:before {
  content: "\F72B";
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\F142";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\F30B";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-laptop-file:before {
  content: "\E51D";
}

.fa-teletype:before,
.fa-tty:before {
  content: "\F1E4";
}

.fa-diagram-next:before {
  content: "\E476";
}

.fa-person-rifle:before {
  content: "\E54E";
}

.fa-house-medical-circle-exclamation:before {
  content: "\E512";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-hiking:before,
.fa-person-hiking:before {
  content: "\F6EC";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-images:before {
  content: "\F302";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-people-pulling:before {
  content: "\E535";
}

.fa-n:before {
  content: "N";
}

.fa-cable-car:before,
.fa-tram:before {
  content: "\F7DA";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-building-circle-xmark:before {
  content: "\E4D4";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-arrows-down-to-line:before {
  content: "\E4B8";
}

.fa-download:before {
  content: "\F019";
}

.fa-face-grin:before,
.fa-grin:before {
  content: "\F580";
}

.fa-backspace:before,
.fa-delete-left:before {
  content: "\F55A";
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-file-circle-check:before {
  content: "\E5A0";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F3CE";
}

.fa-face-meh:before,
.fa-meh:before {
  content: "\F11A";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-book-dead:before,
.fa-book-skull:before {
  content: "\F6B7";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-heart-circle-exclamation:before {
  content: "\E4FE";
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\F015";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-b:before {
  content: "B";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\F0EC";
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\F2F9";
}

.fa-cutlery:before,
.fa-utensils:before {
  content: "\F2E7";
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-mill-sign:before {
  content: "\E1ED";
}

.fa-bowl-rice:before {
  content: "\E2EB";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\F519";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\F30C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-code-merge:before {
  content: "\F387";
}

.fa-upload:before {
  content: "\F093";
}

.fa-hurricane:before {
  content: "\F751";
}

.fa-mound:before {
  content: "\E52D";
}

.fa-toilet-portable:before {
  content: "\E583";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\F56D";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-shield-cat:before {
  content: "\E572";
}

.fa-bolt:before,
.fa-zap:before {
  content: "\F0E7";
}

.fa-glass-water:before {
  content: "\E4F4";
}

.fa-oil-well:before {
  content: "\E532";
}

.fa-vault:before {
  content: "\E2C5";
}

.fa-mars:before {
  content: "\F222";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-plane-circle-xmark:before {
  content: "\E557";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\F157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\F158";
}

.fa-sun:before {
  content: "\F185";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-bore-hole:before {
  content: "\E4C3";
}

.fa-industry:before {
  content: "\F275";
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\F358";
}

.fa-arrows-turn-to-dots:before {
  content: "\E4C1";
}

.fa-florin-sign:before {
  content: "\E184";
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-less-than:before {
  content: "<";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-car-tunnel:before {
  content: "\E4DE";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-anchor-circle-xmark:before {
  content: "\E4AC";
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\F141";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\F479";
}

.fa-person-through-window:before {
  content: "\E5A9";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-hands-holding-circle:before {
  content: "\E4FB";
}

.fa-bug:before {
  content: "\F188";
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\F09D";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-hand-holding-hand:before {
  content: "\E4F7";
}

.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\F5DA";
}

.fa-mountain-sun:before {
  content: "\E52F";
}

.fa-arrows-left-right-to-line:before {
  content: "\E4BA";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-truck-droplet:before {
  content: "\E58C";
}

.fa-file-circle-xmark:before {
  content: "\E5A1";
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\E040";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-bed:before {
  content: "\F236";
}

.fa-h-square:before,
.fa-square-h:before {
  content: "\F0FD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-plug-circle-xmark:before {
  content: "\E560";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\F4C4";
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-file:before {
  content: "\F15B";
}

.fa-greater-than:before {
  content: ">";
}

.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\F5C4";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-droplet:before,
.fa-tint:before {
  content: "\F043";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\F57D";
}

.fa-person-burst:before {
  content: "\E53B";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-socks:before {
  content: "\F696";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-section:before {
  content: "\E447";
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\F625";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\F0F8";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\F550";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\F29D";
}

.fa-drum:before {
  content: "\F569";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-heart-circle-bolt:before {
  content: "\E4FC";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\F772";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\F468";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\F2A2";
}

.fa-tree-city:before {
  content: "\E587";
}

.fa-play:before {
  content: "\F04B";
}

.fa-font:before {
  content: "\F031";
}

.fa-table-cells-row-lock:before {
  content: "\E67A";
}

.fa-rupiah-sign:before {
  content: "\E23D";
}

.fa-magnifying-glass:before,
.fa-search:before {
  content: "\F002";
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\F45D";
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\F470";
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-naira-sign:before {
  content: "\E1F6";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-walkie-talkie:before {
  content: "\F8EF";
}

.fa-file-edit:before,
.fa-file-pen:before {
  content: "\F31C";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\F14B";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-person-circle-exclamation:before {
  content: "\E53F";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\F240";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-code-compare:before {
  content: "\E13A";
}

.fa-list-dots:before,
.fa-list-ul:before {
  content: "\F0CA";
}

.fa-school-lock:before {
  content: "\E56F";
}

.fa-tower-cell:before {
  content: "\E585";
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-ranking-star:before {
  content: "\E561";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-person-harassing:before {
  content: "\E549";
}

.fa-brazilian-real-sign:before {
  content: "\E46C";
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\F752";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\F26C";
}

.fa-shrimp:before {
  content: "\E448";
}

.fa-list-check:before,
.fa-tasks:before {
  content: "\F0AE";
}

.fa-jug-detergent:before {
  content: "\E519";
}

.fa-circle-user:before,
.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-car-burst:before,
.fa-car-crash:before {
  content: "\F5E1";
}

.fa-y:before {
  content: "Y";
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\F48B";
}

.fa-fish:before {
  content: "\F578";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\F042";
}

.fa-clapperboard:before {
  content: "\E131";
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\F433";
}

.fa-jet-fighter-up:before {
  content: "\E518";
}

.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\F542";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\F6A9";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\F58D";
}

.fa-share-from-square:before,
.fa-share-square:before {
  content: "\F14D";
}

.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\E4E0";
}

.fa-gun:before {
  content: "\E19B";
}

.fa-phone-square:before,
.fa-square-phone:before {
  content: "\F098";
}

.fa-add:before,
.fa-plus:before {
  content: "+";
}

.fa-expand:before {
  content: "\F065";
}

.fa-computer:before {
  content: "\E4E5";
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\F00D";
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\F047";
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\F51C";
}

.fa-peso-sign:before {
  content: "\E222";
}

.fa-building-shield:before {
  content: "\E4D8";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-users-line:before {
  content: "\E592";
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\F10D";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\F829";
}

.fa-arrow-down-up-lock:before {
  content: "\E4B0";
}

.fa-lines-leaning:before {
  content: "\E51E";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-equals:before {
  content: "=";
}

.fa-blender:before {
  content: "\F517";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\F20B";
}

.fa-map:before {
  content: "\F279";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-photo-film:before,
.fa-photo-video:before {
  content: "\F87C";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-store:before {
  content: "\F54E";
}

.fa-arrow-trend-up:before {
  content: "\E098";
}

.fa-plug-circle-minus:before {
  content: "\E55E";
}

.fa-sign-hanging:before,
.fa-sign:before {
  content: "\F4D9";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-tablet-android:before,
.fa-tablet:before {
  content: "\F3FB";
}

.fa-school-flag:before {
  content: "\E56E";
}

.fa-fill:before {
  content: "\F575";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-notdef:before {
  content: "\E1FE";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-car-alt:before,
.fa-car-rear:before {
  content: "\F5DE";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-radio:before {
  content: "\F8D7";
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\F77D";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-percent:before,
.fa-percentage:before {
  content: "%";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-glass-water-droplet:before {
  content: "\E4F5";
}

.fa-display:before {
  content: "\E163";
}

.fa-face-smile:before,
.fa-smile:before {
  content: "\F118";
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\F08D";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-person-praying:before,
.fa-pray:before {
  content: "\F683";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-rotate:before,
.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-robot:before {
  content: "\F544";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\F085";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-arrow-up-right-dots:before {
  content: "\E4B7";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\F584";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\F225";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\F149";
}

.fa-person-falling-burst:before {
  content: "\E547";
}

.fa-award:before {
  content: "\F559";
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\F3FF";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\F100";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\F1DA";
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\F56E";
}

.fa-shield-blank:before,
.fa-shield:before {
  content: "\F132";
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-house-medical:before {
  content: "\E3B2";
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\F450";
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\F137";
}

.fa-house-chimney-window:before {
  content: "\E00D";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-tent-arrow-turn-left:before {
  content: "\E580";
}

.fa-tents:before {
  content: "\E582";
}

.fa-magic:before,
.fa-wand-magic:before {
  content: "\F0D0";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-moon:before {
  content: "\F186";
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\F5CE";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-music:before {
  content: "\F001";
}

.fa-code-commit:before {
  content: "\F386";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-biking:before,
.fa-person-biking:before {
  content: "\F84A";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-shield-heart:before {
  content: "\E574";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\E47B";
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\F2D3";
}

.fa-hashtag:before {
  content: "#";
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\F424";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-t:before {
  content: "T";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-chart-column:before {
  content: "\E0E3";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-vial-circle-check:before {
  content: "\E596";
}

.fa-person-arrow-down-to-line:before {
  content: "\E538";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-fan:before {
  content: "\F863";
}

.fa-person-walking-luggage:before {
  content: "\E554";
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\F338";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-bahai:before,
.fa-haykal:before {
  content: "\F666";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\F055";
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-plug-circle-exclamation:before {
  content: "\E55D";
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\F127";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-person-walking-arrow-loop-left:before {
  content: "\E551";
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\F7E4";
}

.fa-tornado:before {
  content: "\F76F";
}

.fa-file-circle-plus:before {
  content: "\E494";
}

.fa-book-quran:before,
.fa-quran:before {
  content: "\F687";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-angry:before,
.fa-face-angry:before {
  content: "\F556";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-arrow-trend-down:before {
  content: "\E097";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\F24E";
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\F62A";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\F390";
}

.fa-m:before {
  content: "M";
}

.fa-table-list:before,
.fa-th-list:before {
  content: "\F00B";
}

.fa-comment-sms:before,
.fa-sms:before {
  content: "\F7CD";
}

.fa-book:before {
  content: "\F02D";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-check:before {
  content: "\F00C";
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-house-circle-check:before {
  content: "\E509";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-diagram-successor:before {
  content: "\E47A";
}

.fa-truck-arrow-right:before {
  content: "\E58B";
}

.fa-arrows-split-up-and-left:before {
  content: "\E4BC";
}

.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\F6DE";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-person-falling:before {
  content: "\E546";
}

.fa-image-portrait:before,
.fa-portrait:before {
  content: "\F3E0";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-rug:before {
  content: "\E569";
}

.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F410";
}

.fa-baht-sign:before {
  content: "\E0AC";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\F66A";
}

.fa-handcuffs:before {
  content: "\E4F8";
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\F071";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-bottle-droplet:before {
  content: "\E4C4";
}

.fa-mask-face:before {
  content: "\E1D7";
}

.fa-hill-rockslide:before {
  content: "\E508";
}

.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\F362";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-road-circle-exclamation:before {
  content: "\E565";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\F2A7";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\F5C5";
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\F07D";
}

.fa-face-grimace:before,
.fa-grimace:before {
  content: "\F57F";
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\E2CE";
}

.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\F3BE";
}

.fa-person-walking-arrow-right:before {
  content: "\E552";
}

.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\F199";
}

.fa-dice:before {
  content: "\F522";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-band-aid:before,
.fa-bandage:before {
  content: "\F462";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\F057";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\F57E";
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\F47F";
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\F00E";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-allergies:before,
.fa-hand-dots:before {
  content: "\F461";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\F0F4";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\F010";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-user-alt:before,
.fa-user-large:before {
  content: "\F406";
}

.fa-train-tram:before {
  content: "\E5B4";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-jar:before {
  content: "\E516";
}

.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\F249";
}

.fa-bug-slash:before {
  content: "\E490";
}

.fa-arrow-up-from-water-pump:before {
  content: "\E4B6";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-table-cells-row-unlock:before {
  content: "\E691";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-plane:before {
  content: "\F072";
}

.fa-tent-arrows-down:before {
  content: "\E581";
}

.fa-exclamation:before {
  content: "!";
}

.fa-arrows-spin:before {
  content: "\E4BB";
}

.fa-print:before {
  content: "\F02F";
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\E2BB";
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}

.fa-x:before {
  content: "X";
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\F688";
}

.fa-users-cog:before,
.fa-users-gear:before {
  content: "\F509";
}

.fa-person-military-pointing:before {
  content: "\E54A";
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\F19C";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-trowel:before {
  content: "\E589";
}

.fa-d:before {
  content: "D";
}

.fa-stapler:before {
  content: "\E5AF";
}

.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\F630";
}

.fa-kip-sign:before {
  content: "\E1C4";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\F4C6";
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\F0FB";
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\F1E1";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-plus-minus:before {
  content: "\E43C";
}

.fa-video-camera:before,
.fa-video:before {
  content: "\F03D";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\F19D";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-person-circle-check:before {
  content: "\E53E";
}

.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\F3BF";
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands" ;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-aws:before {
  content: "\F375";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-pixiv:before {
  content: "\E640";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-modx:before {
  content: "\F285";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-js-square:before,
.fa-square-js:before {
  content: "\F3B9";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-jxl:before {
  content: "\E67B";
}

.fa-dart-lang:before {
  content: "\E693";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-unity:before {
  content: "\E049";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-vk:before {
  content: "\F189";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "\F1A2";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-square-font-awesome:before {
  content: "\E5AD";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-brave:before {
  content: "\E63C";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "\E055";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "\F3AF";
}

.fa-edge:before {
  content: "\F282";
}

.fa-threads:before {
  content: "\E618";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "\F2AD";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-safari:before {
  content: "\F267";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\F35C";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-centos:before {
  content: "\F789";
}

.fa-adn:before {
  content: "\F170";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-opensuse:before {
  content: "\E62B";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "\F397";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-node:before {
  content: "\F419";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-debian:before {
  content: "\E60B";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "\F081";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-golang:before {
  content: "\E40F";
}

.fa-kickstarter:before,
.fa-square-kickstarter:before {
  content: "\F3BB";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "\F431";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-rendact:before,
.fa-wpressr:before {
  content: "\F3E4";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-nfc-directional:before {
  content: "\E530";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-meta:before {
  content: "\E49B";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-square-letterboxd:before {
  content: "\E62E";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-hips:before {
  content: "\F452";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-discord:before {
  content: "\F392";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-shoelace:before {
  content: "\E60C";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-square-steam:before,
.fa-steam-square:before {
  content: "\F1B7";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "\F194";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-apple:before {
  content: "\F179";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-padlet:before {
  content: "\E4A0";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-github-square:before,
.fa-square-github:before {
  content: "\F092";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-neos:before {
  content: "\F612";
}

.fa-square-threads:before {
  content: "\E619";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-angular:before {
  content: "\F420";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envira:before {
  content: "\F299";
}

.fa-google-scholar:before {
  content: "\E63B";
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "\E5AE";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "\F264";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-sith:before {
  content: "\F512";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-hashnode:before {
  content: "\E499";
}

.fa-react:before {
  content: "\F41B";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-gg:before {
  content: "\F260";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "\F0D3";
}

.fa-xing:before {
  content: "\F168";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-less:before {
  content: "\F41D";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-signal-messenger:before {
  content: "\E663";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-nfc-symbol:before {
  content: "\E531";
}

.fa-mintbit:before {
  content: "\E62F";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-brave-reverse:before {
  content: "\E63D";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "\F0D4";
}

.fa-web-awesome:before {
  content: "\E682";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-square-xing:before,
.fa-xing-square:before {
  content: "\F169";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-fly:before {
  content: "\F417";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-viber:before {
  content: "\F409";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-letterboxd:before {
  content: "\E62D";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-audible:before {
  content: "\F373";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-bilibili:before {
  content: "\E3D9";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-x-twitter:before {
  content: "\E61B";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-42-group:before,
.fa-innosoft:before {
  content: "\E080";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "\E01E";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-square-web-awesome-stroke:before {
  content: "\E684";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "\F082";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-flutter:before {
  content: "\E694";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "\F203";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-figma:before {
  content: "\F799";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-cmplid:before {
  content: "\E360";
}

.fa-upwork:before {
  content: "\E641";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-square-upwork:before {
  content: "\E67C";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-docker:before {
  content: "\F395";
}

.fa-screenpal:before {
  content: "\E570";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-square-web-awesome:before {
  content: "\E683";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\E2D0";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-apper:before {
  content: "\F371";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-bluesky:before {
  content: "\E671";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\F2AB";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-behance-square:before,
.fa-square-behance:before {
  content: "\F1B5";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-webflow:before {
  content: "\E65C";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-space-awesome:before {
  content: "\E5AC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-git-square:before,
.fa-square-git:before {
  content: "\F1D2";
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "\F174";
}

.fa-trello:before {
  content: "\F181";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-android:before {
  content: "\F17B";
}

.fa-bots:before {
  content: "\E340";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-uber:before {
  content: "\F402";
}

.fa-github:before {
  content: "\F09B";
}

.fa-php:before {
  content: "\F457";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-stubber:before {
  content: "\E5C7";
}

.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\F2C6";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-odysee:before {
  content: "\E5C6";
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-slack-hash:before,
.fa-slack:before {
  content: "\F198";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-usb:before {
  content: "\F287";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-square-x-twitter:before {
  content: "\E61A";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-medium-m:before,
.fa-medium:before {
  content: "\F23A";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-sitrox:before {
  content: "\E44A";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-strava:before {
  content: "\F428";
}

.fa-ember:before {
  content: "\F423";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-zhihu:before {
  content: "\F63F";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-pix:before {
  content: "\E43A";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free" ;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}

:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free" ;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fa-v4compatibility.woff2) format("woff2"), url(../fonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}
/** Common */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes growInUp {
  from {
    height: 200px;
    width: 200px;
  }
  to {
    height: 100%;
    width: 545px;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Global
 */
.wp-block-video video {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .wp-block-spacer[style="height:100px"] {
    height: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .wp-block-spacer[style="height:50px"] {
    height: 16px !important;
  }
}

.wp-block-columns {
  margin-bottom: 0;
}

.card-body ul li, .wp-block-column ul li {
  font-size: inherit !important;
}

body.request-free-demo footer .contact-footer h2, body.request-free-demo footer .contact-footer .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure body.request-free-demo footer .contact-footer .title, body.request-free-demo footer .contact-footer .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure body.request-free-demo footer .contact-footer .title, body.request-free-demo footer .contact-footer .hold {
  display: none;
}

@media (min-width: 992px) {
  .container, .tribe-events-single, .woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold {
    max-width: 1400px;
  }
  .container.narrow, .narrow.tribe-events-single, .woocommerce .narrow.content-hold, .post-type-archive-resource .narrow.content-hold, .type-industry .narrow.content-hold, .post-type-archive-product .narrow.content-hold, .post-type-archive .narrow.content-hold, .blog .narrow.content-hold, .archive .narrow.content-hold {
    max-width: 1140px;
  }
}
.skip-to-content-link {
  background: #AB6522;
  color: #fff;
  font-style: italic;
  text-align: center;
  display: block;
  transition: transform 0.3s;
  font-size: 0;
  line-height: 0;
}
.skip-to-content-link:focus {
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
}

a {
  color: #002D56;
  transition: all 0.2s ease-in-out;
}
a[href^="tel:"] {
  pointer-events: none !important;
  text-decoration: none !important;
  color: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
}
@media (max-width: 991.98px) {
  a[href^="tel:"] {
    pointer-events: all !important;
    text-decoration: underline !important;
    font-weight: bold !important;
  }
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}
p a {
  font-weight: 700;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.wp-block-separator {
  border-top: 1px solid #002D56;
  border-bottom: 1px solid #002D56;
}

/**
 * Block editor color palette utilities
 * @see https://git.io/JeyD6
 */
.has-primary-color {
  color: #002D56 !important;
}

.has-primary-background-color {
  background-color: #002D56 !important;
}

.has-secondary-color {
  color: #AB6522 !important;
}

.has-secondary-background-color {
  background-color: #AB6522 !important;
}

.has-success-color {
  color: #9AAD21 !important;
}

.has-success-background-color {
  background-color: #9AAD21 !important;
}

.has-info-color {
  color: #17a2b8 !important;
}

.has-info-background-color {
  background-color: #17a2b8 !important;
}

.has-warning-color {
  color: #ffc107 !important;
}

.has-warning-background-color {
  background-color: #ffc107 !important;
}

.has-danger-color {
  color: #C6203E !important;
}

.has-danger-background-color {
  background-color: #C6203E !important;
}

.has-light-color {
  color: #f8f9fa !important;
}

.has-light-background-color {
  background-color: #f8f9fa !important;
}

.has-dark-color {
  color: #343a40 !important;
}

.has-dark-background-color {
  background-color: #343a40 !important;
}

.has-third-color {
  color: #f47b20 !important;
}

.has-third-background-color {
  background-color: #f47b20 !important;
}

.has-fourth-color {
  color: #f69024 !important;
}

.has-fourth-background-color {
  background-color: #f69024 !important;
}

.has-fifth-color {
  color: #f6f6f6 !important;
}

.has-fifth-background-color {
  background-color: #f6f6f6 !important;
}

.has-sixth-color {
  color: #fbfbfb !important;
}

.has-sixth-background-color {
  background-color: #fbfbfb !important;
}

.has-seventh-color {
  color: #cdcdcd !important;
}

.has-seventh-background-color {
  background-color: #cdcdcd !important;
}

.has-gray-700-color {
  color: #F3F3F3 !important;
}

.has-gray-700-background-color {
  background-color: #F3F3F3 !important;
}

.has-gray-900-color {
  color: #1f1f1f !important;
}

.has-gray-900-background-color {
  background-color: #1f1f1f !important;
}

.has-black-color {
  color: #272727 !important;
}

.has-black-background-color {
  background-color: #272727 !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

h1, .tribe-events-single .single-content h1,
h4,
h5,
.header-styles {
  line-height: 110%;
  font-family: "Lusitana", serif;
  overflow-wrap: initial;
}

h3 {
  line-height: 110%;
  font-size: 2rem;
  font-family: "Lusitana", serif;
}

h2, .tribe-events-single .single-content h2, .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.slider figure .title, .h2 {
  font-family: "Lusitana", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.125;
}

.btn, .gform_button {
  outline: 0 !important;
}

.sidebar-heading {
  color: #AB6522 !important;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.scaleX-1 {
  transform: scaleX(-1);
  margin: -5px 0;
}

.scaleY-1 {
  transform: scaleY(-1);
  margin: -5px 0;
}

strong, .block-testimonials .featured-box.text-listing figure cite, .block-testimonials .featured-box.featured figure cite, .block-testimonials .featured-box.slider figure cite, b {
  font-weight: 700;
}

.content-post-img {
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .content-post-img {
    height: 18.75rem;
  }
}
.content-post-img img {
  width: 100%;
}

.wp-block-create-block-block-container {
  padding: 0 !important;
}

.wp-block-image img {
  height: auto;
}

.woocommerce .content-hold, .post-type-archive-resource .content-hold, .type-industry .content-hold, .post-type-archive-product .content-hold, .post-type-archive .content-hold, .blog .content-hold, .archive .content-hold {
  padding-top: 2rem;
}
.modal-backdrop.show {
  opacity: 0.9 !important;
  background-image: url("/app/themes/rebelware-2021/dist/images/brush-mark-parallax_red.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.close {
  opacity: 1;
  z-index: 999;
}
.close span {
  color: #fff;
  font-weight: 300 !important;
  font-size: 2rem;
  font-style: italic;
}

.modal-header {
  color: #fff;
  border: none;
  padding-bottom: 0rem;
}
.modal-header h1, .modal-header .tribe-events-single .single-content h1, .tribe-events-single .single-content .modal-header h1, .modal-header h2, .modal-header .tribe-events-single .single-content h2, .tribe-events-single .single-content .modal-header h2, .modal-header .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .modal-header .title, .modal-header .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .modal-header .title, .modal-header h3, .modal-header h4, .modal-header h5 {
  font-weight: 300 !important;
  font-style: italic;
  padding: 0;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 300 !important;
}
@media (max-width: 767.98px) {
  .modal-header h1, .modal-header .tribe-events-single .single-content h1, .tribe-events-single .single-content .modal-header h1, .modal-header h2, .modal-header .tribe-events-single .single-content h2, .tribe-events-single .single-content .modal-header h2, .modal-header .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .modal-header .title, .modal-header .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .modal-header .title, .modal-header h3, .modal-header h4, .modal-header h5 {
    font-size: 1.5rem;
  }
}

.modal-content {
  border: none;
  background: transparent;
}

.bg-gray-700 {
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .bg-gray-700 {
    padding: 25px 0;
  }
}

.wp-block-group__inner-container figure {
  min-height: 3.75rem;
}

.search h2, .search .tribe-events-single .single-content h2, .tribe-events-single .single-content .search h2, .search .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .search .title, .search .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .search .title {
  line-height: 1;
}
.search h2 small, .search .tribe-events-single .single-content h2 small, .tribe-events-single .single-content .search h2 small, .search .block-testimonials .featured-box.featured figure .title small, .block-testimonials .featured-box.featured figure .search .title small, .search .block-testimonials .featured-box.slider figure .title small, .block-testimonials .featured-box.slider figure .search .title small {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.search .header-search {
  margin-bottom: 2rem;
}
.search .header-search input {
  color: #232323 !important;
}
.search .header-search input:-ms-input-placeholder {
  color: #232323 !important;
}
.search .header-search input::placeholder {
  color: #232323 !important;
}
.search .header-search .btn, .search .header-search .gform_button {
  padding: 0.75rem 2rem;
}

.content-hold {
  padding: 0;
}

.background-light {
  position: relative;
  background-image: url("/app/themes/rebelware-2021/resources/assets/images/textures/backgrounds/light.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.background-light.offset-y {
  background-position: 0 15px;
  padding-bottom: 50px;
}
.background-light.white-bleed::before, .background-light.white-bleed::after {
  transform: scale(-1);
}
.background-light::before, .background-light::after {
  content: "";
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 20px;
}
.background-light::before {
  background-image: url("/app/themes/rebelware-2021/resources/assets/images/textures/thin-texture-top-white.svg");
  top: 0;
  bottom: auto;
}
.background-light::after {
  background-image: url("/app/themes/rebelware-2021/resources/assets/images/textures/thin-texture-bottom-white.svg");
  top: auto;
  bottom: 0;
}

.background-dark {
  position: relative;
  background-image: url("/app/themes/rebelware-2021/resources/assets/images/textures/backgrounds/dark.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 30%;
}
.background-dark::before, .background-dark::after {
  display: block;
  width: 100%;
  z-index: 1;
}
.background-dark::before {
  content: url("/app/themes/rebelware-2021/resources/assets/images/textures/thin-texture-bottom-white.svg");
  transform: translateY(-50%);
}
.background-dark::after {
  content: url("/app/themes/rebelware-2021/resources/assets/images/textures/thin-texture-top-white.svg");
  transform: translateY(50%);
}

.cross-connection {
  float: left;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.75rem 0;
}
.cross-connection a {
  color: #fff;
  opacity: 0;
  transition: 200ms;
  display: none;
}
.cross-connection a.show {
  opacity: 1;
  display: block;
}

.instruction.validation_message {
  display: none !important;
}

/* raleway-300 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/raleway-v26-latin-300.woff2") format("woff2"), url("../fonts/raleway-v26-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/raleway-v26-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v26-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/raleway-v26-latin-500.woff2") format("woff2"), url("../fonts/raleway-v26-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/raleway-v26-latin-600.woff2") format("woff2"), url("../fonts/raleway-v26-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/raleway-v26-latin-700.woff2") format("woff2"), url("../fonts/raleway-v26-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-800 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/raleway-v26-latin-800.woff2") format("woff2"), url("../fonts/raleway-v26-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-900 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/raleway-v26-latin-900.woff2") format("woff2"), url("../fonts/raleway-v26-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-300italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../fonts/raleway-v26-latin-300italic.woff2") format("woff2"), url("../fonts/raleway-v26-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/raleway-v26-latin-italic.woff2") format("woff2"), url("../fonts/raleway-v26-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../fonts/raleway-v26-latin-500italic.woff2") format("woff2"), url("../fonts/raleway-v26-latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/raleway-v26-latin-600italic.woff2") format("woff2"), url("../fonts/raleway-v26-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/raleway-v26-latin-700italic.woff2") format("woff2"), url("../fonts/raleway-v26-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-800italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 800;
  src: local(""), url("../fonts/raleway-v26-latin-800italic.woff2") format("woff2"), url("../fonts/raleway-v26-latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-900italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 900;
  src: local(""), url("../fonts/raleway-v26-latin-900italic.woff2") format("woff2"), url("../fonts/raleway-v26-latin-900italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lusitana-regular - latin */
@font-face {
  font-family: "Lusitana";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/lusitana-v11-latin-regular.woff2") format("woff2"), url("../fonts/lusitana-v11-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lusitana-700 - latin */
@font-face {
  font-family: "Lusitana";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/lusitana-v11-latin-700.woff2") format("woff2"), url("../fonts/lusitana-v11-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mea-culpa-regular - latin */
@font-face {
  font-family: "Mea Culpa";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/mea-culpa-v3-latin-regular.woff2") format("woff2"), url("../fonts/mea-culpa-v3-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* monsieur-la-doulaise-regular - latin */
@font-face {
  font-family: "Monsieur La Doulaise";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/monsieur-la-doulaise-v14-latin-regular.woff2") format("woff2"), url("../fonts/monsieur-la-doulaise-v14-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.btn, .gform_button, .wp-block-button__link {
  padding: 1rem 2rem;
  border-radius: 0 !important;
  font-weight: 700;
}
.btn-primary, contact .floorplanContact .gform_button, .wp-block-button__link-primary {
  background: #002D56;
  border: 2px solid #002D56;
}
.btn-primary:hover, contact .floorplanContact .gform_button:hover, .btn-primary:focus, contact .floorplanContact .gform_button:focus, .wp-block-button__link-primary:hover, .wp-block-button__link-primary:focus {
  background: #fff !important;
  color: #002D56 !important;
  text-decoration: underline;
  box-shadow: none;
}
.btn-secondary, .gform_button, .wp-block-button__link-secondary {
  background: #AB6522;
  border: solid 2px #AB6522;
  color: #fff !important;
}
.btn-secondary:hover, .gform_button:hover, .btn-secondary:focus, .gform_button:focus, .wp-block-button__link-secondary:hover, .wp-block-button__link-secondary:focus {
  background: #fff !important;
  color: #AB6522 !important;
  text-decoration: underline;
  box-shadow: none;
}
.btn.small, .small.gform_button, .wp-block-button__link.small {
  padding: 0.5rem 1rem;
}
.btn:hover, .gform_button:hover, .wp-block-button__link:hover {
  background: #002D56;
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

.external .btn:after, .external .gform_button:after, .external .wp-block-button__link:after, .external a:after {
  content: "\F35D";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-left: 0.5rem;
}

/* Request Information */
#gform_confirmation_message_3 {
  text-align: center;
}

:-ms-input-placeholder {
  color: #232323 !important;
}

::placeholder {
  color: #232323 !important;
}

.gfield .ginput_container_select .custom-select-lg, .gform_fields .gfield input {
  border-radius: 0.3rem;
}
@media (max-width: 991.98px) {
  .gfield .ginput_container_select .custom-select-lg, .gform_fields .gfield input {
    margin-bottom: 0.5rem;
  }
}

.rebel_gform .gform_fields, #gform_3 .gform_fields, #gform_4 .gform_fields, #gform_5 .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.rebel_gform .gform_fields .gfield legend.gfield_label, #gform_3 .gform_fields .gfield legend.gfield_label, #gform_4 .gform_fields .gfield legend.gfield_label, #gform_5 .gform_fields .gfield legend.gfield_label {
  font-size: 1rem;
}
.rebel_gform .gform_fields .gfield .gfield_label, #gform_3 .gform_fields .gfield .gfield_label, #gform_4 .gform_fields .gfield .gfield_label, #gform_5 .gform_fields .gfield .gfield_label {
  margin: 0;
}
.rebel_gform .gform_fields .gfield input, #gform_3 .gform_fields .gfield input, #gform_4 .gform_fields .gfield input, #gform_5 .gform_fields .gfield input, .rebel_gform .gform_fields .gfield select, #gform_3 .gform_fields .gfield select, #gform_4 .gform_fields .gfield select, #gform_5 .gform_fields .gfield select, .rebel_gform .gform_fields .gfield textarea, #gform_3 .gform_fields .gfield textarea, #gform_4 .gform_fields .gfield textarea, #gform_5 .gform_fields .gfield textarea {
  font-weight: 700;
  font-size: 1rem;
  color: #747679;
}
.rebel_gform .gform_fields .gfield .ginput_container_select, #gform_3 .gform_fields .gfield .ginput_container_select, #gform_4 .gform_fields .gfield .ginput_container_select, #gform_5 .gform_fields .gfield .ginput_container_select {
  position: relative;
}
.rebel_gform .gform_fields .gfield .ginput_container_select .custom-select-lg, #gform_3 .gform_fields .gfield .ginput_container_select .custom-select-lg, #gform_4 .gform_fields .gfield .ginput_container_select .custom-select-lg, #gform_5 .gform_fields .gfield .ginput_container_select .custom-select-lg {
  background: #747679;
  color: #fff;
}
.rebel_gform .gform_fields .gfield .ginput_container_select:after, #gform_3 .gform_fields .gfield .ginput_container_select:after, #gform_4 .gform_fields .gfield .ginput_container_select:after, #gform_5 .gform_fields .gfield .ginput_container_select:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\F078";
  position: absolute;
  right: 1.5rem;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.rebel_gform .gform_fields .ginput_container label, #gform_3 .gform_fields .ginput_container label, #gform_4 .gform_fields .ginput_container label, #gform_5 .gform_fields .ginput_container label, .rebel_gform .gform_fields .charleft.ginput_counter, #gform_3 .gform_fields .charleft.ginput_counter, #gform_4 .gform_fields .charleft.ginput_counter, #gform_5 .gform_fields .charleft.ginput_counter {
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1;
  display: block;
  margin: 0.5rem 0 1.5rem;
}
.rebel_gform .gform_footer, #gform_3 .gform_footer, #gform_4 .gform_footer, #gform_5 .gform_footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
}
.rebel_gform .gform_footer .gform_button, #gform_3 .gform_footer .gform_button, #gform_4 .gform_footer .gform_button, #gform_5 .gform_footer .gform_button {
  min-width: 225px;
}

.gfield_validation_message {
  color: #1f1f1f;
  font-size: 1rem;
  font-style: italic;
}

.gform_validation_errors .alert-danger,
.gform_validation_errors .validation_error {
  color: #1f1f1f !important;
}

.gform_validation_errors .validation_error,
.gform_validation_errors .alert-danger {
  color: #1f1f1f;
  font-size: 1rem;
  font-style: italic;
  margin: 0 0 2.5rem;
}

.gform_validation_container {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

a.gform_validation_error_link {
  pointer-events: none;
  text-decoration: none !important;
  color: #232323 !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 1;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: visible;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 65px 10%;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
@media (max-width: 767.98px) {
  .fancybox-slide {
    padding: 20px;
  }
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 60px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 20px 12px 20px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 20px 6px 20px 12px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1, .fancybox-share .tribe-events-single .single-content h1, .tribe-events-single .single-content .fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/** Components */
/**
 * Components
 */
.acf-block-preview .block-hero-home.featured-box .featured-text {
  opacity: 1 !important;
}
.acf-block-preview .featured-card {
  opacity: 1 !important;
  /* for editor */
}

.block-hero-home {
  overflow: hidden;
}
.block-hero-home .featured-box {
  position: relative;
}
.block-hero-home .featured-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 315px;
  background: rgba(0, 45, 86, 0.75);
  z-index: -1;
}
.block-hero-home .featured-box video {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  bottom: 315px;
}
@media (max-width: 767.98px) {
  .block-hero-home .featured-box video {
    display: none;
  }
}
.block-hero-home .featured-box .featured-text {
  color: #fff;
  text-align: center;
  opacity: 0;
  animation-name: slideInUp;
  animation-timing-function: ease;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  max-width: 1000px;
  margin: 50px 0 50px;
}
.block-hero-home .featured-box .featured-text h1 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .block-hero-home .featured-box .featured-text h1 {
    font-size: 2.25rem;
  }
}
.block-hero-home .featured-box .featured-text p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
}
.block-hero-home .featured-box .featured-text p:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .block-hero-home .featured-box .featured-text p {
    font-size: 1rem;
  }
}
.block-hero-home .featured-box .featured-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .block-hero-home .featured-box .featured-cards {
    flex-direction: column;
  }
}
.block-hero-home .featured-box .featured-cards > .featured-card {
  flex: 1 1 50%;
  margin: 0 0.5rem;
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transform: translateY(100px);
  opacity: 0;
  animation-name: slideInUp;
  animation-timing-function: ease;
  animation-duration: 0.8s;
  animation-delay: 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 991.98px) {
  .block-hero-home .featured-box .featured-cards > .featured-card {
    margin-bottom: 2.5rem;
  }
}
.block-hero-home .featured-box .featured-cards > .featured-card h2, .block-hero-home .block-testimonials .featured-box.featured .featured-cards > .featured-card figure .title, .block-testimonials .block-hero-home .featured-box.featured .featured-cards > .featured-card figure .title, .block-hero-home .block-testimonials .featured-box.featured figure .featured-cards > .featured-card .title, .block-testimonials .block-hero-home .featured-box.featured figure .featured-cards > .featured-card .title, .block-hero-home .block-testimonials .featured-box.slider .featured-cards > .featured-card figure .title, .block-testimonials .block-hero-home .featured-box.slider .featured-cards > .featured-card figure .title, .block-hero-home .block-testimonials .featured-box.slider figure .featured-cards > .featured-card .title, .block-testimonials .block-hero-home .featured-box.slider figure .featured-cards > .featured-card .title {
  text-align: center;
  padding: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
}
.block-hero-home .featured-box .featured-cards > .featured-card .image-wrapper {
  overflow: hidden;
  height: 325px;
  display: block;
}
.block-hero-home .featured-box .featured-cards > .featured-card .image-wrapper img {
  width: 100%;
  transition: 300ms;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.block-hero-home .featured-box .featured-cards > .featured-card .featured-excerpt {
  padding: 1.75rem 1.75rem 0.5rem;
}
.block-hero-home .featured-box .featured-cards > .featured-card .featured-excerpt h2, .block-hero-home .block-testimonials .featured-box.featured .featured-cards > .featured-card .featured-excerpt figure .title, .block-testimonials .block-hero-home .featured-box.featured .featured-cards > .featured-card .featured-excerpt figure .title, .block-hero-home .block-testimonials .featured-box.featured figure .featured-cards > .featured-card .featured-excerpt .title, .block-testimonials .block-hero-home .featured-box.featured figure .featured-cards > .featured-card .featured-excerpt .title, .block-hero-home .block-testimonials .featured-box.slider .featured-cards > .featured-card .featured-excerpt figure .title, .block-testimonials .block-hero-home .featured-box.slider .featured-cards > .featured-card .featured-excerpt figure .title, .block-hero-home .block-testimonials .featured-box.slider figure .featured-cards > .featured-card .featured-excerpt .title, .block-testimonials .block-hero-home .featured-box.slider figure .featured-cards > .featured-card .featured-excerpt .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: #002D56;
  line-height: 1.2;
  text-align: center;
}
.block-hero-home .featured-box .featured-cards > .featured-card .featured-excerpt p {
  font-size: 1rem;
  line-height: 1.5;
}
.block-hero-home .featured-box .featured-cards > .featured-card .btn, .block-hero-home .featured-box .featured-cards > .featured-card .gform_button {
  display: block;
  border: 2px solid #AB6522;
  background: #AB6522;
}
.block-hero-home .featured-box .featured-cards > .featured-card .btn:focus, .block-hero-home .featured-box .featured-cards > .featured-card .gform_button:focus {
  background: transparent;
  color: #AB6522;
}
.block-hero-home .featured-box .featured-cards > .featured-card:hover img {
  transform: scale(1.125);
}
.block-hero-home .featured-box .featured-cards > .featured-card:hover .btn, .block-hero-home .featured-box .featured-cards > .featured-card:hover .gform_button {
  -webkit-animation: pulse 1.5s;
  animation-iteration-count: 1;
}

.block-hero-interior {
  position: relative;
  overflow: hidden;
}
.block-hero-interior.gold .featured-text {
  background: rgba(171, 101, 34, 0.75) !important;
}
.block-hero-interior .featured-box {
  position: relative;
}
.block-hero-interior .featured-box video {
  pointer-events: none;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .block-hero-interior .featured-box video {
    display: none;
  }
}
.block-hero-interior .featured-box.short {
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .block-hero-interior .featured-box.short {
    min-height: 300px;
  }
}
.block-hero-interior .featured-box.medium {
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .block-hero-interior .featured-box.medium {
    min-height: 400px;
  }
}
.block-hero-interior .featured-box.tall {
  min-height: calc(100vh - 125px);
}
@media (max-width: 767.98px) {
  .block-hero-interior .featured-box.tall {
    min-height: 500px;
  }
}
.block-hero-interior .featured-box .featured-text {
  height: 100%;
  width: 100%;
  max-width: 545px;
  padding: 3rem 2rem 3rem 4rem;
  color: #fff;
  position: absolute;
  left: 0;
  text-align: left;
  background: rgba(0, 45, 86, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .block-hero-interior .featured-box .featured-text {
    height: 100%;
    width: 100%;
    padding: 2rem !important;
    text-align: center;
  }
  .block-hero-interior .featured-box .featured-text h1, .block-hero-interior .featured-box .featured-text h2, .block-hero-interior .block-testimonials .featured-box.featured .featured-text figure .title, .block-testimonials .block-hero-interior .featured-box.featured .featured-text figure .title, .block-hero-interior .block-testimonials .featured-box.featured figure .featured-text .title, .block-testimonials .block-hero-interior .featured-box.featured figure .featured-text .title, .block-hero-interior .block-testimonials .featured-box.slider .featured-text figure .title, .block-testimonials .block-hero-interior .featured-box.slider .featured-text figure .title, .block-hero-interior .block-testimonials .featured-box.slider figure .featured-text .title, .block-testimonials .block-hero-interior .featured-box.slider figure .featured-text .title, .block-hero-interior .featured-box .featured-text p {
    max-width: 350px !important;
  }
  .block-hero-interior .featured-box .featured-text img {
    max-width: 200px;
  }
}
.block-hero-interior .featured-box .featured-text h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  opacity: 0;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-delay: 0.25s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 991.98px) {
  .block-hero-interior .featured-box .featured-text h1 {
    font-size: 2.25rem;
  }
}
.block-hero-interior .featured-box .featured-text p, .block-hero-interior .featured-box .featured-text ul {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 991.98px) {
  .block-hero-interior .featured-box .featured-text p, .block-hero-interior .featured-box .featured-text ul {
    font-size: 1rem;
  }
}
.block-hero-interior .featured-box .featured-text .btn, .block-hero-interior .featured-box .featured-text .gform_button {
  display: inline;
  max-width: 250px;
  opacity: 0;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-delay: 0.75s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 991.98px) {
  .block-hero-interior .featured-box .featured-text .btn, .block-hero-interior .featured-box .featured-text .gform_button {
    margin: 0 auto !important;
  }
}

.block-content-two-columns-with-divider {
  position: relative;
}
.block-content-two-columns-with-divider .featured-text-shadow {
  z-index: -1;
  font-family: "Mea Culpa";
  font-family: "Monsieur La Doulaise";
  position: absolute;
  top: -19%;
  right: 10%;
  font-size: 70px;
  color: #F3F3F3;
  opacity: 0.6;
  transform: skewX(-25deg);
  letter-spacing: 0px;
  font-weight: 300 !important;
  color: #d7d7d7;
}
.block-content-two-columns-with-divider .featured-box {
  padding: 50px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .block-content-two-columns-with-divider .featured-box {
    flex-direction: column;
  }
  .block-content-two-columns-with-divider .featured-box .featured-text {
    padding: 0.5rem 2rem !important;
  }
  .block-content-two-columns-with-divider .featured-box .featured-text h1,
.block-content-two-columns-with-divider .featured-box .featured-text h2,
.block-content-two-columns-with-divider .block-testimonials .featured-box.featured .featured-text figure .title,
.block-testimonials .block-content-two-columns-with-divider .featured-box.featured .featured-text figure .title,
.block-content-two-columns-with-divider .block-testimonials .featured-box.featured figure .featured-text .title,
.block-testimonials .block-content-two-columns-with-divider .featured-box.featured figure .featured-text .title,
.block-content-two-columns-with-divider .block-testimonials .featured-box.slider .featured-text figure .title,
.block-testimonials .block-content-two-columns-with-divider .featured-box.slider .featured-text figure .title,
.block-content-two-columns-with-divider .block-testimonials .featured-box.slider figure .featured-text .title,
.block-testimonials .block-content-two-columns-with-divider .featured-box.slider figure .featured-text .title,
.block-content-two-columns-with-divider .featured-box .featured-text h3 {
    line-height: 1.2;
  }
  .block-content-two-columns-with-divider .featured-box .featured-text .featured-text-shadow {
    top: -55%;
    right: 0;
    left: 0;
  }
  .block-content-two-columns-with-divider .featured-box .featured-text:first-child {
    text-align: left !important;
  }
  .block-content-two-columns-with-divider .featured-box .featured-text:first-child:after {
    display: none;
  }
}
.block-content-two-columns-with-divider .featured-box .featured-text {
  flex: 1 0 50%;
  position: relative;
  padding: 2rem;
}
.block-content-two-columns-with-divider .featured-box .featured-text:first-child {
  text-align: right;
}
.block-content-two-columns-with-divider .featured-box .featured-text:first-child:after {
  width: 2px;
  height: calc(100% - 4rem);
  background: #AB6522;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.block-content-two-columns-with-divider .featured-box .featured-text:last-child {
  text-align: left;
}
.block-content-two-columns-with-divider .featured-box .featured-text p {
  font-size: 1rem;
  line-height: 1.5;
}
.block-content-two-columns-with-divider .featured-box .featured-text p:last-child {
  margin-bottom: 0 !important;
}
.block-content-two-columns-with-divider .featured-box .featured-text img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.block-content-two-columns-with-divider .featured-box .featured-text a {
  font-weight: bold;
  color: #272727;
  text-decoration: underline;
}
.block-content-two-columns-with-divider .featured-box .featured-text a:hover {
  text-decoration: none;
}

.acf-block-preview .featured-box {
  opacity: 1 !important;
  /* for editor */
}

.block-content-overlapping-squares {
  margin: 75px 0;
  position: relative;
}
.block-content-overlapping-squares .hide {
  display: none;
}
.block-content-overlapping-squares .featured-box {
  display: flex;
  position: relative;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .block-content-overlapping-squares .featured-box {
    flex-direction: column;
  }
}
.block-content-overlapping-squares .featured-box.isInView {
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 1;
}
@media (min-width: 992px) {
  .block-content-overlapping-squares .featured-box.image-on-right .featured-text {
    order: -1;
  }
}
.block-content-overlapping-squares .featured-box .featured-text {
  padding: 20px 80px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F3F3F3;
}
@media (max-width: 991.98px) {
  .block-content-overlapping-squares .featured-box .featured-text {
    padding: 20px;
  }
}
.block-content-overlapping-squares .featured-box .featured-text .maincollapse {
  transition: 50ms;
}
.block-content-overlapping-squares .featured-box .featured-text .maincollapse.show {
  margin: 1.5rem 0 0;
}
.block-content-overlapping-squares .featured-box .featured-text p {
  font-size: 1rem;
  line-height: 1.5;
}
.block-content-overlapping-squares .featured-box .featured-text p:last-child {
  margin-bottom: 0 !important;
}
.block-content-overlapping-squares .featured-box .featured-text > p:last-of-type {
  margin: 0 !important;
}
.block-content-overlapping-squares .featured-box .featured-text a:not(.btn):not(.gform_button) {
  font-weight: bold;
  color: #272727;
  text-transform: uppercase;
  text-decoration: underline;
}
.block-content-overlapping-squares .featured-box .featured-text a:not(.btn):not(.gform_button):hover {
  text-decoration: none;
}
.block-content-overlapping-squares .featured-box .featured-text .mainplusMinus {
  width: 100%;
  height: 3.313rem;
  background-color: #AB6522 !important;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 4rem;
  margin-top: 1.5rem;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-content-overlapping-squares .featured-box .featured-text .mainplusMinus::after {
  content: "\F067";
  font: normal normal normal 2rem/1 FontAwesome;
  color: #fff;
}
.block-content-overlapping-squares .featured-box .featured-text .mainminusPlus {
  width: 100%;
  height: 3.313rem;
  background-color: #002D56 !important;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 4rem;
  margin-top: 1.5rem;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-content-overlapping-squares .featured-box .featured-text .mainminusPlus::after {
  content: "\F068";
  font: normal normal normal 2rem/1 FontAwesome;
  color: #fff;
}
.block-content-overlapping-squares .featured-box .featured-text .mobileplusMinus, .block-content-overlapping-squares .featured-box .featured-text .mobileminusPlus {
  display: none;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .block-content-overlapping-squares .featured-box .featured-image {
    position: relative;
    flex: 1 0 33%;
  }
  .block-content-overlapping-squares .featured-box .featured-image .banner {
    position: absolute !important;
    background: #AB6522;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    color: #fff;
    line-height: 1.5;
  }
  .block-content-overlapping-squares .featured-box.image-size-small .featured-image {
    margin: -25px 0 0 -50px;
    flex: 1 1 30%;
    text-align: right;
    max-width: 300px;
    height: 300px;
  }
  .block-content-overlapping-squares .featured-box.image-size-small .featured-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .block-content-overlapping-squares .featured-box.image-size-small .featured-image .banner {
    right: 0;
    transform: translate(20%, 25%);
  }
  .block-content-overlapping-squares .featured-box.image-size-small .featured-text {
    width: 725px;
    flex: 1 1 75%;
  }
  .block-content-overlapping-squares .featured-box.image-size-small.image-on-left .featured-image {
    margin: -25px -50px 0 0;
  }
  .block-content-overlapping-squares .featured-box.image-size-medium .featured-image {
    margin: -25px 0 0 -50px;
    text-align: right;
    max-width: 400px;
    height: 400px;
  }
  .block-content-overlapping-squares .featured-box.image-size-medium .featured-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .block-content-overlapping-squares .featured-box.image-size-medium .featured-image .banner {
    right: 0;
    transform: translate(20%, 25%);
  }
  .block-content-overlapping-squares .featured-box.image-size-medium.image-on-left .featured-image {
    margin: -25px -25px 0 0;
  }
  .block-content-overlapping-squares .featured-box.image-size-large .featured-image {
    margin: -25px 0 0 -50px;
    text-align: right;
    max-width: 500px;
    height: 500px;
  }
  .block-content-overlapping-squares .featured-box.image-size-large .featured-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .block-content-overlapping-squares .featured-box.image-size-large .featured-image .banner {
    right: 0;
    transform: translate(20%, 25%);
  }
  .block-content-overlapping-squares .featured-box.image-size-large.image-on-left .featured-image {
    margin: -25px -25px 0 0;
  }
  .block-content-overlapping-squares .featured-box.image-on-left .featured-text {
    padding: 40px 60px 40px 80px;
  }
  .block-content-overlapping-squares .featured-box.image-on-left .banner {
    right: auto !important;
    left: 0;
    transform: translate(-20%, 25%) !important;
  }
}
@media (max-width: 991.98px) {
  .block-content-overlapping-squares .featured-box {
    width: 100%;
    flex: 1 0 33%;
  }
  .block-content-overlapping-squares .featured-box .featured-image {
    order: 0;
  }
  .block-content-overlapping-squares .featured-box .featured-image .banner {
    position: absolute !important;
    background: #AB6522;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    color: #fff;
    line-height: 1.5;
  }
  .block-content-overlapping-squares .featured-box .featured-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 350px;
  }
  .block-content-overlapping-squares .featured-box .image-on-left .banner {
    right: auto !important;
    left: 0;
    transform: translate(-20%, 25%) !important;
  }
  .block-content-overlapping-squares .featured-box .featured-text {
    order: 1;
    width: 100%;
  }
  .block-content-overlapping-squares .featured-box .featured-text .mobileplusMinus {
    width: 100%;
    height: 3.313rem;
    background-color: #AB6522 !important;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 4rem;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-content-overlapping-squares .featured-box .featured-text .mobileplusMinus::after {
    content: "\F067";
    font: normal normal normal 2rem/1 FontAwesome;
    color: #fff;
  }
  .block-content-overlapping-squares .featured-box .featured-text .mobileminusPlus {
    width: 100%;
    height: 3.313rem;
    background-color: #002D56 !important;
    font: normal normal normal 2rem/1 FontAwesome;
    content: "\F068";
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 4rem;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-content-overlapping-squares .featured-box .featured-text .mobileminusPlus::after {
    content: "\F068";
    font: normal normal normal 2rem/1 FontAwesome;
    color: #fff;
  }
}

.block-content-cards .container, .block-content-cards .tribe-events-single, .block-content-cards .woocommerce .content-hold, .woocommerce .block-content-cards .content-hold, .block-content-cards .post-type-archive-resource .content-hold, .post-type-archive-resource .block-content-cards .content-hold, .block-content-cards .type-industry .content-hold, .type-industry .block-content-cards .content-hold, .block-content-cards .post-type-archive-product .content-hold, .post-type-archive-product .block-content-cards .content-hold, .block-content-cards .post-type-archive .content-hold, .post-type-archive .block-content-cards .content-hold, .block-content-cards .blog .content-hold, .blog .block-content-cards .content-hold, .block-content-cards .archive .content-hold, .archive .block-content-cards .content-hold {
  padding: 0 !important;
}
.block-content-cards .featured-box {
  display: flex;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.block-content-cards .featured-box .featured-excerpt {
  flex: 1 1 40%;
  max-height: 325px;
  text-align: center;
  margin: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .block-content-cards .featured-box .featured-excerpt {
    flex: 1 1 100%;
    min-height: 300px;
    max-height: none;
    display: flex;
    margin: 1rem 0;
    flex-direction: column;
  }
}
.block-content-cards .featured-box .featured-excerpt .featured-title {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.block-content-cards .featured-box .featured-excerpt .featured-title h3 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  font-family: "Lusitana", serif;
  filter: drop-shadow(2px 4px 6px #232323);
}
@media (max-width: 991.98px) {
  .block-content-cards .featured-box .featured-excerpt .featured-title h3 {
    font-size: 1.25rem;
  }
}
.block-content-cards .featured-box .featured-excerpt .featured-text {
  position: absolute;
  top: -100%;
  width: 100%;
  min-height: 33%;
  height: 100%;
  z-index: 2;
  padding: 2.5rem;
  transition: 0.3s;
  transition-timing-function: ease-in;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .block-content-cards .featured-box .featured-excerpt .featured-text {
    padding: 1.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
  }
  .block-content-cards .featured-box .featured-excerpt .featured-text h3 {
    line-height: 1;
    text-align: center;
    font-size: 1.5rem !important;
    padding: 0 0 1rem !important;
  }
  .block-content-cards .featured-box .featured-excerpt .featured-text p {
    font-size: 0.9rem !important;
    text-align: center !important;
  }
}
.block-content-cards .featured-box .featured-excerpt .featured-text h3 {
  font-size: 2rem;
  font-family: "Lusitana", serif;
  font-weight: bold;
}
.block-content-cards .featured-box .featured-excerpt .featured-text p {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0;
  filter: drop-shadow(2px 4px 6px #232323);
}
.block-content-cards .featured-box .featured-excerpt .featured-text .btn, .block-content-cards .featured-box .featured-excerpt .featured-text .gform_button {
  margin: 1rem 0 0;
  width: 75%;
  padding: 0.5rem;
}
.block-content-cards .featured-box .featured-excerpt .featured-text .btn:hover, .block-content-cards .featured-box .featured-excerpt .featured-text .gform_button:hover {
  opacity: 1;
}
.block-content-cards .featured-box .featured-excerpt:hover .featured-text, .block-content-cards .featured-box .featured-excerpt:focus .featured-text {
  top: 0;
}
.block-content-cards .featured-box .featured-excerpt:hover .featured-title, .block-content-cards .featured-box .featured-excerpt:focus .featured-title {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .block-content-cards .featured-box .featured-excerpt .featured-text {
    top: 0;
  }
  .block-content-cards .featured-box .featured-excerpt .featured-title {
    display: none;
  }
}
.block-content-cards .featured-box .featured-excerpt .featured-image {
  height: 100%;
}
@media (max-width: 991.98px) {
  .block-content-cards .featured-box .featured-excerpt .featured-image {
    height: 250px;
  }
}
.block-content-cards .featured-box .featured-excerpt .featured-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.block-content-cards .featured-box .featured-excerpt .featured-image video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.recent-news {
  background-color: #F3F3F3;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.recent-news .featured-text {
  text-align: center;
}
.recent-news .featured-text .headerText {
  color: #002D56;
  margin-bottom: 2rem;
}
.recent-news .recent-news-articles {
  transform: translateX(-100px);
  opacity: 0;
}
.recent-news .recent-news-articles.isInView {
  animation-name: slideInLeft;
  animation-timing-function: ease;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.recent-news .recent-news-articles img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 350px;
  height: 215px;
}
.recent-news .recent-news-articles h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.recent-news .recent-news-articles p {
  line-height: 1.5rem;
}
.recent-news .recent-news-articles a {
  text-decoration: underline;
  color: #272727;
}

.logo-box {
  background-color: #F3F3F3;
  padding-bottom: 5rem;
  padding-top: 1rem;
}
.logo-box .logo {
  text-align: center;
}

.dining-learn-more {
  text-align: center;
  background-color: #002D56 !important;
  padding: 4rem 8rem;
}
.dining-learn-more .featured-text h3, .dining-learn-more .featured-text p {
  color: white;
}

.block-photo-gallery {
  flex-wrap: wrap;
}
.block-photo-gallery > a {
  flex: 1 1 25%;
  max-width: 25%;
  overflow: hidden;
  max-height: 200px;
}
.block-photo-gallery > a img {
  padding: 0.25rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.acf-block-preview .floor-plan-block {
  opacity: 1 !important;
  /* for editor */
}

.floor-plans {
  margin: 0 auto 4rem;
}
.floor-plans .floor-plan-block {
  height: 35.5rem;
  margin-bottom: 5rem 0;
  justify-content: space-between;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100px);
  opacity: 0;
  animation-name: slideInUp;
  animation-timing-function: ease;
  animation-duration: 0.8s;
  animation-delay: 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 1.5rem;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .floor-plans .floor-plan-block {
    padding: 1.5rem 0 !important;
  }
}
.floor-plans .floor-plan-block:hover img {
  transform: scale(1.125);
}
.floor-plans .floor-plan-block a {
  display: block;
}
.floor-plans .floor-plan-block a.floor-plan-link {
  height: 3.25rem;
  background-color: #AB6522;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3.2rem;
  color: #fff;
}
.floor-plans .floor-plan-block a.floor-plan-link:focus, .floor-plans .floor-plan-block a.floor-plan-link:hover {
  background: transparent;
  color: #AB6522;
  border: solid 2px #AB6522;
}
.floor-plans .floor-plan-block .btn, .floor-plans .floor-plan-block .gform_button {
  -webkit-animation: pulse 1.5s;
  animation-iteration-count: 1;
}
.floor-plans .floor-plan-block .floor-plan-hero {
  overflow: hidden;
}
.floor-plans .floor-plan-block .floor-plan-hero .hero-image {
  -o-object-fit: contain;
     object-fit: contain;
  /* show as much as psossible */
  -o-object-position: center;
     object-position: center;
  /* Center the image within the element */
  height: 17rem;
  width: 100%;
  overflow: hidden;
  transition: 300ms;
}
.floor-plans .floor-plan-block .floor-plan-content {
  background: url("../images/FloorPlanWatermark.svg") center no-repeat;
  background-size: 65%;
  background-color: #F3F3F3;
  padding: 1.5rem 1.5rem;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.floor-plans .floor-plan-block .floor-plan-content h2, .floor-plans .floor-plan-block .floor-plan-content .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .floor-plans .floor-plan-block .floor-plan-content .title, .floor-plans .floor-plan-block .floor-plan-content .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .floor-plans .floor-plan-block .floor-plan-content .title {
  font-size: 2.25rem;
  color: #002D56;
  line-height: 3rem;
  margin: 1rem 0 1rem 0;
}
.floor-plans .floor-plan-block .floor-plan-content .floor-plan-details {
  color: #272727;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.floor-plans .floor-plan-block .floor-plan-content .floor-plan-details .pipe {
  font-weight: 200;
  color: #AB6522;
}

.block-roobrik p {
  margin: 0;
  line-height: 0;
}

.block-contact-details-map {
  margin: 100px 0;
  min-height: 450px;
}
@media (max-width: 991.98px) {
  .block-contact-details-map {
    margin: 25px 0;
  }
}
.block-contact-details-map form {
  line-height: 1.5;
}
.block-contact-details-map iframe {
  margin-left: -40px;
  max-width: 100% !important;
}
@media (max-width: 991.98px) {
  .block-contact-details-map iframe {
    width: 100%;
    margin: 40px auto 40px !important;
  }
}
.block-contact-details-map .featured-box {
  display: flex;
}
@media (max-width: 991.98px) {
  .block-contact-details-map .featured-box {
    flex-direction: column;
    padding: 0 !important;
  }
}
.block-contact-details-map .featured-box > div {
  flex: 1;
  line-height: 0;
}
.block-contact-details-map .featured-box > div.featured-text {
  max-width: calc(100% / 2.5);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 991.98px) {
  .block-contact-details-map .featured-box > div.featured-text {
    max-width: 100%;
  }
}
.block-contact-details-map .featured-box > div.featured-text address {
  margin: 0;
}
.block-contact-details-map .featured-box > div.featured-text address:before {
  content: "\F3C5";
}
.block-contact-details-map .featured-box > div.featured-text phone:before {
  content: "\F095";
}
.block-contact-details-map .featured-box > div.featured-text > a:before {
  content: "\F0E0";
}
.block-contact-details-map .featured-box > div.featured-text > address, .block-contact-details-map .featured-box > div.featured-text > phone, .block-contact-details-map .featured-box > div.featured-text > a {
  position: relative;
  margin-bottom: 1.25rem;
}
.block-contact-details-map .featured-box > div.featured-text > address:before, .block-contact-details-map .featured-box > div.featured-text > phone:before, .block-contact-details-map .featured-box > div.featured-text > a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -2.5rem;
  font-size: 1.5rem;
  top: -0.5rem;
}
@media (max-width: 991.98px) {
  .block-contact-details-map .featured-box > div.featured-text > address, .block-contact-details-map .featured-box > div.featured-text > phone, .block-contact-details-map .featured-box > div.featured-text > a {
    margin-left: 55px;
    margin-bottom: 20px;
  }
}
.block-contact-details-map .featured-box > div.featured-text > address p, .block-contact-details-map .featured-box > div.featured-text > phone p, .block-contact-details-map .featured-box > div.featured-text > a p {
  margin: 0;
}
.block-contact-details-map .featured-box > div.featured-text .featured-image {
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  .block-contact-details-map .featured-box > div.featured-text .featured-image {
    margin: 0 !important;
  }
}

.acf-block-preview .block-video-embed .featured-box a {
  opacity: 1 !important;
  /* for editor */
}

.block-video-embed .featured-box {
  flex-wrap: wrap;
}
.block-video-embed .featured-box > a {
  flex: 1 1 25%;
  max-width: 25%;
  overflow: hidden;
  opacity: 0;
  min-height: 200px;
}
.block-video-embed .featured-box > a.isInView {
  opacity: 1;
  transition-duration: 600ms;
  transition-timing-function: ease;
}
.block-video-embed .featured-box > a:hover .cta {
  bottom: 4px;
  text-decoration: underline;
}
.block-video-embed .featured-box > a:hover .title {
  top: 100%;
}
.block-video-embed .featured-box > a:hover:after {
  opacity: 0;
}
.block-video-embed .featured-box > a .title {
  font-family: "Raleway", sans-serif;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: bold;
  top: 0;
  left: 0;
  z-index: 2;
  transition-duration: 600ms;
  transition-timing-function: ease;
}
@media (max-width: 767.98px) {
  .block-video-embed .featured-box > a .title {
    font-size: 1rem;
  }
}
.block-video-embed .featured-box > a .cta {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-weight: 400;
  font-size: 1rem;
  bottom: -100%;
  left: 4px;
  right: 4px;
  z-index: 2;
  transition-duration: 400ms;
  transition-timing-function: ease;
}
.block-video-embed .featured-box > a:after {
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 1;
  background: #272727;
  opacity: 0.6;
  transition-duration: 600ms;
  transition-timing-function: ease;
}
@media (max-width: 767.98px) {
  .block-video-embed .featured-box > a {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.block-video-embed .featured-box > a img {
  padding: 0.25rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-careers .container, .block-careers .tribe-events-single, .block-careers .woocommerce .content-hold, .woocommerce .block-careers .content-hold, .block-careers .post-type-archive-resource .content-hold, .post-type-archive-resource .block-careers .content-hold, .block-careers .type-industry .content-hold, .type-industry .block-careers .content-hold, .block-careers .post-type-archive-product .content-hold, .post-type-archive-product .block-careers .content-hold, .block-careers .post-type-archive .content-hold, .post-type-archive .block-careers .content-hold, .block-careers .blog .content-hold, .blog .block-careers .content-hold, .block-careers .archive .content-hold, .archive .block-careers .content-hold {
  padding-left: 0;
  padding-right: 0;
}
.block-careers .featured-excerpt {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #F3F3F3;
}

faq {
  margin-top: 1rem;
  display: block;
}
faq .plusMinus {
  width: 100%;
  background-color: #AB6522 !important;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
faq .plusMinus::after {
  content: "\F067";
  font: normal normal normal 2rem/1 FontAwesome;
  color: #fff;
}
faq .minusPlus {
  width: 100%;
  background-color: #002D56 !important;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
faq .minusPlus::after {
  content: "\F068";
  font: normal normal normal 2rem/1 FontAwesome;
  color: #fff;
}

.wp-block-media-text__content, .wp-block-media-text__media {
  padding: 0 4%;
}

.is-image-fill .wp-block-media-text__media {
  margin: 0 4%;
}

.block-editor-block-list__block.is-style-bg-with-overlay, .block-editor-block-list__block.is-style-bg-with-overlay-wide {
  opacity: 1 !important;
}
.block-editor-block-list__block.is-style-bg-with-overlay .wp-block-media-text__media, .block-editor-block-list__block.is-style-bg-with-overlay-wide .wp-block-media-text__media {
  position: absolute !important;
  height: 100% !important;
}
.block-editor-block-list__block.is-style-bg-with-overlay .wp-block-media-text__content, .block-editor-block-list__block.is-style-bg-with-overlay-wide .wp-block-media-text__content {
  padding: 2rem !important;
  font-size: 0.8rem !important;
}

.is-style-bg-with-overlay {
  position: relative;
  display: flex;
  min-height: 400px;
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 0;
}
.is-style-bg-with-overlay.isInView {
  opacity: 1;
}
.is-style-bg-with-overlay.gold:before {
  background: rgba(171, 101, 34, 0.85) !important;
}
.is-style-bg-with-overlay:before {
  content: "";
  background: rgba(0, 45, 86, 0.85);
  top: 0;
  left: 60%;
  height: 100%;
  width: 40%;
  position: absolute;
  z-index: 1;
  transition: 1s;
}
@media (max-width: 767.98px) {
  .is-style-bg-with-overlay:before {
    display: none !important;
  }
}
.is-style-bg-with-overlay.has-media-on-the-right:before {
  left: 0;
}
.is-style-bg-with-overlay.has-media-on-the-right .wp-block-media-text__content {
  padding: 4rem 2rem 4rem 5%;
  margin: 0;
}
.is-style-bg-with-overlay .wp-block-media-text__content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* text-align: right; */
  position: relative;
  width: 40%;
  margin-left: 60%;
  padding: 4rem 5% 4rem 2rem;
  color: #fff;
  z-index: 2;
}
.is-style-bg-with-overlay .wp-block-media-text__content a {
  color: #fff;
}
.is-style-bg-with-overlay .wp-block-media-text__content p:last-child {
  margin: 0;
}
.is-style-bg-with-overlay .wp-block-media-text__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .is-style-bg-with-overlay .wp-block-media-text__media {
    order: 2;
  }
}
.is-style-bg-with-overlay .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  .is-style-bg-with-overlay {
    display: flex !important;
    flex-direction: column;
  }
  .is-style-bg-with-overlay .wp-block-media-text__content {
    position: relative !important;
    padding: 2rem !important;
    background: #002d56;
    margin: 0;
    width: 100%;
  }
  .is-style-bg-with-overlay .wp-block-media-text__media {
    position: relative;
  }
}
.is-style-bg-with-overlay:hover:before {
  background: #002d56;
}

.is-style-bg-with-overlay-wide {
  position: relative;
  display: flex;
  min-height: 400px;
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 0;
}
.is-style-bg-with-overlay-wide.isInView {
  opacity: 1;
}
.is-style-bg-with-overlay-wide.gold:before {
  background: rgba(171, 101, 34, 0.85) !important;
}
.is-style-bg-with-overlay-wide:before {
  content: "";
  background: rgba(0, 45, 86, 0.85);
  top: 0;
  left: 40%;
  height: 100%;
  width: 60%;
  position: absolute;
  z-index: 1;
  transition: 1s;
}
@media (max-width: 767.98px) {
  .is-style-bg-with-overlay-wide:before {
    display: none;
  }
}
.is-style-bg-with-overlay-wide.has-media-on-the-right:before {
  left: 0;
}
.is-style-bg-with-overlay-wide.has-media-on-the-right .wp-block-media-text__content {
  padding: 4rem 2rem 4rem 5%;
  margin: 0;
}
.is-style-bg-with-overlay-wide .wp-block-media-text__content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* text-align: right; */
  position: relative;
  width: 60%;
  margin-left: 40%;
  padding: 4rem 5% 4rem 2rem;
  color: #fff;
  z-index: 2;
}
.is-style-bg-with-overlay-wide .wp-block-media-text__content a {
  color: #fff;
}
.is-style-bg-with-overlay-wide .wp-block-media-text__content p:last-child {
  margin: 0;
}
.is-style-bg-with-overlay-wide .wp-block-media-text__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.is-style-bg-with-overlay-wide .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  .is-style-bg-with-overlay-wide {
    display: flex !important;
    flex-direction: column;
  }
  .is-style-bg-with-overlay-wide .wp-block-media-text__content {
    position: relative !important;
    padding: 2rem !important;
    background: #002d56;
    margin: 0;
    width: 100%;
  }
  .is-style-bg-with-overlay-wide .wp-block-media-text__media {
    position: relative;
  }
}
.is-style-bg-with-overlay-wide:hover:before {
  background: #002d56;
}

.block-testimonials .container, .block-testimonials .tribe-events-single, .block-testimonials .woocommerce .content-hold, .woocommerce .block-testimonials .content-hold, .block-testimonials .post-type-archive-resource .content-hold, .post-type-archive-resource .block-testimonials .content-hold, .block-testimonials .type-industry .content-hold, .type-industry .block-testimonials .content-hold, .block-testimonials .post-type-archive-product .content-hold, .post-type-archive-product .block-testimonials .content-hold, .block-testimonials .post-type-archive .content-hold, .post-type-archive .block-testimonials .content-hold, .block-testimonials .blog .content-hold, .blog .block-testimonials .content-hold, .block-testimonials .archive .content-hold, .archive .block-testimonials .content-hold {
  max-width: 1140px;
}
.block-testimonials .tns-outer [aria-controls],
.block-testimonials .tns-outer [data-action] {
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  border-color: #fff;
  margin: 0 2px;
  width: 20px;
  border: none;
  background: #AB6522;
  height: 10px;
  opacity: 0.5;
  transition: 300ms;
  cursor: pointer !important;
}
.block-testimonials .tns-outer [aria-controls]:hover,
.block-testimonials .tns-outer [data-action]:hover {
  opacity: 0.8;
}
.block-testimonials .testimonials-controls {
  width: 150px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 99;
}
.block-testimonials .testimonials-controls .prev, .block-testimonials .testimonials-controls .next {
  transition: 300ms;
  cursor: pointer !important;
}
.block-testimonials .testimonials-controls .prev {
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9IiNBQjY1MjIiIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+Cg==") no-repeat 50%/100% 100%;
  display: inline-block;
  opacity: 0.5;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.block-testimonials .testimonials-controls .prev:hover {
  opacity: 0.8;
}
.block-testimonials .testimonials-controls .next {
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9IiNBQjY1MjIiIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==") no-repeat 50%/100% 100%;
  display: inline-block;
  opacity: 0.5;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.block-testimonials .testimonials-controls .next:hover {
  opacity: 0.8;
}
.block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.slider figure .title {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #002D56;
  border-right: solid 2px #AB6522;
  font-size: 2.75rem;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.slider figure .title {
    font-size: 2rem;
  }
}
.block-testimonials .featured-box.featured figure .title .inner-title, .block-testimonials .featured-box.slider figure .title .inner-title {
  position: relative;
  min-height: 225px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.block-testimonials .featured-box.featured figure .title .inner-title, .block-testimonials .featured-box.slider figure .title .inner-title {
  min-height: auto;
  width: 100%;
}
.block-testimonials .featured-box.featured figure .title svg, .block-testimonials .featured-box.slider figure .title svg {
  position: absolute;
  left: -35px;
  top: -70px;
  opacity: 0.1;
  transform: scale(-1);
}
.block-testimonials .featured-box.featured figure .title svg, .block-testimonials .featured-box.slider figure .title svg {
  width: 200px;
  height: 200px;
  transform: scale(-1) translateY(50%);
  position: absolute;
  top: 0;
  left: 0;
  fill: #AB6522;
  opacity: 0.3;
  z-index: 1;
}
.block-testimonials .featured-box.featured figure:nth-child(2n), .block-testimonials .featured-box.slider figure:nth-child(2n) {
  background: #F3F3F3;
}
.block-testimonials .featured-box.featured figure[data-type=video] figure, .block-testimonials .featured-box.slider figure[data-type=video] figure {
  cursor: pointer;
  text-align: center;
}
.block-testimonials .featured-box.featured figure[data-type=video] figure .inner-figure, .block-testimonials .featured-box.slider figure[data-type=video] figure .inner-figure {
  position: relative;
  display: flex;
  justify-content: center;
}
.block-testimonials .featured-box.featured figure[data-type=video] figure .inner-figure img, .block-testimonials .featured-box.slider figure[data-type=video] figure .inner-figure img {
  max-width: 100%;
  height: auto;
}
.block-testimonials .featured-box.featured figure[data-type=video] figure .inner-figure svg, .block-testimonials .featured-box.slider figure[data-type=video] figure .inner-figure svg {
  position: absolute;
  max-width: 125px;
  max-height: 125px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .block-testimonials .featured-box.featured figure[data-type=video] figure .inner-figure svg, .block-testimonials .featured-box.slider figure[data-type=video] figure .inner-figure svg {
    max-width: 100px;
    max-height: 100px;
  }
}
.block-testimonials .featured-box.featured figure[data-type=video] figure .inner-figure svg path, .block-testimonials .featured-box.slider figure[data-type=video] figure .inner-figure svg path {
  fill: #fff;
}
@media (max-width: 991.98px) {
  .block-testimonials .featured-box.text-listing figure {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.block-testimonials .featured-box.text-listing figure .featured-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .block-testimonials .featured-box.text-listing figure .featured-image img {
    margin: 0 0 2rem;
  }
}
.block-testimonials .featured-box.text-listing figure:nth-child(2n) {
  background: #F3F3F3;
}
.block-testimonials .featured-box.text-listing figure cite:before {
  content: "\2014";
}
@media (max-width: 991.98px) {
  .block-testimonials .featured-box.video-listing figure {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.block-testimonials .featured-box.video-listing figure .featured-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .block-testimonials .featured-box.video-listing figure .featured-image img {
    margin: 0 0 2rem;
  }
}
.block-testimonials .featured-box.video-listing figure[data-type=video] figure {
  cursor: pointer;
  text-align: center;
}
.block-testimonials .featured-box.video-listing figure[data-type=video] figure .inner-figure {
  position: relative;
  display: flex;
  justify-content: center;
}
.block-testimonials .featured-box.video-listing figure[data-type=video] figure .inner-figure img {
  max-width: 100%;
  height: auto;
}
.block-testimonials .featured-box.video-listing figure[data-type=video] figure .inner-figure svg {
  position: absolute;
  max-width: 125px;
  max-height: 125px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .block-testimonials .featured-box.video-listing figure[data-type=video] figure .inner-figure svg {
    max-width: 100px;
    max-height: 100px;
  }
}
.block-testimonials .featured-box.video-listing figure[data-type=video] figure .inner-figure svg path {
  fill: #fff;
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row {
  margin: 0 0 4rem;
}
@media (min-width: 768px) {
  .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row {
    width: 50%;
    max-width: calc(50% - 1rem);
    margin: 0 0.5rem 1rem;
    border: 1px solid var(--tec-color-border-events-bar);
  }
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-featured-image-wrapper {
  margin: 0 0 var(--tec-spacer-1);
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .btn, .tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description .gform_button {
  margin: var(--tec-spacer-1) 0 1.25rem;
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag > time {
  height: auto !important;
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag > time span {
  font-size: 1.25rem;
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag > time span:last-child {
  font-size: 2.5rem;
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag .social-share:before {
  content: "SHARE";
  color: var(--tec-color-text-secondary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag .social-share svg {
  max-width: 50px;
  height: auto;
  transition-timing-function: ease;
  transition-duration: 400ms;
}
.tribe-events.tribe-events-view--list .tribe-events-calendar-list > .tribe-common-g-row > .tribe-events-calendar-list__event-date-tag .social-share svg:hover {
  max-width: 60px;
}

.tribe-events-single.isInView .single-content {
  opacity: 1;
}
.tribe-events-single.isInView .form-pad {
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
}
.tribe-events-single ul.tribe-related-events li {
  max-width: 225px;
}
.tribe-events-single .single-content {
  opacity: 0.4;
  transition-timing-function: ease;
  transition-duration: 1s;
}
.tribe-events-single .single-content .tribe-events-event-image img {
  max-width: 100%;
  height: auto;
}
.tribe-events-single .single-content .social-share {
  list-style: none;
}
.tribe-events-single .single-content .social-share:before {
  width: 100%;
  content: "SHARE";
  color: var(--tec-color-text-secondary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
.tribe-events-single .single-content .social-share svg {
  max-width: 50px;
  height: auto;
  transition-timing-function: ease;
  transition-duration: 400ms;
}
.tribe-events-single .single-content .social-share svg:hover {
  max-width: 60px;
}
.tribe-events-single .form-pad {
  border: solid 8px #F3F3F3;
  margin-left: 150px;
  opacity: 0.4;
  transition-timing-function: ease;
  transition-delay: 100ms;
  transition-duration: 1s;
}
.tribe-events-single .form-pad .heading h2, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading .title, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading .title {
  line-height: 1.25;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.tribe-events-single .form-pad .heading h2 small, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.featured figure .title small, .block-testimonials .featured-box.featured figure .tribe-events-single .form-pad .heading .title small, .tribe-events-single .form-pad .heading .block-testimonials .featured-box.slider figure .title small, .block-testimonials .featured-box.slider figure .tribe-events-single .form-pad .heading .title small, .tribe-events-single .single-content .block-testimonials .featured-box.featured figure .form-pad .heading .title small, .tribe-events-single .single-content .block-testimonials .featured-box.slider figure .form-pad .heading .title small {
  font-size: 1.25rem !important;
}
.block-accordions .featured-box .featured-excerpt .featured-title {
  color: #272727;
  border: solid 2px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.block-accordions .featured-box .featured-excerpt .featured-title .featured-image svg {
  display: block;
  margin: auto;
  width: 20px;
  height: auto;
  transition-timing-function: ease;
  transition-duration: 0.25s;
}
@media (max-width: 991.98px) {
  .block-accordions .featured-box .featured-excerpt .featured-title .featured-image {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .block-accordions .featured-box .featured-excerpt .featured-title .featured-image svg {
    width: 20px;
  }
}
.block-accordions .featured-box .featured-excerpt .featured-title h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-size: 1.125rem;
  line-height: 1.25;
  transition-timing-function: ease;
  transition-duration: 0.25s;
}
.block-accordions .featured-box .featured-excerpt .featured-title[aria-expanded=true] {
  border: solid 2px;
}
.block-accordions .featured-box .featured-excerpt .featured-title[aria-expanded=true] .featured-image svg {
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  .block-accordions .featured-box .featured-excerpt .featured-text .content-wrapper {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.block-accordions .featured-box .featured-excerpt .featured-text .close {
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: underline;
}
.block-accordions .featured-box .featured-excerpt .featured-text .close:hover {
  text-decoration: none;
}

.block-bios .featured-figure {
  flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
}
@media (max-width: 991.98px) {
  .block-bios .featured-figure {
    flex: 1 1 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media (max-width: 767.98px) {
  .block-bios .featured-figure {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.block-bios .featured-figure .featured-image[data-max-height="100"] img {
  max-height: 100px;
}
.block-bios .featured-figure .featured-image[data-max-height="125"] img {
  max-height: 125px;
}
.block-bios .featured-figure .featured-image[data-max-height="150"] img {
  max-height: 150px;
}
.block-bios .featured-figure .featured-image[data-max-height="175"] img {
  max-height: 175px;
}
.block-bios .featured-figure .featured-image[data-max-height="200"] img {
  max-height: 200px;
}
.block-bios .featured-figure .featured-image[data-max-height="225"] img {
  max-height: 225px;
}
.block-bios .featured-figure .featured-image[data-max-height="250"] img {
  max-height: 250px;
}
.block-bios .featured-figure .featured-image[data-max-height="275"] img {
  max-height: 275px;
}
.block-bios .featured-figure .featured-image[data-max-height="300"] img {
  max-height: 300px;
}
.block-bios .featured-figure .featured-image[data-max-height="325"] img {
  max-height: 325px;
}
.block-bios .featured-figure .featured-image[data-max-height="350"] img {
  max-height: 350px;
}
.block-bios .featured-figure .featured-image[data-max-height="375"] img {
  max-height: 375px;
}
.block-bios .featured-figure .featured-image[data-max-height="400"] img {
  max-height: 400px;
}
.block-bios .featured-figure .featured-image[data-max-height="425"] img {
  max-height: 425px;
}
.block-bios .featured-figure .featured-image[data-max-height="450"] img {
  max-height: 450px;
}
.block-bios .featured-figure .featured-image[data-max-height="475"] img {
  max-height: 475px;
}
.block-bios .featured-figure .featured-image[data-max-height="500"] img {
  max-height: 500px;
}
.block-bios .featured-figure .featured-image[data-object-fit=contain] img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.block-bios .featured-figure .featured-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/3;
}
.block-bios .featured-figure .featured-text h3 {
  line-height: 1.2;
}
.block-bios .featured-figure .featured-text h3 small {
  font-size: 1rem;
}

.bio-post figure img {
  height: auto;
}

/** Partials */
/**
 * Header Styles
 */
header[aria-label=navigations] {
  z-index: 9;
}
header[aria-label=navigations].position-sticky {
  top: 0;
  background: #fff;
}
header[aria-label=navigations] .dynamic-banner {
  background: #AB6522;
  padding: 0.25rem 1rem;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
header[aria-label=navigations] .dynamic-banner .notice {
  flex: 1;
}
@media (max-width: 991.98px) {
  header[aria-label=navigations] .dynamic-banner .notice:nth-child(3) {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  header[aria-label=navigations] .dynamic-banner .notice:nth-child(2) {
    display: none !important;
  }
}
header[aria-label=navigations] .dynamic-banner p {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  margin: 0 !important;
}
header[aria-label=navigations] .dynamic-banner p a {
  transition-duration: 0s;
  text-decoration: underline;
  color: #fff;
}
header[aria-label=navigations] .dynamic-banner p a:hover {
  text-decoration: none;
}

.banner {
  z-index: 5;
}

@media (max-width: 767.98px) {
  .banner .container .navbar-toggler, .banner .woocommerce .content-hold .navbar-toggler, .woocommerce .banner .content-hold .navbar-toggler, .banner .post-type-archive-resource .content-hold .navbar-toggler, .post-type-archive-resource .banner .content-hold .navbar-toggler, .banner .type-industry .content-hold .navbar-toggler, .type-industry .banner .content-hold .navbar-toggler, .banner .post-type-archive-product .content-hold .navbar-toggler, .post-type-archive-product .banner .content-hold .navbar-toggler, .banner .post-type-archive .content-hold .navbar-toggler, .post-type-archive .banner .content-hold .navbar-toggler, .banner .blog .content-hold .navbar-toggler, .blog .banner .content-hold .navbar-toggler, .banner .archive .content-hold .navbar-toggler, .archive .banner .content-hold .navbar-toggler, .banner .tribe-events-single .navbar-toggler {
    order: 2;
  }
  .banner .container .navbar-brand, .banner .woocommerce .content-hold .navbar-brand, .woocommerce .banner .content-hold .navbar-brand, .banner .post-type-archive-resource .content-hold .navbar-brand, .post-type-archive-resource .banner .content-hold .navbar-brand, .banner .type-industry .content-hold .navbar-brand, .type-industry .banner .content-hold .navbar-brand, .banner .post-type-archive-product .content-hold .navbar-brand, .post-type-archive-product .banner .content-hold .navbar-brand, .banner .post-type-archive .content-hold .navbar-brand, .post-type-archive .banner .content-hold .navbar-brand, .banner .blog .content-hold .navbar-brand, .blog .banner .content-hold .navbar-brand, .banner .archive .content-hold .navbar-brand, .archive .banner .content-hold .navbar-brand, .banner .tribe-events-single .navbar-brand {
    min-height: 50px;
    padding: 0 0.5rem;
  }
}

.navbar {
  padding: 0;
}
@media (min-width: 992px) {
  .navbar {
    padding: 0 1rem;
  }
}

.navbar-brand {
  display: flex;
}
.navbar-brand img {
  transition-duration: 700ms;
  transition-timing-function: ease;
  max-width: 200px;
  width: 100%;
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .navbar-brand {
    display: block;
    padding: 0 1rem;
    margin: auto;
  }
  .navbar-brand img {
    padding: 1rem;
  }
}
.navbar-brand g#Logo_Icon .st0 {
  fill: #fff;
}
.navbar-brand .branded {
  padding-left: 1.5rem;
  color: #ffffff;
  font-size: 2.25rem;
  letter-spacing: 1px;
  line-height: 1.5;
}
.navbar-brand .branded em {
  font-style: normal;
}
.navbar-collapse:not(.show) {
  display: none;
}

#utility-nav {
  min-height: 40px;
}
#utility-nav .search-mag label {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  color: #fff;
  margin: 0 1.5rem;
  font-weight: 700;
  font-size: 0.8rem;
}
#utility-nav .search-mag label svg {
  width: 18px;
  transition: 300ms;
  stroke: #fff;
  fill: #fff;
  margin: 0 0.5rem 0 0;
}
#utility-nav .search-mag:hover label {
  text-decoration: underline;
}
#utility-nav .search-mag:hover label svg {
  width: 20px;
}

.utility .utility-hold .comm-phone {
  color: #fff !important;
  font-weight: bold !important;
  font-family: sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  padding: 0.25rem 0;
  letter-spacing: 1px;
}
.utility .utility-hold .search-holder .form-control {
  min-width: 330px;
}
@media (min-width: 768px) {
  .utility .utility-hold .utility-nav .nav li:first-child .nav-link {
    padding-left: 0;
  }
  .utility .utility-hold .utility-nav .nav li:last-child .nav-link {
    padding-right: 0;
  }
}
.utility .utility-hold .utility-nav .nav li .nav-link {
  font-weight: 700;
  font-size: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.utility .utility-hold .utility-nav .nav li .nav-link:hover {
  text-decoration: underline;
}
.utility .utility-hold .utility-nav .btn, .utility .utility-hold .utility-nav .gform_button {
  margin-left: 2rem;
  height: 2.75rem;
  font-size: 0.8rem !important;
}
.utility .utility-hold .utility-nav .dropdown-toggle, .utility .utility-hold .utility-nav .btn-secondary, .utility .utility-hold .utility-nav .gform_button {
  border: 1px solid #AB6522 !important;
}
.utility .utility-hold .utility-nav .dropdown-toggle::after, .utility .utility-hold .utility-nav .btn-secondary::after, .utility .utility-hold .utility-nav .gform_button::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F078" !important;
  /* the desired FontAwesome icon */
  vertical-align: 0;
  /* to center vertically */
}
.utility .utility-hold .utility-nav .dropdown-toggle:hover, .utility .utility-hold .utility-nav .dropdown-toggle:active, .utility .utility-hold .utility-nav .dropdown-toggle:focus, .utility .utility-hold .utility-nav .btn-secondary:hover, .utility .utility-hold .utility-nav .gform_button:hover, .utility .utility-hold .utility-nav .btn-secondary:active, .utility .utility-hold .utility-nav .gform_button:active, .utility .utility-hold .utility-nav .btn-secondary:focus, .utility .utility-hold .utility-nav .gform_button:focus {
  background: white !important;
  color: #AB6522 !important;
  border: 1px solid #AB6522 !important;
}
.utility .utility-hold .utility-nav .dropdown-menu {
  min-width: 9rem;
  text-align: center;
}
.utility .utility-hold .utility-nav .dropdown-menu .dropdown-item {
  color: #002D56;
  font-size: 0.8rem;
  padding: 0.5rem;
  margin: 0;
  line-height: 1;
  text-align: left;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.utility .utility-hold .utility-nav .dropdown-menu .dropdown-item em {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
.utility .utility-hold .utility-nav .dropdown-menu .dropdown-item:hover {
  background: #002D56;
  color: white;
}
.utility .utility-hold .show .dropdown-toggle::after {
  content: "\F077" !important;
}

/**
 * Footer 1
 */
footer {
  background: #002D56;
}
footer .gform_required_legend {
  font-style: italic;
  font-size: small;
}
footer .footer-main {
  background: #002D56;
  color: white;
}
footer .footer-main a {
  color: white;
  text-decoration: underline;
}
footer .footer-main a:hover {
  text-decoration: none !important;
}
footer .footer-main ul {
  margin: 0 0 2rem;
}
footer .footer-main ul, footer .footer-main li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: block !important;
}
footer .footer-main li {
  margin-bottom: -0.5rem;
}
footer .footer-main .Social {
  max-width: 320px;
}
footer .footer-main .Social h5 {
  margin-bottom: 1rem;
}
footer .footer-main .Social li {
  margin-bottom: 0;
  transition: 100ms;
  flex: 0 1 calc(80% / 4);
  margin: 2%;
  aspect-ratio: 1;
}
footer .footer-main .Social li [title^=Facebook] {
  font-size: 0;
  background: url("/app/themes/sterling/resources/assets/images/Facebook-White.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-main .Social li [title^=Twitter] {
  font-size: 0;
  background: url("/app/themes/sterling/resources/assets/images/Twitter-White.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-main .Social li [title^=Instagram] {
  font-size: 0;
  background: url("/app/themes/sterling/resources/assets/images/Instagram-White.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-main .Social li [title^=Pinterest] {
  font-size: 0;
  background: url("/app/themes/sterling/resources/assets/images/Pinterest-White.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-main .Social li [title^=YouTube] {
  font-size: 0;
  background: url("/app/themes/sterling/resources/assets/images/YouTube-Icon.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-main .Social li [title^=LinkedIn] {
  font-size: 0;
  background: url("/app/themes/sterling/resources/assets/images/LinkedIn-Icon.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-main .Social li:hover {
  opacity: 0.8;
}
footer .footer-main .footer-locations {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  footer .footer-main .footer-locations {
    padding: 0 1rem 2rem;
  }
}
footer .footer-main .footer-locations .nav-link {
  padding: 0.25rem 0rem;
}
footer .footer-main .footer-signup {
  background: #F3F3F3;
  padding: 1rem 2rem;
}
footer .footer-main .footer-signup h5 {
  text-transform: uppercase;
}
footer .footer-main .footer-signup .footer-form label {
  color: #272727;
  margin-bottom: -0.5rem;
}
footer .footer-main .footer-signup .footer-form .gform_body {
  position: relative;
  top: -1.5rem;
}
footer .footer-main .footer-signup .footer-form .gform_body .gform_fields .gfield--width-half {
  max-width: 48%;
}
footer .footer-main .footer-signup .footer-form .gform_body .gform_fields .gfield--width-half:nth-child(even) {
  margin-left: 2%;
}
footer .footer-main .footer-signup .footer-form .form-control {
  color: #272727 !important;
  font-size: 1rem;
}
footer .footer-main .footer-signup .footer-form .gform_button {
  max-width: 225px;
}
footer .footer-main .footer-signup .footer-form .gform_footer {
  text-align: right;
}
footer .footer-main .footer-signup .footer-form .gform_confirmation_message {
  color: #272727 !important;
}
footer .footer-main .footer-copyright {
  margin-top: 3rem;
  text-align: center;
}
footer .footer-main .footer-copyright a {
  text-decoration: underline;
}

.facetwp-counter {
  display: none;
}

.hero-header-carousel {
  z-index: 0;
}
.hero-header-carousel .accent-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-header-carousel .accent-img {
    -o-object-position: right center;
       object-position: right center;
  }
}
.hero-header-carousel figure > div {
  z-index: 1;
  height: 320px !important;
}
.hero-header-carousel figure .carousel-header {
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .hero-header-carousel figure .carousel-header {
    max-width: 90%;
  }
}
.hero-header-carousel figure .carousel-indicators {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  list-style: none;
}
.hero-header-carousel figure .carousel-indicators li {
  width: 11px;
  height: 11px;
}
.hero-header-carousel .carousel {
  top: 0;
  bottom: 0;
  z-index: 0;
}
.hero-header-carousel .carousel-item {
  max-height: 480px;
}
.hero-header-carousel .carousel-item .bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero-header-carousel .carousel-item.zoom-enabled .bg-img {
  animation: zoom-in-zoom-out 36s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
.hero-header-carousel .carousel-item article {
  z-index: 3;
}
.floorplan-hero {
  height: 500px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .floorplan-hero {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .floorplan-hero .tns-item {
    height: 100%;
  }
}
.floorplan-hero .tns-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 500px;
}

.tns-nav {
  margin: 0 auto;
  text-align: center;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  border-color: #1f1f1f;
  margin: 0 2px;
  width: 20px;
}
.tns-outer [aria-controls].tns-nav-active,
.tns-outer [data-action].tns-nav-active {
  background: #1f1f1f;
}

@media (max-width: 991.98px) {
  .floorplan-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }
}
.tns-outer {
  max-width: 1200px;
  margin: auto;
}
.tns-outer button:focus {
  width: 25px;
  height: 10px;
}

.floorplan-controls .prev {
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9IiNBQjY1MjIiIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+Cg==") no-repeat 50%/100% 100%;
  display: inline-block;
  opacity: 0.5;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.floorplan-controls .next {
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9IiNBQjY1MjIiIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==") no-repeat 50%/100% 100%;
  display: inline-block;
  opacity: 0.5;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.floorplan-title {
  padding-top: 3rem;
}
.floorplan-title h2, .floorplan-title .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .floorplan-title .title, .floorplan-title .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .floorplan-title .title, .floorplan-title .tribe-events-single .single-content h2, .tribe-events-single .single-content .floorplan-title h2 {
  line-height: 1.125;
}
.floorplan-title h2:after, .floorplan-title .block-testimonials .featured-box.featured figure .title:after, .block-testimonials .featured-box.featured figure .floorplan-title .title:after, .floorplan-title .block-testimonials .featured-box.slider figure .title:after, .block-testimonials .featured-box.slider figure .floorplan-title .title:after, .floorplan-title .tribe-events-single .single-content h2:after, .tribe-events-single .single-content .floorplan-title h2:after {
  content: "";
  display: block;
  border-bottom: 9px solid #002D56;
  width: 100px;
  margin: 8px 0 30px;
}
.floorplan-title .floorplan-stats {
  margin: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .floorplan-title .floorplan-stats {
    text-align: left;
  }
  .floorplan-title .floorplan-stats > div {
    display: flex;
    align-items: baseline;
    padding: 0 !important;
  }
  .floorplan-title .floorplan-stats > div p {
    padding: 0 !important;
  }
}
.floorplan-title .floorplan-stats [class^=col-],
.floorplan-title .floorplan-stats .floorplan-stats [class*=col-] {
  border-right: 1px solid #002D56;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .floorplan-title .floorplan-stats [class^=col-],
.floorplan-title .floorplan-stats .floorplan-stats [class*=col-] {
    border-right: 0;
  }
}
.floorplan-title .floorplan-stats [class^=col-]:last-of-type,
.floorplan-title .floorplan-stats .floorplan-stats [class*=col-]:last-of-type {
  border-right: 0;
}
.floorplan-title .floorplan-stats h4 {
  margin: 10px 0 0;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .floorplan-title .floorplan-stats h4 {
    line-height: 0;
    float: left;
    margin: 0;
  }
}
.floorplan-title .floorplan-stats p {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #002D56;
}
@media (max-width: 991.98px) {
  .floorplan-title .floorplan-stats p {
    margin: 10px 10px;
    padding-left: 4rem;
  }
}

.floorPlanPost {
  background-color: #F3F3F3;
  padding-bottom: 3rem;
}
.floorPlanPost header {
  position: relative;
}
.floorPlanPost .virtual-tour {
  text-align: center;
  margin-bottom: 3rem;
}
.floorPlanPost .virtual-tour .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.floorPlanPost .virtual-tour .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

plans {
  display: block;
  margin: 0 0 100px;
}
plans .floor-plans {
  text-align: center;
}
plans img {
  max-width: 100%;
  height: auto;
}

contact .floorplanContact h3 {
  padding: 2rem 1rem 0;
  color: #002D56;
  background: #fff;
  margin: 0;
  text-align: center;
}
contact .floorplanContact .alert-danger {
  margin-bottom: 0 !important;
}
contact .floorplanContact p {
  margin: 0;
  background: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
}
contact .floorplanContact form {
  padding: 1rem 2rem 2rem;
  background: #fff;
  border-top: none;
}
contact .floorplanContact form label {
  margin: 0;
}
contact .floorplanContact form input,
contact .floorplanContact form select,
contact .floorplanContact form textarea {
  background: #F3F3F3;
  font-size: 1rem;
}
contact .floorplanContact form .custom-file-label::after {
  color: #1f1f1f;
}
contact .floorplanContact form .gform_validation_container {
  position: absolute;
  left: -9999px;
}
contact .floorplanContact .gform_footer {
  display: flex;
  justify-content: flex-end;
}
contact .floorplanContact .gform_confirmation_message {
  background: #fff;
  padding: 2rem;
}
contact .floorplanContact .form-control {
  color: #272727 !important;
}
contact .floorplanContact .gfield_required_asterisk {
  color: #C6203E;
}
contact .floorplanContact .topfield {
  float: left;
  clear: left;
  width: 100%;
}
contact .floorplanContact .comments {
  clear: both;
}

.blog-posts {
  padding-bottom: 3rem;
}
.blog-posts .featured-text {
  text-align: center;
}
.blog-posts .featured-text .headerText {
  color: #002D56;
  margin-bottom: 2rem;
}
.blog-posts .blog-posts-articles .blog-post {
  margin-bottom: 2rem;
}
.blog-posts .blog-posts-articles img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 350px;
  height: 215px;
}
.blog-posts .blog-posts-articles h2, .blog-posts .blog-posts-articles .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .blog-posts .blog-posts-articles .title, .blog-posts .blog-posts-articles .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .blog-posts .blog-posts-articles .title {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Lusitana, serif;
}
.blog-posts .blog-posts-articles h2 a, .blog-posts .blog-posts-articles .block-testimonials .featured-box.featured figure .title a, .block-testimonials .featured-box.featured figure .blog-posts .blog-posts-articles .title a, .blog-posts .blog-posts-articles .block-testimonials .featured-box.slider figure .title a, .block-testimonials .featured-box.slider figure .blog-posts .blog-posts-articles .title a {
  text-decoration: underline;
}
.blog-posts .blog-posts-articles h2 a:hover, .blog-posts .blog-posts-articles .block-testimonials .featured-box.featured figure .title a:hover, .block-testimonials .featured-box.featured figure .blog-posts .blog-posts-articles .title a:hover, .blog-posts .blog-posts-articles .block-testimonials .featured-box.slider figure .title a:hover, .block-testimonials .featured-box.slider figure .blog-posts .blog-posts-articles .title a:hover {
  text-decoration: none;
}
.blog-posts .blog-posts-articles p {
  line-height: 1.5rem;
}
.blog-posts .blog-posts-articles a {
  text-decoration: underline;
  color: #272727;
}
.blog-posts .blog-posts-articles a:hover {
  text-decoration: none;
}
.blog-posts .blogPagination {
  text-align: center;
  font-weight: bold;
}

.stuck {
  z-index: 9;
}
.stuck .primary {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .stuck .primary .navbar-brand img {
    transition-duration: 700ms;
    transition-timing-function: ease;
    max-width: 150px;
  }
}
.stuck .dynamic-banner p {
  font-size: 0;
}

.primary .navbar-brand.mobile img {
  max-height: 4.5rem;
}
.primary .navbar-collapse .cross-connection {
  display: none;
}
@media (max-width: 991.98px) {
  .primary .navbar-collapse .cross-connection {
    float: none;
    display: block;
    background: #AB6522;
    padding: 0 1rem;
    margin: 0 !important;
  }
}
.primary .navbar-nav {
  align-items: center;
}
.primary .navbar-nav > li > a {
  color: #002D56;
  position: relative;
}
.primary .navbar-nav > li > a[aria-expanded=true], .primary .navbar-nav > li > a:hover {
  color: #002D56;
  transition: 300ms;
}
.primary .navbar-nav > li > a[aria-expanded=true]:after, .primary .navbar-nav > li > a:hover:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 2rem);
  background: #AB6522;
  display: block !important;
  border: none;
  margin: 0;
}
.primary .navbar-nav > li.active > a:after, .primary .navbar-nav > li.current-menu-ancestor > a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 2rem);
  background: #AB6522;
  display: block !important;
  border: none;
  margin: 0;
}
.primary .navbar-nav .menu-item .nav-link {
  color: #002D56;
  padding: 1.5rem 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  transition-duration: 500ms;
  transition-timing-function: ease;
}
@media (min-width: 1200px) {
  .primary .navbar-nav .menu-item .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.primary .navbar-nav .menu-item .nav-link:after {
  display: none;
}
.primary .navbar-nav .menu-item .dropdown-menu {
  background: #F3F3F3;
  border: none;
  padding: 0;
}
.primary .navbar-nav .menu-item .dropdown-menu > li::after {
  display: none !important;
}
.primary .navbar-nav .menu-item .dropdown-menu .dropdown-item[aria-expanded=true], .primary .navbar-nav .menu-item .dropdown-menu .dropdown-item:hover {
  color: #F3F3F3 !important;
  background: #002D56;
  transition: 300ms;
}
.primary .navbar-nav .menu-item:last-child .dropdown-menu {
  left: auto;
  right: -32px;
}
.primary .navbar-nav svg {
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.primary .navbar-nav g#BY_REBELWARE_copy_2, .primary .navbar-nav #BY_REBELWARE {
  display: none;
}
.primary .navbar-nav svg {
  max-width: 100%;
  width: 160px;
  height: 85px;
  opacity: 0;
  display: block;
  margin: auto;
}
.primary .navbar-nav svg:hover {
  transition: 300ms;
  opacity: 0.8 !important;
}
.primary .navbar-nav .dropdown-menu {
  min-width: 100%;
}
.primary .navbar-nav .dropdown-menu .menu-item {
  position: relative;
}
.primary .navbar-nav .dropdown-menu .menu-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 85%;
  height: 1px;
  background-color: #272727;
}
@media (max-width: 991.98px) {
  .primary .navbar-nav {
    align-items: start;
    padding: 1rem 0;
  }
  .primary .navbar-nav > li {
    width: 100%;
  }
  .primary .navbar-nav > li > a {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 0.5rem 2rem !important;
  }
  .primary .navbar-nav > li > ul.dropdown-menu {
    background: #F3F3F3;
    padding: 1rem 2rem !important;
    transform: translateX(-100%);
    opacity: 0;
  }
  .primary .navbar-nav > li > ul.dropdown-menu.show {
    animation-name: slideInLeft;
    animation-timing-function: ease;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .primary .navbar-nav > li > ul.dropdown-menu > li > a {
    line-height: 1rem;
  }
  .primary .navbar-nav > li.show {
    background: #F3F3F3;
  }
}

.primary .navbar-nav .dropdown-menu .menu-item a.dropdown-item:hover {
  color: #F3F3F3 !important;
}

button:focus {
  outline: none;
}

.hamburger {
  width: 50px;
  position: absolute;
  top: 1rem;
  right: 0;
}
.hamburger.is-active, .hamburger:hover {
  opacity: 1 !important;
}

.removeBottomMargin {
  margin-bottom: 0;
}

.util {
  display: none;
}
@media (max-width: 991.98px) {
  .util {
    background: #002D56;
    margin: auto !important;
    /* color: #fff !important; */
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .util a {
    color: #fff;
  }
  .util ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
  }
  .util ul a {
    line-height: 1.2;
    font-size: 0.9rem;
    font-weight: bold;
  }
}

.blog-sidebar {
  padding: 3rem 2rem;
}
.blog-sidebar .widget .sidebar-group {
  margin: 0 0 2rem;
  padding: 0 1rem 2rem;
}
.blog-sidebar .widget .sidebar-group a {
  text-decoration: underline;
}
.blog-sidebar .widget .sidebar-group a:hover {
  text-decoration: none;
}
.blog-sidebar .widget .sidebar-group [name=archive-dropdown] {
  height: 48px;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
}
.blog-sidebar .widget .sidebar-group .wp-block-categories-list {
  list-style: none;
  padding: 0;
}
.blog-sidebar .widget .sidebar-group .wp-block-categories-list ul {
  list-style: none;
  padding: 0 0 0 1.5rem;
}

.single-post.blog .blog-img {
  margin: 0 0 2rem;
}
.single-post.blog .blog-img img {
  max-width: 100%;
  height: auto;
}
.single-post.blog h1 {
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
.single-post.blog .meta-entry {
  margin: 0 0 1.5rem;
  font-weight: bold;
}
.single-post.blog .meta-entry a {
  text-decoration: underline;
}
.single-post.blog .meta-entry a:hover {
  text-decoration: none;
}
.single-post.blog .floorplanContact.container, .single-post.blog .floorplanContact.content-hold, .single-post.blog .floorplanContact.tribe-events-single {
  padding: 0;
}
.single-post.blog .floorplanContact.container label, .single-post.blog .floorplanContact.content-hold label, .single-post.blog .floorplanContact.tribe-events-single label {
  margin: 0;
}
.single-post.blog .floorplanContact.container .gform_footer, .single-post.blog .floorplanContact.content-hold .gform_footer, .single-post.blog .floorplanContact.tribe-events-single .gform_footer {
  display: flex;
  justify-content: flex-end;
}

.archive.blog a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.archive.blog a:hover {
  text-decoration: none;
}
.archive.blog a.learn-more {
  margin: 1rem 0 2rem;
  display: block;
}
.archive.blog h2, .archive.blog .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .archive.blog .title, .archive.blog .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .archive.blog .title {
  line-height: 1.25;
  font-size: 1.25rem;
}
.archive.blog h2 a, .archive.blog .block-testimonials .featured-box.featured figure .title a, .block-testimonials .featured-box.featured figure .archive.blog .title a, .archive.blog .block-testimonials .featured-box.slider figure .title a, .block-testimonials .featured-box.slider figure .archive.blog .title a {
  text-transform: none;
}
.archive.blog .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.archive.blog .blog-img img {
  max-width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}

#LPFormScroll {
  display: none;
}

.page-template-landingpage {
  font-size: 18px;
}
.page-template-landingpage #LPFormScroll {
  display: block !important;
}
@media (min-width: 768px) {
  .page-template-landingpage #LPFormScroll {
    display: none !important;
  }
}
.page-template-landingpage .navbar-brand {
  pointer-events: none;
}
@media (min-width: 992px) {
  .page-template-landingpage h2, .page-template-landingpage .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .page-template-landingpage .title, .page-template-landingpage .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .page-template-landingpage .title, .page-template-landingpage .tribe-events-single .single-content h2, .tribe-events-single .single-content .page-template-landingpage h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.page-template-landingpage .container, .page-template-landingpage .woocommerce .content-hold, .woocommerce .page-template-landingpage .content-hold, .page-template-landingpage .post-type-archive-resource .content-hold, .post-type-archive-resource .page-template-landingpage .content-hold, .page-template-landingpage .type-industry .content-hold, .type-industry .page-template-landingpage .content-hold, .page-template-landingpage .post-type-archive-product .content-hold, .post-type-archive-product .page-template-landingpage .content-hold, .page-template-landingpage .post-type-archive .content-hold, .post-type-archive .page-template-landingpage .content-hold, .page-template-landingpage .blog .content-hold, .blog .page-template-landingpage .content-hold, .page-template-landingpage .archive .content-hold, .archive .page-template-landingpage .content-hold, .page-template-landingpage .tribe-events-single {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .page-template-landingpage .block-hero-interior {
    max-width: 1400px;
    margin: auto;
  }
  .page-template-landingpage .block-hero-interior h1 {
    font-size: 4rem !important;
  }
}
.page-template-landingpage .aside-form-content {
  max-width: 450px;
}
.page-template-landingpage .aside-form {
  max-width: 600px;
}
.page-template-landingpage [data-form-theme=gravity-theme] {
  max-width: 600px;
  margin: -180px 0 0;
  padding: 30px;
  background: #f3f3f3;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .page-template-landingpage [data-form-theme=gravity-theme] {
    margin: 0 -1rem;
    padding: 2rem 1rem;
  }
}
.page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html h2, .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .title, .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .title {
  font-size: 1.75rem;
}
@media (max-width: 991.98px) {
  .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html h2, .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .block-testimonials .featured-box.featured figure .title, .block-testimonials .featured-box.featured figure .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .title, .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .block-testimonials .featured-box.slider figure .title, .block-testimonials .featured-box.slider figure .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html .title {
    text-align: left !important;
  }
}
@media (max-width: 991.98px) {
  .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-template-landingpage [data-form-theme=gravity-theme] .gfield--type-html p {
    text-align: left !important;
  }
}
.page-template-landingpage [data-form-theme=gravity-theme] .gform-field-label--type-sub {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.page-template-landingpage [data-form-theme=gravity-theme] legend, .page-template-landingpage [data-form-theme=gravity-theme] label {
  font-size: 1rem;
}
.page-template-landingpage [data-form-theme=gravity-theme] input, .page-template-landingpage [data-form-theme=gravity-theme] select, .page-template-landingpage [data-form-theme=gravity-theme] textarea {
  font-size: 1rem;
  color: #272727 !important;
}
@media (max-width: 991.98px) {
  .page-template-landingpage [data-form-theme=gravity-theme] input, .page-template-landingpage [data-form-theme=gravity-theme] select, .page-template-landingpage [data-form-theme=gravity-theme] textarea {
    margin: 0;
  }
}
.page-template-landingpage [data-form-theme=gravity-theme] textarea {
  max-height: 100px;
}
.page-template-landingpage [data-form-theme=gravity-theme] [type=submit] {
  color: #fff !important;
}
@media (min-width: 992px) {
  .page-template-landingpage [data-form-theme=gravity-theme] [type=submit] {
    position: absolute;
    right: 40px;
    bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .page-template-landingpage [data-form-theme=gravity-theme] [type=submit] {
    margin-top: 1rem;
  }
}
.page-template-landingpage [data-form-theme=gravity-theme] .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-template-landingpage [data-form-theme=gravity-theme] .gform_fields .gfield--width-half {
  flex: 0 0 50%;
  max-width: calc(50% - 0.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-landingpage :-ms-input-placeholder {
  color: #272727 !important;
}
.page-template-landingpage ::placeholder {
  color: #272727 !important;
}
.page-template-landingpage .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 2% !important;
}
/*# sourceMappingURL=app.css.map*/