/*!
 * Theme Name: HTML5 Blank
 * Theme URI: http://html5blank.com
 * Description: HTML5 Blank WordPress Starter Theme
 * Version: 1.5.0
 * Author: Robert DeVore)
 * Author URI: http://robertdevore.com
 * Tags: Blank, HTML5, CSS3
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("style_variables.css");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2.2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
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";
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
address,
hr {
  margin-bottom: 1rem;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin-top: 0;
}
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
  line-height: inherit;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--bright-blue);
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto", "Open Sans", Arial, sans-serif !important;
  line-height: 1.2;
  color: inherit;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.125rem;
}
.h6,
h6 {
  font-size: 1.25rem;
}
.display-1,
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  line-height: 1.2;
}
.display-2,
.display-3,
.display-4 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3,
.display-4 {
  font-size: 4.5rem;
}
.display-4 {
  font-size: 3.5rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
code {
  color: #e83e8c;
  word-break: break-word;
}
a > code,
pre code {
  color: inherit;
}
code,
kbd,
pre {
  font-size: 87.5%;
}
kbd {
  padding: 0.2rem 0.4rem;
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  color: #212529;
}
pre code {
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 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;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card > hr,
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1,
.col-2,
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2,
.col-3 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5,
.col-6 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7,
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8,
.col-9 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10,
.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11,
.col-12 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-10,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-10,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-10,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-10,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  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;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #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 td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 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;
}
.form-control {
  display: block;
  width: 100%;
  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;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem+2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem+1px);
  padding-bottom: calc(0.375rem+1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem+1px);
  padding-bottom: calc(0.5rem+1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem+1px);
  padding-bottom: calc(0.25rem+1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.footer-marketo-wrapper
  .input-group-lg
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.footer-marketo-wrapper
  .input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.mktoButton,
.footer-marketo-wrapper
  .input-group-sm
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.footer-marketo-wrapper
  .input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.mktoButton,
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.join-blog-marketo-wrapper
  .input-group-lg
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.join-blog-marketo-wrapper
  .input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.mktoButton,
.join-blog-marketo-wrapper
  .input-group-sm
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.join-blog-marketo-wrapper
  .input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.mktoButton,
.join-marketo-wrapper
  .input-group-lg
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.join-marketo-wrapper
  .input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.mktoButton,
.join-marketo-wrapper
  .input-group-sm
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.join-marketo-wrapper
  .input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.mktoButton,
.marketo-form-wrapper
  .input-group-lg
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.marketo-form-wrapper
  .input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.mktoButton,
.marketo-form-wrapper
  .input-group-sm
  > .input-group-append
  > .form-control-plaintext.mktoButton,
.marketo-form-wrapper
  .input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.mktoButton {
  padding-right: 0;
  padding-left: 0;
}
.footer-marketo-wrapper .input-group-sm > .input-group-append > .mktoButton,
.footer-marketo-wrapper .input-group-sm > .input-group-prepend > .mktoButton,
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.join-blog-marketo-wrapper .input-group-sm > .input-group-append > .mktoButton,
.join-blog-marketo-wrapper .input-group-sm > .input-group-prepend > .mktoButton,
.join-marketo-wrapper .input-group-sm > .input-group-append > .mktoButton,
.join-marketo-wrapper .input-group-sm > .input-group-prepend > .mktoButton,
.marketo-form-wrapper .input-group-sm > .input-group-append > .mktoButton,
.marketo-form-wrapper .input-group-sm > .input-group-prepend > .mktoButton {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.footer-marketo-wrapper
  .input-group-sm
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.footer-marketo-wrapper
  .input-group-sm
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.join-blog-marketo-wrapper
  .input-group-sm
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.join-blog-marketo-wrapper
  .input-group-sm
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
.join-marketo-wrapper
  .input-group-sm
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.join-marketo-wrapper
  .input-group-sm
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
.marketo-form-wrapper
  .input-group-sm
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.marketo-form-wrapper
  .input-group-sm
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem+2px);
}
.footer-marketo-wrapper .input-group-lg > .input-group-append > .mktoButton,
.footer-marketo-wrapper .input-group-lg > .input-group-prepend > .mktoButton,
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.join-blog-marketo-wrapper .input-group-lg > .input-group-append > .mktoButton,
.join-blog-marketo-wrapper .input-group-lg > .input-group-prepend > .mktoButton,
.join-marketo-wrapper .input-group-lg > .input-group-append > .mktoButton,
.join-marketo-wrapper .input-group-lg > .input-group-prepend > .mktoButton,
.marketo-form-wrapper .input-group-lg > .input-group-append > .mktoButton,
.marketo-form-wrapper .input-group-lg > .input-group-prepend > .mktoButton {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.footer-marketo-wrapper
  .input-group-lg
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.footer-marketo-wrapper
  .input-group-lg
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.join-blog-marketo-wrapper
  .input-group-lg
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.join-blog-marketo-wrapper
  .input-group-lg
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
.join-marketo-wrapper
  .input-group-lg
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.join-marketo-wrapper
  .input-group-lg
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
.marketo-form-wrapper
  .input-group-lg
  > .input-group-append
  > select.mktoButton:not([size]):not([multiple]),
.marketo-form-wrapper
  .input-group-lg
  > .input-group-prepend
  > select.mktoButton:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem+2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-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,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-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,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn,
.footer-marketo-wrapper .mktoButton,
.join-blog-marketo-wrapper .mktoButton,
.join-marketo-wrapper .mktoButton,
.marketo-form-wrapper .mktoButton {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn,
  .footer-marketo-wrapper .mktoButton,
  .join-blog-marketo-wrapper .mktoButton,
  .join-marketo-wrapper .mktoButton,
  .marketo-form-wrapper .mktoButton {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:focus,
.btn:hover,
.footer-marketo-wrapper .mktoButton:focus,
.footer-marketo-wrapper .mktoButton:hover,
.join-blog-marketo-wrapper .mktoButton:focus,
.join-blog-marketo-wrapper .mktoButton:hover,
.join-marketo-wrapper .mktoButton:focus,
.join-marketo-wrapper .mktoButton:hover,
.marketo-form-wrapper .mktoButton:focus,
.marketo-form-wrapper .mktoButton:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus,
.footer-marketo-wrapper .focus.mktoButton,
.footer-marketo-wrapper .mktoButton:focus,
.join-blog-marketo-wrapper .focus.mktoButton,
.join-blog-marketo-wrapper .mktoButton:focus,
.join-marketo-wrapper .focus.mktoButton,
.join-marketo-wrapper .mktoButton:focus,
.marketo-form-wrapper .focus.mktoButton,
.marketo-form-wrapper .mktoButton:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled,
.footer-marketo-wrapper .disabled.mktoButton,
.footer-marketo-wrapper .mktoButton:disabled,
.join-blog-marketo-wrapper .disabled.mktoButton,
.join-blog-marketo-wrapper .mktoButton:disabled,
.join-marketo-wrapper .disabled.mktoButton,
.join-marketo-wrapper .mktoButton:disabled,
.marketo-form-wrapper .disabled.mktoButton,
.marketo-form-wrapper .mktoButton:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled),
.footer-marketo-wrapper .mktoButton:not(:disabled):not(.disabled),
.join-blog-marketo-wrapper .mktoButton:not(:disabled):not(.disabled),
.join-marketo-wrapper .mktoButton:not(:disabled):not(.disabled),
.marketo-form-wrapper .mktoButton:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.footer-marketo-wrapper .mktoButton:not(:disabled):not(.disabled).active,
.footer-marketo-wrapper .mktoButton:not(:disabled):not(.disabled):active,
.join-blog-marketo-wrapper .mktoButton:not(:disabled):not(.disabled).active,
.join-blog-marketo-wrapper .mktoButton:not(:disabled):not(.disabled):active,
.join-marketo-wrapper .mktoButton:not(:disabled):not(.disabled).active,
.join-marketo-wrapper .mktoButton:not(:disabled):not(.disabled):active,
.marketo-form-wrapper .mktoButton:not(:disabled):not(.disabled).active,
.marketo-form-wrapper .mktoButton:not(:disabled):not(.disabled):active {
  background-image: none;
}
.footer-marketo-wrapper a.disabled.mktoButton,
.footer-marketo-wrapper fieldset:disabled a.mktoButton,
.join-blog-marketo-wrapper a.disabled.mktoButton,
.join-blog-marketo-wrapper fieldset:disabled a.mktoButton,
.join-marketo-wrapper a.disabled.mktoButton,
.join-marketo-wrapper fieldset:disabled a.mktoButton,
.marketo-form-wrapper a.disabled.mktoButton,
.marketo-form-wrapper fieldset:disabled a.mktoButton,
a.btn.disabled,
fieldset:disabled .footer-marketo-wrapper a.mktoButton,
fieldset:disabled .join-blog-marketo-wrapper a.mktoButton,
fieldset:disabled .join-marketo-wrapper a.mktoButton,
fieldset:disabled .marketo-form-wrapper a.mktoButton,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link,
.btn-link:hover {
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
}
.btn-link:hover {
  text-decoration: underline;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg,
.footer-marketo-wrapper .btn-group-lg > .mktoButton,
.join-blog-marketo-wrapper .btn-group-lg > .mktoButton,
.join-marketo-wrapper .btn-group-lg > .mktoButton,
.marketo-form-wrapper .btn-group-lg > .mktoButton {
  padding: 0.5rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.btn-group-sm > .btn,
.btn-sm,
.footer-marketo-wrapper .btn-group-sm > .mktoButton,
.join-blog-marketo-wrapper .btn-group-sm > .mktoButton,
.join-marketo-wrapper .btn-group-sm > .mktoButton,
.marketo-form-wrapper .btn-group-sm > .mktoButton {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton,
.footer-marketo-wrapper .btn-group > .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton,
.join-blog-marketo-wrapper .btn-group > .mktoButton,
.join-marketo-wrapper .btn-group-vertical > .mktoButton,
.join-marketo-wrapper .btn-group > .mktoButton,
.marketo-form-wrapper .btn-group-vertical > .mktoButton,
.marketo-form-wrapper .btn-group > .mktoButton {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton:hover,
.footer-marketo-wrapper .btn-group > .mktoButton:hover,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton:hover,
.join-blog-marketo-wrapper .btn-group > .mktoButton:hover,
.join-marketo-wrapper .btn-group-vertical > .mktoButton:hover,
.join-marketo-wrapper .btn-group > .mktoButton:hover,
.marketo-form-wrapper .btn-group-vertical > .mktoButton:hover,
.marketo-form-wrapper .btn-group > .mktoButton:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.footer-marketo-wrapper .btn-group-vertical > .active.mktoButton,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton:active,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton:focus,
.footer-marketo-wrapper .btn-group > .active.mktoButton,
.footer-marketo-wrapper .btn-group > .mktoButton:active,
.footer-marketo-wrapper .btn-group > .mktoButton:focus,
.join-blog-marketo-wrapper .btn-group-vertical > .active.mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton:active,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton:focus,
.join-blog-marketo-wrapper .btn-group > .active.mktoButton,
.join-blog-marketo-wrapper .btn-group > .mktoButton:active,
.join-blog-marketo-wrapper .btn-group > .mktoButton:focus,
.join-marketo-wrapper .btn-group-vertical > .active.mktoButton,
.join-marketo-wrapper .btn-group-vertical > .mktoButton:active,
.join-marketo-wrapper .btn-group-vertical > .mktoButton:focus,
.join-marketo-wrapper .btn-group > .active.mktoButton,
.join-marketo-wrapper .btn-group > .mktoButton:active,
.join-marketo-wrapper .btn-group > .mktoButton:focus,
.marketo-form-wrapper .btn-group-vertical > .active.mktoButton,
.marketo-form-wrapper .btn-group-vertical > .mktoButton:active,
.marketo-form-wrapper .btn-group-vertical > .mktoButton:focus,
.marketo-form-wrapper .btn-group > .active.mktoButton,
.marketo-form-wrapper .btn-group > .mktoButton:active,
.marketo-form-wrapper .btn-group > .mktoButton:focus {
  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 .footer-marketo-wrapper .btn + .mktoButton,
.btn-group .footer-marketo-wrapper .btn-group + .mktoButton,
.btn-group .footer-marketo-wrapper .mktoButton + .btn,
.btn-group .footer-marketo-wrapper .mktoButton + .btn-group,
.btn-group .footer-marketo-wrapper .mktoButton + .mktoButton,
.btn-group .join-blog-marketo-wrapper .btn + .mktoButton,
.btn-group .join-blog-marketo-wrapper .btn-group + .mktoButton,
.btn-group .join-blog-marketo-wrapper .mktoButton + .btn,
.btn-group .join-blog-marketo-wrapper .mktoButton + .btn-group,
.btn-group .join-blog-marketo-wrapper .mktoButton + .mktoButton,
.btn-group .join-marketo-wrapper .btn + .mktoButton,
.btn-group .join-marketo-wrapper .btn-group + .mktoButton,
.btn-group .join-marketo-wrapper .mktoButton + .btn,
.btn-group .join-marketo-wrapper .mktoButton + .btn-group,
.btn-group .join-marketo-wrapper .mktoButton + .mktoButton,
.btn-group .marketo-form-wrapper .btn + .mktoButton,
.btn-group .marketo-form-wrapper .btn-group + .mktoButton,
.btn-group .marketo-form-wrapper .mktoButton + .btn,
.btn-group .marketo-form-wrapper .mktoButton + .btn-group,
.btn-group .marketo-form-wrapper .mktoButton + .mktoButton,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group-vertical .footer-marketo-wrapper .btn + .mktoButton,
.btn-group-vertical .footer-marketo-wrapper .btn-group + .mktoButton,
.btn-group-vertical .footer-marketo-wrapper .mktoButton + .btn,
.btn-group-vertical .footer-marketo-wrapper .mktoButton + .btn-group,
.btn-group-vertical .footer-marketo-wrapper .mktoButton + .mktoButton,
.btn-group-vertical .join-blog-marketo-wrapper .btn + .mktoButton,
.btn-group-vertical .join-blog-marketo-wrapper .btn-group + .mktoButton,
.btn-group-vertical .join-blog-marketo-wrapper .mktoButton + .btn,
.btn-group-vertical .join-blog-marketo-wrapper .mktoButton + .btn-group,
.btn-group-vertical .join-blog-marketo-wrapper .mktoButton + .mktoButton,
.btn-group-vertical .join-marketo-wrapper .btn + .mktoButton,
.btn-group-vertical .join-marketo-wrapper .btn-group + .mktoButton,
.btn-group-vertical .join-marketo-wrapper .mktoButton + .btn,
.btn-group-vertical .join-marketo-wrapper .mktoButton + .btn-group,
.btn-group-vertical .join-marketo-wrapper .mktoButton + .mktoButton,
.btn-group-vertical .marketo-form-wrapper .btn + .mktoButton,
.btn-group-vertical .marketo-form-wrapper .btn-group + .mktoButton,
.btn-group-vertical .marketo-form-wrapper .mktoButton + .btn,
.btn-group-vertical .marketo-form-wrapper .mktoButton + .btn-group,
.btn-group-vertical .marketo-form-wrapper .mktoButton + .mktoButton,
.footer-marketo-wrapper .btn-group .btn + .mktoButton,
.footer-marketo-wrapper .btn-group .btn-group + .mktoButton,
.footer-marketo-wrapper .btn-group .mktoButton + .btn,
.footer-marketo-wrapper .btn-group .mktoButton + .btn-group,
.footer-marketo-wrapper .btn-group .mktoButton + .mktoButton,
.footer-marketo-wrapper .btn-group-vertical .btn + .mktoButton,
.footer-marketo-wrapper .btn-group-vertical .btn-group + .mktoButton,
.footer-marketo-wrapper .btn-group-vertical .mktoButton + .btn,
.footer-marketo-wrapper .btn-group-vertical .mktoButton + .btn-group,
.footer-marketo-wrapper .btn-group-vertical .mktoButton + .mktoButton,
.join-blog-marketo-wrapper .btn-group .btn + .mktoButton,
.join-blog-marketo-wrapper .btn-group .btn-group + .mktoButton,
.join-blog-marketo-wrapper .btn-group .mktoButton + .btn,
.join-blog-marketo-wrapper .btn-group .mktoButton + .btn-group,
.join-blog-marketo-wrapper .btn-group .mktoButton + .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical .btn + .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical .btn-group + .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical .mktoButton + .btn,
.join-blog-marketo-wrapper .btn-group-vertical .mktoButton + .btn-group,
.join-blog-marketo-wrapper .btn-group-vertical .mktoButton + .mktoButton,
.join-marketo-wrapper .btn-group .btn + .mktoButton,
.join-marketo-wrapper .btn-group .btn-group + .mktoButton,
.join-marketo-wrapper .btn-group .mktoButton + .btn,
.join-marketo-wrapper .btn-group .mktoButton + .btn-group,
.join-marketo-wrapper .btn-group .mktoButton + .mktoButton,
.join-marketo-wrapper .btn-group-vertical .btn + .mktoButton,
.join-marketo-wrapper .btn-group-vertical .btn-group + .mktoButton,
.join-marketo-wrapper .btn-group-vertical .mktoButton + .btn,
.join-marketo-wrapper .btn-group-vertical .mktoButton + .btn-group,
.join-marketo-wrapper .btn-group-vertical .mktoButton + .mktoButton,
.marketo-form-wrapper .btn-group .btn + .mktoButton,
.marketo-form-wrapper .btn-group .btn-group + .mktoButton,
.marketo-form-wrapper .btn-group .mktoButton + .btn,
.marketo-form-wrapper .btn-group .mktoButton + .btn-group,
.marketo-form-wrapper .btn-group .mktoButton + .mktoButton,
.marketo-form-wrapper .btn-group-vertical .btn + .mktoButton,
.marketo-form-wrapper .btn-group-vertical .btn-group + .mktoButton,
.marketo-form-wrapper .btn-group-vertical .mktoButton + .btn,
.marketo-form-wrapper .btn-group-vertical .mktoButton + .btn-group,
.marketo-form-wrapper .btn-group-vertical .mktoButton + .mktoButton {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child,
.footer-marketo-wrapper .btn-group > .mktoButton:first-child,
.join-blog-marketo-wrapper .btn-group > .mktoButton:first-child,
.join-marketo-wrapper .btn-group > .mktoButton:first-child,
.marketo-form-wrapper .btn-group > .mktoButton:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.footer-marketo-wrapper .btn-group > .btn-group:not(:last-child) > .mktoButton,
.footer-marketo-wrapper
  .btn-group
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.join-blog-marketo-wrapper
  .btn-group
  > .btn-group:not(:last-child)
  > .mktoButton,
.join-blog-marketo-wrapper
  .btn-group
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.join-marketo-wrapper .btn-group > .btn-group:not(:last-child) > .mktoButton,
.join-marketo-wrapper
  .btn-group
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.marketo-form-wrapper .btn-group > .btn-group:not(:last-child) > .mktoButton,
.marketo-form-wrapper
  .btn-group
  > .mktoButton:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.footer-marketo-wrapper .btn-group > .btn-group:not(:first-child) > .mktoButton,
.footer-marketo-wrapper .btn-group > .mktoButton:not(:first-child),
.join-blog-marketo-wrapper
  .btn-group
  > .btn-group:not(:first-child)
  > .mktoButton,
.join-blog-marketo-wrapper .btn-group > .mktoButton:not(:first-child),
.join-marketo-wrapper .btn-group > .btn-group:not(:first-child) > .mktoButton,
.join-marketo-wrapper .btn-group > .mktoButton:not(:first-child),
.marketo-form-wrapper .btn-group > .btn-group:not(:first-child) > .mktoButton,
.marketo-form-wrapper .btn-group > .mktoButton:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.footer-marketo-wrapper .btn-group-sm > .mktoButton + .dropdown-toggle-split,
.join-blog-marketo-wrapper .btn-group-sm > .mktoButton + .dropdown-toggle-split,
.join-marketo-wrapper .btn-group-sm > .mktoButton + .dropdown-toggle-split,
.marketo-form-wrapper .btn-group-sm > .mktoButton + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.footer-marketo-wrapper .btn-group-lg > .mktoButton + .dropdown-toggle-split,
.join-blog-marketo-wrapper .btn-group-lg > .mktoButton + .dropdown-toggle-split,
.join-marketo-wrapper .btn-group-lg > .mktoButton + .dropdown-toggle-split,
.marketo-form-wrapper .btn-group-lg > .mktoButton + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .footer-marketo-wrapper .mktoButton,
.btn-group-vertical .join-blog-marketo-wrapper .mktoButton,
.btn-group-vertical .join-marketo-wrapper .mktoButton,
.btn-group-vertical .marketo-form-wrapper .mktoButton,
.footer-marketo-wrapper .btn-group-vertical .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical .mktoButton,
.join-marketo-wrapper .btn-group-vertical .mktoButton,
.marketo-form-wrapper .btn-group-vertical .mktoButton {
  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,
.footer-marketo-wrapper .btn-group-vertical > .btn + .mktoButton,
.footer-marketo-wrapper .btn-group-vertical > .btn-group + .mktoButton,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton + .btn,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton + .btn-group,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton + .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical > .btn + .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical > .btn-group + .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton + .btn,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton + .btn-group,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton + .mktoButton,
.join-marketo-wrapper .btn-group-vertical > .btn + .mktoButton,
.join-marketo-wrapper .btn-group-vertical > .btn-group + .mktoButton,
.join-marketo-wrapper .btn-group-vertical > .mktoButton + .btn,
.join-marketo-wrapper .btn-group-vertical > .mktoButton + .btn-group,
.join-marketo-wrapper .btn-group-vertical > .mktoButton + .mktoButton,
.marketo-form-wrapper .btn-group-vertical > .btn + .mktoButton,
.marketo-form-wrapper .btn-group-vertical > .btn-group + .mktoButton,
.marketo-form-wrapper .btn-group-vertical > .mktoButton + .btn,
.marketo-form-wrapper .btn-group-vertical > .mktoButton + .btn-group,
.marketo-form-wrapper .btn-group-vertical > .mktoButton + .mktoButton {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.footer-marketo-wrapper
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .mktoButton,
.footer-marketo-wrapper
  .btn-group-vertical
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.join-blog-marketo-wrapper
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .mktoButton,
.join-blog-marketo-wrapper
  .btn-group-vertical
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.join-marketo-wrapper
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .mktoButton,
.join-marketo-wrapper
  .btn-group-vertical
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.marketo-form-wrapper
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .mktoButton,
.marketo-form-wrapper
  .btn-group-vertical
  > .mktoButton:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child),
.footer-marketo-wrapper
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .mktoButton,
.footer-marketo-wrapper .btn-group-vertical > .mktoButton:not(:first-child),
.join-blog-marketo-wrapper
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .mktoButton,
.join-blog-marketo-wrapper .btn-group-vertical > .mktoButton:not(:first-child),
.join-marketo-wrapper
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .mktoButton,
.join-marketo-wrapper .btn-group-vertical > .mktoButton:not(:first-child),
.marketo-form-wrapper
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .mktoButton,
.marketo-form-wrapper .btn-group-vertical > .mktoButton:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.footer-marketo-wrapper .btn-group-toggle > .btn-group > .mktoButton,
.footer-marketo-wrapper .btn-group-toggle > .mktoButton,
.join-blog-marketo-wrapper .btn-group-toggle > .btn-group > .mktoButton,
.join-blog-marketo-wrapper .btn-group-toggle > .mktoButton,
.join-marketo-wrapper .btn-group-toggle > .btn-group > .mktoButton,
.join-marketo-wrapper .btn-group-toggle > .mktoButton,
.marketo-form-wrapper .btn-group-toggle > .btn-group > .mktoButton,
.marketo-form-wrapper .btn-group-toggle > .mktoButton {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.footer-marketo-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="checkbox"],
.footer-marketo-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="radio"],
.footer-marketo-wrapper .btn-group-toggle > .mktoButton input[type="checkbox"],
.footer-marketo-wrapper .btn-group-toggle > .mktoButton input[type="radio"],
.join-blog-marketo-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="checkbox"],
.join-blog-marketo-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="radio"],
.join-blog-marketo-wrapper
  .btn-group-toggle
  > .mktoButton
  input[type="checkbox"],
.join-blog-marketo-wrapper .btn-group-toggle > .mktoButton input[type="radio"],
.join-marketo-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="checkbox"],
.join-marketo-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="radio"],
.join-marketo-wrapper .btn-group-toggle > .mktoButton input[type="checkbox"],
.join-marketo-wrapper .btn-group-toggle > .mktoButton input[type="radio"],
.marketo-form-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="checkbox"],
.marketo-form-wrapper
  .btn-group-toggle
  > .btn-group
  > .mktoButton
  input[type="radio"],
.marketo-form-wrapper .btn-group-toggle > .mktoButton input[type="checkbox"],
.marketo-form-wrapper .btn-group-toggle > .mktoButton input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before,
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before,
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-append,
.input-group-prepend,
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-marketo-wrapper .input-group-append .mktoButton,
.footer-marketo-wrapper .input-group-prepend .mktoButton,
.input-group-append .btn,
.input-group-append .footer-marketo-wrapper .mktoButton,
.input-group-append .join-blog-marketo-wrapper .mktoButton,
.input-group-append .join-marketo-wrapper .mktoButton,
.input-group-append .marketo-form-wrapper .mktoButton,
.input-group-prepend .btn,
.input-group-prepend .footer-marketo-wrapper .mktoButton,
.input-group-prepend .join-blog-marketo-wrapper .mktoButton,
.input-group-prepend .join-marketo-wrapper .mktoButton,
.input-group-prepend .marketo-form-wrapper .mktoButton,
.join-blog-marketo-wrapper .input-group-append .mktoButton,
.join-blog-marketo-wrapper .input-group-prepend .mktoButton,
.join-marketo-wrapper .input-group-append .mktoButton,
.join-marketo-wrapper .input-group-prepend .mktoButton,
.marketo-form-wrapper .input-group-append .mktoButton,
.marketo-form-wrapper .input-group-prepend .mktoButton {
  position: relative;
  z-index: 2;
}
.input-group-prepend {
  margin-right: -1px;
}
.footer-marketo-wrapper .input-group-append .btn + .mktoButton,
.footer-marketo-wrapper .input-group-append .input-group-text + .mktoButton,
.footer-marketo-wrapper .input-group-append .mktoButton + .btn,
.footer-marketo-wrapper .input-group-append .mktoButton + .input-group-text,
.footer-marketo-wrapper .input-group-append .mktoButton + .mktoButton,
.footer-marketo-wrapper .input-group-prepend .btn + .mktoButton,
.footer-marketo-wrapper .input-group-prepend .input-group-text + .mktoButton,
.footer-marketo-wrapper .input-group-prepend .mktoButton + .btn,
.footer-marketo-wrapper .input-group-prepend .mktoButton + .input-group-text,
.footer-marketo-wrapper .input-group-prepend .mktoButton + .mktoButton,
.input-group-append,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .footer-marketo-wrapper .btn + .mktoButton,
.input-group-append .footer-marketo-wrapper .input-group-text + .mktoButton,
.input-group-append .footer-marketo-wrapper .mktoButton + .btn,
.input-group-append .footer-marketo-wrapper .mktoButton + .input-group-text,
.input-group-append .footer-marketo-wrapper .mktoButton + .mktoButton,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .join-blog-marketo-wrapper .btn + .mktoButton,
.input-group-append .join-blog-marketo-wrapper .input-group-text + .mktoButton,
.input-group-append .join-blog-marketo-wrapper .mktoButton + .btn,
.input-group-append .join-blog-marketo-wrapper .mktoButton + .input-group-text,
.input-group-append .join-blog-marketo-wrapper .mktoButton + .mktoButton,
.input-group-append .join-marketo-wrapper .btn + .mktoButton,
.input-group-append .join-marketo-wrapper .input-group-text + .mktoButton,
.input-group-append .join-marketo-wrapper .mktoButton + .btn,
.input-group-append .join-marketo-wrapper .mktoButton + .input-group-text,
.input-group-append .join-marketo-wrapper .mktoButton + .mktoButton,
.input-group-append .marketo-form-wrapper .btn + .mktoButton,
.input-group-append .marketo-form-wrapper .input-group-text + .mktoButton,
.input-group-append .marketo-form-wrapper .mktoButton + .btn,
.input-group-append .marketo-form-wrapper .mktoButton + .input-group-text,
.input-group-append .marketo-form-wrapper .mktoButton + .mktoButton,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .footer-marketo-wrapper .btn + .mktoButton,
.input-group-prepend .footer-marketo-wrapper .input-group-text + .mktoButton,
.input-group-prepend .footer-marketo-wrapper .mktoButton + .btn,
.input-group-prepend .footer-marketo-wrapper .mktoButton + .input-group-text,
.input-group-prepend .footer-marketo-wrapper .mktoButton + .mktoButton,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .join-blog-marketo-wrapper .btn + .mktoButton,
.input-group-prepend .join-blog-marketo-wrapper .input-group-text + .mktoButton,
.input-group-prepend .join-blog-marketo-wrapper .mktoButton + .btn,
.input-group-prepend .join-blog-marketo-wrapper .mktoButton + .input-group-text,
.input-group-prepend .join-blog-marketo-wrapper .mktoButton + .mktoButton,
.input-group-prepend .join-marketo-wrapper .btn + .mktoButton,
.input-group-prepend .join-marketo-wrapper .input-group-text + .mktoButton,
.input-group-prepend .join-marketo-wrapper .mktoButton + .btn,
.input-group-prepend .join-marketo-wrapper .mktoButton + .input-group-text,
.input-group-prepend .join-marketo-wrapper .mktoButton + .mktoButton,
.input-group-prepend .marketo-form-wrapper .btn + .mktoButton,
.input-group-prepend .marketo-form-wrapper .input-group-text + .mktoButton,
.input-group-prepend .marketo-form-wrapper .mktoButton + .btn,
.input-group-prepend .marketo-form-wrapper .mktoButton + .input-group-text,
.input-group-prepend .marketo-form-wrapper .mktoButton + .mktoButton,
.join-blog-marketo-wrapper .input-group-append .btn + .mktoButton,
.join-blog-marketo-wrapper .input-group-append .input-group-text + .mktoButton,
.join-blog-marketo-wrapper .input-group-append .mktoButton + .btn,
.join-blog-marketo-wrapper .input-group-append .mktoButton + .input-group-text,
.join-blog-marketo-wrapper .input-group-append .mktoButton + .mktoButton,
.join-blog-marketo-wrapper .input-group-prepend .btn + .mktoButton,
.join-blog-marketo-wrapper .input-group-prepend .input-group-text + .mktoButton,
.join-blog-marketo-wrapper .input-group-prepend .mktoButton + .btn,
.join-blog-marketo-wrapper .input-group-prepend .mktoButton + .input-group-text,
.join-blog-marketo-wrapper .input-group-prepend .mktoButton + .mktoButton,
.join-marketo-wrapper .input-group-append .btn + .mktoButton,
.join-marketo-wrapper .input-group-append .input-group-text + .mktoButton,
.join-marketo-wrapper .input-group-append .mktoButton + .btn,
.join-marketo-wrapper .input-group-append .mktoButton + .input-group-text,
.join-marketo-wrapper .input-group-append .mktoButton + .mktoButton,
.join-marketo-wrapper .input-group-prepend .btn + .mktoButton,
.join-marketo-wrapper .input-group-prepend .input-group-text + .mktoButton,
.join-marketo-wrapper .input-group-prepend .mktoButton + .btn,
.join-marketo-wrapper .input-group-prepend .mktoButton + .input-group-text,
.join-marketo-wrapper .input-group-prepend .mktoButton + .mktoButton,
.marketo-form-wrapper .input-group-append .btn + .mktoButton,
.marketo-form-wrapper .input-group-append .input-group-text + .mktoButton,
.marketo-form-wrapper .input-group-append .mktoButton + .btn,
.marketo-form-wrapper .input-group-append .mktoButton + .input-group-text,
.marketo-form-wrapper .input-group-append .mktoButton + .mktoButton,
.marketo-form-wrapper .input-group-prepend .btn + .mktoButton,
.marketo-form-wrapper .input-group-prepend .input-group-text + .mktoButton,
.marketo-form-wrapper .input-group-prepend .mktoButton + .btn,
.marketo-form-wrapper .input-group-prepend .mktoButton + .input-group-text,
.marketo-form-wrapper .input-group-prepend .mktoButton + .mktoButton {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.footer-marketo-wrapper
  .input-group
  > .input-group-append:last-child
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.footer-marketo-wrapper
  .input-group
  > .input-group-append:not(:last-child)
  > .mktoButton,
.footer-marketo-wrapper .input-group > .input-group-prepend > .mktoButton,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.join-blog-marketo-wrapper
  .input-group
  > .input-group-append:last-child
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.join-blog-marketo-wrapper
  .input-group
  > .input-group-append:not(:last-child)
  > .mktoButton,
.join-blog-marketo-wrapper .input-group > .input-group-prepend > .mktoButton,
.join-marketo-wrapper
  .input-group
  > .input-group-append:last-child
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.join-marketo-wrapper
  .input-group
  > .input-group-append:not(:last-child)
  > .mktoButton,
.join-marketo-wrapper .input-group > .input-group-prepend > .mktoButton,
.marketo-form-wrapper
  .input-group
  > .input-group-append:last-child
  > .mktoButton:not(:last-child):not(.dropdown-toggle),
.marketo-form-wrapper
  .input-group
  > .input-group-append:not(:last-child)
  > .mktoButton,
.marketo-form-wrapper .input-group > .input-group-prepend > .mktoButton {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-marketo-wrapper .input-group > .input-group-append > .mktoButton,
.footer-marketo-wrapper
  .input-group
  > .input-group-prepend:first-child
  > .mktoButton:not(:first-child),
.footer-marketo-wrapper
  .input-group
  > .input-group-prepend:not(:first-child)
  > .mktoButton,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.join-blog-marketo-wrapper .input-group > .input-group-append > .mktoButton,
.join-blog-marketo-wrapper
  .input-group
  > .input-group-prepend:first-child
  > .mktoButton:not(:first-child),
.join-blog-marketo-wrapper
  .input-group
  > .input-group-prepend:not(:first-child)
  > .mktoButton,
.join-marketo-wrapper .input-group > .input-group-append > .mktoButton,
.join-marketo-wrapper
  .input-group
  > .input-group-prepend:first-child
  > .mktoButton:not(:first-child),
.join-marketo-wrapper
  .input-group
  > .input-group-prepend:not(:first-child)
  > .mktoButton,
.marketo-form-wrapper .input-group > .input-group-append > .mktoButton,
.marketo-form-wrapper
  .input-group
  > .input-group-prepend:first-child
  > .mktoButton:not(:first-child),
.marketo-form-wrapper
  .input-group
  > .input-group-prepend:not(:first-child)
  > .mktoButton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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-label,
.header-top p {
  margin-bottom: 0;
}
.custom-control-label::after,
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label::before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0044'%3E%3Cpathstroke='%23fff'd='M02h4'/%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);
}
.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,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='-4-488'%3E%3Ccircler='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);
}
.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,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3E%3Cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}
.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-lg,
.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);
  font-size: 125%;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem+2px);
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label,
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label {
  left: 0;
  border: 1px solid #ced4da;
  z-index: 1;
  height: calc(2.25rem+2px);
  background-color: #fff;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem+2px) - 1px * 2);
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.nav,
.vc_wp_custommenu ul {
  margin-bottom: 0;
  list-style: none;
}
.nav-link,
.vc_wp_custommenu ul li a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover,
.vc_wp_custommenu ul li a:focus,
.vc_wp_custommenu ul li a:hover {
  text-decoration: none;
}
.nav-link.disabled,
.vc_wp_custommenu ul li a.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item,
.nav-tabs .vc_wp_custommenu ul li,
.vc_wp_custommenu ul .nav-tabs li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link,
.nav-tabs .vc_wp_custommenu ul li a,
.vc_wp_custommenu ul li .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .vc_wp_custommenu ul li a:focus,
.nav-tabs .vc_wp_custommenu ul li a:hover,
.vc_wp_custommenu ul li .nav-tabs a:focus,
.vc_wp_custommenu ul li .nav-tabs a:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .vc_wp_custommenu ul li a.disabled,
.vc_wp_custommenu ul li .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .vc_wp_custommenu ul li a,
.nav-tabs .nav-link.active,
.nav-tabs .vc_wp_custommenu ul li a.active,
.nav-tabs .vc_wp_custommenu ul li.show .nav-link,
.nav-tabs .vc_wp_custommenu ul li.show a,
.vc_wp_custommenu ul .nav-tabs li.show .nav-link,
.vc_wp_custommenu ul .nav-tabs li.show a,
.vc_wp_custommenu ul li .nav-tabs .nav-item.show a,
.vc_wp_custommenu ul li .nav-tabs a.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link,
.nav-pills .vc_wp_custommenu ul li a,
.vc_wp_custommenu ul li .nav-pills a {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .vc_wp_custommenu ul li .show > a,
.nav-pills .vc_wp_custommenu ul li a.active,
.vc_wp_custommenu ul li .nav-pills .show > a,
.vc_wp_custommenu ul li .nav-pills a.active {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill .vc_wp_custommenu ul li,
.vc_wp_custommenu ul .nav-fill li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified .vc_wp_custommenu ul li,
.vc_wp_custommenu ul .nav-justified li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.slick-slide img,
.tab-content > .active {
  display: block;
}
.navbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid,
.vc_wp_custommenu ul,
.vc_wp_custommenu ul > .container,
.vc_wp_custommenu ul > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar,
.vc_wp_custommenu ul {
  position: relative;
  padding: 0 1rem 0 3rem;
}
.navbar > .container,
.navbar > .container-fluid,
.vc_wp_custommenu ul > .container,
.vc_wp_custommenu ul > .container-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link,
.navbar-nav .vc_wp_custommenu ul li a,
.vc_wp_custommenu ul li .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .vc_wp_custommenu ul li a,
  .vc_wp_custommenu ul li .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .submenu-container {
    width: 100%;
  }
  .submenu-section {
    border-bottom: unset !important;
  }
  .submenu-title {
    padding-bottom: unset !important;
  }
  .submenu-container .border-left {
    border-left: unset !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .vc_wp_custommenu ul li a,
  .vc_wp_custommenu ul li .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .dropdown-menu {
    padding: 15px 0 !important;
  }
  .submenu-container {
    width: 90%;
  }
  .navbar-nav svg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .navbar {
    min-height: 59px;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .vc_wp_custommenu ul li a,
  .vc_wp_custommenu ul li .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .vc_wp_custommenu ul li a,
  .vc_wp_custommenu ul li .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand,
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .vc_wp_custommenu ul li a,
.vc_wp_custommenu ul li .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler,
.slick-slide.slick-loading img {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .vc_wp_custommenu ul li a,
.vc_wp_custommenu ul li .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .vc_wp_custommenu ul li a:focus,
.navbar-light .navbar-nav .vc_wp_custommenu ul li a:hover,
.vc_wp_custommenu ul li .navbar-light .navbar-nav a:focus,
.vc_wp_custommenu ul li .navbar-light .navbar-nav a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .vc_wp_custommenu ul li a.disabled,
.vc_wp_custommenu ul li .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .vc_wp_custommenu ul li .active > a,
.navbar-light .navbar-nav .vc_wp_custommenu ul li .show > a,
.navbar-light .navbar-nav .vc_wp_custommenu ul li a.active,
.navbar-light .navbar-nav .vc_wp_custommenu ul li a.show,
.navbar-light .navbar-text a,
.vc_wp_custommenu ul li .navbar-light .navbar-nav .active > a,
.vc_wp_custommenu ul li .navbar-light .navbar-nav .show > a,
.vc_wp_custommenu ul li .navbar-light .navbar-nav a.active,
.vc_wp_custommenu ul li .navbar-light .navbar-nav a.show {
  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,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(0,0,0,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li a,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li a:focus,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li a:hover,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav a:focus,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li a.disabled,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li .active > a,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li .show > a,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li a.active,
.navbar-dark .navbar-nav .vc_wp_custommenu ul li a.show,
.navbar-dark .navbar-text a,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav .active > a,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav .show > a,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav a.active,
.vc_wp_custommenu ul li .navbar-dark .navbar-nav a.show {
  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,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(255,255,255,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    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-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .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-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb,
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-radius: 0.25rem;
}
.breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  padding-left: 0;
}
.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 {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #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;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge,
.footer-marketo-wrapper .mktoButton .badge,
.join-blog-marketo-wrapper .mktoButton .badge,
.join-marketo-wrapper .mktoButton .badge,
.marketo-form-wrapper .mktoButton .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.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;
}
.progress,
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress {
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: #e9ecef;
}
.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
#menu-main-navigation .ubermenu-submenu .ubermenu-item-layout-image_left,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-submenu
  .ubermenu-item-layout-image_left,
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #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:focus,
.list-group-item:hover {
  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;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content,
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1200px;
  }
}
.tooltip,
.tooltip .arrow {
  position: absolute;
  display: block;
}
.tooltip {
  z-index: 1070;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem+1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem+1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem+1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem+1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M5.250l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M2.750l-1.51.52.52.5-2.52.51.51.54-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::after,
.carousel-indicators li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::before {
  top: -10px;
}
.carousel-indicators li::after {
  bottom: -10px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%),
    0 -0.5rem 1rem rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%),
    0 -0.5rem 1rem rgb(0 0 0 / 10%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%), 0 -0.5rem 1rem rgb(0 0 0 / 10%);
  z-index: 1;
}
.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;
}
#menu-main-navigation .ubermenu-submenu-drop,
#ubermenu-nav-main-8759-header-menu .ubermenu-submenu-drop,
.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-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after,
.marketo-form-wrapper .mktoForm::after,
.marketo-form-wrapper .mktoFormRow::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex,
.search-filter-box ul,
.search-filter-box ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-column,
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap,
.search-filter-box ul {
  -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;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center,
.search-filter-box ul,
.search-filter-box ul li {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  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-column,
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-column-reverse,
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    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-column,
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-column-reverse,
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    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-column,
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-column-reverse,
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    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-column,
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-column-reverse,
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    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;
  }
}
.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;
  }
}
.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-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3,
.search-filter-box h4,
.search-filter-box ul li {
  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;
}
.ml-4-5,
.mx-4-5 {
  margin-left: 2.3rem !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,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner {
  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,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  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;
  }
}
.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-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar,
  .vc_wp_custommenu ul {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#homepageSlide .container > p,
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  z-index: 1;
  display: block;
  height: 26px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #000;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0.6;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: #000;
  color: transparent;
  opacity: 1;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  position: absolute;
  width: 4px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -20px;
}
.slick-prev:before {
  content: "";
  border-width: 4px 4px 4px 0;
  border-color: transparent #fff transparent transparent;
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "";
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: -20px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "";
  border-width: 4px 4px 4px 0;
  border-color: transparent #fff transparent transparent;
}
@media (min-width: 576px) {
  .slick-next,
  .slick-prev {
    background: 0;
    opacity: 0.25;
  }
  .slick-next:focus,
  .slick-next:hover,
  .slick-prev:focus,
  .slick-prev:hover {
    background: 0;
  }
  .slick-next.slick-disabled,
  .slick-prev.slick-disabled {
    opacity: 0.15;
  }
  .slick-next:before,
  .slick-prev:before {
    width: 10px;
    height: 20px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-prev:before {
    border-width: 10px 10px 10px 0;
    border-color: transparent #000 transparent transparent;
  }
  .slick-next:before,
  [dir="rtl"] .slick-prev:before {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000;
  }
  .slick-next {
    right: -15px;
  }
  [dir="rtl"] .slick-next:before {
    border-width: 10px 10px 10px 0;
    border-color: transparent #000 transparent transparent;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
*,
.slick-dots li button:before,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.6;
}
.link-white a,
.text-white,
.text-white li {
  color: #fff !important;
}
.link-white a:hover {
  color: #e6e6e6 !important;
}
.bg-white {
  background-image: none !important;
}
.btn-white {
  background-color: #fff;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.link-bright-blue a,
.text-bright-blue,
.text-bright-blue li {
  color: var(--bright-blue) !important;
}
.link-bright-blue a:hover {
  color: #0071a6 !important;
}
.bg-bright-blue {
  background-color: var(--bright-blue);
  background-image: none !important;
}
.btn-bright-blue {
  color: #fff;
  background-color: var(--bright-blue);
}
.btn-bright-blue:hover {
  color: #fff;
}
.btn-outline-bright-blue {
  color: var(--bright-blue);
  background-color: transparent;
  background-image: none;
  border-color: var(--bright-blue);
}
.btn-outline-bright-blue:hover {
  color: #fff;
  background-color: var(--bright-blue);
  border-color: var(--bright-blue);
}
.link-light-blue a,
.text-light-blue,
.text-light-blue li {
  color: #e5f2fe !important;
}
.link-light-blue a:hover {
  color: #b4d9fc !important;
}
.bg-light-blue {
  background-image: none !important;
}
.bg-light-blue,
.btn-light-blue {
  background-color: #e5f2fe;
}
.btn-outline-light-blue {
  color: #e5f2fe;
  background-color: transparent;
  background-image: none;
  border-color: #e5f2fe;
}
.btn-outline-light-blue:hover {
  color: #fff;
  background-color: #e5f2fe;
  border-color: #e5f2fe;
}
.link-steel a,
.text-steel,
.text-steel li {
  color: #3a3a3c !important;
}
.link-steel a:hover {
  color: #232631 !important;
}
.bg-steel,
.btn-steel {
  background-color: #3a3a3c;
}
.bg-steel {
  background-image: none !important;
}
.btn-steel {
  color: #fff;
}
.btn-steel:hover {
  color: #fff;
}
.btn-outline-steel {
  color: #3a3a3c;
  background-color: transparent;
  background-image: none;
  border-color: #3a3a3c;
}
.btn-outline-steel:hover {
  color: #fff;
  background-color: #3a3a3c;
  border-color: #3a3a3c;
}
.link-coral a,
.text-coral,
.text-coral li {
  color: #ff944c !important;
}
.link-coral a:hover {
  color: #ff7619 !important;
}
.bg-coral,
.btn-coral {
  background-color: #ff944c;
}
.bg-coral {
  background-image: none !important;
}
.btn-coral {
  color: #fff;
}
.btn-coral:hover {
  color: #fff;
}
.btn-outline-coral {
  color: #ff944c;
  background-color: transparent;
  background-image: none;
  border-color: #ff944c;
}
.btn-outline-coral:hover {
  color: #fff;
  background-color: #ff944c;
  border-color: #ff944c;
}
.link-tango a,
.text-orange,
.text-orange li {
  color: var(--orange) !important;
}
.link-tango a,
.text-tango,
.text-tango li {
  color: var(--pink) !important;
}
.link-tango a:hover {
  color: #d65d0c !important;
}
.bg-tango {
  background-color: var(--orange);
  background-image: none !important;
}
.btn-tango,
.footer-marketo-wrapper .mktoButton,
.join-blog-marketo-wrapper .mktoButton,
.join-marketo-wrapper .mktoButton {
  color: #fff;
  background-color: var(--orange);
}
.btn-tango:hover,
.footer-marketo-wrapper .mktoButton:hover,
.join-blog-marketo-wrapper .mktoButton:hover,
.join-marketo-wrapper .mktoButton:hover {
  color: #fff;
}
.btn-outline-tango {
  color: var(--orange);
  background-color: transparent;
  background-image: none;
  border-color: var(--orange);
}
.btn-outline-tango:hover {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
}
.link-navy a,
.text-navy,
.text-navy li {
  color: var(--navy) !important;
}
.link-navy a:hover {
  color: #0e1017 !important;
}
.bg-navy {
  background-image: none !important;
}
.bg-navy,
.btn-navy {
  background-color: var(--navy);
}
.btn-navy,
.btn-navy:hover {
  color: #fff;
}
.btn-outline-navy {
  color: var(--navy);
  background-color: transparent;
  background-image: none;
  border-color: var(--navy);
}
.btn-outline-navy:hover {
  color: #fff;
  background-color: var(--navy);
  border-color: var(--navy);
}
.link-aspen a,
.text-aspen,
.text-aspen li {
  color: #607d8b !important;
}
.link-aspen a:hover {
  color: #4b626d !important;
}
.bg-aspen,
.btn-aspen {
  background-color: #607d8b;
}
.bg-aspen {
  background-image: none !important;
}
.btn-aspen {
  color: #fff;
}
.btn-aspen:hover {
  color: #fff;
}
.btn-outline-aspen {
  color: #607d8b;
  background-color: transparent;
  background-image: none;
  border-color: #607d8b;
}
.btn-outline-aspen:hover {
  color: #fff;
  background-color: #607d8b;
  border-color: #607d8b;
}
.link-santas-gray a,
.text-santas-gray,
.text-santas-gray li {
  color: #9398b1 !important;
}
.link-santas-gray a:hover {
  color: #757c9c !important;
}
.bg-santas-gray {
  background-color: #9398b1;
  background-image: none !important;
}
.btn-santas-gray {
  color: #fff;
  background-color: #9398b1;
}
.btn-santas-gray:hover {
  color: #fff;
}
.btn-outline-santas-gray {
  color: #9398b1;
  background-color: transparent;
  background-image: none;
  border-color: #9398b1;
}
.btn-outline-santas-gray:hover {
  color: #fff;
  background-color: #9398b1;
  border-color: #9398b1;
}
.link-light-steel a,
.text-light-steel,
.text-light-steel li {
  color: #b7c1cb !important;
}
.link-light-steel a:hover {
  color: #99a8b6 !important;
}
.bg-light-steel {
  background-color: #b7c1cb;
  background-image: none !important;
}
.btn-light-steel {
  color: #fff;
  background-color: #b7c1cb;
}
.btn-light-steel:hover {
  color: #fff;
}
.btn-outline-light-steel {
  color: #b7c1cb;
  background-color: transparent;
  background-image: none;
  border-color: #b7c1cb;
}
.btn-outline-light-steel:hover {
  color: #fff;
  background-color: #b7c1cb;
  border-color: #b7c1cb;
}
.link-gray a,
.text-gray,
.text-gray li {
  color: #ababab !important;
}
.link-gray a:hover {
  color: #929292 !important;
}
.bg-gray {
  background-image: none !important;
}
.bg-gray,
.btn-gray {
  background-color: #ababab;
}
.btn-gray,
.btn-gray:hover {
  color: #fff;
}
.btn-outline-gray {
  color: #ababab;
  background-color: transparent;
  background-image: none;
  border-color: #ababab;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #ababab;
  border-color: #ababab;
}
.link-light-gray a,
.text-light-gray,
.text-light-gray li {
  color: #d7d7d7 !important;
}
.link-light-gray a:hover {
  color: #bebebe !important;
}
.bg-light-gray {
  background-color: #d7d7d7;
  background-image: none !important;
}
.btn-light-gray {
  color: #fff;
  background-color: #d7d7d7;
}
.btn-light-gray:hover {
  color: #fff;
}
.btn-outline-light-gray {
  color: #d7d7d7;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
}
.btn-outline-light-gray:hover {
  color: #fff;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.link-citrine a,
.text-citrine,
.text-citrine li {
  color: #d9e400 !important;
}
.link-citrine a:hover {
  color: #a8b100 !important;
}
.bg-citrine {
  background-image: none !important;
}
.bg-citrine,
.btn-citrine,
.join-blog-marketo-wrapper.citrine .mktoButton {
  background-color: #d9e400;
}
.btn-outline-citrine {
  color: #d9e400;
  background-color: transparent;
  background-image: none;
  border-color: #d9e400;
}
.btn-outline-citrine:hover {
  color: #fff;
  background-color: #d9e400;
  border-color: #d9e400;
}
.link-royal-blue a,
.text-royal-blue,
.text-royal-blue li {
  color: #0071a6 !important;
}
.link-royal-blue a:hover {
  color: #004e73 !important;
}
.bg-royal-blue {
  background-color: #0071a6;
  background-image: none !important;
}
.btn-royal-blue {
  color: #fff;
  background-color: #0071a6;
}
.btn-royal-blue:hover {
  color: #fff;
}
.btn-outline-royal-blue {
  color: #0071a6;
  background-color: transparent;
  background-image: none;
  border-color: #0071a6;
}
.btn-outline-royal-blue:hover {
  color: #fff;
  background-color: #0071a6;
  border-color: #0071a6;
}
.link-teal a,
.text-teal,
.text-teal li {
  color: #009da6 !important;
}
.link-teal a:hover {
  color: #006d73 !important;
}
.bg-teal {
  background-image: none !important;
}
.bg-teal,
.btn-teal {
  background-color: #009da6;
}
.btn-teal,
.btn-teal:hover {
  color: #fff;
}
.btn-outline-teal {
  color: #009da6;
  background-color: transparent;
  background-image: none;
  border-color: #009da6;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #009da6;
  border-color: #009da6;
}
.link-cerulean a,
.text-cerulean,
.text-cerulean li {
  color: #00b9e4 !important;
}
.link-cerulean a:hover {
  color: #0090b1 !important;
}
.bg-cerulean {
  background-color: #00b9e4;
  background-image: none !important;
}
.btn-cerulean {
  color: #fff;
  background-color: #00b9e4;
}
.btn-cerulean:hover {
  color: #fff;
}
.btn-outline-cerulean {
  color: #00b9e4;
  background-color: transparent;
  background-image: none;
  border-color: #00b9e4;
}
.btn-outline-cerulean:hover {
  color: #fff;
  background-color: #00b9e4;
  border-color: #00b9e4;
}
.link-turquoise a,
.text-turquoise,
.text-turquoise li {
  color: #0cdce8 !important;
}
.link-turquoise a:hover {
  color: #09aeb8 !important;
}
.bg-turquoise {
  background-color: #0cdce8;
  background-image: none !important;
}
.btn-turquoise {
  color: #fff;
  background-color: #0cdce8;
}
.btn-turquoise:hover {
  color: #fff;
}
.btn-outline-turquoise {
  color: #0cdce8;
  background-color: transparent;
  background-image: none;
  border-color: #0cdce8;
}
.btn-outline-turquoise:hover {
  color: #fff;
  background-color: #0cdce8;
  border-color: #0cdce8;
}
.link-avocado a,
.text-avocado,
.text-avocado li {
  color: var(--green) !important;
}
.link-avocado a:hover {
  color: #879a2e !important;
}
.bg-avocado {
  background-color: var(--green);
  background-image: none !important;
}
.btn-avocado {
  color: #fff;
  background-color: var(--green);
}
.btn-avocado:hover {
  color: #fff;
}
.btn-outline-avocado {
  color: var(--green);
  background-color: transparent;
  background-image: none;
  border-color: var(--green);
}
.btn-outline-avocado:hover {
  color: #fff;
  background-color: var(--green);
  border-color: var(--green);
}
.link-tangerine a,
.text-tangerine,
.text-tangerine li {
  color: #faac16 !important;
}
.link-tangerine a:hover {
  color: #d89005 !important;
}
.bg-tangerine {
  background-color: #faac16;
  background-image: none !important;
}
.btn-tangerine {
  color: #fff;
  background-color: #faac16;
}
.btn-tangerine:hover {
  color: #fff;
}
.btn-outline-tangerine {
  color: #faac16;
  background-color: transparent;
  background-image: none;
  border-color: #faac16;
}
.btn-outline-tangerine:hover {
  color: #fff;
  background-color: #faac16;
  border-color: #faac16;
}
.link-orchid a,
.text-orchid,
.text-orchid li {
  color: var(--pink) !important;
}
.link-orchid a:hover {
  color: #821e72 !important;
}
.bg-orchid,
.btn-orchid {
  background-color: var(--pink);
}
.bg-orchid {
  background-image: none !important;
}
.btn-orchid {
  color: #fff;
}
.btn-orchid:hover {
  color: #fff;
}
.btn-outline-orchid {
  color: var(--pink);
  background-color: transparent;
  background-image: none;
  border-color: var(--pink);
}
.btn-outline-orchid:hover {
  color: #fff;
  background-color: var(--pink);
  border-color: var(--pink);
}
.btn-citrine,
.btn-light-blue,
.btn-light-grey,
.btn-white,
.header-top ul li a,
.join-blog-marketo-wrapper.citrine .mktoButton,
body {
  color: #3a3a3c;
}
.btn-citrine:hover,
.btn-light-blue:hover,
.btn-light-grey:hover,
.btn-white:hover,
.join-blog-marketo-wrapper.citrine .mktoButton:hover {
  color: #191a22;
}
#breadcrumbs span,
.btn-link,
.training-agenda h4 {
  color: var(--navy);
}
.btn-link:hover {
  color: #00608d;
}
.btn,
.footer-marketo-wrapper .mktoButton,
.join-blog-marketo-wrapper .mktoButton,
.join-marketo-wrapper .mktoButton,
.marketo-form-wrapper .mktoButton {
  position: relative;
}
a.btn-hover,
button.btn-hover {
  background-color: transparent;
  background-image: none;
  border-color: none;
}
a.btn-hover:hover,
button.btn-hover:hover {
  color: #fff;
  background-color: inherit;
  border-color: inherit;
}
a.btn-hover:focus,
button.btn-hover:focus {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
a.btn:after,
a[class*="btn-prebuilt"]:after,
button.btn:after {
  content: "→";
  padding-left: 5px;
  vertical-align: text-bottom;
  display: inline-flex;
}
a.btn-hover.btn-bright-blue,
button.btn-hover.btn-bright-blue {
  background-color: transparent;
  background-image: none;
  border-color: none;
  color: var(--bright-blue);
}
a.btn-hover.btn-bright-blue:hover,
button.btn-hover.btn-bright-blue:hover {
  color: #002c41;
  background-color: var(--bright-blue);
  border-color: var(--bright-blue);
}
a.btn-hover.btn-light-blue,
button.btn-hover.btn-light-blue {
  background-color: transparent;
  background-image: none;
  border-color: none;
  color: #91dcff;
}
a.btn-hover.btn-light-blue:hover,
button.btn-hover.btn-light-blue:hover {
  color: #1eb4ff;
  background-color: #e5f2fe;
  border-color: #e5f2fe;
}
a.btn-hover.btn-steel,
button.btn-hover.btn-steel {
  background-color: transparent;
  background-image: none;
  border-color: none;
  color: #939598;
}
a.btn-hover.btn-steel:hover,
button.btn-hover.btn-steel:hover {
  color: #fff;
  background-color: #3a3a3c;
  border-color: #3a3a3c;
}
a.btn-hover.btn-tango,
button.btn-hover.btn-tango {
  background-color: transparent;
  background-image: none;
  border-color: none;
  color: var(--orange);
}
a.btn-hover.btn-tango:hover,
button.btn-hover.btn-tango:hover {
  color: #8e4000;
  background-color: var(--orange);
  border-color: var(--orange);
}
a.btn-hover.btn-navy,
button.btn-hover.btn-navy {
  background-color: transparent;
  background-image: none;
  border-color: none;
  color: var(--navy);
}
a.btn-hover.btn-navy:hover,
button.btn-hover.btn-navy:hover {
  color: #fff;
  background-color: var(--navy);
  border-color: var(--navy);
}
a.btn-hover.btn-avocado,
button.btn-hover.btn-avocado {
  background-color: transparent;
  background-image: none;
  border-color: none;
  color: var(--green);
}
a.btn-hover.btn-avocado:hover,
button.btn-hover.btn-avocado:hover {
  color: #687c05;
  background-color: var(--green);
  border-color: var(--green);
}
a.btn-hover.btn-orchid,
button.btn-hover.btn-orchid {
  background-color: transparent;
  background-image: none;
  border-color: none;
  color: var(--pink);
}
a.btn-hover.btn-orchid:hover,
button.btn-hover.btn-orchid:hover {
  color: #770365;
  background-color: var(--pink);
  border-color: var(--pink);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(255,255,255,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E");
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  background-color: #fff;
  font-weight: 300;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
a:focus,
a:hover {
  text-decoration: underline;
}
input[type="search"],
input[type="text"] {
  font-size: inherit;
  line-height: inherit;
}
::-moz-selection {
  background-color: #37b8fd;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #37b8fd;
  color: #fff;
  text-shadow: none;
}
.h1,
.h2,
h1,
h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
.h2,
h2 {
  font-size: 2.9rem;
  position: relative;
}
.h2-capital,
h5.h2-capital {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300 !important;
  line-height: 1.2;
  color: inherit;
  font-size: 2.125rem;
  position: relative;
  text-transform: capitalize;
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
}
.h3,
h3 {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: uppercase;
}
.alignnone {
  margin: 5px 15px 15px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}
.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}
.wp-caption {
  background: #fff;
  border: thin solid #f0f0f0;
  max-width: 95%;
  padding: 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0;
}
.gallery-caption,
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.clear:after,
.clear:before {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.reset-box,
.wp-caption img {
  padding: 0;
  margin: 0;
}
.wrapper {
  margin: 0 auto;
  position: relative;
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  outline: 0;
}
.full-link,
.full-link:hover {
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.comment-respond textarea,
header .ubermenu-main {
  width: 50%;
  background: #fff;
}
.header-top {
  background: #fff;
  color: #3a3a3c;
  text-align: right;
  font-size: 0.813rem;
  padding: 0.25rem 2rem;
  font-weight: 400;
}
.header-top ul {
  list-style: none;
  margin-bottom: 0;
}
.header-top ul li {
  padding: 0 0.5rem;
  border-left: 1px solid #fff;
  vertical-align: middle;
  display: inline-block;
}
.header-top ul li:first-child {
  border-left: 0;
}
.header-main,
.header-spacer {
  width: 100%;
  background: #fff;
}
.header-spacer {
  height: 53px;
}
.header-main {
  z-index: 100;
  padding: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #d7d7d7;
}
.ubermenu-responsive-toggle {
  background: #fff !important;
  color: #202537 !important;
}
li.ubermenu-item-level-0 > a:focus {
  outline: 0 !important;
}
li.ubermenu-active.ubermenu-item-level-0 > a.ubermenu-target {
  outline: 0 !important;
  box-shadow: 0 0.3em var(--bright-blue) inset !important;
  -moz-box-shadow: 0 0.3em var(--bright-blue) inset !important;
  -webkit-box-shadow: 0 0.3em var(--bright-blue) inset !important;
}
.ubermenu
  .ubermenu-submenu
  .ubermenu-tab-content-panel
  .card:hover
  .card-body
  > div.read-more {
  text-decoration: underline;
}
#menu-main-navigation
  .ubermenu-item-level-0.ubermenu-current-menu-ancestor
  > .ubermenu-target,
#menu-main-navigation
  .ubermenu-item-level-0.ubermenu-current-menu-item
  > .ubermenu-target,
#menu-main-navigation
  .ubermenu-item-level-0.ubermenu-current-menu-parent
  > .ubermenu-target,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-item-level-0.ubermenu-current-menu-ancestor
  > .ubermenu-target,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-item-level-0.ubermenu-current-menu-item
  > .ubermenu-target,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-item-level-0.ubermenu-current-menu-parent
  > .ubermenu-target {
  background: 0;
}
#menu-main-navigation .ubermenu-item-level-0.ubermenu-active > .ubermenu-target,
#menu-main-navigation .ubermenu-item-level-0:hover > .ubermenu-target,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-item-level-0.ubermenu-active
  > .ubermenu-target,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-item-level-0:hover
  > .ubermenu-target {
  background: #fff;
  color: var(--bright-blue);
}
#menu-main-navigation
  .ubermenu-submenu
  .ubermenu-item-header.ubermenu-has-submenu-stack
  > .ubermenu-target,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-submenu
  .ubermenu-item-header.ubermenu-has-submenu-stack
  > .ubermenu-target {
  border-bottom: 0;
}
#menu-main-navigation
  .ubermenu-submenu
  .ubermenu-item-layout-image_left
  > .ubermenu-target-text,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-submenu
  .ubermenu-item-layout-image_left
  > .ubermenu-target-text {
  padding-left: 20px;
}
#menu-main-navigation .ubermenu-dynamic-post,
#ubermenu-nav-main-8759-header-menu .ubermenu-dynamic-post {
  padding-left: 15px;
}
#menu-main-navigation
  .ubermenu-submenu
  .ubermenu-target
  > .ubermenu-target-description,
#ubermenu-nav-main-8759-header-menu
  .ubermenu-submenu
  .ubermenu-target
  > .ubermenu-target-description {
  max-width: 200px;
}
#menu-main-navigation > li > a,
#ubermenu-nav-main-8759-header-menu > li > a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.938rem;
  color: #202537;
  background: #fff;
}
#menu-main-navigation .ubermenu-submenu,
#ubermenu-nav-main-8759-header-menu .ubermenu-submenu {
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
    border-width: 0 !important;
  }
  .ubermenu .ubermenu-submenu .ubermenu-tabs-group {
    padding-top: 15px;
  }
  .ubermenu .ubermenu-submenu .ubermenu-tab-content-panel {
    box-shadow: inset 0 1px #f1f2f2;
    padding: 15px 0 0 10px;
  }
  ul.ubermenu-tabs-group > li.ubermenu-tab.ubermenu-item > a.ubermenu-target {
    float: right;
    width: 90%;
  }
  .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
    padding-top: 10px;
  }
  .ubermenu.ubermenu-main .ubermenu-tab.ubermenu-active > .ubermenu-target {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    width: 90%;
  }
  ul.ubermenu-tab-content-panel
    ul.ubermenu-submenu
    > li.ubermenu-item-header
    > a
    > span:nth-child(3) {
    padding-top: 15px;
  }
}
@media (max-width: 960px) {
  .navbar {
    padding: 0 1rem;
  }
  li.ubermenu-item-level-0 > a.ubermenu-target {
    padding: 0.5rem 0 !important;
  }
  li.ubermenu-tab > a.ubermenu-target {
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
  }
  .ubermenu-tab .ubermenu-sub-indicator {
    right: 1.5rem !important;
  }
  ul.ubermenu-tab-content-panel a.ubermenu-target {
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
  }
  li.ubermenu-tab > a.ubermenu-target > span.ubermenu-sub-indicator-close {
    right: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  #menu-main-navigation,
  #menu-main-navigation .dropdown-menu,
  #menu-main-navigation .ubermenu-submenu,
  #ubermenu-nav-main-8759-header-menu,
  #ubermenu-nav-main-8759-header-menu .dropdown-menu,
  #ubermenu-nav-main-8759-header-menu .ubermenu-submenu {
    text-align: center;
  }
  #menu-main-navigation li,
  #ubermenu-nav-main-8759-header-menu li {
    width: 100%;
  }
  #menu-main-navigation li a,
  #ubermenu-nav-main-8759-header-menu li a {
    padding: 0.5rem 1rem;
  }
}
.vc_row:not(.vc_inner) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f8f9),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, #f5f8f9 0, #fff 100%);
  background-repeat: repeat-x;
  padding-top: 5%;
  padding-bottom: 5%;
}
.vc_row.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.single .vc_row {
  background-image: none;
}
.vc_inner {
  padding-bottom: 3%;
}
.vc_inner:first-child {
  padding-top: 0;
}
.vc_inner:last-child {
  padding-bottom: 0;
}
.wpb_content_element ul {
  list-style: none;
  padding: 1em 0 0 2em;
  color: #343a40;
}
.wpb_content_element ul li {
  position: relative;
  margin-bottom: 1em;
}
.training-agenda ul ul > li:before,
.wpb_content_element ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2022";
  position: absolute;
  left: -20px;
  top: 0;
  margin-right: 0.5rem;
}
.wpb_content_element ul.angle-double-right li::before,
.wpb_content_element ul.angle-right li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2022" !important;
  position: absolute;
  left: -20px;
  top: 0;
  margin-right: 0.5rem;
  color: #3a3a3c;
}
.wpb_content_element ul.circle li::before {
  content: "\f111" !important;
}
.wpb_content_element ul.circle-outline li::before {
  content: "\f111" !important;
  font-weight: 400;
}
.wpb_content_element ul.check-circle li::before {
  content: "\f058" !important;
}
.wpb_content_element ul.flex-direction-nav li::before,
.wpb_content_element ul.slides li::before {
  content: "" !important;
}
.wpb_content_element hr {
  width: 160px;
  border-top-color: var(--bright-blue);
  margin: 2rem 0;
}
.page-hero {
  min-height: 500px;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-color: var(--navy);
  color: #fff;
}
.page-hero strong {
  font-weight: 600;
}
.page-hero.tall {
  min-height: 600px;
}
.page-hero.light-theme {
  background-image: url(img/light-theme-header.png);
  color: #191919;
}
.dark-theme,
.page-hero.dark-theme {
  background-image: url(img/dark-theme-header-vector.png);
}
.banner-bg,
.page-hero.banner-bg {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
.banner-bg-left,
.page-hero.banner-bg-left {
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
}
.banner-bg-right,
.page-hero.banner-bg-right {
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: contain !important;
}
.banner-bg-20,
.page-hero.banner-bg-20 {
  background-repeat: no-repeat !important;
  background-position: 20vw !important;
  background-size: contain !important;
}
.banner-bg-25,
.page-hero.banner-bg-25 {
  background-repeat: no-repeat !important;
  background-position: 25vw !important;
  background-size: contain !important;
}
.banner-bg-50,
.page-hero.banner-bg-50 {
  background-repeat: no-repeat !important;
  background-position: 50vw !important;
  background-size: contain !important;
}
.banner-bg-60,
.page-hero.banner-bg-60 {
  background-repeat: no-repeat !important;
  background-position: 60vw !important;
  background-size: contain !important;
}
.banner-bg-65,
.page-hero.banner-bg-65 {
  background-repeat: no-repeat !important;
  background-position: 65vw !important;
  background-size: contain !important;
}
.banner-bg-75,
.page-hero.banner-bg-75 {
  background-repeat: no-repeat !important;
  background-position: 75vw !important;
  background-size: contain !important;
}
.banner-bg-ad-avc {
  background: linear-gradient(
      to bottom,
      rgba(16, 22, 37, 1),
      rgba(16, 22, 37, 1),
      rgba(0, 0, 0, 0)
    ),
    url(https://www.itential.com/wp-content/uploads/2021/02/AVC-Ad.jpg);
  background-size: cover !important;
}
.banner-bg-ad-trial {
  background-image: url(https://www.itential.com/wp-content/uploads/2021/04/Blog-Ad_Free-Trial.png);
  background-size: cover !important;
}
.banner-bg-ad-demo {
  background-image: url(https://www.itential.com/wp-content/uploads/2021/10/arch1Asset-2.png);
  background-size: 25% !important;
  background-position: 90% !important;
  background-color: var(--navy);
}
.banner-bg-ad-related {
  background-position: 23vw !important;
  background-color: var(--navy);
}
@media (max-width: 991.98px) {
  .dark-theme,
  .page-hero,
  .page-hero.banner-bg,
  .page-hero.banner-bg-25,
  .page-hero.banner-bg-50,
  .page-hero.banner-bg-60,
  .page-hero.banner-bg-65,
  .page-hero.banner-bg-75,
  .page-hero.banner-bg-left,
  .page-hero.banner-bg-right,
  .page-hero.dark-theme {
    background-image: none !important;
  }
}
.white-box {
  background: #fff;
  border: 2px solid #ebebeb;
  padding: 3em;
}
.logo-box,
.white-box {
  position: relative;
}
.flip-card-back,
.flip-card-front,
.logo-box,
.training-agenda {
  background: #fff;
  border: 2px solid #ebebeb;
}
.training-agenda {
  padding: 3em;
  position: relative;
}
.shadow-box {
  padding: 3em;
  position: relative;
  -webkit-box-shadow: 5px 5px 14px rgba(61, 73, 93, 0.1);
  box-shadow: 5px 5px 14px rgba(61, 73, 93, 0.1);
}
.logo-box {
  padding: 2em;
}
.flip-card-front img,
.logo-box img {
  margin: 0 auto;
  display: block;
}
.flip-card {
  width: 100%;
  height: 200px;
  margin-bottom: 2em;
}
.flip-card-back,
.flip-card-front,
.flip-card-inner {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-card-inner {
  text-align: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
}
.flip-card-inner:hover .flip-card-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.flip-card-inner:hover .flip-card-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card-back,
.flip-card-front {
  position: absolute;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flip-card-front {
  z-index: 2;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.flip-card-front img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flip-card-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  overflow: hidden;
}
.flip-card-back p {
  font-size: 0.75rem;
}
.sidebar ul,
.training-agenda ul ul {
  list-style: none;
}
.training-agenda ul ul > li:before {
  content: "\F0c3";
  color: var(--bright-blue);
}
.section-header {
  text-align: center;
  position: relative; /*margin-bottom:3%;*/
  padding-bottom: 3%;
} /*.section-header:after{content:"";width:160px;border:1px solid var(--bright-blue)
;position:absolute;bottom:0;margin:0 auto;left:0;right:0}*/
.page-hero .featured-post {
  padding: 35px;
  height: 380px;
  overflow: hidden;
}
.page-hero .featured-post h1 {
  color: #fff;
  font-size: 1.75rem !important;
  line-height: initial !important;
}
.page-hero .featured-post p.label {
  color: var(--bright-blue);
  font-size: 1rem;
}
.page-hero .featured-post p.card-author {
  font-size: 1rem;
  color: #919caf;
}
.main-content-container {
  margin-top: 45px;
}
.body-container {
  padding-top: 30px;
  background: #f6f8f9 url(img/left-halftone-bg.png) no-repeat left bottom;
}
.simple-navbar .header-main nav,
.simple-navbar .ubermenu-responsive-toggle,
body.single-library .ubermenu-responsive-toggle {
  display: none !important;
}
.sidebar {
  -webkit-text-decoration: Capitalize;
  text-decoration: Capitalize;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  font-weight: 500;
  color: var(--bright-blue);
}
.sidebar ul {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.sidebar ul > li::before {
  content: none;
}
.sidebar > h4 {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--orange);
}
.sidebar ul > li > ul > li a {
  display: inline-block;
  padding-left: 20px;
}
.sidebar ul > li > ul > li a.text-orange:first-child {
  border-left: 1px solid var(--orange);
}
.sidebar ul > li > ul > li a.text-tango:first-child {
  border-left: 1px solid var(--pink);
}
.footer .footer-inner {
  background: var(--navy);
  padding: 5em 0 1em;
  color: #fff;
}
.footer > .footer-inner > .container > .row > div:first-child {
  border-right: 1px solid #fff;
}
.footer .footer-menus {
  padding-left: 3rem;
}
.footer .footer-copyright {
  color: #fff;
  padding-top: 1.5rem !important;
  border-top: 1px solid #fff;
}
.footer .nav li,
.footer .vc_wp_custommenu ul li,
.footer h6,
.vc_wp_custommenu .footer ul li {
  margin-bottom: 1rem;
}
.footer .nav,
.footer .vc_wp_custommenu ul,
.vc_wp_custommenu .footer ul {
  list-style: none;
}
.footer .nav li a,
.footer .vc_wp_custommenu ul li a,
.vc_wp_custommenu .footer ul li a {
  color: inherit;
  font-weight: 500;
}
.footer .social-nav li {
  margin: 0 0.5rem;
}
.footer .social-nav li .fab {
  font-size: 28px;
  line-height: 36px;
}
.vc_tta-container .vc_tta-tabs-list,
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab {
  max-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab a {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 !important;
  background: 0 0 !important;
  line-height: 1.65;
  padding: 0.9375rem;
  text-align: center;
  color: #424242;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  font-weight: 700;
}
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  border-bottom-color: var(--bright-blue);
}
.vc_tta-container .vc_tta-panels {
  border: 0 !important;
  background: 0 0 !important;
}
.cards-slider.slick-initialized {
  margin-left: -20px;
  margin-right: -20px;
}
.cards-slider.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cards-slider.slick-initialized .slick-slide,
.cards-slider.slick-initialized .slick-slide .cards-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cards-slider.slick-initialized .slick-slide {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards-slider.slick-initialized .slick-slide > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards-slider.slick-initialized .slick-slide .cards-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 10px 20px;
}
.cards-slider.slick-initialized .slick-slide .cards-slide,
.cards-slider.slick-initialized .slick-slide .cards-slide > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.cards-slider:not(.slick-initialized) .cards-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cards-slider:not(.slick-initialized) .cards-slide > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#resource_results .card .card-body {
  border-top: 5px solid var(--bright-blue);
}
.ubermenu-custom-content > .card .card-body {
  border-top: 3px solid var(--bright-blue);
}
#resource_results .card .card-body > h6,
.ubermenu-custom-content > .card .card-body > h6 {
  color: var(--bright-blue) !important;
}
.card {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 2.5rem;
  display: block;
  margin-bottom: 1em;
}
.card .card-title {
  text-transform: initial;
  color: var(--navy);
}
.card .card-author {
  margin-bottom: 0;
}
.card .card-meta {
  font-size: 0.875rem;
}
.card .read-more {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  color: var(--bright-blue);
  text-transform: capitalize;
}
.card.event-card {
  padding-bottom: 0;
}
.hexagon-dynamic-image:after,
.hexagon-dynamic-image:before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
.hexagon-dynamic-image:before {
  bottom: 100%;
  border-bottom: 50px solid #fff;
}
.hexagon-dynamic-image:after {
  top: 100%;
  width: 0;
  border-top: 50px solid #fff;
}
.hexagon {
  position: relative;
  width: 30px;
  height: 17.32px;
  background: #1893d2 no-repeat center/50%
    url(https://www.itential.com/wp-content/uploads/2020/03/PreBuilt-Automation_White.png);
  margin: 8.66px 0;
  display: inline-block;
  vertical-align: middle;
}
.hexagon-adapter {
  position: relative;
  width: 30px;
  height: 17.32px;
  background: #1893d2 no-repeat center/90%
    url(https://www.itential.com/wp-content/uploads/2020/06/Adapter_White.png);
  margin: 8.66px 0;
  display: inline-block;
  vertical-align: middle;
}
.hexagon-adapter:after,
.hexagon-adapter:before,
.hexagon:after,
.hexagon:before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.hexagon-adapter:before,
.hexagon:before {
  bottom: 100%;
  border-bottom: 8.66px solid #1893d2;
}
.hexagon-adapter:after,
.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 8.66px solid #1893d2;
}
.card.prebuilt > .prebuilt-type {
  background-color: #e5f2fe;
  color: #1893d2;
  padding: 0.5rem 1.25rem;
}
.prebuilt-category {
  background-color: #f1f2f2;
  color: #3a3a3c !important;
  border-radius: 5px;
  padding: 0.3rem;
  margin: 0 5px 5px 0 !important;
  display: inline-block;
  font-size: small;
}
.prebuilt-type .title {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  text-transform: uppercase !important;
}
@media (min-width: 576px) {
  .modal-dialog.modal-prebuilt {
    max-width: 800px;
    margin: 10rem auto;
  }
}
a.prebuilt-download:hover {
  text-decoration: none !important;
  color: none;
}
.btn-prebuilt-tango {
  color: var(--orange);
  background-color: transparent;
  background-image: none;
  border-color: none;
}
.btn-prebuilt-tango:hover {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
}
.btn-prebuilt-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: none;
}
.btn-prebuilt-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.modal[id*="prebuilt"] button.prebuilt-close:after {
  display: inline-block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}
