
/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_reboot.css === */
/*
// Normalization of HTML elements, manually forked from Normalize.css to remove
// styles targeting irrelevant browsers while applying new styles.
//
// Normalize is licensed MIT. https://github.com/necolas/normalize.css

// Document
//
// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
// 2. Change the default font family in all browsers.
// 3. Correct the line height in all browsers.
// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
// 5. Setting @viewport causes scrollbars to overlap content in IE11 and Edge, so
//    we force a non-overlapping, non-auto-hiding scrollbar to counteract.
// 6. Change the default tap highlight to be completely transparent in iOS.
*/
*,
*::before,
*::after {
  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, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #376fd1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #2d5aaa;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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"] {
  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: .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;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_type.css === */
/****
CSS Versions of SCSS include: _type
****/
/*****
 Base Font
*****/
.wf-active body {
  font-family: 'Roboto Subset', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
  font-weight: inherit;
}
.wf-active-2 body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
  font-weight: inherit;
}
body {
    word-break: break-word;
}

/*****
 Headlines
*****/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #414141;
}
h1, .h1 {
  font-size: 3.45rem;
  font-weight: 700;
}

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

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

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

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

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

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

@media only screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
}

/*****
 Type Display classes
*****/
.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;
}
.text-size--md { font-size: 0.875rem}
.text-size--sm { font-size: 0.75rem}

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

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

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

/*****
 Lists
*****/
.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;
}

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

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

.blockquote-footer {
  display: block;
  font-weight: bold;
}


/*****
 Footer Styles
*****/
.footer-title {
    color: #f9cfc5 !important;
    position: relative;
}
.footer-title > span {
    display: inline-block;
    margin-bottom: 2px;
    padding-bottom: 8px;
    position: relative;
}
.footer-title > span::after {
    background: #f9cfc5;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 32px;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_images.css === */
/****
 CSS Versions of SCSS include: _images
****/
/*
// Responsive images (ensure images don't scale beyond their parents)
//
// This is purposefully opt-in via an explicit class rather than being the default for all `<img>`s.
// We previously tried the "images are responsive by default" approach in Bootstrap v2,
// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)
// which weren't expecting the images within themselves to be involuntarily resized.
// See also https://github.com/twbs/bootstrap/issues/18178
*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Lazy Load Images */
/* LazyLoad Issue #152: https://github.com/verlok/lazyload/issues/152 */
img[data-src],
img[data-srcset] {
  /* display: block; */
  min-width: 1px;
  min-height: 1px;
}


/*
    Image Oversize
    - styles to allow images to extend beyond viewport in some sizes, used with modified container classes like container-mw1250
*/
.img--sm-oversize, .img--md-oversize, .img--lg-oversize, .img--xl-oversize {width: 100%;}
@media (min-width: 1200px) {
    .img--xl-oversize {
        position: relative;
        width: 110%;
        max-width: 110%;
    }

    .img--xl-oversize-left {
        left: -20%;
    }

    .img--xl-oversize-right {
        right: -10%;
    }
}

@media (min-width: 992px) {
    .img--lg-oversize {
        position: relative;
        width: 110%;
        max-width: 110%;
    }

    .img--lg-oversize-left {
        left: -20%;
    }

    .img--lg-oversize-right {
        right: -10%;
    }
}

@media (min-width: 768px) {
    .img--md-oversize {
        position: relative;
        width: 110%;
        max-width: 110%;
    }

    .img--md-oversize-left {
        left: -20%;
    }

    .img--md-oversize-right {
        right: -10%;
    }
}

@media (min-width: 576px) {
    .img--sm-oversize {
        position: relative;
        width: 110%;
        max-width: 110%;
    }

    .img--sm-oversize-left {
        left: -20%;
    }

    .img--sm-oversize-right {
        right: -10%;
    }
}

.img--oversize {
    position: relative;
    width: 110%;
    max-width: 110%;
}

.img--oversize-left {
    left: -20%;
}

.img--oversize-right {
    right: -10%;
}

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

/* Video Thumbnails */
.img-vthumbnail {
  display: block;
  position: relative;
}
.img-vthumbnail__icon {
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.img-vthumbnail__icon--play {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background .4s;
  transition: background .4s;
}
a .img-vthumbnail__icon--play::after {
  border-left: 15px solid rgb(43,87,201);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: '';
  margin-top: -10px;
  margin-left: -5px;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}
a:hover .img-vthumbnail__icon--play {
  background: rgb(43,87,201);
}
a:hover .img-vthumbnail__icon--play::after {
  border-left-color: #fff;
}

/* Figures */
.figure {
  display: inline-block;
}

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

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

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_grid.css === */
/****
CSS Versions of SCSS include: _grid
****/
/*
// Container widths
//
// Set the container width, and override it for fixed navbars in media queries.
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

/*
// Fluid container
//
// Utilizes the mixin meant for fixed width containers, but with 100% width for
// fluid, full width layouts.
 */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*
// Row
//
// Rows contain and clear the floats of your columns.
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*
// Remove the negative margin from default .row, then the horizontal padding
// from all immediate children columns (to prevent runaway style inheritance).
 */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

/*
// Columns
//
// Common styles for small and large grid columns
*/
.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, .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: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_tables.css === */
/*****
 CSS Versions of SCSS include: _tables
 *****/
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

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

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

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

/*
//
// Condensed table w/ half padding
//
*/
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/*
// Border versions
//
// Add or remove borders all around the table and between all the columns.
*/
.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;
}

/*
// Zebra-striping
//
// Default zebra-stripe styles (alternating gray and transparent backgrounds)
*/
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/*
// Hover effect
//
// Placed here since it has to come after the potential zebra striping
*/
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/*
// Table backgrounds
//
// Exact selectors below required to override `.table-striped` and prevent
// inheritance to nested tables.
*/
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

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

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

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

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

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

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

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

/*
// Dark styles
//
// Same table markup, but inverted color scheme: dark background and light text.
*/
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

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

.table-dark {
  color: #fff;
  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);
}

/*
// Responsive tables
//
// Generate series of `.table-responsive-*` classes for configuring the screen
// size of where your table will overflow.
*/
@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: 991.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;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_buttons.css === */
/****
 CSS Versions of SCSS include: _buttons
 ****/
.btn {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 1.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* Disabled comes first so active can properly restyle */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* Opinionated: add "hand" cursor to non-disabled .btn elements */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* Future-proof disabling of clicks on `<a>` elements */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/******
Alternate Buttons
******/
.btn-primary, .btn-primary:link, .btn-primary:visited {
  color: #fff;
  background-color: #2b46bb;
  border-color: #2b46bb;
}

.btn-primary:hover {
  color: #2b46bb;
  background: white;
  border-color: #2b46bb;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 0, 84, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2b46bb;
  border-color: #2b46bb;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2b46bb;
  border-color: #2b46bb;
}

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

.btn-secondary, .btn-secondary:link, .btn-secondary:visited {
  color: #2b46bb;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #2b46bb;
  border-color: #fff;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 0, 84, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #2b46bb;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #2b46bb;
  background-color: #fff;
  border-color: #fff;
}

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

.btn-tertiary, .btn-tertiary:link, .btn-tertiary:visited {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-tertiary:hover {
  color: #2b46bb;
  background-color: #fff;
  border-color: #ffffff;
}

.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-quaternary, .btn-quaternary:link, .btn-quaternary:visited {
    color: #fff !important;
    background: transparent;
    border-color: #fff;
    text-decoration: none !important;
}

.btn-quaternary:hover {
    color: #6c8cfd !important;
    background: #fff;
    border-color: #6c8cfd;
    text-decoration: none !important;
}

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

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

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

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  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: #fff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

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

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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


.btn-outline-primary {
  color: #2b46bb;
  background-color: #fff;
  background-image: none;
  border-color: #2b46bb;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2b46bb;
  border-color: #2b46bb;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 0, 84, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2b46bb;
  border-color: #2b46bb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 0, 84, 0.5);
}

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

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

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

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

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

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

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

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

.btn-outline-success:focus, .btn-outline-success.focus {
  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: #fff;
  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 {
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

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

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

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

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

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

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/******
Link Buttons
******/
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

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

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

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

/******
Button Sizes
******/
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* Block Buttons */
.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%;
}

/******
Filter Buttons 
******/
.btn--filter {border: 2px solid transparent !important;}
.btn--filter:hover {color: #4261cc;}
.btn--filter:focus-visible {border: 2px solid #4261cc !important;}
.btn--filter.btn--active {
    background: #ebebf5 !important;
}
.bg-color-whisper .btn--filter.btn--active, .has-whisper-background-color .btn--filter.btn--active {background:#DADAE4 !important;}


/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_forms.css === */
/*****
 CSS Versions of SCSS include: _forms
*****/
/*****
// Textual form controls
*****/
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
/* Unstyle the caret on `<select>`s in IE10+. */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* Customize the `:focus` state to imitate native WebKit styles. */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*
placeholder
opacity = Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.
*/
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/*
// Disabled and read-only inputs
//
// HTML5 says that controls under a fieldset > legend:first-child won't be
// disabled if the fieldset is disabled. Due to implementation difficulty, we
// don't honor that edge case; we style them as disabled anyway.
*/
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  /* iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655. */
  opacity: 1;
}

select.form-control:focus::-ms-value {
  /*
  // Suppress the nested default white text on blue background highlight given to
  // the selected option text when the (still closed) <select> receives focus
  // in IE and (under certain conditions) Edge, as it looks bad and cannot be made to
  // match the appearance of the native widget.
  // See https://github.com/twbs/bootstrap/issues/19398.
  */
  color: #495057;
  background-color: #fff;
}

/* Make file inputs better match text inputs by forcing them to new lines. */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/*
// Labels
// For use with horizontal and inline forms, when you need the label (or legend)
// text to align with the form controls.
*/
.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;
}

/*
// Readonly controls as plain text
//
// Apply class to a readonly input to make it appear like regular plain
// text (without any border, background color, focus indicator)
*/
.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, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/*
// Form control sizing
//
// Build on `.form-control` with modifier classes to decrease or increase the
// height and font-size of form controls.
//
// Repeated in `_input_group.scss` to avoid Sass extend issues.
*/
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
  padding: 10px !important;
}

/*
// Form groups
//
// Designed to help with the organization and spacing of vertical forms. For
// horizontal forms, use the predefined grid classes.
*/
.form-group {
  margin-bottom: 1rem;
}

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

/*
// Form grid
//
// Special replacement for our grid system's `.row` for tighter form layouts.
*/
.form-row {
  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;
}


/*
// Checkboxes and radios
//
// Indent the labels to position radios/checkboxes as hanging controls.
*/
.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: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}

/*
// Form validation
//
// Provide feedback to users when form field values are valid or invalid. Works
// primarily for client-side validation via scoped `:invalid` and `:valid`
// pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for
// server side validation.
*/
.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.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.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 {
  box-shadow: 0 0 0 1px #fff, 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::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  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 {
  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: #dc3545;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.ui-form .form-control.fieldInvalid, .ui-form .custom-select.fieldInvalid,
.ui-form .form-control.fieldInvalid:focus, .ui-form .custom-select.fieldInvalid:focus {
    border-color: red;
}

/* Custom Errors */
.ui-form .form-control.fieldInvalid, .ui-form .custom-select.fieldInvalid,
.ui-form .form-control.fieldInvalid:focus, .ui-form .custom-select.fieldInvalid:focus {
    border-color: red;
}
.ui-form .form-control.fieldInvalid ~ label, .ui-form .custom-select.fieldInvalid ~ label,
.ui-form .form-control.fieldInvalid:focus ~ label, .ui-form .custom-select.fieldInvalid:focus ~ label {
    color: red;
}
.field-validation-error-msg {
    background: #f7d2d7;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    color: red;
    font-size: 12px;
    line-height: 1.3em;
    max-width: none;
    margin: 10px 0;
    padding: 10px;
    box-shadow: none;
    text-shadow: none;
}

/*
// Inline forms
//
// Make forms appear inline(-block) by adding the `.form-inline` class. Inline
// forms begin stacked on extra small (mobile) devices and then go inline when
// viewports reach <768px.
//
// Requires wrapping inputs and labels with `.form-group` for proper display of
// default HTML form controls and our custom form controls (e.g., input groups).
*/
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
/*
// Because we use flex, the initial sizing of checkboxes is collapsed and
// doesn't occupy the full-width (which is what we want for xs grid tier),
// so we force that here.
*/
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /*
  // Remove default margin on radios/checkboxes that were used for stacking, and
  // then undo the floating of radios and checkboxes to match.
  */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: 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 {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_custom-forms.css === */
/*****
 CSS Versions of SCSS include: _custom-forms
*****/
/*
// Checkboxes and radios
//
// Base class takes care of all the key behavioral aspects.
*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

/*
// Custom control indicators
//
// Build the custom controls out of pseudo-elements.
*/
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  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;
  left: -1.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65% 65%;
}

/*
// Checkboxes
//
// Tweak just a few things for checkboxes.
*/
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ddd;
}

.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='%23666' 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: #ddd;
}

.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='%23666' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/*
// Radios
//
// Tweak just a few things for radios.
*/
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.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='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/*
// Select
//
// Replaces the browser default select with a custom one, mostly pulled from
// https://primer.github.io/.
//
*/
.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: #fff 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: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
/*
// For visual consistency with other platforms/browsers,
// suppress the default white text on blue background highlight given to
// the selected option text when the (still closed) <select> receives focus
// in IE and (under certain conditions) Edge.
// See https://github.com/twbs/bootstrap/issues/19398.
*/
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.custom-select::-ms-expand {
  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%;
}

/*
// File
//
// Custom file input.
*/
.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: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.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: #fff;
  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: 2.25rem;
  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;
}

/*
// Range
//
// Style range inputs the same across browsers. Vendor-specific rules for pseudo
// elements cannot be mixed. As such, there are no shared styles for focus or
// active states on prefixed selectors.
*/
.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:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

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

