@charset "UTF-8";
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: "TTNorms";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ttnorms/TTNorms-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ttnorms/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Regular.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Regular.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-Regular.svg#TTNorms") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "TTNorms";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/ttnorms/TTNorms-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ttnorms/TTNorms-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Italic.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Italic.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-Italic.svg#TTNorms") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "TTNorms";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ttnorms/TTNorms-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ttnorms/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Medium.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Medium.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-Medium.svg#TTNorms") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "TTNorms";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/ttnorms/TTNorms-MediumItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ttnorms/TTNorms-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-MediumItalic.woff") format("woff"), url("../fonts/ttnorms/TTNorms-MediumItalic.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-MediumItalic.svg#TTNorms") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "TTNorms";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ttnorms/TTNorms-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ttnorms/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Bold.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Bold.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-Bold.svg#TTNorms") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "TTNorms";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/ttnorms/TTNorms-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ttnorms/TTNorms-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-BoldItalic.woff") format("woff"), url("../fonts/ttnorms/TTNorms-BoldItalic.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-BoldItalic.svg#TTNorms") format("svg");
  /* Legacy iOS */
}
:root {
  --color-red: #B3282D;
  --color-red-dark: #A7252A;
  --color-grey-dark: #77777A;
  --color-grey-darker: #414042;
  --color-grey-light: #B9B8B9;
  --color-gold: #CA970D;
  --color-off-white: #EBF7F0;
  --color-navy: #062762;
  --color-orange: #E87000;
  --blue: var(--color-red);
  --indigo: #6610f2;
  --purple: #662D91;
  --pink: var(--color-red);
  --red: var(--color-red);
  --orange: #E5710B;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: var(--color-red);
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: var(--color-red);
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1090px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "TTNorms", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

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

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

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

p, .events-listview .event-detail .event-date,
.events-listview .event-detail .event-time,
.events-listview .event-detail .event-location, .section-events-carousel .events-carousel-item .event-time, li, .table td {
  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;
}

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--color-red);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #22527b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid var(--color-grey-light);
}

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: var(--color-red);
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container {
  max-width: 1320px;
}

.site-main .container {
  max-width: 1170px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1125px) {
  .container-fluid .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.container-inner {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}

.row, .cost-calculator .gform_body > ul, .module__two-col-form .form-container .gform_body > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .cost-calculator .gform_body > ul .column-count-1-of-2, .cost-calculator .gform_body > ul .column-count-2-of-2, .cost-calculator .gform_body > ul .gfield_calculation, .module__two-col-form .form-container .gform_body > ul .column-count-1-of-2, .module__two-col-form .form-container .gform_body > ul .column-count-2-of-2, .module__two-col-form .form-container .gform_footer, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5, .cost-calculator .gform_body > ul .column-count-1-of-2, .cost-calculator .gform_body > ul .column-count-2-of-2, .cost-calculator .gform_body > ul .gfield_calculation, .module__two-col-form .form-container .gform_body > ul .column-count-1-of-2, .module__two-col-form .form-container .gform_body > ul .column-count-2-of-2, .module__two-col-form .form-container .gform_footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-md-1, .cost-calculator .gform_body > ul .column-count-2-of-2, .module__two-col-form .form-container .gform_body > ul .column-count-2-of-2 {
    margin-left: 8.33333%;
  }

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

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

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

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

  .offset-md-6, .module__two-col-form .form-container .gform_footer {
    margin-left: 50%;
  }

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1090px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem 15px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
@media (min-width: 1090px) {
  .table th,
.table td {
    padding: 0.75rem 20px;
  }
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #b3cee4;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.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-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: #eac3c4;
}

.table-hover .table-danger:hover {
  background-color: #e3b0b1;
}

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

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

.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-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1089.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .wpcf7 input[type=text]::-ms-expand,
.wpcf7 input[type=search]::-ms-expand,
.wpcf7 input[type=url]::-ms-expand,
.wpcf7 input[type=tel]::-ms-expand,
.wpcf7 input[type=number]::-ms-expand,
.wpcf7 input[type=range]::-ms-expand,
.wpcf7 input[type=date]::-ms-expand,
.wpcf7 input[type=month]::-ms-expand,
.wpcf7 input[type=week]::-ms-expand,
.wpcf7 input[type=time]::-ms-expand,
.wpcf7 input[type=datetime]::-ms-expand,
.wpcf7 input[type=datetime-local]::-ms-expand,
.wpcf7 input[type=color]::-ms-expand,
.wpcf7 input[type=email]::-ms-expand,
.wpcf7 input[type=file]::-ms-expand,
.wpcf7 input[type=submit]::-ms-expand,
.wpcf7 select::-ms-expand,
.wpcf7 textarea::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, .wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=week],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=submit],
.wpcf7 select:focus,
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #8bb8df;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.form-control::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=search]::-webkit-input-placeholder,
.wpcf7 input[type=url]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 input[type=number]::-webkit-input-placeholder,
.wpcf7 input[type=range]::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder,
.wpcf7 input[type=month]::-webkit-input-placeholder,
.wpcf7 input[type=week]::-webkit-input-placeholder,
.wpcf7 input[type=time]::-webkit-input-placeholder,
.wpcf7 input[type=datetime]::-webkit-input-placeholder,
.wpcf7 input[type=datetime-local]::-webkit-input-placeholder,
.wpcf7 input[type=color]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=file]::-webkit-input-placeholder,
.wpcf7 input[type=submit]::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=search]:-ms-input-placeholder,
.wpcf7 input[type=url]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 input[type=number]:-ms-input-placeholder,
.wpcf7 input[type=range]:-ms-input-placeholder,
.wpcf7 input[type=date]:-ms-input-placeholder,
.wpcf7 input[type=month]:-ms-input-placeholder,
.wpcf7 input[type=week]:-ms-input-placeholder,
.wpcf7 input[type=time]:-ms-input-placeholder,
.wpcf7 input[type=datetime]:-ms-input-placeholder,
.wpcf7 input[type=datetime-local]:-ms-input-placeholder,
.wpcf7 input[type=color]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=file]:-ms-input-placeholder,
.wpcf7 input[type=submit]:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder,
.wpcf7 input[type=search]::-ms-input-placeholder,
.wpcf7 input[type=url]::-ms-input-placeholder,
.wpcf7 input[type=tel]::-ms-input-placeholder,
.wpcf7 input[type=number]::-ms-input-placeholder,
.wpcf7 input[type=range]::-ms-input-placeholder,
.wpcf7 input[type=date]::-ms-input-placeholder,
.wpcf7 input[type=month]::-ms-input-placeholder,
.wpcf7 input[type=week]::-ms-input-placeholder,
.wpcf7 input[type=time]::-ms-input-placeholder,
.wpcf7 input[type=datetime]::-ms-input-placeholder,
.wpcf7 input[type=datetime-local]::-ms-input-placeholder,
.wpcf7 input[type=color]::-ms-input-placeholder,
.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=file]::-ms-input-placeholder,
.wpcf7 input[type=submit]::-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=search]::-webkit-input-placeholder, .wpcf7 input[type=url]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=number]::-webkit-input-placeholder, .wpcf7 input[type=range]::-webkit-input-placeholder, .wpcf7 input[type=date]::-webkit-input-placeholder, .wpcf7 input[type=month]::-webkit-input-placeholder, .wpcf7 input[type=week]::-webkit-input-placeholder, .wpcf7 input[type=time]::-webkit-input-placeholder, .wpcf7 input[type=datetime]::-webkit-input-placeholder, .wpcf7 input[type=datetime-local]::-webkit-input-placeholder, .wpcf7 input[type=color]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=file]::-webkit-input-placeholder, .wpcf7 input[type=submit]::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=search]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=range]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=month]:-ms-input-placeholder, .wpcf7 input[type=week]:-ms-input-placeholder, .wpcf7 input[type=time]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 input[type=datetime-local]:-ms-input-placeholder, .wpcf7 input[type=color]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=file]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=search]::-ms-input-placeholder, .wpcf7 input[type=url]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=number]::-ms-input-placeholder, .wpcf7 input[type=range]::-ms-input-placeholder, .wpcf7 input[type=date]::-ms-input-placeholder, .wpcf7 input[type=month]::-ms-input-placeholder, .wpcf7 input[type=week]::-ms-input-placeholder, .wpcf7 input[type=time]::-ms-input-placeholder, .wpcf7 input[type=datetime]::-ms-input-placeholder, .wpcf7 input[type=datetime-local]::-ms-input-placeholder, .wpcf7 input[type=color]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=file]::-ms-input-placeholder, .wpcf7 input[type=submit]::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .wpcf7 input:disabled[type=text],
.wpcf7 input:disabled[type=search],
.wpcf7 input:disabled[type=url],
.wpcf7 input:disabled[type=tel],
.wpcf7 input:disabled[type=number],
.wpcf7 input:disabled[type=range],
.wpcf7 input:disabled[type=date],
.wpcf7 input:disabled[type=month],
.wpcf7 input:disabled[type=week],
.wpcf7 input:disabled[type=time],
.wpcf7 input:disabled[type=datetime],
.wpcf7 input:disabled[type=datetime-local],
.wpcf7 input:disabled[type=color],
.wpcf7 input:disabled[type=email],
.wpcf7 input:disabled[type=file],
.wpcf7 input:disabled[type=submit],
.wpcf7 select:disabled,
.wpcf7 textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .form-control[readonly], .wpcf7 input[readonly][type=text],
.wpcf7 input[readonly][type=search],
.wpcf7 input[readonly][type=url],
.wpcf7 input[readonly][type=tel],
.wpcf7 input[readonly][type=number],
.wpcf7 input[readonly][type=range],
.wpcf7 input[readonly][type=date],
.wpcf7 input[readonly][type=month],
.wpcf7 input[readonly][type=week],
.wpcf7 input[readonly][type=time],
.wpcf7 input[readonly][type=datetime],
.wpcf7 input[readonly][type=datetime-local],
.wpcf7 input[readonly][type=color],
.wpcf7 input[readonly][type=email],
.wpcf7 input[readonly][type=file],
.wpcf7 input[readonly][type=submit],
.wpcf7 select[readonly],
.wpcf7 textarea[readonly], .wpcf7 .wpcf7-validation-errors[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]),
.wpcf7 select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
.wpcf7 select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

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

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

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

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

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .wpcf7 .input-group-sm > input.form-control-plaintext[type=text],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=search],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=url],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=tel],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=number],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=range],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=date],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=month],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=week],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=time],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=datetime],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=datetime-local],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=color],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=email],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=file],
.wpcf7 .input-group-sm > input.form-control-plaintext[type=submit],
.wpcf7 .input-group-sm > select.form-control-plaintext,
.wpcf7 .input-group-sm > textarea.form-control-plaintext, .wpcf7 .input-group-sm > .form-control-plaintext.wpcf7-validation-errors,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.mec-fes-form .input-group-sm > .input-group-prepend > button.form-control-plaintext[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.mec-booking-tab-content .input-group-sm > .input-group-prepend > .form-control-plaintext.mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-sm > .input-group-prepend > .form-control-plaintext.mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-sm > .input-group-prepend > .form-control-plaintext.button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-sm > .input-group-prepend > .form-control-plaintext.mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-sm > .input-group-prepend > .form-control-plaintext.mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-sm > .input-group-prepend > .form-control-plaintext.mec_reg_field_remove,
.input-group-sm > .input-group-prepend > .form-control-plaintext.mec-events-button,
.wpcf7 .input-group-sm > .input-group-prepend > input.form-control-plaintext[type=submit],
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.mec-fes-form .input-group-sm > .input-group-append > button.form-control-plaintext[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-sm > .input-group-append > .form-control-plaintext.button,
.mec-booking-tab-content .input-group-sm > .input-group-append > .form-control-plaintext.mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-sm > .input-group-append > .form-control-plaintext.mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-sm > .input-group-append > .form-control-plaintext.button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-sm > .input-group-append > .form-control-plaintext.mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-sm > .input-group-append > .form-control-plaintext.mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-sm > .input-group-append > .form-control-plaintext.mec_reg_field_remove,
.input-group-sm > .input-group-append > .form-control-plaintext.mec-events-button,
.wpcf7 .input-group-sm > .input-group-append > input.form-control-plaintext[type=submit], .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .wpcf7 .input-group-lg > input.form-control-plaintext[type=text],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=search],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=url],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=tel],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=number],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=range],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=date],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=month],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=week],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=time],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=datetime],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=datetime-local],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=color],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=email],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=file],
.wpcf7 .input-group-lg > input.form-control-plaintext[type=submit],
.wpcf7 .input-group-lg > select.form-control-plaintext,
.wpcf7 .input-group-lg > textarea.form-control-plaintext, .wpcf7 .input-group-lg > .form-control-plaintext.wpcf7-validation-errors,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.mec-fes-form .input-group-lg > .input-group-prepend > button.form-control-plaintext[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.mec-booking-tab-content .input-group-lg > .input-group-prepend > .form-control-plaintext.mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-lg > .input-group-prepend > .form-control-plaintext.mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-lg > .input-group-prepend > .form-control-plaintext.button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-lg > .input-group-prepend > .form-control-plaintext.mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-lg > .input-group-prepend > .form-control-plaintext.mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-lg > .input-group-prepend > .form-control-plaintext.mec_reg_field_remove,
.input-group-lg > .input-group-prepend > .form-control-plaintext.mec-events-button,
.wpcf7 .input-group-lg > .input-group-prepend > input.form-control-plaintext[type=submit],
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.mec-fes-form .input-group-lg > .input-group-append > button.form-control-plaintext[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-lg > .input-group-append > .form-control-plaintext.button,
.mec-booking-tab-content .input-group-lg > .input-group-append > .form-control-plaintext.mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-lg > .input-group-append > .form-control-plaintext.mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-lg > .input-group-append > .form-control-plaintext.button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-lg > .input-group-append > .form-control-plaintext.mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-lg > .input-group-append > .form-control-plaintext.mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-lg > .input-group-append > .form-control-plaintext.mec_reg_field_remove,
.input-group-lg > .input-group-append > .form-control-plaintext.mec-events-button,
.wpcf7 .input-group-lg > .input-group-append > input.form-control-plaintext[type=submit] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=url],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea, .wpcf7 .input-group-sm > .wpcf7-validation-errors,
.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,
.mec-fes-form .input-group-sm > .input-group-prepend > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-sm > .input-group-prepend > .button,
.mec-booking-tab-content .input-group-sm > .input-group-prepend > .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-sm > .input-group-prepend > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-sm > .input-group-prepend > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-sm > .input-group-prepend > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-sm > .input-group-prepend > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-sm > .input-group-prepend > .mec_reg_field_remove,
.input-group-sm > .input-group-prepend > .mec-events-button,
.wpcf7 .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.mec-fes-form .input-group-sm > .input-group-append > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-sm > .input-group-append > .button,
.mec-booking-tab-content .input-group-sm > .input-group-append > .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-sm > .input-group-append > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-sm > .input-group-append > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-sm > .input-group-append > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-sm > .input-group-append > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-sm > .input-group-append > .mec_reg_field_remove,
.input-group-sm > .input-group-append > .mec-events-button,
.wpcf7 .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.wpcf7 .input-group-sm > select:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-sm > .input-group-prepend > select.mec-bfixed-field-add-option:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-sm > .input-group-prepend > select.mec-reg-field-add-option:not([size]):not([multiple]),
.mec-fes-form .mec-form-row .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]):not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-sm > .input-group-prepend > select.mec_bfixed_field_remove:not([size]):not([multiple]),
ul#mec_orgz_form_row li .input-group-sm > .input-group-prepend > select.mec-additional-organizer-remove:not([size]):not([multiple]),
ul#mec_reg_form_fields li .input-group-sm > .input-group-prepend > select.mec_reg_field_remove:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.mec-events-button:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-sm > .input-group-append > select.mec-bfixed-field-add-option:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-sm > .input-group-append > select.mec-reg-field-add-option:not([size]):not([multiple]),
.mec-fes-form .mec-form-row .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]):not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-sm > .input-group-append > select.mec_bfixed_field_remove:not([size]):not([multiple]),
ul#mec_orgz_form_row li .input-group-sm > .input-group-append > select.mec-additional-organizer-remove:not([size]):not([multiple]),
ul#mec_reg_form_fields li .input-group-sm > .input-group-append > select.mec_reg_field_remove:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.mec-events-button:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=url],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea, .wpcf7 .input-group-lg > .wpcf7-validation-errors,
.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,
.mec-fes-form .input-group-lg > .input-group-prepend > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-lg > .input-group-prepend > .button,
.mec-booking-tab-content .input-group-lg > .input-group-prepend > .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-lg > .input-group-prepend > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-lg > .input-group-prepend > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-lg > .input-group-prepend > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-lg > .input-group-prepend > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-lg > .input-group-prepend > .mec_reg_field_remove,
.input-group-lg > .input-group-prepend > .mec-events-button,
.wpcf7 .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.mec-fes-form .input-group-lg > .input-group-append > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-lg > .input-group-append > .button,
.mec-booking-tab-content .input-group-lg > .input-group-append > .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-lg > .input-group-append > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-lg > .input-group-append > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-lg > .input-group-append > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group-lg > .input-group-append > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group-lg > .input-group-append > .mec_reg_field_remove,
.input-group-lg > .input-group-append > .mec-events-button,
.wpcf7 .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.wpcf7 .input-group-lg > select:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-lg > .input-group-prepend > select.mec-bfixed-field-add-option:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-lg > .input-group-prepend > select.mec-reg-field-add-option:not([size]):not([multiple]),
.mec-fes-form .mec-form-row .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]):not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-lg > .input-group-prepend > select.mec_bfixed_field_remove:not([size]):not([multiple]),
ul#mec_orgz_form_row li .input-group-lg > .input-group-prepend > select.mec-additional-organizer-remove:not([size]):not([multiple]),
ul#mec_reg_form_fields li .input-group-lg > .input-group-prepend > select.mec_reg_field_remove:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.mec-events-button:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-lg > .input-group-append > select.mec-bfixed-field-add-option:not([size]):not([multiple]),
.mec-booking-tab-content .input-group-lg > .input-group-append > select.mec-reg-field-add-option:not([size]):not([multiple]),
.mec-fes-form .mec-form-row .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]):not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-lg > .input-group-append > select.mec_bfixed_field_remove:not([size]):not([multiple]),
ul#mec_orgz_form_row li .input-group-lg > .input-group-append > select.mec-additional-organizer-remove:not([size]):not([multiple]),
ul#mec_reg_form_fields li .input-group-lg > .input-group-append > select.mec_reg_field_remove:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.mec-events-button:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group, .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .events-listview .event-detail .event-date, .events-listview .event-detail .wpcf7 .wpcf7-form .event-date,
.wpcf7 .wpcf7-form .events-listview .event-detail .event-time,
.events-listview .event-detail .wpcf7 .wpcf7-form .event-time,
.wpcf7 .wpcf7-form .events-listview .event-detail .event-location,
.events-listview .event-detail .wpcf7 .wpcf7-form .event-location, .wpcf7 .wpcf7-form .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .wpcf7 .wpcf7-form .event-time, .wpcf7 .wpcf7-form li, .wpcf7 .wpcf7-form .table td, .table .wpcf7 .wpcf7-form td {
  margin-bottom: 1rem;
}

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid, .was-validated .wpcf7 input:valid[type=text], .wpcf7 .was-validated input:valid[type=text],
.was-validated .wpcf7 input:valid[type=search], .wpcf7 .was-validated input:valid[type=search],
.was-validated .wpcf7 input:valid[type=url], .wpcf7 .was-validated input:valid[type=url],
.was-validated .wpcf7 input:valid[type=tel], .wpcf7 .was-validated input:valid[type=tel],
.was-validated .wpcf7 input:valid[type=number], .wpcf7 .was-validated input:valid[type=number],
.was-validated .wpcf7 input:valid[type=range], .wpcf7 .was-validated input:valid[type=range],
.was-validated .wpcf7 input:valid[type=date], .wpcf7 .was-validated input:valid[type=date],
.was-validated .wpcf7 input:valid[type=month], .wpcf7 .was-validated input:valid[type=month],
.was-validated .wpcf7 input:valid[type=week], .wpcf7 .was-validated input:valid[type=week],
.was-validated .wpcf7 input:valid[type=time], .wpcf7 .was-validated input:valid[type=time],
.was-validated .wpcf7 input:valid[type=datetime], .wpcf7 .was-validated input:valid[type=datetime],
.was-validated .wpcf7 input:valid[type=datetime-local], .wpcf7 .was-validated input:valid[type=datetime-local],
.was-validated .wpcf7 input:valid[type=color], .wpcf7 .was-validated input:valid[type=color],
.was-validated .wpcf7 input:valid[type=email], .wpcf7 .was-validated input:valid[type=email],
.was-validated .wpcf7 input:valid[type=file], .wpcf7 .was-validated input:valid[type=file],
.was-validated .wpcf7 input:valid[type=submit], .wpcf7 .was-validated input:valid[type=submit],
.was-validated .wpcf7 select:valid, .wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid, .wpcf7 .was-validated textarea:valid, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .form-control.is-valid, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
.wpcf7 input.is-valid[type=number],
.wpcf7 input.is-valid[type=range],
.wpcf7 input.is-valid[type=date],
.wpcf7 input.is-valid[type=month],
.wpcf7 input.is-valid[type=week],
.wpcf7 input.is-valid[type=time],
.wpcf7 input.is-valid[type=datetime],
.wpcf7 input.is-valid[type=datetime-local],
.wpcf7 input.is-valid[type=color],
.wpcf7 input.is-valid[type=email],
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .was-validated .wpcf7 input:valid:focus[type=text], .wpcf7 .was-validated input:valid:focus[type=text],
.was-validated .wpcf7 input:valid:focus[type=search], .wpcf7 .was-validated input:valid:focus[type=search],
.was-validated .wpcf7 input:valid:focus[type=url], .wpcf7 .was-validated input:valid:focus[type=url],
.was-validated .wpcf7 input:valid:focus[type=tel], .wpcf7 .was-validated input:valid:focus[type=tel],
.was-validated .wpcf7 input:valid:focus[type=number], .wpcf7 .was-validated input:valid:focus[type=number],
.was-validated .wpcf7 input:valid:focus[type=range], .wpcf7 .was-validated input:valid:focus[type=range],
.was-validated .wpcf7 input:valid:focus[type=date], .wpcf7 .was-validated input:valid:focus[type=date],
.was-validated .wpcf7 input:valid:focus[type=month], .wpcf7 .was-validated input:valid:focus[type=month],
.was-validated .wpcf7 input:valid:focus[type=week], .wpcf7 .was-validated input:valid:focus[type=week],
.was-validated .wpcf7 input:valid:focus[type=time], .wpcf7 .was-validated input:valid:focus[type=time],
.was-validated .wpcf7 input:valid:focus[type=datetime], .wpcf7 .was-validated input:valid:focus[type=datetime],
.was-validated .wpcf7 input:valid:focus[type=datetime-local], .wpcf7 .was-validated input:valid:focus[type=datetime-local],
.was-validated .wpcf7 input:valid:focus[type=color], .wpcf7 .was-validated input:valid:focus[type=color],
.was-validated .wpcf7 input:valid:focus[type=email], .wpcf7 .was-validated input:valid:focus[type=email],
.was-validated .wpcf7 input:valid:focus[type=file], .wpcf7 .was-validated input:valid:focus[type=file],
.was-validated .wpcf7 input:valid:focus[type=submit], .wpcf7 .was-validated input:valid:focus[type=submit],
.was-validated .wpcf7 select:valid:focus, .wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus, .wpcf7 .was-validated textarea:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .form-control.is-valid:focus, .wpcf7 input.is-valid:focus[type=text],
.wpcf7 input.is-valid:focus[type=search],
.wpcf7 input.is-valid:focus[type=url],
.wpcf7 input.is-valid:focus[type=tel],
.wpcf7 input.is-valid:focus[type=number],
.wpcf7 input.is-valid:focus[type=range],
.wpcf7 input.is-valid:focus[type=date],
.wpcf7 input.is-valid:focus[type=month],
.wpcf7 input.is-valid:focus[type=week],
.wpcf7 input.is-valid:focus[type=time],
.wpcf7 input.is-valid:focus[type=datetime],
.wpcf7 input.is-valid:focus[type=datetime-local],
.wpcf7 input.is-valid:focus[type=color],
.wpcf7 input.is-valid:focus[type=email],
.wpcf7 input.is-valid:focus[type=file],
.wpcf7 input.is-valid:focus[type=submit],
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=text] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=text] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=search] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=search] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=url] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=url] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=tel] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=tel] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=number] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=number] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=range] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=range] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=date] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=date] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=month] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=month] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=week] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=week] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=time] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=time] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=datetime] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=datetime] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=datetime-local] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=datetime-local] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=color] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=color] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=email] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=email] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=file] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=file] ~ .valid-feedback, .was-validated .wpcf7 input:valid[type=submit] ~ .valid-feedback, .wpcf7 .was-validated input:valid[type=submit] ~ .valid-feedback, .was-validated .wpcf7 select:valid ~ .valid-feedback, .wpcf7 .was-validated select:valid ~ .valid-feedback, .was-validated .wpcf7 textarea:valid ~ .valid-feedback, .wpcf7 .was-validated textarea:valid ~ .valid-feedback, .was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-feedback, .wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=text] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=text] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=search] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=search] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=url] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=url] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=tel] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=tel] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=number] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=number] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=range] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=range] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=date] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=date] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=month] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=month] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=week] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=week] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=time] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=time] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=datetime] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=datetime] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=datetime-local] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=datetime-local] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=color] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=color] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=email] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=email] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=file] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=file] ~ .valid-tooltip,
.was-validated .wpcf7 input:valid[type=submit] ~ .valid-tooltip,
.wpcf7 .was-validated input:valid[type=submit] ~ .valid-tooltip,
.was-validated .wpcf7 select:valid ~ .valid-tooltip,
.wpcf7 .was-validated select:valid ~ .valid-tooltip,
.was-validated .wpcf7 textarea:valid ~ .valid-tooltip,
.wpcf7 .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-tooltip,
.wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .wpcf7 input.is-valid[type=text] ~ .valid-feedback, .wpcf7 input.is-valid[type=search] ~ .valid-feedback, .wpcf7 input.is-valid[type=url] ~ .valid-feedback, .wpcf7 input.is-valid[type=tel] ~ .valid-feedback, .wpcf7 input.is-valid[type=number] ~ .valid-feedback, .wpcf7 input.is-valid[type=range] ~ .valid-feedback, .wpcf7 input.is-valid[type=date] ~ .valid-feedback, .wpcf7 input.is-valid[type=month] ~ .valid-feedback, .wpcf7 input.is-valid[type=week] ~ .valid-feedback, .wpcf7 input.is-valid[type=time] ~ .valid-feedback, .wpcf7 input.is-valid[type=datetime] ~ .valid-feedback, .wpcf7 input.is-valid[type=datetime-local] ~ .valid-feedback, .wpcf7 input.is-valid[type=color] ~ .valid-feedback, .wpcf7 input.is-valid[type=email] ~ .valid-feedback, .wpcf7 input.is-valid[type=file] ~ .valid-feedback, .wpcf7 input.is-valid[type=submit] ~ .valid-feedback, .wpcf7 select.is-valid ~ .valid-feedback, .wpcf7 textarea.is-valid ~ .valid-feedback, .wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.wpcf7 input.is-valid[type=text] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=search] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=url] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=tel] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=number] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=range] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=date] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=month] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=week] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=time] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=datetime] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=datetime-local] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=color] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=email] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=file] ~ .valid-tooltip,
.wpcf7 input.is-valid[type=submit] ~ .valid-tooltip,
.wpcf7 select.is-valid ~ .valid-tooltip,
.wpcf7 textarea.is-valid ~ .valid-tooltip,
.wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--color-red);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(179, 40, 45, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .was-validated .wpcf7 input:invalid[type=text], .wpcf7 .was-validated input:invalid[type=text],
.was-validated .wpcf7 input:invalid[type=search], .wpcf7 .was-validated input:invalid[type=search],
.was-validated .wpcf7 input:invalid[type=url], .wpcf7 .was-validated input:invalid[type=url],
.was-validated .wpcf7 input:invalid[type=tel], .wpcf7 .was-validated input:invalid[type=tel],
.was-validated .wpcf7 input:invalid[type=number], .wpcf7 .was-validated input:invalid[type=number],
.was-validated .wpcf7 input:invalid[type=range], .wpcf7 .was-validated input:invalid[type=range],
.was-validated .wpcf7 input:invalid[type=date], .wpcf7 .was-validated input:invalid[type=date],
.was-validated .wpcf7 input:invalid[type=month], .wpcf7 .was-validated input:invalid[type=month],
.was-validated .wpcf7 input:invalid[type=week], .wpcf7 .was-validated input:invalid[type=week],
.was-validated .wpcf7 input:invalid[type=time], .wpcf7 .was-validated input:invalid[type=time],
.was-validated .wpcf7 input:invalid[type=datetime], .wpcf7 .was-validated input:invalid[type=datetime],
.was-validated .wpcf7 input:invalid[type=datetime-local], .wpcf7 .was-validated input:invalid[type=datetime-local],
.was-validated .wpcf7 input:invalid[type=color], .wpcf7 .was-validated input:invalid[type=color],
.was-validated .wpcf7 input:invalid[type=email], .wpcf7 .was-validated input:invalid[type=email],
.was-validated .wpcf7 input:invalid[type=file], .wpcf7 .was-validated input:invalid[type=file],
.was-validated .wpcf7 input:invalid[type=submit], .wpcf7 .was-validated input:invalid[type=submit],
.was-validated .wpcf7 select:invalid, .wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid, .wpcf7 .was-validated textarea:invalid, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .form-control.is-invalid, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
.wpcf7 input.is-invalid[type=number],
.wpcf7 input.is-invalid[type=range],
.wpcf7 input.is-invalid[type=date],
.wpcf7 input.is-invalid[type=month],
.wpcf7 input.is-invalid[type=week],
.wpcf7 input.is-invalid[type=time],
.wpcf7 input.is-invalid[type=datetime],
.wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 input.is-invalid[type=color],
.wpcf7 input.is-invalid[type=email],
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: var(--color-red);
}

.was-validated .form-control:invalid:focus, .was-validated .wpcf7 input:invalid:focus[type=text], .wpcf7 .was-validated input:invalid:focus[type=text],
.was-validated .wpcf7 input:invalid:focus[type=search], .wpcf7 .was-validated input:invalid:focus[type=search],
.was-validated .wpcf7 input:invalid:focus[type=url], .wpcf7 .was-validated input:invalid:focus[type=url],
.was-validated .wpcf7 input:invalid:focus[type=tel], .wpcf7 .was-validated input:invalid:focus[type=tel],
.was-validated .wpcf7 input:invalid:focus[type=number], .wpcf7 .was-validated input:invalid:focus[type=number],
.was-validated .wpcf7 input:invalid:focus[type=range], .wpcf7 .was-validated input:invalid:focus[type=range],
.was-validated .wpcf7 input:invalid:focus[type=date], .wpcf7 .was-validated input:invalid:focus[type=date],
.was-validated .wpcf7 input:invalid:focus[type=month], .wpcf7 .was-validated input:invalid:focus[type=month],
.was-validated .wpcf7 input:invalid:focus[type=week], .wpcf7 .was-validated input:invalid:focus[type=week],
.was-validated .wpcf7 input:invalid:focus[type=time], .wpcf7 .was-validated input:invalid:focus[type=time],
.was-validated .wpcf7 input:invalid:focus[type=datetime], .wpcf7 .was-validated input:invalid:focus[type=datetime],
.was-validated .wpcf7 input:invalid:focus[type=datetime-local], .wpcf7 .was-validated input:invalid:focus[type=datetime-local],
.was-validated .wpcf7 input:invalid:focus[type=color], .wpcf7 .was-validated input:invalid:focus[type=color],
.was-validated .wpcf7 input:invalid:focus[type=email], .wpcf7 .was-validated input:invalid:focus[type=email],
.was-validated .wpcf7 input:invalid:focus[type=file], .wpcf7 .was-validated input:invalid:focus[type=file],
.was-validated .wpcf7 input:invalid:focus[type=submit], .wpcf7 .was-validated input:invalid:focus[type=submit],
.was-validated .wpcf7 select:invalid:focus, .wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus, .wpcf7 .was-validated textarea:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .form-control.is-invalid:focus, .wpcf7 input.is-invalid:focus[type=text],
.wpcf7 input.is-invalid:focus[type=search],
.wpcf7 input.is-invalid:focus[type=url],
.wpcf7 input.is-invalid:focus[type=tel],
.wpcf7 input.is-invalid:focus[type=number],
.wpcf7 input.is-invalid:focus[type=range],
.wpcf7 input.is-invalid:focus[type=date],
.wpcf7 input.is-invalid:focus[type=month],
.wpcf7 input.is-invalid:focus[type=week],
.wpcf7 input.is-invalid:focus[type=time],
.wpcf7 input.is-invalid:focus[type=datetime],
.wpcf7 input.is-invalid:focus[type=datetime-local],
.wpcf7 input.is-invalid:focus[type=color],
.wpcf7 input.is-invalid:focus[type=email],
.wpcf7 input.is-invalid:focus[type=file],
.wpcf7 input.is-invalid:focus[type=submit],
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: var(--color-red);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=text] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=text] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=search] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=search] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=url] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=url] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=tel] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=tel] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=number] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=number] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=range] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=range] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=date] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=date] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=month] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=month] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=week] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=week] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=time] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=time] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=datetime] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=datetime] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=datetime-local] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=datetime-local] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=color] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=color] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=email] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=email] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=file] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=file] ~ .invalid-feedback, .was-validated .wpcf7 input:invalid[type=submit] ~ .invalid-feedback, .wpcf7 .was-validated input:invalid[type=submit] ~ .invalid-feedback, .was-validated .wpcf7 select:invalid ~ .invalid-feedback, .wpcf7 .was-validated select:invalid ~ .invalid-feedback, .was-validated .wpcf7 textarea:invalid ~ .invalid-feedback, .wpcf7 .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-feedback, .wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=text] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=text] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=search] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=search] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=url] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=url] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=tel] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=tel] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=number] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=number] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=range] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=range] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=date] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=date] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=month] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=month] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=week] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=week] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=time] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=time] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=datetime] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=datetime] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=datetime-local] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=datetime-local] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=color] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=color] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=email] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=email] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=file] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=file] ~ .invalid-tooltip,
.was-validated .wpcf7 input:invalid[type=submit] ~ .invalid-tooltip,
.wpcf7 .was-validated input:invalid[type=submit] ~ .invalid-tooltip,
.was-validated .wpcf7 select:invalid ~ .invalid-tooltip,
.wpcf7 .was-validated select:invalid ~ .invalid-tooltip,
.was-validated .wpcf7 textarea:invalid ~ .invalid-tooltip,
.wpcf7 .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-tooltip,
.wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .wpcf7 input.is-invalid[type=text] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=search] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=url] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=tel] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=number] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=range] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=date] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=month] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=week] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=time] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=datetime] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=color] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=email] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=file] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=submit] ~ .invalid-feedback, .wpcf7 select.is-invalid ~ .invalid-feedback, .wpcf7 textarea.is-invalid ~ .invalid-feedback, .wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=text] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=search] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=url] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=tel] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=number] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=range] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=date] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=month] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=week] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=time] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=datetime] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=color] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=email] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=file] ~ .invalid-tooltip,
.wpcf7 input.is-invalid[type=submit] ~ .invalid-tooltip,
.wpcf7 select.is-invalid ~ .invalid-tooltip,
.wpcf7 textarea.is-invalid ~ .invalid-tooltip,
.wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--color-red);
}

.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: var(--color-red);
}

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(179, 40, 45, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(179, 40, 45, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: var(--color-red);
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .form-inline .wpcf7 .wpcf7-form .events-listview .event-detail .event-date, .events-listview .event-detail .form-inline .wpcf7 .wpcf7-form .event-date,
.form-inline .wpcf7 .wpcf7-form .events-listview .event-detail .event-time,
.events-listview .event-detail .form-inline .wpcf7 .wpcf7-form .event-time,
.form-inline .wpcf7 .wpcf7-form .events-listview .event-detail .event-location,
.events-listview .event-detail .form-inline .wpcf7 .wpcf7-form .event-location, .form-inline .wpcf7 .wpcf7-form .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .form-inline .wpcf7 .wpcf7-form .event-time, .wpcf7 .wpcf7-form .form-inline p, .wpcf7 .wpcf7-form .form-inline .events-listview .event-detail .event-date, .events-listview .event-detail .wpcf7 .wpcf7-form .form-inline .event-date,
.wpcf7 .wpcf7-form .form-inline .events-listview .event-detail .event-time,
.events-listview .event-detail .wpcf7 .wpcf7-form .form-inline .event-time,
.wpcf7 .wpcf7-form .form-inline .events-listview .event-detail .event-location,
.events-listview .event-detail .wpcf7 .wpcf7-form .form-inline .event-location, .wpcf7 .wpcf7-form .form-inline .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .wpcf7 .wpcf7-form .form-inline .event-time, .form-inline .wpcf7 .wpcf7-form li, .wpcf7 .wpcf7-form .form-inline li, .form-inline .wpcf7 .wpcf7-form .table td, .wpcf7 .wpcf7-form .table .form-inline td, .form-inline .table .wpcf7 .wpcf7-form td, .table .wpcf7 .wpcf7-form .form-inline td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control, .form-inline .wpcf7 input[type=text], .wpcf7 .form-inline input[type=text],
.form-inline .wpcf7 input[type=search], .wpcf7 .form-inline input[type=search],
.form-inline .wpcf7 input[type=url], .wpcf7 .form-inline input[type=url],
.form-inline .wpcf7 input[type=tel], .wpcf7 .form-inline input[type=tel],
.form-inline .wpcf7 input[type=number], .wpcf7 .form-inline input[type=number],
.form-inline .wpcf7 input[type=range], .wpcf7 .form-inline input[type=range],
.form-inline .wpcf7 input[type=date], .wpcf7 .form-inline input[type=date],
.form-inline .wpcf7 input[type=month], .wpcf7 .form-inline input[type=month],
.form-inline .wpcf7 input[type=week], .wpcf7 .form-inline input[type=week],
.form-inline .wpcf7 input[type=time], .wpcf7 .form-inline input[type=time],
.form-inline .wpcf7 input[type=datetime], .wpcf7 .form-inline input[type=datetime],
.form-inline .wpcf7 input[type=datetime-local], .wpcf7 .form-inline input[type=datetime-local],
.form-inline .wpcf7 input[type=color], .wpcf7 .form-inline input[type=color],
.form-inline .wpcf7 input[type=email], .wpcf7 .form-inline input[type=email],
.form-inline .wpcf7 input[type=file], .wpcf7 .form-inline input[type=file],
.form-inline .wpcf7 input[type=submit], .wpcf7 .form-inline input[type=submit],
.form-inline .wpcf7 select, .wpcf7 .form-inline select,
.form-inline .wpcf7 textarea, .wpcf7 .form-inline textarea, .form-inline .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-inline .wpcf7-validation-errors {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn, .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .button, .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-reg-field-add-option, .mec-fes-form .mec-form-row .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove, .mec-events-button,
.wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn, .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .button, .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-reg-field-add-option, .mec-fes-form .mec-form-row .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove, .mec-events-button,
.wpcf7 input[type=submit] {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .mec-fes-form button[type=submit].mec-fes-sub-button:hover, .mec-booking-tab-content .button:hover, .mec-booking-tab-content .mec-bfixed-field-add-option:hover, .mec-booking-tab-content .mec-reg-field-add-option:hover, .mec-fes-form .mec-form-row .button:hover:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover, ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover, ul#mec_reg_form_fields li .mec_reg_field_remove:hover, .mec-events-button:hover, .wpcf7 input:hover[type=submit], .btn:focus, .mec-fes-form button[type=submit].mec-fes-sub-button:focus, .mec-booking-tab-content .button:focus, .mec-booking-tab-content .mec-bfixed-field-add-option:focus, .mec-booking-tab-content .mec-reg-field-add-option:focus, .mec-fes-form .mec-form-row .button:focus:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:focus, ul#mec_orgz_form_row li .mec-additional-organizer-remove:focus, ul#mec_reg_form_fields li .mec_reg_field_remove:focus, .mec-events-button:focus,
.wpcf7 input:focus[type=submit] {
  text-decoration: none;
}

.btn:focus, .mec-fes-form button[type=submit].mec-fes-sub-button:focus, .mec-booking-tab-content .button:focus, .mec-booking-tab-content .mec-bfixed-field-add-option:focus, .mec-booking-tab-content .mec-reg-field-add-option:focus, .mec-fes-form .mec-form-row .button:focus:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:focus, ul#mec_orgz_form_row li .mec-additional-organizer-remove:focus, ul#mec_reg_form_fields li .mec_reg_field_remove:focus, .mec-events-button:focus,
.wpcf7 input:focus[type=submit], .btn.focus, .mec-fes-form button.focus[type=submit].mec-fes-sub-button, .mec-booking-tab-content .focus.button, .mec-booking-tab-content .focus.mec-bfixed-field-add-option, .mec-booking-tab-content .focus.mec-reg-field-add-option, .mec-fes-form .mec-form-row .focus.button:not(.wp-color-result), ul#mec_bfixed_form_fields li .focus.mec_bfixed_field_remove, ul#mec_orgz_form_row li .focus.mec-additional-organizer-remove, ul#mec_reg_form_fields li .focus.mec_reg_field_remove, .focus.mec-events-button, .wpcf7 input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.btn.disabled, .mec-fes-form button.disabled[type=submit].mec-fes-sub-button, .mec-booking-tab-content .disabled.button, .mec-booking-tab-content .disabled.mec-bfixed-field-add-option, .mec-booking-tab-content .disabled.mec-reg-field-add-option, .mec-fes-form .mec-form-row .disabled.button:not(.wp-color-result), ul#mec_bfixed_form_fields li .disabled.mec_bfixed_field_remove, ul#mec_orgz_form_row li .disabled.mec-additional-organizer-remove, ul#mec_reg_form_fields li .disabled.mec_reg_field_remove, .disabled.mec-events-button, .wpcf7 input.disabled[type=submit], .btn:disabled, .mec-fes-form button[type=submit].mec-fes-sub-button:disabled, .mec-booking-tab-content .button:disabled, .mec-booking-tab-content .mec-bfixed-field-add-option:disabled, .mec-booking-tab-content .mec-reg-field-add-option:disabled, .mec-fes-form .mec-form-row .button:disabled:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:disabled, ul#mec_orgz_form_row li .mec-additional-organizer-remove:disabled, ul#mec_reg_form_fields li .mec_reg_field_remove:disabled, .mec-events-button:disabled,
.wpcf7 input:disabled[type=submit] {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .mec-fes-form button[type=submit].mec-fes-sub-button:not(:disabled):not(.disabled), .mec-booking-tab-content .button:not(:disabled):not(.disabled), .mec-booking-tab-content .mec-bfixed-field-add-option:not(:disabled):not(.disabled), .mec-booking-tab-content .mec-reg-field-add-option:not(:disabled):not(.disabled), .mec-fes-form .mec-form-row .button:not(:disabled):not(.disabled):not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:not(:disabled):not(.disabled), ul#mec_orgz_form_row li .mec-additional-organizer-remove:not(:disabled):not(.disabled), ul#mec_reg_form_fields li .mec_reg_field_remove:not(:disabled):not(.disabled), .mec-events-button:not(:disabled):not(.disabled), .wpcf7 input:not(:disabled):not(.disabled)[type=submit] {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .mec-fes-form button[type=submit].mec-fes-sub-button:not(:disabled):not(.disabled):active, .mec-booking-tab-content .button:not(:disabled):not(.disabled):active, .mec-booking-tab-content .mec-bfixed-field-add-option:not(:disabled):not(.disabled):active, .mec-booking-tab-content .mec-reg-field-add-option:not(:disabled):not(.disabled):active, .mec-fes-form .mec-form-row .button:not(:disabled):not(.disabled):active:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:not(:disabled):not(.disabled):active, ul#mec_orgz_form_row li .mec-additional-organizer-remove:not(:disabled):not(.disabled):active, ul#mec_reg_form_fields li .mec_reg_field_remove:not(:disabled):not(.disabled):active, .mec-events-button:not(:disabled):not(.disabled):active, .wpcf7 input:not(:disabled):not(.disabled):active[type=submit], .btn:not(:disabled):not(.disabled).active, .mec-fes-form button[type=submit].mec-fes-sub-button:not(:disabled):not(.disabled).active, .mec-booking-tab-content .button:not(:disabled):not(.disabled).active, .mec-booking-tab-content .mec-bfixed-field-add-option:not(:disabled):not(.disabled).active, .mec-booking-tab-content .mec-reg-field-add-option:not(:disabled):not(.disabled).active, .mec-fes-form .mec-form-row .button:not(:disabled):not(.disabled).active:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:not(:disabled):not(.disabled).active, ul#mec_orgz_form_row li .mec-additional-organizer-remove:not(:disabled):not(.disabled).active, ul#mec_reg_form_fields li .mec_reg_field_remove:not(:disabled):not(.disabled).active, .mec-events-button:not(:disabled):not(.disabled).active, .wpcf7 input:not(:disabled):not(.disabled).active[type=submit] {
  background-image: none;
}

a.btn.disabled, .mec-booking-tab-content a.disabled.button, .mec-booking-tab-content a.disabled.mec-bfixed-field-add-option, .mec-booking-tab-content a.disabled.mec-reg-field-add-option, .mec-fes-form .mec-form-row a.disabled.button:not(.wp-color-result), ul#mec_bfixed_form_fields li a.disabled.mec_bfixed_field_remove, ul#mec_orgz_form_row li a.disabled.mec-additional-organizer-remove, ul#mec_reg_form_fields li a.disabled.mec_reg_field_remove, a.disabled.mec-events-button,
fieldset:disabled a.btn,
fieldset:disabled .mec-booking-tab-content a.button,
.mec-booking-tab-content fieldset:disabled a.button,
fieldset:disabled .mec-booking-tab-content a.mec-bfixed-field-add-option,
.mec-booking-tab-content fieldset:disabled a.mec-bfixed-field-add-option,
fieldset:disabled .mec-booking-tab-content a.mec-reg-field-add-option,
.mec-booking-tab-content fieldset:disabled a.mec-reg-field-add-option,
fieldset:disabled .mec-fes-form .mec-form-row a.button:not(.wp-color-result),
.mec-fes-form .mec-form-row fieldset:disabled a.button:not(.wp-color-result),
fieldset:disabled ul#mec_bfixed_form_fields li a.mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li fieldset:disabled a.mec_bfixed_field_remove,
fieldset:disabled ul#mec_orgz_form_row li a.mec-additional-organizer-remove,
ul#mec_orgz_form_row li fieldset:disabled a.mec-additional-organizer-remove,
fieldset:disabled ul#mec_reg_form_fields li a.mec_reg_field_remove,
ul#mec_reg_form_fields li fieldset:disabled a.mec_reg_field_remove,
fieldset:disabled a.mec-events-button {
  pointer-events: none;
}

.btn-primary, .mec-fes-form button[type=submit].mec-fes-sub-button {
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
  background: var(--color-red);
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
}
.btn-primary--white {
  background-color: white;
  border-color: white;
  color: var(--color-red);
}

.btn-primary:hover, .mec-fes-form button[type=submit].mec-fes-sub-button:hover, .btn-primary:active, .mec-fes-form button[type=submit].mec-fes-sub-button:active {
  color: #ffffff;
  background-color: var(--color-gold);
  border-color: var(--color-gold);
}

.btn-primary:focus, .mec-fes-form button[type=submit].mec-fes-sub-button:focus, .btn-primary.focus, .mec-fes-form button.focus[type=submit].mec-fes-sub-button {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.btn-primary.disabled, .mec-fes-form button.disabled[type=submit].mec-fes-sub-button, .btn-primary:disabled, .mec-fes-form button[type=submit].mec-fes-sub-button:disabled {
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.btn-primary:not(:disabled):not(.disabled):active, .mec-fes-form button[type=submit].mec-fes-sub-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .mec-fes-form button[type=submit].mec-fes-sub-button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.mec-fes-form .show > button.dropdown-toggle[type=submit].mec-fes-sub-button {
  color: #ffffff;
  background-color: #285f8f;
  border-color: #255985;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .mec-fes-form button[type=submit].mec-fes-sub-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .mec-fes-form button[type=submit].mec-fes-sub-button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.mec-fes-form .show > button.dropdown-toggle[type=submit].mec-fes-sub-button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.btn-secondary, .mec-booking-tab-content .button, .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-reg-field-add-option, .mec-fes-form .mec-form-row .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove {
  color: var(--color-red);
  background-color: transparent;
  border-color: var(--color-red);
}
.btn-secondary--white {
  color: white;
  border-color: white;
}

.btn-secondary:hover, .mec-booking-tab-content .button:hover, .mec-booking-tab-content .mec-bfixed-field-add-option:hover, .mec-booking-tab-content .mec-reg-field-add-option:hover, .mec-fes-form .mec-form-row .button:hover:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover, ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover, ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
  color: var(--color-grey-darker);
  background-color: var(--color-gold);
  border-color: var(--color-gold);
}

.btn-secondary:focus, .mec-booking-tab-content .button:focus, .mec-booking-tab-content .mec-bfixed-field-add-option:focus, .mec-booking-tab-content .mec-reg-field-add-option:focus, .mec-fes-form .mec-form-row .button:focus:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:focus, ul#mec_orgz_form_row li .mec-additional-organizer-remove:focus, ul#mec_reg_form_fields li .mec_reg_field_remove:focus, .btn-secondary.focus, .mec-booking-tab-content .focus.button, .mec-booking-tab-content .focus.mec-bfixed-field-add-option, .mec-booking-tab-content .focus.mec-reg-field-add-option, .mec-fes-form .mec-form-row .focus.button:not(.wp-color-result), ul#mec_bfixed_form_fields li .focus.mec_bfixed_field_remove, ul#mec_orgz_form_row li .focus.mec-additional-organizer-remove, ul#mec_reg_form_fields li .focus.mec_reg_field_remove {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .mec-booking-tab-content .disabled.button, .mec-booking-tab-content .disabled.mec-bfixed-field-add-option, .mec-booking-tab-content .disabled.mec-reg-field-add-option, .mec-fes-form .mec-form-row .disabled.button:not(.wp-color-result), ul#mec_bfixed_form_fields li .disabled.mec_bfixed_field_remove, ul#mec_orgz_form_row li .disabled.mec-additional-organizer-remove, ul#mec_reg_form_fields li .disabled.mec_reg_field_remove, .btn-secondary:disabled, .mec-booking-tab-content .button:disabled, .mec-booking-tab-content .mec-bfixed-field-add-option:disabled, .mec-booking-tab-content .mec-reg-field-add-option:disabled, .mec-fes-form .mec-form-row .button:disabled:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:disabled, ul#mec_orgz_form_row li .mec-additional-organizer-remove:disabled, ul#mec_reg_form_fields li .mec_reg_field_remove:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .mec-booking-tab-content .button:not(:disabled):not(.disabled):active, .mec-booking-tab-content .mec-bfixed-field-add-option:not(:disabled):not(.disabled):active, .mec-booking-tab-content .mec-reg-field-add-option:not(:disabled):not(.disabled):active, .mec-fes-form .mec-form-row .button:not(:disabled):not(.disabled):active:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:not(:disabled):not(.disabled):active, ul#mec_orgz_form_row li .mec-additional-organizer-remove:not(:disabled):not(.disabled):active, ul#mec_reg_form_fields li .mec_reg_field_remove:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .mec-booking-tab-content .button:not(:disabled):not(.disabled).active, .mec-booking-tab-content .mec-bfixed-field-add-option:not(:disabled):not(.disabled).active, .mec-booking-tab-content .mec-reg-field-add-option:not(:disabled):not(.disabled).active, .mec-fes-form .mec-form-row .button:not(:disabled):not(.disabled).active:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:not(:disabled):not(.disabled).active, ul#mec_orgz_form_row li .mec-additional-organizer-remove:not(:disabled):not(.disabled).active, ul#mec_reg_form_fields li .mec_reg_field_remove:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.mec-booking-tab-content .show > .dropdown-toggle.button,
.mec-booking-tab-content .show > .dropdown-toggle.mec-bfixed-field-add-option,
.mec-booking-tab-content .show > .dropdown-toggle.mec-reg-field-add-option,
.mec-fes-form .mec-form-row .show > .dropdown-toggle.button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .show > .dropdown-toggle.mec_bfixed_field_remove,
ul#mec_orgz_form_row li .show > .dropdown-toggle.mec-additional-organizer-remove,
ul#mec_reg_form_fields li .show > .dropdown-toggle.mec_reg_field_remove {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .mec-booking-tab-content .button:not(:disabled):not(.disabled):active:focus, .mec-booking-tab-content .mec-bfixed-field-add-option:not(:disabled):not(.disabled):active:focus, .mec-booking-tab-content .mec-reg-field-add-option:not(:disabled):not(.disabled):active:focus, .mec-fes-form .mec-form-row .button:not(:disabled):not(.disabled):active:focus:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:not(:disabled):not(.disabled):active:focus, ul#mec_orgz_form_row li .mec-additional-organizer-remove:not(:disabled):not(.disabled):active:focus, ul#mec_reg_form_fields li .mec_reg_field_remove:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .mec-booking-tab-content .button:not(:disabled):not(.disabled).active:focus, .mec-booking-tab-content .mec-bfixed-field-add-option:not(:disabled):not(.disabled).active:focus, .mec-booking-tab-content .mec-reg-field-add-option:not(:disabled):not(.disabled).active:focus, .mec-fes-form .mec-form-row .button:not(:disabled):not(.disabled).active:focus:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:not(:disabled):not(.disabled).active:focus, ul#mec_orgz_form_row li .mec-additional-organizer-remove:not(:disabled):not(.disabled).active:focus, ul#mec_reg_form_fields li .mec_reg_field_remove:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.mec-booking-tab-content .show > .dropdown-toggle.button:focus,
.mec-booking-tab-content .show > .dropdown-toggle.mec-bfixed-field-add-option:focus,
.mec-booking-tab-content .show > .dropdown-toggle.mec-reg-field-add-option:focus,
.mec-fes-form .mec-form-row .show > .dropdown-toggle.button:focus:not(.wp-color-result),
ul#mec_bfixed_form_fields li .show > .dropdown-toggle.mec_bfixed_field_remove:focus,
ul#mec_orgz_form_row li .show > .dropdown-toggle.mec-additional-organizer-remove:focus,
ul#mec_reg_form_fields li .show > .dropdown-toggle.mec_reg_field_remove:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #942125;
  border-color: #891f23;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #891f23;
  border-color: #7f1c20;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover, .btn-light:active {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary,
.wpcf7 input[type=submit] {
  color: var(--color-red);
  background-color: transparent;
  background-image: none;
  border-color: var(--color-red);
}

.btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.btn-outline-primary:focus,
.wpcf7 input:focus[type=submit], .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled,
.wpcf7 input:disabled[type=submit] {
  color: var(--color-red);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input:not(:disabled):not(.disabled):active[type=submit], .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input:not(:disabled):not(.disabled).active[type=submit],
.show > .btn-outline-primary.dropdown-toggle,
.wpcf7 .show > input.dropdown-toggle[type=submit] {
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit], .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit],
.show > .btn-outline-primary.dropdown-toggle:focus,
.wpcf7 .show > input.dropdown-toggle:focus[type=submit] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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: #ffffff;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: var(--color-red);
  background-color: transparent;
  background-image: none;
  border-color: var(--color-red);
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: var(--color-red);
  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: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 45, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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: #ffffff;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: var(--color-red);
  background-color: transparent;
}

.btn-link:hover {
  color: #22527b;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .mec-fes-form .btn-group-lg > button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-lg > .button, .mec-booking-tab-content .btn-group-lg > .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-lg > .mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group-lg > .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group-lg > .mec_bfixed_field_remove, ul#mec_orgz_form_row li .btn-group-lg > .mec-additional-organizer-remove, ul#mec_reg_form_fields li .btn-group-lg > .mec_reg_field_remove, .btn-group-lg > .mec-events-button,
.wpcf7 .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .mec-fes-form .btn-group-sm > button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-sm > .button, .mec-booking-tab-content .btn-group-sm > .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-sm > .mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group-sm > .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group-sm > .mec_bfixed_field_remove, ul#mec_orgz_form_row li .btn-group-sm > .mec-additional-organizer-remove, ul#mec_reg_form_fields li .btn-group-sm > .mec_reg_field_remove, .btn-group-sm > .mec-events-button,
.wpcf7 .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--color-red);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .mec-fes-form .btn-group > button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group > .button, .mec-booking-tab-content .btn-group > .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group > .mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group > .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .mec_bfixed_field_remove, ul#mec_orgz_form_row li .btn-group > .mec-additional-organizer-remove, ul#mec_reg_form_fields li .btn-group > .mec_reg_field_remove, .btn-group > .mec-events-button,
.wpcf7 .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical > .button,
.mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove,
.btn-group-vertical > .mec-events-button,
.wpcf7 .btn-group-vertical > input[type=submit] {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover, .mec-fes-form .btn-group > button[type=submit].mec-fes-sub-button:hover, .mec-booking-tab-content .btn-group > .button:hover, .mec-booking-tab-content .btn-group > .mec-bfixed-field-add-option:hover, .mec-booking-tab-content .btn-group > .mec-reg-field-add-option:hover, .mec-fes-form .mec-form-row .btn-group > .button:hover:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .mec_bfixed_field_remove:hover, ul#mec_orgz_form_row li .btn-group > .mec-additional-organizer-remove:hover, ul#mec_reg_form_fields li .btn-group > .mec_reg_field_remove:hover, .btn-group > .mec-events-button:hover, .wpcf7 .btn-group > input:hover[type=submit],
.btn-group-vertical > .btn:hover,
.mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button:hover,
.mec-booking-tab-content .btn-group-vertical > .button:hover,
.mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option:hover,
.mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option:hover,
.mec-fes-form .mec-form-row .btn-group-vertical > .button:hover:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove:hover,
ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove:hover,
ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove:hover,
.btn-group-vertical > .mec-events-button:hover,
.wpcf7 .btn-group-vertical > input:hover[type=submit] {
  z-index: 1;
}

.btn-group > .btn:focus, .mec-fes-form .btn-group > button[type=submit].mec-fes-sub-button:focus, .mec-booking-tab-content .btn-group > .button:focus, .mec-booking-tab-content .btn-group > .mec-bfixed-field-add-option:focus, .mec-booking-tab-content .btn-group > .mec-reg-field-add-option:focus, .mec-fes-form .mec-form-row .btn-group > .button:focus:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .mec_bfixed_field_remove:focus, ul#mec_orgz_form_row li .btn-group > .mec-additional-organizer-remove:focus, ul#mec_reg_form_fields li .btn-group > .mec_reg_field_remove:focus, .btn-group > .mec-events-button:focus,
.wpcf7 .btn-group > input:focus[type=submit], .btn-group > .btn:active, .mec-fes-form .btn-group > button[type=submit].mec-fes-sub-button:active, .mec-booking-tab-content .btn-group > .button:active, .mec-booking-tab-content .btn-group > .mec-bfixed-field-add-option:active, .mec-booking-tab-content .btn-group > .mec-reg-field-add-option:active, .mec-fes-form .mec-form-row .btn-group > .button:active:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .mec_bfixed_field_remove:active, ul#mec_orgz_form_row li .btn-group > .mec-additional-organizer-remove:active, ul#mec_reg_form_fields li .btn-group > .mec_reg_field_remove:active, .btn-group > .mec-events-button:active, .wpcf7 .btn-group > input:active[type=submit], .btn-group > .btn.active, .mec-fes-form .btn-group > button.active[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group > .active.button, .mec-booking-tab-content .btn-group > .active.mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group > .active.mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group > .active.button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .active.mec_bfixed_field_remove, ul#mec_orgz_form_row li .btn-group > .active.mec-additional-organizer-remove, ul#mec_reg_form_fields li .btn-group > .active.mec_reg_field_remove, .btn-group > .active.mec-events-button, .wpcf7 .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button:focus,
.mec-booking-tab-content .btn-group-vertical > .button:focus,
.mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option:focus,
.mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option:focus,
.mec-fes-form .mec-form-row .btn-group-vertical > .button:focus:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove:focus,
ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove:focus,
ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove:focus,
.btn-group-vertical > .mec-events-button:focus,
.wpcf7 .btn-group-vertical > input:focus[type=submit],
.btn-group-vertical > .btn:active,
.mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button:active,
.mec-booking-tab-content .btn-group-vertical > .button:active,
.mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option:active,
.mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option:active,
.mec-fes-form .mec-form-row .btn-group-vertical > .button:active:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove:active,
ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove:active,
ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove:active,
.btn-group-vertical > .mec-events-button:active,
.wpcf7 .btn-group-vertical > input:active[type=submit],
.btn-group-vertical > .btn.active,
.mec-fes-form .btn-group-vertical > button.active[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical > .active.button,
.mec-booking-tab-content .btn-group-vertical > .active.mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical > .active.mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group-vertical > .active.button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .active.mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group-vertical > .active.mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group-vertical > .active.mec_reg_field_remove,
.btn-group-vertical > .active.mec-events-button,
.wpcf7 .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .btn, .mec-fes-form .btn-group button[type=submit].mec-fes-sub-button + .btn, .btn-group .mec-fes-form .btn + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group .btn + button[type=submit].mec-fes-sub-button, .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button, .btn-group .mec-booking-tab-content .button + .btn, .btn-group .mec-booking-tab-content .mec-fes-form .button + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group .mec-booking-tab-content .button + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group .button + .btn, .mec-booking-tab-content .btn-group .mec-fes-form .button + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .btn-group .button + button[type=submit].mec-fes-sub-button, .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .btn, .btn-group .mec-booking-tab-content .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .btn, .mec-booking-tab-content .btn-group .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .btn, .btn-group .mec-booking-tab-content .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group .mec-booking-tab-content .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .btn, .mec-booking-tab-content .btn-group .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .btn-group .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .btn, .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .btn, .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button, .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .btn, .btn-group ul#mec_bfixed_form_fields li .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .btn, ul#mec_bfixed_form_fields li .btn-group .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .btn, .btn-group ul#mec_orgz_form_row li .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .btn, ul#mec_orgz_form_row li .btn-group .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .btn, .btn-group ul#mec_reg_form_fields li .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .btn, ul#mec_reg_form_fields li .btn-group .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .btn-group .mec-booking-tab-content .btn + .button, .btn-group .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .button, .mec-fes-form .btn-group .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .button, .mec-booking-tab-content .btn-group .btn + .button, .mec-booking-tab-content .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .button, .mec-fes-form .mec-booking-tab-content .btn-group button[type=submit].mec-fes-sub-button + .button, .btn-group .mec-booking-tab-content .button + .button, .mec-booking-tab-content .btn-group .button + .button, .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .button, .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .button, .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .button, .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .button, .btn-group .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .button, .mec-booking-tab-content .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button, .mec-fes-form .mec-form-row .btn-group .mec-booking-tab-content .button:not(.wp-color-result) + .button, .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .button, .btn-group ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .button, .mec-booking-tab-content .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button, ul#mec_bfixed_form_fields li .btn-group .mec-booking-tab-content .mec_bfixed_field_remove + .button, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .button, .btn-group ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .button, .mec-booking-tab-content .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button, ul#mec_orgz_form_row li .btn-group .mec-booking-tab-content .mec-additional-organizer-remove + .button, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .button, .btn-group ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .button, .mec-booking-tab-content .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .button, ul#mec_reg_form_fields li .btn-group .mec-booking-tab-content .mec_reg_field_remove + .button, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .button, .btn-group .mec-booking-tab-content .btn + .mec-bfixed-field-add-option, .btn-group .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-fes-form .btn-group .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .btn + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-fes-form .mec-booking-tab-content .btn-group button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .btn-group .mec-booking-tab-content .button + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .button + .mec-bfixed-field-add-option, .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .mec-bfixed-field-add-option, .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .mec-bfixed-field-add-option, .btn-group .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .mec-fes-form .mec-form-row .btn-group .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .btn-group ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-bfixed-field-add-option, ul#mec_bfixed_form_fields li .btn-group .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .mec-bfixed-field-add-option, .btn-group ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-bfixed-field-add-option, ul#mec_orgz_form_row li .btn-group .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .mec-bfixed-field-add-option, .btn-group ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-bfixed-field-add-option, ul#mec_reg_form_fields li .btn-group .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .mec-bfixed-field-add-option, .btn-group .mec-booking-tab-content .btn + .mec-reg-field-add-option, .btn-group .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-fes-form .btn-group .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .btn + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-fes-form .mec-booking-tab-content .btn-group button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .btn-group .mec-booking-tab-content .button + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .button + .mec-reg-field-add-option, .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .mec-reg-field-add-option, .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .mec-reg-field-add-option, .btn-group .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option, .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .mec-reg-field-add-option, .btn-group ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-reg-field-add-option, ul#mec_bfixed_form_fields li .btn-group .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .mec-reg-field-add-option, .btn-group ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-reg-field-add-option, ul#mec_orgz_form_row li .btn-group .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .mec-reg-field-add-option, .btn-group ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-reg-field-add-option, ul#mec_reg_form_fields li .btn-group .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .mec-reg-field-add-option, .btn-group .mec-fes-form .mec-form-row .btn + .button:not(.wp-color-result), .btn-group .mec-fes-form .mec-form-row button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group .btn + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result), .btn-group .mec-booking-tab-content .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group .mec-booking-tab-content .button + .button:not(.wp-color-result), .mec-booking-tab-content .btn-group .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group .button + .button:not(.wp-color-result), .btn-group .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-booking-tab-content .btn-group .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .button:not(.wp-color-result), .btn-group .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-booking-tab-content .btn-group .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .button:not(.wp-color-result), .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .button:not(.wp-color-result), .btn-group ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .button:not(.wp-color-result), .btn-group ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button:not(.wp-color-result), ul#mec_orgz_form_row li .btn-group .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .button:not(.wp-color-result), .btn-group ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .button:not(.wp-color-result), ul#mec_reg_form_fields li .btn-group .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .button:not(.wp-color-result), .btn-group ul#mec_bfixed_form_fields li .btn + .mec_bfixed_field_remove, .btn-group ul#mec_bfixed_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .mec-fes-form .btn-group ul#mec_bfixed_form_fields li button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .btn + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .mec-fes-form ul#mec_bfixed_form_fields li .btn-group button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .btn-group .mec-booking-tab-content ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .mec-booking-tab-content .button + .mec_bfixed_field_remove, .mec-booking-tab-content .btn-group ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group .button + .mec_bfixed_field_remove, .btn-group .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_bfixed_field_remove, .mec-booking-tab-content .btn-group ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .mec_bfixed_field_remove, .btn-group .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .mec_bfixed_field_remove, .mec-booking-tab-content .btn-group ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .mec_bfixed_field_remove, .btn-group .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_bfixed_field_remove, .mec-fes-form .mec-form-row .btn-group ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .mec_bfixed_field_remove, .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .mec_bfixed_field_remove, .btn-group ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .btn-group .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .mec_bfixed_field_remove, .btn-group ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .btn-group .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .mec_bfixed_field_remove, .btn-group ul#mec_orgz_form_row li .btn + .mec-additional-organizer-remove, .btn-group ul#mec_orgz_form_row li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .mec-fes-form .btn-group ul#mec_orgz_form_row li button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .btn + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .mec-fes-form ul#mec_orgz_form_row li .btn-group button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .btn-group .mec-booking-tab-content ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .mec-booking-tab-content .button + .mec-additional-organizer-remove, .mec-booking-tab-content .btn-group ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group .button + .mec-additional-organizer-remove, .btn-group .mec-booking-tab-content ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-additional-organizer-remove, .mec-booking-tab-content .btn-group ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .mec-additional-organizer-remove, .btn-group .mec-booking-tab-content ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .mec-additional-organizer-remove, .mec-booking-tab-content .btn-group ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .mec-additional-organizer-remove, .btn-group .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-additional-organizer-remove, .mec-fes-form .mec-form-row .btn-group ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .mec-additional-organizer-remove, .btn-group ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .btn-group .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .mec-additional-organizer-remove, .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .mec-additional-organizer-remove, .btn-group ul#mec_reg_form_fields ul#mec_orgz_form_row li .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_reg_form_fields ul#mec_orgz_form_row li .btn-group .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .mec-additional-organizer-remove, .btn-group ul#mec_reg_form_fields li .btn + .mec_reg_field_remove, .btn-group ul#mec_reg_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .mec-fes-form .btn-group ul#mec_reg_form_fields li button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .btn + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .mec-fes-form ul#mec_reg_form_fields li .btn-group button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .btn-group .mec-booking-tab-content ul#mec_reg_form_fields li .button + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .mec-booking-tab-content .button + .mec_reg_field_remove, .mec-booking-tab-content .btn-group ul#mec_reg_form_fields li .button + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group .button + .mec_reg_field_remove, .btn-group .mec-booking-tab-content ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_reg_field_remove, .mec-booking-tab-content .btn-group ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .mec_reg_field_remove, .btn-group .mec-booking-tab-content ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .mec_reg_field_remove, .mec-booking-tab-content .btn-group ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .mec_reg_field_remove, .btn-group .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_reg_field_remove, .mec-fes-form .mec-form-row .btn-group ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .mec_reg_field_remove, .btn-group ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_reg_form_fields .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .btn-group .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .mec_reg_field_remove, .btn-group ul#mec_orgz_form_row ul#mec_reg_form_fields li .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_reg_form_fields .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_orgz_form_row ul#mec_reg_form_fields li .btn-group .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_reg_form_fields ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .mec_reg_field_remove, .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .mec_reg_field_remove, .btn-group .mec-events-button + .btn, .btn-group .mec-fes-form .mec-events-button + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group .mec-events-button + button[type=submit].mec-fes-sub-button, .btn-group .mec-booking-tab-content .mec-events-button + .button, .mec-booking-tab-content .btn-group .mec-events-button + .button, .btn-group .mec-booking-tab-content .mec-events-button + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .mec-events-button + .mec-bfixed-field-add-option, .btn-group .mec-booking-tab-content .mec-events-button + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .mec-events-button + .mec-reg-field-add-option, .btn-group .mec-fes-form .mec-form-row .mec-events-button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group .mec-events-button + .button:not(.wp-color-result), .btn-group ul#mec_bfixed_form_fields li .mec-events-button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .mec-events-button + .mec_bfixed_field_remove, .btn-group ul#mec_orgz_form_row li .mec-events-button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .mec-events-button + .mec-additional-organizer-remove, .btn-group ul#mec_reg_form_fields li .mec-events-button + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .mec-events-button + .mec_reg_field_remove, .btn-group .btn + .mec-events-button, .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-events-button, .mec-fes-form .btn-group button[type=submit].mec-fes-sub-button + .mec-events-button, .btn-group .mec-booking-tab-content .button + .mec-events-button, .mec-booking-tab-content .btn-group .button + .mec-events-button, .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-events-button, .mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .mec-events-button, .btn-group .mec-booking-tab-content .mec-reg-field-add-option + .mec-events-button, .mec-booking-tab-content .btn-group .mec-reg-field-add-option + .mec-events-button, .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-events-button, .mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .mec-events-button, .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-events-button, ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .mec-events-button, .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-events-button, ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .mec-events-button, .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-events-button, ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .mec-events-button, .btn-group .mec-events-button + .mec-events-button, .btn-group .wpcf7 input[type=submit] + .btn, .btn-group .wpcf7 .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group .wpcf7 input[type=submit] + button[type=submit].mec-fes-sub-button, .btn-group .wpcf7 .mec-booking-tab-content input[type=submit] + .button, .mec-booking-tab-content .btn-group .wpcf7 input[type=submit] + .button, .btn-group .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group .wpcf7 input[type=submit] + .mec-bfixed-field-add-option, .btn-group .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group .wpcf7 input[type=submit] + .mec-reg-field-add-option, .btn-group .wpcf7 .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group .wpcf7 input[type=submit] + .button:not(.wp-color-result), .btn-group .wpcf7 ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group .wpcf7 input[type=submit] + .mec_bfixed_field_remove, .btn-group .wpcf7 ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group .wpcf7 input[type=submit] + .mec-additional-organizer-remove, .btn-group .wpcf7 ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group .wpcf7 input[type=submit] + .mec_reg_field_remove, .btn-group .wpcf7 input[type=submit] + .mec-events-button, .wpcf7 .btn-group input[type=submit] + .btn, .wpcf7 .btn-group .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button, .mec-fes-form .wpcf7 .btn-group input[type=submit] + button[type=submit].mec-fes-sub-button, .wpcf7 .btn-group .mec-booking-tab-content input[type=submit] + .button, .mec-booking-tab-content .wpcf7 .btn-group input[type=submit] + .button, .wpcf7 .btn-group .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option, .mec-booking-tab-content .wpcf7 .btn-group input[type=submit] + .mec-bfixed-field-add-option, .wpcf7 .btn-group .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option, .mec-booking-tab-content .wpcf7 .btn-group input[type=submit] + .mec-reg-field-add-option, .wpcf7 .btn-group .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .wpcf7 .btn-group input[type=submit] + .button:not(.wp-color-result), .wpcf7 .btn-group ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .wpcf7 .btn-group input[type=submit] + .mec_bfixed_field_remove, .wpcf7 .btn-group ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .wpcf7 .btn-group input[type=submit] + .mec-additional-organizer-remove, .wpcf7 .btn-group ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove, ul#mec_reg_form_fields li .wpcf7 .btn-group input[type=submit] + .mec_reg_field_remove, .wpcf7 .btn-group input[type=submit] + .mec-events-button,
.btn-group .wpcf7 .btn + input[type=submit],
.btn-group .wpcf7 .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit],
.mec-fes-form .btn-group .wpcf7 button[type=submit].mec-fes-sub-button + input[type=submit],
.btn-group .wpcf7 .mec-booking-tab-content .button + input[type=submit],
.mec-booking-tab-content .btn-group .wpcf7 .button + input[type=submit],
.btn-group .wpcf7 .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit],
.mec-booking-tab-content .btn-group .wpcf7 .mec-bfixed-field-add-option + input[type=submit],
.btn-group .wpcf7 .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit],
.mec-booking-tab-content .btn-group .wpcf7 .mec-reg-field-add-option + input[type=submit],
.btn-group .wpcf7 .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit],
.mec-fes-form .mec-form-row .btn-group .wpcf7 .button:not(.wp-color-result) + input[type=submit],
.btn-group .wpcf7 ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit],
ul#mec_bfixed_form_fields li .btn-group .wpcf7 .mec_bfixed_field_remove + input[type=submit],
.btn-group .wpcf7 ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit],
ul#mec_orgz_form_row li .btn-group .wpcf7 .mec-additional-organizer-remove + input[type=submit],
.btn-group .wpcf7 ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit],
ul#mec_reg_form_fields li .btn-group .wpcf7 .mec_reg_field_remove + input[type=submit],
.btn-group .wpcf7 .mec-events-button + input[type=submit], .wpcf7 .btn-group .btn + input[type=submit], .wpcf7 .btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit], .mec-fes-form .wpcf7 .btn-group button[type=submit].mec-fes-sub-button + input[type=submit], .wpcf7 .btn-group .mec-booking-tab-content .button + input[type=submit], .mec-booking-tab-content .wpcf7 .btn-group .button + input[type=submit], .wpcf7 .btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit], .mec-booking-tab-content .wpcf7 .btn-group .mec-bfixed-field-add-option + input[type=submit], .wpcf7 .btn-group .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit], .mec-booking-tab-content .wpcf7 .btn-group .mec-reg-field-add-option + input[type=submit], .wpcf7 .btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit], .mec-fes-form .mec-form-row .wpcf7 .btn-group .button:not(.wp-color-result) + input[type=submit], .wpcf7 .btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit], ul#mec_bfixed_form_fields li .wpcf7 .btn-group .mec_bfixed_field_remove + input[type=submit], .wpcf7 .btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit], ul#mec_orgz_form_row li .wpcf7 .btn-group .mec-additional-organizer-remove + input[type=submit], .wpcf7 .btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit], ul#mec_reg_form_fields li .wpcf7 .btn-group .mec_reg_field_remove + input[type=submit], .wpcf7 .btn-group .mec-events-button + input[type=submit],
.btn-group .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .btn-group input[type=submit] + input[type=submit],
.btn-group .btn + .btn-group,
.btn-group .mec-fes-form button[type=submit].mec-fes-sub-button + .btn-group,
.mec-fes-form .btn-group button[type=submit].mec-fes-sub-button + .btn-group,
.btn-group .mec-booking-tab-content .button + .btn-group,
.mec-booking-tab-content .btn-group .button + .btn-group,
.btn-group .mec-booking-tab-content .mec-bfixed-field-add-option + .btn-group,
.mec-booking-tab-content .btn-group .mec-bfixed-field-add-option + .btn-group,
.btn-group .mec-booking-tab-content .mec-reg-field-add-option + .btn-group,
.mec-booking-tab-content .btn-group .mec-reg-field-add-option + .btn-group,
.btn-group .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .btn-group,
.mec-fes-form .mec-form-row .btn-group .button:not(.wp-color-result) + .btn-group,
.btn-group ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .btn-group,
ul#mec_bfixed_form_fields li .btn-group .mec_bfixed_field_remove + .btn-group,
.btn-group ul#mec_orgz_form_row li .mec-additional-organizer-remove + .btn-group,
ul#mec_orgz_form_row li .btn-group .mec-additional-organizer-remove + .btn-group,
.btn-group ul#mec_reg_form_fields li .mec_reg_field_remove + .btn-group,
ul#mec_reg_form_fields li .btn-group .mec_reg_field_remove + .btn-group,
.btn-group .mec-events-button + .btn-group,
.btn-group .wpcf7 input[type=submit] + .btn-group,
.wpcf7 .btn-group input[type=submit] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .mec-fes-form .btn-group + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group .btn-group + button[type=submit].mec-fes-sub-button,
.btn-group .mec-booking-tab-content .btn-group + .button,
.mec-booking-tab-content .btn-group .btn-group + .button,
.btn-group .mec-booking-tab-content .btn-group + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group .btn-group + .mec-bfixed-field-add-option,
.btn-group .mec-booking-tab-content .btn-group + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group .btn-group + .mec-reg-field-add-option,
.btn-group .mec-fes-form .mec-form-row .btn-group + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group .btn-group + .button:not(.wp-color-result),
.btn-group ul#mec_bfixed_form_fields li .btn-group + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group .btn-group + .mec_bfixed_field_remove,
.btn-group ul#mec_orgz_form_row li .btn-group + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group .btn-group + .mec-additional-organizer-remove,
.btn-group ul#mec_reg_form_fields li .btn-group + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group .btn-group + .mec_reg_field_remove,
.btn-group .btn-group + .mec-events-button,
.btn-group .wpcf7 .btn-group + input[type=submit],
.wpcf7 .btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .btn,
.mec-fes-form .btn-group-vertical button[type=submit].mec-fes-sub-button + .btn,
.btn-group-vertical .mec-fes-form .btn + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical .btn + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-booking-tab-content .button + .btn,
.btn-group-vertical .mec-booking-tab-content .mec-fes-form .button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical .mec-booking-tab-content .button + button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical .button + .btn,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-booking-tab-content .btn-group-vertical .button + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .btn,
.btn-group-vertical .mec-booking-tab-content .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .btn,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .btn,
.btn-group-vertical .mec-booking-tab-content .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .btn,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .btn,
.btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .btn,
.mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .btn,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .btn,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
.btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .btn,
.btn-group-vertical ul#mec_orgz_form_row li .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .btn,
ul#mec_orgz_form_row li .btn-group-vertical .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
.btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .btn,
.btn-group-vertical ul#mec_reg_form_fields li .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .btn,
ul#mec_reg_form_fields li .btn-group-vertical .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-booking-tab-content .btn + .button,
.btn-group-vertical .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .button,
.mec-fes-form .btn-group-vertical .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .button,
.mec-booking-tab-content .btn-group-vertical .btn + .button,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .button,
.mec-fes-form .mec-booking-tab-content .btn-group-vertical button[type=submit].mec-fes-sub-button + .button,
.btn-group-vertical .mec-booking-tab-content .button + .button,
.mec-booking-tab-content .btn-group-vertical .button + .button,
.btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .button,
.mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .button,
.btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .button,
.mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .button,
.btn-group-vertical .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .button,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button,
.mec-fes-form .mec-form-row .btn-group-vertical .mec-booking-tab-content .button:not(.wp-color-result) + .button,
.mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .button,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .button,
.mec-booking-tab-content .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-booking-tab-content .mec_bfixed_field_remove + .button,
.mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .button,
.btn-group-vertical ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .button,
.mec-booking-tab-content .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button,
ul#mec_orgz_form_row li .btn-group-vertical .mec-booking-tab-content .mec-additional-organizer-remove + .button,
.mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .button,
.btn-group-vertical ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .button,
.mec-booking-tab-content .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .button,
ul#mec_reg_form_fields li .btn-group-vertical .mec-booking-tab-content .mec_reg_field_remove + .button,
.mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .button,
.btn-group-vertical .mec-booking-tab-content .btn + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.mec-fes-form .btn-group-vertical .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .btn + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.mec-fes-form .mec-booking-tab-content .btn-group-vertical button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-booking-tab-content .button + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .button + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.mec-fes-form .mec-form-row .btn-group-vertical .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
.btn-group-vertical ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
ul#mec_orgz_form_row li .btn-group-vertical .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
.btn-group-vertical ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-bfixed-field-add-option,
ul#mec_reg_form_fields li .btn-group-vertical .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-booking-tab-content .btn + .mec-reg-field-add-option,
.btn-group-vertical .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.mec-fes-form .btn-group-vertical .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .btn + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.mec-fes-form .mec-booking-tab-content .btn-group-vertical button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.btn-group-vertical .mec-booking-tab-content .button + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .button + .mec-reg-field-add-option,
.btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .mec-reg-field-add-option,
.btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .mec-reg-field-add-option,
.btn-group-vertical .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group-vertical .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option,
.mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .mec-reg-field-add-option,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-reg-field-add-option,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .mec-reg-field-add-option,
.btn-group-vertical ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-reg-field-add-option,
ul#mec_orgz_form_row li .btn-group-vertical .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option,
.mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .mec-reg-field-add-option,
.btn-group-vertical ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-reg-field-add-option,
ul#mec_reg_form_fields li .btn-group-vertical .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .mec-reg-field-add-option,
.btn-group-vertical .mec-fes-form .mec-form-row .btn + .button:not(.wp-color-result),
.btn-group-vertical .mec-fes-form .mec-form-row button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .btn + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result),
.btn-group-vertical .mec-booking-tab-content .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .mec-booking-tab-content .button + .button:not(.wp-color-result),
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical .button + .button:not(.wp-color-result),
.btn-group-vertical .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.btn-group-vertical .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .button:not(.wp-color-result),
.mec-booking-tab-content .btn-group-vertical .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .button:not(.wp-color-result),
.btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .button:not(.wp-color-result),
.btn-group-vertical ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .button:not(.wp-color-result),
.btn-group-vertical ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button:not(.wp-color-result),
ul#mec_orgz_form_row li .btn-group-vertical .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .button:not(.wp-color-result),
.btn-group-vertical ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .button:not(.wp-color-result),
ul#mec_reg_form_fields li .btn-group-vertical .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .button:not(.wp-color-result),
.btn-group-vertical ul#mec_bfixed_form_fields li .btn + .mec_bfixed_field_remove,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
.mec-fes-form .btn-group-vertical ul#mec_bfixed_form_fields li button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .btn + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
.mec-fes-form ul#mec_bfixed_form_fields li .btn-group-vertical button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-booking-tab-content .button + .mec_bfixed_field_remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical .button + .mec_bfixed_field_remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .mec_bfixed_field_remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .mec_bfixed_field_remove,
.btn-group-vertical .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_bfixed_field_remove,
.mec-fes-form .mec-form-row .btn-group-vertical ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .mec_bfixed_field_remove,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .mec_bfixed_field_remove,
.btn-group-vertical ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .mec-additional-organizer-remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_bfixed_field_remove,
ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .btn-group-vertical .mec-additional-organizer-remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .mec_bfixed_field_remove,
.btn-group-vertical ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove,
ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .btn-group-vertical .mec_reg_field_remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .mec_bfixed_field_remove,
.btn-group-vertical ul#mec_orgz_form_row li .btn + .mec-additional-organizer-remove,
.btn-group-vertical ul#mec_orgz_form_row li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
.mec-fes-form .btn-group-vertical ul#mec_orgz_form_row li button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .btn + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
.mec-fes-form ul#mec_orgz_form_row li .btn-group-vertical button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .mec-booking-tab-content .button + .mec-additional-organizer-remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical .button + .mec-additional-organizer-remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .mec-additional-organizer-remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .mec-additional-organizer-remove,
.btn-group-vertical .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-additional-organizer-remove,
.mec-fes-form .mec-form-row .btn-group-vertical ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .mec-additional-organizer-remove,
.btn-group-vertical ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .mec_bfixed_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-additional-organizer-remove,
ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .btn-group-vertical .mec_bfixed_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .mec-additional-organizer-remove,
.btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .mec-additional-organizer-remove,
.btn-group-vertical ul#mec_reg_form_fields ul#mec_orgz_form_row li .mec_reg_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-additional-organizer-remove,
ul#mec_reg_form_fields ul#mec_orgz_form_row li .btn-group-vertical .mec_reg_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .mec-additional-organizer-remove,
.btn-group-vertical ul#mec_reg_form_fields li .btn + .mec_reg_field_remove,
.btn-group-vertical ul#mec_reg_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
.mec-fes-form .btn-group-vertical ul#mec_reg_form_fields li button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .btn + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
.mec-fes-form ul#mec_reg_form_fields li .btn-group-vertical button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_reg_form_fields li .button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .mec-booking-tab-content .button + .mec_reg_field_remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_reg_form_fields li .button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical .button + .mec_reg_field_remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_reg_field_remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .mec_reg_field_remove,
.btn-group-vertical .mec-booking-tab-content ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .mec_reg_field_remove,
.mec-booking-tab-content .btn-group-vertical ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .mec_reg_field_remove,
.btn-group-vertical .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_reg_field_remove,
.mec-fes-form .mec-form-row .btn-group-vertical ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .mec_reg_field_remove,
.btn-group-vertical ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove,
ul#mec_reg_form_fields .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove,
ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .mec_reg_field_remove,
ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .mec_reg_field_remove,
.btn-group-vertical ul#mec_orgz_form_row ul#mec_reg_form_fields li .mec-additional-organizer-remove + .mec_reg_field_remove,
ul#mec_reg_form_fields .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_reg_field_remove,
ul#mec_orgz_form_row ul#mec_reg_form_fields li .btn-group-vertical .mec-additional-organizer-remove + .mec_reg_field_remove,
ul#mec_reg_form_fields ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .mec_reg_field_remove,
.btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .mec_reg_field_remove,
.btn-group-vertical .mec-events-button + .btn,
.btn-group-vertical .mec-fes-form .mec-events-button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical .mec-events-button + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-booking-tab-content .mec-events-button + .button,
.mec-booking-tab-content .btn-group-vertical .mec-events-button + .button,
.btn-group-vertical .mec-booking-tab-content .mec-events-button + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-events-button + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-booking-tab-content .mec-events-button + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .mec-events-button + .mec-reg-field-add-option,
.btn-group-vertical .mec-fes-form .mec-form-row .mec-events-button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .mec-events-button + .button:not(.wp-color-result),
.btn-group-vertical ul#mec_bfixed_form_fields li .mec-events-button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec-events-button + .mec_bfixed_field_remove,
.btn-group-vertical ul#mec_orgz_form_row li .mec-events-button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .mec-events-button + .mec-additional-organizer-remove,
.btn-group-vertical ul#mec_reg_form_fields li .mec-events-button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .mec-events-button + .mec_reg_field_remove,
.btn-group-vertical .btn + .mec-events-button,
.btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-events-button,
.mec-fes-form .btn-group-vertical button[type=submit].mec-fes-sub-button + .mec-events-button,
.btn-group-vertical .mec-booking-tab-content .button + .mec-events-button,
.mec-booking-tab-content .btn-group-vertical .button + .mec-events-button,
.btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-events-button,
.mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .mec-events-button,
.btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .mec-events-button,
.mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .mec-events-button,
.btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-events-button,
.mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .mec-events-button,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-events-button,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .mec-events-button,
.btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-events-button,
ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .mec-events-button,
.btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-events-button,
ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .mec-events-button,
.btn-group-vertical .mec-events-button + .mec-events-button,
.btn-group-vertical .wpcf7 input[type=submit] + .btn,
.btn-group-vertical .wpcf7 .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical .wpcf7 input[type=submit] + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .wpcf7 .mec-booking-tab-content input[type=submit] + .button,
.mec-booking-tab-content .btn-group-vertical .wpcf7 input[type=submit] + .button,
.btn-group-vertical .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .wpcf7 input[type=submit] + .mec-bfixed-field-add-option,
.btn-group-vertical .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .wpcf7 input[type=submit] + .mec-reg-field-add-option,
.btn-group-vertical .wpcf7 .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .wpcf7 input[type=submit] + .button:not(.wp-color-result),
.btn-group-vertical .wpcf7 ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .wpcf7 input[type=submit] + .mec_bfixed_field_remove,
.btn-group-vertical .wpcf7 ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .wpcf7 input[type=submit] + .mec-additional-organizer-remove,
.btn-group-vertical .wpcf7 ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .wpcf7 input[type=submit] + .mec_reg_field_remove,
.btn-group-vertical .wpcf7 input[type=submit] + .mec-events-button,
.wpcf7 .btn-group-vertical input[type=submit] + .btn,
.wpcf7 .btn-group-vertical .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button,
.mec-fes-form .wpcf7 .btn-group-vertical input[type=submit] + button[type=submit].mec-fes-sub-button,
.wpcf7 .btn-group-vertical .mec-booking-tab-content input[type=submit] + .button,
.mec-booking-tab-content .wpcf7 .btn-group-vertical input[type=submit] + .button,
.wpcf7 .btn-group-vertical .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option,
.mec-booking-tab-content .wpcf7 .btn-group-vertical input[type=submit] + .mec-bfixed-field-add-option,
.wpcf7 .btn-group-vertical .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option,
.mec-booking-tab-content .wpcf7 .btn-group-vertical input[type=submit] + .mec-reg-field-add-option,
.wpcf7 .btn-group-vertical .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .wpcf7 .btn-group-vertical input[type=submit] + .button:not(.wp-color-result),
.wpcf7 .btn-group-vertical ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .wpcf7 .btn-group-vertical input[type=submit] + .mec_bfixed_field_remove,
.wpcf7 .btn-group-vertical ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .wpcf7 .btn-group-vertical input[type=submit] + .mec-additional-organizer-remove,
.wpcf7 .btn-group-vertical ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove,
ul#mec_reg_form_fields li .wpcf7 .btn-group-vertical input[type=submit] + .mec_reg_field_remove,
.wpcf7 .btn-group-vertical input[type=submit] + .mec-events-button,
.btn-group-vertical .wpcf7 .btn + input[type=submit],
.btn-group-vertical .wpcf7 .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit],
.mec-fes-form .btn-group-vertical .wpcf7 button[type=submit].mec-fes-sub-button + input[type=submit],
.btn-group-vertical .wpcf7 .mec-booking-tab-content .button + input[type=submit],
.mec-booking-tab-content .btn-group-vertical .wpcf7 .button + input[type=submit],
.btn-group-vertical .wpcf7 .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit],
.mec-booking-tab-content .btn-group-vertical .wpcf7 .mec-bfixed-field-add-option + input[type=submit],
.btn-group-vertical .wpcf7 .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit],
.mec-booking-tab-content .btn-group-vertical .wpcf7 .mec-reg-field-add-option + input[type=submit],
.btn-group-vertical .wpcf7 .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit],
.mec-fes-form .mec-form-row .btn-group-vertical .wpcf7 .button:not(.wp-color-result) + input[type=submit],
.btn-group-vertical .wpcf7 ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit],
ul#mec_bfixed_form_fields li .btn-group-vertical .wpcf7 .mec_bfixed_field_remove + input[type=submit],
.btn-group-vertical .wpcf7 ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit],
ul#mec_orgz_form_row li .btn-group-vertical .wpcf7 .mec-additional-organizer-remove + input[type=submit],
.btn-group-vertical .wpcf7 ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit],
ul#mec_reg_form_fields li .btn-group-vertical .wpcf7 .mec_reg_field_remove + input[type=submit],
.btn-group-vertical .wpcf7 .mec-events-button + input[type=submit],
.wpcf7 .btn-group-vertical .btn + input[type=submit],
.wpcf7 .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit],
.mec-fes-form .wpcf7 .btn-group-vertical button[type=submit].mec-fes-sub-button + input[type=submit],
.wpcf7 .btn-group-vertical .mec-booking-tab-content .button + input[type=submit],
.mec-booking-tab-content .wpcf7 .btn-group-vertical .button + input[type=submit],
.wpcf7 .btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit],
.mec-booking-tab-content .wpcf7 .btn-group-vertical .mec-bfixed-field-add-option + input[type=submit],
.wpcf7 .btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit],
.mec-booking-tab-content .wpcf7 .btn-group-vertical .mec-reg-field-add-option + input[type=submit],
.wpcf7 .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit],
.mec-fes-form .mec-form-row .wpcf7 .btn-group-vertical .button:not(.wp-color-result) + input[type=submit],
.wpcf7 .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit],
ul#mec_bfixed_form_fields li .wpcf7 .btn-group-vertical .mec_bfixed_field_remove + input[type=submit],
.wpcf7 .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit],
ul#mec_orgz_form_row li .wpcf7 .btn-group-vertical .mec-additional-organizer-remove + input[type=submit],
.wpcf7 .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit],
ul#mec_reg_form_fields li .wpcf7 .btn-group-vertical .mec_reg_field_remove + input[type=submit],
.wpcf7 .btn-group-vertical .mec-events-button + input[type=submit],
.btn-group-vertical .wpcf7 input[type=submit] + input[type=submit],
.wpcf7 .btn-group-vertical input[type=submit] + input[type=submit],
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button + .btn-group,
.mec-fes-form .btn-group-vertical button[type=submit].mec-fes-sub-button + .btn-group,
.btn-group-vertical .mec-booking-tab-content .button + .btn-group,
.mec-booking-tab-content .btn-group-vertical .button + .btn-group,
.btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option + .btn-group,
.mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option + .btn-group,
.btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option + .btn-group,
.mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option + .btn-group,
.btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .btn-group,
.mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result) + .btn-group,
.btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .btn-group,
ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove + .btn-group,
.btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove + .btn-group,
ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove + .btn-group,
.btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove + .btn-group,
ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove + .btn-group,
.btn-group-vertical .mec-events-button + .btn-group,
.btn-group-vertical .wpcf7 input[type=submit] + .btn-group,
.wpcf7 .btn-group-vertical input[type=submit] + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .mec-fes-form .btn-group + button[type=submit].mec-fes-sub-button,
.mec-fes-form .btn-group-vertical .btn-group + button[type=submit].mec-fes-sub-button,
.btn-group-vertical .mec-booking-tab-content .btn-group + .button,
.mec-booking-tab-content .btn-group-vertical .btn-group + .button,
.btn-group-vertical .mec-booking-tab-content .btn-group + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical .btn-group + .mec-bfixed-field-add-option,
.btn-group-vertical .mec-booking-tab-content .btn-group + .mec-reg-field-add-option,
.mec-booking-tab-content .btn-group-vertical .btn-group + .mec-reg-field-add-option,
.btn-group-vertical .mec-fes-form .mec-form-row .btn-group + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .btn-group-vertical .btn-group + .button:not(.wp-color-result),
.btn-group-vertical ul#mec_bfixed_form_fields li .btn-group + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .btn-group-vertical .btn-group + .mec_bfixed_field_remove,
.btn-group-vertical ul#mec_orgz_form_row li .btn-group + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .btn-group-vertical .btn-group + .mec-additional-organizer-remove,
.btn-group-vertical ul#mec_reg_form_fields li .btn-group + .mec_reg_field_remove,
ul#mec_reg_form_fields li .btn-group-vertical .btn-group + .mec_reg_field_remove,
.btn-group-vertical .btn-group + .mec-events-button,
.btn-group-vertical .wpcf7 .btn-group + input[type=submit],
.wpcf7 .btn-group-vertical .btn-group + input[type=submit],
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child, .mec-fes-form .btn-group > button[type=submit].mec-fes-sub-button:first-child, .mec-booking-tab-content .btn-group > .button:first-child, .mec-booking-tab-content .btn-group > .mec-bfixed-field-add-option:first-child, .mec-booking-tab-content .btn-group > .mec-reg-field-add-option:first-child, .mec-fes-form .mec-form-row .btn-group > .button:first-child:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .mec_bfixed_field_remove:first-child, ul#mec_orgz_form_row li .btn-group > .mec-additional-organizer-remove:first-child, ul#mec_reg_form_fields li .btn-group > .mec_reg_field_remove:first-child, .btn-group > .mec-events-button:first-child, .wpcf7 .btn-group > input:first-child[type=submit] {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .mec-fes-form .btn-group > button[type=submit].mec-fes-sub-button:not(:last-child):not(.dropdown-toggle), .mec-booking-tab-content .btn-group > .button:not(:last-child):not(.dropdown-toggle), .mec-booking-tab-content .btn-group > .mec-bfixed-field-add-option:not(:last-child):not(.dropdown-toggle), .mec-booking-tab-content .btn-group > .mec-reg-field-add-option:not(:last-child):not(.dropdown-toggle), .mec-fes-form .mec-form-row .btn-group > .button:not(:last-child):not(.dropdown-toggle):not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .mec_bfixed_field_remove:not(:last-child):not(.dropdown-toggle), ul#mec_orgz_form_row li .btn-group > .mec-additional-organizer-remove:not(:last-child):not(.dropdown-toggle), ul#mec_reg_form_fields li .btn-group > .mec_reg_field_remove:not(:last-child):not(.dropdown-toggle), .btn-group > .mec-events-button:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.btn-group > .btn-group:not(:last-child) > .btn,
.mec-fes-form .btn-group > .btn-group:not(:last-child) > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group > .btn-group:not(:last-child) > .button,
.mec-booking-tab-content .btn-group > .btn-group:not(:last-child) > .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group > .btn-group:not(:last-child) > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group > .btn-group:not(:last-child) > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group > .btn-group:not(:last-child) > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group > .btn-group:not(:last-child) > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group > .btn-group:not(:last-child) > .mec_reg_field_remove,
.btn-group > .btn-group:not(:last-child) > .mec-events-button,
.wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .mec-fes-form .btn-group > button[type=submit].mec-fes-sub-button:not(:first-child), .mec-booking-tab-content .btn-group > .button:not(:first-child), .mec-booking-tab-content .btn-group > .mec-bfixed-field-add-option:not(:first-child), .mec-booking-tab-content .btn-group > .mec-reg-field-add-option:not(:first-child), .mec-fes-form .mec-form-row .btn-group > .button:not(:first-child):not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group > .mec_bfixed_field_remove:not(:first-child), ul#mec_orgz_form_row li .btn-group > .mec-additional-organizer-remove:not(:first-child), ul#mec_reg_form_fields li .btn-group > .mec_reg_field_remove:not(:first-child), .btn-group > .mec-events-button:not(:first-child), .wpcf7 .btn-group > input:not(:first-child)[type=submit],
.btn-group > .btn-group:not(:first-child) > .btn,
.mec-fes-form .btn-group > .btn-group:not(:first-child) > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group > .btn-group:not(:first-child) > .button,
.mec-booking-tab-content .btn-group > .btn-group:not(:first-child) > .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group > .btn-group:not(:first-child) > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group > .btn-group:not(:first-child) > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group > .btn-group:not(:first-child) > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group > .btn-group:not(:first-child) > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group > .btn-group:not(:first-child) > .mec_reg_field_remove,
.btn-group > .btn-group:not(:first-child) > .mec-events-button,
.wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .mec-fes-form .btn-group-sm > button[type=submit].mec-fes-sub-button + .dropdown-toggle-split, .mec-booking-tab-content .btn-group-sm > .button + .dropdown-toggle-split, .mec-booking-tab-content .btn-group-sm > .mec-bfixed-field-add-option + .dropdown-toggle-split, .mec-booking-tab-content .btn-group-sm > .mec-reg-field-add-option + .dropdown-toggle-split, .mec-fes-form .mec-form-row .btn-group-sm > .button:not(.wp-color-result) + .dropdown-toggle-split, ul#mec_bfixed_form_fields li .btn-group-sm > .mec_bfixed_field_remove + .dropdown-toggle-split, ul#mec_orgz_form_row li .btn-group-sm > .mec-additional-organizer-remove + .dropdown-toggle-split, ul#mec_reg_form_fields li .btn-group-sm > .mec_reg_field_remove + .dropdown-toggle-split, .btn-group-sm > .mec-events-button + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .mec-fes-form .btn-group-lg > button[type=submit].mec-fes-sub-button + .dropdown-toggle-split, .mec-booking-tab-content .btn-group-lg > .button + .dropdown-toggle-split, .mec-booking-tab-content .btn-group-lg > .mec-bfixed-field-add-option + .dropdown-toggle-split, .mec-booking-tab-content .btn-group-lg > .mec-reg-field-add-option + .dropdown-toggle-split, .mec-fes-form .mec-form-row .btn-group-lg > .button:not(.wp-color-result) + .dropdown-toggle-split, ul#mec_bfixed_form_fields li .btn-group-lg > .mec_bfixed_field_remove + .dropdown-toggle-split, ul#mec_orgz_form_row li .btn-group-lg > .mec-additional-organizer-remove + .dropdown-toggle-split, ul#mec_reg_form_fields li .btn-group-lg > .mec_reg_field_remove + .dropdown-toggle-split, .btn-group-lg > .mec-events-button + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group-vertical button[type=submit].mec-fes-sub-button, .btn-group-vertical .mec-booking-tab-content .button, .mec-booking-tab-content .btn-group-vertical .button, .btn-group-vertical .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-vertical .mec-bfixed-field-add-option, .btn-group-vertical .mec-booking-tab-content .mec-reg-field-add-option, .mec-booking-tab-content .btn-group-vertical .mec-reg-field-add-option, .btn-group-vertical .mec-fes-form .mec-form-row .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group-vertical .button:not(.wp-color-result), .btn-group-vertical ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group-vertical .mec_bfixed_field_remove, .btn-group-vertical ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group-vertical .mec-additional-organizer-remove, .btn-group-vertical ul#mec_reg_form_fields li .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group-vertical .mec_reg_field_remove, .btn-group-vertical .mec-events-button,
.btn-group-vertical .wpcf7 input[type=submit], .wpcf7 .btn-group-vertical input[type=submit],
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .btn, .mec-fes-form .btn-group-vertical > .btn + button[type=submit].mec-fes-sub-button, .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-vertical > .button + .btn, .mec-booking-tab-content .mec-fes-form .btn-group-vertical > .button + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .btn-group-vertical > .button + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .btn, .mec-booking-tab-content .mec-fes-form .btn-group-vertical > .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .btn, .mec-booking-tab-content .mec-fes-form .btn-group-vertical > .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .btn, .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button, ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .btn, ul#mec_bfixed_form_fields li .mec-fes-form .btn-group-vertical > .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .btn, ul#mec_orgz_form_row li .mec-fes-form .btn-group-vertical > .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .btn, ul#mec_reg_form_fields li .mec-fes-form .btn-group-vertical > .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-vertical > .btn + .button, .mec-booking-tab-content .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .button, .mec-fes-form .mec-booking-tab-content .btn-group-vertical > button[type=submit].mec-fes-sub-button + .button, .mec-booking-tab-content .btn-group-vertical > .button + .button, .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .button, .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .button, .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical > .button:not(.wp-color-result) + .button, .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .button, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec_bfixed_field_remove + .button, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .button, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical > .mec-additional-organizer-remove + .button, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .button, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec_reg_field_remove + .button, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .button, .mec-booking-tab-content .btn-group-vertical > .btn + .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-fes-form .mec-booking-tab-content .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-vertical > .button + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .mec-bfixed-field-add-option, .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical > .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .mec-bfixed-field-add-option, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec_bfixed_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .mec-bfixed-field-add-option, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical > .mec-additional-organizer-remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .mec-bfixed-field-add-option, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec_reg_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-vertical > .btn + .mec-reg-field-add-option, .mec-booking-tab-content .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-fes-form .mec-booking-tab-content .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group-vertical > .button + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .mec-reg-field-add-option, .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .mec-reg-field-add-option, .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical > .button:not(.wp-color-result) + .mec-reg-field-add-option, .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .mec-reg-field-add-option, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec_bfixed_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .mec-reg-field-add-option, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical > .mec-additional-organizer-remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .mec-reg-field-add-option, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec_reg_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group-vertical > .btn + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group-vertical > button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result), .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical > .button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical > .button + .button:not(.wp-color-result), .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical > .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-booking-tab-content .mec-fes-form .mec-form-row .btn-group-vertical > .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .btn-group-vertical > .mec_bfixed_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .button:not(.wp-color-result), ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .btn-group-vertical > .mec-additional-organizer-remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .button:not(.wp-color-result), ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .btn-group-vertical > .mec_reg_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group-vertical > .btn + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .mec-fes-form ul#mec_bfixed_form_fields li .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical > .button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical > .button + .mec_bfixed_field_remove, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical > .mec-bfixed-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .mec_bfixed_field_remove, .mec-booking-tab-content ul#mec_bfixed_form_fields li .btn-group-vertical > .mec-reg-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .mec_bfixed_field_remove, .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .btn-group-vertical > .button:not(.wp-color-result) + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .mec_bfixed_field_remove, ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .btn-group-vertical > .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_orgz_form_row li .btn-group-vertical > .btn + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .mec-fes-form ul#mec_orgz_form_row li .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical > .button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical > .button + .mec-additional-organizer-remove, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical > .mec-bfixed-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .mec-additional-organizer-remove, .mec-booking-tab-content ul#mec_orgz_form_row li .btn-group-vertical > .mec-reg-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .mec-additional-organizer-remove, .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .btn-group-vertical > .button:not(.wp-color-result) + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .mec-additional-organizer-remove, ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .btn-group-vertical > .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .mec-additional-organizer-remove, ul#mec_reg_form_fields ul#mec_orgz_form_row li .btn-group-vertical > .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_reg_form_fields li .btn-group-vertical > .btn + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .mec-fes-form ul#mec_reg_form_fields li .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical > .button + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical > .button + .mec_reg_field_remove, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical > .mec-bfixed-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .mec_reg_field_remove, .mec-booking-tab-content ul#mec_reg_form_fields li .btn-group-vertical > .mec-reg-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .mec_reg_field_remove, .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .btn-group-vertical > .button:not(.wp-color-result) + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .mec_reg_field_remove, ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_orgz_form_row ul#mec_reg_form_fields li .btn-group-vertical > .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_reg_form_fields ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .mec_reg_field_remove, .btn-group-vertical > .mec-events-button + .btn, .mec-fes-form .btn-group-vertical > .mec-events-button + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-vertical > .mec-events-button + .button, .mec-booking-tab-content .btn-group-vertical > .mec-events-button + .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-vertical > .mec-events-button + .mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group-vertical > .mec-events-button + .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group-vertical > .mec-events-button + .mec_bfixed_field_remove, ul#mec_orgz_form_row li .btn-group-vertical > .mec-events-button + .mec-additional-organizer-remove, ul#mec_reg_form_fields li .btn-group-vertical > .mec-events-button + .mec_reg_field_remove, .btn-group-vertical > .btn + .mec-events-button, .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .mec-events-button, .mec-booking-tab-content .btn-group-vertical > .button + .mec-events-button, .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .mec-events-button, .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .mec-events-button, .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .mec-events-button, ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .mec-events-button, ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .mec-events-button, ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .mec-events-button, .btn-group-vertical > .mec-events-button + .mec-events-button, .wpcf7 .btn-group-vertical > input[type=submit] + .btn, .wpcf7 .mec-fes-form .btn-group-vertical > input[type=submit] + button[type=submit].mec-fes-sub-button, .mec-fes-form .wpcf7 .btn-group-vertical > input[type=submit] + button[type=submit].mec-fes-sub-button, .wpcf7 .mec-booking-tab-content .btn-group-vertical > input[type=submit] + .button, .mec-booking-tab-content .wpcf7 .btn-group-vertical > input[type=submit] + .button, .wpcf7 .mec-booking-tab-content .btn-group-vertical > input[type=submit] + .mec-bfixed-field-add-option, .mec-booking-tab-content .wpcf7 .btn-group-vertical > input[type=submit] + .mec-bfixed-field-add-option, .wpcf7 .mec-booking-tab-content .btn-group-vertical > input[type=submit] + .mec-reg-field-add-option, .mec-booking-tab-content .wpcf7 .btn-group-vertical > input[type=submit] + .mec-reg-field-add-option, .wpcf7 .mec-fes-form .mec-form-row .btn-group-vertical > input[type=submit] + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .wpcf7 .btn-group-vertical > input[type=submit] + .button:not(.wp-color-result), .wpcf7 ul#mec_bfixed_form_fields li .btn-group-vertical > input[type=submit] + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .wpcf7 .btn-group-vertical > input[type=submit] + .mec_bfixed_field_remove, .wpcf7 ul#mec_orgz_form_row li .btn-group-vertical > input[type=submit] + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .wpcf7 .btn-group-vertical > input[type=submit] + .mec-additional-organizer-remove, .wpcf7 ul#mec_reg_form_fields li .btn-group-vertical > input[type=submit] + .mec_reg_field_remove, ul#mec_reg_form_fields li .wpcf7 .btn-group-vertical > input[type=submit] + .mec_reg_field_remove, .wpcf7 .btn-group-vertical > input[type=submit] + .mec-events-button,
.wpcf7 .btn-group-vertical > .btn + input[type=submit],
.wpcf7 .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + input[type=submit],
.mec-fes-form .wpcf7 .btn-group-vertical > button[type=submit].mec-fes-sub-button + input[type=submit],
.wpcf7 .mec-booking-tab-content .btn-group-vertical > .button + input[type=submit],
.mec-booking-tab-content .wpcf7 .btn-group-vertical > .button + input[type=submit],
.wpcf7 .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + input[type=submit],
.mec-booking-tab-content .wpcf7 .btn-group-vertical > .mec-bfixed-field-add-option + input[type=submit],
.wpcf7 .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + input[type=submit],
.mec-booking-tab-content .wpcf7 .btn-group-vertical > .mec-reg-field-add-option + input[type=submit],
.wpcf7 .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + input[type=submit],
.mec-fes-form .mec-form-row .wpcf7 .btn-group-vertical > .button:not(.wp-color-result) + input[type=submit],
.wpcf7 ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + input[type=submit],
ul#mec_bfixed_form_fields li .wpcf7 .btn-group-vertical > .mec_bfixed_field_remove + input[type=submit],
.wpcf7 ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + input[type=submit],
ul#mec_orgz_form_row li .wpcf7 .btn-group-vertical > .mec-additional-organizer-remove + input[type=submit],
.wpcf7 ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + input[type=submit],
ul#mec_reg_form_fields li .wpcf7 .btn-group-vertical > .mec_reg_field_remove + input[type=submit],
.wpcf7 .btn-group-vertical > .mec-events-button + input[type=submit],
.wpcf7 .btn-group-vertical > input[type=submit] + input[type=submit],
.btn-group-vertical > .btn + .btn-group,
.mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button + .btn-group,
.mec-booking-tab-content .btn-group-vertical > .button + .btn-group,
.mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option + .btn-group,
.mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option + .btn-group,
.mec-fes-form .mec-form-row .btn-group-vertical > .button:not(.wp-color-result) + .btn-group,
ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove + .btn-group,
ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove + .btn-group,
ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove + .btn-group,
.btn-group-vertical > .mec-events-button + .btn-group,
.wpcf7 .btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.mec-fes-form .btn-group-vertical > .btn-group + button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical > .btn-group + .button,
.mec-booking-tab-content .btn-group-vertical > .btn-group + .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical > .btn-group + .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group-vertical > .btn-group + .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .btn-group + .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group-vertical > .btn-group + .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group-vertical > .btn-group + .mec_reg_field_remove,
.btn-group-vertical > .btn-group + .mec-events-button,
.wpcf7 .btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button:not(:last-child):not(.dropdown-toggle), .mec-booking-tab-content .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option:not(:last-child):not(.dropdown-toggle), .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option:not(:last-child):not(.dropdown-toggle), .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle):not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove:not(:last-child):not(.dropdown-toggle), ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove:not(:last-child):not(.dropdown-toggle), ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .mec-events-button:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.mec-fes-form .btn-group-vertical > .btn-group:not(:last-child) > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical > .btn-group:not(:last-child) > .button,
.mec-booking-tab-content .btn-group-vertical > .btn-group:not(:last-child) > .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical > .btn-group:not(:last-child) > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group-vertical > .btn-group:not(:last-child) > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .btn-group:not(:last-child) > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group-vertical > .btn-group:not(:last-child) > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group-vertical > .btn-group:not(:last-child) > .mec_reg_field_remove,
.btn-group-vertical > .btn-group:not(:last-child) > .mec-events-button,
.wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .mec-fes-form .btn-group-vertical > button[type=submit].mec-fes-sub-button:not(:first-child), .mec-booking-tab-content .btn-group-vertical > .button:not(:first-child), .mec-booking-tab-content .btn-group-vertical > .mec-bfixed-field-add-option:not(:first-child), .mec-booking-tab-content .btn-group-vertical > .mec-reg-field-add-option:not(:first-child), .mec-fes-form .mec-form-row .btn-group-vertical > .button:not(:first-child):not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group-vertical > .mec_bfixed_field_remove:not(:first-child), ul#mec_orgz_form_row li .btn-group-vertical > .mec-additional-organizer-remove:not(:first-child), ul#mec_reg_form_fields li .btn-group-vertical > .mec_reg_field_remove:not(:first-child), .btn-group-vertical > .mec-events-button:not(:first-child), .wpcf7 .btn-group-vertical > input:not(:first-child)[type=submit],
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.mec-fes-form .btn-group-vertical > .btn-group:not(:first-child) > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-vertical > .btn-group:not(:first-child) > .button,
.mec-booking-tab-content .btn-group-vertical > .btn-group:not(:first-child) > .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-vertical > .btn-group:not(:first-child) > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group-vertical > .btn-group:not(:first-child) > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-vertical > .btn-group:not(:first-child) > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group-vertical > .btn-group:not(:first-child) > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group-vertical > .btn-group:not(:first-child) > .mec_reg_field_remove,
.btn-group-vertical > .btn-group:not(:first-child) > .mec-events-button,
.wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .mec-fes-form .btn-group-toggle > button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .btn-group-toggle > .button, .mec-booking-tab-content .btn-group-toggle > .mec-bfixed-field-add-option, .mec-booking-tab-content .btn-group-toggle > .mec-reg-field-add-option, .mec-fes-form .mec-form-row .btn-group-toggle > .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .btn-group-toggle > .mec_bfixed_field_remove, ul#mec_orgz_form_row li .btn-group-toggle > .mec-additional-organizer-remove, ul#mec_reg_form_fields li .btn-group-toggle > .mec_reg_field_remove, .btn-group-toggle > .mec-events-button,
.wpcf7 .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.mec-fes-form .btn-group-toggle > .btn-group > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .btn-group-toggle > .btn-group > .button,
.mec-booking-tab-content .btn-group-toggle > .btn-group > .mec-bfixed-field-add-option,
.mec-booking-tab-content .btn-group-toggle > .btn-group > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .btn-group-toggle > .btn-group > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .btn-group-toggle > .btn-group > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .btn-group-toggle > .btn-group > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .btn-group-toggle > .btn-group > .mec_reg_field_remove,
.btn-group-toggle > .btn-group > .mec-events-button,
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio], .mec-fes-form .btn-group-toggle > button[type=submit].mec-fes-sub-button input[type=radio], .mec-booking-tab-content .btn-group-toggle > .button input[type=radio], .mec-booking-tab-content .btn-group-toggle > .mec-bfixed-field-add-option input[type=radio], .mec-booking-tab-content .btn-group-toggle > .mec-reg-field-add-option input[type=radio], .mec-fes-form .mec-form-row .btn-group-toggle > .button:not(.wp-color-result) input[type=radio], ul#mec_bfixed_form_fields li .btn-group-toggle > .mec_bfixed_field_remove input[type=radio], ul#mec_orgz_form_row li .btn-group-toggle > .mec-additional-organizer-remove input[type=radio], ul#mec_reg_form_fields li .btn-group-toggle > .mec_reg_field_remove input[type=radio], .btn-group-toggle > .mec-events-button input[type=radio], .wpcf7 .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.mec-fes-form .btn-group-toggle > button[type=submit].mec-fes-sub-button input[type=checkbox],
.mec-booking-tab-content .btn-group-toggle > .button input[type=checkbox],
.mec-booking-tab-content .btn-group-toggle > .mec-bfixed-field-add-option input[type=checkbox],
.mec-booking-tab-content .btn-group-toggle > .mec-reg-field-add-option input[type=checkbox],
.mec-fes-form .mec-form-row .btn-group-toggle > .button:not(.wp-color-result) input[type=checkbox],
ul#mec_bfixed_form_fields li .btn-group-toggle > .mec_bfixed_field_remove input[type=checkbox],
ul#mec_orgz_form_row li .btn-group-toggle > .mec-additional-organizer-remove input[type=checkbox],
ul#mec_reg_form_fields li .btn-group-toggle > .mec_reg_field_remove input[type=checkbox],
.btn-group-toggle > .mec-events-button input[type=checkbox],
.wpcf7 .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .wpcf7 .input-group > input[type=text],
.wpcf7 .input-group > input[type=search],
.wpcf7 .input-group > input[type=url],
.wpcf7 .input-group > input[type=tel],
.wpcf7 .input-group > input[type=number],
.wpcf7 .input-group > input[type=range],
.wpcf7 .input-group > input[type=date],
.wpcf7 .input-group > input[type=month],
.wpcf7 .input-group > input[type=week],
.wpcf7 .input-group > input[type=time],
.wpcf7 .input-group > input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local],
.wpcf7 .input-group > input[type=color],
.wpcf7 .input-group > input[type=email],
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea, .wpcf7 .input-group > .wpcf7-validation-errors,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus, .wpcf7 .input-group > input:focus[type=text],
.wpcf7 .input-group > input:focus[type=search],
.wpcf7 .input-group > input:focus[type=url],
.wpcf7 .input-group > input:focus[type=tel],
.wpcf7 .input-group > input:focus[type=number],
.wpcf7 .input-group > input:focus[type=range],
.wpcf7 .input-group > input:focus[type=date],
.wpcf7 .input-group > input:focus[type=month],
.wpcf7 .input-group > input:focus[type=week],
.wpcf7 .input-group > input:focus[type=time],
.wpcf7 .input-group > input:focus[type=datetime],
.wpcf7 .input-group > input:focus[type=datetime-local],
.wpcf7 .input-group > input:focus[type=color],
.wpcf7 .input-group > input:focus[type=email],
.wpcf7 .input-group > input:focus[type=file],
.wpcf7 .input-group > input:focus[type=submit],
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control, .wpcf7 .input-group > input[type=text] + .form-control, .wpcf7 .input-group > input[type=search] + .form-control, .wpcf7 .input-group > input[type=url] + .form-control, .wpcf7 .input-group > input[type=tel] + .form-control, .wpcf7 .input-group > input[type=number] + .form-control, .wpcf7 .input-group > input[type=range] + .form-control, .wpcf7 .input-group > input[type=date] + .form-control, .wpcf7 .input-group > input[type=month] + .form-control, .wpcf7 .input-group > input[type=week] + .form-control, .wpcf7 .input-group > input[type=time] + .form-control, .wpcf7 .input-group > input[type=datetime] + .form-control, .wpcf7 .input-group > input[type=datetime-local] + .form-control, .wpcf7 .input-group > input[type=color] + .form-control, .wpcf7 .input-group > input[type=email] + .form-control, .wpcf7 .input-group > input[type=file] + .form-control, .wpcf7 .input-group > input[type=submit] + .form-control, .wpcf7 .input-group > select + .form-control, .wpcf7 .input-group > textarea + .form-control, .wpcf7 .input-group > .wpcf7-validation-errors + .form-control, .wpcf7 .input-group > .form-control + input[type=text], .wpcf7 .input-group > input[type=text] + input[type=text], .wpcf7 .input-group > input[type=search] + input[type=text], .wpcf7 .input-group > input[type=url] + input[type=text], .wpcf7 .input-group > input[type=tel] + input[type=text], .wpcf7 .input-group > input[type=number] + input[type=text], .wpcf7 .input-group > input[type=range] + input[type=text], .wpcf7 .input-group > input[type=date] + input[type=text], .wpcf7 .input-group > input[type=month] + input[type=text], .wpcf7 .input-group > input[type=week] + input[type=text], .wpcf7 .input-group > input[type=time] + input[type=text], .wpcf7 .input-group > input[type=datetime] + input[type=text], .wpcf7 .input-group > input[type=datetime-local] + input[type=text], .wpcf7 .input-group > input[type=color] + input[type=text], .wpcf7 .input-group > input[type=email] + input[type=text], .wpcf7 .input-group > input[type=file] + input[type=text], .wpcf7 .input-group > input[type=submit] + input[type=text], .wpcf7 .input-group > select + input[type=text], .wpcf7 .input-group > textarea + input[type=text], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=text],
.wpcf7 .input-group > .form-control + input[type=search],
.wpcf7 .input-group > input[type=text] + input[type=search],
.wpcf7 .input-group > input[type=search] + input[type=search],
.wpcf7 .input-group > input[type=url] + input[type=search],
.wpcf7 .input-group > input[type=tel] + input[type=search],
.wpcf7 .input-group > input[type=number] + input[type=search],
.wpcf7 .input-group > input[type=range] + input[type=search],
.wpcf7 .input-group > input[type=date] + input[type=search],
.wpcf7 .input-group > input[type=month] + input[type=search],
.wpcf7 .input-group > input[type=week] + input[type=search],
.wpcf7 .input-group > input[type=time] + input[type=search],
.wpcf7 .input-group > input[type=datetime] + input[type=search],
.wpcf7 .input-group > input[type=datetime-local] + input[type=search],
.wpcf7 .input-group > input[type=color] + input[type=search],
.wpcf7 .input-group > input[type=email] + input[type=search],
.wpcf7 .input-group > input[type=file] + input[type=search],
.wpcf7 .input-group > input[type=submit] + input[type=search],
.wpcf7 .input-group > select + input[type=search],
.wpcf7 .input-group > textarea + input[type=search],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=search],
.wpcf7 .input-group > .form-control + input[type=url],
.wpcf7 .input-group > input[type=text] + input[type=url],
.wpcf7 .input-group > input[type=search] + input[type=url],
.wpcf7 .input-group > input[type=url] + input[type=url],
.wpcf7 .input-group > input[type=tel] + input[type=url],
.wpcf7 .input-group > input[type=number] + input[type=url],
.wpcf7 .input-group > input[type=range] + input[type=url],
.wpcf7 .input-group > input[type=date] + input[type=url],
.wpcf7 .input-group > input[type=month] + input[type=url],
.wpcf7 .input-group > input[type=week] + input[type=url],
.wpcf7 .input-group > input[type=time] + input[type=url],
.wpcf7 .input-group > input[type=datetime] + input[type=url],
.wpcf7 .input-group > input[type=datetime-local] + input[type=url],
.wpcf7 .input-group > input[type=color] + input[type=url],
.wpcf7 .input-group > input[type=email] + input[type=url],
.wpcf7 .input-group > input[type=file] + input[type=url],
.wpcf7 .input-group > input[type=submit] + input[type=url],
.wpcf7 .input-group > select + input[type=url],
.wpcf7 .input-group > textarea + input[type=url],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=url],
.wpcf7 .input-group > .form-control + input[type=tel],
.wpcf7 .input-group > input[type=text] + input[type=tel],
.wpcf7 .input-group > input[type=search] + input[type=tel],
.wpcf7 .input-group > input[type=url] + input[type=tel],
.wpcf7 .input-group > input[type=tel] + input[type=tel],
.wpcf7 .input-group > input[type=number] + input[type=tel],
.wpcf7 .input-group > input[type=range] + input[type=tel],
.wpcf7 .input-group > input[type=date] + input[type=tel],
.wpcf7 .input-group > input[type=month] + input[type=tel],
.wpcf7 .input-group > input[type=week] + input[type=tel],
.wpcf7 .input-group > input[type=time] + input[type=tel],
.wpcf7 .input-group > input[type=datetime] + input[type=tel],
.wpcf7 .input-group > input[type=datetime-local] + input[type=tel],
.wpcf7 .input-group > input[type=color] + input[type=tel],
.wpcf7 .input-group > input[type=email] + input[type=tel],
.wpcf7 .input-group > input[type=file] + input[type=tel],
.wpcf7 .input-group > input[type=submit] + input[type=tel],
.wpcf7 .input-group > select + input[type=tel],
.wpcf7 .input-group > textarea + input[type=tel],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=tel],
.wpcf7 .input-group > .form-control + input[type=number],
.wpcf7 .input-group > input[type=text] + input[type=number],
.wpcf7 .input-group > input[type=search] + input[type=number],
.wpcf7 .input-group > input[type=url] + input[type=number],
.wpcf7 .input-group > input[type=tel] + input[type=number],
.wpcf7 .input-group > input[type=number] + input[type=number],
.wpcf7 .input-group > input[type=range] + input[type=number],
.wpcf7 .input-group > input[type=date] + input[type=number],
.wpcf7 .input-group > input[type=month] + input[type=number],
.wpcf7 .input-group > input[type=week] + input[type=number],
.wpcf7 .input-group > input[type=time] + input[type=number],
.wpcf7 .input-group > input[type=datetime] + input[type=number],
.wpcf7 .input-group > input[type=datetime-local] + input[type=number],
.wpcf7 .input-group > input[type=color] + input[type=number],
.wpcf7 .input-group > input[type=email] + input[type=number],
.wpcf7 .input-group > input[type=file] + input[type=number],
.wpcf7 .input-group > input[type=submit] + input[type=number],
.wpcf7 .input-group > select + input[type=number],
.wpcf7 .input-group > textarea + input[type=number],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=number],
.wpcf7 .input-group > .form-control + input[type=range],
.wpcf7 .input-group > input[type=text] + input[type=range],
.wpcf7 .input-group > input[type=search] + input[type=range],
.wpcf7 .input-group > input[type=url] + input[type=range],
.wpcf7 .input-group > input[type=tel] + input[type=range],
.wpcf7 .input-group > input[type=number] + input[type=range],
.wpcf7 .input-group > input[type=range] + input[type=range],
.wpcf7 .input-group > input[type=date] + input[type=range],
.wpcf7 .input-group > input[type=month] + input[type=range],
.wpcf7 .input-group > input[type=week] + input[type=range],
.wpcf7 .input-group > input[type=time] + input[type=range],
.wpcf7 .input-group > input[type=datetime] + input[type=range],
.wpcf7 .input-group > input[type=datetime-local] + input[type=range],
.wpcf7 .input-group > input[type=color] + input[type=range],
.wpcf7 .input-group > input[type=email] + input[type=range],
.wpcf7 .input-group > input[type=file] + input[type=range],
.wpcf7 .input-group > input[type=submit] + input[type=range],
.wpcf7 .input-group > select + input[type=range],
.wpcf7 .input-group > textarea + input[type=range],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=range],
.wpcf7 .input-group > .form-control + input[type=date],
.wpcf7 .input-group > input[type=text] + input[type=date],
.wpcf7 .input-group > input[type=search] + input[type=date],
.wpcf7 .input-group > input[type=url] + input[type=date],
.wpcf7 .input-group > input[type=tel] + input[type=date],
.wpcf7 .input-group > input[type=number] + input[type=date],
.wpcf7 .input-group > input[type=range] + input[type=date],
.wpcf7 .input-group > input[type=date] + input[type=date],
.wpcf7 .input-group > input[type=month] + input[type=date],
.wpcf7 .input-group > input[type=week] + input[type=date],
.wpcf7 .input-group > input[type=time] + input[type=date],
.wpcf7 .input-group > input[type=datetime] + input[type=date],
.wpcf7 .input-group > input[type=datetime-local] + input[type=date],
.wpcf7 .input-group > input[type=color] + input[type=date],
.wpcf7 .input-group > input[type=email] + input[type=date],
.wpcf7 .input-group > input[type=file] + input[type=date],
.wpcf7 .input-group > input[type=submit] + input[type=date],
.wpcf7 .input-group > select + input[type=date],
.wpcf7 .input-group > textarea + input[type=date],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=date],
.wpcf7 .input-group > .form-control + input[type=month],
.wpcf7 .input-group > input[type=text] + input[type=month],
.wpcf7 .input-group > input[type=search] + input[type=month],
.wpcf7 .input-group > input[type=url] + input[type=month],
.wpcf7 .input-group > input[type=tel] + input[type=month],
.wpcf7 .input-group > input[type=number] + input[type=month],
.wpcf7 .input-group > input[type=range] + input[type=month],
.wpcf7 .input-group > input[type=date] + input[type=month],
.wpcf7 .input-group > input[type=month] + input[type=month],
.wpcf7 .input-group > input[type=week] + input[type=month],
.wpcf7 .input-group > input[type=time] + input[type=month],
.wpcf7 .input-group > input[type=datetime] + input[type=month],
.wpcf7 .input-group > input[type=datetime-local] + input[type=month],
.wpcf7 .input-group > input[type=color] + input[type=month],
.wpcf7 .input-group > input[type=email] + input[type=month],
.wpcf7 .input-group > input[type=file] + input[type=month],
.wpcf7 .input-group > input[type=submit] + input[type=month],
.wpcf7 .input-group > select + input[type=month],
.wpcf7 .input-group > textarea + input[type=month],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=month],
.wpcf7 .input-group > .form-control + input[type=week],
.wpcf7 .input-group > input[type=text] + input[type=week],
.wpcf7 .input-group > input[type=search] + input[type=week],
.wpcf7 .input-group > input[type=url] + input[type=week],
.wpcf7 .input-group > input[type=tel] + input[type=week],
.wpcf7 .input-group > input[type=number] + input[type=week],
.wpcf7 .input-group > input[type=range] + input[type=week],
.wpcf7 .input-group > input[type=date] + input[type=week],
.wpcf7 .input-group > input[type=month] + input[type=week],
.wpcf7 .input-group > input[type=week] + input[type=week],
.wpcf7 .input-group > input[type=time] + input[type=week],
.wpcf7 .input-group > input[type=datetime] + input[type=week],
.wpcf7 .input-group > input[type=datetime-local] + input[type=week],
.wpcf7 .input-group > input[type=color] + input[type=week],
.wpcf7 .input-group > input[type=email] + input[type=week],
.wpcf7 .input-group > input[type=file] + input[type=week],
.wpcf7 .input-group > input[type=submit] + input[type=week],
.wpcf7 .input-group > select + input[type=week],
.wpcf7 .input-group > textarea + input[type=week],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=week],
.wpcf7 .input-group > .form-control + input[type=time],
.wpcf7 .input-group > input[type=text] + input[type=time],
.wpcf7 .input-group > input[type=search] + input[type=time],
.wpcf7 .input-group > input[type=url] + input[type=time],
.wpcf7 .input-group > input[type=tel] + input[type=time],
.wpcf7 .input-group > input[type=number] + input[type=time],
.wpcf7 .input-group > input[type=range] + input[type=time],
.wpcf7 .input-group > input[type=date] + input[type=time],
.wpcf7 .input-group > input[type=month] + input[type=time],
.wpcf7 .input-group > input[type=week] + input[type=time],
.wpcf7 .input-group > input[type=time] + input[type=time],
.wpcf7 .input-group > input[type=datetime] + input[type=time],
.wpcf7 .input-group > input[type=datetime-local] + input[type=time],
.wpcf7 .input-group > input[type=color] + input[type=time],
.wpcf7 .input-group > input[type=email] + input[type=time],
.wpcf7 .input-group > input[type=file] + input[type=time],
.wpcf7 .input-group > input[type=submit] + input[type=time],
.wpcf7 .input-group > select + input[type=time],
.wpcf7 .input-group > textarea + input[type=time],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=time],
.wpcf7 .input-group > .form-control + input[type=datetime],
.wpcf7 .input-group > input[type=text] + input[type=datetime],
.wpcf7 .input-group > input[type=search] + input[type=datetime],
.wpcf7 .input-group > input[type=url] + input[type=datetime],
.wpcf7 .input-group > input[type=tel] + input[type=datetime],
.wpcf7 .input-group > input[type=number] + input[type=datetime],
.wpcf7 .input-group > input[type=range] + input[type=datetime],
.wpcf7 .input-group > input[type=date] + input[type=datetime],
.wpcf7 .input-group > input[type=month] + input[type=datetime],
.wpcf7 .input-group > input[type=week] + input[type=datetime],
.wpcf7 .input-group > input[type=time] + input[type=datetime],
.wpcf7 .input-group > input[type=datetime] + input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local] + input[type=datetime],
.wpcf7 .input-group > input[type=color] + input[type=datetime],
.wpcf7 .input-group > input[type=email] + input[type=datetime],
.wpcf7 .input-group > input[type=file] + input[type=datetime],
.wpcf7 .input-group > input[type=submit] + input[type=datetime],
.wpcf7 .input-group > select + input[type=datetime],
.wpcf7 .input-group > textarea + input[type=datetime],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime],
.wpcf7 .input-group > .form-control + input[type=datetime-local],
.wpcf7 .input-group > input[type=text] + input[type=datetime-local],
.wpcf7 .input-group > input[type=search] + input[type=datetime-local],
.wpcf7 .input-group > input[type=url] + input[type=datetime-local],
.wpcf7 .input-group > input[type=tel] + input[type=datetime-local],
.wpcf7 .input-group > input[type=number] + input[type=datetime-local],
.wpcf7 .input-group > input[type=range] + input[type=datetime-local],
.wpcf7 .input-group > input[type=date] + input[type=datetime-local],
.wpcf7 .input-group > input[type=month] + input[type=datetime-local],
.wpcf7 .input-group > input[type=week] + input[type=datetime-local],
.wpcf7 .input-group > input[type=time] + input[type=datetime-local],
.wpcf7 .input-group > input[type=datetime] + input[type=datetime-local],
.wpcf7 .input-group > input[type=datetime-local] + input[type=datetime-local],
.wpcf7 .input-group > input[type=color] + input[type=datetime-local],
.wpcf7 .input-group > input[type=email] + input[type=datetime-local],
.wpcf7 .input-group > input[type=file] + input[type=datetime-local],
.wpcf7 .input-group > input[type=submit] + input[type=datetime-local],
.wpcf7 .input-group > select + input[type=datetime-local],
.wpcf7 .input-group > textarea + input[type=datetime-local],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime-local],
.wpcf7 .input-group > .form-control + input[type=color],
.wpcf7 .input-group > input[type=text] + input[type=color],
.wpcf7 .input-group > input[type=search] + input[type=color],
.wpcf7 .input-group > input[type=url] + input[type=color],
.wpcf7 .input-group > input[type=tel] + input[type=color],
.wpcf7 .input-group > input[type=number] + input[type=color],
.wpcf7 .input-group > input[type=range] + input[type=color],
.wpcf7 .input-group > input[type=date] + input[type=color],
.wpcf7 .input-group > input[type=month] + input[type=color],
.wpcf7 .input-group > input[type=week] + input[type=color],
.wpcf7 .input-group > input[type=time] + input[type=color],
.wpcf7 .input-group > input[type=datetime] + input[type=color],
.wpcf7 .input-group > input[type=datetime-local] + input[type=color],
.wpcf7 .input-group > input[type=color] + input[type=color],
.wpcf7 .input-group > input[type=email] + input[type=color],
.wpcf7 .input-group > input[type=file] + input[type=color],
.wpcf7 .input-group > input[type=submit] + input[type=color],
.wpcf7 .input-group > select + input[type=color],
.wpcf7 .input-group > textarea + input[type=color],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=color],
.wpcf7 .input-group > .form-control + input[type=email],
.wpcf7 .input-group > input[type=text] + input[type=email],
.wpcf7 .input-group > input[type=search] + input[type=email],
.wpcf7 .input-group > input[type=url] + input[type=email],
.wpcf7 .input-group > input[type=tel] + input[type=email],
.wpcf7 .input-group > input[type=number] + input[type=email],
.wpcf7 .input-group > input[type=range] + input[type=email],
.wpcf7 .input-group > input[type=date] + input[type=email],
.wpcf7 .input-group > input[type=month] + input[type=email],
.wpcf7 .input-group > input[type=week] + input[type=email],
.wpcf7 .input-group > input[type=time] + input[type=email],
.wpcf7 .input-group > input[type=datetime] + input[type=email],
.wpcf7 .input-group > input[type=datetime-local] + input[type=email],
.wpcf7 .input-group > input[type=color] + input[type=email],
.wpcf7 .input-group > input[type=email] + input[type=email],
.wpcf7 .input-group > input[type=file] + input[type=email],
.wpcf7 .input-group > input[type=submit] + input[type=email],
.wpcf7 .input-group > select + input[type=email],
.wpcf7 .input-group > textarea + input[type=email],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=email],
.wpcf7 .input-group > .form-control + input[type=file],
.wpcf7 .input-group > input[type=text] + input[type=file],
.wpcf7 .input-group > input[type=search] + input[type=file],
.wpcf7 .input-group > input[type=url] + input[type=file],
.wpcf7 .input-group > input[type=tel] + input[type=file],
.wpcf7 .input-group > input[type=number] + input[type=file],
.wpcf7 .input-group > input[type=range] + input[type=file],
.wpcf7 .input-group > input[type=date] + input[type=file],
.wpcf7 .input-group > input[type=month] + input[type=file],
.wpcf7 .input-group > input[type=week] + input[type=file],
.wpcf7 .input-group > input[type=time] + input[type=file],
.wpcf7 .input-group > input[type=datetime] + input[type=file],
.wpcf7 .input-group > input[type=datetime-local] + input[type=file],
.wpcf7 .input-group > input[type=color] + input[type=file],
.wpcf7 .input-group > input[type=email] + input[type=file],
.wpcf7 .input-group > input[type=file] + input[type=file],
.wpcf7 .input-group > input[type=submit] + input[type=file],
.wpcf7 .input-group > select + input[type=file],
.wpcf7 .input-group > textarea + input[type=file],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=file],
.wpcf7 .input-group > .form-control + input[type=submit],
.wpcf7 .input-group > input[type=text] + input[type=submit],
.wpcf7 .input-group > input[type=search] + input[type=submit],
.wpcf7 .input-group > input[type=url] + input[type=submit],
.wpcf7 .input-group > input[type=tel] + input[type=submit],
.wpcf7 .input-group > input[type=number] + input[type=submit],
.wpcf7 .input-group > input[type=range] + input[type=submit],
.wpcf7 .input-group > input[type=date] + input[type=submit],
.wpcf7 .input-group > input[type=month] + input[type=submit],
.wpcf7 .input-group > input[type=week] + input[type=submit],
.wpcf7 .input-group > input[type=time] + input[type=submit],
.wpcf7 .input-group > input[type=datetime] + input[type=submit],
.wpcf7 .input-group > input[type=datetime-local] + input[type=submit],
.wpcf7 .input-group > input[type=color] + input[type=submit],
.wpcf7 .input-group > input[type=email] + input[type=submit],
.wpcf7 .input-group > input[type=file] + input[type=submit],
.wpcf7 .input-group > input[type=submit] + input[type=submit],
.wpcf7 .input-group > select + input[type=submit],
.wpcf7 .input-group > textarea + input[type=submit],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=submit],
.wpcf7 .input-group > .form-control + select,
.wpcf7 .input-group > input[type=text] + select,
.wpcf7 .input-group > input[type=search] + select,
.wpcf7 .input-group > input[type=url] + select,
.wpcf7 .input-group > input[type=tel] + select,
.wpcf7 .input-group > input[type=number] + select,
.wpcf7 .input-group > input[type=range] + select,
.wpcf7 .input-group > input[type=date] + select,
.wpcf7 .input-group > input[type=month] + select,
.wpcf7 .input-group > input[type=week] + select,
.wpcf7 .input-group > input[type=time] + select,
.wpcf7 .input-group > input[type=datetime] + select,
.wpcf7 .input-group > input[type=datetime-local] + select,
.wpcf7 .input-group > input[type=color] + select,
.wpcf7 .input-group > input[type=email] + select,
.wpcf7 .input-group > input[type=file] + select,
.wpcf7 .input-group > input[type=submit] + select,
.wpcf7 .input-group > select + select,
.wpcf7 .input-group > textarea + select,
.wpcf7 .input-group > .wpcf7-validation-errors + select,
.wpcf7 .input-group > .form-control + textarea,
.wpcf7 .input-group > input[type=text] + textarea,
.wpcf7 .input-group > input[type=search] + textarea,
.wpcf7 .input-group > input[type=url] + textarea,
.wpcf7 .input-group > input[type=tel] + textarea,
.wpcf7 .input-group > input[type=number] + textarea,
.wpcf7 .input-group > input[type=range] + textarea,
.wpcf7 .input-group > input[type=date] + textarea,
.wpcf7 .input-group > input[type=month] + textarea,
.wpcf7 .input-group > input[type=week] + textarea,
.wpcf7 .input-group > input[type=time] + textarea,
.wpcf7 .input-group > input[type=datetime] + textarea,
.wpcf7 .input-group > input[type=datetime-local] + textarea,
.wpcf7 .input-group > input[type=color] + textarea,
.wpcf7 .input-group > input[type=email] + textarea,
.wpcf7 .input-group > input[type=file] + textarea,
.wpcf7 .input-group > input[type=submit] + textarea,
.wpcf7 .input-group > select + textarea,
.wpcf7 .input-group > textarea + textarea,
.wpcf7 .input-group > .wpcf7-validation-errors + textarea, .wpcf7 .input-group > .form-control + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=search] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=url] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=tel] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=number] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=range] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=date] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=month] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=week] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=time] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=datetime] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=datetime-local] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=color] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=email] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=file] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=submit] + .wpcf7-validation-errors, .wpcf7 .input-group > select + .wpcf7-validation-errors, .wpcf7 .input-group > textarea + .wpcf7-validation-errors, .wpcf7 .input-group > .wpcf7-validation-errors + .wpcf7-validation-errors,
.input-group > .form-control + .custom-select,
.wpcf7 .input-group > input[type=text] + .custom-select,
.wpcf7 .input-group > input[type=search] + .custom-select,
.wpcf7 .input-group > input[type=url] + .custom-select,
.wpcf7 .input-group > input[type=tel] + .custom-select,
.wpcf7 .input-group > input[type=number] + .custom-select,
.wpcf7 .input-group > input[type=range] + .custom-select,
.wpcf7 .input-group > input[type=date] + .custom-select,
.wpcf7 .input-group > input[type=month] + .custom-select,
.wpcf7 .input-group > input[type=week] + .custom-select,
.wpcf7 .input-group > input[type=time] + .custom-select,
.wpcf7 .input-group > input[type=datetime] + .custom-select,
.wpcf7 .input-group > input[type=datetime-local] + .custom-select,
.wpcf7 .input-group > input[type=color] + .custom-select,
.wpcf7 .input-group > input[type=email] + .custom-select,
.wpcf7 .input-group > input[type=file] + .custom-select,
.wpcf7 .input-group > input[type=submit] + .custom-select,
.wpcf7 .input-group > select + .custom-select,
.wpcf7 .input-group > textarea + .custom-select,
.wpcf7 .input-group > .wpcf7-validation-errors + .custom-select,
.input-group > .form-control + .custom-file,
.wpcf7 .input-group > input[type=text] + .custom-file,
.wpcf7 .input-group > input[type=search] + .custom-file,
.wpcf7 .input-group > input[type=url] + .custom-file,
.wpcf7 .input-group > input[type=tel] + .custom-file,
.wpcf7 .input-group > input[type=number] + .custom-file,
.wpcf7 .input-group > input[type=range] + .custom-file,
.wpcf7 .input-group > input[type=date] + .custom-file,
.wpcf7 .input-group > input[type=month] + .custom-file,
.wpcf7 .input-group > input[type=week] + .custom-file,
.wpcf7 .input-group > input[type=time] + .custom-file,
.wpcf7 .input-group > input[type=datetime] + .custom-file,
.wpcf7 .input-group > input[type=datetime-local] + .custom-file,
.wpcf7 .input-group > input[type=color] + .custom-file,
.wpcf7 .input-group > input[type=email] + .custom-file,
.wpcf7 .input-group > input[type=file] + .custom-file,
.wpcf7 .input-group > input[type=submit] + .custom-file,
.wpcf7 .input-group > select + .custom-file,
.wpcf7 .input-group > textarea + .custom-file,
.wpcf7 .input-group > .wpcf7-validation-errors + .custom-file,
.input-group > .custom-select + .form-control,
.wpcf7 .input-group > .custom-select + input[type=text],
.wpcf7 .input-group > .custom-select + input[type=search],
.wpcf7 .input-group > .custom-select + input[type=url],
.wpcf7 .input-group > .custom-select + input[type=tel],
.wpcf7 .input-group > .custom-select + input[type=number],
.wpcf7 .input-group > .custom-select + input[type=range],
.wpcf7 .input-group > .custom-select + input[type=date],
.wpcf7 .input-group > .custom-select + input[type=month],
.wpcf7 .input-group > .custom-select + input[type=week],
.wpcf7 .input-group > .custom-select + input[type=time],
.wpcf7 .input-group > .custom-select + input[type=datetime],
.wpcf7 .input-group > .custom-select + input[type=datetime-local],
.wpcf7 .input-group > .custom-select + input[type=color],
.wpcf7 .input-group > .custom-select + input[type=email],
.wpcf7 .input-group > .custom-select + input[type=file],
.wpcf7 .input-group > .custom-select + input[type=submit],
.wpcf7 .input-group > .custom-select + select,
.wpcf7 .input-group > .custom-select + textarea,
.wpcf7 .input-group > .custom-select + .wpcf7-validation-errors,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.wpcf7 .input-group > .custom-file + input[type=text],
.wpcf7 .input-group > .custom-file + input[type=search],
.wpcf7 .input-group > .custom-file + input[type=url],
.wpcf7 .input-group > .custom-file + input[type=tel],
.wpcf7 .input-group > .custom-file + input[type=number],
.wpcf7 .input-group > .custom-file + input[type=range],
.wpcf7 .input-group > .custom-file + input[type=date],
.wpcf7 .input-group > .custom-file + input[type=month],
.wpcf7 .input-group > .custom-file + input[type=week],
.wpcf7 .input-group > .custom-file + input[type=time],
.wpcf7 .input-group > .custom-file + input[type=datetime],
.wpcf7 .input-group > .custom-file + input[type=datetime-local],
.wpcf7 .input-group > .custom-file + input[type=color],
.wpcf7 .input-group > .custom-file + input[type=email],
.wpcf7 .input-group > .custom-file + input[type=file],
.wpcf7 .input-group > .custom-file + input[type=submit],
.wpcf7 .input-group > .custom-file + select,
.wpcf7 .input-group > .custom-file + textarea,
.wpcf7 .input-group > .custom-file + .wpcf7-validation-errors,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child), .wpcf7 .input-group > input:not(:last-child)[type=text],
.wpcf7 .input-group > input:not(:last-child)[type=search],
.wpcf7 .input-group > input:not(:last-child)[type=url],
.wpcf7 .input-group > input:not(:last-child)[type=tel],
.wpcf7 .input-group > input:not(:last-child)[type=number],
.wpcf7 .input-group > input:not(:last-child)[type=range],
.wpcf7 .input-group > input:not(:last-child)[type=date],
.wpcf7 .input-group > input:not(:last-child)[type=month],
.wpcf7 .input-group > input:not(:last-child)[type=week],
.wpcf7 .input-group > input:not(:last-child)[type=time],
.wpcf7 .input-group > input:not(:last-child)[type=datetime],
.wpcf7 .input-group > input:not(:last-child)[type=datetime-local],
.wpcf7 .input-group > input:not(:last-child)[type=color],
.wpcf7 .input-group > input:not(:last-child)[type=email],
.wpcf7 .input-group > input:not(:last-child)[type=file],
.wpcf7 .input-group > input:not(:last-child)[type=submit],
.wpcf7 .input-group > select:not(:last-child),
.wpcf7 .input-group > textarea:not(:last-child), .wpcf7 .input-group > .wpcf7-validation-errors:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .wpcf7 .input-group > input:not(:first-child)[type=text],
.wpcf7 .input-group > input:not(:first-child)[type=search],
.wpcf7 .input-group > input:not(:first-child)[type=url],
.wpcf7 .input-group > input:not(:first-child)[type=tel],
.wpcf7 .input-group > input:not(:first-child)[type=number],
.wpcf7 .input-group > input:not(:first-child)[type=range],
.wpcf7 .input-group > input:not(:first-child)[type=date],
.wpcf7 .input-group > input:not(:first-child)[type=month],
.wpcf7 .input-group > input:not(:first-child)[type=week],
.wpcf7 .input-group > input:not(:first-child)[type=time],
.wpcf7 .input-group > input:not(:first-child)[type=datetime],
.wpcf7 .input-group > input:not(:first-child)[type=datetime-local],
.wpcf7 .input-group > input:not(:first-child)[type=color],
.wpcf7 .input-group > input:not(:first-child)[type=email],
.wpcf7 .input-group > input:not(:first-child)[type=file], .wpcf7 .input-group > input:not(:first-child)[type=submit],
.wpcf7 .input-group > select:not(:first-child),
.wpcf7 .input-group > textarea:not(:first-child), .wpcf7 .input-group > .wpcf7-validation-errors: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-booking-tab-content .button, .mec-booking-tab-content .input-group-prepend .button, .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option, .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result), .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove, .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove, .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove, .input-group-prepend .mec-events-button,
.input-group-prepend .wpcf7 input[type=submit], .wpcf7 .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append button[type=submit].mec-fes-sub-button,
.input-group-append .mec-booking-tab-content .button,
.mec-booking-tab-content .input-group-append .button,
.input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .mec-reg-field-add-option,
.input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result),
.input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove,
.input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove,
.input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove,
.input-group-append .mec-events-button,
.input-group-append .wpcf7 input[type=submit],
.wpcf7 .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn, .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .btn, .mec-fes-form .input-group-prepend button[type=submit].mec-fes-sub-button + .btn, .input-group-prepend .mec-fes-form .btn + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend .btn + button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-booking-tab-content .button + .btn, .input-group-prepend .mec-booking-tab-content .mec-fes-form .button + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend .mec-booking-tab-content .button + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .input-group-prepend .button + .btn, .mec-booking-tab-content .input-group-prepend .mec-fes-form .button + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .input-group-prepend .button + button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .btn, .input-group-prepend .mec-booking-tab-content .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .btn, .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .btn, .input-group-prepend .mec-booking-tab-content .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .btn, .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .btn, .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button, .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .btn, .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button, .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .btn, .input-group-prepend ul#mec_bfixed_form_fields li .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .btn, ul#mec_bfixed_form_fields li .input-group-prepend .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button, .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .btn, .input-group-prepend ul#mec_orgz_form_row li .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .btn, ul#mec_orgz_form_row li .input-group-prepend .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button, .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .btn, .input-group-prepend ul#mec_reg_form_fields li .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .btn, ul#mec_reg_form_fields li .input-group-prepend .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .mec-fes-form ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-booking-tab-content .btn + .button, .input-group-prepend .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .button, .mec-fes-form .input-group-prepend .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .button, .mec-booking-tab-content .input-group-prepend .btn + .button, .mec-booking-tab-content .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .button, .mec-fes-form .mec-booking-tab-content .input-group-prepend button[type=submit].mec-fes-sub-button + .button, .input-group-prepend .mec-booking-tab-content .button + .button, .mec-booking-tab-content .input-group-prepend .button + .button, .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .button, .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .button, .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .button, .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .button, .input-group-prepend .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .button, .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button, .mec-fes-form .mec-form-row .input-group-prepend .mec-booking-tab-content .button:not(.wp-color-result) + .button, .mec-booking-tab-content .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .button, .input-group-prepend ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .button, .mec-booking-tab-content .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button, ul#mec_bfixed_form_fields li .input-group-prepend .mec-booking-tab-content .mec_bfixed_field_remove + .button, .mec-booking-tab-content ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .button, .input-group-prepend ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .button, .mec-booking-tab-content .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button, ul#mec_orgz_form_row li .input-group-prepend .mec-booking-tab-content .mec-additional-organizer-remove + .button, .mec-booking-tab-content ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .button, .input-group-prepend ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .button, .mec-booking-tab-content .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .button, ul#mec_reg_form_fields li .input-group-prepend .mec-booking-tab-content .mec_reg_field_remove + .button, .mec-booking-tab-content ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .button, .input-group-prepend .mec-booking-tab-content .btn + .mec-bfixed-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-fes-form .input-group-prepend .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .btn + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .mec-fes-form .mec-booking-tab-content .input-group-prepend button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option, .input-group-prepend .mec-booking-tab-content .button + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .button + .mec-bfixed-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .mec-bfixed-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .mec-bfixed-field-add-option, .input-group-prepend .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .mec-fes-form .mec-form-row .input-group-prepend .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .mec-bfixed-field-add-option, .input-group-prepend ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-bfixed-field-add-option, ul#mec_bfixed_form_fields li .input-group-prepend .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .mec-bfixed-field-add-option, .input-group-prepend ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-bfixed-field-add-option, ul#mec_orgz_form_row li .input-group-prepend .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .mec-bfixed-field-add-option, .input-group-prepend ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-bfixed-field-add-option, ul#mec_reg_form_fields li .input-group-prepend .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option, .mec-booking-tab-content ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .mec-bfixed-field-add-option, .input-group-prepend .mec-booking-tab-content .btn + .mec-reg-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-fes-form .input-group-prepend .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .btn + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .mec-fes-form .mec-booking-tab-content .input-group-prepend button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option, .input-group-prepend .mec-booking-tab-content .button + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .button + .mec-reg-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .mec-reg-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .mec-reg-field-add-option, .input-group-prepend .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-reg-field-add-option, .mec-fes-form .mec-form-row .input-group-prepend .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option, .mec-booking-tab-content .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .mec-reg-field-add-option, .input-group-prepend ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-reg-field-add-option, ul#mec_bfixed_form_fields li .input-group-prepend .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .mec-reg-field-add-option, .input-group-prepend ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-reg-field-add-option, ul#mec_orgz_form_row li .input-group-prepend .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .mec-reg-field-add-option, .input-group-prepend ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-reg-field-add-option, ul#mec_reg_form_fields li .input-group-prepend .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option, .mec-booking-tab-content ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .mec-reg-field-add-option, .input-group-prepend .mec-fes-form .mec-form-row .btn + .button:not(.wp-color-result), .input-group-prepend .mec-fes-form .mec-form-row button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .btn + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result), .input-group-prepend .mec-booking-tab-content .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .mec-booking-tab-content .button + .button:not(.wp-color-result), .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .input-group-prepend .button + .button:not(.wp-color-result), .input-group-prepend .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .button:not(.wp-color-result), .input-group-prepend .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-booking-tab-content .input-group-prepend .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .button:not(.wp-color-result), .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .button:not(.wp-color-result), .input-group-prepend ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .input-group-prepend .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .button:not(.wp-color-result), .input-group-prepend ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button:not(.wp-color-result), ul#mec_orgz_form_row li .input-group-prepend .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .button:not(.wp-color-result), .input-group-prepend ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .button:not(.wp-color-result), ul#mec_reg_form_fields li .input-group-prepend .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result), .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .button:not(.wp-color-result), .input-group-prepend ul#mec_bfixed_form_fields li .btn + .mec_bfixed_field_remove, .input-group-prepend ul#mec_bfixed_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .mec-fes-form .input-group-prepend ul#mec_bfixed_form_fields li button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .btn + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .mec-fes-form ul#mec_bfixed_form_fields li .input-group-prepend button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove, .input-group-prepend .mec-booking-tab-content ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec-booking-tab-content .button + .mec_bfixed_field_remove, .mec-booking-tab-content .input-group-prepend ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .input-group-prepend .button + .mec_bfixed_field_remove, .input-group-prepend .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_bfixed_field_remove, .mec-booking-tab-content .input-group-prepend ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .mec_bfixed_field_remove, .input-group-prepend .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .mec_bfixed_field_remove, .mec-booking-tab-content .input-group-prepend ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .mec_bfixed_field_remove, .input-group-prepend .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_bfixed_field_remove, .mec-fes-form .mec-form-row .input-group-prepend ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .mec_bfixed_field_remove, .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .mec_bfixed_field_remove, .input-group-prepend ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .input-group-prepend .mec-additional-organizer-remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .mec_bfixed_field_remove, .input-group-prepend ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .input-group-prepend .mec_reg_field_remove + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .mec_bfixed_field_remove, .input-group-prepend ul#mec_orgz_form_row li .btn + .mec-additional-organizer-remove, .input-group-prepend ul#mec_orgz_form_row li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .mec-fes-form .input-group-prepend ul#mec_orgz_form_row li button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .btn + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .mec-fes-form ul#mec_orgz_form_row li .input-group-prepend button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove, .input-group-prepend .mec-booking-tab-content ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-booking-tab-content .button + .mec-additional-organizer-remove, .mec-booking-tab-content .input-group-prepend ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .input-group-prepend .button + .mec-additional-organizer-remove, .input-group-prepend .mec-booking-tab-content ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-additional-organizer-remove, .mec-booking-tab-content .input-group-prepend ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .mec-additional-organizer-remove, .input-group-prepend .mec-booking-tab-content ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .mec-additional-organizer-remove, .mec-booking-tab-content .input-group-prepend ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .mec-additional-organizer-remove, .input-group-prepend .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-additional-organizer-remove, .mec-fes-form .mec-form-row .input-group-prepend ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .mec-additional-organizer-remove, .input-group-prepend ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .input-group-prepend .mec_bfixed_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .mec-additional-organizer-remove, .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .mec-additional-organizer-remove, .input-group-prepend ul#mec_reg_form_fields ul#mec_orgz_form_row li .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_reg_form_fields ul#mec_orgz_form_row li .input-group-prepend .mec_reg_field_remove + .mec-additional-organizer-remove, ul#mec_orgz_form_row ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .mec-additional-organizer-remove, .input-group-prepend ul#mec_reg_form_fields li .btn + .mec_reg_field_remove, .input-group-prepend ul#mec_reg_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .mec-fes-form .input-group-prepend ul#mec_reg_form_fields li button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .btn + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .mec-fes-form ul#mec_reg_form_fields li .input-group-prepend button[type=submit].mec-fes-sub-button + .mec_reg_field_remove, .input-group-prepend .mec-booking-tab-content ul#mec_reg_form_fields li .button + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec-booking-tab-content .button + .mec_reg_field_remove, .mec-booking-tab-content .input-group-prepend ul#mec_reg_form_fields li .button + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .input-group-prepend .button + .mec_reg_field_remove, .input-group-prepend .mec-booking-tab-content ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_reg_field_remove, .mec-booking-tab-content .input-group-prepend ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .mec_reg_field_remove, .input-group-prepend .mec-booking-tab-content ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .mec_reg_field_remove, .mec-booking-tab-content .input-group-prepend ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .mec_reg_field_remove, .input-group-prepend .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_reg_field_remove, .mec-fes-form .mec-form-row .input-group-prepend ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove, ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .mec_reg_field_remove, .input-group-prepend ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_reg_form_fields .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .input-group-prepend .mec_bfixed_field_remove + .mec_reg_field_remove, ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .mec_reg_field_remove, .input-group-prepend ul#mec_orgz_form_row ul#mec_reg_form_fields li .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_reg_form_fields .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_orgz_form_row ul#mec_reg_form_fields li .input-group-prepend .mec-additional-organizer-remove + .mec_reg_field_remove, ul#mec_reg_form_fields ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .mec_reg_field_remove, .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .mec_reg_field_remove, .input-group-prepend .mec-events-button + .btn, .input-group-prepend .mec-fes-form .mec-events-button + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend .mec-events-button + button[type=submit].mec-fes-sub-button, .input-group-prepend .mec-booking-tab-content .mec-events-button + .button, .mec-booking-tab-content .input-group-prepend .mec-events-button + .button, .input-group-prepend .mec-booking-tab-content .mec-events-button + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-events-button + .mec-bfixed-field-add-option, .input-group-prepend .mec-booking-tab-content .mec-events-button + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .mec-events-button + .mec-reg-field-add-option, .input-group-prepend .mec-fes-form .mec-form-row .mec-events-button + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .mec-events-button + .button:not(.wp-color-result), .input-group-prepend ul#mec_bfixed_form_fields li .mec-events-button + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .mec-events-button + .mec_bfixed_field_remove, .input-group-prepend ul#mec_orgz_form_row li .mec-events-button + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .mec-events-button + .mec-additional-organizer-remove, .input-group-prepend ul#mec_reg_form_fields li .mec-events-button + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .mec-events-button + .mec_reg_field_remove, .input-group-prepend .btn + .mec-events-button, .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-events-button, .mec-fes-form .input-group-prepend button[type=submit].mec-fes-sub-button + .mec-events-button, .input-group-prepend .mec-booking-tab-content .button + .mec-events-button, .mec-booking-tab-content .input-group-prepend .button + .mec-events-button, .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-events-button, .mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .mec-events-button, .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .mec-events-button, .mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .mec-events-button, .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-events-button, .mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .mec-events-button, .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-events-button, ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .mec-events-button, .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-events-button, ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .mec-events-button, .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-events-button, ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .mec-events-button, .input-group-prepend .mec-events-button + .mec-events-button, .input-group-prepend .wpcf7 input[type=submit] + .btn, .input-group-prepend .wpcf7 .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button, .mec-fes-form .input-group-prepend .wpcf7 input[type=submit] + button[type=submit].mec-fes-sub-button, .input-group-prepend .wpcf7 .mec-booking-tab-content input[type=submit] + .button, .mec-booking-tab-content .input-group-prepend .wpcf7 input[type=submit] + .button, .input-group-prepend .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group-prepend .wpcf7 input[type=submit] + .mec-bfixed-field-add-option, .input-group-prepend .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option, .mec-booking-tab-content .input-group-prepend .wpcf7 input[type=submit] + .mec-reg-field-add-option, .input-group-prepend .wpcf7 .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .input-group-prepend .wpcf7 input[type=submit] + .button:not(.wp-color-result), .input-group-prepend .wpcf7 ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .input-group-prepend .wpcf7 input[type=submit] + .mec_bfixed_field_remove, .input-group-prepend .wpcf7 ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .input-group-prepend .wpcf7 input[type=submit] + .mec-additional-organizer-remove, .input-group-prepend .wpcf7 ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove, ul#mec_reg_form_fields li .input-group-prepend .wpcf7 input[type=submit] + .mec_reg_field_remove, .input-group-prepend .wpcf7 input[type=submit] + .mec-events-button, .wpcf7 .input-group-prepend input[type=submit] + .btn, .wpcf7 .input-group-prepend .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button, .mec-fes-form .wpcf7 .input-group-prepend input[type=submit] + button[type=submit].mec-fes-sub-button, .wpcf7 .input-group-prepend .mec-booking-tab-content input[type=submit] + .button, .mec-booking-tab-content .wpcf7 .input-group-prepend input[type=submit] + .button, .wpcf7 .input-group-prepend .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option, .mec-booking-tab-content .wpcf7 .input-group-prepend input[type=submit] + .mec-bfixed-field-add-option, .wpcf7 .input-group-prepend .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option, .mec-booking-tab-content .wpcf7 .input-group-prepend input[type=submit] + .mec-reg-field-add-option, .wpcf7 .input-group-prepend .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result), .mec-fes-form .mec-form-row .wpcf7 .input-group-prepend input[type=submit] + .button:not(.wp-color-result), .wpcf7 .input-group-prepend ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .wpcf7 .input-group-prepend input[type=submit] + .mec_bfixed_field_remove, .wpcf7 .input-group-prepend ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove, ul#mec_orgz_form_row li .wpcf7 .input-group-prepend input[type=submit] + .mec-additional-organizer-remove, .wpcf7 .input-group-prepend ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove, ul#mec_reg_form_fields li .wpcf7 .input-group-prepend input[type=submit] + .mec_reg_field_remove, .wpcf7 .input-group-prepend input[type=submit] + .mec-events-button,
.input-group-prepend .wpcf7 .btn + input[type=submit],
.input-group-prepend .wpcf7 .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit],
.mec-fes-form .input-group-prepend .wpcf7 button[type=submit].mec-fes-sub-button + input[type=submit],
.input-group-prepend .wpcf7 .mec-booking-tab-content .button + input[type=submit],
.mec-booking-tab-content .input-group-prepend .wpcf7 .button + input[type=submit],
.input-group-prepend .wpcf7 .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit],
.mec-booking-tab-content .input-group-prepend .wpcf7 .mec-bfixed-field-add-option + input[type=submit],
.input-group-prepend .wpcf7 .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit],
.mec-booking-tab-content .input-group-prepend .wpcf7 .mec-reg-field-add-option + input[type=submit],
.input-group-prepend .wpcf7 .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit],
.mec-fes-form .mec-form-row .input-group-prepend .wpcf7 .button:not(.wp-color-result) + input[type=submit],
.input-group-prepend .wpcf7 ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit],
ul#mec_bfixed_form_fields li .input-group-prepend .wpcf7 .mec_bfixed_field_remove + input[type=submit],
.input-group-prepend .wpcf7 ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit],
ul#mec_orgz_form_row li .input-group-prepend .wpcf7 .mec-additional-organizer-remove + input[type=submit],
.input-group-prepend .wpcf7 ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit],
ul#mec_reg_form_fields li .input-group-prepend .wpcf7 .mec_reg_field_remove + input[type=submit],
.input-group-prepend .wpcf7 .mec-events-button + input[type=submit], .wpcf7 .input-group-prepend .btn + input[type=submit], .wpcf7 .input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit], .mec-fes-form .wpcf7 .input-group-prepend button[type=submit].mec-fes-sub-button + input[type=submit], .wpcf7 .input-group-prepend .mec-booking-tab-content .button + input[type=submit], .mec-booking-tab-content .wpcf7 .input-group-prepend .button + input[type=submit], .wpcf7 .input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit], .mec-booking-tab-content .wpcf7 .input-group-prepend .mec-bfixed-field-add-option + input[type=submit], .wpcf7 .input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit], .mec-booking-tab-content .wpcf7 .input-group-prepend .mec-reg-field-add-option + input[type=submit], .wpcf7 .input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit], .mec-fes-form .mec-form-row .wpcf7 .input-group-prepend .button:not(.wp-color-result) + input[type=submit], .wpcf7 .input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit], ul#mec_bfixed_form_fields li .wpcf7 .input-group-prepend .mec_bfixed_field_remove + input[type=submit], .wpcf7 .input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit], ul#mec_orgz_form_row li .wpcf7 .input-group-prepend .mec-additional-organizer-remove + input[type=submit], .wpcf7 .input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit], ul#mec_reg_form_fields li .wpcf7 .input-group-prepend .mec_reg_field_remove + input[type=submit], .wpcf7 .input-group-prepend .mec-events-button + input[type=submit],
.input-group-prepend .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .mec-fes-form button[type=submit].mec-fes-sub-button + .input-group-text,
.mec-fes-form .input-group-prepend button[type=submit].mec-fes-sub-button + .input-group-text,
.input-group-prepend .mec-booking-tab-content .button + .input-group-text,
.mec-booking-tab-content .input-group-prepend .button + .input-group-text,
.input-group-prepend .mec-booking-tab-content .mec-bfixed-field-add-option + .input-group-text,
.mec-booking-tab-content .input-group-prepend .mec-bfixed-field-add-option + .input-group-text,
.input-group-prepend .mec-booking-tab-content .mec-reg-field-add-option + .input-group-text,
.mec-booking-tab-content .input-group-prepend .mec-reg-field-add-option + .input-group-text,
.input-group-prepend .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .input-group-text,
.mec-fes-form .mec-form-row .input-group-prepend .button:not(.wp-color-result) + .input-group-text,
.input-group-prepend ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .input-group-text,
ul#mec_bfixed_form_fields li .input-group-prepend .mec_bfixed_field_remove + .input-group-text,
.input-group-prepend ul#mec_orgz_form_row li .mec-additional-organizer-remove + .input-group-text,
ul#mec_orgz_form_row li .input-group-prepend .mec-additional-organizer-remove + .input-group-text,
.input-group-prepend ul#mec_reg_form_fields li .mec_reg_field_remove + .input-group-text,
ul#mec_reg_form_fields li .input-group-prepend .mec_reg_field_remove + .input-group-text,
.input-group-prepend .mec-events-button + .input-group-text,
.input-group-prepend .wpcf7 input[type=submit] + .input-group-text,
.wpcf7 .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .mec-fes-form .input-group-text + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-prepend .input-group-text + button[type=submit].mec-fes-sub-button,
.input-group-prepend .mec-booking-tab-content .input-group-text + .button,
.mec-booking-tab-content .input-group-prepend .input-group-text + .button,
.input-group-prepend .mec-booking-tab-content .input-group-text + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-prepend .input-group-text + .mec-bfixed-field-add-option,
.input-group-prepend .mec-booking-tab-content .input-group-text + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-prepend .input-group-text + .mec-reg-field-add-option,
.input-group-prepend .mec-fes-form .mec-form-row .input-group-text + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-prepend .input-group-text + .button:not(.wp-color-result),
.input-group-prepend ul#mec_bfixed_form_fields li .input-group-text + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-prepend .input-group-text + .mec_bfixed_field_remove,
.input-group-prepend ul#mec_orgz_form_row li .input-group-text + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-prepend .input-group-text + .mec-additional-organizer-remove,
.input-group-prepend ul#mec_reg_form_fields li .input-group-text + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-prepend .input-group-text + .mec_reg_field_remove,
.input-group-prepend .input-group-text + .mec-events-button,
.input-group-prepend .wpcf7 .input-group-text + input[type=submit],
.wpcf7 .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .btn,
.mec-fes-form .input-group-append button[type=submit].mec-fes-sub-button + .btn,
.input-group-append .mec-fes-form .btn + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append .btn + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append button[type=submit].mec-fes-sub-button + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-booking-tab-content .button + .btn,
.input-group-append .mec-booking-tab-content .mec-fes-form .button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append .mec-booking-tab-content .button + button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-append .button + .btn,
.mec-booking-tab-content .input-group-append .mec-fes-form .button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-booking-tab-content .input-group-append .button + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .btn,
.input-group-append .mec-booking-tab-content .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .btn,
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .btn,
.input-group-append .mec-booking-tab-content .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append .mec-booking-tab-content .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .btn,
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-booking-tab-content .input-group-append .mec-reg-field-add-option + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .btn,
.input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button,
.mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .btn,
.mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + button[type=submit].mec-fes-sub-button,
.input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .btn,
.input-group-append ul#mec_bfixed_form_fields li .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .btn,
ul#mec_bfixed_form_fields li .input-group-append .mec-fes-form .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + button[type=submit].mec-fes-sub-button,
.input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .btn,
.input-group-append ul#mec_orgz_form_row li .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .btn,
ul#mec_orgz_form_row li .input-group-append .mec-fes-form .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + button[type=submit].mec-fes-sub-button,
.input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .btn,
.input-group-append ul#mec_reg_form_fields li .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .btn,
ul#mec_reg_form_fields li .input-group-append .mec-fes-form .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
.mec-fes-form ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-booking-tab-content .btn + .button,
.input-group-append .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .button,
.mec-fes-form .input-group-append .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .button,
.mec-booking-tab-content .input-group-append .btn + .button,
.mec-booking-tab-content .input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .button,
.mec-fes-form .mec-booking-tab-content .input-group-append button[type=submit].mec-fes-sub-button + .button,
.input-group-append .mec-booking-tab-content .button + .button,
.mec-booking-tab-content .input-group-append .button + .button,
.input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .button,
.mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .button,
.input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .button,
.mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .button,
.input-group-append .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .button,
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button,
.mec-fes-form .mec-form-row .input-group-append .mec-booking-tab-content .button:not(.wp-color-result) + .button,
.mec-booking-tab-content .mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .button,
.input-group-append ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .button,
.mec-booking-tab-content .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button,
ul#mec_bfixed_form_fields li .input-group-append .mec-booking-tab-content .mec_bfixed_field_remove + .button,
.mec-booking-tab-content ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .button,
.input-group-append ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .button,
.mec-booking-tab-content .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button,
ul#mec_orgz_form_row li .input-group-append .mec-booking-tab-content .mec-additional-organizer-remove + .button,
.mec-booking-tab-content ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .button,
.input-group-append ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .button,
.mec-booking-tab-content .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .button,
ul#mec_reg_form_fields li .input-group-append .mec-booking-tab-content .mec_reg_field_remove + .button,
.mec-booking-tab-content ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .button,
.input-group-append .mec-booking-tab-content .btn + .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.mec-fes-form .input-group-append .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .btn + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.mec-fes-form .mec-booking-tab-content .input-group-append button[type=submit].mec-fes-sub-button + .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .button + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .button + .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .mec-bfixed-field-add-option,
.input-group-append .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.mec-fes-form .mec-form-row .input-group-append .mec-booking-tab-content .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.mec-booking-tab-content .mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .mec-bfixed-field-add-option,
.input-group-append ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
ul#mec_bfixed_form_fields li .input-group-append .mec-booking-tab-content .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .mec-bfixed-field-add-option,
.input-group-append ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
ul#mec_orgz_form_row li .input-group-append .mec-booking-tab-content .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .mec-bfixed-field-add-option,
.input-group-append ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-bfixed-field-add-option,
ul#mec_reg_form_fields li .input-group-append .mec-booking-tab-content .mec_reg_field_remove + .mec-bfixed-field-add-option,
.mec-booking-tab-content ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .btn + .mec-reg-field-add-option,
.input-group-append .mec-booking-tab-content .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.mec-fes-form .input-group-append .mec-booking-tab-content button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .btn + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.mec-fes-form .mec-booking-tab-content .input-group-append button[type=submit].mec-fes-sub-button + .mec-reg-field-add-option,
.input-group-append .mec-booking-tab-content .button + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .button + .mec-reg-field-add-option,
.input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .mec-reg-field-add-option,
.input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .mec-reg-field-add-option,
.input-group-append .mec-fes-form .mec-form-row .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group-append .mec-booking-tab-content .button:not(.wp-color-result) + .mec-reg-field-add-option,
.mec-booking-tab-content .mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .mec-reg-field-add-option,
.input-group-append ul#mec_bfixed_form_fields li .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-reg-field-add-option,
ul#mec_bfixed_form_fields li .input-group-append .mec-booking-tab-content .mec_bfixed_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .mec-reg-field-add-option,
.input-group-append ul#mec_orgz_form_row li .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-reg-field-add-option,
ul#mec_orgz_form_row li .input-group-append .mec-booking-tab-content .mec-additional-organizer-remove + .mec-reg-field-add-option,
.mec-booking-tab-content ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .mec-reg-field-add-option,
.input-group-append ul#mec_reg_form_fields li .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-reg-field-add-option,
ul#mec_reg_form_fields li .input-group-append .mec-booking-tab-content .mec_reg_field_remove + .mec-reg-field-add-option,
.mec-booking-tab-content ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .mec-reg-field-add-option,
.input-group-append .mec-fes-form .mec-form-row .btn + .button:not(.wp-color-result),
.input-group-append .mec-fes-form .mec-form-row button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .btn + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append button[type=submit].mec-fes-sub-button + .button:not(.wp-color-result),
.input-group-append .mec-booking-tab-content .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .mec-booking-tab-content .button + .button:not(.wp-color-result),
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-form-row .button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .mec-booking-tab-content .input-group-append .button + .button:not(.wp-color-result),
.input-group-append .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-form-row .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .button:not(.wp-color-result),
.input-group-append .mec-booking-tab-content .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .button:not(.wp-color-result),
.mec-booking-tab-content .input-group-append .mec-fes-form .mec-form-row .mec-reg-field-add-option + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .button:not(.wp-color-result),
.input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .button:not(.wp-color-result),
.input-group-append ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group-append .mec-fes-form .mec-form-row .mec_bfixed_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .button:not(.wp-color-result),
.input-group-append ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .button:not(.wp-color-result),
ul#mec_orgz_form_row li .input-group-append .mec-fes-form .mec-form-row .mec-additional-organizer-remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .button:not(.wp-color-result),
.input-group-append ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .button:not(.wp-color-result),
ul#mec_reg_form_fields li .input-group-append .mec-fes-form .mec-form-row .mec_reg_field_remove + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .button:not(.wp-color-result),
.input-group-append ul#mec_bfixed_form_fields li .btn + .mec_bfixed_field_remove,
.input-group-append ul#mec_bfixed_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
.mec-fes-form .input-group-append ul#mec_bfixed_form_fields li button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .btn + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
.mec-fes-form ul#mec_bfixed_form_fields li .input-group-append button[type=submit].mec-fes-sub-button + .mec_bfixed_field_remove,
.input-group-append .mec-booking-tab-content ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec-booking-tab-content .button + .mec_bfixed_field_remove,
.mec-booking-tab-content .input-group-append ul#mec_bfixed_form_fields li .button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-booking-tab-content .input-group-append .button + .mec_bfixed_field_remove,
.input-group-append .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
.mec-booking-tab-content .input-group-append ul#mec_bfixed_form_fields li .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .mec_bfixed_field_remove,
.input-group-append .mec-booking-tab-content ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .mec_bfixed_field_remove,
.mec-booking-tab-content .input-group-append ul#mec_bfixed_form_fields li .mec-reg-field-add-option + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .mec_bfixed_field_remove,
.input-group-append .mec-fes-form .mec-form-row ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_bfixed_field_remove,
.mec-fes-form .mec-form-row .input-group-append ul#mec_bfixed_form_fields li .button:not(.wp-color-result) + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .mec_bfixed_field_remove,
.input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .mec_bfixed_field_remove,
.input-group-append ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .mec-additional-organizer-remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_bfixed_field_remove,
ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .input-group-append .mec-additional-organizer-remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .mec_bfixed_field_remove,
.input-group-append ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_bfixed_field_remove,
ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .input-group-append .mec_reg_field_remove + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .mec_bfixed_field_remove,
.input-group-append ul#mec_orgz_form_row li .btn + .mec-additional-organizer-remove,
.input-group-append ul#mec_orgz_form_row li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
.mec-fes-form .input-group-append ul#mec_orgz_form_row li button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .btn + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
.mec-fes-form ul#mec_orgz_form_row li .input-group-append button[type=submit].mec-fes-sub-button + .mec-additional-organizer-remove,
.input-group-append .mec-booking-tab-content ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-booking-tab-content .button + .mec-additional-organizer-remove,
.mec-booking-tab-content .input-group-append ul#mec_orgz_form_row li .button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-booking-tab-content .input-group-append .button + .mec-additional-organizer-remove,
.input-group-append .mec-booking-tab-content ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
.mec-booking-tab-content .input-group-append ul#mec_orgz_form_row li .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .mec-additional-organizer-remove,
.input-group-append .mec-booking-tab-content ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .mec-additional-organizer-remove,
.mec-booking-tab-content .input-group-append ul#mec_orgz_form_row li .mec-reg-field-add-option + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .mec-additional-organizer-remove,
.input-group-append .mec-fes-form .mec-form-row ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-additional-organizer-remove,
.mec-fes-form .mec-form-row .input-group-append ul#mec_orgz_form_row li .button:not(.wp-color-result) + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .mec-additional-organizer-remove,
.input-group-append ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .mec_bfixed_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-additional-organizer-remove,
ul#mec_bfixed_form_fields ul#mec_orgz_form_row li .input-group-append .mec_bfixed_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .mec-additional-organizer-remove,
.input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .mec-additional-organizer-remove,
.input-group-append ul#mec_reg_form_fields ul#mec_orgz_form_row li .mec_reg_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-additional-organizer-remove,
ul#mec_reg_form_fields ul#mec_orgz_form_row li .input-group-append .mec_reg_field_remove + .mec-additional-organizer-remove,
ul#mec_orgz_form_row ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .mec-additional-organizer-remove,
.input-group-append ul#mec_reg_form_fields li .btn + .mec_reg_field_remove,
.input-group-append ul#mec_reg_form_fields li .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
.mec-fes-form .input-group-append ul#mec_reg_form_fields li button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .btn + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
.mec-fes-form ul#mec_reg_form_fields li .input-group-append button[type=submit].mec-fes-sub-button + .mec_reg_field_remove,
.input-group-append .mec-booking-tab-content ul#mec_reg_form_fields li .button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec-booking-tab-content .button + .mec_reg_field_remove,
.mec-booking-tab-content .input-group-append ul#mec_reg_form_fields li .button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-booking-tab-content .input-group-append .button + .mec_reg_field_remove,
.input-group-append .mec-booking-tab-content ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .mec_reg_field_remove,
.mec-booking-tab-content .input-group-append ul#mec_reg_form_fields li .mec-bfixed-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .mec_reg_field_remove,
.input-group-append .mec-booking-tab-content ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .mec_reg_field_remove,
.mec-booking-tab-content .input-group-append ul#mec_reg_form_fields li .mec-reg-field-add-option + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .mec_reg_field_remove,
.input-group-append .mec-fes-form .mec-form-row ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec_reg_field_remove,
.mec-fes-form .mec-form-row .input-group-append ul#mec_reg_form_fields li .button:not(.wp-color-result) + .mec_reg_field_remove,
ul#mec_reg_form_fields li .mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .mec_reg_field_remove,
.input-group-append ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove,
ul#mec_reg_form_fields .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec_reg_field_remove,
ul#mec_bfixed_form_fields ul#mec_reg_form_fields li .input-group-append .mec_bfixed_field_remove + .mec_reg_field_remove,
ul#mec_reg_form_fields ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .mec_reg_field_remove,
.input-group-append ul#mec_orgz_form_row ul#mec_reg_form_fields li .mec-additional-organizer-remove + .mec_reg_field_remove,
ul#mec_reg_form_fields .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec_reg_field_remove,
ul#mec_orgz_form_row ul#mec_reg_form_fields li .input-group-append .mec-additional-organizer-remove + .mec_reg_field_remove,
ul#mec_reg_form_fields ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .mec_reg_field_remove,
.input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .mec_reg_field_remove,
.input-group-append .mec-events-button + .btn,
.input-group-append .mec-fes-form .mec-events-button + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append .mec-events-button + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-booking-tab-content .mec-events-button + .button,
.mec-booking-tab-content .input-group-append .mec-events-button + .button,
.input-group-append .mec-booking-tab-content .mec-events-button + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .mec-events-button + .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .mec-events-button + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .mec-events-button + .mec-reg-field-add-option,
.input-group-append .mec-fes-form .mec-form-row .mec-events-button + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .mec-events-button + .button:not(.wp-color-result),
.input-group-append ul#mec_bfixed_form_fields li .mec-events-button + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .mec-events-button + .mec_bfixed_field_remove,
.input-group-append ul#mec_orgz_form_row li .mec-events-button + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .mec-events-button + .mec-additional-organizer-remove,
.input-group-append ul#mec_reg_form_fields li .mec-events-button + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .mec-events-button + .mec_reg_field_remove,
.input-group-append .btn + .mec-events-button,
.input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .mec-events-button,
.mec-fes-form .input-group-append button[type=submit].mec-fes-sub-button + .mec-events-button,
.input-group-append .mec-booking-tab-content .button + .mec-events-button,
.mec-booking-tab-content .input-group-append .button + .mec-events-button,
.input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .mec-events-button,
.mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .mec-events-button,
.input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .mec-events-button,
.mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .mec-events-button,
.input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .mec-events-button,
.mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .mec-events-button,
.input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .mec-events-button,
ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .mec-events-button,
.input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .mec-events-button,
ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .mec-events-button,
.input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .mec-events-button,
ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .mec-events-button,
.input-group-append .mec-events-button + .mec-events-button,
.input-group-append .wpcf7 input[type=submit] + .btn,
.input-group-append .wpcf7 .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append .wpcf7 input[type=submit] + button[type=submit].mec-fes-sub-button,
.input-group-append .wpcf7 .mec-booking-tab-content input[type=submit] + .button,
.mec-booking-tab-content .input-group-append .wpcf7 input[type=submit] + .button,
.input-group-append .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .wpcf7 input[type=submit] + .mec-bfixed-field-add-option,
.input-group-append .wpcf7 .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .wpcf7 input[type=submit] + .mec-reg-field-add-option,
.input-group-append .wpcf7 .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .wpcf7 input[type=submit] + .button:not(.wp-color-result),
.input-group-append .wpcf7 ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .wpcf7 input[type=submit] + .mec_bfixed_field_remove,
.input-group-append .wpcf7 ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .wpcf7 input[type=submit] + .mec-additional-organizer-remove,
.input-group-append .wpcf7 ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .wpcf7 input[type=submit] + .mec_reg_field_remove,
.input-group-append .wpcf7 input[type=submit] + .mec-events-button,
.wpcf7 .input-group-append input[type=submit] + .btn,
.wpcf7 .input-group-append .mec-fes-form input[type=submit] + button[type=submit].mec-fes-sub-button,
.mec-fes-form .wpcf7 .input-group-append input[type=submit] + button[type=submit].mec-fes-sub-button,
.wpcf7 .input-group-append .mec-booking-tab-content input[type=submit] + .button,
.mec-booking-tab-content .wpcf7 .input-group-append input[type=submit] + .button,
.wpcf7 .input-group-append .mec-booking-tab-content input[type=submit] + .mec-bfixed-field-add-option,
.mec-booking-tab-content .wpcf7 .input-group-append input[type=submit] + .mec-bfixed-field-add-option,
.wpcf7 .input-group-append .mec-booking-tab-content input[type=submit] + .mec-reg-field-add-option,
.mec-booking-tab-content .wpcf7 .input-group-append input[type=submit] + .mec-reg-field-add-option,
.wpcf7 .input-group-append .mec-fes-form .mec-form-row input[type=submit] + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .wpcf7 .input-group-append input[type=submit] + .button:not(.wp-color-result),
.wpcf7 .input-group-append ul#mec_bfixed_form_fields li input[type=submit] + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .wpcf7 .input-group-append input[type=submit] + .mec_bfixed_field_remove,
.wpcf7 .input-group-append ul#mec_orgz_form_row li input[type=submit] + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .wpcf7 .input-group-append input[type=submit] + .mec-additional-organizer-remove,
.wpcf7 .input-group-append ul#mec_reg_form_fields li input[type=submit] + .mec_reg_field_remove,
ul#mec_reg_form_fields li .wpcf7 .input-group-append input[type=submit] + .mec_reg_field_remove,
.wpcf7 .input-group-append input[type=submit] + .mec-events-button,
.input-group-append .wpcf7 .btn + input[type=submit],
.input-group-append .wpcf7 .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit],
.mec-fes-form .input-group-append .wpcf7 button[type=submit].mec-fes-sub-button + input[type=submit],
.input-group-append .wpcf7 .mec-booking-tab-content .button + input[type=submit],
.mec-booking-tab-content .input-group-append .wpcf7 .button + input[type=submit],
.input-group-append .wpcf7 .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit],
.mec-booking-tab-content .input-group-append .wpcf7 .mec-bfixed-field-add-option + input[type=submit],
.input-group-append .wpcf7 .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit],
.mec-booking-tab-content .input-group-append .wpcf7 .mec-reg-field-add-option + input[type=submit],
.input-group-append .wpcf7 .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit],
.mec-fes-form .mec-form-row .input-group-append .wpcf7 .button:not(.wp-color-result) + input[type=submit],
.input-group-append .wpcf7 ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit],
ul#mec_bfixed_form_fields li .input-group-append .wpcf7 .mec_bfixed_field_remove + input[type=submit],
.input-group-append .wpcf7 ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit],
ul#mec_orgz_form_row li .input-group-append .wpcf7 .mec-additional-organizer-remove + input[type=submit],
.input-group-append .wpcf7 ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit],
ul#mec_reg_form_fields li .input-group-append .wpcf7 .mec_reg_field_remove + input[type=submit],
.input-group-append .wpcf7 .mec-events-button + input[type=submit],
.wpcf7 .input-group-append .btn + input[type=submit],
.wpcf7 .input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + input[type=submit],
.mec-fes-form .wpcf7 .input-group-append button[type=submit].mec-fes-sub-button + input[type=submit],
.wpcf7 .input-group-append .mec-booking-tab-content .button + input[type=submit],
.mec-booking-tab-content .wpcf7 .input-group-append .button + input[type=submit],
.wpcf7 .input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + input[type=submit],
.mec-booking-tab-content .wpcf7 .input-group-append .mec-bfixed-field-add-option + input[type=submit],
.wpcf7 .input-group-append .mec-booking-tab-content .mec-reg-field-add-option + input[type=submit],
.mec-booking-tab-content .wpcf7 .input-group-append .mec-reg-field-add-option + input[type=submit],
.wpcf7 .input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + input[type=submit],
.mec-fes-form .mec-form-row .wpcf7 .input-group-append .button:not(.wp-color-result) + input[type=submit],
.wpcf7 .input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + input[type=submit],
ul#mec_bfixed_form_fields li .wpcf7 .input-group-append .mec_bfixed_field_remove + input[type=submit],
.wpcf7 .input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + input[type=submit],
ul#mec_orgz_form_row li .wpcf7 .input-group-append .mec-additional-organizer-remove + input[type=submit],
.wpcf7 .input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + input[type=submit],
ul#mec_reg_form_fields li .wpcf7 .input-group-append .mec_reg_field_remove + input[type=submit],
.wpcf7 .input-group-append .mec-events-button + input[type=submit],
.input-group-append .wpcf7 input[type=submit] + input[type=submit],
.wpcf7 .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .mec-fes-form button[type=submit].mec-fes-sub-button + .input-group-text,
.mec-fes-form .input-group-append button[type=submit].mec-fes-sub-button + .input-group-text,
.input-group-append .mec-booking-tab-content .button + .input-group-text,
.mec-booking-tab-content .input-group-append .button + .input-group-text,
.input-group-append .mec-booking-tab-content .mec-bfixed-field-add-option + .input-group-text,
.mec-booking-tab-content .input-group-append .mec-bfixed-field-add-option + .input-group-text,
.input-group-append .mec-booking-tab-content .mec-reg-field-add-option + .input-group-text,
.mec-booking-tab-content .input-group-append .mec-reg-field-add-option + .input-group-text,
.input-group-append .mec-fes-form .mec-form-row .button:not(.wp-color-result) + .input-group-text,
.mec-fes-form .mec-form-row .input-group-append .button:not(.wp-color-result) + .input-group-text,
.input-group-append ul#mec_bfixed_form_fields li .mec_bfixed_field_remove + .input-group-text,
ul#mec_bfixed_form_fields li .input-group-append .mec_bfixed_field_remove + .input-group-text,
.input-group-append ul#mec_orgz_form_row li .mec-additional-organizer-remove + .input-group-text,
ul#mec_orgz_form_row li .input-group-append .mec-additional-organizer-remove + .input-group-text,
.input-group-append ul#mec_reg_form_fields li .mec_reg_field_remove + .input-group-text,
ul#mec_reg_form_fields li .input-group-append .mec_reg_field_remove + .input-group-text,
.input-group-append .mec-events-button + .input-group-text,
.input-group-append .wpcf7 input[type=submit] + .input-group-text,
.wpcf7 .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .mec-fes-form .input-group-text + button[type=submit].mec-fes-sub-button,
.mec-fes-form .input-group-append .input-group-text + button[type=submit].mec-fes-sub-button,
.input-group-append .mec-booking-tab-content .input-group-text + .button,
.mec-booking-tab-content .input-group-append .input-group-text + .button,
.input-group-append .mec-booking-tab-content .input-group-text + .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group-append .input-group-text + .mec-bfixed-field-add-option,
.input-group-append .mec-booking-tab-content .input-group-text + .mec-reg-field-add-option,
.mec-booking-tab-content .input-group-append .input-group-text + .mec-reg-field-add-option,
.input-group-append .mec-fes-form .mec-form-row .input-group-text + .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .input-group-append .input-group-text + .button:not(.wp-color-result),
.input-group-append ul#mec_bfixed_form_fields li .input-group-text + .mec_bfixed_field_remove,
ul#mec_bfixed_form_fields li .input-group-append .input-group-text + .mec_bfixed_field_remove,
.input-group-append ul#mec_orgz_form_row li .input-group-text + .mec-additional-organizer-remove,
ul#mec_orgz_form_row li .input-group-append .input-group-text + .mec-additional-organizer-remove,
.input-group-append ul#mec_reg_form_fields li .input-group-text + .mec_reg_field_remove,
ul#mec_reg_form_fields li .input-group-append .input-group-text + .mec_reg_field_remove,
.input-group-append .input-group-text + .mec-events-button,
.input-group-append .wpcf7 .input-group-text + input[type=submit],
.wpcf7 .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .mec-fes-form .input-group > .input-group-prepend > button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .input-group > .input-group-prepend > .button, .mec-booking-tab-content .input-group > .input-group-prepend > .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group > .input-group-prepend > .mec-reg-field-add-option, .mec-fes-form .mec-form-row .input-group > .input-group-prepend > .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .input-group > .input-group-prepend > .mec_bfixed_field_remove, ul#mec_orgz_form_row li .input-group > .input-group-prepend > .mec-additional-organizer-remove, ul#mec_reg_form_fields li .input-group > .input-group-prepend > .mec_reg_field_remove, .input-group > .input-group-prepend > .mec-events-button,
.wpcf7 .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.mec-fes-form .input-group > .input-group-append:not(:last-child) > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group > .input-group-append:not(:last-child) > .button,
.mec-booking-tab-content .input-group > .input-group-append:not(:last-child) > .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group > .input-group-append:not(:last-child) > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group > .input-group-append:not(:last-child) > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group > .input-group-append:not(:last-child) > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group > .input-group-append:not(:last-child) > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group > .input-group-append:not(:last-child) > .mec_reg_field_remove,
.input-group > .input-group-append:not(:last-child) > .mec-events-button,
.wpcf7 .input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.mec-fes-form .input-group > .input-group-append:last-child > button[type=submit].mec-fes-sub-button:not(:last-child):not(.dropdown-toggle),
.mec-booking-tab-content .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.mec-booking-tab-content .input-group > .input-group-append:last-child > .mec-bfixed-field-add-option:not(:last-child):not(.dropdown-toggle),
.mec-booking-tab-content .input-group > .input-group-append:last-child > .mec-reg-field-add-option:not(:last-child):not(.dropdown-toggle),
.mec-fes-form .mec-form-row .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle):not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group > .input-group-append:last-child > .mec_bfixed_field_remove:not(:last-child):not(.dropdown-toggle),
ul#mec_orgz_form_row li .input-group > .input-group-append:last-child > .mec-additional-organizer-remove:not(:last-child):not(.dropdown-toggle),
ul#mec_reg_form_fields li .input-group > .input-group-append:last-child > .mec_reg_field_remove:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .mec-events-button:not(:last-child):not(.dropdown-toggle),
.wpcf7 .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.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, .mec-fes-form .input-group > .input-group-append > button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .input-group > .input-group-append > .button, .mec-booking-tab-content .input-group > .input-group-append > .mec-bfixed-field-add-option, .mec-booking-tab-content .input-group > .input-group-append > .mec-reg-field-add-option, .mec-fes-form .mec-form-row .input-group > .input-group-append > .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .input-group > .input-group-append > .mec_bfixed_field_remove, ul#mec_orgz_form_row li .input-group > .input-group-append > .mec-additional-organizer-remove, ul#mec_reg_form_fields li .input-group > .input-group-append > .mec_reg_field_remove, .input-group > .input-group-append > .mec-events-button,
.wpcf7 .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.mec-fes-form .input-group > .input-group-prepend:not(:first-child) > button[type=submit].mec-fes-sub-button,
.mec-booking-tab-content .input-group > .input-group-prepend:not(:first-child) > .button,
.mec-booking-tab-content .input-group > .input-group-prepend:not(:first-child) > .mec-bfixed-field-add-option,
.mec-booking-tab-content .input-group > .input-group-prepend:not(:first-child) > .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .input-group > .input-group-prepend:not(:first-child) > .button:not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group > .input-group-prepend:not(:first-child) > .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .input-group > .input-group-prepend:not(:first-child) > .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .input-group > .input-group-prepend:not(:first-child) > .mec_reg_field_remove,
.input-group > .input-group-prepend:not(:first-child) > .mec-events-button,
.wpcf7 .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.mec-fes-form .input-group > .input-group-prepend:first-child > button[type=submit].mec-fes-sub-button:not(:first-child),
.mec-booking-tab-content .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.mec-booking-tab-content .input-group > .input-group-prepend:first-child > .mec-bfixed-field-add-option:not(:first-child),
.mec-booking-tab-content .input-group > .input-group-prepend:first-child > .mec-reg-field-add-option:not(:first-child),
.mec-fes-form .mec-form-row .input-group > .input-group-prepend:first-child > .button:not(:first-child):not(.wp-color-result),
ul#mec_bfixed_form_fields li .input-group > .input-group-prepend:first-child > .mec_bfixed_field_remove:not(:first-child),
ul#mec_orgz_form_row li .input-group > .input-group-prepend:first-child > .mec-additional-organizer-remove:not(:first-child),
ul#mec_reg_form_fields li .input-group > .input-group-prepend:first-child > .mec_reg_field_remove:not(:first-child),
.input-group > .input-group-prepend:first-child > .mec-events-button:not(:first-child),
.wpcf7 .input-group > .input-group-prepend:first-child > input:not(:first-child)[type=submit],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: var(--color-red);
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d0ea;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--color-red);
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: var(--color-red);
}

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 122, 183, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 122, 183, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--color-red);
}

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 122, 183, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #8bb8df;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 184, 223, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 184, 223, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #8bb8df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #8bb8df;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--color-red);
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d0ea;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-red);
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d0ea;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-red);
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d0ea;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: var(--color-red);
}

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1089.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1090px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #ffffff;
}

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

.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: #ffffff;
}

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
@media (min-width: 768px) {
  .card-body {
    padding: 30px;
  }
}
.card-body .card-content {
  margin-bottom: 15px;
}
.card-body .h13 {
  text-transform: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-body .h13 {
    font-size: 16px;
  }
}
.card-body .h8 {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 700;
}
.card-body--pr {
  padding-right: 1.25rem;
}
.card-body--pr .h8 {
  font-size: 18px;
  line-height: 1.5555555556;
}

@media (min-width: 1090px) {
  .card--right .card-body {
    padding: 15px;
  }
}

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

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

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

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

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

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-top img {
  width: 100%;
}
@media (min-width: 1090px) {
  .card-img-top {
    padding: 30px 30px 0;
    margin-bottom: -15px;
  }
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--color-red);
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #22527b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  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.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge, .mec-fes-form button[type=submit].mec-fes-sub-button .badge, .mec-booking-tab-content .button .badge, .mec-booking-tab-content .mec-bfixed-field-add-option .badge, .mec-booking-tab-content .mec-reg-field-add-option .badge, .mec-fes-form .mec-form-row .button:not(.wp-color-result) .badge, ul#mec_bfixed_form_fields li .mec_bfixed_field_remove .badge, ul#mec_orgz_form_row li .mec-additional-organizer-remove .badge, ul#mec_reg_form_fields li .mec_reg_field_remove .badge, .mec-events-button .badge, .wpcf7 input[type=submit] .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #ffffff;
  background-color: var(--color-red);
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #285f8f;
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #ffffff;
  background-color: var(--color-red);
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #891f23;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #1b3f5f;
  background-color: #d6e4f1;
  border-color: #c6daeb;
}

.alert-primary hr {
  border-top-color: #b3cee4;
}

.alert-primary .alert-link {
  color: #102537;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #5d1517;
  background-color: #f0d4d5;
  border-color: #eac3c4;
}

.alert-danger hr {
  border-top-color: #e3b0b1;
}

.alert-danger .alert-link {
  color: #330c0d;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--color-red);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #1b3f5f;
  background-color: #c6daeb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1b3f5f;
  background-color: #b3cee4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b3f5f;
  border-color: #1b3f5f;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #5d1517;
  background-color: #eac3c4;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #5d1517;
  background-color: #e3b0b1;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #5d1517;
  border-color: #5d1517;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}

.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1090px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

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

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}

.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) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

#heroCarousel .carousel-item {
  min-height: 375px;
}
@media (min-width: 768px) {
  #heroCarousel .carousel-item {
    min-height: 512px;
  }
}
@media (min-width: 1090px) {
  #heroCarousel .carousel-item {
    min-height: 600px;
  }
}
#heroCarousel .carousel-item .container .row {
  min-height: 375px;
  padding-top: 75px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #heroCarousel .carousel-item .container .row {
    min-height: 512px;
  }
}
@media (min-width: 1090px) {
  #heroCarousel .carousel-item .container .row {
    min-height: 600px;
  }
}

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

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

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

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

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

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
@media (max-width: 767px) {
  .carousel-indicators {
    display: none;
  }
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: var(--color-red) !important;
}

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

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

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

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

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

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

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

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

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

.bg-danger {
  background-color: var(--color-red) !important;
}

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

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

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

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

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

.bg-white {
  background-color: #ffffff !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: var(--color-red) !important;
}

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

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

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

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

.border-danger {
  border-color: var(--color-red) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1090px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714%;
}

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1090px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        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: 1090px) {
  .float-lg-left {
    float: left !important;
  }

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1090px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: var(--color-red) !important;
}

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

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

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

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

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

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

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

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

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

.text-danger {
  color: var(--color-red) !important;
}

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.mec-events-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;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p, .events-listview .event-detail .event-date,
.events-listview .event-detail .event-time,
.events-listview .event-detail .event-location, .section-events-carousel .events-carousel-item .event-time, li, .table td,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1090px !important;
  }

  .container {
    min-width: 1090px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
.wrapper {
  padding: 30px 0;
}

#wrapper-hero {
  padding: 0px !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  font-size: inherit;
}

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

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

.aligncenter {
  margin: 0px auto;
}

.entry-footer span {
  padding-right: 10px;
}

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

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

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

.jumbotron {
  margin-bottom: 0px;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #ffffff !important;
  text-decoration: none;
  background-color: var(--color-red);
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #6c757d !important;
  background-color: transparent;
}

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

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

.navbar-dark .navbar-brand a {
  color: #ffffff;
}

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

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}

.wpcf7 .wpcf7-form label {
  width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: var(--color-red);
}

.wpcf7 .wpcf7-validation-errors {
  color: var(--color-red);
  border: 1px solid #e9ecef;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music::before {
  content: "\f001";
}

.fa-search::before {
  content: "\f002";
}

.fa-envelope-o::before {
  content: "\f003";
}

.fa-heart::before {
  content: "\f004";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-o::before {
  content: "\f006";
}

.fa-user::before {
  content: "\f007";
}

.fa-film::before {
  content: "\f008";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-th::before {
  content: "\f00a";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-check::before {
  content: "\f00c";
}

.fa-remove::before,
.fa-close::before,
.fa-times::before {
  content: "\f00d";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-signal::before {
  content: "\f012";
}

.fa-gear::before,
.fa-cog::before {
  content: "\f013";
}

.fa-trash-o::before {
  content: "\f014";
}

.fa-home::before {
  content: "\f015";
}

.fa-file-o::before {
  content: "\f016";
}

.fa-clock-o::before {
  content: "\f017";
}

.fa-road::before {
  content: "\f018";
}

.fa-download::before {
  content: "\f019";
}

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

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

.fa-inbox::before {
  content: "\f01c";
}

.fa-play-circle-o::before {
  content: "\f01d";
}

.fa-rotate-right::before,
.fa-repeat::before {
  content: "\f01e";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-lock::before {
  content: "\f023";
}

.fa-flag::before {
  content: "\f024";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

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

.fa-bookmark::before {
  content: "\f02e";
}

.fa-print::before {
  content: "\f02f";
}

.fa-camera::before {
  content: "\f030";
}

.fa-font::before {
  content: "\f031";
}

.fa-bold::before {
  content: "\f032";
}

.fa-italic::before {
  content: "\f033";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-width::before {
  content: "\f035";
}

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

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

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

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

.fa-list::before {
  content: "\f03a";
}

.fa-dedent::before,
.fa-outdent::before {
  content: "\f03b";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-photo::before,
.fa-image::before,
.fa-picture-o::before {
  content: "\f03e";
}

.fa-pencil::before {
  content: "\f040";
}

.fa-map-marker::before {
  content: "\f041";
}

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

.fa-tint::before {
  content: "\f043";
}

.fa-edit::before,
.fa-pencil-square-o::before {
  content: "\f044";
}

.fa-share-square-o::before {
  content: "\f045";
}

.fa-check-square-o::before {
  content: "\f046";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-eject::before {
  content: "\f052";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-times-circle-o::before {
  content: "\f05c";
}

.fa-check-circle-o::before {
  content: "\f05d";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-mail-forward::before,
.fa-share::before {
  content: "\f064";
}

.fa-expand::before {
  content: "\f065";
}

.fa-compress::before {
  content: "\f066";
}

.fa-plus::before {
  content: "\f067";
}

.fa-minus::before {
  content: "\f068";
}

.fa-asterisk::before {
  content: "\f069";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-warning::before,
.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-plane::before {
  content: "\f072";
}

.fa-calendar::before {
  content: "\f073";
}

.fa-random::before {
  content: "\f074";
}

.fa-comment::before {
  content: "\f075";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-bar-chart-o::before,
.fa-bar-chart::before {
  content: "\f080";
}

.fa-twitter-square::before {
  content: "\f081";
}

.fa-facebook-square::before {
  content: "\f082";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-key::before {
  content: "\f084";
}

.fa-gears::before,
.fa-cogs::before {
  content: "\f085";
}

.fa-comments::before {
  content: "\f086";
}

.fa-thumbs-o-up::before {
  content: "\f087";
}

.fa-thumbs-o-down::before {
  content: "\f088";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-heart-o::before {
  content: "\f08a";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-linkedin-square::before {
  content: "\f08c";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-github-square::before {
  content: "\f092";
}

.fa-upload::before {
  content: "\f093";
}

.fa-lemon-o::before {
  content: "\f094";
}

.fa-phone::before {
  content: "\f095";
}

.fa-square-o::before {
  content: "\f096";
}

.fa-bookmark-o::before {
  content: "\f097";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-facebook-f::before,
.fa-facebook::before {
  content: "\f09a";
}

.fa-github::before {
  content: "\f09b";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-feed::before,
.fa-rss::before {
  content: "\f09e";
}

.fa-hdd-o::before {
  content: "\f0a0";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-hand-o-right::before {
  content: "\f0a4";
}

.fa-hand-o-left::before {
  content: "\f0a5";
}

.fa-hand-o-up::before {
  content: "\f0a6";
}

.fa-hand-o-down::before {
  content: "\f0a7";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-group::before,
.fa-users::before {
  content: "\f0c0";
}

.fa-chain::before,
.fa-link::before {
  content: "\f0c1";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-cut::before,
.fa-scissors::before {
  content: "\f0c4";
}

.fa-copy::before,
.fa-files-o::before {
  content: "\f0c5";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-save::before,
.fa-floppy-o::before {
  content: "\f0c7";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before {
  content: "\f0c9";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-pinterest::before {
  content: "\f0d2";
}

.fa-pinterest-square::before {
  content: "\f0d3";
}

.fa-google-plus-square::before {
  content: "\f0d4";
}

.fa-google-plus::before {
  content: "\f0d5";
}

.fa-money::before {
  content: "\f0d6";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-unsorted::before,
.fa-sort::before {
  content: "\f0dc";
}

.fa-sort-down::before,
.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before,
.fa-sort-asc::before {
  content: "\f0de";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-rotate-left::before,
.fa-undo::before {
  content: "\f0e2";
}

.fa-legal::before,
.fa-gavel::before {
  content: "\f0e3";
}

.fa-dashboard::before,
.fa-tachometer::before {
  content: "\f0e4";
}

.fa-comment-o::before {
  content: "\f0e5";
}

.fa-comments-o::before {
  content: "\f0e6";
}

.fa-flash::before,
.fa-bolt::before {
  content: "\f0e7";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-paste::before,
.fa-clipboard::before {
  content: "\f0ea";
}

.fa-lightbulb-o::before {
  content: "\f0eb";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-bell-o::before {
  content: "\f0a2";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-cutlery::before {
  content: "\f0f5";
}

.fa-file-text-o::before {
  content: "\f0f6";
}

.fa-building-o::before {
  content: "\f0f7";
}

.fa-hospital-o::before {
  content: "\f0f8";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-desktop::before {
  content: "\f108";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-tablet::before {
  content: "\f10a";
}

.fa-mobile-phone::before,
.fa-mobile::before {
  content: "\f10b";
}

.fa-circle-o::before {
  content: "\f10c";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-circle::before {
  content: "\f111";
}

.fa-mail-reply::before,
.fa-reply::before {
  content: "\f112";
}

.fa-github-alt::before {
  content: "\f113";
}

.fa-folder-o::before {
  content: "\f114";
}

.fa-folder-open-o::before {
  content: "\f115";
}

.fa-smile-o::before {
  content: "\f118";
}

.fa-frown-o::before {
  content: "\f119";
}

.fa-meh-o::before {
  content: "\f11a";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-keyboard-o::before {
  content: "\f11c";
}

.fa-flag-o::before {
  content: "\f11d";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-code::before {
  content: "\f121";
}

.fa-mail-reply-all::before,
.fa-reply-all::before {
  content: "\f122";
}

.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
  content: "\f123";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-crop::before {
  content: "\f125";
}

.fa-code-fork::before {
  content: "\f126";
}

.fa-unlink::before,
.fa-chain-broken::before {
  content: "\f127";
}

.fa-question::before {
  content: "\f128";
}

.fa-info::before {
  content: "\f129";
}

.fa-exclamation::before {
  content: "\f12a";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-shield::before {
  content: "\f132";
}

.fa-calendar-o::before {
  content: "\f133";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-maxcdn::before {
  content: "\f136";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-html5::before {
  content: "\f13b";
}

.fa-css3::before {
  content: "\f13c";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-minus-square-o::before {
  content: "\f147";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-toggle-down::before,
.fa-caret-square-o-down::before {
  content: "\f150";
}

.fa-toggle-up::before,
.fa-caret-square-o-up::before {
  content: "\f151";
}

.fa-toggle-right::before,
.fa-caret-square-o-right::before {
  content: "\f152";
}

.fa-euro::before,
.fa-eur::before {
  content: "\f153";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-dollar::before,
.fa-usd::before {
  content: "\f155";
}

.fa-rupee::before,
.fa-inr::before {
  content: "\f156";
}

.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
  content: "\f157";
}

.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
  content: "\f158";
}

.fa-won::before,
.fa-krw::before {
  content: "\f159";
}

.fa-bitcoin::before,
.fa-btc::before {
  content: "\f15a";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-desc::before {
  content: "\f15e";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-desc::before {
  content: "\f161";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-desc::before {
  content: "\f163";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-youtube-square::before {
  content: "\f166";
}

.fa-youtube::before {
  content: "\f167";
}

.fa-xing::before {
  content: "\f168";
}

.fa-xing-square::before {
  content: "\f169";
}

.fa-youtube-play::before {
  content: "\f16a";
}

.fa-dropbox::before {
  content: "\f16b";
}

.fa-stack-overflow::before {
  content: "\f16c";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-flickr::before {
  content: "\f16e";
}

.fa-adn::before {
  content: "\f170";
}

.fa-bitbucket::before {
  content: "\f171";
}

.fa-bitbucket-square::before {
  content: "\f172";
}

.fa-tumblr::before {
  content: "\f173";
}

.fa-tumblr-square::before {
  content: "\f174";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-apple::before {
  content: "\f179";
}

.fa-windows::before {
  content: "\f17a";
}

.fa-android::before {
  content: "\f17b";
}

.fa-linux::before {
  content: "\f17c";
}

.fa-dribbble::before {
  content: "\f17d";
}

.fa-skype::before {
  content: "\f17e";
}

.fa-foursquare::before {
  content: "\f180";
}

.fa-trello::before {
  content: "\f181";
}

.fa-female::before {
  content: "\f182";
}

.fa-male::before {
  content: "\f183";
}

.fa-gittip::before,
.fa-gratipay::before {
  content: "\f184";
}

.fa-sun-o::before {
  content: "\f185";
}

.fa-moon-o::before {
  content: "\f186";
}

.fa-archive::before {
  content: "\f187";
}

.fa-bug::before {
  content: "\f188";
}

.fa-vk::before {
  content: "\f189";
}

.fa-weibo::before {
  content: "\f18a";
}

.fa-renren::before {
  content: "\f18b";
}

.fa-pagelines::before {
  content: "\f18c";
}

.fa-stack-exchange::before {
  content: "\f18d";
}

.fa-arrow-circle-o-right::before {
  content: "\f18e";
}

.fa-arrow-circle-o-left::before {
  content: "\f190";
}

.fa-toggle-left::before,
.fa-caret-square-o-left::before {
  content: "\f191";
}

.fa-dot-circle-o::before {
  content: "\f192";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-vimeo-square::before {
  content: "\f194";
}

.fa-turkish-lira::before,
.fa-try::before {
  content: "\f195";
}

.fa-plus-square-o::before {
  content: "\f196";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-slack::before {
  content: "\f198";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-wordpress::before {
  content: "\f19a";
}

.fa-openid::before {
  content: "\f19b";
}

.fa-institution::before,
.fa-bank::before,
.fa-university::before {
  content: "\f19c";
}

.fa-mortar-board::before,
.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-yahoo::before {
  content: "\f19e";
}

.fa-google::before {
  content: "\f1a0";
}

.fa-reddit::before {
  content: "\f1a1";
}

.fa-reddit-square::before {
  content: "\f1a2";
}

.fa-stumbleupon-circle::before {
  content: "\f1a3";
}

.fa-stumbleupon::before {
  content: "\f1a4";
}

.fa-delicious::before {
  content: "\f1a5";
}

.fa-digg::before {
  content: "\f1a6";
}

.fa-pied-piper-pp::before {
  content: "\f1a7";
}

.fa-pied-piper-alt::before {
  content: "\f1a8";
}

.fa-drupal::before {
  content: "\f1a9";
}

.fa-joomla::before {
  content: "\f1aa";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-spoon::before {
  content: "\f1b1";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-behance::before {
  content: "\f1b4";
}

.fa-behance-square::before {
  content: "\f1b5";
}

.fa-steam::before {
  content: "\f1b6";
}

.fa-steam-square::before {
  content: "\f1b7";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-automobile::before,
.fa-car::before {
  content: "\f1b9";
}

.fa-cab::before,
.fa-taxi::before {
  content: "\f1ba";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-spotify::before {
  content: "\f1bc";
}

.fa-deviantart::before {
  content: "\f1bd";
}

.fa-soundcloud::before {
  content: "\f1be";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-file-pdf-o::before {
  content: "\f1c1";
}

.fa-file-word-o::before {
  content: "\f1c2";
}

.fa-file-excel-o::before {
  content: "\f1c3";
}

.fa-file-powerpoint-o::before {
  content: "\f1c4";
}

.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
  content: "\f1c5";
}

.fa-file-zip-o::before,
.fa-file-archive-o::before {
  content: "\f1c6";
}

.fa-file-sound-o::before,
.fa-file-audio-o::before {
  content: "\f1c7";
}

.fa-file-movie-o::before,
.fa-file-video-o::before {
  content: "\f1c8";
}

.fa-file-code-o::before {
  content: "\f1c9";
}

.fa-vine::before {
  content: "\f1ca";
}

.fa-codepen::before {
  content: "\f1cb";
}

.fa-jsfiddle::before {
  content: "\f1cc";
}

.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
  content: "\f1cd";
}

.fa-circle-o-notch::before {
  content: "\f1ce";
}

.fa-ra::before,
.fa-resistance::before,
.fa-rebel::before {
  content: "\f1d0";
}

.fa-ge::before,
.fa-empire::before {
  content: "\f1d1";
}

.fa-git-square::before {
  content: "\f1d2";
}

.fa-git::before {
  content: "\f1d3";
}

.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
  content: "\f1d4";
}

.fa-tencent-weibo::before {
  content: "\f1d5";
}

.fa-qq::before {
  content: "\f1d6";
}

.fa-wechat::before,
.fa-weixin::before {
  content: "\f1d7";
}

.fa-send::before,
.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-send-o::before,
.fa-paper-plane-o::before {
  content: "\f1d9";
}

.fa-history::before {
  content: "\f1da";
}

.fa-circle-thin::before {
  content: "\f1db";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-soccer-ball-o::before,
.fa-futbol-o::before {
  content: "\f1e3";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-slideshare::before {
  content: "\f1e7";
}

.fa-twitch::before {
  content: "\f1e8";
}

.fa-yelp::before {
  content: "\f1e9";
}

.fa-newspaper-o::before {
  content: "\f1ea";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-paypal::before {
  content: "\f1ed";
}

.fa-google-wallet::before {
  content: "\f1ee";
}

.fa-cc-visa::before {
  content: "\f1f0";
}

.fa-cc-mastercard::before {
  content: "\f1f1";
}

.fa-cc-discover::before {
  content: "\f1f2";
}

.fa-cc-amex::before {
  content: "\f1f3";
}

.fa-cc-paypal::before {
  content: "\f1f4";
}

.fa-cc-stripe::before {
  content: "\f1f5";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bell-slash-o::before {
  content: "\f1f7";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-at::before {
  content: "\f1fa";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-lastfm::before {
  content: "\f202";
}

.fa-lastfm-square::before {
  content: "\f203";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-bus::before {
  content: "\f207";
}

.fa-ioxhost::before {
  content: "\f208";
}

.fa-angellist::before {
  content: "\f209";
}

.fa-cc::before {
  content: "\f20a";
}

.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
  content: "\f20b";
}

.fa-meanpath::before {
  content: "\f20c";
}

.fa-buysellads::before {
  content: "\f20d";
}

.fa-connectdevelop::before {
  content: "\f20e";
}

.fa-dashcube::before {
  content: "\f210";
}

.fa-forumbee::before {
  content: "\f211";
}

.fa-leanpub::before {
  content: "\f212";
}

.fa-sellsy::before {
  content: "\f213";
}

.fa-shirtsinbulk::before {
  content: "\f214";
}

.fa-simplybuilt::before {
  content: "\f215";
}

.fa-skyatlas::before {
  content: "\f216";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-venus::before {
  content: "\f221";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-intersex::before,
.fa-transgender::before {
  content: "\f224";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-facebook-official::before {
  content: "\f230";
}

.fa-pinterest-p::before {
  content: "\f231";
}

.fa-whatsapp::before {
  content: "\f232";
}

.fa-server::before {
  content: "\f233";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-hotel::before,
.fa-bed::before {
  content: "\f236";
}

.fa-viacoin::before {
  content: "\f237";
}

.fa-train::before {
  content: "\f238";
}

.fa-subway::before {
  content: "\f239";
}

.fa-medium::before {
  content: "\f23a";
}

.fa-yc::before,
.fa-y-combinator::before {
  content: "\f23b";
}

.fa-optin-monster::before {
  content: "\f23c";
}

.fa-opencart::before {
  content: "\f23d";
}

.fa-expeditedssl::before {
  content: "\f23e";
}

.fa-battery-4::before,
.fa-battery::before,
.fa-battery-full::before {
  content: "\f240";
}

.fa-battery-3::before,
.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-2::before,
.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-1::before,
.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-0::before,
.fa-battery-empty::before {
  content: "\f244";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-sticky-note-o::before {
  content: "\f24a";
}

.fa-cc-jcb::before {
  content: "\f24b";
}

.fa-cc-diners-club::before {
  content: "\f24c";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-hourglass-o::before {
  content: "\f250";
}

.fa-hourglass-1::before,
.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-2::before,
.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-3::before,
.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
  content: "\f255";
}

.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
  content: "\f256";
}

.fa-hand-scissors-o::before {
  content: "\f257";
}

.fa-hand-lizard-o::before {
  content: "\f258";
}

.fa-hand-spock-o::before {
  content: "\f259";
}

.fa-hand-pointer-o::before {
  content: "\f25a";
}

.fa-hand-peace-o::before {
  content: "\f25b";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-creative-commons::before {
  content: "\f25e";
}

.fa-gg::before {
  content: "\f260";
}

.fa-gg-circle::before {
  content: "\f261";
}

.fa-tripadvisor::before {
  content: "\f262";
}

.fa-odnoklassniki::before {
  content: "\f263";
}

.fa-odnoklassniki-square::before {
  content: "\f264";
}

.fa-get-pocket::before {
  content: "\f265";
}

.fa-wikipedia-w::before {
  content: "\f266";
}

.fa-safari::before {
  content: "\f267";
}

.fa-chrome::before {
  content: "\f268";
}

.fa-firefox::before {
  content: "\f269";
}

.fa-opera::before {
  content: "\f26a";
}

.fa-internet-explorer::before {
  content: "\f26b";
}

.fa-tv::before,
.fa-television::before {
  content: "\f26c";
}

.fa-contao::before {
  content: "\f26d";
}

.fa-500px::before {
  content: "\f26e";
}

.fa-amazon::before {
  content: "\f270";
}

.fa-calendar-plus-o::before {
  content: "\f271";
}

.fa-calendar-minus-o::before {
  content: "\f272";
}

.fa-calendar-times-o::before {
  content: "\f273";
}

.fa-calendar-check-o::before {
  content: "\f274";
}

.fa-industry::before {
  content: "\f275";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-map-o::before {
  content: "\f278";
}

.fa-map::before {
  content: "\f279";
}

.fa-commenting::before {
  content: "\f27a";
}

.fa-commenting-o::before {
  content: "\f27b";
}

.fa-houzz::before {
  content: "\f27c";
}

.fa-vimeo::before {
  content: "\f27d";
}

.fa-black-tie::before {
  content: "\f27e";
}

.fa-fonticons::before {
  content: "\f280";
}

.fa-reddit-alien::before {
  content: "\f281";
}

.fa-edge::before {
  content: "\f282";
}

.fa-credit-card-alt::before {
  content: "\f283";
}

.fa-codiepie::before {
  content: "\f284";
}

.fa-modx::before {
  content: "\f285";
}

.fa-fort-awesome::before {
  content: "\f286";
}

.fa-usb::before {
  content: "\f287";
}

.fa-product-hunt::before {
  content: "\f288";
}

.fa-mixcloud::before {
  content: "\f289";
}

.fa-scribd::before {
  content: "\f28a";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-pause-circle-o::before {
  content: "\f28c";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-stop-circle-o::before {
  content: "\f28e";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-hashtag::before {
  content: "\f292";
}

.fa-bluetooth::before {
  content: "\f293";
}

.fa-bluetooth-b::before {
  content: "\f294";
}

.fa-percent::before {
  content: "\f295";
}

.fa-gitlab::before {
  content: "\f296";
}

.fa-wpbeginner::before {
  content: "\f297";
}

.fa-wpforms::before {
  content: "\f298";
}

.fa-envira::before {
  content: "\f299";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-wheelchair-alt::before {
  content: "\f29b";
}

.fa-question-circle-o::before {
  content: "\f29c";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-asl-interpreting::before,
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-deafness::before,
.fa-hard-of-hearing::before,
.fa-deaf::before {
  content: "\f2a4";
}

.fa-glide::before {
  content: "\f2a5";
}

.fa-glide-g::before {
  content: "\f2a6";
}

.fa-signing::before,
.fa-sign-language::before {
  content: "\f2a7";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-viadeo::before {
  content: "\f2a9";
}

.fa-viadeo-square::before {
  content: "\f2aa";
}

.fa-snapchat::before {
  content: "\f2ab";
}

.fa-snapchat-ghost::before {
  content: "\f2ac";
}

.fa-snapchat-square::before {
  content: "\f2ad";
}

.fa-pied-piper::before {
  content: "\f2ae";
}

.fa-first-order::before {
  content: "\f2b0";
}

.fa-yoast::before {
  content: "\f2b1";
}

.fa-themeisle::before {
  content: "\f2b2";
}

.fa-google-plus-circle::before,
.fa-google-plus-official::before {
  content: "\f2b3";
}

.fa-fa::before,
.fa-font-awesome::before {
  content: "\f2b4";
}

.fa-handshake-o::before {
  content: "\f2b5";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-o::before {
  content: "\f2b7";
}

.fa-linode::before {
  content: "\f2b8";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-address-book-o::before {
  content: "\f2ba";
}

.fa-vcard::before,
.fa-address-card::before {
  content: "\f2bb";
}

.fa-vcard-o::before,
.fa-address-card-o::before {
  content: "\f2bc";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-circle-o::before {
  content: "\f2be";
}

.fa-user-o::before {
  content: "\f2c0";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-drivers-license::before,
.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license-o::before,
.fa-id-card-o::before {
  content: "\f2c3";
}

.fa-quora::before {
  content: "\f2c4";
}

.fa-free-code-camp::before {
  content: "\f2c5";
}

.fa-telegram::before {
  content: "\f2c6";
}

.fa-thermometer-4::before,
.fa-thermometer::before,
.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-thermometer-3::before,
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-thermometer-2::before,
.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-thermometer-1::before,
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-thermometer-0::before,
.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-bathtub::before,
.fa-s15::before,
.fa-bath::before {
  content: "\f2cd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-times-rectangle::before,
.fa-window-close::before {
  content: "\f2d3";
}

.fa-times-rectangle-o::before,
.fa-window-close-o::before {
  content: "\f2d4";
}

.fa-bandcamp::before {
  content: "\f2d5";
}

.fa-grav::before {
  content: "\f2d6";
}

.fa-etsy::before {
  content: "\f2d7";
}

.fa-imdb::before {
  content: "\f2d8";
}

.fa-ravelry::before {
  content: "\f2d9";
}

.fa-eercast::before {
  content: "\f2da";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-snowflake-o::before {
  content: "\f2dc";
}

.fa-superpowers::before {
  content: "\f2dd";
}

.fa-wpexplorer::before {
  content: "\f2de";
}

.fa-meetup::before {
  content: "\f2e0";
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-carousel .section-timeline .disabled.back-next, .section-timeline .owl-carousel .disabled.back-next {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .section-timeline .back-next .owl-next, .section-timeline .owl-carousel .back-next .owl-next, .section-timeline .back-next .owl-carousel .owl-nav .next, .owl-carousel .section-timeline .back-next .next, .section-timeline .owl-carousel .back-next .next, .section-timeline .back-next .owl-carousel .owl-nav .back, .owl-carousel .section-timeline .back-next .back, .section-timeline .owl-carousel .back-next .back, .owl-carousel .owl-nav .owl-prev, .owl-carousel .section-timeline .back-next .owl-prev, .section-timeline .owl-carousel .back-next .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .section-timeline .back-next button.owl-next, .section-timeline .owl-carousel .back-next button.owl-next, .section-timeline .back-next .owl-carousel .owl-nav button.next, .owl-carousel .section-timeline .back-next button.next, .section-timeline .owl-carousel .back-next button.next, .section-timeline .back-next .owl-carousel .owl-nav button.back, .owl-carousel .section-timeline .back-next button.back, .section-timeline .owl-carousel .back-next button.back, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .section-timeline .back-next button.owl-prev, .section-timeline .owl-carousel .back-next button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.5.1
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 13.07.2018
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-padding > .os-viewport > .os-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hs-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#hs-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  direction: inherit !important;
  float: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  border: none !important;
  border-radius: 0px !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  resize: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.os-resize-observer-host::after {
  content: "";
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host::after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.os-resize-observer.observed,
object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle::before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle::before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle::before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle::before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle::before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle::before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle::before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle::before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle::before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle::before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle::before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle::before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle::before {
  right: -6px;
  left: -2px;
}

.SumoSelect p, .SumoSelect .events-listview .event-detail .event-date, .events-listview .event-detail .SumoSelect .event-date,
.SumoSelect .events-listview .event-detail .event-time,
.events-listview .event-detail .SumoSelect .event-time,
.SumoSelect .events-listview .event-detail .event-location,
.events-listview .event-detail .SumoSelect .event-location, .SumoSelect .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .SumoSelect .event-time, .SumoSelect li, .SumoSelect .table td, .table .SumoSelect td {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 44px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p, .events-listview .event-detail .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-date,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-time,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-location, .section-events-carousel .events-carousel-item .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-time, .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > li, .table .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > td {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus, .events-listview .event-detail .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-date:focus,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-time:focus,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-location:focus, .section-events-carousel .events-carousel-item .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .event-time:focus, .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > li:focus, .table .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > td:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p, .events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .event-date,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .event-time,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .event-location, .section-events-carousel .events-carousel-item .SumoSelect > .optWrapper.multiple > .MultiControls > .event-time, .SumoSelect > .optWrapper.multiple > .MultiControls > li, .table .SumoSelect > .optWrapper.multiple > .MultiControls > td {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover, .events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .event-date:hover,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .event-time:hover,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .event-location:hover, .section-events-carousel .events-carousel-item .SumoSelect > .optWrapper.multiple > .MultiControls > .event-time:hover, .SumoSelect > .optWrapper.multiple > .MultiControls > li:hover, .table .SumoSelect > .optWrapper.multiple > .MultiControls > td:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk, .events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .btnOk.event-date,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .btnOk.event-time,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .btnOk.event-location, .section-events-carousel .events-carousel-item .SumoSelect > .optWrapper.multiple > .MultiControls > .btnOk.event-time, .SumoSelect > .optWrapper.multiple > .MultiControls > li.btnOk, .table .SumoSelect > .optWrapper.multiple > .MultiControls > td.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel, .events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .btnCancel.event-date,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .btnCancel.event-time,
.events-listview .event-detail .SumoSelect > .optWrapper.multiple > .MultiControls > .btnCancel.event-location, .section-events-carousel .events-carousel-item .SumoSelect > .optWrapper.multiple > .MultiControls > .btnCancel.event-time, .SumoSelect > .optWrapper.multiple > .MultiControls > li.btnCancel, .table .SumoSelect > .optWrapper.multiple > .MultiControls > td.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

ol {
  list-style-type: lower-roman;
  padding-left: 25px;
}

ul {
  padding-left: 1.1rem !important;
}

a, .basic-link {
  color: var(--color-red);
  text-decoration: underline;
}

a:hover, .basic-link:hover {
  color: var(--color-gold);
}

a.txt-link, .mec-single-event .mec-event-meta dd a,
.mec-single-event .mec-event-meta dd.mec-organizer-email a, .module__horizontal-img-slider a.txt-link, .module__2col-img-side a.txt-link {
  line-height: 1;
  color: var(--color-red);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7142857143;
  text-transform: uppercase;
}

a.txt-link::after, .mec-single-event .mec-event-meta dd a::after,
.mec-single-event .mec-event-meta dd.mec-organizer-email a::after, .module__horizontal-img-slider a.txt-link::after, .module__2col-img-side a.txt-link::after {
  content: "»";
  position: relative;
  padding-left: 8px;
  bottom: 2px;
  text-decoration: none;
  display: inline-block;
}

a.txt-link:hover, .mec-single-event .mec-event-meta dd a:hover {
  color: var(--color-gold);
  cursor: pointer;
}

.btn, .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .button, .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-reg-field-add-option, .mec-fes-form .mec-form-row .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove, .mec-events-button,
.wpcf7 input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
}

.btn-light {
  background: #ffffff;
}

.btn-light:hover, .btn-light:active {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline:hover {
  background: #ffffff;
}

.btn-outline--green:hover, .btn-outline--green:active {
  color: var(--color-red);
}

.btn-outline--grey:hover, .btn-outline--grey:active {
  color: var(--color-grey-darker);
}

.img-responsive {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  img.alignright {
    display: block;
    float: none;
    margin: 40px 0;
  }
}
.transition, a.txt-link, .mec-single-event .mec-event-meta dd a,
.mec-single-event .mec-event-meta dd.mec-organizer-email a, .module__horizontal-img-slider a.txt-link, .module__2col-img-side a.txt-link, .btn, .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-booking-tab-content .button, .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-reg-field-add-option, .mec-fes-form .mec-form-row .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove, .mec-events-button,
.wpcf7 input[type=submit] {
  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, -webkit-box-shadow 0.15s ease-in-out;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: var(--color-off-white);
}

.bg-mid-grey {
  background-color: var(--color-grey-dark);
}

.bg-dark-grey {
  background-color: var(--color-grey-dark);
}

.bg-purple {
  background-color: #662D91;
}

.bg-pink {
  background-color: var(--color-red);
}

.bg-orange {
  background-color: #E5710B;
}

.bg-red {
  background-color: var(--color-red);
}

.bg-gold {
  background-color: var(--color-gold);
}

.bg-green {
  background-color: var(--color-red);
}

.bg-green-2 {
  background-color: #178B78;
}

.bg-dark-green {
  background-color: #13796B;
}

.text-black {
  color: #000000;
}

.text-dark-grey {
  color: var(--color-grey-darker);
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #CCCCCC;
}

.text-grey-2 {
  color: #808080;
}

.text-red {
  color: var(--color-red);
}

.text-orange {
  color: #E5710B;
}

.text-pink {
  color: var(--color-red);
}

.text-purple {
  color: #662D91;
}

.text-green {
  color: var(--color-red);
}

.text-green-2 {
  color: #178B78;
}

.keyline {
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .breakout-full {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .breakout-full .breakout-inner {
    max-height: 512px;
  }
}
@media (min-width: 1090px) {
  .breakout-full .breakout-inner {
    max-height: 600px;
  }
}
.breakout-full .breakout-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.breakout-full .img-caption {
  max-width: 500px;
}

.breakout-one {
  max-width: 1260px;
  margin: 0 auto;
}

.breakout-two {
  max-width: 1420px;
  margin: 0 auto;
}
.breakout-two__main {
  background-color: var(--color-red);
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .breakout-two__main {
    padding: 60px 30px;
    padding-right: 70px;
  }
}
@media (min-width: 1090px) {
  .breakout-two__main {
    padding: 90px 60px 60px;
  }
}
.breakout-two__main .subheading {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 0;
  font-weight: 700;
}
.breakout-two__side {
  background-color: var(--color-grey-darker);
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (min-width: 1090px) {
  .breakout-two__side {
    padding: 60px;
  }
}
.breakout-two__side a {
  color: white;
}
.breakout-two__side a:hover {
  color: var(--color-gold);
}
.breakout-two .col-md-8,
.breakout-two .col-md-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (min-width: 768px) {
  .breakout-50-50 .row > div {
    max-height: 450px;
  }
}
@media (min-width: 1090px) {
  .breakout-50-50 .row > div {
    max-height: 600px;
  }
}
.breakout-50-50 .row > div img {
  height: 245px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .breakout-50-50 .row > div img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.module__1col-contained-img-captioned .img-container,
.module__two-photo-no-offset .img-container,
.module__two-photo-offset .img-container {
  position: relative;
}
@media (min-width: 768px) {
  .module__1col-contained-img-captioned .img-container,
.module__two-photo-no-offset .img-container,
.module__two-photo-offset .img-container {
    height: 100%;
  }
}
.module__1col-contained-img-captioned .img-container::before,
.module__two-photo-no-offset .img-container::before,
.module__two-photo-offset .img-container::before {
  content: "";
  display: block;
  height: 15px;
  background-image: url("../img/caption-top.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .module__1col-contained-img-captioned .img-container::before,
.module__two-photo-no-offset .img-container::before,
.module__two-photo-offset .img-container::before {
    display: none;
  }
}

.img-caption {
  padding: 15px 0;
}
.img-caption::before {
  content: "";
  display: none;
  height: 15px;
  background-image: url("../img/caption-top.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  width: 100%;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .img-caption::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .img-caption .h4-new, .img-caption .tax-mec_category .mec-month-divider span, .tax-mec_category .mec-month-divider .img-caption span {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .img-caption {
    padding: 25px 15px 30px;
    max-width: 450px;
  }
}
@media (min-width: 1090px) {
  .img-caption {
    padding: 40px;
    max-width: 460px;
  }
}
.img-caption h5 {
  color: var(--color-red);
}

@media (min-width: 768px) {
  .img-caption {
    position: absolute;
  }
}
.img-caption h5 {
  margin-bottom: 15px;
}

.img-caption p, .img-caption .events-listview .event-detail .event-date, .events-listview .event-detail .img-caption .event-date,
.img-caption .events-listview .event-detail .event-time,
.events-listview .event-detail .img-caption .event-time,
.img-caption .events-listview .event-detail .event-location,
.events-listview .event-detail .img-caption .event-location, .img-caption .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .img-caption .event-time, .img-caption li, .img-caption .table td, .table .img-caption td {
  margin-bottom: 15px;
}
@media (min-width: 1090px) {
  .img-caption p, .img-caption .events-listview .event-detail .event-date, .events-listview .event-detail .img-caption .event-date,
.img-caption .events-listview .event-detail .event-time,
.events-listview .event-detail .img-caption .event-time,
.img-caption .events-listview .event-detail .event-location,
.events-listview .event-detail .img-caption .event-location, .img-caption .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .img-caption .event-time, .img-caption li, .img-caption .table td, .table .img-caption td {
    margin-bottom: 30px;
  }
}

.control-group .carousel-control-next,
.control-group .carousel-control-prev {
  color: var(--color-red);
  text-decoration: none;
  position: static;
  font-size: 20px;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-red);
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}

.control-group .carousel-control-next-icon,
.control-group .carousel-control-prev-icon {
  background-image: none;
}

.control-group .fa-angle-left {
  padding-right: 3px;
  padding-bottom: 2px;
}

.control-group .fa-angle-right {
  padding-left: 3px;
  padding-bottom: 2px;
}

.control-group .no-slide {
  border-color: var(--color-grey-dark);
  color: var(--color-grey-dark);
  cursor: auto;
}
.control-group .no-slide:hover {
  border-color: var(--color-grey-dark) !important;
  color: var(--color-grey-dark) !important;
  background-color: transparent !important;
}

.control-group .carousel-control-next:hover {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: white;
}

.control-group .carousel-control-next:focus {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: white;
}

.control-group .carousel-control-prev {
  margin-right: 12px;
}

.control-group .carousel-control-prev:hover {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: white;
}

.control-group .carousel-control-prev:focus {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: white;
}

.acf-map {
  width: 100%;
  height: 400px;
}

.acf-map img {
  max-width: inherit !important;
}

.xxs {
  height: 15px;
}
@media (min-width: 1090px) {
  .xxs {
    height: 25px;
  }
}

.xs {
  height: 15px;
}
@media (min-width: 1090px) {
  .xs {
    height: 50px;
  }
}

.sm {
  height: 30px;
}
@media (min-width: 1090px) {
  .sm {
    height: 75px;
  }
}

.m {
  height: 45px;
}
@media (min-width: 768px) {
  .m {
    height: 100px;
  }
}

.m2 {
  height: 15px;
}

@media (min-width: 768px) {
  .m2 {
    height: 110px;
  }
}
.m3 {
  height: 15px;
}

@media (min-width: 768px) {
  .m3 {
    height: 120px;
  }
}
.l {
  height: 100px;
}

@media (min-width: 768px) {
  .l {
    height: 130px;
  }
}
.l2 {
  height: 45px;
}

@media (min-width: 768px) {
  .l2 {
    height: 140px;
  }
}
.l3 {
  height: 30px;
}

@media (min-width: 1090px) {
  .l3 {
    height: 150px;
  }
}
.xl {
  height: 30px;
}

@media (min-width: 768px) {
  .xl {
    height: 190px;
  }
}
.accordian-group .collapse:not(.show) {
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}

.wrapper {
  padding-top: 15px;
  padding-bottom: 0px;
}
@media (min-width: 1090px) {
  .wrapper {
    padding-top: 72px;
  }
}

li.gf_placeholder {
  display: none;
}

.SumoSelect {
  width: 100%;
  max-width: 280px;
}

.SelectBox {
  padding: 15px;
}

.SumoSelect > .CaptionCont {
  font-size: 16px;
  border: 1px solid var(--color-grey-darker);
  border-radius: 0;
  line-height: 1;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: var(--color-grey-darker);
  font-style: normal;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("/wp-content/themes/understrap-child/img/select-arrow-down.svg");
}

.SumoSelect.open > .CaptionCont > label > i {
  background-image: url("/wp-content/themes/understrap-child/img/select-arrow.svg");
}

.SumoSelect > .CaptionCont > label {
  margin-bottom: 0;
  right: 10px;
}

.SumoSelect > .optWrapper > .options li.opt {
  font-size: 13px;
  border-bottom: none;
  padding: 4px 20px;
}

.SumoSelect > .optWrapper {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.SumoSelect > .optWrapper > .options {
  max-height: unset;
}

.SumoSelect > .optWrapper ul {
  padding-left: 0 !important;
}

.SumoSelect.open > .optWrapper {
  top: 38px;
}

.SumoSelect > .optWrapper > .options li label {
  margin-bottom: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background: var(--color-off-white);
}

.gform_body li {
  list-style-type: none;
}

.gform_body textarea {
  resize: none;
}

.basic-text.container {
  margin-bottom: 140px;
}

.blog-img-block {
  padding: 50px 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-img-block {
    margin-left: -52%;
    padding: 100px 0;
  }
}
.blog-img-block img {
  width: 100%;
}

.blog-img-block img:first-child {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .blog-img-block img {
    width: calc(50% - 15px);
  }

  .blog-img-block img:first-child {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-img-block img {
    width: calc(33.33333% - 15px);
  }
}
.hero-slide.wrapper {
  padding-top: 0;
}

.module__hero-slider {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .module__hero-slider {
    margin-bottom: 0;
  }
}

.module__hero-slider .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.module__hero-slider .carousel-item.move-left {
  background-position: 62%;
}

.module__hero-slider .h10 {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .module__hero-slider .h10 {
    font-size: 21px;
    line-height: 30px;
  }
}
.module__hero-slider .h16 {
  display: none;
  color: #ffffff;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .module__hero-slider .h16 {
    display: block;
  }
}
.module__hero-slider .slide-text {
  color: white;
  width: 100%;
  max-width: 1065px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.module__hero-slider .slide-text p, .module__hero-slider .slide-text .events-listview .event-detail .event-date, .events-listview .event-detail .module__hero-slider .slide-text .event-date,
.module__hero-slider .slide-text .events-listview .event-detail .event-time,
.events-listview .event-detail .module__hero-slider .slide-text .event-time,
.module__hero-slider .slide-text .events-listview .event-detail .event-location,
.events-listview .event-detail .module__hero-slider .slide-text .event-location, .module__hero-slider .slide-text .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__hero-slider .slide-text .event-time {
  color: white;
}
@media (min-width: 1090px) {
  .module__hero-slider .slide-text p, .module__hero-slider .slide-text .events-listview .event-detail .event-date, .events-listview .event-detail .module__hero-slider .slide-text .event-date,
.module__hero-slider .slide-text .events-listview .event-detail .event-time,
.events-listview .event-detail .module__hero-slider .slide-text .event-time,
.module__hero-slider .slide-text .events-listview .event-detail .event-location,
.events-listview .event-detail .module__hero-slider .slide-text .event-location, .module__hero-slider .slide-text .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__hero-slider .slide-text .event-time {
    font-size: 21px;
    line-height: 1.5238095238;
  }
}
@media (min-width: 1090px) {
  .module__hero-slider .slide-text h1 {
    font-size: 66px;
    line-height: 1.0909090909;
    margin-bottom: 15px;
  }
}
.module__hero-slider .slide-text .btn, .module__hero-slider .slide-text .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-fes-form .module__hero-slider .slide-text button[type=submit].mec-fes-sub-button, .module__hero-slider .slide-text .mec-booking-tab-content .button, .mec-booking-tab-content .module__hero-slider .slide-text .button, .module__hero-slider .slide-text .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .module__hero-slider .slide-text .mec-bfixed-field-add-option, .module__hero-slider .slide-text .mec-booking-tab-content .mec-reg-field-add-option, .mec-booking-tab-content .module__hero-slider .slide-text .mec-reg-field-add-option, .module__hero-slider .slide-text .mec-fes-form .mec-form-row .button:not(.wp-color-result), .mec-fes-form .mec-form-row .module__hero-slider .slide-text .button:not(.wp-color-result), .module__hero-slider .slide-text ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_bfixed_form_fields li .module__hero-slider .slide-text .mec_bfixed_field_remove, .module__hero-slider .slide-text ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_orgz_form_row li .module__hero-slider .slide-text .mec-additional-organizer-remove, .module__hero-slider .slide-text ul#mec_reg_form_fields li .mec_reg_field_remove, ul#mec_reg_form_fields li .module__hero-slider .slide-text .mec_reg_field_remove, .module__hero-slider .slide-text .mec-events-button {
  margin-top: 10px;
}

@media (min-width: 1090px) {
  .module__hero-slider .slide-text {
    padding-top: 67.5px;
  }
}
@media (min-width: 1200px) {
  .module__hero-slider .slide-text {
    padding-right: 0;
  }
}
.module__hero-slider .carousel-item::before {
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.module__hero-img {
  position: relative;
  min-height: 230px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .module__hero-img {
    min-height: 360px;
  }
}
@media (min-width: 1090px) {
  .module__hero-img {
    min-height: 400px;
  }
}
.module__hero-img::before {
  display: none;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(120px);
          filter: blur(120px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
}

@media (min-width: 1090px) {
  .module__hero-img::before {
    display: block;
  }
}
.iframe-scrollx {
  overflow-x: auto;
}

@supports (-webkit-overflow-scrolling: touch) {
  .iframe-scrollx {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.event-img img {
  max-height: 435px;
  width: auto;
  max-width: 100%;
}

.blog-heading {
  margin-bottom: 80px;
  color: var(--color-red);
}

.blog-content {
  padding-bottom: 135px;
}

.blog-content .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-content .addtoany_list a {
  border: 2px solid var(--color-red);
  border-radius: 50%;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
}

.blog-content .addtoany_list a:hover {
  border: 2px solid #000000;
}

.blog-content .addtoany_list a:hover span {
  opacity: 1;
}

.blog-content .addtoany_list a:hover svg path {
  fill: #000000;
}

.a2a_svg path {
  fill: var(--color-red);
}

.related-posts {
  padding-bottom: 100px;
}

.related-posts h5 {
  margin-bottom: 70px;
}

.related-posts a.related-title {
  text-decoration: none;
}

button.accordian-heading:focus {
  outline: none;
}

.page-id-155 table th:first-of-type {
  width: 80%;
}

.page-numbers {
  margin-bottom: 15px;
}

.page-numbers.dots {
  border: none;
}

.page-numbers.dots:hover {
  background: none;
  color: var(--color-grey-darker);
}

/* Optional Skinny Banner */
.algo-skinny-banner {
  background-color: var(--color-red);
  min-height: 40px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0px;
  margin-top: 0px;
}

@media (max-width: 576px) {
  .algo-skinny-banner {
    padding: 10px 15px;
  }
}
.algo-skinny-banner-content {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  width: 95%;
}

.algo-skinny-banner-link {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 576px) {
  .algo-skinny-banner-link {
    margin-top: 2px;
  }
}
.algo-skinny-banner-link:hover {
  color: inherit;
  text-decoration: none;
}

.algo-skinny-banner-logo {
  width: 50px;
  height: 23px;
  margin-right: 25px;
}

.skinny-caret {
  margin-left: 10px;
  height: 9px;
  width: 7px;
  margin-bottom: 2px;
}

.algo-skinny-close-icon-small {
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h7, .h7-lower, .h8, .h9, .h9-lower, .h11, .h12, .h16 {
  font-weight: normal;
}

.h10, .h13, .h14, .h15 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 56px;
  line-height: 1.06;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 70px;
  }
}
h2, .h2 {
  font-size: 48px;
  line-height: 1.13;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 60px;
  }
}
h3, .h3 {
  font-size: 44px;
  line-height: 1;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 55px;
  }
}
h4, .h4 {
  font-size: 46px;
  line-height: 46px;
}

h5, .h5 {
  font-size: 32px;
  line-height: 1.05;
  font-weight: 500;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 36px;
    line-height: 1.1666666667;
  }
}
h6, .h6 {
  font-size: 32px;
  line-height: 36px;
}

.h7, .h7-lower {
  text-transform: uppercase;
  line-height: 1.08;
  font-size: 23px;
}

@media (min-width: 768px) {
  .h7, .h7-lower {
    font-size: 26px;
  }
}
.h7-lower {
  text-transform: none;
}

.h8 {
  text-transform: capitalize;
  font-size: 21px;
  line-height: 28px;
}

.h9, .h9-lower {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5555555556;
}

.h9-lower {
  text-transform: none;
}

.h10 {
  font-size: 21px;
  line-height: 30px;
}

.h11 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}

.h12, .h13 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.h14 {
  font-size: 14px;
  line-height: 25px;
}

.h15 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 27px;
}

.h16 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
}

.h17 {
  font-size: 60px;
  font-family: "Sucrose-BoldTwo", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1;
  color: var(--color-red);
}

@media (min-width: 768px) {
  .h17 {
    font-size: 84px;
  }
}
h1, .h1-new {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1, .h1-new {
    font-size: 52px;
    line-height: 1.1538461538;
  }
}
@media (min-width: 1090px) {
  h1, .h1-new {
    font-size: 66px;
    line-height: 1.0909090909;
  }
}

h2, .h2-new {
  font-size: 28px;
  line-height: 1.2857142857;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2, .h2-new {
    font-size: 42px;
    line-height: 1.1428571429;
  }
}
@media (min-width: 1090px) {
  h2, .h2-new {
    font-size: 60px;
    line-height: 1.1;
  }
}

h3, .h3-new {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 400;
}
@media (min-width: 768px) {
  h3, .h3-new {
    font-size: 36px;
    line-height: 1.1666666667;
  }
}
@media (min-width: 1090px) {
  h3, .h3-new {
    font-size: 48px;
    line-height: 1.1666666667;
  }
}

h4, .h4-new, .tax-mec_category .mec-month-divider span {
  font-size: 21px;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4, .h4-new, .tax-mec_category .mec-month-divider span {
    font-size: 32px;
    line-height: 1.3125;
    font-weight: 500;
  }
}
@media (min-width: 1090px) {
  h4, .h4-new, .tax-mec_category .mec-month-divider span {
    font-size: 36px;
    line-height: 1.1666666667;
    margin-bottom: 30px;
  }
}

h5, .h5-new, .mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
}
@media (min-width: 768px) {
  h5, .h5-new, .mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
@media (min-width: 1090px) {
  h5, .h5-new, .mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    font-size: 28px;
    line-height: 1.2857142857;
  }
}

h6, .h6-new {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  h6, .h6-new {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
@media (min-width: 1090px) {
  h6, .h6-new {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

.h7-new, .mec-single-event .mec-event-social h3, .module__two-col-form label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h7-new, .mec-single-event .mec-event-social h3, .module__two-col-form label {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media (min-width: 1090px) {
  .h7-new, .mec-single-event .mec-event-social h3, .module__two-col-form label {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

@media (max-width: 991px) {
  .h1-new--tablet-down {
    font-size: 52px;
    line-height: 1.1538461538;
  }
}
@media (max-width: 767px) {
  .h1-new--tablet-down {
    font-size: 32px;
    line-height: 1.125;
  }
}

@media (max-width: 991px) {
  .h2-new--tablet-down {
    font-size: 36px;
    line-height: 1.1666666667;
  }
}
@media (max-width: 767px) {
  .h2-new--tablet-down {
    font-size: 28px;
    line-height: 1.2857142857;
  }
}

@media (max-width: 991px) {
  .h3-new--tablet-down {
    font-size: 32px;
    line-height: 1.3125;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .h3-new--tablet-down {
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .h4-new--tablet-down {
    font-size: 28px;
    line-height: 1.3571428571;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .h4-new--tablet-down {
    font-size: 21px;
    line-height: 1.3333333333;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .h5-new--tablet-down {
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .h5-new--tablet-down {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .h1-new--mobile {
    font-size: 32px;
    line-height: 1.125;
  }
}

@media (max-width: 767px) {
  .h2-new--mobile {
    font-size: 28px;
    line-height: 1.2857142857;
  }
}

@media (max-width: 767px) {
  .h3-new--mobile {
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .h4-new--mobile {
    font-size: 21px;
    line-height: 1.3333333333;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .h5-new--mobile {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 700;
  }
}

.intro-small {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .intro-small {
    font-weight: 500;
  }
}
@media (min-width: 1090px) {
  .intro-small {
    font-size: 21px;
    line-height: 1.5238095238;
  }
}

.intro-large, .module__two-column-text .subheading, .subheading, .testimonials {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .intro-large, .module__two-column-text .subheading, .subheading, .testimonials {
    font-size: 21px;
    line-height: 1.5238095238;
  }
}
@media (min-width: 1090px) {
  .intro-large, .module__two-column-text .subheading, .subheading, .testimonials {
    font-size: 24px;
    line-height: 1.5;
  }
}

.testimonials {
  line-height: 36px;
  margin-bottom: 30px;
}

p, .events-listview .event-detail .event-date,
.events-listview .event-detail .event-time,
.events-listview .event-detail .event-location, .section-events-carousel .events-carousel-item .event-time, li, .table td, .p {
  color: var(--color-grey-darker);
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1090px) {
  p, .events-listview .event-detail .event-date,
.events-listview .event-detail .event-time,
.events-listview .event-detail .event-location, .section-events-carousel .events-carousel-item .event-time, li, .table td, .p {
    font-size: 18px;
    line-height: 28px;
  }
}

li {
  margin-bottom: 0;
}

.font-bold {
  font-weight: 700;
}

.algoma-scroll > .os-scrollbar-horizontal {
  right: 16px;
  height: 12px;
  padding: 2px;
}

.algoma-scroll > .os-scrollbar-vertical {
  bottom: 16px;
  width: 12px;
  padding: 2px;
}

.algoma-scroll.os-host-rtl > .os-scrollbar-horizontal {
  left: 16px;
  right: 0;
}

.algoma-scroll > .os-scrollbar-corner {
  height: 16px;
  width: 16px;
  background-color: transparent;
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track {
  background: #CCCCCC;
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track {
  background: #CCCCCC;
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track:hover {
  background: #CCCCCC;
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track:hover {
  background: #CCCCCC;
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track.active {
  background: #CCCCCC;
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track.active {
  background: #CCCCCC;
}

.algoma-scroll.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.algoma-scroll.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle::before,
.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle::before {
  top: -6px;
  bottom: -2px;
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle::before {
  left: -6px;
  right: -2px;
}

.algoma-scroll.os-host-rtl > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle::before {
  right: -6px;
  left: -2px;
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 0;
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 0;
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
  max-width: none;
  background: var(--color-grey-darker);
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
  max-height: none;
  background: var(--color-grey-darker);
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover {
  background: rgba(0, 0, 0, 0.6);
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover {
  background: rgba(0, 0, 0, 0.6);
}

.algoma-scroll > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: black;
}

.algoma-scroll > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: black;
}

.algoma-scroll.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.algoma-scroll.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.txt-colour-change, .btn-outline--txt-change:hover {
  color: var(--color-red);
}

.button-colour-change {
  color: var(--color-red);
}

.button-colour-change:hover {
  color: #ffffff;
}

.pdf-icon {
  fill: var(--color-red);
}

.bg-colour-change {
  background-color: var(--color-red);
}

.border-left-change {
  border-left: 20px solid var(--color-red);
}

.border-right-change {
  border-right: 20px solid var(--color-red);
}

.border-top-change {
  border-top: 20px solid var(--color-red);
}

.t-border-right-change {
  border-right: 1px solid var(--color-grey-light);
}

.t-border-right-change:last-child {
  border-right: none;
}

.page-id-16 .pdf-icon,
.parent-pageid-16 .pdf-icon,
.parent-pageid-58 .pdf-icon,
.parent-pageid-66 .pdf-icon,
.parent-pageid-76 .pdf-icon,
.parent-pageid-86 .pdf-icon,
.parent-pageid-88 .pdf-icon,
.parent-pageid-98 .pdf-icon,
.parent-pageid-116 .pdf-icon,
.parent-pageid-129 .pdf-icon,
.parent-pageid-137 .pdf-icon,
.parent-pageid-143 .pdf-icon,
.parent-pageid-151 .pdf-icon,
.parent-pageid-159 .pdf-icon,
.parent-pageid-165 .pdf-icon,
.parent-pageid-167 .pdf-icon,
.parent-pageid-177 .pdf-icon,
.page-id-21536 .pdf-icon {
  fill: #E5710B;
}

.page-id-16 .txt-colour-change, .page-id-16 .btn-outline--txt-change:hover,
.parent-pageid-16 .txt-colour-change,
.parent-pageid-16 .btn-outline--txt-change:hover,
.parent-pageid-58 .txt-colour-change,
.parent-pageid-58 .btn-outline--txt-change:hover,
.parent-pageid-66 .txt-colour-change,
.parent-pageid-66 .btn-outline--txt-change:hover,
.parent-pageid-76 .txt-colour-change,
.parent-pageid-76 .btn-outline--txt-change:hover,
.parent-pageid-86 .txt-colour-change,
.parent-pageid-86 .btn-outline--txt-change:hover,
.parent-pageid-88 .txt-colour-change,
.parent-pageid-88 .btn-outline--txt-change:hover,
.parent-pageid-98 .txt-colour-change,
.parent-pageid-98 .btn-outline--txt-change:hover,
.parent-pageid-116 .txt-colour-change,
.parent-pageid-116 .btn-outline--txt-change:hover,
.parent-pageid-129 .txt-colour-change,
.parent-pageid-129 .btn-outline--txt-change:hover,
.parent-pageid-137 .txt-colour-change,
.parent-pageid-137 .btn-outline--txt-change:hover,
.parent-pageid-143 .txt-colour-change,
.parent-pageid-143 .btn-outline--txt-change:hover,
.parent-pageid-151 .txt-colour-change,
.parent-pageid-151 .btn-outline--txt-change:hover,
.parent-pageid-159 .txt-colour-change,
.parent-pageid-159 .btn-outline--txt-change:hover,
.parent-pageid-165 .txt-colour-change,
.parent-pageid-165 .btn-outline--txt-change:hover,
.parent-pageid-167 .txt-colour-change,
.parent-pageid-167 .btn-outline--txt-change:hover,
.parent-pageid-177 .txt-colour-change,
.parent-pageid-177 .btn-outline--txt-change:hover,
.page-id-21536 .txt-colour-change,
.page-id-21536 .btn-outline--txt-change:hover {
  color: var(--color-red);
}

.page-id-16 .button-colour-change,
.parent-pageid-16 .button-colour-change,
.parent-pageid-58 .button-colour-change,
.parent-pageid-66 .button-colour-change,
.parent-pageid-76 .button-colour-change,
.parent-pageid-86 .button-colour-change,
.parent-pageid-88 .button-colour-change,
.parent-pageid-98 .button-colour-change,
.parent-pageid-116 .button-colour-change,
.parent-pageid-129 .button-colour-change,
.parent-pageid-137 .button-colour-change,
.parent-pageid-143 .button-colour-change,
.parent-pageid-151 .button-colour-change,
.parent-pageid-159 .button-colour-change,
.parent-pageid-165 .button-colour-change,
.parent-pageid-167 .button-colour-change,
.parent-pageid-177 .button-colour-change,
.page-id-21536 .button-colour-change {
  color: var(--color-red);
}

.page-id-16 .button-colour-change:hover,
.parent-pageid-16 .button-colour-change:hover,
.parent-pageid-58 .button-colour-change:hover,
.parent-pageid-66 .button-colour-change:hover,
.parent-pageid-76 .button-colour-change:hover,
.parent-pageid-86 .button-colour-change:hover,
.parent-pageid-88 .button-colour-change:hover,
.parent-pageid-98 .button-colour-change:hover,
.parent-pageid-116 .button-colour-change:hover,
.parent-pageid-129 .button-colour-change:hover,
.parent-pageid-137 .button-colour-change:hover,
.parent-pageid-143 .button-colour-change:hover,
.parent-pageid-151 .button-colour-change:hover,
.parent-pageid-159 .button-colour-change:hover,
.parent-pageid-165 .button-colour-change:hover,
.parent-pageid-167 .button-colour-change:hover,
.parent-pageid-177 .button-colour-change:hover,
.page-id-21536 .button-colour-change:hover {
  color: #ffffff;
}

.page-id-16 .bg-colour-change,
.parent-pageid-16 .bg-colour-change,
.parent-pageid-58 .bg-colour-change,
.parent-pageid-66 .bg-colour-change,
.parent-pageid-76 .bg-colour-change,
.parent-pageid-86 .bg-colour-change,
.parent-pageid-88 .bg-colour-change,
.parent-pageid-98 .bg-colour-change,
.parent-pageid-116 .bg-colour-change,
.parent-pageid-129 .bg-colour-change,
.parent-pageid-137 .bg-colour-change,
.parent-pageid-143 .bg-colour-change,
.parent-pageid-151 .bg-colour-change,
.parent-pageid-159 .bg-colour-change,
.parent-pageid-165 .bg-colour-change,
.parent-pageid-167 .bg-colour-change,
.parent-pageid-177 .bg-colour-change,
.page-id-21536 .bg-colour-change {
  background-color: var(--color-red);
}

.page-id-16 .border-left-change,
.parent-pageid-16 .border-left-change,
.parent-pageid-58 .border-left-change,
.parent-pageid-66 .border-left-change,
.parent-pageid-76 .border-left-change,
.parent-pageid-86 .border-left-change,
.parent-pageid-88 .border-left-change,
.parent-pageid-98 .border-left-change,
.parent-pageid-116 .border-left-change,
.parent-pageid-129 .border-left-change,
.parent-pageid-137 .border-left-change,
.parent-pageid-143 .border-left-change,
.parent-pageid-151 .border-left-change,
.parent-pageid-159 .border-left-change,
.parent-pageid-165 .border-left-change,
.parent-pageid-167 .border-left-change,
.parent-pageid-177 .border-left-change,
.page-id-21536 .border-left-change {
  border-left: 20px solid var(--color-red);
}

.page-id-16 .border-right-change,
.parent-pageid-16 .border-right-change,
.parent-pageid-58 .border-right-change,
.parent-pageid-66 .border-right-change,
.parent-pageid-76 .border-right-change,
.parent-pageid-86 .border-right-change,
.parent-pageid-88 .border-right-change,
.parent-pageid-98 .border-right-change,
.parent-pageid-116 .border-right-change,
.parent-pageid-129 .border-right-change,
.parent-pageid-137 .border-right-change,
.parent-pageid-143 .border-right-change,
.parent-pageid-151 .border-right-change,
.parent-pageid-159 .border-right-change,
.parent-pageid-165 .border-right-change,
.parent-pageid-167 .border-right-change,
.parent-pageid-177 .border-right-change,
.page-id-21536 .border-right-change {
  border-right: 20px solid var(--color-red);
}

.page-id-16 .border-top-change,
.parent-pageid-16 .border-top-change,
.parent-pageid-58 .border-top-change,
.parent-pageid-66 .border-top-change,
.parent-pageid-76 .border-top-change,
.parent-pageid-86 .border-top-change,
.parent-pageid-88 .border-top-change,
.parent-pageid-98 .border-top-change,
.parent-pageid-116 .border-top-change,
.parent-pageid-129 .border-top-change,
.parent-pageid-137 .border-top-change,
.parent-pageid-143 .border-top-change,
.parent-pageid-151 .border-top-change,
.parent-pageid-159 .border-top-change,
.parent-pageid-165 .border-top-change,
.parent-pageid-167 .border-top-change,
.parent-pageid-177 .border-top-change,
.page-id-21536 .border-top-change {
  border-top: 20px solid var(--color-red);
}

.page-id-16 .t-border-right-change,
.parent-pageid-16 .t-border-right-change,
.parent-pageid-58 .t-border-right-change,
.parent-pageid-66 .t-border-right-change,
.parent-pageid-76 .t-border-right-change,
.parent-pageid-86 .t-border-right-change,
.parent-pageid-88 .t-border-right-change,
.parent-pageid-98 .t-border-right-change,
.parent-pageid-116 .t-border-right-change,
.parent-pageid-129 .t-border-right-change,
.parent-pageid-137 .t-border-right-change,
.parent-pageid-143 .t-border-right-change,
.parent-pageid-151 .t-border-right-change,
.parent-pageid-159 .t-border-right-change,
.parent-pageid-165 .t-border-right-change,
.parent-pageid-167 .t-border-right-change,
.parent-pageid-177 .t-border-right-change,
.page-id-21536 .t-border-right-change {
  border-right: 1px solid var(--color-red);
}

.page-id-16 .t-border-right-change:last-child,
.parent-pageid-16 .t-border-right-change:last-child,
.parent-pageid-58 .t-border-right-change:last-child,
.parent-pageid-66 .t-border-right-change:last-child,
.parent-pageid-76 .t-border-right-change:last-child,
.parent-pageid-86 .t-border-right-change:last-child,
.parent-pageid-88 .t-border-right-change:last-child,
.parent-pageid-98 .t-border-right-change:last-child,
.parent-pageid-116 .t-border-right-change:last-child,
.parent-pageid-129 .t-border-right-change:last-child,
.parent-pageid-137 .t-border-right-change:last-child,
.parent-pageid-143 .t-border-right-change:last-child,
.parent-pageid-151 .t-border-right-change:last-child,
.parent-pageid-159 .t-border-right-change:last-child,
.parent-pageid-165 .t-border-right-change:last-child,
.parent-pageid-167 .t-border-right-change:last-child,
.parent-pageid-177 .t-border-right-change:last-child,
.page-id-21536 .t-border-right-change:last-child {
  border-right: none;
}

.page-id-18 .pdf-icon,
.parent-pageid-18 .pdf-icon,
.parent-pageid-591 .pdf-icon,
.parent-pageid-653 .pdf-icon,
.parent-pageid-661 .pdf-icon,
.parent-pageid-663 .pdf-icon,
.parent-pageid-681 .parent-pageid-591 .pdf-icon {
  fill: var(--color-red);
}

.page-id-18 .txt-colour-change, .page-id-18 .btn-outline--txt-change:hover,
.parent-pageid-18 .txt-colour-change,
.parent-pageid-18 .btn-outline--txt-change:hover,
.parent-pageid-591 .txt-colour-change,
.parent-pageid-591 .btn-outline--txt-change:hover,
.parent-pageid-653 .txt-colour-change,
.parent-pageid-653 .btn-outline--txt-change:hover,
.parent-pageid-661 .txt-colour-change,
.parent-pageid-661 .btn-outline--txt-change:hover,
.parent-pageid-663 .txt-colour-change,
.parent-pageid-663 .btn-outline--txt-change:hover,
.parent-pageid-681 .parent-pageid-591 .txt-colour-change,
.parent-pageid-681 .parent-pageid-591 .btn-outline--txt-change:hover {
  color: var(--color-red);
}

.page-id-18 .button-colour-change,
.parent-pageid-18 .button-colour-change,
.parent-pageid-591 .button-colour-change,
.parent-pageid-653 .button-colour-change,
.parent-pageid-661 .button-colour-change,
.parent-pageid-663 .button-colour-change,
.parent-pageid-681 .parent-pageid-591 .button-colour-change {
  color: var(--color-red);
}

.page-id-18 .button-colour-change:hover,
.parent-pageid-18 .button-colour-change:hover,
.parent-pageid-591 .button-colour-change:hover,
.parent-pageid-653 .button-colour-change:hover,
.parent-pageid-661 .button-colour-change:hover,
.parent-pageid-663 .button-colour-change:hover,
.parent-pageid-681 .parent-pageid-591 .button-colour-change:hover {
  color: #ffffff;
}

.page-id-18 .bg-colour-change,
.parent-pageid-18 .bg-colour-change,
.parent-pageid-591 .bg-colour-change,
.parent-pageid-653 .bg-colour-change,
.parent-pageid-661 .bg-colour-change,
.parent-pageid-663 .bg-colour-change,
.parent-pageid-681 .parent-pageid-591 .bg-colour-change {
  background-color: var(--color-red);
}

.page-id-18 .border-left-change,
.parent-pageid-18 .border-left-change,
.parent-pageid-591 .border-left-change,
.parent-pageid-653 .border-left-change,
.parent-pageid-661 .border-left-change,
.parent-pageid-663 .border-left-change,
.parent-pageid-681 .parent-pageid-591 .border-left-change {
  border-left: 20px solid var(--color-red);
}

.page-id-18 .border-right-change,
.parent-pageid-18 .border-right-change,
.parent-pageid-591 .border-right-change,
.parent-pageid-653 .border-right-change,
.parent-pageid-661 .border-right-change,
.parent-pageid-663 .border-right-change,
.parent-pageid-681 .parent-pageid-591 .border-right-change {
  border-right: 20px solid var(--color-red);
}

.page-id-18 .border-top-change,
.parent-pageid-18 .border-top-change,
.parent-pageid-591 .border-top-change,
.parent-pageid-653 .border-top-change,
.parent-pageid-661 .border-top-change,
.parent-pageid-663 .border-top-change,
.parent-pageid-681 .parent-pageid-591 .border-top-change {
  border-top: 20px solid var(--color-red);
}

.page-id-18 .t-border-right-change,
.parent-pageid-18 .t-border-right-change,
.parent-pageid-591 .t-border-right-change,
.parent-pageid-653 .t-border-right-change,
.parent-pageid-661 .t-border-right-change,
.parent-pageid-663 .t-border-right-change,
.parent-pageid-681 .parent-pageid-591 .t-border-right-change {
  border-right: 1px solid var(--color-red);
}

.page-id-18 .t-border-right-change:last-child,
.parent-pageid-18 .t-border-right-change:last-child,
.parent-pageid-591 .t-border-right-change:last-child,
.parent-pageid-653 .t-border-right-change:last-child,
.parent-pageid-661 .t-border-right-change:last-child,
.parent-pageid-663 .t-border-right-change:last-child,
.parent-pageid-681 .parent-pageid-591 .t-border-right-change:last-child {
  border-right: none;
}

.page-id-20 .pdf-icon,
.parent-pageid-20 .pdf-icon {
  fill: var(--color-red);
}

.page-id-20 .txt-colour-change, .page-id-20 .btn-outline--txt-change:hover,
.parent-pageid-20 .txt-colour-change,
.parent-pageid-20 .btn-outline--txt-change:hover {
  color: var(--color-red);
}

.page-id-20 .button-colour-change,
.parent-pageid-20 .button-colour-change {
  color: var(--color-red);
}

.page-id-20 .button-colour-change:hover,
.parent-pageid-20 .button-colour-change:hover {
  color: #ffffff;
}

.page-id-20 .bg-colour-change,
.parent-pageid-20 .bg-colour-change {
  background-color: var(--color-red);
}

.page-id-20 .border-left-change,
.parent-pageid-20 .border-left-change {
  border-left: 20px solid var(--color-red);
}

.page-id-20 .border-right-change,
.parent-pageid-20 .border-right-change {
  border-right: 20px solid var(--color-red);
}

.page-id-20 .border-top-change,
.parent-pageid-20 .border-top-change {
  border-top: 20px solid var(--color-red);
}

.page-id-20 .t-border-right-change,
.parent-pageid-20 .t-border-right-change {
  border-right: 1px solid var(--color-red);
}

.page-id-20 .t-border-right-change:last-child,
.parent-pageid-20 .t-border-right-change:last-child {
  border-right: none;
}

.page-id-22 .pdf-icon,
.parent-pageid-22 .pdf-icon,
.parent-pageid-725 .pdf-icon,
.parent-pageid-703 .pdf-icon,
.parent-pageid-721 .pdf-icon,
.parent-pageid-725 .pdf-icon,
.parent-pageid-388 .pdf-icon {
  fill: var(--color-red);
}

.page-id-22 .txt-colour-change, .page-id-22 .btn-outline--txt-change:hover,
.parent-pageid-22 .txt-colour-change,
.parent-pageid-22 .btn-outline--txt-change:hover,
.parent-pageid-725 .txt-colour-change,
.parent-pageid-725 .btn-outline--txt-change:hover,
.parent-pageid-703 .txt-colour-change,
.parent-pageid-703 .btn-outline--txt-change:hover,
.parent-pageid-721 .txt-colour-change,
.parent-pageid-721 .btn-outline--txt-change:hover,
.parent-pageid-725 .txt-colour-change,
.parent-pageid-725 .btn-outline--txt-change:hover,
.parent-pageid-388 .txt-colour-change,
.parent-pageid-388 .btn-outline--txt-change:hover {
  color: var(--color-red);
}

.page-id-22 .button-colour-change,
.parent-pageid-22 .button-colour-change,
.parent-pageid-725 .button-colour-change,
.parent-pageid-703 .button-colour-change,
.parent-pageid-721 .button-colour-change,
.parent-pageid-725 .button-colour-change,
.parent-pageid-388 .button-colour-change {
  color: var(--color-red);
}

.page-id-22 .button-colour-change:hover,
.parent-pageid-22 .button-colour-change:hover,
.parent-pageid-725 .button-colour-change:hover,
.parent-pageid-703 .button-colour-change:hover,
.parent-pageid-721 .button-colour-change:hover,
.parent-pageid-725 .button-colour-change:hover,
.parent-pageid-388 .button-colour-change:hover {
  color: #ffffff;
}

.page-id-22 .bg-colour-change,
.parent-pageid-22 .bg-colour-change,
.parent-pageid-725 .bg-colour-change,
.parent-pageid-703 .bg-colour-change,
.parent-pageid-721 .bg-colour-change,
.parent-pageid-725 .bg-colour-change,
.parent-pageid-388 .bg-colour-change {
  background-color: var(--color-red);
}

.page-id-22 .border-left-change,
.parent-pageid-22 .border-left-change,
.parent-pageid-725 .border-left-change,
.parent-pageid-703 .border-left-change,
.parent-pageid-721 .border-left-change,
.parent-pageid-725 .border-left-change,
.parent-pageid-388 .border-left-change {
  border-left: 20px solid var(--color-red);
}

.page-id-22 .border-right-change,
.parent-pageid-22 .border-right-change,
.parent-pageid-725 .border-right-change,
.parent-pageid-703 .border-right-change,
.parent-pageid-721 .border-right-change,
.parent-pageid-725 .border-right-change,
.parent-pageid-388 .border-right-change {
  border-right: 20px solid var(--color-red);
}

.page-id-22 .border-top-change,
.parent-pageid-22 .border-top-change,
.parent-pageid-725 .border-top-change,
.parent-pageid-703 .border-top-change,
.parent-pageid-721 .border-top-change,
.parent-pageid-725 .border-top-change,
.parent-pageid-388 .border-top-change {
  border-top: 20px solid var(--color-red);
}

.page-id-22 .t-border-right-change,
.parent-pageid-22 .t-border-right-change,
.parent-pageid-725 .t-border-right-change,
.parent-pageid-703 .t-border-right-change,
.parent-pageid-721 .t-border-right-change,
.parent-pageid-725 .t-border-right-change,
.parent-pageid-388 .t-border-right-change {
  border-right: 1px solid var(--color-red);
}

.page-id-22 .t-border-right-change:last-child,
.parent-pageid-22 .t-border-right-change:last-child,
.parent-pageid-725 .t-border-right-change:last-child,
.parent-pageid-703 .t-border-right-change:last-child,
.parent-pageid-721 .t-border-right-change:last-child,
.parent-pageid-725 .t-border-right-change:last-child,
.parent-pageid-388 .t-border-right-change:last-child {
  border-right: none;
}

.navbar-toggler::before {
  content: "";
  width: 22px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H21M1 8H21M1 15H21' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#navbar-main .dropdown-buttons .dropdown-close-btn::after {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.2 21.2' enable-background='new 0 0 21.2 21.2' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='9.6' y='-3.4' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -4.3933 10.6064)' fill='%23FFFFFF' width='2' height='28'/%3E%3C/g%3E%3Cg%3E%3Crect x='-3.4' y='9.6' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -4.3933 10.6064)' fill='%23FFFFFF' width='28' height='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.search-btn a, .promagnifier {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13.3 13.7' style='enable-background:new 0 0 13.3 13.7;' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M13.1,12.5L9.8,9.1c0.8-1,1.3-2.3,1.3-3.6C11.1,2.5,8.6,0,5.5,0S0,2.5,0,5.5s2.5,5.5,5.5,5.5c1.1,0,2.2-0.3,3.2-1l3.3,3.4 c0.1,0.1,0.3,0.2,0.5,0.2c0.2,0,0.4-0.1,0.5-0.2C13.3,13.2,13.3,12.8,13.1,12.5z M5.5,1.4c2.3,0,4.1,1.8,4.1,4.1S7.8,9.6,5.5,9.6 S1.4,7.8,1.4,5.5S3.3,1.4,5.5,1.4z'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-size: 14px 14px !important;
  background-position: center;
}

#main-menu [data-depth="0"] .dropdown > a::before, #main-menu [data-depth="0"] .navbar-btn--plus > a::before,
#navbarNavDropdown .dropdown > a::before,
#navbarNavDropdown .navbar-btn--plus > a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.28422 11.32V6.76H10.7242V5.2H6.28422V0.639999H4.72422V5.2H0.284219V6.76H4.72422V11.32H6.28422Z' fill='%23414042'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1090px) {
  #main-menu [data-depth="0"] .dropdown > a::before, #main-menu [data-depth="0"] .navbar-btn--plus > a::before,
#navbarNavDropdown .dropdown > a::before,
#navbarNavDropdown .navbar-btn--plus > a::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Cpolygon style='fill:%23FFFFFF;' points='14,6 8,6 8,0 6,0 6,6 0,6 0,8 6,8 6,14 8,14 8,8 14,8 '/%3E%3C/svg%3E%0A");
  }
}

.wrapper-navbar .navbar-btn--plus > .nav-link::after, #main-menu-mobile > li.dropdown > a::before, #navbarNavDropdown > div > ul > .navbar-btn--plus > a.nav-link::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.28422 11.32V6.76H10.7242V5.2H6.28422V0.639999H4.72422V5.2H0.284219V6.76H4.72422V11.32H6.28422Z' fill='%23414042'/%3E%3C/svg%3E%0A");
}

.wrapper-navbar .navbar-btn--plus > .nav-link:hover::after, .wrapper-navbar .navbar-btn--plus > .nav-link:active::after, .wrapper-navbar .navbar-btn--plus > .nav-link:focus::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Cpolygon style='fill:%23B3282D;' points='14,6 8,6 8,0 6,0 6,6 0,6 0,8 6,8 6,14 8,14 8,8 14,8 '/%3E%3C/svg%3E%0A");
}

#main-menu [data-depth="0"] .dropdown.show > a::before, #main-menu [data-depth="0"] .navbar-btn--plus.show > a::before,
#navbarNavDropdown .dropdown.show > a::before,
#navbarNavDropdown .navbar-btn--plus.show > a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Crect y='6' style='fill:%23FFFFFF;' width='14' height='2'/%3E%3C/svg%3E%0A");
}

.wrapper-navbar .navbar-btn--plus.show > .nav-link::after, #main-menu-mobile > li.dropdown > a.show > a::before, #navbarNavDropdown > div > ul > .navbar-btn--plus.show > a.nav-link::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Crect y='6' style='fill:%234D4D4D;' width='14' height='2'/%3E%3C/svg%3E%0A");
}

.wrapper-navbar .navbar-btn--plus.show > .nav-link:hover::after, .wrapper-navbar .navbar-btn--plus.show > .nav-link:active::after, .wrapper-navbar .navbar-btn--plus.show > .nav-link:focus::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Crect y='6' style='fill:%23B3282D;' width='14' height='2'/%3E%3C/svg%3E%0A");
}

#page {
  overflow: hidden;
  position: relative;
}

@media (min-width: 1090px) {
  #page {
    min-height: 1000px;
  }
}
.social-menu {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
  padding: 0 !important;
}

.social-menu li {
  color: #ffffff;
  margin: 0 7.5px;
  font-size: 18px;
  line-height: 28px;
}

.social-menu li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #808080;
  color: #808080;
  position: relative;
  text-align: center;
  padding: 0 !important;
}
.social-menu li a span {
  font-size: 1em;
}

.social-menu li a .fa {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -2px;
}

.social-menu li a:hover {
  border-color: var(--color-grey-darker);
  color: var(--color-grey-darker);
}

.search-btn a {
  background-color: var(--color-red);
  color: #ffffff !important;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 0.7;
  font-size: 1.2em;
  position: relative !important;
}

.search-btn a > * {
  display: none !important;
}

.close-search-btn,
.navbar-toggler {
  display: block;
  width: 22px;
  height: 16px;
}

.close-search-btn *,
.navbar-toggler * {
  display: none !important;
}

.close-search-btn::before,
.navbar-toggler::before {
  position: absolute;
  left: 0;
}

.navbar-toggler {
  position: relative;
}

.wrapper-navbar {
  height: 98px;
}

.wrapper-navbar a {
  text-decoration: none !important;
}

@media (min-width: 1090px) {
  .wrapper-navbar {
    height: auto;
  }
}
.wrapper-navbar .navbar {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: fixed;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  z-index: 1000;
}

@media (min-width: 1090px) {
  .wrapper-navbar .navbar {
    position: relative;
  }
}
@media (max-width: 1199.98px) {
  .wrapper-navbar .navbar.mb-scroll {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
  }
}
@media (max-width: 1199.98px) {
  .wrapper-navbar .navbar.mb-scroll-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 1090px) {
  .wrapper-navbar .navbar > .container {
    -webkit-box-align: unset !important;
    -ms-flex-align: unset !important;
    align-items: unset !important;
  }
}
@media (min-width: 1090px) {
  .wrapper-navbar .navbar.navbar-white {
    position: absolute;
    background-color: transparent;
  }

  .wrapper-navbar .navbar.navbar-white .nav-link {
    color: #ffffff !important;
  }

  .wrapper-navbar .navbar.navbar-white .navbar-btn--plus > .nav-link::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Cpolygon style='fill:%23FFFFFF;' points='14,6 8,6 8,0 6,0 6,6 0,6 0,8 6,8 6,14 8,14 8,8 14,8 '/%3E%3C/svg%3E%0A");
  }

  .wrapper-navbar .navbar.navbar-white .navbar-btn--plus.show > .nav-link::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Crect y='6' style='fill:%23FFFFFF;' width='14' height='2'/%3E%3C/svg%3E%0A");
  }
}
.wrapper-navbar .navbar .container {
  padding: 0 1rem;
}

.wrapper-navbar .navbar > .container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 98px;
}

@media (min-width: 1090px) {
  .wrapper-navbar .navbar > .container {
    height: 135px;
  }
}
@media (max-width: 1089.98px) {
  .wrapper-navbar .navbar > .container {
    max-width: none;
  }
}
.wrapper-navbar .navbar .nav-link {
  color: var(--color-grey-darker);
  text-decoration: none;
}

.wrapper-navbar .navbar-inner-wrapper {
  width: 100%;
  position: relative;
}

.wrapper-navbar .navbar-brand {
  padding: 0;
  margin: -2.5px 0 0;
}

@media (min-width: 1090px) {
  .wrapper-navbar .navbar-brand {
    margin-top: 25px;
    margin-right: -80px;
  }
}
.wrapper-navbar .navbar-logo {
  width: 150px;
}

@media (min-width: 1200px) {
  .wrapper-navbar .navbar-logo {
    width: 194px;
  }
}
.wrapper-navbar .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper-navbar .navbar-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.wrapper-navbar .navbar-btn--plus > .nav-link::after {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  margin-top: 4px;
  vertical-align: initial;
  border: none;
}

.wrapper-navbar .navbar-mb-btns {
  font-size: 20px;
}

.wrapper-navbar .navbar-toggler {
  border: none;
}

.wrapper-navbar .navbar .search-btn {
  cursor: pointer;
}

#navbar-main > ul, #navbar-secondary > ul {
  padding-left: 0 !important;
}

#navbar-main .nav-link, #navbar-secondary .nav-link {
  padding-left: 0;
  padding-right: 0;
}

#navbar-secondary {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 36px;
}

#navbar-secondary li {
  font-size: 13px;
}

#navbar-secondary li.show > a,
#navbar-secondary li a:hover,
#navbar-secondary li a:active {
  color: var(--color-red);
}

#navbar-secondary li a {
  padding: 0;
}

#navbar-secondary li.search-btn a {
  padding: 8px 0;
}

#navbar-secondary .dropdown-toggle::after {
  display: none;
}

#navbar-secondary .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px 30px !important;
  text-align: left;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

#navbar-secondary .dropdown-menu a {
  padding: 0;
  font-weight: 400;
  line-height: 3;
}

#navbar-secondary .dropdown-menu a:hover, #navbar-secondary .dropdown-menu a:active {
  background-color: inherit;
}

@media (min-width: 1090px) {
  #navbar-secondary .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#navbar-secondary .navbar-nav > li {
  margin-left: 15px;
}

#navbar-secondary .navbar-nav > li:first-child {
  margin-left: 0 !important;
}

@media (min-width: 1090px) {
  #navbar-secondary .navbar-nav > li {
    margin-left: 20px;
  }
}
#navbar-secondary .navbar-nav .navbar-btn--plus {
  margin-left: 35px;
}

#navbar-secondary .navbar-nav .navbar-btn--plus + .navbar-btn--plus {
  margin-left: 35px;
}

#main-menu [data-depth="0"] .dropdown > a::after, #main-menu [data-depth="0"] .navbar-btn--plus > a::after,
#navbarNavDropdown .dropdown > a::after,
#navbarNavDropdown .navbar-btn--plus > a::after {
  display: none !important;
}

#main-menu [data-depth="0"] .dropdown > a::before, #main-menu [data-depth="0"] .navbar-btn--plus > a::before,
#navbarNavDropdown .dropdown > a::before,
#navbarNavDropdown .navbar-btn--plus > a::before {
  width: 12px;
  height: 12px;
  float: right;
  margin-top: 4px;
  vertical-align: initial;
  border: none;
  margin-left: 50px;
  margin-right: 2px;
}

#navbarNavDropdown .dropdown > a::before, #navbarNavDropdown .navbar-btn--plus > a::before {
  margin-top: 7px;
}

#main-menu,
#navbarNavDropdown {
  font-size: 18px;
}

#main-menu > li,
#navbarNavDropdown > li {
  color: #000000;
}

#main-menu .dropdown-toggle::after,
#navbarNavDropdown .dropdown-toggle::after {
  display: none !important;
}

#main-menu .social-menu a,
#navbarNavDropdown .social-menu a {
  border-color: #ffffff;
}

#main-menu .social-menu li,
#navbarNavDropdown .social-menu li {
  color: #ffffff;
  background-color: transparent !important;
}

#main-menu .dropdown-menu,
#navbarNavDropdown .dropdown-menu {
  border: none;
}

#main-menu .dropdown-menu,
#navbarNavDropdown .dropdown-menu {
  color: #ffffff !important;
}

#main-menu .dropdown-menu[data-depth="0"],
#navbarNavDropdown .dropdown-menu[data-depth="0"] {
  background-color: white;
}
@media (min-width: 1090px) {
  #main-menu .dropdown-menu[data-depth="0"],
#navbarNavDropdown .dropdown-menu[data-depth="0"] {
    background-color: var(--color-red);
  }
}

#main-menu .dropdown-menu[data-depth="0"] li,
#navbarNavDropdown .dropdown-menu[data-depth="0"] li {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-grey-darker);
}
@media (min-width: 1090px) {
  #main-menu .dropdown-menu[data-depth="0"] li,
#navbarNavDropdown .dropdown-menu[data-depth="0"] li {
    color: white !important;
  }
}

#main-menu .dropdown-menu[data-depth="0"] li:hover, #main-menu .dropdown-menu[data-depth="0"] li:active, #main-menu .dropdown-menu[data-depth="0"] li.show,
#navbarNavDropdown .dropdown-menu[data-depth="0"] li:hover,
#navbarNavDropdown .dropdown-menu[data-depth="0"] li:active,
#navbarNavDropdown .dropdown-menu[data-depth="0"] li.show {
  background-color: #A7252A;
}

#main-menu .dropdown-menu[data-depth="0"] a,
#navbarNavDropdown .dropdown-menu[data-depth="0"] a {
  color: white;
  background-color: transparent !important;
  text-transform: none;
}

#main-menu .dropdown-menu[data-depth="1"],
#navbarNavDropdown .dropdown-menu[data-depth="1"] {
  background-color: white;
}
@media (min-width: 1090px) {
  #main-menu .dropdown-menu[data-depth="1"],
#navbarNavDropdown .dropdown-menu[data-depth="1"] {
    background-color: #A7252A;
  }
}

#main-menu .dropdown-menu[data-depth="1"] li:hover, #main-menu .dropdown-menu[data-depth="1"] li:active, #main-menu .dropdown-menu[data-depth="1"] li.show,
#navbarNavDropdown .dropdown-menu[data-depth="1"] li:hover,
#navbarNavDropdown .dropdown-menu[data-depth="1"] li:active,
#navbarNavDropdown .dropdown-menu[data-depth="1"] li.show {
  background-color: #9A2227;
}

#main-menu .dropdown-menu[data-depth="2"],
#navbarNavDropdown .dropdown-menu[data-depth="2"] {
  background-color: #9A2227;
}

#navbar-main {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#navbar-main li {
  position: static;
  font-size: 20px;
}

#navbar-main .dropdown-buttons {
  border: none !important;
  height: 0;
  text-transform: uppercase;
}

#navbar-main .dropdown-buttons::before {
  display: none !important;
}

#navbar-main .dropdown-buttons > * {
  position: absolute;
  right: 0;
}

#navbar-main .dropdown-buttons .dropdown-close-btn {
  top: 20px;
  cursor: pointer;
}

#navbar-main .dropdown-buttons .dropdown-close-btn::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  -webkit-transform: translateY(18%);
  transform: translateY(18%);
  margin-left: 20px;
}

#navbar-main .dropdown-buttons .dropdown-social-container {
  bottom: 70px;
}

#navbar-main .dropdown-menu {
  position: absolute;
  right: 0;
  left: 0;
  padding: 70px 0 !important;
  margin-top: 0;
}

#navbar-main .dropdown-menu .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
}

#navbar-main .dropdown-menu[data-depth="0"] {
  min-height: 764px;
  border-radius: 0;
  width: 960px;
  margin: 0 auto;
}

#navbar-main .dropdown-menu[data-depth="0"]::before, #navbar-main .dropdown-menu[data-depth="0"]::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 9999px;
}

#navbar-main .dropdown-menu[data-depth="0"] a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 37.5px;
}

@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="0"] a {
    padding-left: 80px;
  }
}
#navbar-main .dropdown-menu[data-depth="0"]::before {
  left: 33.33333%;
  background-color: #A7252A;
}

#navbar-main .dropdown-menu[data-depth="0"]::after {
  right: 100%;
  background-color: var(--color-red);
  z-index: -1;
}

@media (min-width: 576px) {
  #navbar-main .dropdown-menu[data-depth="0"] {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #navbar-main .dropdown-menu[data-depth="0"] {
    max-width: 720px;
  }
}
@media (min-width: 1090px) {
  #navbar-main .dropdown-menu[data-depth="0"] {
    max-width: 960px;
  }
}
@media (min-width: 1090px) {
  #navbar-main .dropdown-menu[data-depth="0"] {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="0"] {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
#navbar-main .dropdown-menu[data-depth="0"] > li {
  width: 37.33333%;
  margin-left: -4%;
}

@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="0"] > li {
    width: 33.3333333%;
    margin-left: 0;
  }
}
#navbar-main .dropdown-menu[data-depth="0"] > li.two-cols > .dropdown-menu {
  -webkit-columns: 2;
  -moz-columns: 2;
       columns: 2;
}

@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="0"] > li.two-cols > .dropdown-menu {
    padding-right: 8%;
  }
}
#navbar-main .dropdown-menu[data-depth="0"] > li.two-cols > .dropdown-menu > li {
  width: 100%;
}

#navbar-main .dropdown-menu[data-depth="0"] > li.two-cols > .dropdown-menu > li > a {
  display: inline-block;
}

#navbar-main .dropdown-menu[data-depth="0"] > li::before {
  display: none;
  content: "";
  position: absolute;
  height: 48px;
  width: 9999px;
  right: 100%;
  background-color: #A7252A;
}

@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="0"] > li::before {
    right: 106%;
  }
}
#navbar-main .dropdown-menu[data-depth="0"] > li.show::before, #navbar-main .dropdown-menu[data-depth="0"] > li:hover::before {
  display: block;
}

#navbar-main .dropdown-menu[data-depth="0"] > li.show [data-depth="1"] {
  display: block;
}

#navbar-main .dropdown-menu[data-depth="1"], #navbar-main .dropdown-menu[data-depth="2"] {
  top: 0;
  bottom: 0;
  right: 0;
}

#navbar-main .dropdown-menu[data-depth="1"] a, #navbar-main .dropdown-menu[data-depth="2"] a {
  white-space: normal;
}

#navbar-main .dropdown-menu[data-depth="1"] {
  text-transform: capitalize;
  left: 33.33333%;
}

@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="1"] {
    left: 33.333333%;
  }
}
#navbar-main .dropdown-menu[data-depth="1"] > li {
  width: 50%;
}

#navbar-main .dropdown-menu[data-depth="1"] > li.show [data-depth="2"] {
  display: block;
}

#navbar-main .dropdown-menu[data-depth="1"] a {
  padding-left: 37.5px;
}

@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="1"] a {
    padding-left: 80px;
    padding-right: 40px;
  }
}
#navbar-main .dropdown-menu[data-depth="2"] {
  left: 50%;
}

#navbar-main .dropdown-menu[data-depth="2"]::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 9999px;
  left: 100%;
  background-color: #13796B;
}

#navbar-main .dropdown-menu[data-depth="2"] > li.menu-item {
  background-color: transparent !important;
  margin: 0 35px;
}

@media (min-width: 1200px) {
  #navbar-main .dropdown-menu[data-depth="2"] > li.menu-item {
    margin: 0 150px 0 80px;
  }
}
#navbar-main .dropdown-menu[data-depth="2"] > li.menu-item a {
  padding-left: 0;
}

#navbar-main .navbar-nav > li {
  margin-left: 0px;
}

#navbar-main .navbar-nav > li:hover, #navbar-main .navbar-nav > li.dropdown.show {
  background-color: var(--color-red);
  color: #ffffff;
}

#navbar-main .navbar-nav > li a {
  padding: 8px 15px;
  color: inherit;
  font-weight: 500;
}

.mobile-menu {
  border-top: 1px solid #CCCCCC;
  max-height: calc(100vh - 98px);
  overflow-y: auto;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.mobile-menu #navbarNavDropdown.show,
.mobile-menu .dropdown-menu {
  min-height: calc(100vh - 98px - 1px);
}

.mobile-menu #navbarNavDropdown {
  overflow: hidden;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

.mobile-menu #navbarNavDropdown a,
.mobile-menu #navbarNavDropdown .mb-search-outer-wrapper,
.mobile-menu #navbarNavDropdown .dropdown-return {
  padding: 8px 15px;
}

.mobile-menu #navbarNavDropdown .dropdown-return {
  padding-left: 30px;
  font-weight: 500;
}

.mobile-menu #navbarNavDropdown a, .mobile-menu #navbarNavDropdown .dropdown-return {
  white-space: normal;
}

.mobile-menu #navbarNavDropdown > *:last-child {
  margin-bottom: 100px;
}

.mobile-menu .navbar-nav {
  padding: 0 !important;
}

.mobile-menu .navbar-nav .nav-link {
  color: #000000;
}

.mobile-menu .mobile-primary .dropdown-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: var(--color-red);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  height: calc(100vh - 98px);
  min-height: calc(100vh - 98px);
}

.mobile-menu .mobile-primary .dropdown-menu > li:first-child {
  margin-top: 30px;
}

.mobile-menu .mobile-primary .dropdown-menu > li:last-child {
  margin-bottom: 100px;
}

.mobile-menu .mobile-primary .dropdown-menu a {
  color: var(--color-grey-darker) !important;
  font-size: 18px !important;
}
@media (min-width: 1090px) {
  .mobile-menu .mobile-primary .dropdown-menu a {
    color: #ffffff !important;
  }
}

.mobile-menu .mobile-primary .dropdown-menu .dropdown-return {
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 21px !important;
  position: relative;
}

.mobile-menu .mobile-primary .dropdown-menu .dropdown-return::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.81118 0.203368C8.87104 0.267669 8.91852 0.344057 8.95092 0.428156C8.98332 0.512255 9 0.602412 9 0.693464C9 0.784516 8.98332 0.874673 8.95092 0.958772C8.91852 1.04287 8.87104 1.11926 8.81118 1.18356L1.55261 9.00018L8.81118 16.8168C8.93187 16.9468 8.99966 17.1231 8.99966 17.3069C8.99966 17.4907 8.93187 17.667 8.81118 17.797C8.6905 17.927 8.52683 18 8.35616 18C8.18549 18 8.02181 17.927 7.90113 17.797L0.188815 9.49028C0.128963 9.42598 0.0814771 9.34959 0.0490771 9.26549C0.0166771 9.18139 0 9.09123 0 9.00018C0 8.90913 0.0166771 8.81897 0.0490771 8.73487C0.0814771 8.65077 0.128963 8.57439 0.188815 8.51009L7.90113 0.203368C7.96083 0.138903 8.03175 0.0877574 8.10984 0.0528602C8.18792 0.0179631 8.27162 0 8.35616 0C8.44069 0 8.5244 0.0179631 8.60248 0.0528602C8.68056 0.0877574 8.75148 0.138903 8.81118 0.203368Z' fill='%23414042'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 18px;
  content: "";
  top: 50%;
  margin-top: -8px;
  position: absolute;
  left: 10px;
}

.mobile-menu .dropdown-toggle::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  float: right;
  width: auto;
  border: none;
  margin-top: 0.5em;
}

.mobile-menu .dropdown {
  position: static;
}

.mobile-menu .dropdown.show .dropdown-toggle::after {
  content: "\f0d8";
}

.mobile-menu .dropdown.show > .dropdown-menu {
  left: 0;
  height: auto;
}

.mobile-menu .nav-link,
.mobile-menu .search-btn {
  padding: 10.5px 15px;
  font-size: 18px;
  font-weight: 500;
}

.mobile-menu .mobile-secondary #secondary-menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 13.5px;
  padding-left: 0 !important;
}

.mobile-menu .mobile-secondary #secondary-menu-mobile > li .nav-link {
  font-size: 16px;
  font-weight: 400;
}

.mobile-menu .mobile-secondary #secondary-menu-mobile > li.search-btn {
  display: none;
}

.mobile-menu .mobile-secondary #secondary-menu-mobile > li.navbar-btn--plus {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.mobile-menu .mobile-secondary #secondary-menu-mobile > li.show .dropdown-menu {
  display: block;
}

.mobile-menu .mobile-secondary #secondary-menu-mobile .dropdown-menu {
  z-index: initial;
  padding: 10px 0 !important;
  position: relative;
  min-height: unset;
  overflow: hidden;
  border-radius: 0;
  background-color: var(--color-red);
}

.mobile-menu .mobile-secondary #secondary-menu-mobile .dropdown-menu li:hover {
  background-color: inherit;
}

#search-popup {
  overflow-y: auto;
  position: fixed;
  top: 98px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
}

@media (max-width: 1089.98px) {
  #search-popup {
    display: none !important;
  }
}
@media (min-width: 1090px) {
  #search-popup {
    top: 0;
    padding-top: 135px;
    z-index: 1001;
  }
}
#search-popup .search-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 40px;
}

#search-popup .container {
  position: relative;
}

#search-popup .search-container {
  padding-top: 40px;
  max-width: 780px;
}

#search-popup .close-search-btn {
  cursor: pointer;
  position: absolute;
  top: -70px;
  right: 30px;
}

#search-popup .close-search-btn i {
  font-size: 21px;
}

.asl_w_container {
  min-width: 0 !important;
}

.asl_w,
.probox,
.wpdreams_asl_results,
.asl_nores,
.asl_r .results .item,
.asl_r {
  background-color: transparent !important;
}

.asl_w {
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25) !important;
  margin-bottom: 53px;
}

.probox {
  height: 38px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.probox .proloading, .probox .proclose {
  display: none !important;
}

.probox .proinput {
  margin: 0 !important;
  background-color: var(--color-off-white);
  border-radius: 19px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.probox .proinput form {
  width: 100%;
  margin: -3px 35px 0 10px;
}

.probox .proinput input[type=search] {
  font-size: 18px !important;
}

.probox .proinput input[type=search]::-webkit-input-placeholder {
  color: var(--color-grey-darker) !important;
}

.probox .proinput input[type=search]:-ms-input-placeholder {
  color: var(--color-grey-darker) !important;
}

.probox .proinput input[type=search]::-ms-input-placeholder {
  color: var(--color-grey-darker) !important;
}

.probox .proinput input[type=search]::-moz-placeholder {
  color: var(--color-grey-darker) !important;
}

.probox .proinput input[type=search]::placeholder {
  color: var(--color-grey-darker) !important;
}

.promagnifier {
  z-index: 100;
  position: absolute;
  right: 2px;
  height: 16px !important;
  width: 32px !important;
  padding: 8px 0 !important;
  background-color: var(--color-red) !important;
  border-radius: 50% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  top: 3px;
}

.promagnifier path {
  fill: #ffffff !important;
}

.promagnifier * {
  display: none !important;
}

.asl_simple-circle {
  border-color: #ffffff;
}

.proclose svg {
  background-color: transparent;
}

.asl_r {
  margin-top: 65px !important;
  -webkit-animation: unset !important;
  animation: unset !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

@media (max-width: 1089.98px) {
  .asl_r {
    display: none !important;
  }
}
.asl_r .results .item, .asl_r .results .asl_nores {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
}

.asl_r .results .item a {
  font-size: 18px !important;
  color: var(--color-red) !important;
  line-height: inherit !important;
}

.asl_r .results .item span {
  padding-top: 8px;
  display: block;
  color: var(--color-grey-darker) !important;
}

.asl_r .results .item:hover a {
  color: var(--color-red) !important;
}

.asl_r .asl_content {
  border-bottom: #E6E6E6 solid 1px;
  padding: 10px 3px 15px !important;
}

.asl_r .asl_spacer {
  display: none !important;
}

.mb-search-outer-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.mb-search-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  height: 38px;
  width: 100%;
  margin: 30px 0 15px;
}

.mb-search-wrapper .wpdreams_asl_container .proinput {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mb-search-wrapper.collapsed {
  width: 38px;
}

.mb-search-wrapper.collapsed > .wpdreams_asl_container .proinput {
  opacity: 0;
}

.mb-search-wrapper.collapsed > .placeholder {
  display: block;
}

.mb-search-wrapper.collapsed .proinput {
  background-color: transparent;
}

.mb-search-wrapper > .placeholder {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}

/* Search Page */
.sortby-wrapper a {
  padding: 0 12px;
  display: inline-block;
  position: relative;
}

.sortby-wrapper a + a {
  border-left: 2px solid #000000;
}

.sortby-wrapper a.active::before {
  content: "";
  height: 3px;
  left: 12px;
  right: 12px;
  bottom: -3px;
  position: absolute;
  background: #000000;
}

body.search .search-results a {
  text-decoration: none !important;
}

body.search .search-results p, body.search .search-results .events-listview .event-detail .event-date, .events-listview .event-detail body.search .search-results .event-date,
body.search .search-results .events-listview .event-detail .event-time,
.events-listview .event-detail body.search .search-results .event-time,
body.search .search-results .events-listview .event-detail .event-location,
.events-listview .event-detail body.search .search-results .event-location, body.search .search-results .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item body.search .search-results .event-time, body.search .search-results li, body.search .search-results .table td, .table body.search .search-results td {
  margin-top: 2rem;
  margin-bottom: 0;
}

body.search .search-results p + p, body.search .search-results .events-listview .event-detail .event-date + p, .events-listview .event-detail body.search .search-results .event-date + p,
body.search .search-results .events-listview .event-detail .event-time + p,
.events-listview .event-detail body.search .search-results .event-time + p,
body.search .search-results .events-listview .event-detail .event-location + p,
.events-listview .event-detail body.search .search-results .event-location + p, body.search .search-results .events-listview .event-detail p + .event-date, .events-listview .event-detail body.search .search-results p + .event-date, body.search .search-results .events-listview .event-detail .event-date + .event-date, .events-listview .event-detail body.search .search-results .event-date + .event-date,
body.search .search-results .events-listview .event-detail .event-time + .event-date,
.events-listview .event-detail body.search .search-results .event-time + .event-date,
body.search .search-results .events-listview .event-detail .event-location + .event-date,
.events-listview .event-detail body.search .search-results .event-location + .event-date,
body.search .search-results .events-listview .event-detail p + .event-time,
.events-listview .event-detail body.search .search-results p + .event-time,
body.search .search-results .events-listview .event-detail .event-date + .event-time,
.events-listview .event-detail body.search .search-results .event-date + .event-time,
body.search .search-results .events-listview .event-detail .event-time + .event-time,
.events-listview .event-detail body.search .search-results .event-time + .event-time,
body.search .search-results .events-listview .event-detail .event-location + .event-time,
.events-listview .event-detail body.search .search-results .event-location + .event-time,
body.search .search-results .events-listview .event-detail p + .event-location,
.events-listview .event-detail body.search .search-results p + .event-location,
body.search .search-results .events-listview .event-detail .event-date + .event-location,
.events-listview .event-detail body.search .search-results .event-date + .event-location,
body.search .search-results .events-listview .event-detail .event-time + .event-location,
.events-listview .event-detail body.search .search-results .event-time + .event-location,
body.search .search-results .events-listview .event-detail .event-location + .event-location,
.events-listview .event-detail body.search .search-results .event-location + .event-location, body.search .search-results .section-events-carousel .events-carousel-item .event-time + p, body.search .search-results .section-events-carousel .events-carousel-item .events-listview .event-detail .event-time + .event-date, .events-listview .event-detail body.search .search-results .section-events-carousel .events-carousel-item .event-time + .event-date,
body.search .search-results .section-events-carousel .events-carousel-item .events-listview .event-detail .event-time + .event-time,
.events-listview .event-detail body.search .search-results .section-events-carousel .events-carousel-item .event-time + .event-time,
body.search .search-results .section-events-carousel .events-carousel-item .events-listview .event-detail .event-time + .event-location,
.events-listview .event-detail body.search .search-results .section-events-carousel .events-carousel-item .event-time + .event-location, .section-events-carousel .events-carousel-item body.search .search-results .event-time + p, .section-events-carousel .events-carousel-item body.search .search-results .events-listview .event-detail .event-time + .event-date, .events-listview .event-detail .section-events-carousel .events-carousel-item body.search .search-results .event-time + .event-date,
.section-events-carousel .events-carousel-item body.search .search-results .events-listview .event-detail .event-time + .event-time,
.events-listview .event-detail .section-events-carousel .events-carousel-item body.search .search-results .event-time + .event-time,
.section-events-carousel .events-carousel-item body.search .search-results .events-listview .event-detail .event-time + .event-location,
.events-listview .event-detail .section-events-carousel .events-carousel-item body.search .search-results .event-time + .event-location, body.search .search-results .section-events-carousel .events-carousel-item p + .event-time, body.search .search-results .section-events-carousel .events-carousel-item .events-listview .event-detail .event-date + .event-time, .events-listview .event-detail body.search .search-results .section-events-carousel .events-carousel-item .event-date + .event-time,
body.search .search-results .section-events-carousel .events-carousel-item .events-listview .event-detail .event-time + .event-time,
.events-listview .event-detail body.search .search-results .section-events-carousel .events-carousel-item .event-time + .event-time,
body.search .search-results .section-events-carousel .events-carousel-item .events-listview .event-detail .event-location + .event-time,
.events-listview .event-detail body.search .search-results .section-events-carousel .events-carousel-item .event-location + .event-time, .section-events-carousel .events-carousel-item body.search .search-results p + .event-time, .section-events-carousel .events-carousel-item body.search .search-results .events-listview .event-detail .event-date + .event-time, .events-listview .event-detail .section-events-carousel .events-carousel-item body.search .search-results .event-date + .event-time,
.section-events-carousel .events-carousel-item body.search .search-results .events-listview .event-detail .event-time + .event-time,
.events-listview .event-detail .section-events-carousel .events-carousel-item body.search .search-results .event-time + .event-time,
.section-events-carousel .events-carousel-item body.search .search-results .events-listview .event-detail .event-location + .event-time,
.events-listview .event-detail .section-events-carousel .events-carousel-item body.search .search-results .event-location + .event-time, body.search .search-results .section-events-carousel .events-carousel-item .event-time + .event-time, .section-events-carousel .events-carousel-item body.search .search-results .event-time + .event-time, body.search .search-results li + p, body.search .search-results .events-listview .event-detail li + .event-date, .events-listview .event-detail body.search .search-results li + .event-date,
body.search .search-results .events-listview .event-detail li + .event-time,
.events-listview .event-detail body.search .search-results li + .event-time,
body.search .search-results .events-listview .event-detail li + .event-location,
.events-listview .event-detail body.search .search-results li + .event-location, body.search .search-results .section-events-carousel .events-carousel-item li + .event-time, .section-events-carousel .events-carousel-item body.search .search-results li + .event-time, body.search .search-results .table td + p, body.search .search-results .table .events-listview .event-detail td + .event-date, .events-listview .event-detail body.search .search-results .table td + .event-date,
body.search .search-results .table .events-listview .event-detail td + .event-time,
.events-listview .event-detail body.search .search-results .table td + .event-time,
body.search .search-results .table .events-listview .event-detail td + .event-location,
.events-listview .event-detail body.search .search-results .table td + .event-location, body.search .search-results .table .section-events-carousel .events-carousel-item td + .event-time, .section-events-carousel .events-carousel-item body.search .search-results .table td + .event-time, .table body.search .search-results td + p, .table body.search .search-results .events-listview .event-detail td + .event-date, .events-listview .event-detail .table body.search .search-results td + .event-date,
.table body.search .search-results .events-listview .event-detail td + .event-time,
.events-listview .event-detail .table body.search .search-results td + .event-time,
.table body.search .search-results .events-listview .event-detail td + .event-location,
.events-listview .event-detail .table body.search .search-results td + .event-location, .table body.search .search-results .section-events-carousel .events-carousel-item td + .event-time, .section-events-carousel .events-carousel-item .table body.search .search-results td + .event-time, body.search .search-results p + li, body.search .search-results .events-listview .event-detail .event-date + li, .events-listview .event-detail body.search .search-results .event-date + li,
body.search .search-results .events-listview .event-detail .event-time + li,
.events-listview .event-detail body.search .search-results .event-time + li,
body.search .search-results .events-listview .event-detail .event-location + li,
.events-listview .event-detail body.search .search-results .event-location + li, body.search .search-results .section-events-carousel .events-carousel-item .event-time + li, .section-events-carousel .events-carousel-item body.search .search-results .event-time + li, body.search .search-results li + li, body.search .search-results .table td + li, .table body.search .search-results td + li, body.search .search-results .table p + td, body.search .search-results .table .events-listview .event-detail .event-date + td, .events-listview .event-detail body.search .search-results .table .event-date + td,
body.search .search-results .table .events-listview .event-detail .event-time + td,
.events-listview .event-detail body.search .search-results .table .event-time + td,
body.search .search-results .table .events-listview .event-detail .event-location + td,
.events-listview .event-detail body.search .search-results .table .event-location + td, body.search .search-results .table .section-events-carousel .events-carousel-item .event-time + td, .section-events-carousel .events-carousel-item body.search .search-results .table .event-time + td, .table body.search .search-results p + td, .table body.search .search-results .events-listview .event-detail .event-date + td, .events-listview .event-detail .table body.search .search-results .event-date + td,
.table body.search .search-results .events-listview .event-detail .event-time + td,
.events-listview .event-detail .table body.search .search-results .event-time + td,
.table body.search .search-results .events-listview .event-detail .event-location + td,
.events-listview .event-detail .table body.search .search-results .event-location + td, .table body.search .search-results .section-events-carousel .events-carousel-item .event-time + td, .section-events-carousel .events-carousel-item .table body.search .search-results .event-time + td, body.search .search-results .table li + td, .table body.search .search-results li + td, body.search .search-results .table td + td, .table body.search .search-results td + td {
  margin-top: 1rem;
}

body.search .search-results article:last-child hr {
  display: none !important;
}

.footer {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-image: url(../img/band.png);
  background-size: 100% 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
.footer .row:first-child {
  margin-bottom: 30px;
}
@media (min-width: 1090px) {
  .footer .row:first-child {
    margin-bottom: 60px;
  }
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}

.footer-brand {
  display: inline-block;
}

.footer-logo {
  width: 105px;
}
@media (min-width: 768px) {
  .footer-logo {
    width: 136px;
  }
}
@media (min-width: 1090px) {
  .footer-logo {
    width: 165px;
  }
}

.footer-title {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.footer-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

@media (min-width: 1090px) {
  .footer-col-wrapper.flex-lg-nowrap .footer-col {
    margin-right: 0px !important;
  }
}
.footer-col-wrapper .footer-col:last-child {
  margin-right: 0;
}

.footer-col {
  margin: 0 25px 0 0;
}
.footer-col li {
  margin-bottom: 15px;
}
.footer-col--right {
  margin-right: 0 !important;
}

@media (min-width: 1200px) {
  .footer-col {
    margin-right: 80px;
  }
}
@media (min-width: 576px) {
  .footer-col {
    margin: 0 65px 0 0;
  }
}
@media (min-width: 1090px) {
  .footer-col {
    margin: 0 130px 0 0;
  }
}
.footer-col p, .footer-col .events-listview .event-detail .event-date, .events-listview .event-detail .footer-col .event-date,
.footer-col .events-listview .event-detail .event-time,
.events-listview .event-detail .footer-col .event-time,
.footer-col .events-listview .event-detail .event-location,
.events-listview .event-detail .footer-col .event-location, .footer-col .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .footer-col .event-time, .footer-col li, .footer-col .table td, .table .footer-col td, .footer-col a {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-grey-darker);
}

.footer-col a {
  color: var(--color-red);
  text-decoration: underline;
}

.footer-col p, .footer-col .events-listview .event-detail .event-date, .events-listview .event-detail .footer-col .event-date,
.footer-col .events-listview .event-detail .event-time,
.events-listview .event-detail .footer-col .event-time,
.footer-col .events-listview .event-detail .event-location,
.events-listview .event-detail .footer-col .event-location, .footer-col .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .footer-col .event-time, .footer-col .table td, .table .footer-col td {
  font-size: 14px;
  margin-bottom: 0;
}

.footer-menu {
  padding-left: 0;
  list-style: none;
  padding-left: 0 !important;
}

.footer-menu .nav-link {
  padding: 0;
}

.footer-copyright-text {
  font-size: 13px;
  line-height: 26px;
  color: var(--color-grey-darker);
}

.footer-copyright-text span {
  white-space: nowrap;
}

.footer-icon {
  margin: 15px 0 0;
  width: 66px;
  position: absolute;
  right: 10px;
  top: -110px;
}

@media (min-width: 768px) {
  .footer-icon {
    margin: 5px 10px 0 auto;
    display: block;
    width: 117px;
    position: static;
  }
}
.footer #footer-social {
  display: table;
}
@media (max-width: 767px) {
  .footer #footer-social {
    margin: 30px 0 0;
  }
}

@media (min-width: 1090px) {
  .footer #footer-social {
    margin: 17px 0 0 0;
    margin: 20px 0 0;
  }
}
.footer #footer-social .social-menu a {
  border-color: var(--color-red);
  color: var(--color-red);
}
.footer #footer-social .social-menu a .fa {
  font-size: 14px !important;
}

.footer #footer-social .social-menu li {
  margin: 0 6px;
}

#footer-left-col-3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  #footer-left-col-3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .accordian-section .col-md-9 .cost-calculator_wrapper {
    margin-right: -40%;
  }
}
.cost-calculator .SumoSelect {
  max-width: unset;
  width: 100%;
}

.cost-calculator_wrapper {
  padding-top: 60px;
}

.cost-calculator #input_3_2,
.cost-calculator #input_3_9 {
  width: 100%;
}

.cost-calculator .gfield_label {
  margin-bottom: 25px;
}

.cost-calculator .gfield {
  margin-bottom: 50px;
}

.cost-calculator ul {
  padding-left: 0 !important;
}

.cost-calculator label {
  color: var(--color-grey-darker) !important;
  font-size: 13px !important;
  line-height: 27px !important;
  font-weight: unset !important;
  text-transform: uppercase;
}

.cost-calculator div.ginput_container_number input {
  border: 1px solid #CCCCCC;
  padding: 5px 20px !important;
  color: var(--color-grey-darker);
}

@media (min-width: 768px) {
  .cost-calculator div.ginput_container_number input {
    padding: 5px 10px !important;
  }
}
@media (min-width: 1090px) {
  .cost-calculator div.ginput_container_number input {
    padding: 5px 20px !important;
  }
}
.cost-calculator li.total {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.cost-calculator li.total::after {
  content: "";
  background: var(--color-off-white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: -1;
}

.cost-calculator li.total label {
  font-size: 21px !important;
  margin-bottom: 0;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .cost-calculator li.total label {
    padding-left: 10px;
  }
}
@media (min-width: 1090px) {
  .cost-calculator li.total label {
    padding-left: 20px;
  }
}
.cost-calculator li.total div.ginput_container {
  margin-top: 0 !important;
}

.cost-calculator li.total input {
  background: transparent;
  border: none;
  text-align: right;
}

.section-breadcrumbs {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-grey-darker);
}
@media (min-width: 768px) {
  .section-breadcrumbs {
    display: block;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .section-breadcrumbs:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1090px) {
  .section-breadcrumbs {
    margin-top: 45px;
    margin-bottom: 60px;
  }
  .section-breadcrumbs:first-child {
    margin-top: 0;
  }
}
.section-breadcrumbs span {
  color: var(--color-red);
}
.section-breadcrumbs span a * {
  color: var(--color-grey-darker);
}

.section-breadcrumbs a {
  text-decoration: none !important;
  color: var(--color-grey-darker);
}

.section-breadcrumbs a:hover {
  text-decoration: underline;
}

.section-breadcrumbs a:active {
  text-decoration: underline;
}

.section-breadcrumbs span[property=name] {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.module__2col-intro-content-noimg .subheading {
  max-width: 705px;
}

.module__2col-solid-bg .bg-red {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .module__2col-solid-bg .bg-red {
    padding: 60px 30px;
  }
}
@media (min-width: 1090px) {
  .module__2col-solid-bg .bg-red {
    padding: 90px 60px 75px;
  }
}
.module__2col-solid-bg .bg-gold {
  padding: 30px 15px;
  color: var(--color-grey-darker);
}
@media (min-width: 768px) {
  .module__2col-solid-bg .bg-gold {
    padding: 60px 30px;
  }
}
@media (min-width: 1090px) {
  .module__2col-solid-bg .bg-gold {
    padding: 60px;
  }
}
.module__2col-solid-bg .bg-gold .txt-link, .module__2col-solid-bg .bg-gold .mec-single-event .mec-event-meta dd a, .mec-single-event .mec-event-meta dd .module__2col-solid-bg .bg-gold a, .module__2col-solid-bg .bg-gold .mec-single-event .mec-events-meta-date dd span, .mec-single-event .mec-events-meta-date dd .module__2col-solid-bg .bg-gold span, .module__2col-solid-bg .bg-gold .mec-single-event .mec-single-event-additional-organizers dd span, .mec-single-event .mec-single-event-additional-organizers dd .module__2col-solid-bg .bg-gold span, .module__2col-solid-bg .bg-gold .mec-single-event .mec-single-event-organizer dd span, .mec-single-event .mec-single-event-organizer dd .module__2col-solid-bg .bg-gold span {
  color: var(--color-grey-darker);
}
.module__2col-solid-bg .bg-gold .txt-link:hover, .module__2col-solid-bg .bg-gold .mec-single-event .mec-event-meta dd a:hover, .mec-single-event .mec-event-meta dd .module__2col-solid-bg .bg-gold a:hover, .module__2col-solid-bg .bg-gold .mec-single-event .mec-events-meta-date dd span:hover, .mec-single-event .mec-events-meta-date dd .module__2col-solid-bg .bg-gold span:hover, .module__2col-solid-bg .bg-gold .mec-single-event .mec-single-event-additional-organizers dd span:hover, .mec-single-event .mec-single-event-additional-organizers dd .module__2col-solid-bg .bg-gold span:hover, .module__2col-solid-bg .bg-gold .mec-single-event .mec-single-event-organizer dd span:hover, .mec-single-event .mec-single-event-organizer dd .module__2col-solid-bg .bg-gold span:hover {
  color: var(--color-red);
}

.video-container {
  position: relative;
}

.play-overlay {
  text-decoration: none;
  z-index: 10;
}

.play-overlay.playing {
  display: none;
}

.play-overlay:hover {
  cursor: pointer;
  text-decoration: none;
}

.play-overlay:hover::before {
  color: var(--color-red);
  border-color: var(--color-red);
}

.play-overlay::before {
  content: "\f04b";
  position: absolute;
  display: block;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 24px;
  height: 68px;
  padding-left: 5px;
  padding-top: 15px;
  text-align: center;
  width: 68px;
  text-decoration: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1090px) {
  .module__2col-w-video .intro-large, .module__2col-w-video .subheading, .module__2col-w-video .testimonials {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1089px) {
  .module__2col-w-video .row .col-md-6:first-child {
    padding-right: 15px;
  }
  .module__2col-w-video .row .col-md-6:last-child {
    padding-left: 15px;
  }
}
.module__2col-w-video .video-container img {
  width: 100%;
}

.module__2col-w-video h1 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .module__2col-w-video h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1090px) {
  .module__2col-w-video h1 {
    margin-bottom: 45px;
  }
}

.module__2col-w-video .subheading, .module__2col-w-video .testimonials {
  margin-bottom: 30px;
}

.module__2col-w-video .video-container {
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .module__2col-w-video .video-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.module__two-photo-offset .top-img {
  z-index: 10;
}

@media (min-width: 768px) {
  .module__two-photo-offset .img-caption.one {
    left: 22.5px;
    bottom: 15px;
    width: 45%;
  }
}
@media (min-width: 1090px) {
  .module__two-photo-offset .img-caption.one {
    width: 45%;
    bottom: 30px;
    left: 45px;
  }
}
@media (min-width: 768px) {
  .module__two-photo-offset .img-caption.two {
    bottom: 15px;
    right: 22.5px;
    width: 45%;
  }
}
@media (min-width: 1090px) {
  .module__two-photo-offset .img-caption.two {
    width: 45%;
    right: 45px;
    bottom: 30px;
  }
}

.module__2col-photo-content-basic {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .module__2col-photo-content-basic .col-txt {
    padding-left: 70px;
  }
}
@media (min-width: 1090px) {
  .module__2col-photo-content-basic .col-txt {
    padding-left: 105px;
  }
}
@media (min-width: 768px) {
  .module__2col-photo-content-basic .col-txt--left {
    padding-right: 70px;
    padding-left: 0;
  }
}
@media (min-width: 1090px) {
  .module__2col-photo-content-basic .col-txt--left {
    padding-right: 105px;
    padding-left: 0;
  }
}

.module__1col-two-thirds-img-content h6 {
  margin-bottom: 15px;
}
.module__1col-two-thirds-img-content .subheading {
  font-size: 21px;
  line-height: 1.5238095238;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .module__1col-contained-img-captioned .img-caption {
    width: 45%;
    bottom: 15px;
    left: 22.5px;
  }
}
@media (min-width: 1090px) {
  .module__1col-contained-img-captioned .img-caption {
    bottom: 30px;
    left: 45px;
  }
}
.section-twitterfeed .w-100 {
  background-color: var(--color-gold);
  color: var(--color-grey-darker);
}
.section-twitterfeed h6.h9 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: none;
}
.section-twitterfeed a {
  color: var(--color-grey-darker);
}

.module__full-width-quote .quote-container {
  padding: 60px 15px;
}

@media (min-width: 576px) {
  .module__full-width-quote .quote-container {
    padding: 90px 60px;
  }
}
@media (min-width: 1090px) {
  .module__full-width-quote .quote-container {
    padding: 95px 0;
  }
}
.module__full-width-quote .quote-container .twitter-feed {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .module__full-width-quote .quote-container .twitter-feed {
    margin-bottom: 30px;
  }
}

.module__full-width-quote .testimonial-icon {
  font-size: 30px;
  line-height: 1;
}

.module__two-photo-no-offset .top-img {
  z-index: 10;
}

.module__two-photo-no-offset .img-caption.one {
  z-index: 10;
}

@media (min-width: 768px) {
  .module__two-photo-no-offset .img-caption.one {
    bottom: 15px;
    right: 22.5px;
    width: 45%;
    position: absolute;
    max-width: 450px;
  }
}
@media (min-width: 1090px) {
  .module__two-photo-no-offset .img-caption.one {
    bottom: 30px;
    right: 45px;
    max-width: 465px;
  }
}
@media (min-width: 768px) {
  .module__two-photo-no-offset .img-caption.two {
    left: 30px;
    bottom: 0;
    width: 45%;
    max-width: 470px;
  }
}
@media (min-width: 1090px) {
  .module__two-photo-no-offset .img-caption.two {
    left: 15%;
    max-width: 500px;
  }
}
.module__testimonial-slider {
  padding: 50px 0;
}
.module__testimonial-slider .intro-large, .module__testimonial-slider .subheading, .module__testimonial-slider .testimonials {
  margin-bottom: 30px;
}
.module__testimonial-slider .testimonial-name {
  font-weight: 700;
  color: var(--color-red);
}

@media (min-width: 1090px) {
  .module__testimonial-slider {
    padding: 150px 0;
  }
}
@supports (display: grid) {
  .module__testimonial-slider .slide-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.module__testimonial-slider .rounded-circle,
.module__hero-slider .rounded-circle {
  max-width: 205px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .module__testimonial-slider .rounded-circle,
.module__hero-slider .rounded-circle {
    max-width: 260px;
  }
}
.module__testimonial-slider .carousel-indicators,
.module__hero-slider .carousel-indicators {
  bottom: 0;
}

.module__testimonial-slider .carousel-indicators li,
.module__hero-slider .carousel-indicators li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 7.5px;
  margin-left: 7.5px;
  border: 1px solid #77777A;
  background: transparent;
}

@media (min-width: 1090px) {
  .module__testimonial-slider .carousel-indicators li,
.module__hero-slider .carousel-indicators li {
    margin: 7.5px 12px 7.5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 30px;
  }
}
.module__testimonial-slider .carousel-indicators li.active,
.module__hero-slider .carousel-indicators li.active {
  background-image: url("/wp-content/themes/understrap-child/img/active-testimonial-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 7px;
}

.module__testimonial-slider .carousel-item .row, .module__testimonial-slider .carousel-item .cost-calculator .gform_body > ul, .cost-calculator .module__testimonial-slider .carousel-item .gform_body > ul, .module__testimonial-slider .carousel-item .module__two-col-form .form-container .gform_body > ul, .module__two-col-form .form-container .module__testimonial-slider .carousel-item .gform_body > ul,
.module__hero-slider .carousel-item .row,
.module__hero-slider .carousel-item .cost-calculator .gform_body > ul,
.cost-calculator .module__hero-slider .carousel-item .gform_body > ul,
.module__hero-slider .carousel-item .module__two-col-form .form-container .gform_body > ul,
.module__two-col-form .form-container .module__hero-slider .carousel-item .gform_body > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1090px) {
  .module__testimonial-slider .carousel-item .row, .module__testimonial-slider .carousel-item .cost-calculator .gform_body > ul, .cost-calculator .module__testimonial-slider .carousel-item .gform_body > ul, .module__testimonial-slider .carousel-item .module__two-col-form .form-container .gform_body > ul, .module__two-col-form .form-container .module__testimonial-slider .carousel-item .gform_body > ul,
.module__hero-slider .carousel-item .row,
.module__hero-slider .carousel-item .cost-calculator .gform_body > ul,
.cost-calculator .module__hero-slider .carousel-item .gform_body > ul,
.module__hero-slider .carousel-item .module__two-col-form .form-container .gform_body > ul,
.module__two-col-form .form-container .module__hero-slider .carousel-item .gform_body > ul {
    height: 100%;
  }
}
@media (min-width: 1090px) {
  .module__testimonial-slider .vert .carousel-item-next.carousel-item-left,
.module__testimonial-slider .vert .carousel-item-prev.carousel-item-right,
.module__hero-slider .vert .carousel-item-next.carousel-item-left,
.module__hero-slider .vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .module__testimonial-slider .vert .carousel-item-next,
.module__testimonial-slider .vert .active.carousel-item-right,
.module__hero-slider .vert .carousel-item-next,
.module__hero-slider .vert .active.carousel-item-right {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .module__testimonial-slider .vert .carousel-item-prev,
.module__testimonial-slider .vert .active.carousel-item-left,
.module__hero-slider .vert .carousel-item-prev,
.module__hero-slider .vert .active.carousel-item-left {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .module__testimonial-slider .carousel-indicators,
.module__hero-slider .carousel-indicators {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0;
    height: 20px;
    left: auto;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 1089.98px) {
  .module__hero-slider .carousel-indicators {
    bottom: 5%;
  }
}
.module__hero-slider .carousel-item .row,
.module__hero-slider .carousel-item .cost-calculator .gform_body > ul,
.cost-calculator .module__hero-slider .carousel-item .gform_body > ul,
.module__hero-slider .carousel-item .module__two-col-form .form-container .gform_body > ul,
.module__two-col-form .form-container .module__hero-slider .carousel-item .gform_body > ul {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module__hero-slider .carousel-indicators li {
  border: 1px solid var(--color-grey-light);
}

.module__hero-slider .carousel-indicators li.active {
  background-color: var(--color-grey-light);
  background-image: none;
}

.module__2col-full-news-media {
  background-color: var(--color-off-white);
  padding-top: 45px;
  padding-bottom: 75px;
}
.module__2col-full-news-media .news-heading {
  color: var(--color-red);
}
@media (min-width: 768px) {
  .module__2col-full-news-media {
    padding-top: 90px;
    padding-bottom: 125px;
  }
}
.module__2col-full-news-media .title-link {
  color: var(--color-red);
  text-decoration: none;
}

@media (min-width: 768px) {
  .module__2col-full-news-media .more-news-link {
    text-align: right;
  }
}
.module__2col-full-news-media .card {
  border: none;
  border-radius: 0px;
  min-height: 170px;
  width: 100%;
}

.module__2col-full-news-media .card-body a {
  max-width: 100%;
}

.module__2col-full-news-media .card-img-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-social-media {
  overflow: hidden;
  padding: 30px 0;
  background-color: var(--color-grey-dark);
}
@media (min-width: 768px) {
  .section-social-media {
    padding: 60px 0;
  }
}
@media (min-width: 1090px) {
  .section-social-media {
    padding: 90px 0;
  }
}
.section-social-media + .l {
  display: none;
}
@media (min-width: 768px) {
  .section-social-media h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1090px) {
  .section-social-media h3 {
    margin-bottom: 30px;
  }
}
.section-social-media .ff-item .ff-img-holder + .ff-content,
.section-social-media .ff-item-meta {
  margin: 15px;
  color: var(--color-grey-darker) !important;
}
.section-social-media .ff-item .ff-item-bar {
  padding: 10px 15px 30px;
  height: 54px;
  border-top: none;
}
.section-social-media .ff-sc-label2 .ff-icon {
  width: 15px;
  height: 15px;
  position: relative;
  left: -6px;
}
.section-social-media .ff-content br {
  display: none;
}
.section-social-media #ff-stream-1 .ff-nickname, .section-social-media #ff-stream-1 .ff-timestamp, .section-social-media #ff-stream-1 .ff-item-bar, .section-social-media #ff-stream-1 .ff-item-bar a {
  color: var(--color-grey-darker) !important;
}
.section-social-media .ff-timestamp {
  font-size: 14px;
}
.section-social-media .ff-upic-round .picture-item__inner, .section-social-media .ff-upic-round .picture-item__inner::before {
  border-radius: 0;
}

.section-social-media .logo-box {
  max-width: 280px;
  width: 100%;
  padding-left: 15px;
}

.section-social-media .social-menu li a {
  color: var(--color-off-white);
  border-color: var(--color-off-white);
}

.section-social-media .social-menu li a:hover {
  color: #CCCCCC;
  border-color: #CCCCCC;
}

.fts-mashup-wrapper {
  margin-top: 30px;
}
@media (min-width: 1090px) {
  .fts-mashup-wrapper {
    margin-top: 45px;
  }
}

@media (min-width: 576px) {
  .section-social-media .fts-mashup-wrapper {
    max-height: 840px;
  }
}
@media (min-width: 768px) {
  .section-social-media .fts-mashup-wrapper {
    max-height: 875px;
  }
}
@media (min-width: 1090px) {
  .section-social-media .fts-mashup-wrapper {
    max-height: 420px;
  }
}
@media screen and (max-width: 576px) and (min-width: 410px) {
  .section-social-media .fts-mashup-wrapper {
    max-height: 840px;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent !important;
}

@media (min-width: 1200px) {
  .section-social-media .fts-mashup-wrapper .ff-stream {
    min-height: unset !important;
    max-height: 420px !important;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-sc-label2 .ff-item .ff-content:first-child,
.section-social-media .fts-mashup-wrapper .ff-stream .ff-sc-label2 .ff-item h4:first-child {
  margin-top: 7% !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-header, .section-social-media .fts-mashup-wrapper .ff-stream .ff-loadmore-wrapper {
  display: none;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper {
  margin-top: 0;
}

@media (min-width: 1090px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article {
    border: 4px solid var(--color-grey-dark);
  }
}

@media screen and (min-width: 410px) and (max-width: 415px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article {
    width: 100% !important;
    float: left;
    display: block !important;
    clear: both !important;
    position: relative !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }

  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article:not(:last-child) {
    margin-bottom: 5px;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-no-image::before {
  content: "";
  height: 185px;
  position: relative;
  display: block;
  width: 100%;
  background-color: #CCCCCC;
  background-image: url("/wp-content/themes/understrap-child/img/algoma-placeholder.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-no-image.ff-image::before {
  display: none !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-no-image .ff-label-wrapper {
  top: 73%;
}

@media (max-width: 575.98px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-no-image .ff-label-wrapper {
    top: 76%;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 410px) and (max-width: 768px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner .ff-item-cont {
    margin-bottom: 19px;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner .ff-content {
  max-height: 85px !important;
  min-height: 85px !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner h1:not(.ff-label-wrapper):not(.ff-item-bar) {
  display: none !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner h2:not(.ff-label-wrapper):not(.ff-item-bar) {
  display: none !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner h3:not(.ff-label-wrapper):not(.ff-item-bar) {
  display: none !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner h4:not(.ff-label-wrapper):not(.ff-item-bar) {
  display: none !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner h5:not(.ff-label-wrapper):not(.ff-item-bar) {
  display: none !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .picture-item__inner h6:not(.ff-label-wrapper):not(.ff-item-bar) {
  display: none !important;
}

@media (min-width: 1090px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article {
    -webkit-transform: unset !important;
    transform: unset !important;
    width: 33% !important;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-image .ff-label-wrapper {
  top: 87%;
}

@media (max-width: 575.98px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-image .ff-label-wrapper {
    top: 89%;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .ff-label-wrapper {
  right: 10px;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .ff-label-wrapper .ff-icon::before {
  border-color: transparent !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .ff-nickname,
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article .ff-name {
  display: none !important;
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-facebook .ff-icon .ff-icon-inner::after, .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-instagram .ff-icon .ff-icon-inner::after, .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-twitter .ff-icon .ff-icon-inner::after {
  content: "";
  width: 15px;
  height: 15px;
  color: var(--color-grey-darker);
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 575.98px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-facebook .ff-icon .ff-icon-inner::after, .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-instagram .ff-icon .ff-icon-inner::after, .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-twitter .ff-icon .ff-icon-inner::after {
    width: 20px;
    height: 20px;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-facebook .ff-icon .ff-icon-inner::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='facebook-f' class='svg-inline--fa fa-facebook-f fa-w-9' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='%23414042' d='M215.8 85H264V3.6C255.7 2.5 227.1 0 193.8 0 124.3 0 76.7 42.4 76.7 120.3V192H0v91h76.7v229h94V283h73.6l11.7-91h-85.3v-62.7c0-26.3 7.3-44.3 45.1-44.3z'%3E%3C/path%3E%3C/svg%3E");
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-instagram .ff-icon .ff-icon-inner::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='instagram' class='svg-inline--fa fa-instagram fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23414042' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
}

.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article.ff-twitter .ff-icon .ff-icon-inner::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='twitter' class='svg-inline--fa fa-twitter fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23414042' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'%3E%3C/path%3E%3C/svg%3E");
}

@media (min-width: 1090px) {
  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article#ff-uid-2 {
    left: 33.5% !important;
  }

  .section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper article#ff-uid-3 {
    right: 0 !important;
    left: unset !important;
  }
}
.section-social-media .fts-mashup-wrapper .ff-stream .ff-stream-wrapper .ff-img-holder img {
  min-height: 185px !important;
  max-height: 185px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}

.section-social-media .fts-mashup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-social-media .fts-mashup,
.section-social-media .fts-mashup-post-wrap {
  max-width: 100%;
  border-bottom: none;
}

.section-social-media .fts-mashup-post-wrap {
  border: solid 1px #E6E6E6;
  min-height: 383px;
  margin-bottom: 50px;
}

.section-social-media .fts-mashup-post-wrap:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-social-media .fts-mashup-post-wrap {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .section-social-media .fts-mashup-post-wrap:first-child {
    margin-right: 30px;
  }
}
@media (min-width: 1090px) {
  .section-social-media .fts-mashup-post-wrap {
    -ms-flex-preferred-size: calc(33.3333333333% - 20px);
    flex-basis: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
    margin-bottom: 0;
  }

  .section-social-media .fts-mashup-post-wrap:nth-child(2) {
    margin-right: 30px;
  }
}
.section-social-media .fts-mashup .fts-mashup-post-wrap:first-of-type .fts-jal-fb-link-wrap::before,
.section-social-media .fts-mashup .fts-mashup-post-wrap:first-of-type .fts-mashup-image-and-video-wrap::before {
  content: "";
  background-color: var(--color-grey-darker);
  height: 9999px;
  width: 9999px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.section-social-media .fts-mashup-media-top .fts-jal-fb-link-wrap,
.section-social-media .fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter {
  position: relative;
  height: 178px;
  margin: 0;
  margin-bottom: 27px;
  background-color: #CCCCCC;
  background-image: url("/wp-content/themes/understrap-child/img/algoma-placeholder.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.section-social-media .fts-mashup-media-top .fts-jal-fb-link-wrap .fts-fb-more-photos-wrap,
.section-social-media .fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter .fts-fb-more-photos-wrap {
  height: 100%;
  margin: 0 !important;
  top: 0 !important;
}

.section-social-media .fts-mashup-media-top .fts-jal-fb-link-wrap a,
.section-social-media .fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter a {
  display: none !important;
}

.section-social-media .fts-mashup-media-top .fts-jal-fb-link-wrap a:first-child,
.section-social-media .fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter a:first-child {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.section-social-media .fts-mashup-media-top .fts-jal-fb-link-wrap img,
.section-social-media .fts-mashup-media-top .fts-mashup-image-and-video-wrap.popup-gallery-twitter img {
  margin-top: 89px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-social-media .fts-feed-type-facebook .fts-mashup-image-and-video-wrap.popup-gallery-twitter {
  display: none;
}

.section-social-media .fts-feed-type-instagram .fts-mashup-description-wrap,
.section-social-media .fts-feed-type-twitter .fts-mashup-description-wrap {
  height: 91px;
}

.section-social-media .fts-mashup-media-top .fts-jal-fb-top-wrap {
  height: 114px;
}

.section-social-media .fts-mashup-media-top .fts-jal-fb-link-wrap,
.section-social-media .fts-mashup-media-top .fts-jal-fb-vid-wrap {
  margin-bottom: 22px;
  position: relative;
}

.section-social-media .fts-mashup-post-wrap {
  text-align: left;
}

.section-social-media .fts-jal-fb-post-time {
  font-size: 16px;
  color: #000000;
}

.section-social-media .fts-jal-fb-user-name a {
  color: #808080;
  text-transform: uppercase;
}

.section-social-media [class$=-message] p, .section-social-media [class$=-message] .events-listview .event-detail .event-date, .events-listview .event-detail .section-social-media [class$=-message] .event-date,
.section-social-media [class$=-message] .events-listview .event-detail .event-time,
.events-listview .event-detail .section-social-media [class$=-message] .event-time,
.section-social-media [class$=-message] .events-listview .event-detail .event-location,
.events-listview .event-detail .section-social-media [class$=-message] .event-location, .section-social-media [class$=-message] .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .section-social-media [class$=-message] .event-time, .section-social-media [class$=-message] li, .section-social-media [class$=-message] .table td, .table .section-social-media [class$=-message] td,
.section-social-media .fts-mashup-description-wrap,
.section-social-media .fts-mashup-description-wrap p,
.section-social-media .fts-mashup-description-wrap .events-listview .event-detail .event-date,
.events-listview .event-detail .section-social-media .fts-mashup-description-wrap .event-date,
.section-social-media .fts-mashup-description-wrap .events-listview .event-detail .event-time,
.events-listview .event-detail .section-social-media .fts-mashup-description-wrap .event-time,
.section-social-media .fts-mashup-description-wrap .events-listview .event-detail .event-location,
.events-listview .event-detail .section-social-media .fts-mashup-description-wrap .event-location,
.section-social-media .fts-mashup-description-wrap .section-events-carousel .events-carousel-item .event-time,
.section-events-carousel .events-carousel-item .section-social-media .fts-mashup-description-wrap .event-time,
.section-social-media .fts-mashup-description-wrap li,
.section-social-media .fts-mashup-description-wrap .table td,
.table .section-social-media .fts-mashup-description-wrap td {
  color: var(--color-grey-darker);
  line-height: 25px;
  font-size: 16px;
  margin: 0 !important;
}

.section-social-media .fts-mashup-icon-wrap-right a {
  color: var(--color-red);
}

.section-social-media .fts-mashup-count-wrap {
  font-size: 15px !important;
  line-height: 15px;
}

.section-social-media .fts-more-photos-4-photos {
  display: none;
}

.module__three-col-colour-block .block {
  padding: 30px 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .module__three-col-colour-block .block {
    padding: 30px;
  }
}
.module__three-col-colour-block .block h6 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .module__three-col-colour-block .block h6 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1090px) {
  .module__three-col-colour-block .block h6 {
    margin-bottom: 30px;
  }
}
.module__three-col-colour-block .block p, .module__three-col-colour-block .block .events-listview .event-detail .event-date, .events-listview .event-detail .module__three-col-colour-block .block .event-date,
.module__three-col-colour-block .block .events-listview .event-detail .event-time,
.events-listview .event-detail .module__three-col-colour-block .block .event-time,
.module__three-col-colour-block .block .events-listview .event-detail .event-location,
.events-listview .event-detail .module__three-col-colour-block .block .event-location, .module__three-col-colour-block .block .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__three-col-colour-block .block .event-time {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .module__three-col-colour-block .block p, .module__three-col-colour-block .block .events-listview .event-detail .event-date, .events-listview .event-detail .module__three-col-colour-block .block .event-date,
.module__three-col-colour-block .block .events-listview .event-detail .event-time,
.events-listview .event-detail .module__three-col-colour-block .block .event-time,
.module__three-col-colour-block .block .events-listview .event-detail .event-location,
.events-listview .event-detail .module__three-col-colour-block .block .event-location, .module__three-col-colour-block .block .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__three-col-colour-block .block .event-time {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .module__three-col-colour-block .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1090px) {
  .module__three-col-colour-block .block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.module__three-col-colour-block .block li, .module__three-col-colour-block .block .table td, .table .module__three-col-colour-block .block td {
  margin-bottom: 25px;
}

.module__contained-single-img {
  margin-bottom: 15px;
}
.module__contained-single-img + .xxs {
  display: none;
}
@media (min-width: 1090px) {
  .module__contained-single-img {
    margin-top: -30px;
  }
}

.module__2col-w-cta a.txt-link, .module__2col-w-cta .mec-single-event .mec-event-meta dd a, .mec-single-event .mec-event-meta dd .module__2col-w-cta a {
  white-space: nowrap;
}

.module__color-img-content-slider--b {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, var(--color-off-white)), to(var(--color-off-white)));
  background-image: linear-gradient(to bottom, #fff 0, #fff 50%, var(--color-off-white) 50%, var(--color-off-white) 100%);
}

.module__color-img-content-slider .breakout-bg {
  background-color: var(--color-off-white);
}
.module__color-img-content-slider .h7 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 15px 30px;
}
.module__color-img-content-slider .h4-new, .module__color-img-content-slider .tax-mec_category .mec-month-divider span, .tax-mec_category .mec-month-divider .module__color-img-content-slider span {
  margin-bottom: 0;
  color: var(--color-red);
}
.module__color-img-content-slider h6.mb-0 {
  color: var(--color-red);
}
.module__color-img-content-slider .subheading {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
}
.module__color-img-content-slider .container {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module__color-img-content-slider .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1089.98px) {
  .module__color-img-content-slider .container {
    max-width: 920px;
  }
}
.module__color-img-content-slider .container::after {
  position: absolute;
  bottom: -10px;
  left: -60px;
  width: calc(100% + 37.5px);
  content: "";
  display: none;
  background-image: url(../img/band.png);
  background-size: 100% 100%;
  height: 10px;
}
@media (min-width: 1090px) {
  .module__color-img-content-slider .container::after {
    display: block;
  }
}
.module__color-img-content-slider .control-group {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .module__color-img-content-slider .control-group {
    margin-bottom: 60px;
  }
}

.module__color-img-content-slider .container {
  position: relative;
}

.module__color-img-content-slider .breakout-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .module__color-img-content-slider .breakout-bg {
    left: calc(-1 * (100vw - 705px) / 2);
    right: 20%;
    bottom: 290px;
  }
}
@media (min-width: 1090px) {
  .module__color-img-content-slider .breakout-bg {
    right: 40%;
    left: -60px;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .module__color-img-content-slider .img-carousel {
    margin-top: -100px;
  }
}
.module__color-img-content-slider .control-group .carousel-control-next,
.module__color-img-content-slider .control-group .carousel-control-prev {
  color: var(--color-red);
  position: static;
  border: 1px solid var(--color-red);
}

.module__color-img-content-slider .control-group .carousel-control-next:hover,
.module__color-img-content-slider .control-group .carousel-control-prev:hover {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: white;
}

.module__color-img-content-slider .control-group .carousel-control-next:focus,
.module__color-img-content-slider .control-group .carousel-control-prev:focus {
  -webkit-box-shadow: 0 0 0.15rem 0.1rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0.15rem 0.1rem rgba(248, 249, 250, 0.5);
  color: white;
}

.module__color-img-content-slider .control-group .no-slide {
  border-color: var(--color-red);
  color: var(--color-red);
  cursor: auto;
}

.module__header-w-iframe {
  background: var(--color-off-white);
}

.module__header-w-iframe .content-scroll-box {
  background: #ffffff;
  border-top: 8px solid var(--color-red);
}

.module__header-w-iframe .iframe-container {
  height: 500px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .module__header-w-iframe .iframe-container {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}
.module__header-w-iframe iframe {
  width: 100%;
  height: 100%;
}

.module__horizontal-img-slider {
  position: relative;
}
.module__horizontal-img-slider p, .module__horizontal-img-slider .events-listview .event-detail .event-date, .events-listview .event-detail .module__horizontal-img-slider .event-date,
.module__horizontal-img-slider .events-listview .event-detail .event-time,
.events-listview .event-detail .module__horizontal-img-slider .event-time,
.module__horizontal-img-slider .events-listview .event-detail .event-location,
.events-listview .event-detail .module__horizontal-img-slider .event-location, .module__horizontal-img-slider .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__horizontal-img-slider .event-time {
  margin-bottom: 0.75rem;
}

.module__horizontal-img-slider::before, .module__horizontal-img-slider::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  left: 0;
  width: 10%;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.module__horizontal-img-slider::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  left: auto;
  right: 0;
}

.module__horizontal-img-slider .fa-angle-left {
  padding-right: 3px;
  padding-bottom: 2px;
}

.module__horizontal-img-slider .fa-angle-right {
  padding-left: 3px;
  padding-bottom: 2px;
}

.module__horizontal-img-slider .headshot {
  max-width: 260px;
  max-height: 260px;
}

.owl-nav, .section-timeline .back-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
}

.owl-prev,
.owl-next,
.section-timeline .back-next .next,
.section-timeline .back-next .back {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  width: 30px;
  font-size: 20px;
  border: 1px solid var(--color-red) !important;
  color: var(--color-red) !important;
  background-color: transparent;
}

.owl-prev:hover,
.owl-next:hover,
.section-timeline .back-next .next:hover,
.section-timeline .back-next .back:hover {
  color: white !important;
  border-color: var(--color-red) !important;
  background-color: var(--color-red) !important;
}

.owl-prev:focus,
.owl-next:focus,
.section-timeline .back-next .next:focus,
.section-timeline .back-next .back:focus {
  -webkit-box-shadow: 0 0 0.2rem 0.12rem #ccc !important;
  box-shadow: 0 0 0.2rem 0.12rem #ccc !important;
  outline: none;
}

.owl-next,
.section-timeline .back-next .next,
.section-timeline .back-next .back {
  margin-left: 12px;
}

.module__two-col-form p:last-of-type, .module__two-col-form .events-listview .event-detail .event-date:last-of-type, .events-listview .event-detail .module__two-col-form .event-date:last-of-type,
.module__two-col-form .events-listview .event-detail .event-time:last-of-type,
.events-listview .event-detail .module__two-col-form .event-time:last-of-type,
.module__two-col-form .events-listview .event-detail .event-location:last-of-type,
.events-listview .event-detail .module__two-col-form .event-location:last-of-type, .module__two-col-form .section-events-carousel .events-carousel-item .event-time:last-of-type, .section-events-carousel .events-carousel-item .module__two-col-form .event-time:last-of-type {
  margin-bottom: 0;
}

.module__two-col-form .form-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .module__two-col-form .form-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.module__two-col-form .form-container .gform_footer {
  padding: 0;
}

@media (min-width: 768px) {
  .module__two-col-form .form-container .gform_footer {
    padding-left: 15px;
  }
}
.module__two-col-form h6 {
  color: var(--color-red);
  margin-bottom: 15px;
}

.module__two-col-form label {
  color: var(--color-grey-darker);
}

.module__two-col-form .gfield,
.module__two-col-form fieldset.gfield {
  margin-bottom: 25px !important;
}

.module__two-col-form .gfield.gform_hidden {
  margin-bottom: 0;
}

.module__two-col-form textarea {
  height: 170px;
}

.module__two-col-form input,
.module__two-col-form select {
  height: 44px;
}
@media (min-width: 768px) {
  .module__two-col-form input,
.module__two-col-form select {
    height: 58px;
  }
}

.module__two-col-form .gform_wrapper.gravity-theme .gform_footer, .module__two-col-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 0;
}
.module__two-col-form textarea, .module__two-col-form input, .module__two-col-form select {
  border: 1px solid var(--color-grey-darker);
  width: 100%;
  padding: 15px !important;
}

.module__two-col-form .SumoSelect > .optWrapper {
  border: none;
}

.module__two-col-form .SumoSelect:hover > .CaptionCont,
.module__two-col-form .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.module__two-col-form .SumoSelect.open > .optWrapper {
  top: 48px;
  border: 1px solid var(--color-grey-darker);
  border-top: none;
}

.module__two-col-form .SumoSelect:focus > .CaptionCont {
  -webkit-box-shadow: 0 0 0 1px #CCCCCC;
  box-shadow: 0 0 0 1px #CCCCCC;
}

.module__two-col-form ul {
  padding-left: 0 !important;
}

.module__two-col-form .gform_footer.top_label #gform_submit_button_2::after {
  content: "\f04b";
  font-size: 10px;
  font-family: fontawesome;
  position: relative;
  padding-left: 10px;
  bottom: 2px;
}

.module__2col-contact-side h2 {
  margin-bottom: 55px;
}

.module__2col-contact-side .contact p, .module__2col-contact-side .contact .events-listview .event-detail .event-date, .events-listview .event-detail .module__2col-contact-side .contact .event-date,
.module__2col-contact-side .contact .events-listview .event-detail .event-time,
.events-listview .event-detail .module__2col-contact-side .contact .event-time,
.module__2col-contact-side .contact .events-listview .event-detail .event-location,
.events-listview .event-detail .module__2col-contact-side .contact .event-location, .module__2col-contact-side .contact .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__2col-contact-side .contact .event-time, .module__2col-contact-side .contact li, .module__2col-contact-side .contact .table td, .table .module__2col-contact-side .contact td {
  margin-bottom: 0;
}

.module__2col-contact-side .contact a {
  color: var(--color-grey-darker);
  text-decoration: underline;
}

.module__2col-contact-side .contact a:hover {
  color: #000000;
}

.module__2col-contact-side .contact a:active {
  color: #000000;
}

.module__accordian-documents .accordian-section {
  border-top: 1px solid #CCCCCC;
}

.module__accordian-documents .accordian-section button {
  border: none;
}

.module__accordian-documents .accordian-section button:hover {
  cursor: pointer;
}

.module__accordian-documents .accordian-section h6.h9, .module__accordian-documents .accordian-section h6.h9-lower {
  margin-bottom: 0;
}

.module__accordian-documents .accordian-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}

.module__accordian-documents .accordian-heading h6.h9, .module__accordian-documents .accordian-heading h6.h9-lower {
  margin-bottom: 0;
  font-size: 19px;
}

@media (min-width: 768px) {
  .module__accordian-documents .accordian-heading h6.h9, .module__accordian-documents .accordian-heading h6.h9-lower {
    font-size: 21px;
  }
}
.module__accordian-documents .accordian-heading::after {
  background-image: url("../img/accordion-minus.svg");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-preferred-size: 21px;
  flex-basis: 21px;
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 35px;
}

@media (min-width: 768px) {
  .module__accordian-documents .accordian-heading::after {
    margin-left: 65px;
  }
}
.module__accordian-documents .accordian-heading.collapsed::after {
  /* symbol for "collapsed" panels */
  content: "";
  background-image: url("../img/accordion-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  color: var(--color-red);
  -ms-flex-preferred-size: 21px;
  flex-basis: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 35px;
}

@media (min-width: 768px) {
  .module__accordian-documents .accordian-heading.collapsed::after {
    margin-left: 65px;
  }
}
.module__accordian-documents .col-12.heading,
.module__accordian-documents .accordian-left-content,
.module__accordian-documents .accordian-right-content {
  padding-left: 25px;
}

@media (min-width: 768px) {
  .module__accordian-documents .accordian-right-content {
    padding-left: 15px;
  }
}
.policies-list .pdf-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.policies-list .pdf-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #CCCCCC;
}

@media (min-width: 768px) {
  .module__pdf-list .col-md-6:nth-child(odd),
.policies-list .col-md-6:nth-child(odd) {
    padding-right: 30px;
  }
  .module__pdf-list .col-md-6:nth-child(even),
.policies-list .col-md-6:nth-child(even) {
    padding-left: 30px;
  }
}

.module__pdf-list .pdf-list-item {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
}

.pdf-list-item {
  color: #000000;
}

.pdf-list-item .fa-caret-right {
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
}

.pdf-list-item .pdf-link {
  color: #000000;
  margin-left: 20px;
  text-decoration: none;
}

.pdf-list-item .pdf-link:hover {
  text-decoration: underline;
}

.pdf-list-item .pdf-link:active {
  text-decoration: underline;
}

.pdf-icon {
  width: 25px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.module__3col-photo.p-bottom {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .module__3col-photo.p-bottom {
    padding-bottom: 130px;
  }
}
.module__3col-photo .text-bg,
.module__3col-photo .text-stretch {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
}

.module__3col-photo--b {
  background-color: var(--color-off-white);
}

.module__3col-photo--bg-green {
  background-color: var(--color-red);
}

.module__3col-photo--bg-green .button-container {
  z-index: 1;
}

.module__3col-photo--bg-green .img-test,
.module__3col-photo--bg-green .text-bg {
  position: relative;
}

.module__3col-photo--bg-green .img-responsive,
.module__3col-photo--bg-green .text-container,
.module__3col-photo--bg-green .button-container {
  position: relative;
  z-index: 10;
}

.module__3col-photo--bg-green .img-test::after {
  content: "";
  background: #ffffff;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 50%;
  left: calc(-1 * (100vw - 100%) / 2);
}

@media (min-width: 576px) {
  .module__3col-photo--bg-green .img-test::after {
    left: calc(-1 * (100vw - 510px) / 2);
  }
}
@media (min-width: 768px) {
  .module__3col-photo--bg-green .img-test::after {
    left: calc(-1 * (100vw - 690px) / 2);
  }
}
@media (min-width: 1090px) {
  .module__3col-photo--bg-green .img-test::after {
    left: calc(-1 * (100vw - 930px) / 2);
  }
}
@media (min-width: 1200px) {
  .module__3col-photo--bg-green .img-test::after {
    left: calc(-1 * (100vw - 1110px) / 2);
  }
}
.module__3col-photo--bg-green .text-bg::after {
  content: "";
  background: var(--color-red);
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * (100vw - 100%) / 2);
}

@media (min-width: 576px) {
  .module__3col-photo--bg-green .text-bg::after {
    left: calc(-1 * (100vw - 525px) / 2);
  }
}
@media (min-width: 768px) {
  .module__3col-photo--bg-green .text-bg::after {
    left: calc(-1 * (100vw - 705px) / 2);
  }
}
@media (min-width: 1090px) {
  .module__3col-photo--bg-green .text-bg::after {
    left: calc(-1 * (100vw - 945px) / 2);
  }
}
@media (min-width: 1200px) {
  .module__3col-photo--bg-green .text-bg::after {
    left: calc(-1 * (100vw - 1125px) / 2);
  }
}
.module__3col-photo--bg-green .green-cover::after {
  content: "";
  background: var(--color-red);
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * (100vw - 100%) / 2);
}

@media (min-width: 576px) {
  .module__3col-photo--bg-green .green-cover::after {
    left: calc(-1 * (100vw - 525px) / 2);
  }
}
@media (min-width: 768px) {
  .module__3col-photo--bg-green .green-cover::after {
    display: none;
  }
}
.module__content-only-slider h6 {
  font-weight: 500;
  margin-bottom: 0;
}
.module__content-only-slider h6.h7 {
  font-size: 18px;
  text-transform: none;
}
@media (min-width: 1090px) {
  .module__content-w-contact-sidebar h2 {
    margin-bottom: 45px;
  }
}
.module__content-w-contact-sidebar h6 {
  margin-bottom: 0;
  font-weight: 700;
}
.module__content-w-contact-sidebar .mb-5 {
  margin-bottom: 2rem !important;
}
.module__content-w-contact-sidebar .cta-box .txt-colour-change {
  color: var(--color-grey-darker);
}

@media (min-width: 1090px) {
  .module__content-w-contact-sidebar .cta-box {
    padding: 0;
  }
}
.module__content-w-contact-sidebar .cta-box p, .module__content-w-contact-sidebar .cta-box .events-listview .event-detail .event-date, .events-listview .event-detail .module__content-w-contact-sidebar .cta-box .event-date,
.module__content-w-contact-sidebar .cta-box .events-listview .event-detail .event-time,
.events-listview .event-detail .module__content-w-contact-sidebar .cta-box .event-time,
.module__content-w-contact-sidebar .cta-box .events-listview .event-detail .event-location,
.events-listview .event-detail .module__content-w-contact-sidebar .cta-box .event-location, .module__content-w-contact-sidebar .cta-box .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__content-w-contact-sidebar .cta-box .event-time, .module__content-w-contact-sidebar .cta-box li, .module__content-w-contact-sidebar .cta-box .table td, .table .module__content-w-contact-sidebar .cta-box td {
  margin-bottom: 0px;
}

.module__2photo-contained-offset-left .h7, .module__2photo-contained-offset-left .h7-lower {
  text-transform: none;
}

.module__2photo-contained-offset-left .img-caption.one {
  z-index: 10;
  bottom: auto;
  left: 58%;
  right: 0;
  top: 40%;
}

.module__2photo-contained-offset-left .img-caption.two {
  left: 0;
  right: 55%;
}

.section-events-carousel .section-title {
  margin-bottom: 15px;
}
@media (min-width: 1090px) {
  .section-events-carousel .section-title {
    margin-bottom: 30px;
  }
}

.section-events-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-events-carousel .events-carousel {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1090px) {
  .section-events-carousel .events-carousel {
    margin-bottom: 60px;
  }
}

.section-events-carousel .events-carousel .owl-nav,
.section-events-carousel .events-carousel .section-timeline .back-next,
.section-timeline .section-events-carousel .events-carousel .back-next {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-events-carousel .events-carousel .owl-nav,
.section-events-carousel .events-carousel .section-timeline .back-next,
.section-timeline .section-events-carousel .events-carousel .back-next {
    margin-bottom: 30px;
  }
}
@media (min-width: 1090px) {
  .section-events-carousel .events-carousel .owl-nav,
.section-events-carousel .events-carousel .section-timeline .back-next,
.section-timeline .section-events-carousel .events-carousel .back-next {
    margin-bottom: 60px;
  }
}

.section-events-carousel .events-carousel .fa-angle-left {
  padding-right: 3px;
  padding-bottom: 2px;
}

.section-events-carousel .events-carousel .fa-angle-right {
  padding-left: 3px;
  padding-bottom: 2px;
}

.section-events-carousel .events-carousel .owl-dots {
  display: none;
}

.section-events-carousel .events-carousel-item {
  color: #ffffff;
  height: 100%;
  padding: 30px;
}
.section-events-carousel .events-carousel-item a {
  color: white;
  text-decoration: none;
}
.section-events-carousel .events-carousel-item a:hover {
  color: var(--color-gold);
}
@media (min-width: 1090px) {
  .section-events-carousel .events-carousel-item {
    padding: 60px;
  }
}
.section-events-carousel .events-carousel-item .event-time {
  color: white;
  margin-bottom: 0;
}

.section-events-carousel .events-carousel-item .event-title {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .section-events-carousel .events-carousel-item .event-title {
    margin-bottom: 30px;
  }
}

.module__1photo-contained-caption-right .h7, .module__1photo-contained-caption-right .h7-lower {
  text-transform: none;
}

.module__1photo-contained-caption-right .img-caption {
  position: static;
}

@media (min-width: 1090px) {
  .module__1photo-contained-caption-right .caption-row {
    margin-top: -240px;
  }
}
.module__2column-img-captioned .h7, .module__2column-img-captioned .h7-lower {
  text-transform: none;
}

.module__2column-img-captioned .img-container {
  width: 100%;
  aspect-ratio: 345/245;
}
@media (min-width: 768px) {
  .module__2column-img-captioned .img-container {
    aspect-ratio: 467/252;
  }
}
@media (min-width: 1090px) {
  .module__2column-img-captioned .img-container {
    height: 100%;
    aspect-ratio: auto;
  }
}
.module__2column-img-captioned .img-caption {
  padding: 15px 0;
}
@media (min-width: 1090px) {
  .module__2column-img-captioned .img-caption {
    padding: 30px;
  }
}
.module__2column-img-captioned .img-caption::before {
  display: block;
}
.module__2column-img-captioned .image-column {
  position: relative;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 1090px) {
  .module__2column-img-captioned .image-column {
    height: 550px;
  }
}
.module__2column-img-captioned .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.module__2column-img-captioned .img-caption {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .module__2column-img-captioned .img-caption {
    padding: 15px 0;
  }
}
@media (min-width: 1090px) {
  .module__2column-img-captioned .img-caption {
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 7.5px;
    padding: 30px;
  }
}
.module__horizontal-img-only-slider {
  position: relative;
}

.module__horizontal-img-only-slider::before, .module__horizontal-img-only-slider::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  left: 0;
  width: 10%;
  top: 0;
  bottom: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .module__horizontal-img-only-slider::before, .module__horizontal-img-only-slider::after {
    width: 20%;
  }
}
.module__horizontal-img-only-slider::after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(40%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #ffffff 40%, rgba(255, 255, 255, 0));
  left: auto;
  right: 0;
}

.module__horizontal-img-only-slider .owl-prev:focus,
.module__horizontal-img-only-slider .owl-next:focus,
.module__horizontal-img-only-slider .section-timeline .back-next .next:focus,
.section-timeline .back-next .module__horizontal-img-only-slider .next:focus,
.module__horizontal-img-only-slider .section-timeline .back-next .back:focus,
.section-timeline .back-next .module__horizontal-img-only-slider .back:focus {
  -webkit-box-shadow: 0 0 0.2rem 0.12rem #ccc !important;
  box-shadow: 0 0 0.2rem 0.12rem #ccc !important;
  outline: none;
}

.module__horizontal-img-only-slider .fa-angle-left {
  padding-right: 3px;
  padding-bottom: 2px;
}

.module__horizontal-img-only-slider .fa-angle-right {
  padding-left: 3px;
  padding-bottom: 2px;
}

@media (min-width: 1090px) {
  .module__2column-intro-content-img h2 {
    margin-bottom: 55px;
  }
}

.module__2column-intro-content-img .img-container {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .module__2column-intro-content-img .img-container {
    padding-left: 22.5px;
  }
}
@media (min-width: 1090px) {
  .module__2column-intro-content-img .img-container {
    margin-top: 34px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .module__2column-intro-content-img .img-container {
    margin-top: 0;
  }
}
.module__3column-list .table th,
.module__3column-list .table td {
  border-bottom: 1px solid #CCCCCC;
}

.module__3column-list .table th {
  padding-left: 0;
}

.module__3column-list .table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.module__accordian-1col-internal-content .accordian-section {
  border-top: 1px solid #CCCCCC;
}

.module__accordian-1col-internal-content .accordian-section:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.module__accordian-1col-internal-content .accordian-section button {
  border: none;
}

.module__accordian-1col-internal-content .accordian-section button:hover {
  cursor: pointer;
}

.module__accordian-1col-internal-content .accordian-heading,
.module__accordian-documents .accordian-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 1090px) {
  .module__accordian-1col-internal-content .accordian-heading,
.module__accordian-documents .accordian-heading {
    padding: 45px 0;
  }
}
.module__accordian-1col-internal-content .accordian-heading[aria-expanded=true],
.module__accordian-documents .accordian-heading[aria-expanded=true] {
  padding-bottom: 15px;
}
@media (min-width: 1090px) {
  .module__accordian-1col-internal-content .accordian-heading[aria-expanded=true],
.module__accordian-documents .accordian-heading[aria-expanded=true] {
    padding-bottom: 30px;
  }
}

.module__accordian-1col-internal-content .accordian-heading h6.h9, .module__accordian-1col-internal-content .accordian-heading h6.h9-lower {
  margin-bottom: 0;
  font-size: 19px;
}

@media (min-width: 768px) {
  .module__accordian-1col-internal-content .accordian-heading h6.h9, .module__accordian-1col-internal-content .accordian-heading h6.h9-lower {
    font-size: 21px;
  }
}
.module__accordian-1col-internal-content .accordian-heading::after {
  background-image: url("../img/accordion-minus.svg");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 35px;
}
@media (min-width: 768px) {
  .module__accordian-1col-internal-content .accordian-heading::after {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1090px) {
  .module__accordian-1col-internal-content .accordian-heading::after {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .module__accordian-1col-internal-content .accordian-heading::after {
    margin-left: 65px;
  }
}
.module__accordian-1col-internal-content .accordian-heading.collapsed::after {
  /* symbol for "collapsed" panels */
  content: "";
  background-image: url("../img/accordion-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--color-red);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 35px;
}

@media (min-width: 768px) {
  .module__accordian-1col-internal-content .accordian-heading.collapsed::after {
    margin-left: 65px;
  }
}
.module__accordian-1col-internal-content .accordian-content {
  padding-left: 0;
  padding-right: 0;
}

.custom-select {
  background-image: url("/wp-content/themes/understrap-child/img/select-arrow-down.svg");
  background-size: 14px 8px;
  border-radius: 0;
  text-transform: uppercase;
  width: 280px;
  border: 1px solid #CCCCCC;
  font-size: 13px;
}

select option {
  text-transform: uppercase !important;
}

.module__2col-links-coloured-bg--b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, var(--color-off-white)), to(var(--color-off-white)));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, var(--color-off-white) 50%, var(--color-off-white) 100%);
}

@media (min-width: 768px) {
  .module__2col-links-coloured-bg .col-md-5:first-child {
    padding-right: 30px;
  }
  .module__2col-links-coloured-bg .col-md-5:nth-child(2) {
    padding-left: 30px;
  }
}

.module__2col-links-coloured-bg .list-link {
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
}

.module__2col-links-coloured-bg a.txt-link, .module__2col-links-coloured-bg .mec-single-event .mec-event-meta dd a, .mec-single-event .mec-event-meta dd .module__2col-links-coloured-bg a {
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
}

.module__2col-links-coloured-bg a.txt-link:hover, .module__2col-links-coloured-bg .mec-single-event .mec-event-meta dd a:hover, .mec-single-event .mec-event-meta dd .module__2col-links-coloured-bg a:hover {
  color: #000000;
}

@media (min-width: 768px) {
  .module__3col-img-content-repeater .row, .module__3col-img-content-repeater .cost-calculator .gform_body > ul, .cost-calculator .module__3col-img-content-repeater .gform_body > ul, .module__3col-img-content-repeater .module__two-col-form .form-container .gform_body > ul, .module__two-col-form .form-container .module__3col-img-content-repeater .gform_body > ul {
    margin-bottom: 90px;
  }
}
.module__3col-img-content-repeater .txt-link, .module__3col-img-content-repeater .mec-single-event .mec-event-meta dd a, .mec-single-event .mec-event-meta dd .module__3col-img-content-repeater a, .module__3col-img-content-repeater .mec-single-event .mec-events-meta-date dd span, .mec-single-event .mec-events-meta-date dd .module__3col-img-content-repeater span, .module__3col-img-content-repeater .mec-single-event .mec-single-event-additional-organizers dd span, .mec-single-event .mec-single-event-additional-organizers dd .module__3col-img-content-repeater span, .module__3col-img-content-repeater .mec-single-event .mec-single-event-organizer dd span, .mec-single-event .mec-single-event-organizer dd .module__3col-img-content-repeater span {
  white-space: nowrap;
}

.module__full-width-button .btn-light:hover, .module__full-width-button .btn-light:active {
  color: #ffffff;
}

.section-timeline .back-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-timeline .back-next .next, .section-timeline .back-next .back {
  padding: 0;
}

.section-timeline .back-next .fa-angle-left {
  padding-right: 3px;
  padding-bottom: 2px;
}

.section-timeline .back-next .fa-angle-right {
  padding-left: 3px;
  padding-bottom: 2px;
}

.section-timeline .carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 65px;
}

.section-timeline .carousel h1 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.section-timeline .carousel ul {
  width: 21300%;
  padding: 0 !important;
  margin: 0;
}

.section-timeline .carousel ul li {
  list-style: none;
  display: inline-block;
  float: left;
}

@media (min-width: 768px) {
  .section-timeline .carousel ul li {
    padding-right: 30px;
  }
}
@media (min-width: 1090px) {
  .section-timeline .carousel ul li {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.section-timeline .carousel ul li img {
  max-width: calc(100% - 2px);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-timeline .carousel ul li img {
    margin-bottom: 30px;
  }
}

.section-timeline .timeline-marker {
  height: 25px;
  left: 44px;
  position: absolute;
  top: -25px;
  width: 13px;
  color: var(--color-red);
}

.section-timeline .history_timeline {
  margin-top: 10px;
  height: 100%;
  clear: both;
  overflow: hidden;
}

.section-timeline .history_timeline .timeline {
  clear: both;
  height: 100px;
  margin-top: 40px;
  padding-top: 12px;
  position: relative;
  width: 5000%;
}

.section-timeline .history_timeline .timeline-wrapper {
  overflow: hidden;
}

.section-timeline .history_timeline .timeline a {
  border: solid 1px grey;
  border-top: 0;
  border-bottom: 0;
  color: #000;
  margin-right: 25px;
  display: block;
  float: left;
  height: 25px;
  position: relative !important;
  text-align: center;
  text-decoration: none;
  width: 100px !important;
  left: 0 !important;
}

.section-timeline .history_timeline .timeline a:first-child {
  border-left: none;
}

.section-timeline .history_timeline .timeline a:hover {
  color: var(--color-red) !important;
  cursor: pointer;
}

.section-timeline .history_timeline .timeline a::before {
  content: "";
  height: 1px;
  width: 130%;
  background: grey;
  top: 12.5px;
  position: absolute;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.section-timeline .history_timeline .timeline a::after {
  width: 50px;
  height: 25px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  top: -1px;
  border: 1px solid grey;
  border-top: none;
  border-bottom: none;
}

.section-timeline .history_timeline .timeline a span {
  font-weight: 700;
  display: block;
  font-size: 16px;
  left: -50%;
  line-height: 1.2;
  position: absolute;
  top: 50px;
  width: 200%;
}

.section-timeline .history_timeline .timeline a span::before {
  content: "";
  height: 50px;
  width: 2px;
  background: black;
  position: absolute;
  top: -62.5px;
  left: 50%;
  left: calc(50% - 1px);
}

.timeline-item .h7 {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 15px;
}

.module__map img {
  border: 1px solid var(--color-grey-light);
}

.module__map p, .module__map .events-listview .event-detail .event-date, .events-listview .event-detail .module__map .event-date,
.module__map .events-listview .event-detail .event-time,
.events-listview .event-detail .module__map .event-time,
.module__map .events-listview .event-detail .event-location,
.events-listview .event-detail .module__map .event-location, .module__map .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .module__map .event-time, .module__map li, .module__map .table td, .table .module__map td {
  margin-bottom: 0;
}

.module__map .txt-link, .module__map .mec-single-event .mec-event-meta dd a, .mec-single-event .mec-event-meta dd .module__map a, .module__map .mec-single-event .mec-events-meta-date dd span, .mec-single-event .mec-events-meta-date dd .module__map span, .module__map .mec-single-event .mec-single-event-additional-organizers dd span, .mec-single-event .mec-single-event-additional-organizers dd .module__map span, .module__map .mec-single-event .mec-single-event-organizer dd span, .mec-single-event .mec-single-event-organizer dd .module__map span {
  display: block;
}

.module__map .keyline::before {
  content: "";
  background-color: #CCCCCC;
  height: 1px;
  top: 0;
  left: 15px;
  right: 15px;
  position: absolute;
}

.module__popup .scroll-content {
  height: 65vh;
}

@media (min-width: 768px) {
  .module__popup .modal-dialog {
    max-width: unset;
    margin: 1.75rem;
  }
}
@media (min-width: 1090px) {
  .module__popup .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
.module__popup .bio-body {
  padding-bottom: 65px;
}

.module__popup .close {
  opacity: 1;
}

.module__popup .close-button {
  background-color: var(--color-red);
  background-image: url("/wp-content/themes/understrap-child/img/close-button.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  border: none;
}

.module__popup .close-button:hover {
  cursor: pointer;
}

.event-info-2col-img .bottom-content p, .event-info-2col-img .bottom-content .events-listview .event-detail .event-date, .events-listview .event-detail .event-info-2col-img .bottom-content .event-date,
.event-info-2col-img .bottom-content .events-listview .event-detail .event-time,
.events-listview .event-detail .event-info-2col-img .bottom-content .event-time,
.event-info-2col-img .bottom-content .events-listview .event-detail .event-location,
.events-listview .event-detail .event-info-2col-img .bottom-content .event-location, .event-info-2col-img .bottom-content .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .event-info-2col-img .bottom-content .event-time, .event-info-2col-img .bottom-content li, .event-info-2col-img .bottom-content .table td, .table .event-info-2col-img .bottom-content td {
  margin-bottom: 0;
}

.event-info-2col-img .bottom-content a {
  color: var(--color-grey-darker);
  text-decoration: underline;
  white-space: nowrap;
}

.module__content-picker-colour-block .picker-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, var(--color-off-white)), to(var(--color-off-white)));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, var(--color-off-white) 50%, var(--color-off-white) 100%);
}

.module__content-picker-colour-block .picker-content .img-responsive {
  max-width: 260px;
}

@media (min-width: 768px) {
  .module__content-picker-colour-block .picker-content .img-responsive {
    max-width: 100%;
  }
}
.table thead th {
  border-bottom: none;
  vertical-align: top;
}

.table th,
.table td {
  border-top: none;
}

.table th {
  padding-top: 0;
}

@media (min-width: 768px) and (max-width: 1089.98px) {
  .module__2col-img-txt-and-content-box .row, .module__2col-img-txt-and-content-box .cost-calculator .gform_body > ul, .cost-calculator .module__2col-img-txt-and-content-box .gform_body > ul, .module__2col-img-txt-and-content-box .module__two-col-form .form-container .gform_body > ul, .module__two-col-form .form-container .module__2col-img-txt-and-content-box .gform_body > ul {
    position: relative;
  }

  .module__2col-img-txt-and-content-box .right-col {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .module__2col-img-txt-and-content-box .content-box.top {
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: 0;
    right: 0;
  }

  .module__2col-img-txt-and-content-box .content-box.square {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.color-internal {
  color: #E5710B !important;
}

.bgcolor-internal, .tribe-events-calendar .tribe-events-dayevents .tribe-events-category-internal {
  background-color: #E5710B !important;
}

.color-external {
  color: #662D91 !important;
}

.bgcolor-external, .tribe-events-calendar .tribe-events-dayevents .tribe-events-category-external {
  background-color: #662D91 !important;
}

.color-cat-3 {
  color: var(--color-red) !important;
}

.bgcolor-cat-3, .tribe-events-calendar .tribe-events-dayevents .tribe-events-category-cat-3 {
  background-color: var(--color-red) !important;
}

.color-cat-4 {
  color: var(--color-red) !important;
}

.bgcolor-cat-4, .tribe-events-calendar .tribe-events-dayevents .tribe-events-category-cat-4 {
  background-color: var(--color-red) !important;
}

.color-cat-5 {
  color: var(--color-red) !important;
}

.bgcolor-cat-5, .tribe-events-calendar .tribe-events-dayevents .tribe-events-category-cat-5 {
  background-color: var(--color-red) !important;
}

.tribe-events-calendar .tribe-events-sub-nav li.tribe-events-nav-previous a::before, .tribe-events-calendar .tribe-events-sub-nav li a::before {
  content: "";
  width: 8px;
  height: 14.6px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 14.6' enable-background='new 0 0 8 14.6' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M1.2,14.4l6.6-6.6c0.3-0.3,0.3-0.7,0-1L1.2,0.2c-0.3-0.3-0.7-0.3-1,0c-0.3,0.3-0.3,0.7,0,1l6.1,6.2 l-6.1,6.2c-0.3,0.3-0.3,0.7,0,1c0.1,0.1,0.3,0.2,0.5,0.2C0.9,14.6,1,14.6,1.2,14.4z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.tribe-events-calendar .tribe-events-sub-nav li.tribe-events-nav-previous a::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-2col-calendar {
  position: relative;
}

.section-2col-calendar .calendar-row {
  position: relative;
  z-index: 5;
}

.section-2col-calendar .events-row {
  position: absolute;
  top: 0;
  width: 100%;
}

.section-2col-calendar .side-col {
  z-index: -1;
}

.section-2col-calendar .side-col .today-events {
  position: relative;
  padding: 45px;
  height: 100%;
  background-color: var(--color-red);
  color: #ffffff;
}

.section-2col-calendar .side-col .today-events.loading {
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .section-2col-calendar .side-col .today-events {
    padding: 100px 100px 115px 95px;
  }
}
@media (min-width: 1090px) {
  .section-2col-calendar .side-col .today-events {
    min-height: 730px;
    padding: 100px 50px 115px 45px;
  }
}
.section-2col-calendar .side-col .today-events-details {
  margin-bottom: 25px;
}

.section-2col-calendar .side-col .today-events::before {
  content: "";
  display: none;
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48%;
  left: -48%;
}

@media (min-width: 1090px) {
  .section-2col-calendar .side-col .today-events::before {
    display: block;
  }
}
.section-2col-calendar .side-col .today-events .h9, .section-2col-calendar .side-col .today-events .h9-lower {
  color: #ffffff !important;
}

.tribe-events-spinner-medium {
  max-width: none !important;
  margin-left: unset !important;
}

.legend-block {
  position: relative;
  padding: 30px 0 30px 0;
}

@media (min-width: 1090px) {
  .legend-block {
    padding: 30px 45px 0 0;
  }
}
.legend-block button {
  position: absolute;
  right: 10px;
  top: 50px;
}

.legend-block .legend-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .legend-block .legend-categories {
    padding-right: 33%;
  }
}
@media (min-width: 1090px) {
  .legend-block .legend-categories {
    padding-right: 21%;
  }
}
.legend-block .legend-cat {
  width: 50%;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .legend-block .legend-cat {
    width: 33%;
  }
}
.legend-block .legend-cat span {
  white-space: nowrap;
}

.legend-block .legend-cat .legend-square {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
}

.tribe-events-title-bar,
.tribe-events-nav-pagination,
.tribe-events-notices,
.tribe-events-button,
.tribe-events-tooltip .tribe-event-description,
#tribe-events-header,
#tribe-mobile-container,
#tribe-mobile-container .tribe-event-description,
#tribe-events-footer,
.tribe-events-viewmore {
  display: none !important;
}

#tribe-events-content {
  padding: 0 !important;
  margin-bottom: 24px !important;
  background: #ffffff;
}

#tribe-mobile-container.show {
  display: block;
}

@media (min-width: 1090px) {
  #tribe-mobile-container.show {
    display: none;
  }
}
@media (min-width: 1090px) {
  #tribe-mobile-container {
    display: none;
  }
}
#tribe-mobile-container h3 {
  font-size: 20px;
  color: inherit;
}

#tribe-mobile-container h3 span {
  margin: 1rem 0 1.5rem;
  display: block;
  font-size: 34px;
  line-height: 30px;
}

#tribe-mobile-container .summary, #tribe-mobile-container .tribe-events-event-body {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

#tribe-mobile-container .tribe-mobile-day {
  padding: 25px 20px 40px;
  background-color: var(--color-off-white);
  margin-top: 24px;
}

.tribe-events-calendar {
  margin-top: 0 !important;
  width: 100%;
}

@media (min-width: 768px) {
  .tribe-events-calendar {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .tribe-events-calendar {
    max-width: 700px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.tribe-events-calendar .tribe-events-sub-nav {
  padding: 0 22px !important;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: initial !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 19px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .tribe-events-calendar .tribe-events-sub-nav {
    font-size: 30px;
  }
}
.tribe-events-calendar .tribe-events-sub-nav li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tribe-events-calendar .tribe-events-sub-nav li a {
  display: block;
  width: 8px;
  background: none !important;
  padding: 0 !important;
  height: 14.6px;
}

.tribe-events-calendar .tribe-events-sub-nav .fa {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  font-size: 16px;
  line-height: 12px;
}

.tribe-events-calendar .tribe-events-sub-nav a * {
  display: none;
}

.tribe-events-calendar-month-nav::after {
  display: block;
  clear: both;
  content: "";
}

.tribe-events-calendar th, .tribe-events-calendar td {
  position: relative;
  padding: 0;
  vertical-align: middle;
  opacity: 1;
}

.tribe-events-calendar thead th {
  height: 40px !important;
}

@media (min-width: 768px) {
  .tribe-events-calendar thead th {
    height: 65px !important;
  }
}
.tribe-events-calendar thead tr:first-child th {
  color: #ffffff;
  border: 1px solid var(--color-grey-darker);
  background-color: var(--color-grey-darker);
}

.tribe-events-calendar thead tr:first-child th .tribe-events-current-month {
  text-transform: uppercase;
  color: #ffffff;
}

.tribe-events-calendar thead tr:first-child th a {
  color: #ffffff;
}

.tribe-events-calendar thead tr:nth-child(2) th {
  color: #000000;
  border: #CCCCCC solid 1px;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  line-height: 14px;
}

.tribe-events-calendar tbody td {
  height: 60px !important;
  height: 55px !important;
  background-color: #ffffff !important;
  border-color: #CCCCCC !important;
  text-align: center;
  padding: 0 !important;
  vertical-align: middle !important;
}

.tribe-events-calendar tbody td::after {
  display: none !important;
}

@media (min-width: 576px) {
  .tribe-events-calendar tbody td {
    height: 70px !important;
  }
}
@media (min-width: 768px) {
  .tribe-events-calendar tbody td {
    height: 90px !important;
  }
}
@media (min-width: 1200px) {
  .tribe-events-calendar tbody td {
    height: 90px !important;
  }
}
.tribe-events-calendar tbody td div[id*=tribe-events-daynum-] {
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 14px;
  font-weight: 700;
  color: #000000 !important;
}

.tribe-events-calendar tbody td.tribe-events-othermonth div {
  display: none;
}

.tribe-events-calendar tbody td.tribe-events-thismonth {
  cursor: pointer;
}

.tribe-events-calendar tbody td.tribe-events-thismonth:last-child::before, .tribe-events-calendar tbody td.tribe-events-thismonth:first-child::before {
  background-color: var(--color-off-white);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tribe-events-calendar tbody td.tribe-events-thismonth h3.tribe-events-month-event-title {
  color: #000000 !important;
}

.tribe-events-calendar tbody td .tribe-events-tooltip {
  right: -28px !important;
}

.tribe-events-calendar tbody td span {
  padding: 0 !important;
}

.tribe-events-calendar .tribe-events-dayevents {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 10px;
  padding: 0 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {
  .tribe-events-calendar .tribe-events-dayevents {
    height: 15px;
    padding: 0 3px 3px;
  }
}
@media (min-width: 768px) {
  .tribe-events-calendar .tribe-events-dayevents {
    height: 25px;
    padding: 0 5px 5px;
  }
}
.tribe-events-calendar .tribe-events-dayevents > div {
  display: block !important;
  height: 100%;
  width: 100% !important;
  background-color: var(--color-red);
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

.tribe-events-calendar .tribe-events-dayevents > div > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none !important;
}

.tooltip-legend {
  padding: 22px 0 !important;
}

.tooltip-legend .arrow::before {
  display: none;
}

.tooltip-legend .arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -17px;
  margin-left: -13px;
  height: 22px;
  width: 40px;
  background-size: 100% 100%;
}

.tooltip-legend.bs-tooltip-top .arrow::after, .tooltip-legend.bs-tooltip-auto[x-placement^=top] .arrow::after {
  background-image: url("../img/legend-arrow-top.svg");
}

.tooltip-legend.bs-tooltip-bottom .arrow::after, .tooltip-legend.bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  background-image: url("../img/legend-arrow-bottom.svg");
}

.tooltip-legend.show {
  opacity: 1 !important;
}

.tooltip-legend .tooltip-inner {
  text-align: left;
  width: 300px !important;
  max-width: 300px;
  padding: 35px 45px 20px;
  color: var(--color-grey-darker);
  border: #CCCCCC solid 1px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  opacity: 1;
  margin-left: -110px;
}

.tooltip-legend .tooltip-inner .legend-title {
  font-size: 20px;
  white-space: nowrap;
  margin-bottom: 35px;
}

.tooltip-legend .tooltip-inner .legend-category {
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 15px;
}

.btn-no-styling {
  background: none;
  border: none;
  width: auto;
  padding: 0;
  text-align: inherit;
}

.btn-no-styling:hover {
  cursor: pointer;
}

.filter-fields-wrap > label {
  font-weight: 700;
  white-space: nowrap;
  margin-right: 15px;
}

@media (min-width: 576px) {
  .filter-fields-wrap > label {
    margin-right: 35px;
  }
}
.filter select {
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .filter select {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .filter-sort-inputs {
    display: block;
    margin-left: -12px;
  }
}
.filter-modifiers {
  margin-bottom: 25px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .filter-modifiers {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .filter-modifiers {
    font-size: 21px;
  }
}
.filter-modifiers .sort-inputs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.filter-fields-wrap, .filter-sort-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.filter-fields-wrap label, .filter-sort-fields-wrap label {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .filter-fields-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .filter-fields-wrap > * {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.filter-sort-fields-wrap {
  font-weight: 700;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filter-sort-fields-wrap .sort {
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .filter-sort-fields-wrap .sort {
    display: none !important;
  }
}
.filter-sort-fields-wrap input {
  position: absolute;
  opacity: 0;
}

.filter-sort-fields-wrap label span {
  padding: 0 20px;
  cursor: pointer;
}

.filter-sort-fields-wrap label input:checked + span {
  cursor: default;
}

.filter-sort-fields-wrap label + label span {
  border-left: 1.5px solid #000000;
}

.listview.loading {
  opacity: 0.5;
}

.events-listview .event-single {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .events-listview .event-single {
    padding: 65px 0;
  }
}
.events-listview .event-single hr {
  margin: 0;
  position: relative;
  top: 35px;
}

@media (min-width: 768px) {
  .events-listview .event-single hr {
    top: 65px;
  }
}
.events-listview .event-single:nth-last-child(1) hr {
  display: none !important;
}

.events-listview .event-category {
  text-transform: uppercase;
}

.events-listview .event-title, .events-listview .event-details .h9, .events-listview .event-details .h9-lower {
  color: var(--color-red);
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .events-listview .event-details {
    margin-top: 35px;
  }
}
@media (min-width: 1090px) {
  .events-listview .event-details {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .events-listview .event-details {
    padding: 0 20px;
  }
}
.events-listview .event-detail {
  margin-bottom: 25px;
}
.events-listview .event-detail p, .events-listview .event-detail .event-date,
.events-listview .event-detail .event-time,
.events-listview .event-detail .event-location {
  margin-bottom: 0;
}
.events-listview .event-detail:last-child {
  margin-bottom: 0px;
}

.events-listview .event-pagination {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .events-listview .event-pagination {
    margin-top: 45px;
  }
}
.page-numbers {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 3px;
  padding-top: 13px;
  margin-right: 9px;
  border: solid 1px var(--color-red);
  color: var(--color-red);
  background-color: #ffffff;
  text-decoration: none !important;
}

.page-numbers.current, .page-numbers:hover {
  background-color: var(--color-red);
  color: #ffffff;
  border-color: var(--color-red);
}

.module__2col-text-coloured-bg .list-item {
  border-top: 1px solid #ffffff;
  padding: 10px 0;
}

.module__2col-text-coloured-bg .final-line .list-item:last-child {
  border-bottom: 1px solid #ffffff;
}

.module__2column-breakout-bg--b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, var(--color-off-white)), to(var(--color-off-white)));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, var(--color-off-white) 50%, var(--color-off-white) 100%);
}

.module__2column-breakout-bg .txt-link, .module__2column-breakout-bg .mec-single-event .mec-event-meta dd a, .mec-single-event .mec-event-meta dd .module__2column-breakout-bg a, .module__2column-breakout-bg .mec-single-event .mec-events-meta-date dd span, .mec-single-event .mec-events-meta-date dd .module__2column-breakout-bg span, .module__2column-breakout-bg .mec-single-event .mec-single-event-additional-organizers dd span, .mec-single-event .mec-single-event-additional-organizers dd .module__2column-breakout-bg span, .module__2column-breakout-bg .mec-single-event .mec-single-event-organizer dd span, .mec-single-event .mec-single-event-organizer dd .module__2column-breakout-bg span {
  color: #ffffff;
}

.module__2column-breakout-bg .txt-link:hover, .module__2column-breakout-bg .mec-single-event .mec-event-meta dd a:hover, .mec-single-event .mec-event-meta dd .module__2column-breakout-bg a:hover, .module__2column-breakout-bg .mec-single-event .mec-events-meta-date dd span:hover, .mec-single-event .mec-events-meta-date dd .module__2column-breakout-bg span:hover, .module__2column-breakout-bg .mec-single-event .mec-single-event-additional-organizers dd span:hover, .mec-single-event .mec-single-event-additional-organizers dd .module__2column-breakout-bg span:hover, .module__2column-breakout-bg .mec-single-event .mec-single-event-organizer dd span:hover, .mec-single-event .mec-single-event-organizer dd .module__2column-breakout-bg span:hover {
  color: var(--color-gold);
}

@media (min-width: 768px) {
  .module__2column-breakout-bg .gradient-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-red)), color-stop(58%, var(--color-red)), color-stop(58%, #A31627), to(#A31627));
    background-image: linear-gradient(to right, var(--color-red) 0%, var(--color-red) 58%, #A31627 58%, #A31627 100%);
  }
}
.excerpt-wrapper {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-title {
  text-decoration: none !important;
}

@media (max-width: 1089.98px) {
  .news-title > h6 {
    font-size: 21px;
    line-height: 28px;
  }
}
.news-image-wrapper {
  display: block;
}

.simple-banner-text {
  font-size: 14px;
}
@media (min-width: 1090px) {
  .simple-banner-text a {
    font-weight: 400;
  }
}

.mec-single-event {
  margin: 50px 0;
}

.mec-color,
.mec-color-before ::before,
.mec-color-hover:hover,
.mec-wrap .mec-color,
.mec-wrap .mec-color-before ::before,
.mec-wrap .mec-color-hover:hover,
.mec-holding-status-expired {
  color: var(--color-red);
}

.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
  background-color: var(--color-red);
}

.mec-holding-status-expired {
  font-size: 700;
}

.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
  border: none;
  margin-top: 30px;
}

.mec-event-cost, .mec-event-more-info, .mec-event-website, .mec-events-meta-date, .mec-single-event-additional-organizers, .mec-single-event-category, .mec-single-event-date, .mec-single-event-label, .mec-single-event-location, .mec-single-event-organizer, .mec-single-event-time {
  background-color: var(--color-off-white);
}

.mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {
  font-size: 16px;
  color: black;
}

.mec-single-event .mec-event-meta h6 {
  font-size: 16px;
  text-transform: none;
  color: black;
}

.mec-single-event .mec-booking-button {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 30px;
  height: auto;
  display: table;
  width: auto;
  line-height: 1.5;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.mec-single-event .mec-booking-button:hover {
  background-color: var(--color-gold) !important;
}

.mec-event-social {
  clear: both;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
  text-decoration: none;
}

.mec-single-event .mec-event-social h3 {
  border-bottom: none;
  font-size: 16px;
  padding-bottom: 0;
}
.mec-single-event .mec-event-social h3::before {
  display: none;
}

.mec-single-event .mec-event-sharing {
  margin-top: 10px;
}

.mec-single-event .mec-event-social ul {
  padding-left: 0 !important;
}

.mec-single-event .mec-events-meta-group-countdown {
  border: none;
  padding: 20px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-events-meta-group-countdown .countdown-w .block-w li {
  font-weight: 500;
}

.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
  letter-spacing: 0;
  color: var(--color-red);
}

.mec-wrap p, .mec-wrap .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .mec-wrap .event-time, .mec-wrap .events-listview .event-detail .event-date, .events-listview .event-detail .mec-wrap .event-date,
.mec-wrap .events-listview .event-detail .event-time,
.events-listview .event-detail .mec-wrap .event-time,
.mec-wrap .events-listview .event-detail .event-location,
.events-listview .event-detail .mec-wrap .event-location {
  font-size: 16px;
  color: black;
}
@media (min-width: 768px) {
  .mec-wrap p, .mec-wrap .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .mec-wrap .event-time, .mec-wrap .events-listview .event-detail .event-date, .events-listview .event-detail .mec-wrap .event-date,
.mec-wrap .events-listview .event-detail .event-time,
.events-listview .event-detail .mec-wrap .event-time,
.mec-wrap .events-listview .event-detail .event-location,
.events-listview .event-detail .mec-wrap .event-location {
    font-size: 18px;
  }
}

.mec-events-content .addtoany_share_save_container {
  display: none;
}
.mec-events-content p:last-of-type, .mec-events-content .section-events-carousel .events-carousel-item .event-time:last-of-type, .section-events-carousel .events-carousel-item .mec-events-content .event-time:last-of-type, .mec-events-content .events-listview .event-detail .event-date:last-of-type, .events-listview .event-detail .mec-events-content .event-date:last-of-type,
.mec-events-content .events-listview .event-detail .event-time:last-of-type,
.events-listview .event-detail .mec-events-content .event-time:last-of-type,
.mec-events-content .events-listview .event-detail .event-location:last-of-type,
.events-listview .event-detail .mec-events-content .event-location:last-of-type {
  margin-bottom: 0;
}

.mec-single-event .mec-events-content {
  margin-bottom: 0;
}

.mec-events-button {
  border-color: var(--color-red);
}

.mec-border-color, .mec-border-color-hover:hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover:hover {
  border-color: var(--color-red);
}

.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
  padding: 0;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
  padding-left: 0 !important;
}

.mec-event-cost, .mec-event-more-info, .mec-event-website, .mec-events-meta-date, .mec-single-event-additional-organizers, .mec-single-event-category, .mec-single-event-date, .mec-single-event-label, .mec-single-event-location, .mec-single-event-organizer, .mec-single-event-time {
  margin-bottom: 0;
  padding: 20px 20px 0;
}

.mec-event-info-desktop > div:last-of-type {
  padding-bottom: 10px;
}

.mec-event-content {
  padding-right: 50px;
}

.mec-event-content p, .mec-event-content .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item .mec-event-content .event-time, .mec-event-content .events-listview .event-detail .event-date, .events-listview .event-detail .mec-event-content .event-date,
.mec-event-content .events-listview .event-detail .event-time,
.events-listview .event-detail .mec-event-content .event-time,
.mec-event-content .events-listview .event-detail .event-location,
.events-listview .event-detail .mec-event-content .event-location, .mec-search-bar-result .mec-event-detail {
  font-family: "TTNorms", sans-serif !important;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .mec-events-meta-group-countdown {
    display: none;
  }
}

.mec-fes-form {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

#mec_fes_form, .mec-fes-form-top-actions {
  max-width: 1170px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mec-fes-form-top-actions {
  display: none;
}

@media (min-width: 961px) {
  .mec-fes-form .mec-fes-form-cntt {
    max-width: none;
  }
}
body .mec-wrap, body .mec-wrap div:not([class^=elementor-]), body .lity-container, body .mec-wrap h1, body .mec-wrap h2, body .mec-wrap h3, body .mec-wrap h4, body .mec-wrap h5, body .mec-wrap h6, body .entry-content .mec-wrap h1, body .entry-content .mec-wrap h2, body .entry-content .mec-wrap h3, body .entry-content .mec-wrap h4, body .entry-content .mec-wrap h5, body .entry-content .mec-wrap h6, body .mec-wrap .mec-totalcal-box input[type=submit], body .mec-wrap .mec-totalcal-box .mec-totalcal-view span, body .mec-agenda-event-title a, body .lity-content .mec-events-meta-group-booking select, body .lity-content .mec-book-ticket-variation h5, body .lity-content .mec-events-meta-group-booking input[type=number], body .lity-content .mec-events-meta-group-booking input[type=text], body .lity-content .mec-events-meta-group-booking input[type=email], body .mec-organizer-item a, body .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label {
  font-family: "TTNorms", sans-serif !important;
}

.mec-load-month-link {
  font-weight: 700;
}

.mec-calendar .mec-event-article:hover {
  background-color: white;
}

.mec-fes-form, .mec-fes-list {
  background-color: var(--color-off-white);
  color: black;
}

.mec-fes-form label {
  color: black;
  font-size: 16px;
  font-weight: 700;
}

body .mec-fes-form, body .mec-fes-list, body .mec-fes-form input, body .mec-event-date .mec-tooltip .box, body .mec-event-status .mec-tooltip .box, body .ui-datepicker.ui-widget, body .mec-fes-form button[type=submit].mec-fes-sub-button, body .mec-wrap .mec-timeline-events-container p, body .mec-wrap .mec-timeline-events-container .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item body .mec-wrap .mec-timeline-events-container .event-time, body .mec-wrap .mec-timeline-events-container .events-listview .event-detail .event-date, .events-listview .event-detail body .mec-wrap .mec-timeline-events-container .event-date,
body .mec-wrap .mec-timeline-events-container .events-listview .event-detail .event-time,
.events-listview .event-detail body .mec-wrap .mec-timeline-events-container .event-time,
body .mec-wrap .mec-timeline-events-container .events-listview .event-detail .event-location,
.events-listview .event-detail body .mec-wrap .mec-timeline-events-container .event-location, body .mec-wrap .mec-timeline-events-container h4, body .mec-wrap .mec-timeline-events-container div, body .mec-wrap .mec-timeline-events-container a, body .mec-wrap .mec-timeline-events-container span {
  font-family: "TTNorms", sans-serif !important;
}

body .mec-form-row input[type=radio]:checked {
  -webkit-box-shadow: inset 0 0 0 3px #fff !important;
          box-shadow: inset 0 0 0 3px #fff !important;
}

.mec-fes-form .mec-tooltip .dashicons-before::before {
  line-height: 1 !important;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default:hover {
  color: black;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
  line-height: 30px !important;
}

.ui-datepicker.ui-widget .ui-datepicker-next:hover, .ui-datepicker.ui-widget .ui-datepicker-prev:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-fes-form .single-column-form [type=checkbox]:not(:checked), .mec-fes-form [type=checkbox]:checked {
  position: relative !important;
  left: 0 !important;
}
.mec-fes-form .mec-time-picker .SumoSelect {
  max-width: 80px;
}
.mec-fes-form .SumoSelect {
  margin-bottom: 20px;
}
.mec-fes-form #mec-organizer .SumoSelect,
.mec-fes-form #mec-location .SumoSelect {
  margin-bottom: 0;
}
.mec-fes-form .mec-tooltip {
  display: none !important;
}

.mec-fes-form .select2-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid black;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 18px;
}

.mec-fes-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 12px;
  width: 12px;
  background-image: url("/wp-content/themes/understrap-child/img/select-arrow-down.svg");
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mec-fes-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: auto;
}

.mec-fes-form .mec-meta-box-fields h4, .mec-fes-form .mec-meta-box-fields h4 label {
  background: var(--color-red);
  color: white;
  font-size: 18px;
}
.mec-fes-form .mec-meta-box-fields h4:not(:first-child), .mec-fes-form .mec-meta-box-fields h4 label:not(:first-child) {
  background-color: white;
  color: var(--color-red);
  padding-bottom: 0;
  margin-top: 20px;
}

.mec-fes-form .mec-meta-box-fields {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.mec-fes-form #mec-event-data input[type=date], .mec-fes-form input[type=email], .mec-fes-form input[type=number], .mec-fes-form input[type=password], .mec-fes-form input[type=tel], .mec-fes-form input[type=text], .mec-fes-form input[type=url], .mec-fes-form select, .mec-fes-form textarea {
  border-color: var(--color-grey-darker);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
  font-size: 18px;
  height: auto;
  padding: 15px;
  max-width: 100%;
  width: auto;
  color: black;
}

.mec-fes-form input[type=text]#mec_fes_title {
  width: 100%;
}

.mec-fes-form input[type=file] {
  border-color: var(--color-red);
  color: var(--color-red);
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 40px !important;
}

.mec-fes-form input[type=file]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-booking-tab-content .button, .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-reg-field-add-option, .mec-fes-form .mec-form-row .button:not(.wp-color-result), ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mec-booking-tab-content .button:hover, .mec-booking-tab-content .mec-bfixed-field-add-option:hover, .mec-booking-tab-content .mec-reg-field-add-option:hover, .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover, ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover, ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover, ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-fes-form button[type=submit].mec-fes-sub-button {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
}
.mec-fes-form button[type=submit].mec-fes-sub-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-fes-form .quicktags-toolbar, .mec-fes-form div.mce-toolbar-grp {
  background: #f6f7f7;
  border-bottom-color: #dcdcde;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border-color: #dcdcde;
  -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
}

.mec-fes-form .wp-editor-tabs {
  display: none;
}

.mec-fes-form .mce-tinymce.mce-container.mce-panel {
  border: 1px solid #dcdcde;
}

.mec-fes-form .wp-editor-tabs .wp-switch-editor {
  border-color: #ccd0d4;
  border-bottom-color: transparent;
  color: #646970;
  background: #f0f0f1;
}

.mec-fes-form .html-active .switch-html, .mec-fes-form .tmce-active .switch-tmce, .mec-fes-form .wp-editor-tabs .wp-switch-editor:active {
  background: #f6f7f7;
  color: #50575e;
  border-color: #ccd0d4;
  border-bottom-color: transparent;
}

.mec-fes-form div.mce-statusbar {
  border-top-color: #dcdcde;
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active .mce-ico {
  color: var(--color-red);
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active, .mec-fes-form .mce-toolbar .mce-btn-group .mce-btn:active, .mec-fes-form .qt-dfw.active {
  border-color: var(--color-red);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mec-fes-form .quicktags-toolbar {
  border-top-color: transparent;
}

.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small {
  color: var(--color-red);
}

.mec-fes-form .mec-tooltip .dashicons-before::before,
.mec-fes-form .mec-title span.mec-dashicons {
  color: var(--color-red);
}

body .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, body .mce-menu .mce-menu-item.mce-selected, body .mce-menu .mce-menu-item:focus, body .mce-menu .mce-menu-item:hover, body.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
  background: var(--color-red);
}

.mec-fes-form .mce-toolbar .mce-listbox button {
  color: black;
  font-size: 14px;
}

#mec-event-data {
  display: none;
}

body .mec-form-row p, body .mec-form-row .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item body .mec-form-row .event-time, body .mec-form-row .events-listview .event-detail .event-date, .events-listview .event-detail body .mec-form-row .event-date,
body .mec-form-row .events-listview .event-detail .event-time,
.events-listview .event-detail body .mec-form-row .event-time,
body .mec-form-row .events-listview .event-detail .event-location,
.events-listview .event-detail body .mec-form-row .event-location {
  color: var(--color-grey-darker) !important;
}

#mec_bfixed_form_fields input[type=checkbox], #mec_bfixed_form_fields input[type=radio], #mec_reg_form_fields input[type=checkbox], #mec_reg_form_fields input[type=radio], .mec-form-row input[type=checkbox], .mec-form-row input[type=radio] {
  border-color: var(--color-grey-darker);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body #mec_bfixed_form_fields input[type=checkbox]:checked, body #mec_bfixed_form_fields input[type=radio]:checked, body #mec_reg_form_fields input[type=checkbox]:checked, body #mec_reg_form_fields input[type=radio]:checked, body .mec-fes-form .mec-form-row input[type=checkbox]:checked, body .mec-fes-form .mec-form-row input[type=radio]:checked {
  background: var(--color-red) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-red-dark);
}

#mec_bfixed_form_fields input[type=checkbox]:hover, #mec_bfixed_form_fields input[type=radio]:hover, #mec_reg_form_fields input[type=checkbox]:hover, #mec_reg_form_fields input[type=radio]:hover, .mec-form-row input[type=checkbox]:hover, .mec-form-row input[type=radio]:hover {
  border-color: var(--color-red);
}

.mec-fes-form .single-column-form [type=checkbox]:not(:checked) + label::before, .mec-fes-form [type=checkbox]:checked + label::before,
.mec-fes-form .single-column-form [type=checkbox]:not(:checked) + label::after, .mec-fes-form [type=checkbox]:checked + label::after {
  display: none;
}
.mec-fes-form .single-column-form [type=checkbox]:not(:checked) + label, .mec-fes-form [type=checkbox]:checked + label {
  padding-left: 3px !important;
}

.mec-fes-form input + label {
  padding-top: 0;
}

body .mec-form-row p, body .mec-form-row .section-events-carousel .events-carousel-item .event-time, .section-events-carousel .events-carousel-item body .mec-form-row .event-time, body .mec-form-row .events-listview .event-detail .event-date, .events-listview .event-detail body .mec-form-row .event-date,
body .mec-form-row .events-listview .event-detail .event-time,
.events-listview .event-detail body .mec-form-row .event-time,
body .mec-form-row .events-listview .event-detail .event-location,
.events-listview .event-detail body .mec-form-row .event-location {
  font-size: 16px !important;
}

.ui-datepicker.ui-widget .ui-datepicker-next, .ui-datepicker.ui-widget .ui-datepicker-prev {
  background: white;
  color: var(--color-red);
}

body .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev {
  left: 10px;
}

body .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next {
  right: 10px;
}

.mec-cart .mec-success, .mec-success {
  color: var(--color-red);
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  max-width: 1170px;
}

#mec_meta_box_date_form .mec-form-row:last-child {
  display: none;
}

#mec-event-cost > .mec-form-row {
  display: none;
}
#mec-event-cost input {
  margin-bottom: 0;
}

.tax-mec_category .mec-container {
  padding-top: 15px;
  padding-bottom: 100px;
}
.tax-mec_category .mec-container > h1 {
  color: var(--color-red);
}

/* accessibility css */

/* Ensure focus outline on interactive elements */
/* a:focus, button:focus, input:focus, textarea:focus, select:focus, [role="link"]:focus, [role="button"]:focus, [tabindex="0"]:focus {
    outline: 2px solid #B3282D; 
    outline-offset: 2px; 
} */

.mec-calendar-events-side .mec-table-side-title {
	font-size: 12px !important;
}

.mec-totalcal-view span {
    font-size: 1rem !important;
}

.gm-style .gm-style-cc a, .gm-style .gm-style-cc button, .gm-style .gm-style-cc span, .gm-style .gm-style-mtc div{
	font-size: 1rem !important;
}
.mec-events-meta-group-tags a{
	font-size: 1rem !important;	
}
.gmnoscreen div {
	font-size: 1rem !important;	
}
@media (min-width: 768px) {
  .tax-mec_category .section-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
@media (min-width: 1090px) {
  .tax-mec_category .section-breadcrumbs {
    margin-top: 45px;
  }
}
.tax-mec_category .mec-event-list-classic .mec-event-title a {
  text-decoration: none;
}
.tax-mec_category .mec-month-divider {
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .tax-mec_category .mec-month-divider {
    margin: 30px 0 0;
  }
}
.tax-mec_category .mec-month-divider span {
  font-weight: 500;
  border-bottom: none;
  color: var(--color-red);
  text-transform: none;
}
.tax-mec_category .mec-month-divider span::before {
  display: none;
}
.tax-mec_category .mec-month-divider span::after {
  display: none;
}

@media only screen and (max-width: 479px) {
  .mec-container {
    width: 100%;
  }
}