.prebuilts-search .searchandfilter ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  margin: 0;
}
.hexagon {
  position: relative;
  width: 30px;
  height: 17.32px;
  background: #fff no-repeat center/50%
    url(https://developer.itential.io/wp-content/uploads/2020/07/PreBuilt-Automation_Orange.png);
  margin: 8.66px 0;
  display: inline-block;
  vertical-align: middle;
}
.hexagon-adapter {
  position: relative;
  width: 30px;
  height: 17.32px;
  background: #fff no-repeat center/90%
    url(https://developer.itential.io/wp-content/uploads/2020/07/Adapter_Blue.png);
  margin: 8.66px 0;
  display: inline-block;
  vertical-align: middle;
}
.hexagon-transformation {
  position: relative;
  width: 30px;
  height: 17.32px;
  background: #fff no-repeat center/60%
    url(https://developer.itential.io/wp-content/uploads/2021/03/PreBuilt-Transformation_Green.png);
  margin: 8.66px 0;
  display: inline-block;
  vertical-align: middle;
}
.hexagon-adapter:after,
.hexagon-adapter:before,
.hexagon-transformation:after,
.hexagon-transformation:before,
.hexagon:after,
.hexagon:before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.hexagon:before {
  bottom: 100%;
  border-bottom: 8.66px solid #fff;
}
.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 8.66px solid #fff;
}
.hexagon-adapter:before {
  bottom: 100%;
  border-bottom: 8.66px solid #fff;
}
.hexagon-adapter:after {
  top: 100%;
  width: 0;
  border-top: 8.66px solid #fff;
}
.hexagon-transformation:before {
  bottom: 100%;
  border-bottom: 8.66px solid #fff;
}
.hexagon-transformation:after {
  top: 100%;
  width: 0;
  border-top: 8.66px solid #fff;
}
.prebuilt {
  padding: 0 !important;
}
.prebuilt .read-more {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  width: 85%;
}
.prebuilt .read-more > .adapter-link {
  position: relative;
  margin-right: 20px;
  color: #0094d9;
  text-transform: capitalize;
}
.prebuilt .read-more > button {
  text-transform: capitalize;
}
.prebuilt .prebuilt-body {
  padding: 1.25rem 1.25rem 3.45rem;
}
.prebuilt.adapter-box {
  border-radius: 6px !important;
}
.prebuilt.adapter-box.white-box {
  background: #fff;
  border: 1px solid #ebebeb !important;
}
.prebuilt-type {
  background-color: #e5f2fe;
  color: var(--bright-blue);
  padding: 0.5rem 1.25rem;
  border-radius: 6px 6px 0 0 !important;
}
.prebuilt-type.transformation {
  background-color: var(--green);
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 6px 6px 0 0 !important;
}
.prebuilt-type.automation {
  background-color: var(--orange);
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 6px 6px 0 0 !important;
}
.prebuilt-type.adapter {
  background-color: var(--bright-blue);
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 6px 6px 0 0 !important;
}
.prebuilt-type .prebuilt-label {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  text-transform: uppercase !important;
}
.prebuilt-title {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 0.75rem;
}
.prebuilt-categories {
  margin: 0.75rem 0 !important;
}
.prebuilt-category {
  background-color: #f1f2f2;
  color: #3a3a3c !important;
  border-radius: 5px;
  padding: 0.3rem;
  margin: 0 5px 5px 0 !important;
  display: inline-block;
  font-size: small;
}
.prebuilt-description.short {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}
.prebuilt-description.short p {
  margin: 0 !important;
}
.prebuilt-description.short .wistia_embed {
  display: none;
}
@media (min-width: 576px) {
  .modal-dialog.modal-prebuilt {
    max-width: 800px;
    margin: 10rem auto;
  }
}
a.prebuilt-download:hover {
  text-decoration: none !important;
  color: none;
}
.btn-prebuilt-tango {
  color: var(--orange);
  background-color: transparent;
  background-image: none;
  border-color: none;
}
.btn-prebuilt-tango:hover {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
}
.btn-prebuilt-bright-blue {
  color: #0094d9;
  background-color: transparent;
  background-image: none;
  border-color: none;
}
.btn-prebuilt-bright-blue:hover {
  color: #fff;
  background-color: #0094d9;
  border-color: #0094d9;
}
.btn-prebuilt-avocado {
  color: #aac13a;
  background-color: transparent;
  background-image: none;
  border-color: none;
}
.btn-prebuilt-avocado:hover {
  color: #fff;
  background-color: #aac13a;
  border-color: #aac13a;
}
.btn-prebuilt-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: none;
}
.btn-prebuilt-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.modal[id*="Modal-"] {
  filter: drop-shadow(0 0 500px #333);
  top: 13vh;
}
.modal[id*="Modal-"] button.prebuilt-close:after {
  display: inline-block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}
.prebuilts-search .searchandfilter ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  margin: 0;
}
.prebuilts-search .searchandfilter ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  margin: 0;
}
#adapter_search ul {
  padding-left: 0;
  color: #3a3a3c;
  padding-bottom: 1rem;
  font-size: 1rem;
}
#adapter_search h4 {
  margin-top: 0;
  color: #0094d9;
  font-size: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.open-source-links {
  list-style: none;
  color: #3a3a3c;
}
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#home_hero {
  padding-top: 10em;
  padding-bottom: 10em;
  min-height: 500px;
  color: #fff;
  background-size: cover;
  position: relative;
}
#homepageSlide .vc_row {
  background: 0;
}
#homepageSlide .carousel-vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
}
#homepageSlide .page-hero {
  height: 100%;
}
#homepageSlide .carousel-indicators {
  position: relative;
  bottom: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