.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

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

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

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*
// Modifiers: Lead Tracker
*/
.ui-form .form-group {
    display: flex;
    flex-direction: column;
}
.ui-form .form-group label {
    order: 0;
    margin-bottom: 2px;
    cursor: pointer;
}
.ui-form .form-group * {
    order: 1;
}
.ui-form label {
    font-size: 0.75rem;
    color: #999;
}
.ui-form .form-control, .ui-form .custom-select{
    background: transparent;
    padding: 5px;
    color: #555;
    border-color: #dedede;
    border-radius: 0;
}
.ui-form .custom-select {
    cursor: pointer;
    background: transparent url(https://static.infragistics.com/marketing/Website/css/background/ui-form-select-dropdown.png?v=201706271258) no-repeat right 7px center !important;
    font-size: 1rem;
}
.ui-form input::placeholder, .ui-form textarea::placeholder {
    color: #ccc;
}
.ui-form .form-control:focus, .ui-form .custom-select:focus {
    box-shadow: none;
    border-color: #b4b4b4;
}
.ui-form .form-control:focus ~ label {
    color: #333;
}
.ui-form textarea.form-control {
    border-width: 1px;
    margin-top: 0.75rem;
}
.ui-form .form-control.required ~ label::after {
    content: "*";
    margin-left: 4px;
    color: currentColor;
    display: inline-block;
    font-weight: bold;
}

.ui-form__required-note {
    font-size: 0.75rem;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 8px;
}

.ui-form__required-note::after {
    color: currentColor;
    display: inline-block;
    font-weight: bold;
    content: "*";
    position: absolute;
    left: 0;
}

.inputs-bg-white .ui-form label,
.inputs-bg-white .label {
  color: #333333;
}

.inputs-bg-white .form-control {
  background-color: #FFF;
  color: #333333;
}

.inputs-bg-white .custom-control-label::after {
  background-color: #FFF;
  border: 1px solid #dedede;
}

/*Light theme*/
.ui-form[data-form-theme*="light"] .form-control, .ui-form[data-form-theme*="light"] .custom-select {
    border-color: #999;
}
.ui-form[data-form-theme*="light"] .form-control:focus, .ui-form[data-form-theme*="light"] .custom-select:focus {
    border-color: #333;
}
.ui-form[data-form-theme*="light"] .form-control.fieldInvalid, .ui-form[data-form-theme*="light"] .custom-select.fieldInvalid,
.ui-form[data-form-theme*="light"] .form-control.fieldInvalid:focus, .ui-form[data-form-theme*="light"] .custom-select.fieldInvalid:focus {
    border-color: red;
}
/*Dark theme*/
.ui-form[data-form-theme*="dark"] .ui-form__required-note {
    color: #ccc;
}
.ui-form[data-form-theme*="dark"] .form-group label {color: #ddd;}
.ui-form[data-form-theme*="dark"] .form-control, .ui-form[data-form-theme*="dark"] .custom-select {
    border-color: #dedede;
    color: #fff;
}
.ui-form[data-form-theme*="dark"] .form-control:focus, .ui-form[data-form-theme*="dark"] .custom-select:focus {
    border-color: #fff;
}
.ui-form[data-form-theme*="dark"] .form-control:focus ~ label, .ui-form[data-form-theme*="dark"] .custom-select:focus ~ label {
    color: #fff;
}
.ui-form[data-form-theme*="dark"] input::placeholder, .ui-form[data-form-theme*="dark"] textarea::placeholder {
    color: #ccc;
}
.ui-form[data-form-theme*="dark"] .form-control.fieldInvalid, .ui-form[data-form-theme*="dark"] .custom-select.fieldInvalid,
.ui-form[data-form-theme*="dark"] .form-control.fieldInvalid:focus, .ui-form[data-form-theme*="dark"] .custom-select.fieldInvalid:focus {
    border-color: #f7a5b0;
}
.ui-form[data-form-theme*="dark"] .form-control.fieldInvalid ~ label, .ui-form[data-form-theme*="dark"] .custom-select.fieldInvalid ~ label,
.ui-form[data-form-theme*="dark"] .form-control.fieldInvalid:focus ~ label, .ui-form[data-form-theme*="dark"] .custom-select.fieldInvalid:focus ~ label {
    color: #f5d1d6;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* A/B testing */
.ab-option-b [data-form="main"] {
  box-shadow: none !important;
}
.ab-option-b header {
  background-color: transparent !important;
}
.ab-option-b header h3 {
  padding: 0 !important;
  color: #000 !important;
}
.ab-option-b [data-form="fields"] {
  padding: 0.5rem 0 0 0 !important;
  background-color: transparent !important;
  border: none !important;
}
/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_transitions.css === */
/*****
 CSS Versions of SCSS include: _transitions
 *****/
.animate-me {
    visibility: hidden;
}
.no-js .animate-me {
    visibility: visible;
}
.animated {
    animation-duration: 1s;
    visibility: visible;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

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

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

.fadeIn {
  animation-name: fadeIn;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
.fadeInRight {
  animation-name: fadeInRight;
}
.slideDown {
  animation: slide-down 0.7s ease;
}
.slideUp {
  animation: slide-up 0.7s ease;
}
.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(0.95);
  }
}
@keyframes pulse-icon-btn {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 8px rgba(237, 74, 153, 0.5);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 20px rgba(237, 74, 153, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(237, 74, 153, 0);
  }
}
@-o-keyframes slide-down {
    0% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-down {
    0% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes slide-up {
    0% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-moz-keyframes slide-up {
    0% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes slide-up {
    0% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes slide-up {
    0% {
        opacity: 1.0;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-40px);
    -o-transform: translate(-40px);
    -webkit-transform: translate(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-40px);
    -o-transform: translate(-40px);
    -webkit-transform: translate(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-40px);
    -o-transform: translate(-40px);
    -webkit-transform: translate(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-40px);
    -o-transform: translate(-40px);
    -webkit-transform: translate(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(40px);
    -o-transform: translate(40px);
    -webkit-transform: translate(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(40px);
    -o-transform: translate(40px);
    -webkit-transform: translate(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(40px);
    -o-transform: translate(40px);
    -webkit-transform: translate(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(40px);
    -o-transform: translate(40px);
    -webkit-transform: translate(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%);
    -o-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
  .collapsing {
    transition: none;
  }
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_button-group.css === */
/*****
 CSS Versions of SCSS include: _button-groups
 *****/
/* Make the div behave like a button */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; /* match .btn alignment given font-size hack above */
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* Bring the hover, focused, and "active" buttons to the front to overlay the borders properly */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* Optional: Group multiple button groups together for a toolbar */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

/* Prevent double borders when buttons are next to each other */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* Reset rounded corners */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* Split button dropdowns */
.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;
}

/*
// Sizing
//
// Remix the default button sizing classes into new ones for easier manipulation.
*/
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

/* Vertical Button Groups */

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

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
// Checkbox and radio options
//
// In order to support the browser's form validation feedback, powered by the
// `required` attribute, we have to "hide" the inputs via `clip`. We cannot use
// `display: none;` or `visibility: hidden;` as that also hides the popover.
// Simply visually hiding the inputs via `opacity` would leave them clickable in
// certain cases which is prevented by using `clip` and `pointer-events`.
// This way, we ensure a DOM element is visible to position the popover from.
//
// See https://github.com/twbs/bootstrap/pull/12794 and
// https://github.com/twbs/bootstrap/pull/14559 for more information.
*/
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_nav.css === */
/*****
 CSS Versions of SCSS include: _nav
*****/
/*
// Base class
//
// Kickstart any navigation component with a set of style resets. Works with
// `<nav>`s or `<ul>`s.
*/
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-link:hover, .nav-link:focus {
  color: #fff;
  text-decoration: underline;
}

.nav-link.disabled {
  color: #6c757d;
}
/*
//
// Tabs
//
*/
.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

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

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

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

/*
//
// Justified variants
//
*/
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/*
// Tabbable tabs
//
// Hide tabbable panes to start, show them when `.active`
*/
.tab-content > .tab-pane {
  display: none;
}

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

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_navbar.css === */
/*****
 CSS Versions of SCSS include: _navbar
*****/
/*
// Navbar
//
// Provide a static navbar from which we expand to create full-width, fixed, and
// other navbar variations.
*/
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/*
// Because flex properties aren't inherited, we need to redeclare these first
// few properties so that content nested within behave properly.
*/
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*
// Navbar brand
//
// Used for brand, project, or site names.
*/
.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
//
// Custom navbar navigation (doesn't require `.nav`, but does make use of `.nav-link`).
*/
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -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 */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*
// Responsive navbar
//
// Custom styles for responsive collapsing and toggling of navbar contents.
// Powered by the collapse Bootstrap JavaScript plugin.

// When collapsed, prevent the toggleable navbar contents from appearing in
// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
// on the `.navbar` parent.
*/
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  /*
  // For always expanded or extra full navbars, ensure content aligns itself
  // properly vertically. Can be easily overridden with flex utilities.
  */
  align-items: center;
}
/*
// Button for toggling the navbar when in its collapsed state
*/
.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;
}
/* Opinionated: add "hand" cursor to non-disabled .navbar-toggler elements */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/*
// Keep as a separate element so folks can easily override it with another icon
// or image file as needed.
*/
.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%;
}

/*
// Generate series of `.navbar-expand-*` responsive classes for configuring
// where your navbar collapses.
*/
@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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -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: -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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -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: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -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: -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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -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: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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 {
  -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: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

/*
// Navbar themes
//
// Styles for switching between navbars with light or dark background.
*/
.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);
}

/* White links against a dark background */
.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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: #fff;
}

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


/*****
Main Navigationt
*****/

.header__main {
    position: relative;
    background: #ec417a;
    z-index: 1040;
}
/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_card.css === */
/*****
 CSS Versions of SCSS include: _card
 *****/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 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;
}
/*
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
// as much space as possible, ensuring footers are aligned to the bottom.
*/
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

.card-link + .card-link {
  margin-left: 1.25rem;
}
/*
//
// Optional textual caps
//
*/
.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);
}

/*
//
// Header navs
//
*/
.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 image */
.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 image caps */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
/* // Card deck */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/*
//
// Card groups
//
*/
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*
// The child selector allows nested `.card` within `.card-group`
// to display properly.
*/
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -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;
  }
}

/*
//
// Columns
//
*/
.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
//
*/
.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;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_accordion.css === */
/*****
 CSS Versions of SCSS include: _accordion.css
 *****/
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: inherit;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}
button.accordion-button:not(:disabled) {cursor: pointer;}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg)
}

/* Accordion icon */
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}
.accordion-button:focus:not(:focus-visible) {
    box-shadow: none;
}
.accordion-button:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-collapse {
    border: solid rgba(0,0,0,.125);
    border-width: 0 1px
}

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

/*
// Themes: Clean
*/
.accordion[data-accordion-theme="clean"] .accordion-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.35rem;
  margin-bottom: 2rem;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.accordion[data-accordion-theme="clean"] .accordion-item .accordion-button {
  border: none;
  font-weight: 700;
}
.accordion[data-accordion-theme="clean"] .accordion-item .accordion-collapse {
  border: none;
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.accordion[data-accordion-theme="clean"] .accordion-item .collapse:not(.show) {
  display: block;
  opacity: 0;
  max-height: 0;
}
.accordion[data-accordion-theme="clean"] .accordion-item .collapse.show {
  opacity: 1;
  max-height: 500px;
}

/*
// Flush accordion items
//
// Remove borders and border-radius to keep accordion items edge-to-edge.
*/

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

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

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_breadcrumb.css === */
/*****
 CSS Versions of SCSS include: _breadcrumb
 *****/
.breadcrumbs ul, .breadcrumbs ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumbs ul li + li,
.breadcrumbs ol li + li {
    padding-left: 0.5rem;
}

.breadcrumbs ul li + li::before,
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
/*
// IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built
// without `<ul>`s. The `::before` pseudo-element generates an element
// *within* the .breadcrumb-item and thereby inherits the `text-decoration`.
//
// To trick IE into suppressing the underline, we give the pseudo-element an
// underline and then immediately remove it.
*/
.breadcrumbs ul li + li:hover::before,
.breadcrumbs ol li + li:hover::before {
    text-decoration: underline;
}

.breadcrumbs ul li + li:hover::before,
.breadcrumbs ol li + li:hover::before {
    text-decoration: none;
}

.breadcrumbs [aria-current="page"] {
    color: #666;
    pointer-events: none;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_badge.css === */
/*****
 CSS Versions of SCSS include: _badge
 *****/
/*
// Base class
//
// Requires one of the contextual, color modifier classes for `color` and
// `background-color`.
*/
.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;
    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;
}

.badge:empty {
  display: none;
}
/* // Quick fix for badges in buttons */
.btn .badge {
  position: relative;
  top: -1px;
}

/*
// Pill badges
//
// Make them extra rounded with a modifier to replace v3's badges.
*/
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/*
// Colors
//
// Contextual variations (linked badges get darker on :hover).
*/
.badge-primary {
  color: #fff;
  background-color: #2b46bb;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-primary--inverse {
    color: #2b46bb;
    background-color: #fff;
    border: 1px solid #2b46bb;    
}

a.badge-primary--inverse:hover, a.badge-primary--inverse:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2b46bb;
}

a.badge-primary--inverse:focus, a.badge-primary--inverse.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  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: #fff;
  background-color: #dc3545;
}

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

.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: #fff;
  background-color: #343a40;
}

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

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_jumbotron.css === */
/*****
 CSS Versions of SCSS include: _jumbotron
*****/
.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;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_alert.css === */
/*****
 CSS Versions of SCSS include: _alert
 *****/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* // Headings for larger alerts */
.alert-heading {
  color: inherit;
}
/* // Provide class for links that match alerts */
.alert-link {
  font-weight: 700;
}
/*
// Dismissible alerts
//
// Expand the right padding and account for the close button's positioning.
*/
.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
/*
// Alternate styles
//
// Generate contextual modifier classes for colorizing the alert.
*/
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

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

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

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

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

.alert-success {
  color: #212529;
  background-color: #f8fbf3;
  border-color: #b7d888;
}

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

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

.alert-info {
  color: #212529;
  background-color: #f4f6fb;
  border-color: #8f9edb;
}

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

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

.alert-warning {
  color: #212529;
  background-color: #fffbf7;
  border-color: #fcd8b2;
}

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

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

.alert-danger {
  color: #212529;
  background-color: #fef7f8;
  border-color: #f8b0bb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

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

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

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

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

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

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

/*BLOG ALERTS*/
.alert-download {
    color: #212529;
    background-color: #fff9f7;
    border-color: #ffc1ae;
}
.alert--tip {
    color: #212529;
    background-color: #ffffff;
    border-color: #000000;
}
.alert--help {
    color: #212529;
    background-color: #fafcff;
    border-color: #c7e3ff;
}

.alert--success {
    color: #383d41;
    background-color: #f8f9fa;
    border-color: #cccccc;
}
/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_progress.css === */
/*****
 CSS Versions of SCSS include: _progress
*****/
@-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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_media.css === */
/*****
 CSS Versions of SCSS include: _media
*****/
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_list-group.css === */
/*****
 CSS Versions of SCSS include: _list-group
*****/
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/*
// Interactive list items
//
// Use anchor or button elements instead of `li`s or `div`s to create interactive
// list items. Includes an extra `.active` modifier class for selected items.
*/
.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;
}

/*
// Individual list items
//
// Use on `li`s or `div`s within the `.list-group` parent.
*/
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  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: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/*
// Flush list items
//
// Remove borders and border-radius to keep list group items edge-to-edge. Most
// useful within other components (e.g., cards).
*/
.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;
}

/*
// Contextual variants
//
// Add modifier classes to change text and background color on individual items.
// Organizationally, this must come after the `:hover` states.
*/
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

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

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #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: #fff;
  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: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_close.css === */
/*****
 CSS Versions of SCSS include: _close
*****/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/*
// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile

// stylelint-disable property-no-vendor-prefix, selector-no-qualifying-type
*/
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_spinners.css === */
/*****
 CSS Versions of SCSS include: _spinners
*****/
.spinner__container {
    position: relative;
}

    .spinner__container .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        /* -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
        margin-left: -1em;
    }

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

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

.spinner--border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid rgba(0,0,0,0.25);
    border-right-color: currentColor;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


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

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner--grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_pagination.css === */
/*****
 CSS Versions of SCSS include: _pagination
*****/
.pagination {
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* // Opinionated: add "hand" cursor to non-disabled .page-link elements */
.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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/*
//
// Sizing
//
*/
.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;
}

/* === /wp-content/themes/reveal/css/bootstrap.v4.4/_utilities.css === */
/*****
CSS Versions of SCSS includes:
_align, _background, _borders, _clearfix, _display, _embed, _flex, _float, _position, _screenreaders, _shadows, _sizing, _spacing, _text, _visibility
*****/
/* /utilities/_align */
.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;
}

/* /utilities/_backgrounds */
.bg-primary, .bg-color-primary, .has-primary-background-color {
  background-color: #ec417a !important;
}

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

.bg-secondary, .bg-color-secondary, .has-secondary-background-color {
  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: #dc3545 !important;
}

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

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

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

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

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

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

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