#homepageSlide .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 0;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  background-color: transparent;
  cursor: pointer;
  text-indent: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#homepageSlide .carousel-indicators li span,
.shadow-circle {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#homepageSlide .carousel-indicators li span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 0 !important;
  background: 0 0 !important;
  line-height: 1.65;
  padding: 0.9375rem;
  text-align: center;
  color: #ababab;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  height: 100%;
}
#homepageSlide .carousel-indicators li.active {
  border-top-color: var(--bright-blue);
}
.shadow-circle {
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  z-index: 1;
}
.shadow-circle:before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  content: "";
  z-index: -1;
}
.shadow-circle.steel {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6e7488),
    to(#52576e)
  );
  background-image: linear-gradient(to bottom, #6e7488 0, #52576e 100%);
}
.shadow-circle.steel:before {
  background: rgba(212, 213, 219, 0.3);
}
.shadow-circle.babyblue,
.shadow-circle.carrot {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#66b6f7),
    to(#48a7f5)
  );
  background-image: linear-gradient(to bottom, #66b6f7 0, #48a7f5 100%);
  background-repeat: repeat-x;
}
.shadow-circle.babyblue:before {
  background: rgba(105, 183, 247, 0.3);
}
.shadow-circle.carrot {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6643b),
    to(#f44311)
  );
  background-image: linear-gradient(to bottom, #f6643b 0, #f44311 100%);
}
.shadow-circle.carrot:before {
  background: rgba(246, 101, 60, 0.3);
}
.shadow-circle.orange {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--orange)),
    to(var(--orange))
  );
  background-image: linear-gradient(
    to bottom,
    var(--orange) 0,
    var(--orange) 100%
  );
  background-repeat: repeat-x;
}
.shadow-circle.orange:before {
  background: rgba(243, 118, 34, 0.3);
}
.shadow-circle.orchid {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--pink)),
    to(var(--pink))
  );
  background-image: linear-gradient(to bottom, var(--pink) 0, var(--pink) 100%);
  background-repeat: repeat-x;
}
.shadow-circle.orchid:before {
  background: rgba(171, 40, 150, 0.3);
}
.shadow-circle.green {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--green)),
    to(var(--green))
  );
  background-image: linear-gradient(
    to bottom,
    var(--green) 0,
    var(--green) 100%
  );
  background-repeat: repeat-x;
}
.shadow-circle.green:before {
  background: rgba(170, 193, 58, 0.3);
}
.shadow-circle.bright-blue {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--bright-blue)),
    to(var(--bright-blue))
  );
  background-image: linear-gradient(
    to bottom,
    var(--bright-blue) 0,
    var(--bright-blue) 100%
  );
  background-repeat: repeat-x;
}
.shadow-circle.bright-blue:before {
  background: rgba(0, 148, 217, 0.3);
}
.shadow-circle .shadow-number {
  color: #fff;
  font-weight: 700;
  text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.2);
}
.shadow-circle .shadow-number.large {
  font-size: 96px;
  line-height: 1em;
}
.shadow-circle .shadow-number.medium {
  font-size: 77px;
}
.shadow-circle .shadow-number.small {
  font-size: 62.5px;
}
.marketo-form-wrapper {
  color: #fff;
  padding: 2em 0;
}
.footer-marketo-wrapper h5,
.join-blog-marketo-wrapper h5,
.join-marketo-wrapper h5,
.marketo-form-wrapper h5 {
  text-transform: uppercase;
  font-weight: 700;
}
.marketo-form-wrapper p {
  line-height: 1em !important;
}
.marketo-form-wrapper.no-bg {
  background-color: transparent;
}
.marketo-form-wrapper .mktoForm {
  color: #fff;
}
.marketo-form-wrapper .mktoFormRow {
  min-height: 32px;
  margin: 0.75rem 0;
}
.marketo-form-wrapper .mktoFieldWrap {
  margin: 0.75rem;
}
.marketo-form-wrapper .mktoGutter {
  width: 0;
}
.marketo-form-wrapper .mktoLabel {
  display: inline-block;
  width: 40%;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.marketo-form-wrapper .mktoField {
  border: 0;
  background-color: #2e80b9;
  height: 32px;
  color: #fff;
  width: 60%;
  float: right;
}
.marketo-form-wrapper .mktoErrorMsg {
  color: #fff;
  font-weight: 700;
}
.marketo-form-wrapper .mktoInvalid {
  border: 1px solid #fff;
  height: 31px;
}
.marketo-form-wrapper .form-thank {
  min-height: 420px;
}
.join-marketo-wrapper {
  color: #fff;
  margin: 0 0 2rem;
}
.join-marketo-wrapper.no-bg {
  background-color: transparent;
}
.join-marketo-wrapper .mktoForm {
  color: #ababab;
}
.join-marketo-wrapper .mktoFormRow {
  min-height: 38px;
  margin: 0.75rem 0;
}
.join-marketo-wrapper .mktoFieldWrap {
  position: relative;
}
.join-marketo-wrapper .mktoGutter {
  width: 0;
}
.join-marketo-wrapper .mktoLabel {
  display: none;
}
.join-marketo-wrapper .mktoField {
  border: 0;
  background-color: #d7d7d7;
  height: 38px;
  color: #ababab;
  width: 100%;
  margin-bottom: 20px;
}
.join-marketo-wrapper .mktoError {
  position: absolute;
  right: 0 !important;
  bottom: -90px !important;
}
.join-marketo-wrapper .mktoErrorMsg {
  color: #ababab;
  font-weight: 700;
  font-size: 12px;
}
.join-marketo-wrapper .mktoInvalid {
  border: 0;
  height: 38px;
}
.join-marketo-wrapper .mktoButton {
  width: 100%;
  float: none !important;
}
.join-blog-marketo-wrapper {
  color: #fff;
  margin: 0;
}
.join-blog-marketo-wrapper.no-bg {
  background-color: transparent;
}
.join-blog-marketo-wrapper .mktoForm {
  color: #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.join-blog-marketo-wrapper .mktoFormCol {
  margin-right: 20px;
}
.join-blog-marketo-wrapper .mktoFormRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 38px;
  margin-right: 30px;
  margin: 0.75rem 0;
}
.join-blog-marketo-wrapper .mktoFieldWrap {
  position: relative;
}
.join-blog-marketo-wrapper .mktoGutter {
  width: 0;
}
.join-blog-marketo-wrapper .mktoLabel {
  display: none;
}
.join-blog-marketo-wrapper .mktoField {
  border: 0;
  background-color: #d7d7d7;
  height: 38px;
  color: #ababab;
  width: 100%;
}
.join-blog-marketo-wrapper .mktoError {
  position: absolute;
  right: 0 !important;
  bottom: -37px !important;
}
.join-blog-marketo-wrapper .mktoErrorMsg {
  color: #ababab;
  font-weight: 700;
  font-size: 12px;
}
.join-blog-marketo-wrapper .mktoInvalid {
  border: 0;
  height: 38px;
}
.join-blog-marketo-wrapper .mktoButton {
  width: 100%;
  float: none !important;
}
@media (max-width: 767.98px) {
  .join-blog-marketo-wrapper .mktoForm,
  .join-blog-marketo-wrapper .mktoFormRow {
    display: block;
  }
  .join-blog-marketo-wrapper .mktoFormCol {
    margin-right: 0;
  }
  .join-blog-marketo-wrapper .mktoField {
    margin-bottom: 20px;
  }
}
.footer-marketo-wrapper {
  color: #fff;
  margin: 0 0 1em;
}
.footer-marketo-wrapper.no-bg {
  background-color: transparent;
}
.footer-marketo-wrapper .mktoForm {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-marketo-wrapper .mktoFormRow {
  min-height: 38px;
  margin: 0.75rem 0;
}
.footer-marketo-wrapper .mktoFieldWrap {
  margin-right: 0.75rem;
  position: relative;
}
.footer-marketo-wrapper .mktoGutter {
  width: 0;
}
.footer-marketo-wrapper .mktoLabel,
.form-thank {
  display: none;
}
.footer-marketo-wrapper .mktoField {
  border: 0;
  background-color: #434b53;
  height: 38px;
  color: #fff;
}
.footer-marketo-wrapper .mktoError {
  position: absolute;
  right: 0 !important;
  bottom: -37px !important;
}
.footer-marketo-wrapper .mktoErrorMsg {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.footer-marketo-wrapper .mktoInvalid {
  border: 0;
  height: 38px;
}
.author-card .author-img {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.75);
}
#breadcrumbs span.breadcrumb_last,
.author-card p {
  color: #939598;
}
.author-card .read-more,
.related-content h5 {
  color: var(--bright-blue);
  text-transform: uppercase;
  font-weight: 500;
}
.related-content.expanded .card {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
}
.related-content.expanded .card-img-top {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.related-content.expanded .expanded-content a {
  color: #414042;
}
.related-content.expanded .expanded-content a:hover {
  color: var(--bright-blue);
}
.related-content.expanded .divider {
  margin: 0 25px;
  width: 4px;
  background-color: var(--green);
}
#breadcrumbs span a {
  color: var(--navy);
}
.comment-respond {
  margin-top: 1.5rem;
  width: 66%;
}
.comment-respond .comment-reply-title {
  font-weight: 500;
}
.comment-respond .submit {
  font-weight: 400;
  border-radius: 12px;
  color: #777 !important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px;
  float: right;
}
.comment-respond p {
  margin-bottom: 0;
}
.testimonial {
  text-align: center;
  padding: 3em 0;
}
.testimonial .quote {
  color: var(--bright-blue);
  font-weight: 400;
  font-size: 1.875rem;
}
.testimonial .quote p:before {
  content: "“";
  display: inline;
}
.testimonial .quote p:after {
  content: "”";
  display: inline;
}
.testimonial .attribution {
  color: #ababab;
  font-weight: 400;
}
.testimonial .carousel-item {
  min-height: 300px;
  padding-bottom: 30px;
}
.testimonial .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ababab;
}
.testimonial .carousel-indicators li.active {
  background-color: var(--orange);
}
.search-filter-box h4 {
  color: var(--bright-blue);
  font-size: 1.25rem;
  padding: 0;
}
.search-filter-box ul {
  padding-left: 0;
}
.ll-skin-melon .ui-widget {
  z-index: 10 !important;
  background: #3a3a3c;
}
.media {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding: 1rem;
}
.media h5 {
  text-transform: none;
}
.media .media-img {
  width: 64px;
  height: auto;
  border: 1px solid #d7d7d7;
}
.media:hover {
  background: #ebebeb;
}
.vc_wp_custommenu {
  margin-bottom: 0 !important;
}
.vc_wp_custommenu ul {
  padding: 1em 0 0 !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.vc_wp_custommenu ul li {
  border-bottom: 3px solid transparent;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.vc_wp_custommenu ul li:before {
  content: none;
}
.vc_wp_custommenu ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}
.vc_wp_custommenu ul li.active,
.vc_wp_custommenu ul li.current-menu-item,
.vc_wp_custommenu ul li.current_page_item {
  border-bottom: 0px solid var(--bright-blue);
}
.row-nav .menu .current_page_item a {
  color: var(--bright-blue) !important;
}
.boxes {
  overflow: visible !important;
  border-top: 5px solid var(--bright-blue);
}
.boxes .box {
  background-color: #fff !important;
  background-image: none !important;
  position: relative;
  top: -70px;
  padding: 1.5rem !important;
  font-size: 1.125rem;
}
.boxes .wpb_column:nth-child(3n-2) .box {
  box-shadow: inset 0 -5px 0 0 var(--pink);
}
.boxes .wpb_column:nth-child(3n-2) .box > .category {
  color: var(--pink);
}
.boxes .wpb_column:nth-child(3n-1) .box {
  box-shadow: inset 0 -5px 0 0 var(--orange);
}
.boxes .wpb_column:nth-child(3n-1) .box > .category {
  color: var(--orange);
}
.boxes .wpb_column:nth-child(3n) .box {
  box-shadow: inset 0 -5px 0 0 var(--green);
}
.boxes .wpb_column:nth-child(3n) .box > .category {
  color: var(--green);
}
.boxes .box > .category {
  color: var(--pink);
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: 600;
}
.boxes .box > .caption {
  padding-bottom: 1.5rem !important;
  font-size: 14.5px;
  line-height: 21px;
}
.boxes .box a {
  position: absolute;
  font-size: 13px;
  bottom: 1rem;
  text-transform: capitalize !important;
  font-weight: 600;
}
.boxes .box a::after {
  content: ">";
  left: 0.5rem;
  top: 0.05rem;
  position: relative;
  display: inline-block;
}
#superNav {
  font-size: 0.8rem;
  color: #202537;
  background: #fff;
  padding: 4px 16px;
}
#superNav a {
  color: #202537;
  text-decoration: none;
}
#superNav a:hover {
  color: #1893d2;
}
#global-banner {
  display: none;
  color: #414042 !important;
}
#global-banner.border-bottom-bright-blue {
  border-bottom: 1px solid var(--bright-blue);
}
#global-banner .container {
  max-width: 1140px;
}
#global-banner .category {
  color: var(--bright-blue) !important;
  padding-right: 0.5rem !important;
  font-weight: 500;
}
#global-banner .exit {
  position: absolute;
  right: 1rem;
  cursor: pointer;
}
#global-banner img {
  width: 40px !important;
  height: 40px !important;
}
.banner {
  font-family: "Open Sans", Arial, sans-serif;
}
.banner.dark {
  background-color: var(--navy);
  color: #fff;
  background-image: unset;
}
.banner.light {
  background-color: #f8f8f8;
  color: #414042;
  background-image: unset;
}
.banner .banner-category {
  color: var(--green);
  text-transform: uppercase;
  font-size: 17.5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.banner .banner-title {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 35px;
  line-height: 37px;
  font-weight: 400;
}
.banner.banner-video {
  overflow: visible !important;
}
.banner.banner-video .banner-image img {
  position: absolute;
  top: -90px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 500px;
}
.banner.banner-video
  .banner-image
  .wistia_embed.container\=popover_preview_embed {
  top: -56px !important;
  left: 36px !important;
  height: 258px !important;
  width: 427px !important;
  position: absolute !important;
}
.banner.banner-content .banner-image {
  position: absolute !important;
  right: 0;
  top: -20px;
}
.banner.banner-testimonial {
  background-position: bottom right !important;
  background-image: url(https://www.itential.com/wp-content/uploads/2020/11/Quote-Banner_Right.png);
  background-repeat: no-repeat !important;
}
.banner.banner-testimonial .banner-person {
  font-size: 13px;
  color: #939598;
}
.banner.banner-webinar .banner-image .person-title p {
  font-size: 0.9rem !important;
  font-style: italic;
}
.banner.banner-cta,
.banner.banner-cta.light {
  color: #fff;
  background: 65% / contain no-repeat
      url(https://www.itential.com/wp-content/uploads/2020/11/breaker.png),
    linear-gradient(to right, #1893d2, #1893d2 60%, rgba(0, 0, 0, 0.3) 60%),
    right/cover no-repeat
      url(https://www.itential.com/wp-content/uploads/2020/01/StayConnected.jpg);
}
.banner.banner-cta.dark {
  background: 65% / contain no-repeat
      url(https://www.itential.com/wp-content/uploads/2020/11/breaker-dark.png),
    linear-gradient(
      to right,
      var(--navy),
      var(--navy) 60%,
      rgba(0, 0, 0, 0.3) 60%
    ),
    right/cover no-repeat
      url(https://www.itential.com/wp-content/uploads/2020/01/StayConnected.jpg);
}
#avc-sidebar {
  margin-top: 6.5rem;
  padding: 0;
}
#avc-sidebar .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: unset;
  border: none;
}
#avc-sidebar .card-body {
  padding: 1.25rem 0;
}
#avc-sidebar .card .read-more {
  left: 0;
}
#avc-sidebar .card-img-top {
  border-radius: unset;
}
#avc-sidebar #avc-demo-single h3 {
  width: 60%;
  text-transform: unset;
  font-size: 2rem;
}
#avc-demo-single {
  background-image: url(https://www.itential.com/wp-content/uploads/2020/12/Itential-Icon.png);
  border: 1px solid #eaeaea;
  background-repeat: no-repeat !important;
  background-position: 200% !important;
  background-size: 70% !important;
}
div.page-hero > div.header-video-section {
  width: 100%;
  position: absolute;
  left: 65vw;
  top: 50px;
}
div.page-hero > div.header-video-section img {
  max-width: 75vw;
}
div.page-hero > div.header-video-section i {
  position: absolute;
  top: 15vw;
  z-index: 100;
  font-size: 4.5rem;
  left: 20vw;
  box-shadow: 0 0 30px rgba(65, 64, 66, 0.3);
  border-radius: 100%;
  background: #fff !important;
}
@media (max-width: 992px) {
  .banner.banner-video .banner-image img {
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    max-width: 350px;
  }
  .banner.banner-video
    .banner-image
    .wistia_embed.container\=popover_preview_embed {
    top: 23px !important;
    left: 40px !important;
    height: 185px !important;
    width: 300px !important;
  }
  .footer > .footer-inner > .container > .row > div:first-child {
    border-right: unset;
  }
  .footer .footer-menus {
    padding-left: unset;
  }
}
@media (max-width: 768px) {
  .banner.banner-content .banner-image {
    max-width: unset;
    right: -300px;
  }
  .banner.banner-testimonial {
    background-image: unset;
  }
  .banner.banner-cta,
  .banner.banner-cta.light {
    background: unset;
    background-color: #1893d2;
  }
  .banner.banner-cta.dark {
    background: unset;
    background-color: var(--navy);
  }
  .banner.banner-video
    .banner-image
    .wistia_embed.container\=popover_preview_embed {
    top: 20px !important;
  }
  div.page-hero > div.header-video-section {
    width: unset !important;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    max-width: 100vw !important;
  }
  div[id*="thumb_container"] {
    height: unset !important;
  }
  div.page-hero > div.header-video-section i {
    left: 35vw !important;
  }
  div.page-hero > div.header-video-section img {
    max-width: 85vw !important;
  }
}
@media (max-width: 755px) {
  .boxes {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .vc_wp_custommenu {
    display: none;
  }
  .boxes .box {
    top: 30px !important;
  }
}
#blog .card,
#blog_search .card,
#single-blog .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: border-box;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
#blog .card-body,
#blog_results .card-body,
#blog_search .card-body,
#single-blog .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
#single-blog .card-body {
  margin-bottom: 2rem;
}
#blog .card-category,
#blog_results .card-category,
#blog_search .card-category,
#single-blog .card-category {
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--bright-blue);
}
#blog .card-title,
#blog_results .card-title,
#blog_search .card-title,
#category .card-title,
#single-blog .card-title {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}
#blog .card-subtitle,
#blog_results .card-subtitle,
#blog_search .card-subtitle,
#single-blog .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
#blog .card-text:last-child,
#blog_results .card-text:last-child {
  margin-bottom: 0;
}
#blog .card .card-author,
#blog_results .card .card-author,
#blog_search .card .card-author,
#single-blog .card .card-author {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  margin-bottom: 0;
  color: #939598;
  font-size: 0.8rem;
}
#blog .card-img,
#blog_results .card-img,
#blog_search .card-img,
#single-blog .card-img {
  width: 100%;
  border-radius: 0;
}
#blog .card-img-top,
#blog_results .card-img-top,
#blog_search .card-img-top,
#single-blog .card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#blog #category_FeaturedPosts article .card {
  border: none;
  margin-bottom: none;
}
#blog #category_FeaturedPosts article:not(:first-child) .card-body {
  padding: 0;
}
#blog #category_FeaturedPosts article:first-child .card {
  background-color: var(--navy) !important;
  color: #fff;
  border: none;
}
#blog #category_FeaturedPosts article:first-child .card-body {
  min-height: 160px;
}
#blog #category_FeaturedPosts article:first-child .category {
  font-size: 11px;
}
#blog #category_FeaturedPosts article:first-child .card-title {
  font-size: 23px;
}
#blog #category_FeaturedPosts article:first-child .card-author {
  font-size: 12px;
}
#blog #category_FeaturedPosts article:first-child .card-img-top {
  border-bottom: 5px solid #fff;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem !important;
}
.blog-grid .card,
.blog-grid article {
  height: 100%;
  margin: 0;
}
.blog-grid .ad {
  grid-row: 1 / span 2;
  grid-column: 3/3;
  height: 100% !important;
  padding: 1.5rem;
  background-color: var(--navy);
  border: 2px solid #e1e1e1;
  background-position: right bottom !important;
}
.blog-grid .ad h3 {
  font-size: 1.75rem;
  text-transform: unset;
}
#blog_results .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
#blog_search ul {
  padding: 0;
}
#blog_search .ad,
.sidebar .ad {
  border: 2px solid #e1e1e1;
  background-position: right bottom !important;
}
.category-header h1 {
  font-weight: 700 !important;
  font-size: 1.75rem;
}
.category-header h1 {
  font-weight: 700 !important;
  font-size: 1.75rem;
}
.category-header .card-title {
  font-size: 1.5rem !important;
  line-height: 1.3;
}
.card.no-shadow,
.category-header .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #e1e1e1;
}
#blog h2,
#single-blog h2 {
  font-weight: 500 !important;
}
#blog h1,
#single-blog h1 {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  line-height: initial !important;
  text-align: left !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