.bg-color-primary, .has-primary-background-color {background-color: #ec417a;}
.bg-color-secondary, .has-secondary-background-color {background-color: #6c757d;}
.bg-color-cornflower-blue, .has-cornflower-blue-background-color {background-color: #6c8cfd;}
.bg-color-rajah, .has-rajah-background-color {background-color: #fbb365;}
.bg-color-light-gray, .has-light-gray-background-color {background-color: #f8f9fa;}
.bg-color-shark-gray, .has-shark-gray-background-color {background-color: #212529;}
.bg-color-french-rose, .has-french-rose-background-color {background-color: #EC417A;}
.bg-color-white, .has-white-background-color {background-color: #fff;}
.bg-color-gallery, .has-gallery-background-color { background-color: #f5f5f5 !important; }
.bg-color-gallery-midtone, .has-gallery-midtone-background-color { background-color: #edebeb; }
.bg-color-white-smoke, .has-white-smoke-background-color { background-color: #f7f7f7; }
.bg-color-whisper, .has-whisper-background-color { background-color: #ebebf5; }
.bg-color-black, .has-black-background-color {background-color: #000;}
.bg-color-cod-gray, .has-cod-gray-background-color { background-color: #111; }
.bg-color-mine-shaft-dark, .has-mine-shaft-dark-background-color { background-color: #282828; }
.bg-color-mine-shaft, .has-mine-shaft-background-color { background-color: #333; }
.bg-color-dove-gray, .has-dove-gray-background-color { background-color: #666; }
.bg-color-nevada, .has-nevada-background-color { background-color: #6c6d70; }
.bg-color-santas-gray, .has-santas-gray-background-color { background-color: #9e9fa2; }
.bg-color-french-rose, .has-french-rose-background-color { background-color: #ED4A99; }
.bg-color-french-rose-darker, .has-french-rose-darker-background-color { background-color: #ed417b !important; }
.bg-color-lucky-point, .has-lucky-point-background-color { background-color: #20216e; }
.bg-color-hawkes-blue, .has-hawkes-blue-background-color { background-color: #f0f4fe; }
.bg-color-free-speech-blue { background-color: #334AD3; }

.bg-wave--primary {
    background: url(https://static.infragistics.com/marketing/reveal/business-teams-reveal-wave-card.svg),rgb(236,65,122);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center,bottom;
}

[class*="bg-gradient--primary"] {
  background: rgb(236,65,122);
  background: linear-gradient(90deg, rgba(251,179,101,1) 0%, rgba(236,65,122,1) 40%);
}
.bg-gradient--primary-rtl {
  background: linear-gradient(-90deg, rgba(251,179,101,1) 0%, rgba(236,65,122,1) 40%);
}
.bg-header-teardrop {
  background: rgb(236,65,122);
  background: url('https://static.infragistics.com/marketing/reveal/business-teams-reveal-hero-teardrop-new.svg'), linear-gradient(90deg, rgba(251,179,101,1) 0%, rgba(236,65,122,1) 40%);
  background-repeat: no-repeat;
  background-position: top center, top;
  background-size: 1750px 540px, auto;
}
.bg-header-teardrop-secondary {
    background: rgb(236,65,122);
    background: url(https://static.infragistics.com/marketing/reveal/business-teams-reveal-background-teardrop-gray.svg), #f8f9fa;
    background-repeat: no-repeat;
    background-position: calc(50% + 150px) 0, 100%;
    background-size: 1400px 543px, auto;
}
@media only screen and (max-width: 768px) {
    [class*="bg-gradient--primary"] {
      background: linear-gradient(90deg, rgba(251,179,101,1) 0%, rgba(236,65,122,1) 60%);
    }
  .bg-header-teardrop {
      background: rgb(236,65,122);
      background: url('https://static.infragistics.com/marketing/reveal/business-teams-reveal-hero-teardrop-new.svg'), linear-gradient(90deg, rgba(251,179,101,1) 0%, rgba(236,65,122,1) 60%);
      background-repeat: no-repeat;
      background-position: left 55% top 0,100%;
      background-size: 1600px 480px,auto;
  }
}
@media only screen and (max-width: 575px) {
  .bg-header-teardrop {
      background-position: left 60% top 0,100%;
  }
}
@media only screen and (max-width: 480px) {
  .bg-header-teardrop {
      background-position: left 65% top 0,100%;
  }
  .bg-header-teardrop-secondary {
      background: #f8f9fa;
      background-repeat: no-repeat;
      background-position: 100%;
      background-size: auto;
   }
}

/* /utilities/_borders */
.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: #007bff !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: #dc3545 !important;
}

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

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

.border-white {
  border-color: #fff !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-lg {
    border-radius: 0.3rem !important;
}

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


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

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

/* /utilities/_clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* /utilities/_display */
.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: -ms-flexbox !important;
  display: flex !important;
}

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

.device-ios .d-ios, .device-android .d-android,
.device .d-none-ios, .device .d-none-android,
.no-js .d-none-ios, .no-js .d-none-android {
    display: block;
    animation: fadeIn .6s ease;
}
.device-ios .d-ios-inline, .device-android .d-android-inline,
.device .d-none-ios-inline, .device .d-none-android-inline,
.no-js .d-none-ios-inline, .no-js .d-none-android-inline {
	display: inline;
    animation: fadeIn .6s ease;
}
.device-ios .d-ios-inline-block, .device-android .d-android-inline-block,
.device .d-none-ios-inline-block, .device .d-none-android-inline-block,
.no-js .d-none-ios-inline-block, .no-js .d-none-android-inline-block {
	display: inline-block;
    animation: fadeIn .6s ease;
}
.device-ios .d-none-ios, .device-android .d-none-android,
.device-ios .d-none-ios-inline, .device-android .d-none-android-inline,
.device-ios .d-none-ios-inline-block, .device-android .d-none-android-inline-block,
.d-ios, .d-android, .d-ios-inline, .d-android-inline, .d-ios-inline-block, .d-android-inline-block {
    display: none;
}

@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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* /utilities/_embed */
.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.857143%;
}

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

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

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

/* /utilities/_flex */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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;
  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;
  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;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

/* /utilities/_float */
.float-left {
  float: left !important;
}

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

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

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

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

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

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

/* /utilities/_overflow */
.overflow-auto {
    overflow: auto !important;
}

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


/* /utilities/_position */
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

/* /utilities/_screenreaders */
.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;
}

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

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

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

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

/* /utilities/_sizing */
.w-auto {
  width: auto !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-50 {
  max-width: 50% !important;
}

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

.mw-768px { max-width: 800px; }
.mw-800px { max-width: 800px; }
.mw-850px { max-width: 850px; }
.mw-900px { max-width: 900px; }
.mw-950px { max-width: 950px; }

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

/* /utilities/_spacing */
.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: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-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;
  }
}

/* /utilities/_text */
.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: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

.text-white {
  color: #fff !important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 {color:#fff;}


.text-white a:not(.btn) {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.text-white a:not(.btn):hover, .text-white a:not(.btn):focus {
  color: #efefef;
}

.text-white a.animate-underline:not(.btn) {
  text-decoration: none;
}
.text-white a.animate-underline:not(.btn) > .underline {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  padding-bottom: 3px;
  transition: background-size .3s;
}
.text-white a.animate-underline:not(.btn):hover > .underline,
.text-white a.animate-underline:not(.btn):focus > .underline {
  background-size: 100% 2px;
}

.text-primary, .has-primary-color {
  color: #ec417a !important;
}
a.text-primary:hover, a.text-primary:focus,
a.has-primary-color:hover, a.has-primary-color:focus {
  color: #af1045 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus,
a.has-secondary-color:hover, a.has-secondary-color: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: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !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-cornflower-blue, .has-cornflower-blue-color { color: #6C8CFD; }
.text-rajah, .has-rajah-color {color: #fbb365;}
.text-light-gray, .has-light-gray-color {color: #f8f9fa;}
.text-shark-gray, .has-shark-gray-color {color: #212529;}
.text-french-rose, .has-french-rose-color {color: #EC417A;}
.text-white, .has-white-color {color: #fff;}
.text-gallery, .has-gallery-color { color: #f5f5f5; }
.text-gallery-midtone, .has-gallery-midtone-color { color: #edebeb; }
.text-white-smoke, .has-white-smoke-color { color: #f7f7f7; }
.text-black, .has-black-color {color: #000;}
.text-cod-gray, .has-cod-gray-color { color: #111; }
.text-mine-shaft-dark, .has-mine-shaft-dark-color { color: #282828; }
.text-mine-shaft, .has-mine-shaft-color { color: #333; }
.text-dove-gray, .has-dove-gray-color { color: #666; }
.text-nevada, .has-nevada-color { color: #6c6d70; }
.text-santas-gray, .has-santas-gray-color { color: #9e9fa2; }
.text-cerulean-blue { color: #2B46BB; }

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

/* /utilities/_visibility */
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Links */
.link--opacity-highlight {opacity: 0.5;}
.link--opacity-highlight8 {opacity: 0.8;}
[class*="link--opacity-highlight"] {-webkit-transition: opacity .4s;transition: opacity .4s;}
[class*="link--opacity-highlight"]:hover,
[class*="link--opacity-highlight"]:focus {opacity: 1;}


/* CLASES FROM SLINGSHOT */
.text-065 {font-size: 0.65rem !important;}
.text-075 {font-size: 0.75rem;}
.text-085 {font-size: 0.85rem;}
.text-0875 {font-size: 0.875rem;}
.text-15 {font-size: 1.5rem;}
.p-4-5 {padding: 2.25rem;}
.px-4-5 {padding: 0 2.25rem;}
.py-4-5 {padding: 2.25rem 0;}
.h-20px {height: 20px;}
.h-40px {height: 40px;}
.h-60px {height: 60px;}

@media (min-width: 576px) {
    .p-sm-4-5 {padding: 2.25rem !important;}
    .px-sm-4-5 {padding-left: 2.25rem !important;}
    .px-sm-4-5 {padding-right: 2.25rem !important;}
    .py-sm-4-5 {padding-top: 2.25rem !important;}
    .py-sm-4-5 {padding-bottom: 2.25rem !important;}
}

@media (min-width: 768px) {
    .p-md-4-5 {padding: 2.25rem !important;}
    .px-md-4-5 {padding-left: 2.25rem !important;}
    .px-md-4-5 {padding-right: 2.25rem !important;}
    .py-md-4-5 {padding-top: 2.25rem !important;}
    .py-md-4-5 {padding-bottom: 2.25rem !important;}
}

@media (min-width: 992px) {
    .p-lg-4-5 {padding: 2.25rem !important;}
    .px-lg-4-5 {padding-left: 2.25rem !important;}
    .px-lg-4-5 {padding-right: 2.25rem !important;}
    .py-lg-4-5 {padding-top: 2.25rem !important;}
    .py-lg-4-5 {padding-bottom: 2.25rem !important;}
}

@media (min-width: 1200px) {
    .p-xl-4-5 {padding: 2.25rem !important;}
    .px-xl-4-5 {padding-left: 2.25rem !important;}
    .px-xl-4-5 {padding-right: 2.25rem !important;}
    .py-xl-4-5 {padding-top: 2.25rem !important;}
    .py-xl-4-5 {padding-bottom: 2.25rem !important;}
}

.lh-1 {line-height: 1;}
.lh-normal {line-height: normal;}
/* === /wp-content/themes/reveal/css/tiny-slider.css === */
﻿.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.loaded{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
/*Custom Tiny Slider styles*/
.tns-slider {
  position: relative;
}
.tns-nav {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tns-slider--nav-top {
  margin-top: 0;
}
.tns-slider--nav-bottom {
  margin-bottom: 0;
}
.tns-nav button {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #376fd1;
  cursor: pointer;
  outline-style: none;
  transition: box-shadow 250ms linear, border 250ms linear, background 250ms linear;
}
.tns-nav button:hover,
.tns-nav button:focus {
  border: 1px solid #2d5aaa;
  box-shadow: 0 0 0 0.08rem rgba(0, 123, 255, 0.43);
  transition: box-shadow 250ms linear, border 250ms linear, background 250ms linear;
}
.tns-nav button.tns-nav-active {
  background: #376fd1;
}
.tns-nav button.tns-nav-active:hover,
.tns-nav button.tns-nav-active:focus {
  background: #2d5aaa;
  border: 1px solid #2d5aaa;
}

.tns-outer button[data-action] {
  display: none;
}

.tns-controls [data-controls] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  top: 50%;
  transform: translate3d(-100% ,-50%,0);
  z-index: 1;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 5rem;
  font-weight: 100;
  color: #346ed1;
  cursor: pointer;
  transition: font-size 250ms linear;
}
.tns-controls [data-controls]:hover:not([disabled]),
.tns-controls [data-controls]:focus:not([disabled]) {
  font-size: 7rem;
}
.tns-controls [data-controls="next"]{
  right: 0;
  transform: translate3d(100% ,-50%,0);
}
.tns-controls [data-controls][disabled]{
  cursor: default;
  opacity: 0.3;
}

.tns-slider--reviews .font-italic {
    font-size: 23px;
}


@media (min-width: 1200px) and (max-width: 1240px), (min-width: 992px) and (max-width: 1060px), (min-width: 768px) and (max-width: 820px), (max-width: 640px) {
  .tns-controls [data-controls] {transform: translate3d(0 ,-50%,0);}
  .tns-controls [data-controls="next"]{transform: translate3d(0 ,-50%,0);}
}

/* --------------- */
/* WHITE VERSION */
/* --------------- */
.tns-slider--white .tns-nav button {
  border: 1px solid white;
}
.tns-slider--white .tns-nav button.tns-nav-active {
  background: white;
}

/* === /wp-content/themes/reveal/css/styles.css === */
/**
CSS: Custom Styles
**/
html {
    scroll-behavior: smooth;
}
abbr, abbr[title], abbr[data-original-title] {
    text-decoration: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: default;
    border-bottom: 0;
}
img { max-width:100%; height: auto; }
.test-color {color: red!important;}
/*Rank Math*/
.rank-math-breadcrumb {font-size: 0.875rem;}

/*GDPR*/
#gdpr, #gdpr.fixed-bottom {
    z-index: 2147483647;
}

/*Drift Widget*/
#drift-widget-container, .drift-frame-controller {
    z-index: 2147483646 !important;
}
#drift-widget, .drift-frame-controller {
    bottom: 5px !important;
    right: 5px !important;
}

/*Google Survey*/
#contain-402 {
    left: 20px !important;
    right: auto !important;
}

/* Skip to Content / Back to Top */
#skip-to-content:focus {
  background: rgba(55, 111, 209,.75);
  color: #fff;
  outline-color: rgba(255,255,255,0.5);
  position: absolute; top: 20px; left: 20px;
  padding: 15px;
  z-index: 9999;
}
#back-to-top {
  background: #376fd1;
  border-radius: 50%;
  display: none;
  position: fixed; bottom: 82px; right: 20px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transition: display .5s ease-in, opacity .5s ease-in;
}
#back-to-top:hover {background: #2d5aaa;}
#back-to-top img {
  display: block;
  width: 40px;
  height: 25px;
  margin: -15px auto 0;
  position: relative;
  top: 50%;
}
#back-to-top.is-visible {
  display: block;
  opacity: 1;
  transition: display .5s ease-out, opacity .5s ease-out;
}

/*Search Form*/
.search__input {
  padding: 5px 60px 5px 10px !important;
  background: #fff !important;
  border-radius: 2em;
  border: 2px solid #ddd;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.search__input::placeholder {
  color: #ccc;
}
.search__input:focus {
  border-color: #999;
  outline: none;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.35);
}

/*Searh Form Alt*/
.searchform input-group {
  position: relative;
}

.searchform #s {
  padding: 5px 55px 5px 10px;
  border-radius: 1rem;
  border: 1px solid rgba(0,0,0,0.125);
}

.searchform .submit {
  right: 0;
  width: 115px;
  padding: 6.5px 0 !important;
}
.searchform .submit:hover {
  background: #FFF;
}
@media only screen and (max-width: 992px) {
  .searchform #s {
    padding-right: inherit;
  }
}

/* Blogs */
.content-area article:first-child > header .feature-image {
  margin-top: 0 !important;
}
.item-article__info {
  font-size: 0.75rem;
  font-weight: 600;
}
.item-article__summary {
  font-size: 1rem;
}

/* Features: Vertical Border Divider */
.row.vborder > [class*="col"] {
  border-right: 2px solid #ddd;
  padding-bottom: 1.5rem;
}
.row.vborder > [class*="col"]:nth-child(odd) {
  padding-right: 3rem;
}
.row.vborder > [class*="col"]:nth-child(even) {
  padding-left: 3rem;
}
.row.vborder > [class*="6"]:nth-child(2n+0) {
  border: 0;
}
@media only screen and (max-width: 990px) {
  .row.vborder > [class*="col"]:nth-child(odd) {
    padding-right: 1.5rem;
  }
  .row.vborder > [class*="col"]:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .row.vborder > [class*="col"] {
    border-right: 0;
    padding: 0 15px 1.5rem !important;
  }
}

/* Sidebar Cards */
@media only screen and (max-width: 991.98px) {
    .sidebar-right .wp-block-columns {
        display: none;
    }
}
@media only screen and (min-width: 991.98px) {
    .sidebar-right .wp-block-columns {
        display: block !important;
    }
}
.sidebar-right .sidebar-card.ig-custom-html-widget{
  padding: 0;
}
.sidebar-right .sidebar-card {
  box-sizing: border-box;
  padding: 1.75rem 1rem;
  margin-bottom: 1rem;
  background: none;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.5rem;
}
.sidebar-right .sidebar-card h4, .sidebar-right .sidebar-card .sidebar-card__title {
  margin: 0;
  padding: 0 0 12px 0;
  font-size: 1rem;
  font-weight: 600;
}
.toc-heading {
  margin: 0;
  padding: 0 0 12px 0;
  font-size: 1rem;
  font-weight: 600;
}
.sidebar-right .sidebar-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-right .sidebar-card ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.125);
}
.sidebar-right .sidebar-card ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
.sidebar-right .sidebar-card ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: 0.85rem;
  color: #212529;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.sidebar-right .sidebar-card > ul > li > a:hover, .sidebar-card > ul > li > a:focus {
    color: #2d5aaa;
}
.sidebar-right.sidebar-right--header input {
background: #fcfcfc;
}
.sidebar-right.sidebar-right--header header {
  padding: 2.2rem 4rem;
  text-align: left;
  color: white;
  border-radius: 0.6rem 0.6rem 0 0;
}
@media only screen and (max-width: 480px) {
  .sidebar-right.sidebar-right--header header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.sidebar-right.sidebar-right--header header.icon--request-demo {
background-image: url(https://static.infragistics.com/marketing/reveal/watch-a-demo/reveal-watch-demo-image-2.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.sidebar-right.sidebar-right--header .shadow {
  box-shadow: 0 0.5rem 1rem rgb(61 73 138 / 10%) !important;
}
.bg--pelorous {
  background-color: #379bc3;
}
.bg--steel-blue {
  background-color: #4287a5;
}
.bg--mariner {
  background-color: #376fd1;
}
.bg--french-rose {
  background-color: #EC417A;
}
.sidebar-right.sidebar-right--header header .title {
    line-height: 1;
    font-size: 1.6rem;
    margin: 0;
    margin-bottom: -3px;
}
.sidebar-right.sidebar-right--header header .h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.sidebar-right.sidebar-right--header .sidebar-card {
  padding-right: 4rem;
  padding-left: 4rem;
  border: none;
  border-radius: 0;
}

@media only screen and (max-width: 480px) {
  .sidebar-right.sidebar-right--header header.icon--request-demo {
    background-image: none;
  }
  .sidebar-right.sidebar-right--header .sidebar-card {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/* Component: Footer */
.footer {
  background: #000;
  color: #666;
  padding: 30px 0 0;
  text-align: center;
}
.footer.footer-copyright {
  padding: 0 0 30px;
}
.footer .logo {
  max-width: 150px;
  width: 100%;
  margin-bottom: 15px;
}
.footer p {
  color: #666666;
  font-size: .875em;
}
.footer a, .footer a:visited {
    color: #888;
}
.footer a:hover {
    color: #aaa;
}

/* Components: Lists */
/*General*/
.list--li-space-md > li { margin-bottom: 1.25rem; }
.list--li-space-sm > li { margin-bottom: 0.5rem; }
.list--li-space-xs > li { margin-bottom: 0.25rem; }
.list--li-style-none {list-style: none;}

/* Disc */
.list-disc {
  list-style: none;
  overflow: hidden;
  padding-left: 30px;
}
.list-disc li {
  margin-bottom: .75rem;
}
[class*="list-disc"] li::before {
  background-color: #212529;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 7px;
  width: 7px;
  margin-left: -1em;
}
.list-disc--pink li::before {
  background-color: #ec417a;
}
/* Inline - piped */
.list-inline--piped li:not(:last-child) {
  margin-right: 0;
}
.list-inline--piped li::after {
  content: '|';
  margin: 0 10px;
}
.list-inline--piped li:last-child::after {
  display: none;
}
/* Inline - apps */
.list-inline--apps li {
  padding: 0.5rem;
  position: relative;
}
.list-inline--apps li img {
  max-width: 30px;
  min-width: 30px;
}
.list-inline--apps li::after {
  border: 1px solid #fff;
  content: '';
  display: block;
  height: 1rem;
  position: absolute; bottom: .75rem; right: -.5rem;
}
.list-inline--apps li:last-child::after {
  display: none;
}
@media only screen and (max-width: 480px) {
  .list-inline--apps li {font-size: 0.875rem;}
  .list-inline--apps li img {
    max-width: 20px; min-width: 20px;
  }
}
/*List - Checkmarks*/
ul.list-checkmark {
    list-style: none;
    padding-left: 1.75em;
}
.list-checkmark li {
    list-style-position: inside;
    text-indent: -1.75em;
    padding-bottom: 1em;
}
[class*="list-checkmark"] li::before {
    content: '';
    display: inline-block;
    height: 1.25em;
    width: 1.25em;
    background: url(https://static.infragistics.com/marketing/reveal/security/reveal-check-mark.svg) no-repeat;
    margin-right: 0.5em;
    padding: 0.5em 0;
    vertical-align: middle;
}

/* List - Checkmarks Blue Tick */
ul.list-checkmark.blue-tick {
  padding: 0;
}

.list-checkmark.blue-tick li {
  position: relative;
  text-indent: 0;
  padding-left: 2.2em;
  line-height: 1.25;
}

[class*="list-checkmark"].blue-tick li::before {
  height: 1.25em;
  width: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: url(https://static.infragistics.com/marketing/reveal/security/reveal-check-mark-blue.svg)
    no-repeat;
}

.list-checkmark.blue-tick.list-checkmark--border li:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 1em;
}

[class*="list-checkmark"].blue-tick.list-checkmark--border li::before {
  margin: 0.3em 0;
}

/* List - Checkmarks Blue Numbers */
ul.list-checkmark.blue-numbers {
  counter-reset: section;
  list-style: none !important;
}

.list-checkmark.blue-numbers li {
  position: relative;
  text-indent: 0;
  font-size: 1.2em;
  padding-left: 2.6em;
  line-height: 1.25;
}

[class*="list-checkmark"].blue-numbers li::before {
  content: counter(section);
  counter-increment: section;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  border-radius: 100%;
  text-align: center;
  background: #f1592d !important;
  color: white !important;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
}

.list-checkmark.blue-numbers.list-checkmark--border li:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 1em;
}

[class*="list-checkmark"].blue-numbers.list-checkmark--border li::before {
  margin: 0.1em 0;
}

ul.blue-numbers {
  padding: 0;
}


/*List - Checkmarks Fill Icons*/
ul.list-checkmark.fill-icon {
    padding-left: 2em;  
}
.list-checkmark li {
    text-indent: -2em;
}
[class*="list-checkmark"].fill-icon li::before {
    height: 1em;
    width: 1em;
    margin-right: 1em;
    background: url(https://static.infragistics.com/marketing/reveal/reveal-check-mark-icon.svg) no-repeat;
}

/*Columns*/
.columns.columns__2 { -webkit-columns: 2; -moz-columns: 2; columns: 2; }
.columns.columns__150w { -webkit-columns: 150px; -moz-columns: 150px; columns: 150px; }
@media only screen and (max-width: 576px) {
   .columns.columns__1--sm {-webkit-columns: 1;-moz-columns: 1;columns: 1;}
}
@media only screen and (max-width: 768px){
   .columns.columns__1--md {-webkit-columns: 1;-moz-columns: 1;columns: 1;}
}
@media only screen and (max-width: 992px) {
   .columns.columns__1--md {-webkit-columns: 1;-moz-columns: 1;columns: 1;}
}


/*Icon Btn*/
.icon-btn__container {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.icon-btn__container .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.icon-btn {
    background: rgb(237 74 153);
    border-radius: 100%;
    display: flex;
    width: 80px;
    height: 80px;
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(237, 74, 153, 0.5);
}
.icon-btn--play::after {
    content: '';
    width: 0;height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block
}

.icon-btn--pulse { animation: pulse-icon-btn 2s infinite; }
.icon-btn__container:hover .icon-btn--pulse-default_hvr,
.icon-btn__container:focus-visible .icon-btn--pulse-default_hvr {
    animation: pulse 2s infinite;
}
.icon-btn__container:hover .icon-btn--pulse_hvr,
.icon-btn__container:focus-visible .icon-btn--pulse_hvr {
    animation: pulse-icon-btn 2s infinite;
}

/* Umbraco Macro Components */
/****
Macro: Blog Teaser
****/
.bt__posts {
  width: 100%;
}
.bt__post-image img {
  width: 100%;
}
.bt__post {
  margin-bottom: 2.25em;
}
.bt__post header {
  margin-bottom: 1.5rem;
}
.bt__post header h4 {
  margin-bottom: .25rem;
}
.bt__post header h4 a,
.bt__post header h4 a:visited{
  color: #212529;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.bt__post header h4 a:hover,
.bt__post header h4 a:focus {
  color: #2d5aaa;
}
.bt__post-subheader,
.bt__post-subheader time {
  font-size: 0.875rem;
}
.bt__post-subheader time::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.bt__content > *:last-child {
  margin-bottom: 0;
}
.bt__content {
  margin-bottom: 1.5rem;
}
.bt__post--tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bt__post--tags li {
  display: inline-block;
  font-size: 0.875em;
  margin-bottom: 0;
}
.bt__post--tags li::after {
  content: ",";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  font-size: 0.875rem;
  line-height: 0.875rem;
  top: 0px;
}
.bt__post--tags li:last-child::after {
  opacity: 0;
}

/* Blog Teaser: Card Type */
.bt__posts[data-blog-type*="blog-card"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.bt__posts[data-blog-type*="blog-card"] .bt__post {
    background: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    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-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bt__posts[data-blog-type*="blog-card"] .bt__post-image {
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.bt__posts[data-blog-type*="blog-card"] .bt__content-wrap {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.bt__posts[data-blog-type*="blog-card"] .bt__content-wrap footer {
    margin-top: auto;
}

.bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post {
    width: 32.3%;
    max-width: 32.3%;
    margin-left: 1.5%;
}
.bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:first-of-type,
.bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:nth-of-type(3n+1) {
    margin-left: 0;
}
.no-flexbox .bt__posts[data-blog-type*="blog-card"] {vertical-align: top;}
.no-flexbox .bt__posts[data-blog-type*="blog-card"] .bt__content-wrap {display: block;}

/* Linking blog teaser zone */
.bt__post .bt__post-link:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bt__post .bt__post-subheader, .bt__post footer li {
    position: relative;
    z-index: 1;
}

/* Hide blog teaser tags */
.bt__tags--hidden .bt__content {
    margin-bottom: 0;
}

.bt__tags--hidden .bt__post--tags {
    display: none;
}

/* Reportplus FAQ Comparison Table */
.comparison-table {
    table-layout: fixed;
    width: 100%;
}
.comparison-table tr th {
    background: #666;
    color: #FFF;
}
.comparison-table .sub-head {
    background: #888;
    color: #FFF;
}
.comparison-table tr td {
    border: 1px solid rgba(0,0,0,0.1);
    font-weight: 300;
}
.comparison-table .checked {
    background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI2NDAiIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj4KPHRpdGxlPmNoZWNrMTwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI2NS40MDggNTQzLjkzNmMtMTMuOTIgMC0yNy4xMDQtNi40OTYtMzUuNTUyLTE3LjY5NmwtMTE0LjMzNi0xNTEuMDcyYy0xNC44OC0xOS42MTYtMTEuMDA4LTQ3LjU1MiA4LjY0LTYyLjQzMiAxOS42OC0xNC45NDQgNDcuNjE2LTExLjAwOCA2Mi40OTYgOC42NGw3NS4yMzIgOTkuMzI4IDE4OS4xNTItMzAzLjc0NGMxMy4wMjQtMjAuODY0IDQwLjU0NC0yNy4yNjQgNjEuNDcyLTE0LjI0IDIwLjg5NiAxMi45OTIgMjcuMzI4IDQwLjUxMiAxNC4yNzIgNjEuNDRsLTIyMy40ODggMzU4LjcyYy03Ljc0NCAxMi41MTItMjEuMTUyIDIwLjMyLTM1Ljg0IDIwLjk5Mi0wLjcwNCAwLjA2NC0xLjM0NCAwLjA2NC0yLjA0OCAwLjA2NHoiPjwvcGF0aD4KPC9zdmc+Cg==);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.comparison-table .checked--pink {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2NDAgNjQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NDAgNjQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VDNDE3QTt9Cjwvc3R5bGU+Cjx0aXRsZT5jaGVjazE8L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNjIsNTk3Yy0xNi45LDAtMzIuOS03LjktNDMuMi0yMS41TDgwLDM5MmMtMTguMS0yMy44LTEzLjQtNTcuNywxMC41LTc1LjhjMjMuOS0xOC4xLDU3LjgtMTMuNCw3NS45LDEwLjUKCWw5MS4zLDEyMC42TDQ4Ny40LDc4LjVjMTUuOC0yNS4zLDQ5LjItMzMuMSw3NC42LTE3LjNjMjUuNCwxNS44LDMzLjIsNDkuMiwxNy4zLDc0LjZMMzA4LDU3MS40Yy05LjQsMTUuMi0yNS43LDI0LjctNDMuNSwyNS41CglDMjYzLjYsNTk3LDI2Mi44LDU5NywyNjIsNTk3TDI2Miw1OTd6Ii8+Cjwvc3ZnPgo=);
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post {
        width: 47.5%;
        max-width: 47.5%;
        margin-left: 1.5%;
    }
    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:nth-of-type(3n+1) {margin-left: 1.5%;}
    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:first-of-type,
    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:nth-of-type(2n+1) {
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
/****************************/

/* reviews section */
.bq--openquote blockquote::before {
    color: #ec417a;
    content: '\201C';
    display: inline;
    font-size: 6rem;
    line-height: 0;
    height: 0;
    left: -20px;
    position: relative;
    top: 55px;
    font-family: Perpetua,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
}

.bq--openquote footer {
    color: #666666;
}

/*WP Quotes*/
/*Block Quote*/
.wp-block-quote {
  padding: 1rem 1.5rem;
  border-left: 2px solid #ec417a;
}
.wp-block-quote p {
  font-size: 1.5rem;
}
/*Pull Quote*/
.wp-block-pullquote {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin: 2.5rem 0;
  position: relative;
}
.wp-block-pullquote blockquote::before {
    color: #ec417a;
    content: '\201C';
    display: inline;
    font-family: Perpetua,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 6rem;
    line-height: 0;
    height: 0;
    left: 0;
    position: relative;
    top: 40px;
}

.pricing {}
.pricing__item {
    border-radius: 0.5rem;
}
.pricing__details .pricing__price-detail {
    display: block;
    font-size: 0.875rem;
}
.pricing__details .pricing__price {
    display: block;
    margin-bottom: 0;
}
.pricing__item .card-body, .pricing__item .card-footer {
    padding: 3rem;
}
.pricing__item .card-footer {
    border-top: 0;
    background: transparent;
    padding-top: 0;
}

/*Pricing Options*/
.pricing__options {
    margin-bottom: 1.25rem;
}
.pricing__options label {
    width: 100%;
    cursor: pointer;
}
.pricing__options label .pricing__option-price {
    display: inline-block;
    min-width: 60px;
    margin-right: 1.5rem;
}
.pricing__option:focus .pricing__radio,
.pricing__radio:focus { outline: none; box-shadow: 0 0 0 0.2rem rgba(249, 0, 84, 0.5);}

.pricing__option:hover .pricing__radio,
.pricing__radio:hover {
    border-color: #777;
}
.pricing__radio-item  {
    position: relative;
    /* cursor: pointer; */
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 0.5rem;
}
.pricing__radio-item input[type="radio"] {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 0;
    cursor: pointer;
}

.pricing__radio  {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    width: 18px;
    height: 18px;
}

.pricing__radio input {
    opacity: 0;
    width: 17px;
    height: 17px;
}

.pricing__radio-item input:checked + .pricing__radio {
    background: #ec417a;
    border-color: #ec417a;
}
.pricing__radio-item input:checked + .pricing__radio::after {content: '';display: block;background: transparent;width: 10px;height: 6px;border: 1px solid #fff;border-width: 0 0 2px 2px;position: absolute;top: 50%;left: 50%;transform: rotate(-45deg);margin-left: -5px;margin-top: -8px;}

/*Pricing Modifiers*/
.pricing__item.pricing__item--single {
  height: 100%;
  flex: 1 1 100%;
}

.pricing.pricing--condensed .pricing__item {
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    flex: 0 0 30.3%;
    max-width: 30.3%;
    width: 100%;
    min-height: 1px;
    margin: 30px 1%;
}
.pricing.pricing--condensed .pricing__item.pricing__item--featured {
    background: url(https://static.infragistics.com/marketing/reveal/business-teams-reveal-wave-card.svg),rgb(236,65,122);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center,bottom;
    transform: scale(1.05);
}
.pricing.pricing--condensed .pricing__item .pricing__details {
    color: #fff;
    text-align: center;
    padding: 2rem;
    width: 100%;
}
.pricing.pricing--condensed .pricing__item.pricing__item--featured .pricing__details {
    padding: 3rem 2rem;
    background: none;
    flex: 0 0 100%;
    /* color: #fff; */
}

.pricing.pricing--condensed .pricing__item--featured .pricing__details h1, .pricing.pricing--condensed .pricing__item--featured .pricing__details h2, .pricing.pricing--condensed .pricing__item--featured .pricing__details h3, .pricing.pricing--condensed .pricing__item--featured .pricing__details h4, .pricing.pricing--condensed .pricing__item--featured .pricing__details h5, .pricing.pricing--condensed .pricing__item--featured .pricing__details h6, .pricing.pricing--condensed .pricing__item--featured .pricing__details .h1, .pricing.pricing--condensed .pricing__item--featured .pricing__details .h2, .pricing.pricing--condensed .pricing__item--featured .pricing__details .h3, .pricing.pricing--condensed .pricing__item--featured .pricing__details .h4, .pricing.pricing--condensed .pricing__item--featured .pricing__details .h5, .pricing.pricing--condensed .pricing__item--featured .pricing__details .h6 {
    color: #fff;
}
@media only screen and (max-width: 989.98px) and (min-width: 768px) {
  .pricing.pricing--condensed .pricing__item {
      flex: 1 1 48%;
      max-width: 100%;
      transform: scale(1.0);
  }
  .pricing.pricing--condensed .pricing__item.pricing__item--featured {
      flex: 1 1 auto;
      transform: scale(1.0);
  }
}

@media only screen and (max-width: 768px) {
  .pricing.pricing--condensed .pricing__item {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin: 30px 0;
  }
  .pricing.pricing--condensed .pricing__item.pricing__item--featured {
      transform: scale(1);
  }
}


/**/
#pricing.pricing--embed-table .pricing--embed-table-details {
    background: #6c6d70 url("https://static.infragistics.com/marketing/reveal/business-teams-reveal-wave-card.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
}
#pricing.pricing--embed-table .pricing__item {
    flex: inherit;
    max-width: inherit;
    width: inherit;
    min-height: inherit;
    margin: inherit;
}
#pricing.pricing--embed-table .pricing__item .card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
#pricing.pricing--embed-table .arrow {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 10%;
    margin-top: -15px;
    left: 0%;
}
#pricing.pricing--embed-table .card-group > .card {
    flex: 1 1 24%;
}

@media only screen and (max-width: 575px) {
    .pricing--embed-table#pricing .card-group > .card {flex:auto;}
}

@media only screen and (max-width: 992px) {
    #pricing.pricing--embed-table .arrow {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 10px solid white;
        position: absolute;
        right: auto;
        left: 50%;
        top: auto;
        transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        margin-top: -10px;
    }
    #pricing.pricing--embed-table .card-group > .card {
        flex: 1 1 100%;
    }
    #pricing.pricing--embed-table .card-body {text-align:center;}
    #pricing.pricing--embed-table table {max-width:300px;margin:0 auto;}
}

/*Pagination*/
.pagination.navigation {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.pagination .nav-links {
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 1rem 2rem;
    list-style: none;
    width: 100%;
    z-index: 0;
}
.pagination .screen-reader-text { display: none; }
.pagination .page-numbers {
    background-color: #fff;
    border-radius: 50%;
    color: #007bff;
    cursor: pointer;
    display: block;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    position: relative;
    margin: 0;
}
.pagination .page-numbers.current,
.pagination .page-numbers.current:hover {
    background: #ec417a;
    border-color: #ec417a;
    color: #fff;
}
.pagination .page-numbers:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination .page-numbers:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    border-radius: 3px;
}

/***
 Customer Post Type: Customer Stories 
***/
.customer-stories__logo > img {height: inherit; margin-bottom: 1.5rem;}
.customer-stories__list .customer-stories__logo {height: 60px;}
.customer-stories__list .customer-stories__logo > img {margin-bottom: 0;}

/* IE only styles */
.lt-ie9 .ie-hide,
.lt-ie10 .ie-hide {
    display: none;
}

.ie-visible {
    display: none;
}
.lt-ie9 .ie-visible,
.lt-ie10 .ie-visible {
    display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie-hide {
        display: none;
    }
    .ie-visible {
        display: block;
    }
}

/***
 Customer Post Type: Customer Stories 
***/
.customer-stories__logo > img {height: inherit; margin-bottom: 1.5rem;}
.customer-stories__list .customer-stories__logo {height: 60px;}
.customer-stories__list .customer-stories__logo > img {margin-bottom: 0;max-height: 60px;}

/* IE only styles */
.lt-ie9 .ie-hide,
.lt-ie10 .ie-hide {
    display: none;
}

.ie-visible {
    display: none;
}
.lt-ie9 .ie-visible,
.lt-ie10 .ie-visible {
    display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie-hide {
        display: none;
    }
    .ie-visible {
        display: block;
    }
}

/* ShateThis Start */
.sharethis-inline-share-buttons {z-index: 0 !important;}
.st-btn {display: inline-block !important;}
/* ShateThis End */

/* ALERT TIPS FOR BLOG */
[class^="icon--"],[class*=" icon--"] {
    position: relative;
    padding-left: 70px;
}
[class^="icon--"]::before,[class*=" icon--"]::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    margin: 15px 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon--success::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %236fb211%3B fill-rule: evenodd%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m22 0C9.85 0 0 9.85 0 22s9.85 22 22 22 22-9.85 22-22S34.15 0 22 0Zm12.13 17.58l-12.28 12.28c-.95.95-2.5.95-3.46 0l-7.9-7.9c-.95-.95-.95-2.5 0-3.46.96-.95 2.51-.95 3.46 0l6.16 6.16 10.56-10.55c.95-.95 2.5-.95 3.46 0 .95.95.95 2.5 0 3.46Z'/%3E%3C/svg%3E");
}
.icon--warning::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fab165%3B fill-rule: evenodd%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m43.67 37.47L24.05 4.12c-.2-.35-.49-.64-.84-.84-1.13-.67-2.59-.29-3.26.84L.33 37.47C.11 37.84 0 38.26 0 38.68 0 39.99 1.07 41.06 2.38 41.06h39.24c.42 0 .84-.11 1.21-.33 1.13-.67 1.51-2.12.84-3.26Zm-19.95-1.05c-.44.45-1.01.67-1.73.67s-1.28-.22-1.71-.67c-.44-.45-.66-1.01-.66-1.7s.22-1.26.66-1.71c.44-.45 1.01-.68 1.71-.68h0c.72 0 1.29.22 1.73.67.44.45.66 1.02.66 1.72s-.22 1.25-.66 1.7Zm.13-7.25h-3.7l-.53-15.85h4.76l-.53 15.85Z'/%3E%3C/svg%3E");
}
.icon--download::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ff8a65%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m22 0C9.85 0 0 9.85 0 22s9.85 22 22 22 22-9.85 22-22S34.15 0 22 0Zm-7.31 18.73c.54-.54 1.41-.54 1.94 0l4.04 4.04v-12.26c0-.76.61-1.38 1.38-1.38s1.38.61 1.38 1.38v12.23l4.04-4.02c.54-.53 1.41-.53 1.94 0 .54.54.53 1.41 0 1.95l-6.41 6.36c-.27.27-.62.4-.97.4s-.7-.13-.97-.4l-6.36-6.36c-.54-.54-.54-1.41 0-1.94Zm18.17 14.27H11.15c-.76 0-1.38-.61-1.38-1.38s.61-1.38 1.38-1.38h21.71c.76 0 1.38.61 1.38 1.38s-.61 1.38-1.38 1.38Z'/%3E%3C/svg%3E");
}
.icon--error::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f26178%3B fill-rule: evenodd%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m22 0C9.85 0 0 9.85 0 22s9.85 22 22 22 22-9.85 22-22S34.15 0 22 0Zm1.99 35.89c-.5.52-1.17.78-2 .78s-1.48-.26-1.98-.78c-.51-.52-.76-1.17-.76-1.96s.25-1.45.76-1.97c.5-.52 1.17-.79 1.98-.79h0c.83 0 1.5.26 2 .78.51.52.76 1.18.76 1.99s-.25 1.45-.76 1.96Zm.15-8.39h-4.29l-.6-18.33h5.5l-.6 18.33Z'/%3E%3C/svg%3E");
}
.icon--help::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2395cbff%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m22 0C9.85 0 0 9.85 0 22s9.85 22 22 22 22-9.85 22-22S34.15 0 22 0Zm1.09 35.02c-.34.36-.84.54-1.5.54s-1.15-.18-1.49-.54c-.34-.36-.5-.81-.5-1.36s.17-1.01.5-1.38c.33-.37.83-.56 1.49-.56s1.15.19 1.5.56c.34.37.51.83.51 1.38s-.17 1-.51 1.36Zm3.35-13.35l-1.99 1.97c-.89.98-1.33 2.4-1.33 4.25h-3.37c.02-1.45.19-2.59.49-3.43.3-.84.92-1.77 1.86-2.79l2.39-2.46c1.02-1.16 1.53-2.39 1.53-3.72s-.34-2.28-1-3c-.67-.73-1.64-1.09-2.91-1.09s-2.24.33-2.99.98c-.75.66-1.13 1.54-1.13 2.64h-3.37c.03-1.97.73-3.56 2.11-4.77 1.38-1.21 3.17-1.82 5.39-1.82s4.08.62 5.37 1.85c1.28 1.23 1.92 2.93 1.92 5.08s-.98 4.22-2.95 6.29Z'/%3E%3C/svg%3E");
}
.icon--info::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %232b46bb%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m22 0C9.85 0 0 9.85 0 22s9.85 22 22 22 22-9.85 22-22S34.15 0 22 0Zm1.49 33h-2.98V15.57h2.98v17.43Zm-.15-20.85c-.3.32-.74.48-1.32.48s-1.02-.16-1.31-.48c-.29-.32-.44-.73-.44-1.21h0c0-.48.15-.89.44-1.22.3-.33.73-.5 1.31-.5s1.02.17 1.32.5c.3.33.45.74.45 1.23s-.15.89-.45 1.21Z'/%3E%3C/svg%3E");
}
.icon--tips::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='logo' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23radial-gradient)%3B isolation: isolate%3B opacity: .5%3B %7D .cls-2 %7B fill: %23c21e5c%3B %7D .cls-3 %7B fill: %23d81b61%3B %7D .cls-4 %7B fill: %23ec417a%3B %7D .cls-5 %7B fill: url(%23linear-gradient)%3B %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='27.57' y1='245.59' x2='4.08' y2='232.03' gradientTransform='translate(0 -218)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ec417a'/%3E%3Cstop offset='.28' stop-color='%23ec437a'/%3E%3Cstop offset='.46' stop-color='%23ed4c78'/%3E%3Cstop offset='.61' stop-color='%23ef5b75'/%3E%3Cstop offset='.74' stop-color='%23f27071'/%3E%3Cstop offset='.87' stop-color='%23f58b6c'/%3E%3Cstop offset='.98' stop-color='%23f9ac66'/%3E%3Cstop offset='1' stop-color='%23fab165'/%3E%3C/linearGradient%3E%3CradialGradient id='radial-gradient' cx='36.79' cy='306.98' fx='36.79' fy='306.98' r='30.31' gradientTransform='translate(0 -133.41) scale(1 .57)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='.86' stop-color='%23000' stop-opacity='.77'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='.9'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath class='cls-2' d='m37.57 41.8c0-.13-.02-.27-.05-.4-.04-.18-.11-.37-.21-.54l-12.87-14.59c-1.17.43-2.43.71-3.74.83-.22.04-.45.05-.7.05-6.81.35-13.58 6.14-13.58 13.58v1.15c0 .44.13.86.37 1.19.16.23.34.42.57.57.34.23.75.37 1.19.37h27.02c.2-.01.38-.05.56-.11.05-.01.09-.04.13-.05.72-.31 1.21-.99 1.28-1.75 0-.05.01-.09.01-.13v-.16s0 0 0 0h0Z'/%3E%3Cpath class='cls-3' d='m11.55 44h23.89c1.61 0 2.64-1.72 1.87-3.14l-8.34-9.47c-.37-.02-.73-.04-1.1-.04-8.73 0-15.85 5.6-16.32 12.65Z'/%3E%3Cpath class='cls-4' d='m33.63 36.67c-6.64.04-12.34 3.03-14.85 7.31h16.66c1.61 0 2.64-1.72 1.87-3.14l-3.68-4.17Z'/%3E%3Cpath class='cls-5' d='m20.02 0C12.52 0 6.44 6.08 6.44 13.58v27.14c0-7.44 6.75-13.21 13.58-13.58 7.61-.4 13.58-6.08 13.58-13.58S27.5 0 20.02 0Z'/%3E%3Cpath class='cls-1' d='m37.31 40.86l-12.87-14.59c-1.17.43-2.43.71-3.74.83-.22.04-.45.05-.7.05-6.81.35-13.58 6.14-13.58 13.58v.18-.18 1.15c0 1.17.95 2.13 2.13 2.13h26.87c1.63 0 2.65-1.72 1.88-3.14h0Z'/%3E%3C/svg%3E");
}

/* NEWSLETTERS FORM */
.newsletter--content {
    background-image: linear-gradient(180deg, #f26a89 40%, #f26a89 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.newsletter--content .ui-form .form-control {
    color: gray;
    background-color: white;
    border-radius: 5px;
    padding: 1.45rem 1rem;
}
.newsletter--content .ui-form label {
    color: white;
}
/* FULL BLOK */
.newsletter--content.newsletter--column-full {
    background-image: none;
    background-color: #6b8bfc;

    padding-left: 28%;
    padding-right: 3rem;
}
@media only screen and (max-width: 600px) {
  .newsletter--content.newsletter--column-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.newsletter--content.newsletter--column-full::after, .newsletter--content.newsletter--column-full::before {
    content: '';
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}
.newsletter--content.newsletter--column-full::after {
    background-image: url('https://static.infragistics.com/marketing/reveal/newsletter/reveal-newsletter-envelope-illustration.svg');
    top: calc(50% - 75px);
    left: 0;
    margin-left: 2.2rem;
    width: 18%;
    height: 50%;
}
.newsletter--content.newsletter--column-full::before {
    display: none;
    background-image: url('https://static.infragistics.com/marketing/reveal/newsletter/reveal-newsletter-envelope-illustration.svg');
    top: -7%;
    right: -6%;
    width: 25%;
    height: 25%;
}
@media only screen and (max-width: 600px) {
    .newsletter--content.newsletter--column-full::after {
        display: none;
    }.newsletter--content.newsletter--column-full::before {
        display: block;
        top: -7%;
        right: 6%;
    }
}

/*ONE COLUMN*/
.newsletter--content.newsletter--column-half::before {
    content: '';
    display: block;
    position: absolute;
    top: -16%;
    right: -5%;
    height: 22%;
    width: 22%;
    background-repeat: no-repeat;
    background-image: url('https://static.infragistics.com/marketing/reveal/newsletter/reveal-newsletter-email.svg');
}

@media only screen and (max-width: 600px) {
  .newsletter--content.newsletter--column-half::before {
    top: -12%;
    right: -12%;
  }
}
/* NEWSLETTERS FORM - END */

/* TOP LEFT ROCKET - start (ref: /how-data-driven-is-your-company) */
.top-left-rocket {
    position: relative;
}

.top-left-rocket::before {
    content: '';
    display: block;
    position: absolute;
    top: -56px;
    right: -39px;
    height: 140px;
    width: 530px;
    background-repeat: no-repeat;
    background-image: url('https://static.infragistics.com/marketing/slingshot/data-driven/slingshot-rocket-corner.svg');
}

@media only screen and (max-width: 768px) {
    .top-left-rocket::before {display: none;}
}
/* TOP LEFT ROCKET - END */


/* MODS NEWSLETTER  */
.custom-control--newsletter {
    width: 140%;
}

.custom-control--newsletter {
    width: 140%;
}
@media only screen and (max-width: 600px) {
  .custom-control--newsletter {
      width: auto;
  }
}
/* MODS NEWSLETTER - END */

/* Text limit */
.text-limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-limit-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}


.text-limit-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/*******************/
/* Gradient Title */
/*****************/
.title-ai-gradient {  
 background: linear-gradient(to right, #fbb365, #ec417a);  
 -webkit-background-clip: text;    
 -webkit-text-fill-color: transparent;   
 display: inline-block;  
}
/*WOVN BEGIN */
.wovn-languages {
  position: relative;
  display: inline-block!important;
}
.wovn-switch {
  padding-bottom: 4px!important;
  display: block!important;
}
.wovn-switch-template .wovn-switch {
  
  cursor:pointer!important;
}
.wovn-switch:not(.dashicons-admin-site-alt3):hover {
  cursor: pointer!important;
  
}
.wovn-switch:not(.dashicons-admin-site-alt3) {
  cursor: pointer!important;
  padding-bottom: 5px;
}
.wovn-switch-template .wovn-switch:hover {
  padding-bottom: 5px;
  cursor:pointer!important;
  color: #4160d7 !important;
}
.wovn-languages .wovn-lang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: inline-block!important;
  width: 150px; 
}
.wovn-languages .container {
  padding-left:3px;
  padding-right:3px;
}
.wovn-languages .wovn-lang-list li {
  padding: 10px; 
  cursor: pointer;
}

.wovn-languages ul.wovn-lang-list li:hover {
  background-color: #f0f0f0;
}

.wovn-languages.open ul.wovn-lang-list {
  display: block;
}
@media (max-width: 768px) {
  .wovn-languages {
      display: grid !important;
      grid-template-columns: repeat(2, auto);
      gap: 10px;
      margin-left: 50%;
      width: 100%;
    }
    
    .wovn-switch {
      display: block;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
    }
    
    .wovn-switch.selected {

    }
}
/*WOVN END */

/* Consent area start */
.ig-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ig-tooltip .ig-tooltiptext {
visibility: hidden;
position: absolute;
width: 160px;
background-color: #FFF;
color: #0099ff;
border-color: #0099ff;
font-size: 0.675rem;
text-align: center;
line-height: 1.2rem;
padding: 5px;
border-radius: 6px;
z-index: 1;
opacity: 0;
transition: opacity .6s;
}

.ig-tooltip-top {
bottom: 125%;
left: 50%;
margin-left: -80px;
}

.ig-tooltip:hover .ig-tooltiptext {
visibility: visible;
opacity: 1;
}

.ig-tooltip-top::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #FFF transparent transparent transparent;
}

.gdpr-block {display: none;top: auto;width: auto;box-sizing: border-box;z-index: 2147483640;bottom: 30px;left: 8vw; overflow: visible;border-radius: 1rem;background-color: #20226f;line-height: 1.5em;box-shadow: 0px 0px 1px #ebebf5;}
.gdpr-block a {text-decoration: none !important;}
.gdpr-block-summary {max-width: 300px;color:#b4b4b4;}
.gdpr-block .features-block {margin: 0 auto; box-sizing: border-box;padding:0;width: auto; max-width: 560px;}
.gdpr-block .consent-option {display: inline-block;}

.gdpr-block .label__text {color:#FFF !important;}
.gdpr-block .ui-form__checkbox-container .ui-form__checkbox {background: transparent; border: 2px solid #FFF;}
/* .ui-form__checkbox-container:hover .ui-form__checkbox {border-color: #e6e6e6;} */
.gdpr-block .ui-form__checkbox-container input:checked ~ .ui-form__checkbox {background: #1F5D79;border-color: #1F5D79;}
.gdpr-block .ui-form__checkbox-container input:checked ~ .ui-form__checkbox::after {border: solid #000;border-width: 0 2px 2px 0;left: 3px;top: -1px;width: 5px;height: 10px;}
/* .ui-form__checkbox-container:hover .ui-form__checkbox::after {border-color: #101010 !important;} */
#gdpr_accept_selection {display: inline-block; margin: 0 0 0 15px !important;}

@media only screen and (max-width: 960px) {
.gdpr-block {top: auto;bottom: 30px;left: 15px;width: calc(100% - 30px);max-width: 380px;}
.gdpr-block .consent-option:nth-child(3) label {margin-left: 0 !important;}
.gdpr-block .features-block > div {box-sizing:border-box;width:100%;max-width:100%;padding:15px 0 0 0;text-align:left;}
}
@media only screen and (max-width: 410px) {
#gdpr_accept_selection {margin: 15px 0 0 0 !important;display: block;width: fit-content;}
}
/* Consent area End */

/*Form checkbox*/
.ui-form .ui-form__checkbox-group label.ui-form__checkbox-container {
margin-right: 25px;
}
label.ui-form__checkbox-container {
cursor: pointer;
display: inline-block;
overflow: hidden;
margin-top: 15px;
padding-left: 30px;
position: relative;
vertical-align: middle;
}

.ui-form__checkbox-container .ui-form__checkbox {
background: #f9f9f9;
border: 1px solid #aaa;
cursor: pointer;
display: inline-block; width: 17px; height: 17px;
position: absolute; left: 0; top: 0;
}

.ui-form__checkbox-container input {
visibility: hidden;
position: absolute;
width: 0;
height: 0;
}
.ui-form__checkbox-container .ui-form__checkbox::after {
border: solid red;
border-radius: 5px;
border-width: 0 3px 3px 0;
content: "";
position: absolute; left: 12px; top: 12px;
height: 0; width: 0;
opacity: 1;
-webkit-transform: rotate(0deg) scale(0);
-ms-transform: rotate(0deg) scale(0);
transform: rotate(0deg) scale(0);
}
.ui-form__checkbox-container input:checked ~ .ui-form__checkbox::after {
background-color: transparent;
border: solid #aaa;
border-radius: 0;
border-width: 0 2px 2px 0;
opacity: 1;
left: 5px; top: -1px;
width: 6px; height: 12px;
-webkit-transform: rotate(37deg) scale(1);
-ms-transform: rotate(37deg) scale(1);
transform: rotate(37deg) scale(1);
}
.ui-form__checkbox-container input:checked ~ .ui-form__checkbox {
background: #f9f9f9;
border-radius: 0;
opacity: 1;
}
/* .ui-form__checkbox-container:hover .ui-form__checkbox { border-color: #666; } */
/* .ui-form__checkbox-container:hover .ui-form__checkbox::after { border-color: #666 !important; } */
/*Form checkbox*/

/*
 * International Telephone Input v25.3.1
 * https://github.com/jackocnr/intl-tel-input.git
 * Licensed under the MIT license
 */
:root{--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:white;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-path-flags-1x:url("../images/flags.webp");--iti-path-flags-2x:url("../images/flags@2x.webp");--iti-path-globe-1x:url("../images/globe.webp");--iti-path-globe-2x:url("../images/globe@2x.webp");--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin:0!important}.iti__country-container{position:absolute;top:0;bottom:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-16px}.iti__ae{--iti-flag-offset:-32px}.iti__af{--iti-flag-offset:-48px}.iti__ag{--iti-flag-offset:-64px}.iti__ai{--iti-flag-offset:-80px}.iti__al{--iti-flag-offset:-96px}.iti__am{--iti-flag-offset:-112px}.iti__ao{--iti-flag-offset:-128px}.iti__ar{--iti-flag-offset:-144px}.iti__as{--iti-flag-offset:-160px}.iti__at{--iti-flag-offset:-176px}.iti__au{--iti-flag-offset:-192px}.iti__aw{--iti-flag-offset:-208px}.iti__ax{--iti-flag-offset:-224px}.iti__az{--iti-flag-offset:-240px}.iti__ba{--iti-flag-offset:-256px}.iti__bb{--iti-flag-offset:-272px}.iti__bd{--iti-flag-offset:-288px}.iti__be{--iti-flag-offset:-304px}.iti__bf{--iti-flag-offset:-320px}.iti__bg{--iti-flag-offset:-336px}.iti__bh{--iti-flag-offset:-352px}.iti__bi{--iti-flag-offset:-368px}.iti__bj{--iti-flag-offset:-384px}.iti__bl{--iti-flag-offset:-400px}.iti__bm{--iti-flag-offset:-416px}.iti__bn{--iti-flag-offset:-432px}.iti__bo{--iti-flag-offset:-448px}.iti__bq{--iti-flag-offset:-464px}.iti__br{--iti-flag-offset:-480px}.iti__bs{--iti-flag-offset:-496px}.iti__bt{--iti-flag-offset:-512px}.iti__bw{--iti-flag-offset:-528px}.iti__by{--iti-flag-offset:-544px}.iti__bz{--iti-flag-offset:-560px}.iti__ca{--iti-flag-offset:-576px}.iti__cc{--iti-flag-offset:-592px}.iti__cd{--iti-flag-offset:-608px}.iti__cf{--iti-flag-offset:-624px}.iti__cg{--iti-flag-offset:-640px}.iti__ch{--iti-flag-offset:-656px}.iti__ci{--iti-flag-offset:-672px}.iti__ck{--iti-flag-offset:-688px}.iti__cl{--iti-flag-offset:-704px}.iti__cm{--iti-flag-offset:-720px}.iti__cn{--iti-flag-offset:-736px}.iti__co{--iti-flag-offset:-752px}.iti__cr{--iti-flag-offset:-768px}.iti__cu{--iti-flag-offset:-784px}.iti__cv{--iti-flag-offset:-800px}.iti__cw{--iti-flag-offset:-816px}.iti__cx{--iti-flag-offset:-832px}.iti__cy{--iti-flag-offset:-848px}.iti__cz{--iti-flag-offset:-864px}.iti__de{--iti-flag-offset:-880px}.iti__dj{--iti-flag-offset:-896px}.iti__dk{--iti-flag-offset:-912px}.iti__dm{--iti-flag-offset:-928px}.iti__do{--iti-flag-offset:-944px}.iti__dz{--iti-flag-offset:-960px}.iti__ec{--iti-flag-offset:-976px}.iti__ee{--iti-flag-offset:-992px}.iti__eg{--iti-flag-offset:-1008px}.iti__eh{--iti-flag-offset:-1024px}.iti__er{--iti-flag-offset:-1040px}.iti__es{--iti-flag-offset:-1056px}.iti__et{--iti-flag-offset:-1072px}.iti__fi{--iti-flag-offset:-1088px}.iti__fj{--iti-flag-offset:-1104px}.iti__fk{--iti-flag-offset:-1120px}.iti__fm{--iti-flag-offset:-1136px}.iti__fo{--iti-flag-offset:-1152px}.iti__fr{--iti-flag-offset:-1168px}.iti__ga{--iti-flag-offset:-1184px}.iti__gb{--iti-flag-offset:-1200px}.iti__gd{--iti-flag-offset:-1216px}.iti__ge{--iti-flag-offset:-1232px}.iti__gf{--iti-flag-offset:-1248px}.iti__gg{--iti-flag-offset:-1264px}.iti__gh{--iti-flag-offset:-1280px}.iti__gi{--iti-flag-offset:-1296px}.iti__gl{--iti-flag-offset:-1312px}.iti__gm{--iti-flag-offset:-1328px}.iti__gn{--iti-flag-offset:-1344px}.iti__gp{--iti-flag-offset:-1360px}.iti__gq{--iti-flag-offset:-1376px}.iti__gr{--iti-flag-offset:-1392px}.iti__gt{--iti-flag-offset:-1408px}.iti__gu{--iti-flag-offset:-1424px}.iti__gw{--iti-flag-offset:-1440px}.iti__gy{--iti-flag-offset:-1456px}.iti__hk{--iti-flag-offset:-1472px}.iti__hn{--iti-flag-offset:-1488px}.iti__hr{--iti-flag-offset:-1504px}.iti__ht{--iti-flag-offset:-1520px}.iti__hu{--iti-flag-offset:-1536px}.iti__id{--iti-flag-offset:-1552px}.iti__ie{--iti-flag-offset:-1568px}.iti__il{--iti-flag-offset:-1584px}.iti__im{--iti-flag-offset:-1600px}.iti__in{--iti-flag-offset:-1616px}.iti__io{--iti-flag-offset:-1632px}.iti__iq{--iti-flag-offset:-1648px}.iti__ir{--iti-flag-offset:-1664px}.iti__is{--iti-flag-offset:-1680px}.iti__it{--iti-flag-offset:-1696px}.iti__je{--iti-flag-offset:-1712px}.iti__jm{--iti-flag-offset:-1728px}.iti__jo{--iti-flag-offset:-1744px}.iti__jp{--iti-flag-offset:-1760px}.iti__ke{--iti-flag-offset:-1776px}.iti__kg{--iti-flag-offset:-1792px}.iti__kh{--iti-flag-offset:-1808px}.iti__ki{--iti-flag-offset:-1824px}.iti__km{--iti-flag-offset:-1840px}.iti__kn{--iti-flag-offset:-1856px}.iti__kp{--iti-flag-offset:-1872px}.iti__kr{--iti-flag-offset:-1888px}.iti__kw{--iti-flag-offset:-1904px}.iti__ky{--iti-flag-offset:-1920px}.iti__kz{--iti-flag-offset:-1936px}.iti__la{--iti-flag-offset:-1952px}.iti__lb{--iti-flag-offset:-1968px}.iti__lc{--iti-flag-offset:-1984px}.iti__li{--iti-flag-offset:-2000px}.iti__lk{--iti-flag-offset:-2016px}.iti__lr{--iti-flag-offset:-2032px}.iti__ls{--iti-flag-offset:-2048px}.iti__lt{--iti-flag-offset:-2064px}.iti__lu{--iti-flag-offset:-2080px}.iti__lv{--iti-flag-offset:-2096px}.iti__ly{--iti-flag-offset:-2112px}.iti__ma{--iti-flag-offset:-2128px}.iti__mc{--iti-flag-offset:-2144px}.iti__md{--iti-flag-offset:-2160px}.iti__me{--iti-flag-offset:-2176px}.iti__mf{--iti-flag-offset:-2192px}.iti__mg{--iti-flag-offset:-2208px}.iti__mh{--iti-flag-offset:-2224px}.iti__mk{--iti-flag-offset:-2240px}.iti__ml{--iti-flag-offset:-2256px}.iti__mm{--iti-flag-offset:-2272px}.iti__mn{--iti-flag-offset:-2288px}.iti__mo{--iti-flag-offset:-2304px}.iti__mp{--iti-flag-offset:-2320px}.iti__mq{--iti-flag-offset:-2336px}.iti__mr{--iti-flag-offset:-2352px}.iti__ms{--iti-flag-offset:-2368px}.iti__mt{--iti-flag-offset:-2384px}.iti__mu{--iti-flag-offset:-2400px}.iti__mv{--iti-flag-offset:-2416px}.iti__mw{--iti-flag-offset:-2432px}.iti__mx{--iti-flag-offset:-2448px}.iti__my{--iti-flag-offset:-2464px}.iti__mz{--iti-flag-offset:-2480px}.iti__na{--iti-flag-offset:-2496px}.iti__nc{--iti-flag-offset:-2512px}.iti__ne{--iti-flag-offset:-2528px}.iti__nf{--iti-flag-offset:-2544px}.iti__ng{--iti-flag-offset:-2560px}.iti__ni{--iti-flag-offset:-2576px}.iti__nl{--iti-flag-offset:-2592px}.iti__no{--iti-flag-offset:-2608px}.iti__np{--iti-flag-offset:-2624px}.iti__nr{--iti-flag-offset:-2640px}.iti__nu{--iti-flag-offset:-2656px}.iti__nz{--iti-flag-offset:-2672px}.iti__om{--iti-flag-offset:-2688px}.iti__pa{--iti-flag-offset:-2704px}.iti__pe{--iti-flag-offset:-2720px}.iti__pf{--iti-flag-offset:-2736px}.iti__pg{--iti-flag-offset:-2752px}.iti__ph{--iti-flag-offset:-2768px}.iti__pk{--iti-flag-offset:-2784px}.iti__pl{--iti-flag-offset:-2800px}.iti__pm{--iti-flag-offset:-2816px}.iti__pr{--iti-flag-offset:-2832px}.iti__ps{--iti-flag-offset:-2848px}.iti__pt{--iti-flag-offset:-2864px}.iti__pw{--iti-flag-offset:-2880px}.iti__py{--iti-flag-offset:-2896px}.iti__qa{--iti-flag-offset:-2912px}.iti__re{--iti-flag-offset:-2928px}.iti__ro{--iti-flag-offset:-2944px}.iti__rs{--iti-flag-offset:-2960px}.iti__ru{--iti-flag-offset:-2976px}.iti__rw{--iti-flag-offset:-2992px}.iti__sa{--iti-flag-offset:-3008px}.iti__sb{--iti-flag-offset:-3024px}.iti__sc{--iti-flag-offset:-3040px}.iti__sd{--iti-flag-offset:-3056px}.iti__se{--iti-flag-offset:-3072px}.iti__sg{--iti-flag-offset:-3088px}.iti__sh{--iti-flag-offset:-3104px}.iti__si{--iti-flag-offset:-3120px}.iti__sj{--iti-flag-offset:-3136px}.iti__sk{--iti-flag-offset:-3152px}.iti__sl{--iti-flag-offset:-3168px}.iti__sm{--iti-flag-offset:-3184px}.iti__sn{--iti-flag-offset:-3200px}.iti__so{--iti-flag-offset:-3216px}.iti__sr{--iti-flag-offset:-3232px}.iti__ss{--iti-flag-offset:-3248px}.iti__st{--iti-flag-offset:-3264px}.iti__sv{--iti-flag-offset:-3280px}.iti__sx{--iti-flag-offset:-3296px}.iti__sy{--iti-flag-offset:-3312px}.iti__sz{--iti-flag-offset:-3328px}.iti__tc{--iti-flag-offset:-3344px}.iti__td{--iti-flag-offset:-3360px}.iti__tg{--iti-flag-offset:-3376px}.iti__th{--iti-flag-offset:-3392px}.iti__tj{--iti-flag-offset:-3408px}.iti__tk{--iti-flag-offset:-3424px}.iti__tl{--iti-flag-offset:-3440px}.iti__tm{--iti-flag-offset:-3456px}.iti__tn{--iti-flag-offset:-3472px}.iti__to{--iti-flag-offset:-3488px}.iti__tr{--iti-flag-offset:-3504px}.iti__tt{--iti-flag-offset:-3520px}.iti__tv{--iti-flag-offset:-3536px}.iti__tw{--iti-flag-offset:-3552px}.iti__tz{--iti-flag-offset:-3568px}.iti__ua{--iti-flag-offset:-3584px}.iti__ug{--iti-flag-offset:-3600px}.iti__us{--iti-flag-offset:-3616px}.iti__uy{--iti-flag-offset:-3632px}.iti__uz{--iti-flag-offset:-3648px}.iti__va{--iti-flag-offset:-3664px}.iti__vc{--iti-flag-offset:-3680px}.iti__ve{--iti-flag-offset:-3696px}.iti__vg{--iti-flag-offset:-3712px}.iti__vi{--iti-flag-offset:-3728px}.iti__vn{--iti-flag-offset:-3744px}.iti__vu{--iti-flag-offset:-3760px}.iti__wf{--iti-flag-offset:-3776px}.iti__ws{--iti-flag-offset:-3792px}.iti__xk{--iti-flag-offset:-3808px}.iti__ye{--iti-flag-offset:-3824px}.iti__yt{--iti-flag-offset:-3840px}.iti__za{--iti-flag-offset:-3856px}.iti__zm{--iti-flag-offset:-3872px}.iti__zw{--iti-flag-offset:-3888px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}

.iti__flag-container {
  background: #f3f3f3
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%
}
.arrow-left {
    transform: rotate(180deg);
    transform-origin: center center;
    width: 1.1rem;
    margin-right: 0.5rem;
}
/* === /wp-content/themes/reveal/css/navigation.css === */
/* Navigation: Base */
#main-header {
  z-index: 5;
  position: relative;
  top: 0; left: 0; right: 0;
  height: auto;
}
#main-header .nav__wrapper {
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative; left: 0;
  z-index: 100;
  -ms-flex-align: center !important;
  align-items: center;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  padding: 10px 15px;
  flex-wrap: wrap;
}
#main-header .nav__container {
  position: relative;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
}
#main-header .nav__container .navbar-toggler {
  display: none;
}

#main-header .nav__wrapper--logo {
  flex: 1;
  margin: 5px 15px 5px 0;
}
#main-header .nav__container .nav__brand {
  display: inline-block;
}
#main-header .nav__container .nav__brand,
#main-header .nav__container .nav__brand img,
#main-header .nav__container .nav__brand svg {
  margin: 0 !important;
  width: 85px;
  min-height: 42px;
}
#main-header nav {
  color: #333;
}
#main-header .nav__actions {
  margin: 10px 0 10px auto;
  padding-left: 20px;
}


#main-header .menu-main-menu-header-container,
#main-header .menu-main-menu-header-jp-container {
  display: inline-block;
  position: relative;
  margin: 10px 20px 10px 0;
  word-break: normal;
}

#main-header .main-menu-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto !important;
  align-items: center;
}

#main-header .main-menu-header > .menu-item:first-child {
  padding-left: 0 !important;
}

#main-header .main-menu-header > .menu-item:last-child {
  padding-right: 0 !important;
}

#main-header .main-menu-header > .menu-item {
  position: relative;
  padding: 0 1rem !important;
}
#main-header .menu-item > a .menu-item-description {
  font-size: 0.85rem;
  font-weight: 400;
  color: #333;
  display: block;
}

#main-header .main-menu-header > .menu-item a,
#main-header .nav__actions > a{
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

#main-header .main-menu-header > .menu-item a:hover,
#main-header .slideDown .menu-item a:hover,
#main-header .sub-menu a:hover,
#main-header .nav__actions > a:hover {
  color: #2b46bb;
}
#main-header .menu-item > a {
  padding: 1rem 0;
}
#main-header nav a > span {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    padding-bottom: 3px;
    transition: background-size .3s;
}

#main-header .nav__actions > a {
  padding: 10px;
}
#main-header .nav__actions .nav__cta-btn {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.5rem;
    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;
}
#main-header .nav__actions .nav__cta-btn.nav__cta-btn-primary {
    color: #fff;
    background-color: #2b46bb;
    border-color: #2b46bb;
}
#main-header .nav__actions .nav__cta-btn > span {
    background-image: none;
    background-size: 0;
}
#main-header .nav__actions .nav__cta-btn.nav__cta-btn-primary:hover,
#main-header .nav__actions .nav__cta-btn.nav__cta-btn-primary:focus {
    color: #2b46bb;
    background-color: transparent;
    border-color: #2b46bb;
}

#main-header .sub-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 1.5rem;
  display: table;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  width: 350px;
  background: #FFF;
}

#main-header .nav-item__hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#main-header .sub-menu--transition {
    -webkit-transition: opacity 0.3s ease-in 0.3s;
    transition: opacity 0.3s ease-in 0.3s;
}

#main-header .sub-menu > li {
    position: relative;
    display: block;
    padding: 0.5rem 0;
    width: 100%;
    background: #FFF;
    list-style: none;
}

#main-header .sub-menu > li:first-child {
  padding-top: 0;
}
#main-header .sub-menu > li:last-child {
  padding-bottom: 0;
}


.header__search {
  position: relative;
  overflow: hidden;
  margin: 10px 0 10px auto;
  padding: 0.2rem;
  box-sizing: border-box;
}

.header__search label {
  margin: 0;
}

.header__search input[type="text"]{
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  box-sizing: border-box;
  max-width: 200px;
  max-height: 35px;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  outline: 0;
}

.header__search input[type="text"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.header__search .active-search input[type="text"]{
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}

.header__search #searchsubmit > input[type=submit] {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.header__search #searchsubmit {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate3d(200%,-50%,0);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__search #searchsubmit:before {
  position: absolute;
  left: -1px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #333;
  border-radius: 3px;
  content: '';
  display: block;
  width: 95%;
  height: 2px;
  top: 50%;
}
.header__search #searchsubmit:after {
  background: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  top: 0px;
  left: -2px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  content: '';
  display: block;
}

.header__search .active-search + #searchsubmit {
  opacity: 1;
  transform: translate3d(0,-50%,0);
}

.header__search .icon-search{
  cursor: pointer;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  margin: 0;
  padding: 0 15px 10px 0px;
  box-sizing: content-box;
}

.header__search .icon-search i {
  opacity: 1;
  background: transparent;
  position: relative; top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__search .icon-search.opened i {
  opacity: 0;
}

.header__search .icon-search i,
.header__search .icon-search i:before,
.header__search .icon-search i:after {
  background: #333;
  border-radius: 3px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}
.header__search .icon-search i {background: transparent;}
.header__search .icon-search i:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__search .icon-search i:before,
.header__search .icon-search i:after {
  position: absolute; left: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header__search .icon-search i:after {
  background: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  top: -9px;
  left: 0px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}


.nav-transparent {
  margin-top: 0;
  padding-top: 75px;
}
.nav-transparent.nav-transparent--hellobar {
  margin-top: 0;
  padding-top: 100px;
}


/* Navigation: Sticky Mode */
.nav-stuck #main-header .nav .nav__cta-sticky {
    order: 10;
    margin-left: 1rem;
}
.nav-stuck #main-header .nav .nav__cta-sticky::after {
    display: none;
}

.nav-stuck #main-header .nav__wrapper {
  -ms-flex-align: center !important;
  align-items: center;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
/*  padding: 15px;*/
}
.nav-stuck #main-header .nav__container {
  /* background: rgba(255,255,255,0.9); */
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
}
.nav-stuck #main-header .nav__brand {
  display: inline-block;
}
.nav-stuck #main-header .nav__brand,
.nav-stuck #main-header .nav__brand img,
.nav-stuck #main-header .nav__brand svg {
  margin: 0 !important;
  max-width: 75px;
  width: 100%;
}
.nav-stuck #main-header .nav {
  color: #333;
}
.nav-stuck #main-header .nav a {
  color: #333;
}
.nav-stuck #main-header .nav a:hover,
.nav-stuck #main-header .nav a:focus {
  color: #666;
}