#blog h6,
#category h6,
#single-blog h6 {
  font-weight: 600 !important;
  font-size: 0.8rem !important;
}
#blog-menu > ul > li > a {
  color: var(--navy);
  text-decoration: none;
  cursor: pointer;
}
#blog-menu > ul > li > a:hover {
  outline: 0 !important;
  box-shadow: 0 -0.15em var(--bright-blue) inset !important;
  -moz-box-shadow: 0 -0.15em var(--bright-blue) inset !important;
  -webkit-box-shadow: 0 -0.15em var(--bright-blue) inset !important;
}
#blog-menu > ul > li {
  padding: 0 1.563rem;
}
#blog-menu > ul > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.header-main.blog-menu {
  background-color: #e5f2fe !important;
}
#related-content .row > article:first-child .card-body {
  background-color: var(--navy);
}
@media (max-width: 991.98px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid .ad {
    grid-row: unset;
    grid-column: 1 / span 2;
  }
  .blog-grid .ad.banner-bg-ad-trial {
    background-image: unset !important;
    padding: 3rem !important;
  }
  .banner-bg-ad-related {
    background-position: 25vw !important;
  }
}
@media (max-width: 767.98px) {
  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-grid .ad {
    grid-row: unset;
    grid-column: 1/1;
  }
  .banner-bg-ad-demo,
  .banner-bg-ad-trial {
    background-image: unset !important;
  }
  .banner-bg-ad-related {
    background-position: 45vw !important;
  }
}
@media (min-width: 1600px) {
  .banner-bg-ad-related {
    background-position: 20vw !important;
  }
}
.olakhsf:not(:nth-child(n + 3)) {
  position: absolute;
  left: calc(-9000px);
  top: calc(-9000px);
}
div.alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.alm-load-more-btn {
  background-color: #f8f8f8 !important;
  color: var(--bright-blue) !important;
  font-weight: 600 !important;
}
a.cc-btn.cc-dismiss {
  border-radius: 5px !important;
  background: var(--navy) !important;
  border-color: var(--pink) !important;
  color: var(--pink) !important;
}
#superNav,
#superNav > .nav,
#superNav > .nav > .nav-item,
.header-extra,
.navbar .nav-link,
.navbar .navbar-collapse {
  min-height: 59px;
}
.navbar a.nav-link {
  line-height: 35px;
}
.nav-link {
  padding: 0.75rem 1rem !important;
  color: #414042;
}
.nav-item button {
  background-color: #fff;
  border: unset;
}
.submenu-container {
  width: 90%;
  max-width: 100%;
}
.border-left {
  border-left: 1px #939598 solid !important;
}
@media (max-width: 576px) {
  .submenu-container {
    width: 100%;
  }
  .submenu-section {
    border-bottom: unset !important;
  }
  .submenu-title {
    padding-bottom: unset !important;
  }
  .submenu-container .border-left {
    border-left: unset !important;
  }
}
.nav-item .submenu-title .submenu-text {
  font-family: "Roboto", Arial, sans-serif;
}
.submenu-section {
  border-bottom: 1px #939598 solid;
}
.submenu-title {
  font-weight: 600;
  padding-bottom: 1rem;
}
.submenu-text {
  padding-bottom: 1.5rem;
  font-size: 0.813rem;
}
.submenu-link .submenu-link-text,
.submenu-link .submenu-title {
  color: #414042;
  font-size: 0.813rem;
}
.submenu-link,
.submenu-link a:hover > .submenu-link-text {
  color: var(--bright-blue) !important;
}
.submenu-link a:hover {
  text-decoration: none;
}
.submenu-link .submenu-text {
  color: #414042;
}
.dropdown-menu,
.tab-pane {
  padding: 35px 0 45px;
}
.dropdown {
  position: static !important;
}
.dropdown-menu {
  width: 100%;
  margin-top: 0;
  border-radius: unset;
  border-top: solid 1px #939598;
  border-bottom: solid 3px var(--bright-blue);
  border-left: none;
  border-right: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-toggle:after {
  transition: all ease-in;
}
.dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-size: 0.7em;
  font-weight: 900;
  content: "\f078";
  border: none;
  margin-left: 0.55em;
  vertical-align: 0.05em;
}
.dropdown:hover > .dropdown-toggle::after {
  transform: rotateX(180deg) translateY(-2.75em);
  color: var(--bright-blue);
}
.dropdown.contact-sales:hover > .dropdown-toggle::after {
  transform: rotateX(180deg) translateY(-3.75em);
  color: var(--bright-blue);
}
.dropdown.contact-sales {
  position: relative !important;
}
.dropdown.contact-sales:hover > .dropdown-menu {
  display: block;
  min-height: unset;
}
.submenu-featured-resource img {
  max-width: unset;
}
.submenu-promobar {
  position: absolute;
  top: 100%;
  width: 100%;
}
.submenu-featured-resource > a:hover,
.submenu-featured-resource > a:hover .submenu-link .submenu-text,
.submenu-featured-resource > a:hover .submenu-link .submenu-title {
  color: var(--bright-blue) !important;
  text-decoration: none;
}
.dropdown.contact-sales svg {
  fill: var(--bright-blue) !important;
}
.feature-box {
  border-radius: 10px;
  padding: 2rem 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.feature-box h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature-box.bg-light-blue .btn-link {
  color: #0094d9;
}
.feature-box.bg-bright-blue,
.feature-box.bg-navy {
  color: #fff;
}
.feature-box.bg-bright-blue .btn-link {
  color: #212537;
}
#breadcrumbs span,
#breadcrumbs span a,
.feature-box.bg-navy .btn-link {
  color: #0094d9;
}
.feature-box .feature-box-content {
  padding-right: 2rem;
}
.feature-box .feature-box-image {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 1rem auto;
}
.feature-box .btn-link {
  position: absolute;
  bottom: 2rem;
  padding-left: 0;
}
[class*=" icon-"],
[class^="icon-"] {
  display: inline-flex;
  align-items: center;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
  top: 0.25em;
  margin-right: 10px;
}
.navbar-nav svg {
  top: 0.75em;
  width: 2em;
  height: 2em;
}
.icon-Notification {
  width: 1.05859375em;
}
.icon-Partner {
  width: 1.77em;
}
.icon-FAQ {
  width: 1.77em;
}
.icon-Peer-Accountability {
  width: 1.04296875em;
}
.icon-Press-Release {
  width: 1.1669921875em;
}
.icon-Private-Cloud {
  width: 1.4609375em;
}
.icon-Reliable {
  width: 0.8740234375em;
}
.icon-Remediation {
  width: 1.1337890625em;
}
.icon-Scalable {
  width: 0.9873046875em;
}
.icon-SDWAN-Branch-Management {
  width: 1.3564453125em;
}
.icon-Software-Upgrade {
  width: 1.0185546875em;
}
.icon-Target {
  width: 1.2509765625em;
}
.icon-Time-to-Value {
  width: 0.912109375em;
}
.icon-Clock {
  width: 0.8046875em;
}
.icon-Cloud-Database {
  width: 1.7783203125em;
}
.icon-Collaboration {
  width: 1.0009765625em;
}
.icon-Config-and-Compliance {
  width: 1.7744140625em;
}
.icon-Demo {
  width: 1.77em;
}
.icon-Dev-Ops-Infinity {
  width: 2.15234375em;
}
.icon-Device-Onboarding {
  width: 1.21875em;
}
.icon-Direction {
  width: 0.9677734375em;
}
.icon-DNS-Update {
  width: 1.2060546875em;
}
.icon-Ansible-Artifacts {
  width: 1.0126953125em;
}
.icon-Automate-Any-Network {
  width: 1.0849609375em;
}
.icon-Automate-Network-Operatons {
  width: 1.0126953125em;
}
.icon-Blog {
  width: 1.0966796875em;
}
.icon-Calendar {
  width: 1.001953125em;
}
.font20 {
  font-size: 20px;
  font-weight: 400;
}
input[type="search"],
.sf-field-search input[type="text"] {
  border-radius: 50px;
  border: 1px solid #cecece;
  /* color: var(--navy)
; */
  color: #000000 !important;
  font-weight: 300 !important;
}
.sidebar span.text-active {
  border-right: 4px solid #1396da;
  display: block;
  font-weight: 600;
  margin-right: -4px;
}
.sidebar > h4.toc {
  padding-top: 10px !important;
  margin-top: 0 !important;
  padding-bottom: 10px;
  margin-bottom: 1rem;
  background: #e2f5fc;
  color: #4d5b5b !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: initial;
  border-bottom: none;
}
h4.toc:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  display: inline-block;
  padding-right: 8px;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 900;
  color: #1991c5;
}
.sidebar-sticky {
  position: sticky !important;
  top: 70px;
}
.bg-initial {
  overflow: initial !important;
}
.text-hub-header {
  background: #e4f5fd;
  color: #000 !important;
  width: 100%;
  font-size: 20px;
}
div.toc {
  border-right: 4px solid #f8f8f8;
}
.toc ul {
  font-size: 15px;
}
.toc span {
  display: inline-block;
  padding-bottom: 7px;
  padding-right: 8px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .sidebar-sticky {
    position: relative !important;
    top: 0;
  }
  .sidebar-reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.sidebar-header {
  font-weight: bold;
}
.sidebar-header > a:hover {
  text-decoration: none;
}
.sticky-hnav {
  position: sticky !important;
  top: 55px;
  z-index: 20;
}
.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.bg-light-gray {
  background-color: #f9f9f9;
  background-image: none !important;
}
.bg-light-blue {
  background-color: #eaf4f9;
  background-image: none !important;
}
.bg-green {
  background-color: var(--green);
  background-image: none !important;
}
.bg-pink {
  background-color: var(--pink);
  background-image: none !important;
}
.max-30pct {
  max-width: 30% !important;
  margin-right: 40px;
}
.max-30pct:last-child {
  margin-right: 0px;
}
.justify-this {
  justify-content: center !important;
}
@media (max-width: 991px) {
  .max-30pct {
    max-width: initial !important;
    margin-right: 0px;
  }
}
.link-pink a,
.text-pink,
.text-pink li {
  color: var(--pink) !important;
}
.link-purple a,
.text-purple,
.text-purple li {
  color: var(--purple) !important;
}
.h3,
h3 {
  text-transform: none;
}
.h4,
.h6,
h4,
h6 {
  text-transform: none;
}

/* Hero Header Styling */
.hero-header-xl {
  font-size: 4.1rem;
  font-weight: bold;
}
.hero-header-big {
  font-size: 3.7rem;
  font-weight: bold;
}
.hero-header-medium {
  font-size: 3.2rem;
  font-weight: bold;
}
.hero-header-small {
  font-size: 2.7rem;
  font-weight: bold;
}

/* End Hero Header Styling */

.link-pink a:hover {
  color: #ee55bb !important;
}
.bg-pink {
  background-color: var(--pink);
  background-image: none !important;
}
.btn-pink,
.btn-pink-text {
  color: #fff;
  background-color: var(--pink);
}
.btn-pink:hover {
  /* color: #ffffff !important; */
  color: #fff !important;
  background-color: transparent;
  background-image: none;
  border-color: var(--pink) !important;
}
.btn-pink-text:hover {
  /* color: #ffffff !important; */
  color: var(--pink) !important;
  background-color: transparent;
  background-image: none;
  border-color: var(--pink) !important;
}
.btn-outline-pink {
  color: var(--pink) !important;
  background-color: transparent;
  background-image: none;
  border-color: var(--pink) !important;
}
.btn-outline-pink:hover {
  color: #fff !important;
  background-color: var(--pink);
  border-color: var(--pink);
}
.btn-white-ltblue {
  color: #598ec6;
  background-color: #fff;
}
.btn-white-ltblue:hover {
  /* color: #ffffff !important; */
  color: #fff;
  background-color: #598ec6;
  background-image: none;
  border-color: #fff !important;
}
.link-green a,
.text-green,
.text-green li {
  color: var(--green) !important;
}
.link-green a:hover {
  color: #b6df6c !important;
}
.bg-green {
  background-color: var(--green);
  background-image: none !important;
}
.btn-green {
  color: #fff;
  background-color: var(--green);
}
.btn-green:hover {
  color: #fff;
}
.btn-outline-green {
  color: var(--green);
  background-color: transparent;
  background-image: none;
  border-color: var(--green);
}
.btn-outline-green:hover {
  color: #fff;
  background-color: var(--green);
  border-color: var(--green);
}
.link-light-grey a,
.text-light-grey,
.text-light-grey li {
  color: #939598 !important;
}
.link-light-grey a:hover {
  color: #a9a9a9 !important;
}
.bg-light-grey {
  background-color: #939598;
  background-image: none !important;
}
.btn-light-grey {
  color: #fff;
  background-color: #939598;
}
.btn-light-grey:hover {
  color: #fff;
}
.btn-outline-light-grey {
  color: #939598;
  background-color: transparent;
  background-image: none;
  border-color: #939598;
}
.btn-outline-light-grey:hover {
  color: #fff;
  background-color: #939598;
  border-color: #939598;
}

.wpb_content_element ul.list-bullet li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2022";
  position: absolute;
  left: -20px;
  top: 0;
  margin-right: 0.5rem;
  color: #3a3a3c;
}
.wpb_content_element ul.list-bullet li {
  list-style: none;
}