/* Subnav start */
.subnavContainer{
  background: rgb(255,236,230);
  background: linear-gradient(90deg, rgba(255,236,230,0.9) 0%, rgba(255,225,233,0.9) 50%, rgba(255,223,234,0.9) 100%);
   z-index: 0;
}
.subnavList{
  display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-content: center;
   list-style: none;
   z-index: 95!important;
}
.secondary-nav-item{
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}
.pageTitle{
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 861px){
  .subnavContainer{
      display:none
  }
}
/* Subnav end */

/*Navigation Alternative Design*/
#main-header .nav--alt .nav__brand {
    display: inline-block;
    max-width: 75px;
    width: 100%;
    overflow: hidden;
}
.nav-stuck #main-header .nav--alt .nav__brand {
    display: inline-block;
    width: 100%;
    max-width: 75px;
}

#main-header .nav--alt .nav__wrapper {
    justify-content: space-between !important;
    padding: 15px;
}

#main-header .nav--alt .nav, #main-header .nav--alt .nav a {
    color: #333;
}

#main-header .nav--alt .nav .nav__cta-sticky {
    order: 10;
    margin-left: 1rem;
}
#main-header .nav--alt .nav .nav__cta-sticky::after {
    display: none;
}
#main-header .nav--alt .nav .nav__cta-sticky > span,
#main-header .nav--alt .nav .nav__cta-sticky .nav__cta-btn.nav__cta-btn-primary> span {
    background-image: none;
    background-size: 0;
}
#main-header .nav--alt .nav .nav__cta-sticky .nav__cta-btn {
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 1.5rem;
	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;
}
#main-header .nav--alt .nav .nav__cta-sticky .nav__cta-btn.nav__cta-btn-primary {
	color: #fff;
	background-color: #2b46bb;
	border-color: #2b46bb;
}
#main-header .nav--alt .nav .nav__cta-sticky .nav__cta-btn.nav__cta-btn-primary:hover,
#main-header .nav--alt .nav .nav__cta-sticky .nav__cta-btn.nav__cta-btn-primary:focus {
	color: #2b46bb;
	background-color: #fff;
	border-color: #2b46bb;
}