.vc_tta-tabs-container {
  text-align: center !important;
}

.vc_tta-tabs-container .vc_tta-tabs-list {
  margin-top: initial !important;
  font-size: 15px;
  padding: 0px;
  list-style: none;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  display: inline-block !important;
  border-radius: 50px;
  position: relative;
  margin-left: 0px !important;
}
.vc_tta-tabs-list li {
  display: inline-block;
}

.vc_tta-tabs-list li a {
  text-decoration: none;
  color: #777;
  text-transform: none;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
}

.vc_tta-tab.vc_active > a {
  color: #fff !important;
}
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  border-bottom: none;
}
/* .vc_tta-tabs-list a i{
  margin-right:5px;
} */
.vc_tta-container .vc_tta-tabs-list .vc_tta-tab {
  border-bottom: none;
  border-bottom-width: 0px;
  /* min-width:150px; */
  max-width: none !important;
}
.selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

  /* background: #05abe0;
    background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
    background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%); */
  background: var(--pink);
  background: -moz-linear-gradient(45deg, var(--pink) 0%, #601646 100%);
  background: -webkit-linear-gradient(45deg, var(--pink) 0%, #601646 100%);
  background: linear-gradient(45deg, var(--pink) 0%, #601646 100%);

  /* background: var(--navy)
;
    background: -moz-linear-gradient(45deg, var(--navy)
 0%, var(--bright-blue)
 100%);
    background: -webkit-linear-gradient(45deg, var(--navy)
 0%,var(--bright-blue)
 100%);
    background: linear-gradient(45deg, var(--navy)
 0%,var(--bright-blue)
 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
}
.nav-header-link a span:hover {
  text-decoration: underline;
}
.menu-view-all {
  text-align: left;
}
.bg-use-case-list {
  background-color: #f3f3f3;
  background-image: none !important;
}
.bg-carousel {
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
}
.solutions-list ul li {
  width: 42%;
  padding: 19px 0;
  position: relative;
  margin: 2px 26px 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  float: left;
  display: table;
}
.solutions-list ul li:before {
  bottom: 0px;
  left: 0px;
  top: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: " ";
  width: 0px;
  border-bottom: 3px solid var(--bright-blue);
  position: absolute;
  z-index: 1;
}
.solutions-list ul li:hover:before {
  width: 100%;
}
.solutions-list ul li:hover i {
  color: var(--bright-blue);
  font-size: 20px;
}

.solutions-list ul li a {
  font-weight: 300;
  font-size: 21px;
  color: #39383a;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.arrow-right:before {
  content: "→";
}
.solutions-list ul li i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  color: rgba(27, 147, 210, 0.7);
  /* background-color: rgba(255, 255, 255, 0.3); */
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[class^="arrow-"]:before,
[class*=" arrow-"]:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news__all {
  /* width: 67.4%;
  min-height: 640px;*/
  padding: 5% 6%;
  background-color: #f1fbfd;
  /* background: linear-gradient(to bottom right, #f1fbfd, #ffffff); */
  display: flex;
  align-items: center;
}

.news__all_item {
  float: left;
  width: 50%;
  margin: 0;
  padding-bottom: 10px;
}
.news__all_item:nth-child(even) {
  padding-left: 15px;
}
.news_line_divider {
  width: 75px;
  height: 3px;
  background-color: #1993d4;
  display: block;
  /* margin-bottom: 50px; */
  margin-bottom: 20px;
}
.news__all_inner p,
.blog_box_inner p {
  margin-bottom: 5px;
}
.news__webinars {
  background-color: #fdf4f9 !important;
  background: #fdf4f9 !important;
}
.webinar_divider {
  background-color: #c21f8a !important;
}
span.news__all_item_date {
  color: #ba218b;
  font-size: 13px;
  font-weight: 500;
}
.news_date {
  color: #1993d4 !important;
  /* font-size: 15px !important; */
}
.feature-box-headline {
  font-weight: 300;
  font-size: 24px;
  color: #39383a;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.link-view-all {
  font-size: 15px;
  font-weight: 500;
}
.wpb_content_element ul.blog-feed li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "" !important;
  position: absolute;
  left: -35px;
  top: 0;
  margin-right: 0.5rem;
}
.wpb_content_element ul.blog-feed {
  padding: 0px;
}
.blog-feed-item {
  padding-bottom: 5px;
}
.blog_box {
  margin: 25px;
}
.blog-link {
  color: #39383a;
}
.webinar-title {
  display: block;
  font-size: 18px;
}
.webinar-title .title-link {
  text-decoration: none;
  color: #39383a;
}
.webinar-title .title-link:hover {
  text-decoration: underline;
  color: #1a88cb;
}
.mpc-testimonial__thumbnail {
  margin: 0;
}

.mpc-testimonial .mpc-testimonial__content {
  margin: 65px !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  align-items: center;
  display: flex;
  min-width: 459px;
}
.mpc-testimonial__description {
  margin: 0;
}
.mpc-testimonial__description p {
  margin-bottom: 0;
  font-size: 22px !important;
}
p.hp-carousel-cat {
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.hp-carousel-cta {
  padding-top: 25px;
}
.hp-carousel-cta a {
  font-size: 14px;
  font-weight: 500;
}
.hp-carousel-cta a:after {
  content: "→";
  padding-left: 5px;
  vertical-align: text-bottom;
  display: inline-flex;
}
p.hp-carousel-date {
  font-size: 14px !important;
  color: #39383a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .solutions-list ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 20px;
  }
  .news__all_item {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  .news__all_item:nth-child(even) {
    padding-left: 0px;
  }
  .feature-box-headline {
    font-size: 22px;
  }
  .solutions-list ul {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .solutions-list ul li a {
    font-size: 18px;
  }
}

ol ul.list-bullet {
  padding-bottom: 15px;
  padding-top: 5px;
}
ol ul.list-bullet li {
  margin-bottom: 0px;
}
.bg-cta-gradient {
  /*background: linear-gradient(120deg, #bd2284, #993399, #1a88cb 80%) !important;*/
  background: radial-gradient(circle 300px at bottom left, #a8237e, transparent),
    radial-gradient(circle 400px at top right, #a8237e, transparent),
    linear-gradient(to top right, #0f1724, #394b69) !important;
  border-radius: 10px;
}
.bg-cta-gradient-full {
  background: hsla(319, 66%, 40%, 1);

  background: linear-gradient(
    0deg,
    hsla(319, 66%, 40%, 1) 0%,
    hsla(249, 28%, 13%, 1) 22%,
    hsla(217, 41%, 10%, 1) 100%
  );

  background: -moz-linear-gradient(
    0deg,
    hsla(319, 66%, 40%, 1) 0%,
    hsla(249, 28%, 13%, 1) 22%,
    hsla(217, 41%, 10%, 1) 100%
  );

  background: -webkit-linear-gradient(
    0deg,
    hsla(319, 66%, 40%, 1) 0%,
    hsla(249, 28%, 13%, 1) 22%,
    hsla(217, 41%, 10%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#A8237E", endColorstr="#1B182B", GradientType=1 );
}
.btn-outline-pink {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

/* .btn-white {
  color: #1988cb;
  background-color: #ffffff;
} */
.btn-start-white {
  /*background: #fff;*/
  color: #1988cb;
  width: 175px;
  transition: ease 0.3s;
  background-size: 200% auto;
  background-image: linear-gradient(115deg, #fff, #fff, transparent);
  transition: 0.4s;
}

.btn-start-whitex:hover {
  background-position: right center;
  border: 1px solid white;
  color: #fff;
}
.btn-start-white:hover {
  background: transparent;
  color: #fff;
  border: 1px solid white;
}
.btn-start-white:after {
  content: none !important;
}
.btn-start-outline {
  /*background: #fff;*/
  color: #fff;
  width: 175px;
  transition: 0.4s;
}

.btn-start-outline:hover {
  /*background:transparent;
  color:#fff;
  border:1px solid white;*/
}
.btn-start-outline:after {
  content: none !important;
}

.flex-it {
  display: flex !important;
}
.flex-vertical-center {
  display: flex !important;
  align-items: center;
}

/* Product Tour Page */

.bg-navy-product-tour {
  height: 400px;
  opacity: 1;
  background-image: linear-gradient(
    180deg,
    var(--navy) 43%,
    #1c5a8d 100%
  ) !important;
}
.bg-navy-product-tour > .vc_column_container {
  margin-top: -50px;
}
.product-tour {
  margin-top: -110px;
  /* overflow:hidden; */
  background: none;
  padding-top: 0 !important;
  background-image: none !important;
  overflow: visible !important;
}
.product-tour iframe {
  min-height: 900px;
  border-radius: 20px;
  background: #ffffff;
  background-color: #ffffff;
}
.product-tour iframe html {
  overflow-y: hidden;
}
.product-tour iframe::-webkit-scrollbar {
  display: none;
}
.overflow-visible {
  overflow: visible !important;
}
/* End Product Tour Page */

/* 3 Grey boxes */

.max-30pct {
  max-width: 30% !important;
  margin-right: 20px;
}
.justify-this {
  justify-content: center !important;
}

@media (max-width: 991px) {
  .max-30pct {
    max-width: initial !important;
    margin-right: 0;
  }
}
/* 3 Grey boxes */

.back-white {
  background: white !important;
}

.hero-right {
  /*
   position:relative;
   top:160px;
   */
  height: 280px;
  z-index: 1;
}
.hero-right img {
  /* min-width:720px !important; */
  max-width: 565px !important;
  margin-top: -60px;
}
.hero-overflow {
  overflow: visible !important;
  background: #111726 !important;
  background-image: radial-gradient(
    at bottom left,
    #af288c,
    #1e2535,
    #111726
  ) !important;
  z-index: 1;
}
.hero-center {
  /*
   position:relative;
   top:160px;
   */
  height: 280px;
}
.hero-center img {
  min-width: 720px !important;
  max-width: 720px !important;
}
#hero-center {
  height: 372px !important;
  overflow: visible;
  margin-bottom: 95px;
  min-height: 314px !important;
}
.header-image-overflow {
  overflow: visible !important;
  background: #111726 !important;
}
.bg-video {
  position: relative;
  left: 0;
  top: 0;
  background-size: cover;
  background: no-repeat center;
  /* margin-left: 50vw; */
  user-select: none;
  pointer-events: none;

  /*custom styles, for example grayscale appearance*/
  filter: grayscale(0.8);

  /*additional tweaks for positioning, read more in the link above*/
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  /*min-height: 56.25vw;  100 * 9 / 16 */
}
@media (max-width: 1100px) {
  .hero-right {
    height: 280px;
  }
  .hero-right img {
    max-width: 495px !important;
    margin-top: -25px;
    margin-left: -40px;
  }

  .hero-center {
    height: 280px;
  }
  .hero-center img {
    min-width: 720px !important;
  }
  #hero-center {
    height: 372px !important;
    overflow: visible;
    margin-bottom: 95px;
    min-height: 314px !important;
  }
}

@media (max-width: 900px) {
  .hero-right {
    height: 280px;
  }
  .hero-right img {
    min-width: 405px !important;
    margin-top: -15px;
    margin-left: -40px;
  }

  .hero-center {
    height: 60px;
  }
  .hero-center img {
    min-width: 555px !important;
  }
  #hero-center {
    height: 325px !important;
    overflow: visible;
    margin-bottom: 95px;
    min-height: 314px !important;
  }

  .hero-header-xl {
    font-size: 3.6rem;
    font-weight: bold;
  }
  .hero-header-big {
    font-size: 3rem;
    font-weight: bold;
  }
  .hero-header-medium {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .hero-header-small {
    font-size: 2rem;
    font-weight: bold;
  }
}

@media (max-width: 775px) {
  .hero-center {
    height: 60px;
  }
  .hero-center img,
  .hero-center-small img {
    min-width: initial;
  }
  #hero-center {
    height: 325px !important;
    overflow: visible;
    margin-bottom: 95px;
    min-height: 314px !important;
  }
}

@media (max-width: 600px) {
  .hero-center,
  .hero-center-small {
    height: 60px;
  }
  .hero-center img,
  .hero-center-small img {
    min-width: 300px !important;
    width: 300px;
  }
  #hero-center {
    height: 325px !important;
    overflow: visible;
    margin-bottom: 20px;
    min-height: 314px !important;
  }
  .hero-header-xl,
  h1.font-bebas.hero-header-xl {
    font-size: 3.6rem !important;
    font-weight: bold;
  }
  .hero-header-big {
    font-size: 3rem;
    font-weight: bold;
  }
  .hero-header-medium {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .hero-header-small {
    font-size: 2rem;
    font-weight: bold;
  }
  .form-overflow {
    margin-top: 0px !important;
    /* overflow: visible; */
  }
  .form-overflow .vc_column-inner {
    margin-left: 0px !important;
    /* overflow: visible; */
  }
  .hero-right {
    height: auto;
  }
  .hero-right img {
    display: none;
  }
}

/* Product Tour Page */

.bg-navy-product-tour {
  height: 400px;
  opacity: 1;
  background-image: linear-gradient(180deg, var(--navy) 53%, #1c5a8d 100%);
}

/* End Product Tour Page */

/* 3 Grey boxes */

.max-30pct {
  max-width: 30% !important;
  margin-right: 20px;
}
.justify-this {
  justify-content: center !important;
}

@media (max-width: 991px) {
  .max-30pct {
    max-width: initial !important;
    margin-right: 0;
  }
}

@media (max-width: 601px) {
  .max-30pct {
    max-width: initial !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 3 Grey boxes */

.wistia_click_to_play .fas {
  display: none !important;
}
.justify {
  display: flex;
  justify-content: center;
}

.flex-align {
  display: flex;
  align-items: center;
}

.sidebar-sticky.form-overflow {
  padding-left: 5% !important;
  margin-left: 0 !important;
}
section.library-toc-container div.col-md-12:first-of-type {
  padding-right: 25px;
  padding-left: 25px;
}

.cisco-liveus,
.cisco-liveus-mobile {
  max-width: 300px;
}
@media (max-width: 1889px) {
  .cisco-liveus {
    display: none !important;
  }
}
@media (min-width: 1890px) {
  .cisco-liveus {
    display: inline;
  }
  .cisco-liveus-mobile {
    display: none;
  }
}
@media (max-width: 1050px) {
  .cisco-liveus-mobile {
    display: none;
  }
}
.width-1500 .toc-flag {
  max-width: 1500px;
}
.menu-product-header span {
  color: var(--bright-blue) !important;
  font-weight: 600 !important;
  padding: 15px 0 0 0;
}
.menu-product-header span:hover,
.menu-product-header span span:hover,
.logo-sub-class-iag a:hover,
.logo-sub-class-iap a:hover {
  text-decoration: none !important;
}
span.product-bold {
  font-weight: 600 !important;
}
.menu-product-header-pbc {
  color: var(--bright-blue) !important;
  font-weight: 600 !important;
  padding: 0px !important;
}
.menu-product-text {
  font-style: italic;
  padding-bottom: 4px;
}
.nav-blue-viewall {
  color: var(--bright-blue) !important;
  padding: 20px 0 0 0 !important;
}
.nav-blue-viewall span {
  font-weight: 600 !important;
}
a.nav-blue-viewall:hover,
a.nav-blue-viewall span:hover {
  text-decoration: underline !important;
}
.nav-developer-tools {
  color: var(--bright-blue) !important;
  font-weight: 600 !important;
  padding-left: 20px !important;
}
.ubermenu-nav2022config .ubermenu-submenu .ubermenu-divider > hr {
  border-top-color: #e3e1e1 !important;
  width: 90% !important;
}
.ubermenu .ubermenu-item.ubermenu-item-74587 {
  background: #f1f2f2;
  min-height: 360px;
}
@media (max-width: 900px) {
  .ubermenu .ubermenu-item.ubermenu-item-74587 {
    background: #ffffff;
    min-height: initial;
  }
}

.hide {
  display: none !important;
}
.product-nav li:not(.logo-sub-class-iag) a,
.product-nav li:not(.logo-sub-class-iap) a {
  font-weight: 400 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
#menu-iag-subnav-2023 li a:hover {
  color: #6759b7 !important;
}
#menu-iag-subnav-2023 li.logo-sub-class-iag a:hover,
#menu-iap-subnav-2023 li.logo-sub-class-iap a:hover {
  color: initial !important;
}
#menu-iag-subnav-2023 .current_page_item a {
  color: #6759b7 !important;
  font-weight: 600 !important;
}
#menu-iap-subnav-2023 li a:hover {
  color: var(--bright-blue) !important;
}
#menu-iap-subnav-2023 .current_page_item a {
  color: var(--bright-blue) !important;
  font-weight: 600 !important;
}
.product-nav li.logo-sub-class-iag a,
.product-nav li.logo-sub-class-iap a {
  font-weight: 600 !important;
}
.product-nav .menu {
  box-shadow: none !important;
  height: 65px;
  justify-content: center;
  display: flex !important;
  align-items: center;
  background: white;
  border-bottom: 1px solid #e3e1e1;
}

.sticky-hnav-product {
  top: 0px;
  position: sticky !important;
  z-index: 21;
  overflow: initial !important;
}

.logo-sub-class-iag,
.logo-sub-class-iap {
  position: relative;
  display: inline-block;
  padding-left: 15px; /* Adjust this value depending on the width of your background image + any desired spacing between the image and the content */
  height: 37px;
  font-weight: 600 !important;
}
.logo-sub-class-iap {
  position: relative;
  display: inline-block;
  padding-left: 5px; /* Adjust this value depending on the width of your background image + any desired spacing between the image and the content */
  height: 37px;
  font-weight: 600 !important;
}

.logo-sub-class-iag li.logo-sub-class-iag a,
.logo-sub-class-iap li.logo-sub-class-iag a {
  padding-left: 2px !important;
  font-weight: 600 !important;
}

.logo-sub-class-iag::before {
  content: "" !important; /* This is necessary for the ::before pseudo-element to render */
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(
    -50%
  ) !important; /* This will vertically center the background image */
  background-image: url("/wp-content/uploads/2023/10/Product_Icon_IAG.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40px !important; /* Adjust this to the width of your background image */
  height: 32px !important;
}
.logo-sub-class-iap::before {
  content: "" !important; /* This is necessary for the ::before pseudo-element to render */
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(
    -50%
  ) !important; /* This will vertically center the background image */
  background-image: url("/wp-content/uploads/2023/10/Product_Icon_IAP.svg");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40px !important; /* Adjust this to the width of your background image */
  height: 32px !important;
}
#menu-iag-subnav-2023,
#menu-iap-subnav-2023 {
  justify-content: initial !important;
  margin-left: 55px;
}

@media (max-width: 1490px) {
  .product-nav li:not(.logo-sub-class-iag) a,
  .product-nav li:not(.logo-sub-class-iap) a {
    font-weight: 400 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 14px;
  }
  .product-nav li.logo-sub-class-iag a,
  .product-nav li.logo-sub-class-iap a {
    font-weight: 600 !important;
    padding-left: 30px !important;
  }
  #menu-iag-subnav-2023,
  #menu-iap-subnav-2023 {
    justify-content: initial !important;
    margin-left: 35px;
  }
}

@media (max-width: 825px) {
  .product-nav li:not(.logo-sub-class-iag) a,
  .product-nav li:not(.logo-sub-class-iap) a {
    font-weight: 400 !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 13;
  }
  .product-nav li.logo-sub-class-iag a,
  .product-nav li.logo-sub-class-iap a {
    font-weight: 600 !important;
    padding-left: 30px !important;
  }
}
.product-iag-icon {
  width: 250px;
  margin: auto;
  display: block;
  top: -20px !important;
  position: relative;
  z-index: -1;
}
p.product-iag-icon {
  max-height: 150px;
}
.product-iap-icon,
.product-iap-icon img {
  width: 250px;
  margin: auto;
  display: block;
  top: -20px !important;
  position: relative;
  z-index: -1;
}
.product-iap-icon-wistia {
  max-height: 105px;
  position: relative;
  left: -50px;
  top: -50px;
}
.product-iap-icon-wistia img {
  width: 250px;
  margin: 0;
  display: block;
  top: -20px !important;
  position: relative;
  z-index: -1;
}
p.product-iap-icon {
  max-height: 150px;
}
.product-hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: radial-gradient(circle at bottom left, #6759b7, var(--navy)),
    radial-gradient(circle at top right, var(--navy), #6759b7);
  background-color: #ffffff !important;
  /* background-color: var(--navy)
 !important; */
  background-image: none !important;
}
.product-hero .mpc-overlay {
  height: 80% !important;
}
.product-iag-overview {
  width: 100%;
}
.product-iag-overview img {
  width: 100vw;
}
.btn-light-purple {
  background-color: #6759b7;
  color: #ffffff;
}
.btnl-light-purple,
.btn-light-purple:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #6759b7;
}
.btn-outline-light-purple {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #6759b7;
}
.btn-outline-light-purple:hover {
  color: #fff;
  background-color: #6759b7;
  border-color: #6759b7;
}

.btn-dark-purple {
  background-color: #101727;
  color: #ffffff;
}
.btnl-dark-purple,
.btn-dark-purple:hover {
  color: #fff;
}
.btn-outline-dark-purple {
  color: #101727;
  background-color: transparent;
  background-image: none;
  border-color: #101727;
}
.btn-outline-dark-purple:hover {
  color: #fff;
  background-color: #101727;
  border-color: #101727;
}
.tour-hero-min700,
.bg-navy-product-tour {
  min-height: 500px;
  padding-top: 0 !important;
  margin-top: -50px !important;
}
.vc_custom_1696609859595 {
  padding-top: 0 !important;
  margin-top: -60px !important;
}

.faq-box-grey {
  background: #f3f3f3;
  border-radius: 20px;
}
.faq-box-grey .vc_toggle {
  /* border-bottom: 1px solid #dadada; */
}
.faq-box-grey .wpb_content_element {
  margin-top: 2%;
}
.faq-box-grey .wpb_wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.faq-box-iag {
  background: #edebf7;
  border-radius: 20px;
}
.faq-box-iap {
  background: #e4f5fd;
  border-radius: 20px;
}
.faq-box-iag .wpb_content_element,
.faq-box-iap .wpb_content_element,
.faq-box-grey .wpb_wrapper {
  margin-top: 2%;
}
.faq-box-iag .wpb_wrapper,
.faq-box-iap .wpb_wrapper,
.faq-box-grey .wpb_wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.faq-box-iag .vc_toggle,
.faq-box-iap .vc_toggle,
.faq-box-grey .vc_toggle {
  border-bottom: 1px solid #bbbaba;
}
.faq-box-iag h2,
.faq-box-iap h2,
.faq-box-grey h2 {
  margin-left: -30px;
  color: #0f1727;
}
.faq-box-iag .vc_toggle_title,
.faq-box-iap .vc_toggle_title,
.faq-box-grey .vc_toggle_title {
  margin-bottom: 20px;
}
.faq-box-iag .vc_column-inner,
.faq-box-iap .vc_column-inner,
.faq-box-grey .vc_column-inner {
  padding: 30px !important;
}

@media (max-width: 1500px) {
  .sidebar-sticky.form-overflowx > .vc_column-inner {
    margin: 0 !important;
    margin-top: -50px !important;
  }
  .hero-overflow .vc_column-inner {
    padding-left: 20px !important;
  }
}

@media (max-width: 725px) {
  .sidebar-sticky.form-overflow {
    padding-left: 0 !important;
  }
  .switch-row {
    display: flex !important;
    flex-wrap: wrap;
  }

  .left-toright-div {
    order: 2;
  }

  .right-toleft-div {
    order: 1;
  }
  .div-mobile-left .text-center {
    text-align: initial !important;
  }
}

.goals-ul {
  padding-top: 5px !important;
  padding-left: 15px !important;
}
.goals-ul li {
  margin-bottom: 5px !important;
}
.text-torero {
  color: #ccff00;
  background: #000000;
  display: inline-block;
  padding: 3px;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background: #fafafa;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.text-pre-red-torero {
  color: #de636f;
}
.text-pre-blue-torero {
  color: #0761c6;
}
.font-bebas {
  font-family: "Bebas Neue", sans-serif !important;
}
.playlist-wistia,
.wistia_channel {
  min-height: 300px !important;
  /* height: 300px !important; */
}
@media (max-width: 766px) {
  .playlist-wistia,
  .wistia_channel {
    min-height: 100vh !important;
    height: initial !important;
  }
}
@media (max-width: 600px) {
  .side-box > .vc_custom_1726083829322 {
    margin-left: initial !important;
  }
  .integrations-logos img {
    display: block;
    max-width: 100%;
    width: 100vw;
    height: auto;
  }
  .integrations-logos {
    width: 100%;
  }
  .testimonial-container {
    display: initial !important;
  }
}
.top-bar__links .sf-field-search input[type="text"] {
  color: #fff !important;
}
.help-display-block {
  display: block !important;
}
.custom-button,
.section-btn,
.btn-outline-pink.btn-lg.section-btn {
  font-family: "Bebas Neue", sans-serif !important;
  background-color: transparent; /* Transparent background */
  border: 2px solid var(--pink); /* 2px border in var(--pink) */
  color: var(--pink) !important; /* Text color in var(--pink) */
  border-radius: 2px; /* Slightly rounded corners */
  cursor: default; /* No clickable cursor */
  pointer-events: none; /* Completely disable any clicking */
  padding: 10px 20px; /* Add padding for top/bottom and left/right */
  display: inline-block; /* Ensure the button stays inline */
  text-align: center; /* Center the text horizontally */
  max-width: 450px;
  min-width: 180px; /* Button width */
  font-size: 26px;
  line-height: 1.2; /* Adjust line height for vertical centering */
  box-sizing: border-box; /* Include padding in width/height calculation */
}

.section-btn span {
  display: inline-block;
  vertical-align: middle; /* Ensures the text is vertically centered */
  line-height: normal; /* Reset line-height for better alignment */
}
.custom-button,
.section-btn,
.section-btn:after,
.btn-outline-pink.btn-lg.section-btn:after {
  content: none !important;
  /* padding-left: 5px;
    vertical-align: text-bottom;
    display: inline-flex; */
  z-index: 5;
}

.custom-button:hover,
.section-btn:hover {
  background-color: transparent; /* No hover effect */
  color: var(--pink); /* Keep text color same on hover */
  border-color: var(--pink); /* Keep border same on hover */
}

.section-btn.section-blue {
  background-color: transparent; /* Transparent background */
  border: 2px solid var(--bright-blue); /* 2px border in var(--pink) */
  color: var(--bright-blue) !important; /* Text color in var(--pink) */
}
.section-btn.section-navy {
  background-color: transparent; /* Transparent background */
  border: 2px solid var(--navy); /* 2px border in var(--pink) */
  color: var(--navy) !important; /* Text color in var(--pink) */
}
.section-btn.section-purple {
  background-color: transparent; /* Transparent background */
  border: 2px solid var(--purple); /* 2px border in var(--pink) */
  color: var(--purple) !important; /* Text color in var(--pink) */
}
.section-btn.section-green {
  background-color: transparent; /* Transparent background */
  border: 2px solid var(--green); /* 2px border in var(--pink) */
  color: var(--green) !important; /* Text color in var(--pink) */
}
.section-btn.section-blue::after,
.section-btn.section-navy::after,
.section-btn.section-purple::after,
.section-btn.section-green::after {
  content: none;
}
.section-btn {
  margin-bottom: 40px !important;
}

.hero-btn-prod {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: white;
  border-radius: 4px;
  background-color: transparent;
  padding: 10px 35px;
  position: relative;
  display: inline-flex;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
}

.hero-btn-prod:hover {
  background-color: var(--pink);
  color: white;
}

.hero-btn-prod::after {
  content: "→";
  font-size: 16px;
  color: white;
  background-color: var(--pink);
  padding: 8px 10px !important;
  border-radius: 4px;
  border: 2px solid var(--pink);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  display: inline-block;
  height: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hero-btn-prod:hover::after {
  background-color: white;
  color: var(--pink);
}

.btn-prod {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: white;
  border-radius: 4px;
  background-color: transparent;
  padding: 10px 35px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
}

.btn-prod::after {
  content: "→";
  font-size: 16px;
  padding: 18px 10px !important;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
  display: inline-block;
  height: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0px;
}

/* Blue variation */
.blue-cta {
  border: 2px solid var(--bright-blue);
}
.blue-cta.invert {
  color: var(--bright-blue);
}
.blue-cta:hover {
  background-color: var(--bright-blue);
  color: white;
  border: 2px solid var(--bright-blue) !important;
}

.blue-cta::after {
  background-color: var(--bright-blue);
  color: white;
  border: 2px solid var(--bright-blue);
}

.blue-cta:hover::after {
  background-color: white;
  color: var(--bright-blue);
  border: 2px solid var(--bright-blue);
}

/* Pink variation */
.pink-cta {
  border: 2px solid var(--pink);
}
.pink-cta.invert {
  color: var(--pink);
}
.pink-cta:hover {
  background-color: var(--pink);
  color: white;
  border: 2px solid var(--pink);
}

.pink-cta::after {
  background-color: var(--pink);
  color: white !important;
  border: 2px solid var(--pink);
}

.pink-cta:hover::after {
  background-color: #fff !important;
  color: var(--pink) !important;
  border: 2px solid var(--pink);
}

/* Purple variation */
.purple-cta {
  border: 2px solid var(--purple) !important;
}
.purple-cta.invert {
  color: var(--purple) !important;
}
.purple-cta:hover {
  background-color: var(--purple);
  color: white;
  border: 2px solid var(--purple);
}

.purple-cta::after {
  background-color: var(--purple);
  color: white;
  border: 2px solid var(--purple);
}

.purple-cta:hover::after {
  background-color: white;
  color: var(--purple);
}

.btn:disabled,
.btn[disabled] {
  pointer-events: none;
}

.green-cta {
  border: 2px solid var(--green) !important;
}
.green-cta.invert {
  color: var(--green) !important;
}
.green-cta:hover {
  background-color: var(--green);
  color: white;
  border: 2px solid var(--green);
}

.green-cta::after {
  background-color: var(--green);
  color: white;
  border: 2px solid var(--green);
}

.green-cta:hover::after {
  background-color: white;
  color: var(--green);
}

/* Button margin related */
.btn-margin-top {
  padding-top: 30px !important;
}

.btn-notop-margin,
.doc-links.inline-button.btn-notop-margin .btn-link {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .btn-prod {
    padding: 10px 8px;
  }
}
.highlight {
  position: relative;
  z-index: 2;
}

.highlight::before {
  content: "";
  position: absolute;

  height: 40%;
  z-index: -1;
  border-radius: 2px;
}
.highlight.hero::before {
  bottom: 20px;
  left: 16px;
  right: -10px;
}
.highlight.header::before {
  bottom: 5px;
  left: 12px;
  right: -8px;
}
.highlight.text::before {
  bottom: 2px;
  left: 6px;
  right: -4px;
}
.highlight.purple::before {
  background-color: #440476;
}
.highlight.pink::before {
  background-color: var(--pink);
}

.highlight.blue::before {
  background-color: var(--bright-blue);
}
.highlight.green::before {
  background-color: var(--green);
}
.btn-notop-margin,
.doc-links.inline-button.btn-notop-margin .btn-link {
  margin-top: 0 !important;
}
.prod-list-blue ul,
.prod-list-purple ul,
.prod-list-pink ul,
.prod-list-green ul {
  list-style-type: none !important; /* Remove default bullet or disc */
  padding-left: 20px; /* Remove left padding */
  padding-bottom: 20px !important;
}
.prod-list-blue ul li,
.prod-list-purple ul li,
.prod-list-pink ul li,
.prod-list-green ul li {
  padding-left: 5px !important;
  padding-bottom: 12px;
}

.prod-list-blue ul li::before {
  content: url("/wp-content/uploads/2024/10/prod-list-blue.svg");
  margin-right: 10px; /* Space between the symbol and the text */
  width: 10px;
}
.prod-list-pink ul li::before {
  content: url("/wp-content/uploads/2024/10/prod-list-pink.svg");
  margin-right: 10px; /* Space between the symbol and the text */
  width: 10px;
}
.prod-list-purple ul li::before {
  content: url("/wp-content/uploads/2024/10/prod-list-purple.svg");
  margin-right: 10px; /* Space between the symbol and the text */
  width: 10px;
}
.prod-list-green ul li::before {
  content: url("/wp-content/uploads/2024/11/prod-list-green.svg");
  margin-right: 10px; /* Space between the symbol and the text */
  width: 10px;
}
.prod-icon-benefits img {
  width: 120px !important;
}
h1.font-bebas {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 6.5rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  line-height: 1;
}
.font-bebas {
  font-family: "Bebas Neue", sans-serif !important;
}
@media (max-width: 600px) {
  h1.font-bebas {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 4.5rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}
strong {
  font-weight: bold;
}
p.text-white,
.blue-sidebar p,
.dark-theme div,
.dark-theme p,
ul.text-white li {
  font-weight: normal;
}
.pad-right-30 {
  padding-right: 30px !important;
}
.background-transparent {
  background: transparent !important;
  background-image: none !important;
}
.pink-single-quote img {
  width: 100px;
  max-width: 100%;
}
#section-carousel {
  background: transparent;
  margin-bottom: -175px;
}
@media (max-width: 600px) {
  #section-carousel {
    background: transparent;
    margin-bottom: 0px;
  }
}
#section-carousel p {
  font-weight: normal;
}
#section-accordion {
  padding-top: 150px;
}
.quote-dark-pink {
  background-color: var(--navy);
  box-shadow: 15px 15px 0px var(--pink);
  color: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  width: 99%;
  max-height: 100%;
  min-height: 350px;
  border-radius: 6px;
  border: 1px solid var(--pink);
  text-align: left;
  font-size: 26px;
}
/* .pardot-form-back {
  background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
}*/
.pink-seperator {
  max-width: 100%;
  width: 55px;
  height: auto;
  display: block;
  /* padding-bottom: 20px; */
}
.icon-text-container {
  display: flex; /* Enable flexbox layout */
  align-items: center; /* Vertically center the image and text */
}

.pink-icon-sidebar {
  margin-right: 12px; /* Optional: Add some space between the icon and the text */
  width: 34px; /* Set an appropriate width for the icon */
  height: auto; /* Maintain the aspect ratio of the icon */
  margin-bottom: 8px !important;
}

h4.icon-text-container {
  margin: 0; /* Remove any default margin for better alignment */
  line-height: 1.4; /* Adjust line height as needed */
}
.industry-content-header {
  padding-bottom: 15px;
}
.industry-content-header h3 {
  /* font-size: 26px; */
  font-weight: 900;
}
.industry-content-header h4 {
  font-size: 26px;
  font-weight: 900;
}
.industry-content {
  padding-bottom: 20px;
}
.industry-content h4 {
  font-size: 22px;
}
.industry-content a {
  color: var(--pink);
  font-weight: bold;
}
.industry-content a::after,
.arrow::after,
a.arrow::after,
.industry-quote-headline a::after,
.vc_tta-panel-body a::after {
  content: "→";
  padding-left: 5px;
  vertical-align: text-bottom;
  display: inline-flex;
}
.industry-quote-headline {
}
.industry-quote-headline h3 {
  /* font-size: 26px; */
  font-weight: bold;
}
.industry-quote-headline h4 {
  font-size: 26px;
  font-weight: bold;
}
.industry-quote-headline a {
  color: var(--pink);
  font-weight: bold;
}
.vc_tta-panel-body a {
  color: var(--pink);
  font-weight: bold;
}
img.industry-quote-profile {
  width: 55px;
}
.industry-quote-logo img {
  height: 70px !important;
  max-height: 100%;
  width: auto;
}
.pardot-form-back {
  background: rgb(0 0 30 / 85%);
  border-radius: 15px;
  border: 1px solid white;
  box-shadow: 10px 10px 5px #161528;
  box-shadow: 10px 10px 5px rgba(22, 21, 40, 0.3);
}
.pardot-form-back > .vc_column-inner {
  padding: 40px 20px !important;
}
strong {
  font-weight: bold;
}

.mpc-tabs__nav ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: initial;
  cursor: pointer;
  border: 1px solid #cecece;
  border-radius: 15px;
}
/* .mpc-parent-hover:hover .mpc-button__title,*/
.mpc-active .mpc-button__title {
  font-weight: 600;
}
.gradient-box {
  padding-right: 15px !important;
  padding-bottom: 10px;
}
.gradient-box::last-child {
  padding-right: 0px !important;
}
.gradient-box > .vc_column-inner {
  position: relative;
  padding: 30px !important;
  border: 1px solid #425a7c;
  /* background: rgb(6, 25, 68);
  background: rgb(3, 23, 68);
  background: rgb(6, 28, 78);
  background: rgb(2, 23, 71);
  background: rgb(2, 23, 71);
  background: linear-gradient(
    54deg,
    rgba(2, 23, 71, 1) 0%,
    rgba(1, 1, 64, 1) 11%,
    rgba(0, 0, 30, 1) 35%,
    rgba(0, 0, 30, 1) 57%,
    rgba(1, 1, 64, 1) 87%,
    rgba(2, 23, 71, 1) 100%
  );*/
  background: rgb(14, 26, 56);
  background: linear-gradient(
    90deg,
    rgba(14, 26, 56, 1) 0%,
    rgba(6, 11, 40, 1) 20%,
    rgba(0, 0, 30, 1) 50%,
    rgba(6, 11, 40, 1) 80%,
    rgba(14, 26, 56, 1) 100%
  );
  color: white; /* Adjust text color as needed */
  border-radius: 8px; /* Optional: Add border radius for rounded corners */
  overflow: hidden;
}
.gradient-box p {
  font-weight: normal;
}
.gradient-box p.text-pink {
  font-weight: 700 !important;
}
.text-quote {
  position: relative;
  /*   padding-left: 25px; 
    padding-right: 25px; */
  font-weight: bold !important;
  color: #000;
}
.text-quote-noquote {
  position: relative;
  /*   padding-left: 25px; 
    padding-right: 25px; */
  font-weight: bold !important;
  color: #000;
}

/* Before pseudo-element for the starting quote mark */
.text-quote::before {
  content: "“"; /* Opening quote mark */
  position: relative;
  left: 0;
  top: 0;
  color: #be2184;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 5px;
}

/* After pseudo-element for the ending quote mark */
.text-quote::after {
  content: "”"; /* Closing quote mark */
  position: relative;
  right: 0;
  bottom: 0;
  color: var(--pink);
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 5px;
}
.mpc-tabs__nav ul .mpc-tabs__nav-item {
  padding: 5px !important;
}
.tabs-product-image img {
  width: 500px;
  max-width: 100%;
}
.dark-theme {
  background: var(--navy) !important;
  background-color: var(--navy) !important;
}

.dark-theme-hero {
  background: #000231 !important;
  background-color: #000231 !important;
}
/* .blue-background-box {
  color: #fff;
  background: #3d79af;
  border-radius: 10px;
  padding: 2rem;
} */
.blue-background-box {
  background-color: var(--navy);
  border-radius: 8px;
  padding: 40px;
  position: relative;
  color: white;
  overflow: hidden;
}
.blue-section {
  background-color: var(--navy);
  color: white;
}
.blue-section ul {
  color: #ffffff;
}
.blue-section ul li {
  margin-bottom: 0.4rem;
}
.blue-background-box h6 {
  color: var(--bright-blue);
  margin-top: 0;
  padding-bottom: 1rem;
  font-weight: bold !important;
  font-size: 1.4rem;
}

.blue-background-box p {
  color: white;
  font-weight: normal;
}

/* .blue-background-box::before,
.blue-background-box::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50%;
}

.blue-background-box::before {
    top: -50px;
    left: -50px;
}

.blue-background-box::after {
    bottom: -50px;
    right: -50px;
} */
.light-theme {
  background: #fff !important;
  background-color: #fff !important;
}
.light-theme ul {
  color: #3a3a3c;
}
.light-theme p {
  color: #3a3a3c;
  font-weight: normal;
}
.blue-sidebar {
  background-color: var(--navy);
  border-radius: 25px;
  padding: 40px !important;
  position: relative;
  color: white;
  overflow: hidden;
}
/* Plus sign when accordion is closed */
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px 0 0 0;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  top: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 2px;
}
.light-theme .vc_tta-panel-heading .vc_tta-controls-icon::after,
.light-theme .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: var(--navy) !important;
}
.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: var(--pink) !important;
}