#main-header .nav--alt .nav .nav__cta-sticky .nav__cta-btn.nav__cta-btn-primary:focus,
.nav-stuck #main-header .nav .nav__cta-sticky .nav__cta-btn.nav__cta-btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgba(249, 0, 84, 0.5);
    outline: 0;
}


/*Device Display*/
#main-header nav ul li[class*="d-"],
.device-ios #main-header nav ul li.d-none-ios, .device-android #main-header nav ul li.d-none-android,
.device-ios #main-header nav ul li.d-none-ios-inline, .device-android #main-header nav ul li.d-none-android-inline,
.device-ios #main-header nav ul li.d-none-ios-inline-block, .device-android #main-header nav ul li.d-none-android-inline-block {display: none;}

.device-ios #main-header nav ul li.d-ios, .device-android #main-header nav ul li.d-android,
.device #main-header nav ul li.d-none-ios, .device #main-header nav ul li.d-none-android,
.no-js #main-header nav ul li.d-none-ios, .no-js #main-header nav ul li.d-none-android {
    display: block;
}
.device-ios #main-header nav ul li.d-ios-inline, .device-android #main-header nav ul li.d-android-inline,
.device #main-header nav ul li.d-none-ios-inline, .device #main-header nav ul li.d-none-android-inline,
.no-js #main-header nav ul li.d-none-ios-inline, .no-js #main-header nav ul li.d-none-android-inline {
    display: inline;
}
.device-ios #main-header nav ul li.d-ios-inline-block, .device-android #main-header nav ul li.d-android-inline-block,
.device #main-header nav ul li.d-none-ios-inline-block, .device #main-header nav ul li.d-none-android-inline-block,
.no-js #main-header nav ul li.d-none-ios-inline-block, .no-js #main-header nav ul li.d-none-android-inline-block {
    display: inline-block;
}

 /*Hellobar*/
.nav__hellobar {
    background: #6c8cfd;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    padding: 10px;
    text-align: center;
}
.nav__hellobar a, .nav__hellobar a:active {
   color: #fff;
   text-decoration: underline;
}
.nav__hellobar a:hover, .nav__hellobar a:focus {
    color: #414141;;
    text-decoration: underline;
}

/* Desktop only */
@media only screen and (min-width: 861px) {
  #main-header .menu-item--two-columns > .sub-menu {
    display: block;
    padding: 1rem 1.5rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  
  #main-header .menu-item--two-columns .sub-menu > li,
  #main-header .menu-item--two-columns .sub-menu > li:first-child,
  #main-header .menu-item--two-columns .sub-menu > li:last-child {
    padding: 0.5rem 0;
  }
  
  #main-header .main-menu-header .menu-item--two-columns .sub-menu > .menu-item a {
    font-weight: normal;
    white-space: nowrap;
  }
}


@media only screen and (max-width: 992px) {
  #main-header .sub-menu {
    padding: 1.25rem;
    width: 300px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 861px) {
  #main-header .main-menu-header > .menu-item {padding: 0 0.75rem !important;}
  #main-header .main-menu-header > .menu-item a, #main-header .nav__actions > a {font-size: 0.75rem;}
}

@media only screen and (max-width:860px) {
  .nav-stuck #main-header .nav__container{
    position: absolute;
  }


  /* burger start */
  #main-header .nav__container .navbar-toggler {
    display: block;
    position: absolute;
    right: 0;
    padding: 0;
    width: 32px;
    height: 35px;
    color: #414141;
    border-color: transparent;
    font-size: 0;
    margin: 17px;
    z-index: 200;
    outline-color: transparent;
    outline-style: none;
  }

  #main-header .nav__container .navbar-toggler span {
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #main-header .nav__container .navbar-toggler span,
  #main-header .nav__container .navbar-toggler span:before,
  #main-header .nav__container .navbar-toggler span:after {
    background: #414141;
    border-radius: 3px;
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }

  #main-header .nav__container .navbar-toggler span:before,
  #main-header .nav__container .navbar-toggler span:after {
    position: absolute;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.2s 0.2s ease,-webkit-transform 0.2s ease;
    transition: top 0.2s 0.2s ease,-webkit-transform 0.2s ease;
    transition: top 0.2s 0.2s ease,transform 0.2s ease;
    transition: top 0.2s 0.2s ease,transform 0.2s ease,-webkit-transform 0.2s ease;
  }

  #main-header .nav__container .navbar-toggler span:before {
      top: 9px;
  }

  #main-header .nav__container .navbar-toggler span:after {
      top: -9px;
  }


  #main-header .nav__container .navbar-toggler.navbar--button__active span {
    -webkit-transition: height 0.2s 0.2s ease;
    transition: height 0.2s 0.2s ease;
    background: transparent;
    height: 0;
  }

  #main-header .nav__container .navbar-toggler.navbar--button__active span::before,
  #main-header .nav__container .navbar-toggler.navbar--button__active span::after {
    -webkit-transition: top 0.2s ease,-webkit-transform 0.2s 0.2s ease;
    transition: top 0.2s ease,-webkit-transform 0.2s 0.2s ease;
    transition: top 0.2s ease,transform 0.2s 0.2s ease;
    transition: top 0.2s ease,transform 0.2s 0.2s ease,-webkit-transform 0.2s 0.2s ease;
    top: 0;
  }

  #main-header .nav__container .navbar-toggler.navbar--button__active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-header .nav__container .navbar-toggler.navbar--button__active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* burger end */

  .nav__hellobar {
    padding: 10px 50px;
  }

  #main-header .menu-main-menu-header-container,
  #main-header .menu-main-menu-header-jp-container {
    display: block;
    margin: 0;
  }

  #main-header .nav__wrapper {
    display: block;
    padding: 0;
  }

  #main-header .nav__wrapper--logo {
    padding: 15px;
    margin: 0;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
  }

  #main-header .menu-main-menu-header-container,
  #main-header .menu-main-menu-header-jp-container,
  #main-header .nav__actions  {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #FFF;
  }


  #main-header.navbar--header__active .menu-main-menu-header-container,
  #main-header.navbar--header__active .menu-main-menu-header-jp-container,
  #main-header.navbar--header__active .nav__actions {
    display: block;
  }

  #main-header .main-menu-header,
  #main-header .main-menu-header > .menu-item {
    display: block;
    border-top: 1px solid #ddd;
  }
  #main-header .main-menu-header > .menu-item:first-child,
  #main-header .main-menu-header > .menu-item {
    padding: 0 !important;
  }
  #main-header .main-menu-header > .menu-item a {
    display: block;
    padding: 0.5em 1rem 0.5em 1.5rem !important;
  }
  #main-header .main-menu-header .menu-item-has-children > a:after {
    background: transparent;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    position: absolute;
    top: 1.25em;
    right: 1.5em;
    -webkit-transform: rotate(-135deg) translateY(-40%);
    -ms-transform: rotate(-135deg) translateY(-40%);
    transform: rotate(-135deg) translateY(-40%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  #main-header .main-menu-header .menu-item-has-children.nav-item__hover > a:after {
    margin-top: -5px;
    -webkit-transform: rotate(45deg) translateY(50%);
    -ms-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  #main-header .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    box-shadow: 0 0 black;
    border-top: 1px solid #ddd;
  }
  #main-header .nav-item__hover .sub-menu {
    display: block;
  }

  #main-header .nav__actions {
    margin: 0;
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.3);
  }
  #main-header .nav__actions a {
    display: block;
  }

  #main-header .nav__actions > .nav__cta-btn {
    display: table;
    margin: 1rem auto;
  }

  .header__search {
    position: absolute;
    top: 3px;
    right: 50px;
  }
  .header__search .icon-search{
    top: 7px;
    width: 30px;
    height: 30px;
  }
  .header__search .icon-search i:before {
    height: 3px;
  }
  .header__search .icon-search i:after{
    top: -13px;
    width: 15px;
    height: 15px;
  }
  .header__search #searchsubmit:before {
    height: 3px;
    width: 90%;

  }
  .header__search #searchsubmit:after {
    width: 15px;
    height: 15px;
  }
  .header__search input[type="text"] {
    width: 0;
    border: 1px solid transparent;
    outline: none;
    transition: all 0.3s ease;
  }
  .header__search #searchsubmit {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .header__search .active-search input[type="text"]{
    width: 200px;
    border: 1px solid #ddd;
  }
}