/* Pink X sign when accordion is open */
.vc_tta
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.vc_tta
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: var(--pink);
  transform: translate(-50%, -50%) rotate(45deg);
}

.vc_tta
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.vc_tta-panel {
  border-top: 1px solid #fff; /* Top border for all panels */
}

/* Bottom border for the last panel */
.vc_tta-panel:last-child {
  border-bottom: 1px solid #fff; /* Bottom border for the last panel */
}
.light-theme .vc_tta-panel {
  border-top: 1px solid var(--navy); /* Top border for all panels */
}

/* Bottom border for the last panel */
.light-theme .vc_tta-panel:last-child {
  border-bottom: 1px solid var(--navy); /* Bottom border for the last panel */
}

.vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: var(--pink) !important;
}

.light-theme .vc_tta-panel:not(.vc_active) .vc_tta-panel-title > a {
  color: #3a3a3c !important;
}
.vc_tta-panel p {
  font-weight: normal;
}
.light-theme
  .vc_tta-color-blue.vc_tta-style-flat:not(.vc_tta-o-no-fill)
  .vc_tta-panel-body {
  color: #3a3a3c;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  padding-bottom: 30px;
}
.panel-image-container {
  position: relative;
  width: 50%;
  height: auto;
  transition: opacity 0.8s ease;
}