@media only screen and (max-width: 768px) {
    .nav-transparent {padding-top: 30px;}
    .nav-transparent.nav-transparent--hellobar {
        padding-top: 50px;
    }
    #main-header .nav__container {display: block;}
    .nav-stuck #main-header .nav ul li:not(.nav__cta-sticky) {
        display: none;
    }
}

/* === /wp-content/themes/reveal/css/ig-modal.css === */
﻿/*  */
.igModal-enabled > header,
.igModal-enabled > main,
.igModal-enabled .footer,
.igModal-enabled > footer {
    filter: blur(3px);
}

.ig-modal {
  display: none;
  position: relative;
  margin: 0 auto;
  padding: 2.5rem;
  width: auto;
  min-width: 280px;
  max-width: 450px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 15px rgb(0 0 0 / 25%);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .4s;
  animation-name: fadeIn;
  animation-duration: .4s;
  z-index: 9999;
}

.ig-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 36px;
  line-height: 30px;
  font-weight: 100;
  color: rgba(0,0,0,0.39);
  font-family: sans-serif;
  cursor: pointer;
}

.ig-modal--white .ig-modal__close {
  font-size: 25px;
  line-height: 14px;
  color: #fff;
  background: rgba(0,0,0,0.25);
  padding: 0.175rem;
  border-radius: 50%; 
}

#modal__cover {
  position: fixed;
  overflow: hidden auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5rem 1rem;
  z-index: 99999;
  background: rgba(0,0,0,0.5);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .8s;
  animation-name: fadeIn;
  animation-duration: .8s;
}

#modal__pop {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 900px;
    margin: 45px 0;
    transform: translate3d(-50%,0,0);
}

#modal__pop-close {
    position: absolute;
    top: 0;
    right: 0;
}

#modal__pop-close:before {
    content: '×';
    display: block;
    cursor: pointer;
    color: white;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    transform: translateY(-100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.modal__content-wrap {
    background: rgba(0,0,0,0.75);
    overflow: hidden auto;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.modal__content-wrap iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media only screen and (min-width: 1200px) {
  .ig-modal {
    max-width: 480px;
  }
}

@media only screen and (min-width: 1920px) {
  .ig-modal {
    max-width: 600px;
  }
}