.panel-image-container .wpb_single_image {
  display: none; /* Hide all images initially */
}
.panel-image-container .wpb_single_image img {
  max-width: 100%;
  width: 625px;
}

.panel-image-container .wpb_single_image.active {
  display: block; /* Show only the active image */
}

.industry-hero-right {
  position: relative; /* Ensure the parent container is positioned relative */
}

.industry-hero-right img {
  position: absolute;
  top: 50%;
  left: -180px;
  width: 700px;
  height: auto;
  transform: translateY(-5%);
  max-width: none !important;
  overflow: visible;
}
.capabilities-circles {
  max-width: 100%;
  width: 450px;
  height: auto;
}
.capabilities-circle-icons {
  width: 40px;
  max-width: 100%;
  height: auto;
}
.learn-more-additional {
  padding-top: 75px;
  padding-bottom: 55px;
}
.learn-more-cards img {
  border-radius: 15px;
}
.learn-more-cards .card-title {
  text-transform: initial;
}
.learn-more-additional img.pink-seperator {
  max-width: 100%;
  width: 55px;
  height: auto;
  padding: 15px 0;
}
.learn-more-additional .feature-box-headline {
  font-weight: 500;
  font-size: 20px;
  color: var(--navy);
  /* letter-spacing: .5px; */
  text-decoration: none;
}
.learn-more-additional ul.blog-feed a {
  color: var(--navy);
  text-decoration: none;
}
.learn-more-additional ul.blog-feed a:hover {
  color: var(--pink);
  text-decoration: underline;
}
.learn-more-additional ul.blog-feed li:not(:last-child) {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
/* hr.additional-hr {
  width: 100%;
  border-top-color: #000;
  margin: 1rem 0;
} */
@media (max-width: 600px) {
  .quote-dark-pink {
    font-size: 16px;
  }
}
#itential-accelerates {
  color: var(--navy) !important;
}
.learn-more-cards .card-img-top {
  /* width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); */
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
h1.font-bebas-hp {
  font-size: 7.5rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media (max-width: 600px) {
  h1.font-bebas-hp {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 4.5rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.pink-icon-sidebar,
.capabilities-circle-icon,
.capabilities-circles,
.pink-single-quote img {
  filter: hue-rotate(10deg) saturate(140%) brightness(1.2);
}

*[style*="color: #c5258f"] {
  color: var(--pink) !important;
}

.navbar-nav .fas {
  color: white !important;
}
.ubermenu.ubermenu-submenu-indicator-closes
  .ubermenu-sub-indicator-close
  > [class^="fa"] {
  font-family: "Font Awesome 6 Free";
}
.ubermenu .ubermenu-item-level-0 .ubermenu-target-title {
  color: #ffffff;
}
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover
  > span.ubermenu-target-title.ubermenu-target-text {
  color: var(--pink);
}
.ubermenu-item-level-2
  a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover {
  color: var(--pink);
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-nav2024config {
  background: transparent !important;
}
.top-bar__text {
  width: 100%; /* or a specific width like 300px */
  overflow: hidden;
}

.top-bar__text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quote-purple img {
  max-width: 100% !important;
  width: 50px !important;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Space between buttons */
}

.button-wrapper .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.doc-links.inline-button .btn-link {
  margin-top: 10px !important;
  margin-bottom: initial !important;
  font-size: 18px;
  margin-left: 20px;
}
.doc-links.inline-button:last-child {
  margin-right: inherit !important;
}
.hp-hero-btn.inline-button:last-child {
  margin-right: 40px !important;
}
.blue-section.hidden {
  display: none !important;
}
strong a,
.btn-link {
  font-weight: bold;
}
.hp-hero-btns .text-md-left {
  display: inline;
}
.hp-hero-btn {
  margin-right: 40px;
}
.css-hide {
  max-height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.inline-button {
  display: inline-block; /* Make buttons inline */
  margin-right: 10px; /* Adjust spacing between buttons */
}

/* Remove margin from the last button */
.inline-button:last-child {
  margin-right: 0;
}
.text-md-center,
.text-center {
  margin: 0 25px; /* Ensure no margin that could cause spacing issues */
}
.hide-it {
  display: none;
}
#cta.purple #cta-section h2 {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 120px !important;
  line-height: 120px;
  font-weight: 500 !important;
  color: #fff;
}
#cta.purple #cta-section {
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(49, 6, 101, 1) 18%,
    rgba(70, 9, 131, 1) 67%
  ) !important;
  padding: 30px !important;
}
#cta-section .vc_row:not(.vc_inner) {
  background-image: none;
}

.page,
.single-news,
.single-post,
.blog-search {
  #section-learn-more.purple .btn-outline-pink.btn-lg.section-btn {
    font-family: "Bebas Neue", sans-serif !important;
    background-color: transparent; /* Transparent background */
    border: 2px solid var(--purple) !important; /* 2px border in var(--pink) */
    color: var(--purple) !important; /* Text color in var(--pink) */
    border-radius: 2px; /* Slightly rounded corners */
    cursor: default; /* No clickable cursor */
    pointer-events: none; /* Completely disable any clicking */
    padding: 10px 20px; /* Add padding for top/bottom and left/right */
    display: inline-block; /* Ensure the button stays inline */
    text-align: center; /* Center the text horizontally */
    max-width: 600px;
    min-width: 180px; /* Button width */
    font-size: 24px;
    line-height: 1.2; /* Adjust line height for vertical centering */
    box-sizing: border-box; /* Include padding in width/height calculation */
  }
  #section-learn-more.purple .card-body h6.text-tango,
  #section-learn-more.purple .card-body .read-more,
  #section-learn-more.purple .learn-more-additional ul.blog-feed a:hover {
    color: var(--purple) !important;
  }
  .pink-form-back {
    border: 2px solid var(--pink);
    border-radius: 20px;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 30, 1) 0%,
      rgba(255, 0, 149, 0.2539609593837535) 100%
    ) !important;
    transition: background 1.8s ease;
    position: relative;

    -webkit-align-items: flex-start !important;
  }

  /* AGS Form Styling */
  .purple-form-back {
    border: 2px solid var(--purple);
    border-radius: 20px;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 30, 1) 0%,
      rgba(173, 10, 253, 0.4976584383753502) 100%
    ) !important;
    transition: background 1.8s ease;
    position: relative;
  }
  .purple-form-back .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #7401ad;
    border-radius: 8px;
    -webkit-transition: border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
  }

  .purple-form-back .form-group {
    position: relative;
    margin-bottom: 1.5rem;
  }
  .purple-form-back .form-group .invalid-feedback {
    position: absolute;
    bottom: -20px; /* Adjust based on your needs */
    left: 0;
    z-index: 1;
  }
  div#org_name_feedback.invalid-feedback {
    position: absolute;
    bottom: -25px; /* Adjust based on your needs */
    left: 0;
    z-index: 1;
  }

  .purple-form-back .form-control {
    height: auto;
    padding: 0.75rem 1.75rem;
  }

  .purple-form-back .form-group label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0.75rem 1.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    -webkit-transform-origin: 0 0;
    -webkit-transition: opacity 0.15s ease-in-out,
      -webkit-transform 0.15s ease-in-out;
    color: #ffffff; /* Make sure text color is visible */
    z-index: 1; /* Ensure label appears above input */
    background: transparent;
  }
  /* .purple-form-back .form-group:last-child {
  margin-top: 15px;
  padding: 20px 0;
} */

  .form-group.btn-margin-top {
    padding-top: 30px !important;
  }

  .purple-form-back .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 70%;
    color: var(--pink);
  }
  .purple-form-back .form-control::-webkit-input-placeholder {
    color: transparent;
  }

  .purple-form-back .form-control::-moz-placeholder {
    color: transparent;
  }

  .purple-form-back .form-control:-ms-input-placeholder {
    color: transparent;
  }

  .purple-form-back .form-control::-ms-input-placeholder {
    color: transparent;
  }

  .purple-form-back .form-control::placeholder {
    color: transparent;
  }

  .purple-form-back .form-control:not(:placeholder-shown) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .purple-form-back .form-control:not(:placeholder-shown) ~ label,
  .purple-form-back .form-control:-webkit-autofill ~ label,
  .purple-form-back .form-control:autofill ~ label {
    /* opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); */
    opacity: 1;
  }
  /* Ensure label transforms or hides when the field is filled (autofill or manual input) */
  .purple-form-back
    .form-control:not(:placeholder-shown):not(:-webkit-autofill)
    ~ label,
  .purple-form-back .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }

  /* Styling for focus state, as before */
  .purple-form-back .form-control:focus {
    box-shadow: none;
    border-color: var(--purple);
  }

  /* Hide label when focused (only if you want it hidden on focus) */
  .purple-form-back .form-control:focus ~ label {
    opacity: 0;
  }

  .purple-form-back .form-control:focus {
    box-shadow: none;
    border-color: var(--purple);
  }

  .purple-form-back .form-control:focus ~ label {
    /* opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); */
    opacity: 0;
  }
  .purple-form-back .form-control.is-valid {
    border-color: #c050f9;
  }

  .customer-quote-box {
    padding: 40px !important;
    border-radius: 15px;
  }
  .customer-quote-box.blue-border {
    border: 2px solid var(--bright-blue);
    margin-right: 30px;
    margin-left: -30px;
  }
  .tab-customer-headshot-title .wpb_wrapper {
    display: flex;
    align-items: flex-start; /* Align image and text to the top */
  }
  .tab-customer-headshot-title {
    margin-top: 30px;
  }

  .tab-customer-headshot-title img {
    width: 75px; /* Adjust the image size */
    height: auto; /* Maintain aspect ratio */
    margin-right: 20px !important; /* Add more space to the right of the image with !important to override other styles */
  }

  .tab-customer-headshot-title p {
    margin: 0; /* Remove default margin from text */
    flex-grow: 0; /* Prevent the text from expanding */
    display: inline-block; /* Keep text compact */
    font-size: 18px;
  }
  .tab-customer-headshot-title p em {
    font-size: 16px;
  }
  .tab-customer-headshot-title p:first-child {
    margin-right: 15px;
  }
  .bullet-row {
    position: relative;
  }

  .bullet-dot {
    position: absolute;
    left: -60px;
    z-index: 2;
    width: 46.79px;
    height: 46.79px;
    transition: all 0.3s ease;
  }

  /* Update the glow effect */
  .bullet-dot.glow {
    filter: drop-shadow(0 0 8px rgba(181, 6, 252, 0.8));
  }

  /* Target the SVG circles directly when glowing */
  .bullet-dot.glow svg circle {
    fill: #b506fc !important;
    /* opacity: 1 !important; */
  }

  /* Create a pseudo-element for additional glow effect */
  .bullet-dot.glow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46.79px;
    height: 46.79px;
    background: radial-gradient(
      circle,
      rgba(181, 6, 252, 0.4) 0%,
      rgba(181, 6, 252, 0.2) 40%,
      rgba(181, 6, 252, 0) 70%
    );
    border-radius: 50%;
    pointer-events: none;
  }

  .dot-connector {
    position: absolute;
    left: -38px;
    width: 4px;
    height: 0;
    background: linear-gradient(
      180deg,
      rgba(26, 31, 69, 0.76234243697479) 13%,
      rgba(181, 6, 252, 1) 50%,
      rgba(26, 31, 69, 0.5046393557422969) 83%
    );
    transform-origin: top;
    transition: height 0.3s ease;
  }
  .pink-bullets .bullet-row {
    position: relative;
  }
  .pink-bullets .bullet-row:first-child {
    min-height: 100px;
    position: relative;
  }

  .pink-bullets .bullet-row.first {
    position: relative;
    max-height: 200px;
  }
  .pink-bullets .bullet-row {
    .bullet-dot {
      position: absolute;
      left: -30px;
      z-index: 2;
      width: 25.79px;
      height: 25.79px;
      transition: all 0.3s ease;
    }
    .bullet-dot {
      max-width: 26px;
    }

    /* Update the glow effect */
    .bullet-dot.glow {
      /* filter: drop-shadow(0 0 8px rgba(181, 6, 252, 0.8)); */
      /* filter: drop-shadow(0 0 8px rgba(255, 0, 149, 0.8)); */
      filter: drop-shadow(0 0 8px rgba(200, 30, 100, 0.8));
    }
    .bullet-dot svg:not(:root) {
      max-width: 26px;
    }
    /* Target the SVG circles directly when glowing */
    .bullet-dot.glow svg circle {
      fill: var(--pink) !important;
      /* opacity: 1 !important; */
    }

    /* Create a pseudo-element for additional glow effect */
    .bullet-dot.glow::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 25.79px;
      height: 25.79px;
      background: radial-gradient(
        circle,
        rgba(255, 0, 149, 0.4) 0%,
        rgba(255, 0, 149, 0.2) 40%,
        rgba(255, 0, 149, 0) 70%
      );
      border-radius: 50%;
      pointer-events: none;
    }

    .dot-connector {
      position: absolute;
      left: -18px;
      width: 3px;
      height: 120px;
      background: linear-gradient(
        180deg,
        rgba(255, 0, 149, 0) 13%,
        rgba(255, 0, 149, 0.5) 30%,
        rgba(255, 0, 149, 1) 50%,
        rgba(255, 0, 149, 0.5) 70%,
        rgba(255, 0, 149, 0) 83%
      );
      transform-origin: top;
      transition: height 0.3s ease;
    }
  }
  .pink-bullets .bullet-dot svg {
    overflow: visible;
  }

  .particles circle {
    animation: particle 2s infinite;
  }

  @keyframes particle {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      transform: translate(10px, 10px);
      opacity: 1;
    }
    100% {
      transform: translate(20px, 20px);
      opacity: 0;
    }
  }
  @supports (-webkit-backdrop-filter: none) {
    .pink-bullets .bullet-dot {
      transform: translate(
        -25px,
        -75px
      ) !important; /* Move 30px left & 70px up */
    }
  }
  .wpb_content_element ul.glowup {
    position: relative;
    list-style: none;
  }

  .wpb_content_element ul.glowup li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .wpb_content_element ul.glowup li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: var(--pink);
    border-radius: 50%;
    opacity: 0.9;
  }

  .glowup .dot-connector {
    position: absolute;
    left: -1px !important;
    width: 3px;
    height: 0; /* Start at 0 */
    background: linear-gradient(
      180deg,
      rgba(255, 0, 149, 0) 13%,
      rgba(255, 0, 149, 0.5) 30%,
      rgba(255, 0, 149, 1) 50%,
      rgba(255, 0, 149, 0.5) 70%,
      rgba(255, 0, 149, 0) 83%
    ) !important;
    transition: height 0.5s ease;
  }

  .glowup .glow::before {
    box-shadow: 0 0 8px rgba(255, 0, 198, 0.8);
  }
  /* Pricing Page stuff */
  #pricing-grid {
    display: flex;
    justify-content: center;
  }

  .pricing-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 8px;
  }

  .pricing-tooltip .info-icon {
    cursor: pointer;
    color: #00a6ff; /* Your blue color */
    font-size: 16px;
  }

  .pricing-tooltip .tooltip-content {
    visibility: hidden;
    position: absolute;
    background: #1e2544; /* Dark blue background */
    color: white;
    padding: 15px;
    border-radius: 8px;
    width: 250px;
    z-index: 100;
    left: 30px;
    top: -50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .pricing-tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
  }

  /* Optional arrow for the tooltip */
  .tooltip-content::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent #1e2544 transparent transparent;
  }
  .pricing-column {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: 28%;
    /* padding: 20px;
  height: 100%;
  margin: 15px; */
  }
  .pricing-column.first {
    border: none !important;
  }

  .pricing-column .vc_column_container {
    height: 70px !important;
  }
  .pricing-column .pricing-header-row .vc_column_container {
    height: 90px !important;
  }

  .feature-with-tooltip {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  /* Create a container for the line and header */

  /* Make the pricing columns container relative for line positioning */
  #section-plans .vc_row:has(.pricing-column) {
    position: relative;
    width: 100%;
  }
  #section-plans .fas.fa-check {
    font-size: 32px;
  }
  .pricing-column p,
  .pricing-column h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .page,
  .single-news,
  .single-post,
  .blog-search {
    #section-plans .vc_row {
      display: flex;
      flex-wrap: nowrap;
      /* overflow-x: auto; */
      overflow-x: auto;
      position: relative;
      -webkit-overflow-scrolling: touch;
    }
    #section-plans .vc_row .pricing-column:first-child .vc_row {
      display: flex;
      flex-wrap: nowrap;
      overflow: visible;
      position: relative;
      -webkit-overflow-scrolling: touch;
    }
    #section-plans .pricing-column {
      flex: 0 0 200px;
      min-width: 200px;
      border: 0px;
    }

    #section-plans .pricing-column:not(:first-child) {
      flex: 0 0 180px;
      min-width: 180px;
      border: 0px;
    }
    /* Make first column sticky */
    #section-plans .pricing-column:first-child,
    #section-plans .pricing-column.first {
      position: sticky;
      left: 0;
      z-index: 1;
      background: #000321;
    }

    /* Add scroll indicator */
    #section-plans:after {
      /* content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3));
    pointer-events: none; */
    }
    #section-plans {
      z-index: 5;
      margin-top: 0 !important;
    }
    #cta.purple #cta-section h2 {
      font-family: "Bebas Neue", sans-serif !important;
      font-size: 95px !important;
    }
    h5.header-plan:before {
      content: "";
      position: absolute;
      top: -15px;
      left: -20px;
      width: calc(var(--section-width) * (1));
      height: 3px;
      background: var(--purple);
    }
  }
}
.page,
.single-news,
.single-post,
.blog-search {
  .tooltip-content {
    overflow: visible; /* Allow content to flow outside */
  }

  /* You might also want to add these to ensure parent containers don't clip the tooltip */
  #section-plans {
    overflow: visible;
  }

  .pricing-column {
    overflow: visible;
  }
}
/* And potentially adjust the tooltip position for mobile */
@media (max-width: 767px) {
  .tooltip-content {
    left: auto; /* Reset left positioning */
    right: 30px; /* Position from right instead */
    /* Or adjust positioning as needed */
    width: 200px; /* Maybe make tooltip narrower on mobile */
  }
}
.page {
  h1:not(.hero-header-small):not(.hero-header-medium):not(.hero-header-big):not(
      .hero-header-xl
    ):not([class*="hero-header-"]) {
    font-size: 110px !important;
    line-height: 100px;
    font-weight: 500 !important;
  }

  h1.hero-header-medium {
    font-size: 3.2rem !important;
    font-weight: bold !important;
    line-height: 1;
  }

  /* Hero Header Styling */
  .hero-header-xl {
    font-size: 110px !important;
    font-weight: bold !important;
    line-height: 1;
  }
  .hero-header-big {
    font-size: 100px !important;
    font-weight: bold !important;
    line-height: 1;
  }
  .hero-header-medium {
    font-size: 90px !important;
    font-weight: bold !important;
    line-height: 1;
  }
  .hero-header-small {
    font-size: 80px !important;
    font-weight: bold !important;
    line-height: 1;
  }

  /* End Hero Header Styling */
  h1.font-bebas-hp {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 130px !important;
    line-height: 120px;
    font-weight: 500 !important;
  }
  h2:not(.related-content):not(.related-content h2):not([style="font-size"]) {
    /* font-family: "Bebas Neue", sans-serif !important; */
    font-size: 70px !important;
    /* line-height: 100px; */
    font-weight: 700 !important;
  }
  h3:not(.industry-quote-headline):not(#sideNav h3):not(#adapter_results h3) {
    /* font-family: "Bebas Neue", sans-serif !important; */
    font-size: 48px !important;
    /* line-height: 100px; */
    font-weight: 700 !important;
  }
  .industry-quote-headline h3 {
    font-size: 26px !important;
    font-weight: bold !important;
  }
  h4:not(.vc_tta-panels h4):not(#sideNav h4) {
    font-size: 32px !important;
    font-weight: 700 !important;
  }
  h5:not(.card-title) {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 33px;
    text-transform: none !important ;
  }
  .text-md-left:has(.btn-prod) {
    margin-left: 0 !important;
  }

  .text-md-left:has(.section-btn) {
    margin-left: 0 !important;
  }
  section .text-md-left:has(.section-btn) {
    margin-left: 0 !important;
  }
}
@media (max-width: 776px) {
  .page,
  .single-news,
  .single-post,
  .blog-search {
    h1:not(.hero-header-small):not(.hero-header-medium):not(
        .hero-header-big
      ):not(.hero-header-xl):not([class*="hero-header-"]) {
      /* font-family: "Bebas Neue", sans-serif !important; */
      font-size: 70px !important;
      line-height: 80px;
      font-weight: 500 !important;
    }
    h1.font-bebas-hp {
      font-family: "Bebas Neue", sans-serif !important;
      font-size: 80px !important;
      line-height: 80px;
      font-weight: 500 !important;
    }
    h2:not(.related-content):not(.related-content h2):not([style="font-size"]) {
      /* font-family: "Bebas Neue", sans-serif !important; */
      font-size: 50px !important;
      /* line-height: 100px; */
      font-weight: 700 !important;
    }
    h3:not(.industry-quote-headline):not(#sideNav h3):not(#adapter_results h3) {
      /* font-family: "Bebas Neue", sans-serif !important; */
      font-size: 26px !important;
      /* line-height: 100px; */
      font-weight: 700 !important;
    }
    h4 {
      font-size: 24px !important;
      font-weight: 700 !important;
    }
    h5:not(.card-title) {
      font-size: 22px !important;
      font-weight: 700 !important;
      line-height: 33px;
      text-transform: none !important ;
    }
    p {
      font-size: 18px !important;
    }
    .button-wrapper .wpb_wrapper {
      flex-wrap: wrap;
    }
    .vc_tta-panel.vc_active .vc_tta-panel-title > a {
      color: var(--pink) !important;
    }
    .text-md-left:has(.btn-prod):has(.section-btn) {
      margin-left: 0 !important;
    }
    #section-capabilities .vc_column_container.mpc-column,
    #section-capabilities-noback .vc_column_container.mpc-column {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
}
.page,
.single-news,
.single-post,
.blog-search {
  [id^="section-"] p,
  p:not(.top-bar p):not(.ubermenu-nav p) {
    /* color: white; */
    font-weight: 500;
    font-size: 20px;
  }
  [id^="section-"] .wpb_content_element ul {
    /* color: #fff; */
    font-weight: normal;
  }
  [id^="section-"] .wpb_content_element ul li,
  .wpb_content_element ul:not(.blog-feed) li {
    font-size: 20px;
    font-weight: 500;
  }
  [id^="section-"] .vc_tta-tabs-container .vc_tta-tabs-list {
    background: initial;
  }

  [id^="section-"] .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    /* width: 1000px; */
  }
  [id^="section-"] .wpb_single_image img[src$=".svg"],
  .section-svg-full .wpb_single_image img[src$=".svg"] {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 1000px;
  }
}
.width-1200 .toc-flag {
  max-width: 1200px;
}
.single-news,
.single-post,
.blog-search {
  h1 {
    font-size: 52px !important;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 20px;
    color: var(--navy);
    text-align: center;
    margin: auto;
  }
  #breadcrumbs span.breadcrumb_last {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.125rem !important;
    line-height: 1.5;
    background-color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
  }
  .section-btn {
    margin-bottom: 40px !important;
    margin-top: 40px;
  }
}
.blog-search h1.hero-header-small {
  font-size: 52px !important;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 20px;
  color: var(--navy);
  text-align: center;
  margin: auto;
}
@media (max-width: 776px) {
  .single-news,
  .single-post,
  .blog-search {
    h1:not([class^="hero-header-"]) {
      font-size: 32px !important;
      font-weight: 700;
      line-height: 1.2;
      padding-top: 20px;
      color: var(--navy);
      text-align: center;
      margin: auto;
    }
  }
}

.single:not(.single-library) {
  /* Hero Header Styling */
  .hero-header-xl {
    font-size: 4.1rem !important;
    font-weight: bold !important;
    line-height: initial;
  }
  .hero-header-big {
    font-size: 3.7rem !important;
    font-weight: bold !important;
    line-height: initial;
  }
  .hero-header-medium {
    font-size: 3.2rem !important;
    font-weight: bold !important;
    line-height: initial;
  }
  .hero-header-small {
    font-size: 2.7rem !important;
    font-weight: bold !important;
    line-height: initial;
  }
  .text-md-left:has(.btn-prod):has(.section-btn) {
    margin-left: 0 !important;
  }
}
[id^="section-hero-resource"].gradient-navy-pink,
#section-hero-resource.gradient-navy-pink {
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 30, 0.6) 100%),
    /* Navy overlay fading in */
      linear-gradient(180deg, #00001e 72%, var(--pink) 100%); /* Original navy-to-pink */
}

[id^="section-hero-resource"] .text-md-left:has(.section-btn, .btn-prod) {
  margin-left: 0 !important;
}
[id^="section-hero-resource"] .section-btn {
  margin-bottom: 0px !important;
}
[id^="hero-row-center"] {
  display: flex !important;
  align-items: center !important; /* Vertically center the content */
  justify-content: center !important; /* Horizontally center (optional) */
  height: 100% !important; /* Ensure the parent has a defined height */
}
.resource-hero-image-center {
  display: flex !important;
  align-items: center !important; /* Vertically center the content */
  justify-content: center !important; /* Horizontally center (optional) */
  height: 100% !important; /* Ensure the parent has a defined height */
}
.resource-hero-image-center img {
  max-width: 100%;
  height: auto; /* Maintain aspect ratio */
}
#hero-row-video-overlay {
  height: 450px;
}

.resource-video-row {
  margin-top: -350px;
}

@media (max-width: 776px) {
  #hero-row-video-overlay {
    height: 250px;
  }

  .resource-video-row {
    margin-top: -150px;
  }
}
#section-tabs-lightpage .hp-tabs .selector {
  display: none;
}
#section-tabs-lightpage .hp-tabs .vc_tta-tab a {
  font-size: 1.2rem !important;
}
#section-tabs-lightpage .hp-tabs strong {
  font-weight: 600;
}
#section-tabs-lightpage .main-tabs {
  border-radius: 10px;
  background: rgb(21, 39, 72);
  /* background: linear-gradient(0deg, rgba(21, 39, 72, 0.1) 60%, rgba(255, 0, 149, 0.3) 100%) !important; */
  background: linear-gradient(
    0deg,
    rgb(18 31 55 / 40%) 10% 10%,
    rgba(255, 0, 149, 0.3) 100%
  ) !important;
}
#section-tabs-lightpage .vc_tta-panel-heading {
  margin-top: 0;
  margin-bottom: 0;
}
#section-tabs-lightpage p {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
#section-tabs-lightpage .vc_tta-tabs-container .vc_tta-tabs-list {
  box-shadow: none;
  border-radius: 0px;
  position: relative;
}
#section-tabs-lightpage
  .vc_tta-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active {
  border-bottom: 3px solid var(--pink) !important;
  /* z-index: 5; */
  margin-bottom: revert-layer;
}
#section-tabs-lightpage
  .vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-tab.vc_active
  > a {
  color: var(--pink) !important;
}
#section-tabs-lightpage .vc_tta-container .vc_tta-panels {
  border: 0 !important;
  background: 0 0 !important;
}
#section-tabs-lightpage .vc_tta-panel {
  border-top: 0px solid var(--navy);
  border-bottom: 0px;
}
#section-tabs-lightpage .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
  color: #fff;
}
#section-tabs-lightpage
  .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top
  .vc_tta-tabs-container {
  margin-bottom: 0px !important;
}
#section-tabs-lightpage .main-tabs {
  border-radius: 10px;
  background: linear-gradient(
    0deg,
    rgba(21, 39, 72, 0.1) 60%,
    rgba(255, 0, 149, 0.3) 100%
  ) !important;
}
#section-tabs-lightpage
  .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top
  .vc_tta-tabs-container {
  border-bottom: 1px solid white;
}
#section-tabs-lightpage {
  background: linear-gradient(
    0deg,
    rgb(5 21 50 / 60%) 30% 40%,
    rgb(202 0 118 / 24%) 100%
  ) !important;
  background-color: #00001e !important;
  border-radius: 8px;
}
#section-tabs-lightpage .tab-bold-simple-1 .vc_column-inner {
  display: flex;
  flex-direction: column; /* Stack elements vertically by default */
}
#section-tabs-lightpage .tab-bold-simple-1 .vc_column-inner .tab-headline {
  flex-basis: 100%;
  margin-bottom: 0px;
  /* margin-top: -10px; */
}

#section-tabs-lightpage
  .tab-bold-simple-1
  .vc_column-inner
  .wpb_wrapper:has(.text-block-wrapper) {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap */
  gap: 20px; /* Add spacing between the text blocks */
  margin-top: 20px; /* Add space above text blocks */
  align-items: center; /* Align items in the center */
}

#section-tabs-lightpage
  .tab-bold-simple-1
  .vc_column-inner
  .text-block-wrapper {
  flex: 1; /* Make each text block take equal width */
  margin: 0; /* Remove any extra margin */
}
/* .tab-left-logo {
  width: 250px;
  margin-bottom: 0px;
} */
#section-tabs-lightpage .tab-left-logo img,
#section-tabs-lightpage .img-initial img {
  width: initial !important;
}
#section-tabs-lightpage
  .tab-bold-simple-1
  .text-block-wrapper
  p:first-child::before {
  content: url("/wp-content/uploads/2024/10/tab-bold-separator.svg");
  display: block;
  width: 40px;
  height: 5px;
  margin: 0 0 30px 0;
}
#section-tabs-lightpage .vc_tta-panel-body > .vc_row {
  display: flex;
  align-items: stretch; /* Ensure both columns stretch to the full height */
}

#section-tabs-lightpage .tab-left,
#section-tabs-lightpage .tab-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#section-tabs-lightpage .tab-right {
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  /* Mobile view */
  #section-tabs-lightpage .tab-left,
  #section-tabs-lightpage .tab-right {
    flex-direction: row; /* Change to row on mobile */
    flex-wrap: wrap; /* Allow wrapping in mobile view */
  }

  #section-tabs-lightpage .tab-left > *,
  #section-tabs-lightpage .tab-right > * {
    flex: 1 1 100%; /* Ensure each item takes full width */
    margin-bottom: 10px; /* Add spacing between items */
  }
  #section-tabs-lightpage .vc_tta-panel-body > .vc_row {
    display: block;
  }
}
/*remove this if you want the autorotate on the tabs module */
#section-tabs-lightpage
  .vc_tta-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active {
  border-bottom: 3px solid var(--pink) !important;
  /* z-index: 5; */
  margin-bottom: revert-layer;
}
#section-tabs-lightpage
  .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top
  .vc_tta-tabs-container {
  margin-bottom: 0px !important;
}
#section-tabs-lightpage .vc_tta.vc_general .vc_tta-panel-body {
  padding-top: 50px !important;
}
#section-tabs-lightpage .vc_inner:first-child {
  padding-top: 1rem !important;
}
#section-tabs-lightpage .tab-right .vc_column-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Spacing between elements */
  padding: 0 40px;
}
#section-tabs-lightpage .tab-left .vc_column-inner {
  padding: 0 40px;
}
#section-tabs-lightpage .tab-customer-quote {
  margin-top: 10px;
}

#section-tabs-lightpage .tab-customer-quote img {
  height: 30px;
  width: auto;
  float: left;
  margin-right: 10px; /* Space between image and text below */
}

#section-tabs-lightpage
  .customer-quote-box.blue-border
  .tab-customer-quote
  img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 10px; /* Space between image and text below */
}

#section-tabs-lightpage .tab-customer-cat {
  position: relative;
  top: 5px;
  right: 0;
  margin: 0;
  text-align: right;
}
#section-tabs-lightpage .tab-customer-cat p {
  color: var(--pink);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#section-tabs-lightpage .tab-customer-text {
  clear: both;
  padding-top: 20px;
}
#section-tabs-lightpage .tab-circle-headshot {
  max-width: 100%;
  width: 55px;
}
#section-tabs-lightpage .vc_tta-panel-body {
  background-color: transparent !important;
}
@media (max-width: 576px) {
  #section-tabs-lightpage .vc_tta-panel-heading {
    background-color: transparent !important;
    border: 1px solid var(--pink) !important;
    border-radius: 4px !important;
  }
  .hero-header-xl,
  h1.font-bebas.hero-header-xl {
    font-size: 3.6rem !important;
    font-weight: bold;
  }
}
#get-started a.learn-more:after {
  content: "→";
  padding-left: 5px;
  vertical-align: text-bottom;
  display: inline-flex;
}
