@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: "AppenRegular";
  src: url("../../assets/fonts/AppenBasis-Regular.woff2") format("woff2"), url("../../assets/fonts/AppenBasis-Regular.woff") format("woff"), url("../../assets/fonts/AppenBasis-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "AppenBold";
  src: url("../../assets/fonts/AppenBasis-Bold.woff2") format("woff2"), url("../../assets/fonts/AppenBasis-Bold.woff") format("woff"), url("../../assets/fonts/AppenBasis-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "AppenBoldItalic";
  src: url("../../assets/fonts/AppenBasis-BoldItalic.woff2") format("woff2"), url("../../assets/fonts/AppenBasis-BoldItalic.woff") format("woff"), url("../../assets/fonts/AppenBasis-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "AppenItalic";
  src: url("../../assets/fonts/AppenBasis-Italic.woff2") format("woff2"), url("../../assets/fonts/AppenBasis-Italic.woff") format("woff"), url("../../assets/fonts/AppenBasis-Italic.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "AppenMedium";
  src: url("../../assets/fonts/AppenBasis-Medium.woff2") format("woff2"), url("../../assets/fonts/AppenBasis-Medium.woff") format("woff"), url("../../assets/fonts/AppenBasis-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "AppenMediumItalic";
  src: url("../../assets/fonts/AppenBasis-MediumItalic.woff2") format("woff2"), url("../../assets/fonts/AppenBasis-MediumItalic.woff") format("woff"), url("../../assets/fonts/AppenBasis-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body header.x-masthead .x-bar-top {
  box-shadow: none;
}
body header.x-masthead .x-bar-top .x-bar-content {
  background: white;
}
body header.x-masthead .x-bar-top .x-bar-content .e26-5.x-bar-container {
  border-bottom: 1px solid #000000;
}
body header.x-masthead .x-bar-top .x-bar-content .x-menu a span {
  color: #004353 !important;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 13px;
}
body header.x-masthead .x-bar-top .x-bar-content form.top-search-form input[type=text] {
  border-radius: 20px;
  color: #000000;
  padding-left: 10px;
}
body header.x-masthead .x-bar-top .x-bar-content nav.ubermenu ul.ubermenu-nav span.ubermenu-target-text {
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-weight: 200;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
body header.x-masthead .x-bar-top .x-bar-content nav.ubermenu ul.ubermenu-nav span.ubermenu-target-text::after {
  background: none;
}
body header.x-masthead .x-bar-top .x-bar-content nav.ubermenu ul.ubermenu-nav span.ubermenu-target-text:hover {
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #131313 !important;
  text-decoration: underline;
}
body header.x-masthead .x-bar-top .x-bar-content .x-global-block a {
  border-radius: 20px;
}
body header.x-masthead .x-bar-top .x-bar-content .x-global-block a.e31980-5 {
  border: 1px solid #004353;
}
body header.x-masthead .x-bar-top .x-bar-content .x-global-block a.e31980-5:hover {
  background: #c4dad1 !important;
  border: 1px solid #c4dad1 !important;
}
body header.x-masthead .x-bar-top .x-bar-content .x-global-block .e31980-6.x-anchor {
  background: #004353;
  border: 1px solid #004353;
}
body header.x-masthead .x-bar-top .x-bar-content .x-global-block .e31980-6.x-anchor:hover {
  background: #c4dad1 !important;
  border: 1px solid #c4dad1 !important;
}
body header.x-masthead .e26-13.x-anchor {
  padding: 1px;
  background: #227A7A;
  border: 1px solid #227A7A;
}

@media (max-width: 978px) {
  .x-masthead .x-bar-top .x-bar-content {
    height: 76px !important;
    border-bottom: 1px solid #C4C4C4;
  }
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container {
  width: 100%;
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-image {
  flex-grow: 2;
}
@media (max-width: 1023px) {
  .x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-image {
    margin-right: 0px !important;
  }
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-anchor.x-anchor-toggle.has-graphic {
  flex-grow: 1 !important;
  background: none !important;
  border: none !important;
  border-radius: 0;
  height: 35px;
}
@media (min-width: 768px) {
  .x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-anchor.x-anchor-toggle.has-graphic {
    flex-grow: 0.1 !important;
  }
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container .x-anchor .x-anchor-content {
  overflow: unset;
  padding: 0 5px;
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container .x-anchor .x-anchor-content .x-anchor-text .x-anchor-text-primary {
  color: #FFFFFF;
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container .x-anchor .x-anchor-content span.x-toggle.x-toggle-burger {
  margin: 0 auto;
  color: #131313;
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container .x-anchor .x-anchor-content span.x-toggle.x-toggle-burger span {
  height: 3.92px;
  width: 31px;
}
@media (max-width: 280px) {
  .x-masthead .x-bar-top .x-bar-content .x-bar-container .x-anchor .x-anchor-content span.x-toggle.x-toggle-burger span {
    width: 20px;
  }
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container .x-anchor .x-anchor-content span.x-toggle.x-toggle-burger span.x-toggle-burger-patty {
  display: none;
}
.x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-anchor.x-anchor-button {
  border-radius: 0px;
}
@media (max-width: 978px) {
  .x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-anchor.x-anchor-button {
    height: 100%;
    background: #227A7A;
    border: none;
  }
}
@media (max-width: 767px) {
  .x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-anchor.x-anchor-button {
    width: 85px;
  }
}
@media (max-width: 1023px) {
  .x-masthead .x-bar-top .x-bar-content .x-bar-container .x-image img {
    width: 99px !important;
  }
}

@media (max-width: 978px) {
  .x-root .x-site .x-off-canvas.x-off-canvas-right {
    top: 76px !important;
  }
}

.x-off-canvas-content .x-menu-collapsed li.menu-item .x-anchor-content {
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
}
.x-off-canvas-content .x-menu-collapsed li.menu-item .x-anchor-content a.x-anchor.x-anchor-button {
  border-radius: 25px;
  border: 1px solid #595959;
}
.x-off-canvas-content .x-menu-collapsed li.menu-item .x-anchor-content a.x-anchor.x-anchor-button .x-anchor-text span.x-anchor-text-primary {
  text-align: center;
  border: none;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
}
.x-off-canvas-content .x-menu-collapsed li.menu-item .x-anchor-content a.x-anchor.x-anchor-button.join-our-crowd {
  background: #227A7A;
}
.x-off-canvas-content .x-menu-collapsed li.menu-item .x-anchor-content a.x-anchor.x-anchor-button.join-our-crowd span.x-anchor-text-primary {
  color: #FFFFFF;
}

hr.x-line.gap-line {
  width: 100%;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  margin-top: 10px;
}

form.x-search.off-x-search-box {
  box-shadow: none;
  border: 1px solid #595959;
  height: 45px;
}
form.x-search.off-x-search-box button.x-search-btn.x-search-btn-submit {
  order: 2;
  margin-right: 15px;
}
form.x-search.off-x-search-box button.x-search-btn.x-search-btn-clear {
  display: none;
}
form.x-search.off-x-search-box .x-search-input {
  margin-left: 20px;
}
form.x-search.off-x-search-box .x-search-btn svg {
  transform: rotate(90deg);
}

a.x-anchor.x-anchor-button.nbj_amp, a.x-anchor.x-anchor-button.join-our-crowd {
  height: 50px;
}
a.x-anchor.x-anchor-button.nbj_amp .x-anchor-content, a.x-anchor.x-anchor-button.join-our-crowd .x-anchor-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

a.x-anchor.x-anchor-button.top_nav_btn_contact.hidden {
  background: none !important;
}
a.x-anchor.x-anchor-button.top_nav_btn_contact.hidden .x-anchor-content {
  display: none !important;
  transition: opacity 1s ease-out;
  opacity: 0;
}

@media (max-width: 767px) {
  .move-center .x-image img {
    transform: translateX(160%);
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 430px) {
  .move-center .x-image img {
    transform: translateX(100%);
  }
}
@media (max-width: 375px) {
  .move-center .x-image img {
    transform: translateX(85%);
  }
}
@media (max-width: 280px) {
  .move-center .x-image img {
    margin: 0 auto;
    transform: translateX(25%);
  }
}
.move-center .top_nav_btn_contact {
  display: none !important;
}
@media (max-width: 767px) {
  .move-center a.x-image {
    padding: 20px !important;
  }
}
.move-center a.x-anchor.x-anchor-toggle {
  padding-left: 35px;
  margin: 0px;
}
@media (min-width: 768px) {
  .move-center a.x-anchor.x-anchor-toggle {
    padding-left: 0px;
  }
}

.x-bar-top .x-bar-content .x-text p {
  display: none;
}

@media (max-width: 912px) {
  .is-sticky .navbar.scrollspy-navbar {
    width: 100% !important;
  }
}

.x-off-canvas.x-off-canvas-right {
  top: 108px;
}

.off-col-1 > a.x-anchor.x-anchor-menu-item, .off-col-2 > a.x-anchor.x-anchor-menu-item, .off-col-btm > a.x-anchor.x-anchor-menu-item {
  display: none;
}

.off-col-1, .off-col-2 {
  display: inline-block;
  width: 50%;
}

a.x-anchor.x-anchor-menu-item.x-always-active .x-anchor-text-primary {
  color: #227A7A !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.off-col-btm .x-anchor-text span.x-anchor-text-primary {
  padding: 15px 7px;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  color: #595959;
  font-family: "Poppins", sans-serif;
}

.lang-menu .lang-select .lang-in .lang-heading .lang-heading {
  color: #595959;
  padding: 15px 30px;
}

div#amp-lang-menu {
  display: none;
}

.off-col-btm ul.sub-menu .menu-item .x-anchor-menu-item .x-anchor-text {
  width: 90%;
  display: inline-block;
}

.off-col-btm .menu-item-has-children > a > .x-anchor-content::after {
  width: 20px !important;
  height: 12px !important;
  background-image: url("/wp-content/uploads/2022/05/arrow.png") !important;
}

.off-col-btm .x-anchor-menu-item.x-active .x-anchor-content::after {
  transform: rotate(90deg);
}

li.off-col-btm.menu-item {
  padding-top: 20px;
}

.mktoForm {
  margin-top: 0 !important;
  max-width: 672px;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-direction: column;
  left: -48px;
  background-color: #F8F9FA;
  padding: 48px 48px 45px !important;
}
@media screen and (max-width: 1440px) {
  .mktoForm {
    left: 0;
    padding: 43px 30px 60px !important;
    margin: 0 auto 70px;
    max-width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .mktoForm {
    max-width: 346px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mktoForm {
    max-width: 100%;
    padding: 48px 25px 60px !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .appen-wrap .mktoForm {
    padding: 48px 24px 57px !important;
  }
  .appen-wrap .mktoForm input[type=url], .appen-wrap .mktoForm input[type=text], .appen-wrap .mktoForm input[type=date], .appen-wrap .mktoForm input[type=tel], .appen-wrap .mktoForm input[type=email], .appen-wrap .mktoForm input[type=number], .appen-wrap .mktoForm select.mktoField {
    height: auto !important;
  }
}
.mktoForm .mktoFormRow {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mktoForm .mktoFormRow {
    max-width: 100%;
  }
}

.mktoForm .mktoGutter {
  height: 0.4em !important;
}

.mktoForm .mktoOffset {
  height: 0 !important;
}

.mktoForm .mktoFormCol {
  float: none !important;
  width: 100%;
  margin-bottom: 25px !important;
}

.mktoForm .mktoFormRow:last-child .mktoFormCol {
  margin-bottom: 0 !important;
}

.mktoForm .mktoFieldWrap {
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.mktoForm .mktoFieldWrap .mktoCheckboxList {
  position: absolute;
  top: 0;
  left: 0;
}

.mktoForm label.mktoLabel {
  width: auto !important;
  display: inline-block !important;
  float: none !important;
  color: #000000;
  font-family: "Grotesque", sans-serif;
  font-size: 14.4px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .mktoForm label.mktoLabel {
    font-size: 16px !important;
  }
}

.mktoForm .mktoLabel em {
  font-style: normal;
  display: block;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 35px;
}

.mktoForm .mktoLabel a {
  padding: 0;
  display: inline;
  line-height: inherit;
  color: #000000;
  font-size: inherit;
  font-weight: 500;
  color: #003b49;
}

.mktoForm .mktoLabel a:hover {
  color: #ef4126;
}

.appen-aside .mktoForm input[type=checkbox] {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}

.appen-aside .mktoForm input[type=checkbox] + label::before {
  background-color: #fff;
  border: 1px solid #4B4F54;
  height: 20px;
  left: 0;
  top: 1px;
  width: 20px;
  box-shadow: none;
  display: block;
  content: "";
  position: absolute;
}

.appen-aside .mktoForm input[type=checkbox]:checked + label:before {
  background-color: #EF4126;
  border-color: #EF4126;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='10px' viewBox='0 0 13 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Contact-Us' transform='translate(-178.000000, -1550.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(174.000000, 704.000000)'%3E%3Cpath d='M15.6315789,846 L17,847.428571 L8.78947368,856 L4,851 L5.36842105,849.571429 L8.789,853.143 L15.6315789,846 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: center;
}

.mktoForm .mktoFormRow br {
  display: none !important;
  height: 0 !important;
}

.mktoForm .mktoFormRow .mktoLabel[for=Email_Consent__c] {
  padding-top: 0 !important;
  position: relative;
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 14.4px !important;
}
@media (max-width: 768px) {
  .mktoForm .mktoFormRow .mktoLabel[for=Email_Consent__c] {
    font-size: 16px !important;
  }
}

.mktoForm .mktoFormRow label[for=Email_Consent__c] {
  margin: 0 !important;
}

.mktoForm .mktoFormRow .mktoLogicalField.mktoCheckboxList {
  padding: 0 !important;
  width: 0 !important;
}

.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  text-align: center;
}

.appen-aside .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.appen-aside .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  max-width: 188px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid black !important;
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  background: black !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff;
  font-family: "Grotesque";
  font-size: 14.4px;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: none !important;
  letter-spacing: 0.03125em;
  text-transform: capitalize;
}

.appen-aside .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
  background: #fff !important;
  color: #000000;
}

.mktoForm .mktoField {
  width: 100% !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.mktoForm .mktoField::-moz-placeholder {
  font-size: 0 !important;
}

.mktoForm .mktoField:-ms-input-placeholder {
  font-size: 0 !important;
}

.mktoForm .mktoField::placeholder {
  font-size: 0 !important;
}

.mktoForm .mktoField.mktoInvalid {
  border-color: #A8202A !important;
}

.appen-aside .mktoForm .mktoError {
  position: static;
}

.appen-aside .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none !important;
}

.appen-aside .mktoForm .mktoError .mktoErrorMsg {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 0 !important;
  font-size: 12.6px;
  color: #A8202A !important;
  letter-spacing: 0.8px;
  line-height: 18px;
  font-family: "Grotesque";
  max-width: 100% !important;
}

.mktoForm .mktoField {
  background-color: #FFFFFF !important;
  border: 1px solid #A2AAAD !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #000000 !important;
  display: block;
  font-size: 16.2px !important;
  margin: 0 !important;
  max-width: 100%;
  min-height: 43px;
  padding: 0 12px !important;
  font-family: "Grotesque", sans-serif;
}
@media (max-width: 768px) {
  .mktoForm .mktoField {
    font-size: 18px !important;
  }
}

.mktoForm textarea.mktoField {
  height: 124px !important;
  padding: 6px 12px !important;
}

.mktoForm select.mktoField {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.9979 6.36396L1.63394 0L0.219727 1.41421L6.58369 7.77817L7.9979 9.19239L9.41211 7.77817L15.7761 1.41421L14.3619 0L7.9979 6.36396Z' fill='%23EF4126'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px top 50%, 0 0 !important;
  background-size: 16px 10px !important;
}

.mktoForm .mktoAsterix {
  color: #A8202A !important;
  padding-left: 10px !important;
  float: right !important;
}

.select2-container {
  position: relative;
  width: 100% !important;
}

.select2-selection {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 !important;
  padding: 9px 16px 9px 12px !important;
  min-height: 43px;
  font-size: 16.2px;
  color: #000000;
  border: 1px solid #A2AAAD;
  font-family: "Grotesque", sans-serif !important;
}
@media (max-width: 768px) {
  .select2-selection {
    font-size: 18px !important;
  }
}

.select2-selection__arrow {
  top: 18px !important;
  right: 16px !important;
  width: 15px !important;
  height: 10px !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.9979 6.36396L1.63394 0L0.219727 1.41421L6.58369 7.77817L7.9979 9.19239L9.41211 7.77817L15.7761 1.41421L14.3619 0L7.9979 6.36396Z' fill='%23EF4126'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.15s cubic-bezier(0.42, 0, 1, 1);
}

.select2-selection__arrow b {
  border: none !important;
}

.select2-dropdown {
  border-radius: 0 !important;
}

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-results__option {
  background-color: #FFFFFF !important;
  padding: 10px 12px !important;
  font-size: 16.2px;
  color: #000000 !important;
  cursor: pointer;
  transition: all 0.15s cubic-bezier(0.42, 0, 1, 1);
}
@media (max-width: 768px) {
  .select2-results__option {
    font-size: 18px !important;
  }
}

.select2-results__option:hover {
  background-color: #F8F9FA !important;
}

.select2-results__option[aria-selected=true] {
  background-color: #F8F9FA !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  color: #000000 !important;
}

.mktoForm select.mktoField.mktoInvalid ~ .select2-container > .selection > .select2-selection {
  border-color: #A8202A;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #FFFFFF !important;
  border: 1px solid #A2AAAD !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #000000 !important;
  display: block;
  font-size: 14.4px !important;
  margin: 0 !important;
  max-width: 100%;
  padding: 0 12px !important;
  font-family: "Grotesque", sans-serif;
}
@media (max-width: 768px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px !important;
  }
}

html,
html * {
  /*font-family: "AppenRegular";*/
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  position: relative;
  background: #eee !important;
}

#appen_main h1,
#appen_main h2,
#appen_main h3,
#appen_main h4,
#appen_main h5,
#appen_main h6 {
  color: #595959;
}

.lazy-hidden {
  background-color: transparent !important;
}

.x-bar-footer .x-bar-container {
  max-width: 1320px !important;
}

body.home #appen_main .banner-with-info .content-details p {
  background: #FFFFFF;
}

body.search h1,
body.search h2,
body.search h3,
body.search h4,
body.search h5,
body.search h6 {
  color: #131313;
}
body.search .widget ul li a,
body.search .widget.widget_recent_entries li a,
body.search h2.entry-title a {
  color: #595959;
}

a.appen-logo img {
  width: auto !important;
}

.dark-gray-bg {
  background-color: #3D3D3D;
  color: #FFFFFF;
}

#appen_main.container {
  max-width: 1490px;
  margin: 0 auto;
}
#appen_main.container .dark-teal-bg {
  background-color: #003B49;
  color: #FFFFFF;
}
#appen_main.container .dark-teal-bg .nav-tabs .nav-link.active {
  color: #FFFFFF;
  border-bottom: 2px solid #C4C4C4;
}
#appen_main.container .dark-teal-bg .title h2 {
  color: #FFFFFF !important;
}
#appen_main.container.pre-labeled-datasets {
  background: #FFFFFF;
  color: #131313;
  padding-top: 40px;
}

.main_menu_container.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_menu_container.flex a span {
  text-decoration: none !important;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 8px;
  padding-top: 8px;
}
.main_menu_container.flex li.ubermenu-current-menu-item a span,
.main_menu_container.flex a span:hover {
  text-decoration: none !important;
  border-bottom: 5px solid #227A7A !important;
}
.main_menu_container.flex .right_menu {
  display: flex;
  align-items: center;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li {
  margin-right: 10px;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li a {
  min-width: 145px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li a:hover {
  background: #c4dad1 !important;
  border: 1px solid #c4dad1 !important;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li a span {
  padding-top: 0;
  border-bottom: 0 !important;
  padding-bottom: 0;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:first-child {
  margin-left: 10px;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:first-child a {
  border: 1px solid #131313 !important;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:first-child a:hover {
  background: #c4dad1 !important;
  border: 1px solid #c4dad1 !important;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:last-child {
  margin-right: 0;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:last-child a {
  border: 1px solid #227a7a;
  background: #227a7a;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:last-child a span {
  color: #FFFFFF !important;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:last-child a:hover span {
  color: #131313;
}

.appen_menu_buttons li.ubermenu-current-menu-item a span,
.appen_menu_buttons a span:hover {
  text-decoration: none !important;
}

.black-text {
  color: #131313;
}

.white-text {
  color: #FFFFFF;
}

.white-bg {
  background-color: #FFFFFF;
  color: #131313;
}

#platforms.container {
  max-width: 1490px;
  margin: 0 auto;
}
#platforms.container h2 {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
}
#platforms.container .dark-teal-bg {
  background-color: #003B49;
  color: #FFFFFF;
}
#platforms.container .dark-teal-bg .nav-tabs .nav-link.active {
  color: #FFFFFF;
  border-bottom: 2px solid #C4C4C4;
}
#platforms.container .dark-teal-bg .title h2 {
  color: #FFFFFF !important;
}

.appen-wrap .filtered-title-container {
  display: flex;
}
.appen-wrap .filtered-title-container .custom_search_outer {
  margin-left: auto;
  max-width: 30%;
  flex-basis: 30%;
}
.appen-wrap .filtered-title-container .custom_search_outer form {
  border: none;
}
.appen-wrap .filtered-title-container .custom_search_outer form input {
  border-radius: 30px;
  padding-left: 40px;
}
.appen-wrap .filtered-title-container .custom_search_outer form input::-moz-placeholder {
  color: #595959;
}
.appen-wrap .filtered-title-container .custom_search_outer form input:-ms-input-placeholder {
  color: #595959;
}
.appen-wrap .filtered-title-container .custom_search_outer form input::placeholder {
  color: #595959;
}
.appen-wrap .filtered-title-container .custom_search_outer form button {
  left: 0px;
  right: unset;
}

.resourses-filter {
  display: flex;
  width: 100%;
  margin-right: -28px !important;
  position: relative;
  top: 0px;
  box-sizing: content-box;
  margin-left: 0px !important;
  max-width: 1340px;
}
.resourses-filter.blog-filters {
  margin-bottom: 60px !important;
}
.resourses-filter__top {
  width: 100%;
  position: relative;
  margin-right: 28px;
}
.resourses-filter__top.data,
.resourses-filter__top .industry {
  margin-right: 5px !important;
}
.resourses-filter__top button {
  font-size: 20px;
}
.resourses-filter .js-reset-filter:hover {
  color: #A8202A !important;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .appen-wrap .filtered-title-container {
    flex-direction: column;
  }
  .appen-wrap .filtered-title-container .custom_search_outer {
    margin-left: 0px;
    max-width: 100%;
    flex-basis: 100%;
  }
  .appen-wrap .filtered-title-container .custom_search_outer form {
    border: none;
  }

  .resourses-filter {
    flex-direction: column;
    width: 100%;
  }
  .resourses-filter__top {
    width: 100%;
  }
  .resourses-filter__top .menu-resources-filter-container {
    z-index: 1000;
  }
  .resourses-filter__top .menu-resources-filter-container .menu {
    outline: 1px solid #595959;
  }
  .resourses-filter__top .menu-resources-filter-container .menu .menu-item-has-children > a::after {
    background-image: none;
  }
  .resourses-filter .menu-resources-filter-container {
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
  }
  .resourses-filter .js-reset-filter:hover {
    color: #A8202A !important;
  }
}
@media (max-width: 767px) {
  .resourses-filter .menu > li > ul {
    background-color: #EBEBEB !important;
  }
  .resourses-filter .menu .menu-item-has-children > a.js-open {
    background-color: #EBEBEB !important;
  }
  .resourses-filter .js-reset-filter:hover {
    color: #A8202A !important;
  }
}
.resourses__cards {
  padding-top: 15px;
  margin: auto;
}
.resourses__cards .appen-wrap {
  max-width: 1340px;
  padding: 40px 10px 0 10px !important;
}
.resourses__cards .filtered-title-container {
  max-width: 1340px;
}
.resourses__cards .resourses__featured-item {
  border: 1px solid #595959;
  padding: 0 0 30px 0;
  text-decoration: none;
  background-color: none;
}
.resourses__cards .resourses__featured-item h3 {
  padding-left: 25px;
  text-transform: uppercase;
  color: #757575;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 5px;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.resourses__cards .resourses__featured-item h4 {
  padding: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #131313;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.resourses__cards .resourses__featured-item .resourses__featured-img {
  outline: 1px solid #595959;
}
.resourses__cards .resourses__featured-item .resourses__featured-about {
  padding-left: 25px;
  padding-right: 25px;
}
.resourses__cards .resourses__featured-item p {
  padding-left: 25px;
}
.resourses__cards .resourses__featured-item .resourses__read-more {
  color: red;
  padding-left: 75%;
}
.resourses__cards .resourses__featured-item .resourses__read-more::after {
  width: 31px;
  height: 24px;
  background-image: url("../img/Arrow.png");
}
.resourses__cards .resourses__featured-item[data-content-types='["blog"]'] {
  border-top: 5px solid #003B49;
}
.resourses__cards .resourses__featured-item[data-content-types='["case-studies"]'] {
  border-top: 5px solid #3D7879;
}
.resourses__cards .resourses__featured-item[data-content-types='["ebooks"]'] {
  border-top: 5px solid #C3D4CB;
}
.resourses__cards .resourses__featured-item[data-content-types='["data-sheets"]'] {
  border-top: 5px solid #A7A7A7;
}
.resourses__cards .resourses__featured-item[data-content-types='["press-release"]'] {
  border-top: 5px solid #EF4126;
}
.resourses__cards .resourses__featured-item[data-content-types='["research-papers"]'] {
  border-top: 5px solid #DD4F35;
}
.resourses__cards .resourses__featured-item[data-content-types='["webinars"]'] {
  border-top: 5px solid #153A47;
}
.resourses__cards .resourses__featured-item[data-content-types='["whitepapers"]'] {
  border-top: 5px solid #9B2E2F;
}
.resourses__cards .resourses__featured-item[data-content-types='["business"]'] {
  border-top: 5px solid #a7a7a7;
}
.resourses__cards .resourses__featured-item[data-content-types='["technology"]'] {
  border-top: 5px solid #3D7879;
}
.resourses__cards .swiper-container {
  margin-top: 50px;
}
.resourses-hero.appen-hero {
  background: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin: auto;
}
.resourses-hero .appen-wrap {
  max-width: 1340px;
  padding: 0 10px !important;
}
.resourses__search-filter {
  width: 50%;
  margin: auto;
}
.resourses__search_filter_top {
  display: none;
}

.resourses__featured {
  padding-top: 0;
  padding-bottom: 0 !important;
  background: none;
}
.resourses__featured-list {
  max-width: 1350px;
}
.resourses__featured-item.swipe-bg {
  border: 1px solid #EAEAEA;
  padding: 25px 0;
  text-decoration: none !important;
  background-color: #F4F4F4;
}
.resourses__featured-item.swipe-bg h3 {
  padding-left: 25px !important;
  text-transform: uppercase;
  color: #595959;
  font-size: 15px;
}
.resourses__featured-item.swipe-bg h4 {
  padding: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #131313;
}
.resourses__featured-item.swipe-bg .resourses__featured-img {
  outline: 1px solid #EAEAEA;
}
.resourses__featured-item.swipe-bg .resourses__read-more {
  color: red;
  padding-left: 70% !important;
}
.resourses__featured-item.swipe-bg p {
  padding-left: 25px !important;
}
.resourses__featured-item.swipe-bg .resourses__read-more::after {
  width: 31px;
  height: 24px;
  background-image: url("../img/Arrow.png");
}
.resourses__featured-item--important h3 {
  text-transform: uppercase;
  color: #595959;
  font-size: 15px;
}
.resourses__featured-item--important .resourses__read-more {
  padding-left: 90% !important;
}
.resourses__featured-item--important .resourses__read-more::after {
  width: 31px;
  height: 24px;
  background-image: url("../img/Arrow.png");
}

a.swiper-slide.recommended__featured-item span {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 25px;
  line-height: 24px;
  color: #131313;
}

.appen-hero {
  border-bottom: none !important;
}
.appen-hero.blog-hero {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 50px !important;
}
.appen-hero.blog-hero .appen-wrap {
  max-width: 1320px !important;
}
@media screen and (max-width: 480px) {
  .appen-hero.blog-hero .appen-wrap {
    padding: 0 0 !important;
  }
}
.appen-hero.blog-hero p {
  font-size: 20px;
  font-weight: bold;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
.appen-hero.blog-hero .appen-col-6 {
  flex-basis: unset !important;
}
.appen-hero.blog-hero .blog-hero__col {
  padding-top: 10em !important;
}
@media screen and (max-width: 960px) {
  .appen-hero.blog-hero .blog-hero__col {
    padding-top: 3em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .appen-hero.blog-hero .blog-hero__col {
    padding-top: 3em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .appen-hero.blog-hero .blog-hero__col_img {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .appen-hero.blog-hero .blog-hero__col_img {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.appen-hero.blog-hero h1 {
  font-size: 40px;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 960px) {
  .appen-hero.blog-hero h1 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 480px) {
  .appen-hero.blog-hero h1 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .appen-hero.blog-hero p.subtitle {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 960px) {
  .appen-hero.blog-hero p.subtitle {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 480px) {
  .appen-hero.blog-hero p.subtitle {
    padding-left: 5px !important;
  }
}
.appen-hero__date::before {
  content: unset !important;
}
.appen-hero .blog-wrap {
  height: auto;
  background-color: #C3D4CB !important;
}
@media screen and (max-width: 1366px) {
  .appen-hero .blog-wrap {
    overflow: clip;
  }
}
@media screen and (max-width: 426px) {
  .appen-hero .blog-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.appen-hero .blog-wrap2 {
  background-color: #EAEAEA !important;
}
@media screen and (max-width: 960px) {
  .appen-hero .blog-wrap2 {
    overflow: clip !important;
  }
}
@media screen and (max-width: 426px) {
  .appen-hero .blog-wrap2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.appen-hero .blog-wrap:after, .appen-hero .blog-wrap2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #757575;
}
.appen-hero__date {
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.appen-hero__date time::before {
  background-image: none !important;
}
@media screen and (max-width: 960px) {
  .appen-hero__date {
    padding-left: 25px !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .appen-hero__date {
    padding-top: 0 !important;
    padding-left: 5px !important;
  }
}
.appen-hero-img {
  width: 105% !important;
}
@media screen and (max-width: 480px) {
  .appen-hero-img {
    width: auto !important;
  }
}
.appen-hero-img img {
  height: auto;
}
@media screen and (max-width: 480px) {
  .appen-hero-img img {
    width: 100% !important;
  }
}
.appen-aside {
  position: relative;
  top: 0px;
}
.appen-callout__1 {
  border: 1px solid #131313;
  text-align: left;
  font-size: 125px !important;
  line-height: 35px;
  padding: 170px 70px 40px 30px;
}
.appen-callout__1 .appen-big__number {
  font-size: 110px !important;
  line-height: 40px;
  color: #000000;
}
.appen-callout__2 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.appen-callout_text1, .appen-callout_text2, .appen-callout_text3 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.appen-blog-quote {
  font-size: 30px;
  line-height: 34px;
  margin: 50px 0;
}
@media screen and (max-width: 960px) {
  .appen-blog-quote {
    margin: 50px 50px !important;
  }
}
@media screen and (max-width: 480px) {
  .appen-blog-quote {
    margin: 50px 0 !important;
  }
}
.appen-blog-quote__text {
  font-style: italic;
}
.appen-blog-quote::before {
  content: open-quote;
  color: #757575;
  font-size: 150px;
  font-style: italic;
  position: relative;
  top: 60px;
  left: -10%;
}
.appen-blog-quote::after {
  content: close-quote;
  color: #757575;
  font-size: 150px;
  font-style: italic;
  position: relative;
  top: 50px;
  right: -80%;
}
.appen-tags {
  margin: 100px 0;
}
@media screen and (max-width: 480px) {
  .appen-tags {
    margin: 100px 55px;
  }
}
@media screen and (max-width: 400px) {
  .appen-tags {
    margin: 100px 35px;
  }
}
@media screen and (max-width: 355px) {
  .appen-tags {
    margin: 100px 10px;
  }
}
.appen-tagbox {
  text-transform: capitalize;
}
.appen-taglink {
  padding: 2px;
  line-height: 50px;
}
.appen-tagbox a, .appen-tagbox a:visited, .appen-tagbox a:active {
  font-size: small;
  font-weight: b old;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 12px;
  outline: 1px solid #131313;
  color: #131313;
}
.appen-tagbox a:hover {
  color: #FFFFFF;
  background-color: #131313;
  border-radius: 12px;
}

.social-media__wrap {
  width: auto;
}
@media screen and (max-width: 960px) {
  .social-media__wrap {
    padding-top: 50px !important;
    background-color: black;
  }
}
.social-media__wrap .social-media__container {
  display: flex;
  flex-flow: row;
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 200px;
}
@media screen and (max-width: 960px) {
  .social-media__wrap .social-media__container {
    right: unset !important;
    left: 40% !important;
  }
}
@media screen and (max-width: 480px) {
  .social-media__wrap .social-media__container {
    right: unset !important;
    left: 25% !important;
    width: 50% !important;
  }
}
.social-media__wrap .social-media__container .social-media__icon {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
}
.social-media__wrap .social-media__container .social-media__icon img {
  width: 50px;
  height: 50px;
}

.blog-single-content-wrap.appen-wrap {
  max-width: 1320px !important;
}
.blog-single-content-wrap h2, .blog-single-content-wrap h3, .blog-single-content-wrap h4, .blog-single-content-wrap h5, .blog-single-content-wrap h6 {
  color: #131313;
  margin: 30px 0 5px;
}

.recommended {
  padding: 0 25px;
  background-color: unset;
}
@media screen and (max-width: 480px) {
  .recommended {
    padding: 0 !important;
  }
  .recommended__bottom {
    display: none;
  }
}
.recommended .appen-wrap {
  max-width: 1320px !important;
}
.recommended__cards .recommended__featured-item {
  border: 1px solid #595959;
  padding: 0 0 30px 0;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .recommended__cards .recommended__featured-item {
    margin: 10px 10px;
    max-width: 400px;
    min-width: 288px;
  }
}
.recommended__cards .recommended__featured-item h1 {
  padding-left: 25px;
  text-transform: uppercase;
  color: #757575;
  font-size: 15px;
  padding-top: 15px !important;
}
.recommended__cards .recommended__featured-item h1 {
  padding: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #131313;
}
.recommended__cards .recommended__featured-item .recommended__featured-img {
  border: 1px solid #595959;
}
.recommended__cards .recommended__featured-item .recommended__featured-about {
  padding-left: 25px;
  padding-right: 25px;
}
.recommended__cards .recommended__featured-item p {
  padding-left: 25px;
}
.recommended__cards .recommended__featured-item .recommended__read-more {
  color: red;
  padding-left: 75%;
}
.recommended__cards .recommended__featured-item .recommended__read-more::after {
  width: 31px;
  height: 24px;
  background-image: url("../img/Arrow.png");
}
.recommended__cards .recommended__featured-list {
  flex-wrap: wrap;
}
.recommended__cards .recommended__featured-item[data-content-types='["blog"]'] {
  border-top: 5px solid #003B49;
}
.recommended__cards .recommended__featured-item[data-content-types='["case-studies"]'] {
  border-top: 5px solid #3D7879;
}
.recommended__cards .recommended__featured-item[data-content-types='["ebooks"]'] {
  border-top: 5px solid #C3D4CB;
}
.recommended__cards .recommended__featured-item[data-content-types='["data-sheets"]'] {
  border-top: 5px solid #A7A7A7;
}
.recommended__cards .recommended__featured-item[data-content-types='["press-release"]'] {
  border-top: 5px solid #EF4126;
}
.recommended__cards .recommended__featured-item[data-content-types='["research-papers"]'] {
  border-top: 5px solid #DD4F35;
}
.recommended__cards .recommended__featured-item[data-content-types='["webinars"]'] {
  border-top: 5px solid #153A47;
}
.recommended__cards .recommended__featured-item[data-content-types='["whitepapers"]'] {
  border-top: 5px solid #9B2E2F;
}
.recommended__cards .recommended__featured-item[data-content-types='["business"]'] {
  border-top: 5px solid #a7a7a7;
}
.recommended__cards .recommended__featured-item[data-content-types='["technology"]'] {
  border-top: 5px solid #3D7879;
}
.recommended__cards .all-button {
  margin-left: 90% !important;
  border: 1px solid #595959 !important;
  border-radius: 20px;
  position: relative !important;
  top: -50px !important;
}
.recommended__cards .swiper-container {
  margin-top: -25px !important;
}
@media screen and (max-width: 960px) {
  .recommended__cards .swiper-container {
    padding-top: 30px;
  }
  .recommended__cards .swiper-container .swiper-wrapper {
    display: flex !important;
    flex-flow: row;
    flex-wrap: wrap;
  }
}

#appen_main.pre-labeled-datasets .table-heading h2, #appen_main.pre-labeled-datasets .modal-title {
  color: #131313;
}

body.page-id-34759 #back_to_top {
  bottom: 80px;
}

.pre-labeled-datasets .prelabeled-modal {
  display: none;
}
.pre-labeled-datasets .prelabeled-modal .modal-dialog {
  margin-top: 15%;
}
.pre-labeled-datasets .prelabeled-modal .additional-info {
  font-family: "AppenBold";
}
.pre-labeled-datasets .prelabeled-modal .modal-title {
  font-family: "AppenBold";
}
.pre-labeled-datasets span.appen-orange {
  color: #EF4126;
}
.pre-labeled-datasets .frm_search {
  width: 300px;
  height: 64px;
  border-radius: 30px;
  color: #131313;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 52px;
}
.pre-labeled-datasets .frm_search::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #131313;
  font-size: 18px;
  opacity: 1;
  /* Firefox */
}
.pre-labeled-datasets .frm_search:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #131313;
  font-size: 18px;
  opacity: 1;
  /* Firefox */
}
.pre-labeled-datasets .frm_search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #131313;
  font-size: 18px;
  opacity: 1;
  /* Firefox */
}
.pre-labeled-datasets .frm_search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #131313;
  font-size: 18px;
}
.pre-labeled-datasets .frm_search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #131313;
  font-size: 18px;
}
.pre-labeled-datasets .dataTables_info {
  margin: 30px 0 30px 0;
}
.pre-labeled-datasets .dataTables_info strong {
  font-family: "AppenBold";
}
.pre-labeled-datasets .paginate_button {
  color: #131313;
  margin: 0 10px;
}
.pre-labeled-datasets .paginate_button.previous, .pre-labeled-datasets .paginate_button.next, .pre-labeled-datasets .paginate_button.current {
  color: #EF4126;
}
.pre-labeled-datasets .dataTables_wrapper .dataTables_paginate {
  text-align: center;
  margin-bottom: 30px;
}
.pre-labeled-datasets .resourses-filter {
  justify-content: space-between;
  margin: 0 !important;
  left: 0;
  transform: none;
  max-width: initial;
  padding-top: 35px;
}
.pre-labeled-datasets .resourses-filter .resourses-filter__top {
  width: auto;
  margin-right: 0;
  flex-basis: 18%;
}
.pre-labeled-datasets .resourses-filter .resourses-filter__top button {
  font-size: 18px;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  padding: 17px;
  width: 100%;
  line-height: 1;
}
.pre-labeled-datasets .resourses-filter .resourses-filter__top button:after {
  position: absolute;
  right: 10px;
  top: 46%;
}
.pre-labeled-datasets .resourses-filter__active {
  border-left: none;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
.pre-labeled-datasets .dataTables_filter, .pre-labeled-datasets .dataTables_length, .pre-labeled-datasets .paginate_button.first, .pre-labeled-datasets .paginate_button.last {
  display: none;
}
.pre-labeled-datasets .sort-datatable {
  margin-left: 20px;
  font-family: "AppenBold";
}
.pre-labeled-datasets .table-heading {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.pre-labeled-datasets .table-heading h2 {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .pre-labeled-datasets .table-heading {
    display: flex;
  }
}
.pre-labeled-datasets .x-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
.pre-labeled-datasets .filter_wrap {
  position: relative;
  width: 100%;
  height: 108px;
}
.pre-labeled-datasets .table_head_mobile {
  display: none;
  text-align: right;
  color: #4B4F54;
  border: 0;
  font-family: "Grotesque";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding: 20px;
  font-weight: 400;
}
.pre-labeled-datasets table.dataTable tbody td a.add_quote, .pre-labeled-datasets table.dataTable tbody td a.remove_quote {
  color: #EF4126;
  text-transform: uppercase;
  font-family: "AppenBold";
  display: block;
  line-height: 1;
}
.pre-labeled-datasets .catalog_table_search_form {
  position: relative;
}
.pre-labeled-datasets .custom_search_outer form button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  box-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4133 12.883L18.8901 18.3599C19.0366 18.5063 19.0366 18.7436 18.8902 18.8901C18.8169 18.9634 18.721 19 18.625 19C18.5291 19 18.4331 18.9634 18.3599 18.8901L12.883 13.4133C11.6199 14.5509 9.95464 15.25 8.12501 15.25C4.1963 15.25 1 12.0537 1 8.12501C1 4.1963 4.1963 1 8.12501 1C12.0537 1 15.25 4.1963 15.25 8.12498C15.25 9.95461 14.5509 11.6199 13.4133 12.883ZM1.75002 8.12501C1.75002 11.6403 4.61012 14.5 8.12501 14.5C11.6399 14.5 14.5 11.6403 14.5 8.12501C14.5 4.60974 11.6399 1.74999 8.12501 1.74999C4.61012 1.74999 1.75002 4.60977 1.75002 8.12501Z' fill='%23A2AAAD'/%3e%3cpath d='M18.8901 18.3599L18.5366 18.7134L18.5366 18.7135L18.8901 18.3599ZM13.4133 12.883L13.0418 12.5484L12.7242 12.901L13.0597 13.2365L13.4133 12.883ZM18.8902 18.8901L19.2436 19.2438L19.2438 19.2436L18.8902 18.8901ZM18.3599 18.8901L18.0063 19.2437L18.0063 19.2437L18.3599 18.8901ZM12.883 13.4133L13.2366 13.0597L12.901 12.7242L12.5484 13.0418L12.883 13.4133ZM15.25 8.12498L15.75 8.12498L15.75 8.12497L15.25 8.12498ZM19.2437 18.0063L13.7668 12.5294L13.0597 13.2365L18.5366 18.7134L19.2437 18.0063ZM19.2438 19.2436C19.5854 18.9019 19.5855 18.348 19.2436 18.0063L18.5366 18.7135C18.4878 18.6646 18.4878 18.5854 18.5366 18.5366L19.2438 19.2436ZM18.625 19.5C18.8483 19.5 19.073 19.4143 19.2436 19.2438L18.5367 18.5365C18.5608 18.5124 18.5936 18.5 18.625 18.5V19.5ZM18.0063 19.2437C18.177 19.4144 18.4018 19.5 18.625 19.5V18.5C18.6563 18.5 18.6892 18.5123 18.7134 18.5366L18.0063 19.2437ZM12.5295 13.7668L18.0063 19.2437L18.7134 18.5366L13.2366 13.0597L12.5295 13.7668ZM8.12501 15.75C10.0849 15.75 11.8678 15.0005 13.2176 13.7848L12.5484 13.0418C11.3721 14.1012 9.82441 14.75 8.12501 14.75V15.75ZM0.5 8.12501C0.5 12.3299 3.92016 15.75 8.12501 15.75V14.75C4.47244 14.75 1.5 11.7776 1.5 8.12501H0.5ZM8.12501 0.5C3.92016 0.5 0.5 3.92016 0.5 8.12501H1.5C1.5 4.47244 4.47244 1.5 8.12501 1.5V0.5ZM15.75 8.12497C15.75 3.92016 12.3299 0.5 8.12501 0.5V1.5C11.7776 1.5 14.75 4.47244 14.75 8.12498L15.75 8.12497ZM13.7848 13.2176C15.0005 11.8678 15.75 10.0848 15.75 8.12498H14.75C14.75 9.82439 14.1012 11.3721 13.0418 12.5484L13.7848 13.2176ZM8.12501 14C4.88625 14 2.25002 11.3641 2.25002 8.12501H1.25002C1.25002 11.9164 4.334 15 8.12501 15V14ZM14 8.12501C14 11.3641 11.3638 14 8.12501 14V15C11.916 15 15 11.9164 15 8.12501H14ZM8.12501 2.24999C11.3638 2.24999 14 4.8859 14 8.12501H15C15 4.33358 11.916 1.24999 8.12501 1.24999V2.24999ZM2.25002 8.12501C2.25002 4.88593 4.88625 2.24999 8.12501 2.24999V1.24999C4.33399 1.24999 1.25002 4.33362 1.25002 8.12501H2.25002Z' fill='%23A2AAAD'/%3e%3c/svg%3e ");
}
.pre-labeled-datasets .js-ots-filter {
  /*a.btn_curved span {
      z-index: 1;
      position: absolute;
      font-weight: inherit;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      color: #000;
      width: 25px;
      height: 25px;
      text-align: center;
      background-color: #FFF;
      border-radius: 100%;
      line-height: 28px;
  }*/
}
.pre-labeled-datasets .js-ots-filter a.btn_curved, .pre-labeled-datasets .js-ots-filter a.btn_curved:hover {
  display: block;
  position: relative;
  padding: 15px 50px 15px 25px;
  color: #EF4126;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.4375px;
  transition: all 0.2s;
  float: right;
  text-transform: uppercase;
  font-family: "AppenBold";
}
@media screen and (min-width: 768px) {
  .pre-labeled-datasets .js-ots-filter a.btn_curved, .pre-labeled-datasets .js-ots-filter a.btn_curved:hover {
    font-size: 24px;
  }
}
.pre-labeled-datasets .cards thead {
  display: none;
}
.pre-labeled-datasets .cards .dataset-product-type {
  font-size: 20px;
  color: #898989;
}
.pre-labeled-datasets .cards .dataset-title {
  font-size: 24px;
  color: #131313;
  font-family: "AppenBold";
}
.pre-labeled-datasets .cards .dataset-label {
  font-family: "AppenBold";
  display: block;
}
.pre-labeled-datasets .cards .play-audio a {
  float: right;
  color: #003B49;
}
.pre-labeled-datasets .cards td:before {
  content: attr(data-label);
  position: relative;
  float: left;
  color: #808080;
  min-width: 4rem;
  margin-left: 0;
  margin-right: 1rem;
  text-align: left;
}
.pre-labeled-datasets .cards tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pre-labeled-datasets .cards tbody tr {
  flex-basis: 100%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  margin-bottom: 40px;
}
.pre-labeled-datasets .cards tbody tr.ots-text {
  border-top: 5px solid #227A7A;
}
.pre-labeled-datasets .cards tbody tr.ots-sound {
  border-top: 5px solid #BFD5CA;
}
.pre-labeled-datasets .cards tbody tr.js-selected {
  background: #DCDCDC;
}
@media screen and (min-width: 768px) {
  .pre-labeled-datasets .cards tbody tr {
    flex-basis: 31%;
  }
}
.pre-labeled-datasets .cards tbody td {
  display: block;
  border-top: none;
}
.pre-labeled-datasets .dataTables_wrapper a .arrow::after {
  content: "\f178";
  width: 56px;
  height: 52px;
  background: #EF4126;
  position: absolute;
  font-family: "FontAwesome";
  color: #FFFFFF;
  font-size: 28px;
  padding: 11px 7px 0 11px;
  top: 0px;
  left: -50px;
  margin-top: 0;
  line-height: 1;
}
.pre-labeled-datasets a.add_quote {
  position: relative;
}
.pre-labeled-datasets a.add_quote .arrow::after {
  font-size: 20px;
  content: "\f061";
  background: transparent;
  color: #EF4126;
  left: auto;
  right: 0;
  top: -3px;
  width: 18px;
  height: 22px;
  padding: 0;
}
.pre-labeled-datasets a.remove_quote {
  position: relative;
}
.pre-labeled-datasets a.remove_quote .remove:after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f00d";
  background: transparent;
  color: #EF4126;
  left: auto;
  right: 0;
  top: -3px;
  width: 18px;
  height: 22px;
  padding: 0;
  margin-top: 0;
  line-height: 1;
}
.pre-labeled-datasets .request_wrap.fixed {
  background: #DCDCDC;
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 20;
  bottom: 0;
  padding-bottom: 0;
}
.pre-labeled-datasets .request_wrap.fixed .request_wrap_inner {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pre-labeled-datasets .request_wrap.fixed .request_wrap_inner span {
  font-family: "AppenBold";
}
@media screen and (min-width: 768px) {
  .pre-labeled-datasets .request_wrap.fixed .request_wrap_inner {
    height: 80px;
  }
  .pre-labeled-datasets .request_wrap.fixed .request_wrap_inner span {
    font-size: 24px;
  }
}

body.page-id-31434 {
  background: #787878 !important;
}
body.page-id-31434 #appen_main h1, body.page-id-31434 #appen_main h2 {
  color: #FFFFFF;
}

.product-catalog .mktoForm .mktoFormRow {
  max-width: none;
}
.product-catalog .mktoForm .mktoLabel em {
  padding-left: 0;
}
.product-catalog .mktoForm {
  left: 0;
  max-width: none;
}
.product-catalog .mktoForm #LblPersonal_Data_Processing_Confirmation__c.mktoLabel, .product-catalog .mktoForm #LblEmail_Consent__c.mktoLabel {
  padding-top: 0;
  font-family: "AppenBold";
  line-height: 1;
}
.product-catalog .mktoForm #LblPersonal_Data_Processing_Confirmation__c.mktoLabel span, .product-catalog .mktoForm #LblEmail_Consent__c.mktoLabel span {
  line-height: 1;
}
.product-catalog .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  color: #FFFFFF;
  background: #131313;
  border: 1px solid #131313;
  padding: 1em 4em;
  font-size: 1em;
  box-shadow: none;
  background-color: #131313;
  background-image: none;
  border-radius: 0;
  font-family: "AppenBold";
}
.product-catalog .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
  border: 1px solid #131313;
  background: #FFFFFF;
  color: #131313;
  text-shadow: none;
}
.product-catalog .catalog_flex {
  display: flex;
  padding-top: 100px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .product-catalog .catalog_flex {
    padding-top: 160px;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.product-catalog h1 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 30px 0;
}
.product-catalog h1.desktop {
  display: none;
}
.product-catalog h1.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-catalog h1 {
    font-size: 63px;
    margin: 0 0 60px 0;
  }
  .product-catalog h1.mobile {
    display: none;
  }
  .product-catalog h1.desktop {
    display: block;
  }
}
.product-catalog .catalog_cart_list_delete:before {
  width: 20px;
  height: 15px;
  display: block;
  content: "\f1f8";
  font-family: "FontAwesome";
  font-size: 1rem;
  line-height: 1rem;
  color: #FFFFFF;
}
.product-catalog span.appen-sage {
  color: #BFD5CA;
}
.product-catalog .catalog_cart_form {
  flex-basis: 60%;
}
.product-catalog .mktoForm select.mktoField {
  min-height: 47px !important;
}
.product-catalog .catalog_cart_list {
  flex-basis: 40%;
}
.product-catalog .catalog_cart_list p {
  color: #FFFFFF;
}
.product-catalog .catalog_cart_list p.bold {
  padding-top: 50px;
  font-family: "AppenBold";
}
.product-catalog .catalog_cart_list table th, .product-catalog .catalog_cart_list table td {
  border-top: 0;
  padding: 0;
}
.product-catalog .catalog_cart_list h2 {
  font-size: 24px;
  padding-bottom: 30px;
}
.product-catalog .catalog_cart_list table {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 30px;
}
.product-catalog .catalog_cart_list table td {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "AppenBold";
  padding-bottom: 10px;
}
.product-catalog .catalog_cart_list table tr:last-of-type td {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .product-catalog .catalog_cart_list {
    padding-left: 62px;
  }
  .product-catalog .catalog_cart_list h2 {
    padding-bottom: 50px;
  }
}

.appen-difference-component {
  position: relative;
}
.appen-difference-component figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .appen-difference-component figure {
    position: relative;
  }
}
.appen-difference-component h2, .appen-difference-component figcaption {
  position: absolute;
  right: 60px;
  z-index: 2;
  top: 105px;
  width: 140px;
  font-size: 28px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .appen-difference-component h2, .appen-difference-component figcaption {
    top: 37%;
    left: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .appen-difference-component h2, .appen-difference-component figcaption {
    top: 35%;
    font-size: 48px;
    width: 245px;
  }
}
.appen-difference-component ul::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.appen-difference-component ul.nav-tabs {
  border: none;
  margin: 0;
  flex-wrap: wrap;
  padding-top: 234px;
  justify-content: center;
}
.appen-difference-component ul.nav-tabs li.nav-item {
  display: flex;
  align-items: center;
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link {
  border: none;
  opacity: 0.25;
  text-transform: uppercase;
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link:hover {
  cursor: pointer;
  border: none;
  opacity: 1;
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link.active {
  background: transparent;
  color: inherit;
  border: none;
  opacity: 1;
  font-family: "AppenMedium";
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link.active {
    border: 2px solid #fff;
  }
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link .subtitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link {
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 40px 12px;
  }
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link .subtitle {
    display: block;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link {
    font-size: 32px;
  }
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link .subtitle {
    font-size: 16px;
  }
}
.appen-difference-component ul.nav-tabs li.nav-item:after {
  content: "|";
  opacity: 0.25;
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item:after {
    content: "";
  }
}
.appen-difference-component ul.nav-tabs li.nav-item:last-of-type:after {
  content: "";
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item {
    flex-basis: 33%;
  }
}
.appen-difference-component ul.nav-tabs.desktop-tabs {
  display: none;
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs {
    padding-top: 80px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .appen-difference-component ul.nav-tabs.desktop-tabs {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .appen-difference-component ul.nav-tabs {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.appen-difference-component .tab-pane {
  padding-bottom: 40px;
  padding-top: 16px;
}
.appen-difference-component .tab-pane .tab-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane .tab-image {
    position: relative;
    width: 50%;
    padding-top: 80px;
  }
}
.appen-difference-component .tab-pane .tab-copy-square {
  width: 200px;
  height: 200px;
  border: 4px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 15px;
  margin-bottom: 20px;
  margin-left: 18px;
}
.appen-difference-component .tab-pane .tab-copy-square h3 {
  font-family: "AppenBold";
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane .tab-copy-square {
    display: none;
  }
}
.appen-difference-component .tab-pane .tab-description {
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane .tab-description {
    width: 50%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .appen-difference-component .tab-pane .tab-description {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .appen-difference-component .tab-pane .tab-inner-content {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-buttons {
    display: none;
  }
}

#appen_main .awards-carousel.banner-carousel {
  padding: 40px 4%;
}
@media (min-width: 1400px) {
  #appen_main .awards-carousel.banner-carousel {
    padding: 80px 130px;
  }
}
#appen_main .awards-carousel.banner-carousel h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 66px;
  color: #595959;
}
#appen_main .awards-carousel.banner-carousel .awards-carousel-container {
  display: flex;
}
#appen_main .awards-carousel.banner-carousel .awards-carousel-container .content-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#appen_main .awards-carousel.banner-carousel .awards-carousel-container .content-image .award-logo {
  margin-bottom: 10px;
  height: 100%;
  max-height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#appen_main .awards-carousel.banner-carousel .awards-carousel-container .award-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #131313;
}
#appen_main .awards-carousel.banner-carousel .awards-carousel-container .award-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #131313;
}

body.home .customer-logos-section h2 {
  font-family: "AppenBold";
}
body.home .customer-logos-section ul {
  padding: 0;
}
body.home .customer-logos-section ul li {
  flex: 0 0 33%;
}
@media screen and (min-width: 768px) {
  body.home .customer-logos-section ul li {
    flex: 1 0 13%;
  }
}
@media screen and (min-width: 992px) {
  body.home .customer-logos-section {
    padding: 40px 4% 40px 4%;
  }
}
@media screen and (min-width: 1400px) {
  body.home .customer-logos-section {
    padding: 80px 130px;
  }
}

.customer-logos-section {
  padding: 30px 0 45px 0;
  background: #FFFFFF;
}
.customer-logos-section.has-subtitle h2 {
  margin-bottom: 10px;
}
.customer-logos-section p.subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.customer-logos-section h2 {
  text-align: center;
  margin-bottom: 45px;
  font-size: 23px;
}
.customer-logos-section ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-items: center;
  margin-left: 0;
  padding: 0 70px;
  row-gap: 30px;
}
.customer-logos-section ul li {
  flex: 50%;
  padding: 0 8%;
  text-align: center;
}
.customer-logos-section ul li img {
  max-height: 90px;
}
@media screen and (min-width: 768px) {
  .customer-logos-section {
    padding: 40px 4%;
  }
  .customer-logos-section h2 {
    font-size: 32px;
  }
  .customer-logos-section ul {
    row-gap: 20px;
    padding: 0;
  }
  .customer-logos-section ul li {
    flex: 1 0 13%;
    padding: 0 15px;
  }
  .customer-logos-section ul li img {
    max-height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .customer-logos-section {
    padding: 40px 100px 100px 100px;
  }
  .customer-logos-section ul li {
    padding: 0 25px;
  }
}
.customer-logos-section.small h2 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin-left: 20px;
  color: #000000 !important;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .customer-logos-section.small h2 {
    padding: 0 4%;
    margin-left: 0px;
  }
}

@media screen and (min-width: 1400px) {
  body.home .customer-logos-section.small {
    padding-top: 0;
  }
}

@media (max-width: 1100px) {
  #ubermenu-nav-main-6 {
    justify-content: space-around;
  }
}
#ubermenu-nav-main-6 .ubermenu-submenu ul.ubermenu-row li.ubermenu-item {
  width: 100%;
  display: block;
  float: none;
  min-width: 0;
}
#ubermenu-nav-main-6 .ubermenu-submenu ul.ubermenu-row li.ubermenu-item a.ubermenu-target {
  color: #FFFFFF;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 1em;
  }
  #ubermenu-nav-main-6 li.ubermenu-item:last-child {
    margin-right: 0em !important;
  }
}
@media (max-width: 767px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    width: 45%;
    margin-top: 0.6em;
    margin-right: 0.5em;
  }
}
@media (min-width: 912px) and (max-width: 1024px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    width: 6.8em;
  }
}
@media (max-width: 280px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    padding-right: 0.3em;
  }
}
#ubermenu-nav-main-6 li.col-sep {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #ubermenu-nav-main-6 li.col-sep {
    display: none;
  }
}
@media (min-width: 768px) {
  #ubermenu-nav-main-6 li.col-sep {
    flex-basis: 7em !important;
    flex-grow: 0 !important;
  }
}
#ubermenu-nav-main-6 li.col-sep .ubermenu-submenu {
  width: 4em;
  height: 90%;
  border-right: 0.06em solid #757575;
}
#ubermenu-nav-main-6 li.mobile-sep {
  width: 100%;
  height: 0.06em;
  border-bottom: 0.06em solid #595959;
}
@media (min-width: 768px) {
  #ubermenu-nav-main-6 li.mobile-sep {
    display: none;
  }
}
#ubermenu-nav-main-6 li.ubermenu-item ul.ubermenu-row li.ubermenu-item span.ubermenu-target {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
#ubermenu-nav-main-6 li.ubermenu-item ul.ubermenu-row li.ubermenu-item ul.ubermenu-submenu {
  width: auto;
  min-width: unset;
}

@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links a.x-anchor {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 414px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links a.x-anchor {
    margin: 5px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links a.x-anchor {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .mn97-r {
    margin-right: 0em;
    width: 55%;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .mn97-r {
    width: unset;
  }
}
@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 125px;
    height: 43px;
    margin-right: 98px;
  }
}
@media (max-width: 458px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 118px;
    margin-right: 35px;
    padding: 6px 0;
  }
}
@media (max-width: 390px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    margin-right: 20px;
  }
}
@media (max-width: 375px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    margin-right: 13px;
  }
}
@media (max-width: 360px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 110px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 38%;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links {
    margin-right: 0px;
    width: 156px;
    height: 47px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links {
    width: 140px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .x-content-area .x-section .x-row-inner .x-anchor .x-image img {
    width: 0.65em;
    height: 0.65em;
  }
}
.x-bar-footer .x-bar-content .x-bar-container a.x-anchor.x-anchor-button {
  text-decoration: none;
}
.x-bar-footer .x-bar-content .x-bar-container a.x-anchor.x-anchor-button .x-anchor-content span.x-anchor-text-primary {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container {
    padding: 0 2.5em;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container {
    padding: 0 1.5em;
  }
}

.x-bar-footer .x-bar-content .x-bar-container a.x-anchor.x-anchor-button.join-crowd .x-anchor-content:hover {
  background-color: #BFD5CA;
}

footer .x-bar-footer .x-bar-content .x-bar-container {
  padding-right: 25px;
  padding-left: 25px;
}

.get-in-touch.page-section {
  display: flex;
  flex-direction: column;
}
.get-in-touch.page-section .left-content {
  flex-basis: 33.333%;
  background-color: #595959;
  padding: 70px 30px;
  color: #ffffff;
}
.get-in-touch.page-section .left-content h2 {
  font-size: 1.75rem;
  color: #FFFFFF !important;
  margin-bottom: 30px;
}
.get-in-touch.page-section .left-content p {
  font-size: 1rem;
}
.get-in-touch.page-section .left-content .vertical {
  display: -ms-flexbox;
  display: none;
  flex-direction: column;
  margin-top: 100px;
}
.get-in-touch.page-section .left-content .vertical .nav-item .nav-link {
  font-size: 1.25rem;
  color: #dcdcdc;
  margin-bottom: 8px;
  cursor: pointer;
  padding: 10px 0px;
}
.get-in-touch.page-section .left-content .vertical .nav-item .nav-link:hover {
  border: none;
}
.get-in-touch.page-section .left-content .vertical .nav-item .nav-link.active {
  color: #bfd5ca;
  font-weight: bold;
  background: transparent;
  border: none;
}
.get-in-touch.page-section .right-content {
  flex-basis: 66.666%;
  background: #FFFFFF;
}
.get-in-touch.page-section .right-content .tab-pane {
  border: none !important;
  display: block;
}
.get-in-touch.page-section .right-content .tab-pane h3 {
  padding: 15px 0;
  font-size: 2rem;
  color: #131313;
  font-family: "AppenRegular";
}
.get-in-touch.page-section .right-content .tab-pane .card-header {
  background: #757575;
  border-radius: 0 !important;
  border: 1px solid #A7A7A7;
}
.get-in-touch.page-section .right-content .tab-pane .card-header h5 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.get-in-touch.page-section .right-content .tab-pane .card-header h5 a {
  font-size: 1rem;
  font-family: "AppenBold";
  display: flex;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
  justify-content: space-between;
}
.get-in-touch.page-section .right-content .tab-pane .card-header h5 a::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #FFFFFF;
  font-size: 1.5rem;
}
.get-in-touch.page-section .right-content .tab-pane .card-header h5 a[aria-expanded=true] {
  color: #FFFFFF;
}
.get-in-touch.page-section .right-content .tab-pane .card-header h5 a[aria-expanded=true]::after {
  color: #FFFFFF;
  transform: rotate(180deg);
}
.get-in-touch.page-section .right-content .mktoForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  flex-direction: row;
  background: #fff !important;
  left: 0;
  margin-top: 0 !important;
  padding: 0 0 45px !important;
  position: relative;
  width: 100% !important;
}
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:first-of-type,
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(2),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(9),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(10),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(11),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(12),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(13),
.get-in-touch.page-section .right-content .mktoForm .mktoButtonRow {
  width: 100%;
  max-width: 100%;
}
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  clear: both;
}
.get-in-touch.page-section .right-content .mktoForm label.mktoLabel {
  color: #000000;
  display: inline-block !important;
  float: none !important;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-size: 14.4px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  width: auto !important;
}
.get-in-touch.page-section .right-content .mktoForm #LblEmail_Consent__c,
.get-in-touch.page-section .right-content .mktoForm #LblPersonal_Data_Processing_Confirmation__c {
  margin-left: 50px !important;
  width: 90% !important;
}
.get-in-touch.page-section .right-content .mktoForm input[type=checkbox] {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(2) .mktoLogicalField.mktoCheckboxList label,
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(12) .mktoLogicalField.mktoCheckboxList label,
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(13) .mktoLogicalField.mktoCheckboxList label {
  position: relative !important;
  margin-left: 0 !important;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left 30px top;
  min-height: 40px !important;
  font-size: 14px;
  padding-top: 7px;
  cursor: pointer;
  left: 15px;
}
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(2) .mktoLogicalField.mktoCheckboxList {
  position: relative !important;
  width: 100% !important;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  column-fill: balance;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
  border: none !important;
}
.get-in-touch.page-section .right-content .mktoForm input[type=text],
.get-in-touch.page-section .right-content .mktoForm input[type=tel],
.get-in-touch.page-section .right-content .mktoForm input[type=email],
.get-in-touch.page-section .right-content .mktoForm select.mktoField,
.get-in-touch.page-section .right-content .mktoForm textarea.mktoField {
  background: #f9f9f9 !important;
  border: 1px solid #e3e3e3 !important;
}
.get-in-touch.page-section .right-content .mktoForm select.mktoField {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.9979 6.36396L1.63394 0L0.219727 1.41421L6.58369 7.77817L7.9979 9.19239L9.41211 7.77817L15.7761 1.41421L14.3619 0L7.9979 6.36396Z' fill='%23EF4126'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px top 50%, 0 0 !important;
  background-size: 16px 10px !important;
}
.get-in-touch.page-section .right-content .mktoForm input[type=checkbox] {
  padding: 0 !important;
  position: relative;
  width: auto !important;
  float: left;
}
.get-in-touch.page-section .right-content .mktoForm input[type=checkbox] + label:before {
  background: #f9f9f9 !important;
  border: 1px solid #ebebeb !important;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: center;
  content: "";
  position: absolute;
  border: 1px solid #4b4f54;
  height: 20px;
  left: 2px;
  top: 7px;
  width: 20px;
  box-shadow: none;
}
.get-in-touch.page-section .right-content .mktoForm input[type=checkbox]:checked + label:before {
  background-repeat: no-repeat !important;
  background-color: #ef4126 !important;
  border-color: #ef4126 !important;
  background-position: 2px 4px !important;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='10px' viewBox='0 0 13 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Contact-Us' transform='translate(-178.000000,-1550.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(174.000000,704.000000)'%3E%3Cpath d='M15.6315789,846 L17,847.428571 L8.78947368,856 L4,851 L5.36842105,849.571429 L8.789,853.143 L15.6315789,846 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(12) .mktoFieldDescriptor label.mktoLabel,
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(13) .mktoFieldDescriptor label.mktoLabel {
  padding-left: 50px;
}
.get-in-touch.page-section .right-content .mktoForm .mktoButtonRow {
  max-width: 400px;
  width: 50%;
  clear: both;
  position: relative;
}
.get-in-touch.page-section .right-content .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0px !important;
}
.get-in-touch.page-section .right-content .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #DC3318;
  font-size: 20px;
  font-weight: 600;
  margin-left: 44px;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}
.get-in-touch.page-section .right-content .mktoForm .mktoButtonRow .mktoButtonWrap::before {
  content: "\f178";
  width: 48px;
  height: 48px;
  background: #DC3318;
  position: absolute;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 32px;
}

@media (min-width: 1024px) {
  .get-in-touch.page-section {
    flex-direction: row;
  }
  .get-in-touch.page-section .left-content {
    padding: 70px 5% 50px 8%;
  }
  .get-in-touch.page-section .left-content .vertical {
    flex-direction: column;
    display: flex;
  }
  .get-in-touch.page-section .left-content h2 {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "AppenRegular";
    font-weight: normal;
  }
  .get-in-touch.page-section .left-content p {
    font-size: 1.125rem;
  }
  .get-in-touch.page-section .right-content .tab-pane {
    display: none;
  }
  .get-in-touch.page-section .right-content .tab-pane h3 {
    padding: 0 38px;
    font-size: 2.5rem;
  }
  .get-in-touch.page-section .right-content .tab-pane.active {
    display: block;
  }
  .get-in-touch.page-section .right-content .mktoForm {
    padding: 48px 20px 45px !important;
  }
  .get-in-touch.page-section .right-content .mktoForm .mktoFormRow:first-of-type,
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(2),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(9),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(10),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(11),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(12),
.get-in-touch.page-section .right-content .mktoForm .mktoFormRow:nth-of-type(13),
.get-in-touch.page-section .right-content .mktoForm .mktoButtonRow {
    width: 100%;
    max-width: 96%;
  }
  .get-in-touch.page-section .right-content .mktoForm .mktoFormRow {
    width: 46%;
  }
  .get-in-touch.page-section .right-content .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    top: 0;
    margin-left: 40px;
  }

  .get-in-touch.page-section .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  .get-in-touch.page-section .nav-tabs {
    border-bottom: none;
    display: flex;
  }
  .get-in-touch.page-section .nav-tabs {
    margin: 0;
  }
  .get-in-touch.page-section .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  .get-in-touch.page-section .nav-tabs .nav-link {
    border: none;
  }
  .get-in-touch.page-section .nav-tabs .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .get-in-touch.page-section .card {
    border: none;
  }
  .get-in-touch.page-section .card .card-header {
    display: none;
  }
  .get-in-touch.page-section .card .collapse {
    display: block;
  }

  .get-in-touch.page-section .right-content .mktoForm .mktoButtonRow {
    margin-left: 15px;
  }
}
#appen_main .banner-with-info.black-text .content-details h1,
#appen_main .banner-with-info.black-text .content-details h2 {
  color: #131313;
}
#appen_main .banner-with-info.black-text .content-details .cta .learn-more {
  color: #EF4126;
}
#appen_main .banner-with-info.black-text .content-details .cta .learn-more:hover .arrow:after {
  background: #595959;
  color: #FFFFFF;
}
#appen_main .banner-with-info.white-text .content-details h1,
#appen_main .banner-with-info.white-text .content-details h2 {
  color: #FFFFFF;
}
#appen_main .banner-with-info.white-text .content-details .cta .learn-more {
  color: #FFFFFF;
}
#appen_main .banner-with-info.white-text .content-details .cta .learn-more:hover .arrow:after {
  background: #FFFFFF;
  color: #EF4126;
}
#appen_main .banner-with-info .content-details {
  padding: 45px 45px 0 4%;
  z-index: 1;
}
#appen_main .banner-with-info .content-details h1,
#appen_main .banner-with-info .content-details h2 {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif !important;
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
  margin-bottom: 20px;
}
#appen_main .banner-with-info .content-details p {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
}
#appen_main .banner-with-info .content-details .cta .learn-more {
  text-transform: uppercase;
  color: #EF4126;
  margin-top: 25px;
  display: block;
  position: relative;
}
#appen_main .banner-with-info .content-details .cta .learn-more:hover {
  text-decoration: none;
}
#appen_main .banner-with-info .content-details .cta .learn-more span {
  font-family: "AppenBold";
}
#appen_main .banner-with-info .content-details .cta .learn-more .arrow {
  display: block;
  position: relative;
  z-index: 2;
}
#appen_main .banner-with-info .content-details .cta .learn-more .arrow::after {
  content: "\f178";
  display: block;
  width: 42px;
  height: 42px;
  background: #DC3318;
  font-family: "FontAwesome";
  color: #FFFFFF;
  font-size: 28px;
  padding: 0 7px;
  margin-top: 15px;
}
#appen_main .banner-with-info .content-image {
  z-index: -1;
  width: 100%;
}
#appen_main .banner-with-info .content-image video {
  width: 100%;
}
#appen_main .banner-with-info .content-image img {
  width: 100%;
}
#appen_main .banner-with-info .content-image picture.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  #appen_main .banner-with-info .content-image picture.mobile {
    display: none;
  }
}
#appen_main .banner-with-info .content-image picture.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #appen_main .banner-with-info .content-image picture.desktop {
    display: block;
  }
}
#appen_main .banner-with-info .content-image .shortcode_block {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}
#appen_main .banner-with-info .content-image .shortcode_block .shortcode {
  width: 384px;
  height: 384px;
  padding: 40px;
  background-color: #EBEBEB;
}
#appen_main .banner-with-info.dark-gray-bg .content-details .cta .learn-more {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  #appen_main .banner-with-info {
    position: relative;
  }
  #appen_main .banner-with-info .content-image {
    top: 0;
    position: static;
  }
  #appen_main .banner-with-info .content-details {
    background: transparent;
    position: absolute;
    max-width: 476px;
    width: 55%;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    padding: 0;
  }
  #appen_main .banner-with-info .content-details h1,
#appen_main .banner-with-info .content-details h2 {
    font-family: "AppenRegular", Arial, Helvetica, sans-serif !important;
    margin-bottom: 25px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
  }
  #appen_main .banner-with-info .content-details p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
  }
  #appen_main .banner-with-info .content-details .cta .learn-more {
    text-transform: uppercase;
    color: #EF4126;
    margin-top: 40px;
    display: inline-flex;
    position: relative;
    font-size: 18px;
    line-height: 28px;
  }
  #appen_main .banner-with-info .content-details .cta .learn-more .arrow {
    display: block;
    margin-left: 10px;
    position: static;
  }
  #appen_main .banner-with-info .content-details .cta .learn-more .arrow::after {
    content: "\f178";
    width: 56px;
    height: 52px;
    background: #DC3318;
    position: absolute;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 28px;
    padding: 11px 7px 0 15px;
    top: -15px;
    right: -62px;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  #appen_main .banner-with-info {
    position: relative;
  }
  #appen_main .banner-with-info .content-details {
    max-width: 536px;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;
    padding: 0;
  }
  #appen_main .banner-with-info .content-details h1,
#appen_main .banner-with-info .content-details h2 {
    font-family: "AppenRegular", Arial, Helvetica, sans-serif !important;
    margin-bottom: 25px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
  }
  #appen_main .banner-with-info .content-details p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
  }
  #appen_main .banner-with-info .content-details .cta .learn-more {
    text-transform: uppercase;
    color: #EF4126;
    margin-top: 40px;
    display: inline-flex;
    position: relative;
    font-size: 18px;
    line-height: 28px;
  }
  #appen_main .banner-with-info .content-details .cta .learn-more .arrow {
    display: block;
    margin-left: 10px;
  }
  #appen_main .banner-with-info .content-details .cta .learn-more .arrow::after {
    content: "\f178";
    width: 56px;
    height: 52px;
    background: #DC3318;
    position: absolute;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 28px;
    padding: 11px 7px 0 15px;
    top: -15px;
    right: -62px;
  }
}

#appen_main .banner-with-shortcode {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#appen_main .banner-with-shortcode.black-text .content-details h1,
#appen_main .banner-with-shortcode.black-text .content-details h2 {
  color: #131313;
}
#appen_main .banner-with-shortcode.black-text .content-details .cta .learn-more {
  color: #EF4126;
}
#appen_main .banner-with-shortcode.black-text .content-details .cta .learn-more:hover .arrow:after {
  background: #595959;
  color: #FFFFFF;
}
#appen_main .banner-with-shortcode.white-text .content-details h1,
#appen_main .banner-with-shortcode.white-text .content-details h2 {
  color: #FFFFFF;
}
#appen_main .banner-with-shortcode.white-text .content-details .cta .learn-more {
  color: #FFFFFF;
}
#appen_main .banner-with-shortcode.white-text .content-details .cta .learn-more:hover .arrow:after {
  background: #FFFFFF;
  color: #EF4126;
}
#appen_main .banner-with-shortcode .content-details {
  padding-top: 30px;
  padding-bottom: 30px;
}
#appen_main .banner-with-shortcode .content-details h1,
#appen_main .banner-with-shortcode .content-details h2 {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif !important;
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
  margin-bottom: 20px;
}
#appen_main .banner-with-shortcode .content-details p {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
}
#appen_main .banner-with-shortcode .content-details .cta .learn-more {
  text-transform: uppercase;
  color: #EF4126;
  margin-top: 25px;
  display: block;
  position: relative;
}
#appen_main .banner-with-shortcode .content-details .cta .learn-more:hover {
  text-decoration: none;
}
#appen_main .banner-with-shortcode .content-details .cta .learn-more span {
  font-family: "AppenBold";
}
#appen_main .banner-with-shortcode .content-details .cta .learn-more .arrow {
  display: block;
  position: relative;
  z-index: 2;
}
#appen_main .banner-with-shortcode .content-details .cta .learn-more .arrow::after {
  content: "\f178";
  display: block;
  width: 42px;
  height: 42px;
  background: #DC3318;
  font-family: "FontAwesome";
  color: #FFFFFF;
  font-size: 28px;
  padding: 0 7px;
  margin-top: 15px;
}
#appen_main .banner-with-shortcode .content-image {
  width: 100%;
}
#appen_main .banner-with-shortcode .content-image video {
  width: 100%;
}
#appen_main .banner-with-shortcode .content-image img {
  width: 100%;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .shortcode {
  width: 100%;
  max-width: 450px;
  height: 100%;
  padding: 40px 60px 30px;
  background-color: #EBEBEB;
}
#appen_main .banner-with-shortcode.dark-gray-bg .content-details .cta .learn-more {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  #appen_main .banner-with-shortcode {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #appen_main .banner-with-shortcode .content-details {
    max-width: 476px;
  }
  #appen_main .banner-with-shortcode .content-details h1,
#appen_main .banner-with-shortcode .content-details h2 {
    font-family: "AppenRegular", Arial, Helvetica, sans-serif !important;
    margin-bottom: 25px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
  }
  #appen_main .banner-with-shortcode .content-details p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
  }
  #appen_main .banner-with-shortcode .content-details .cta .learn-more {
    text-transform: uppercase;
    color: #EF4126;
    margin-top: 40px;
    display: inline-flex;
    position: relative;
    font-size: 18px;
    line-height: 28px;
  }
  #appen_main .banner-with-shortcode .content-details .cta .learn-more .arrow {
    display: block;
    margin-left: 10px;
    position: static;
  }
  #appen_main .banner-with-shortcode .content-details .cta .learn-more .arrow::after {
    content: "\f178";
    width: 56px;
    height: 52px;
    background: #DC3318;
    position: absolute;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 28px;
    padding: 11px 7px 0 15px;
    top: -15px;
    right: -62px;
    margin-top: 0;
  }
  #appen_main .banner-with-shortcode .content-image {
    flex: 0 0 384px;
  }
}
@media (min-width: 1400px) {
  #appen_main .banner-with-shortcode {
    padding: 70px 130px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #appen_main .banner-with-shortcode .content-details {
    max-width: 610px;
  }
  #appen_main .banner-with-shortcode .content-details h1,
#appen_main .banner-with-shortcode .content-details h2 {
    font-family: "AppenRegular", Arial, Helvetica, sans-serif !important;
    margin-bottom: 25px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
  }
  #appen_main .banner-with-shortcode .content-details p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
  }
  #appen_main .banner-with-shortcode .content-details .cta .learn-more {
    text-transform: uppercase;
    color: #EF4126;
    margin-top: 40px;
    display: inline-flex;
    position: relative;
    font-size: 18px;
    line-height: 28px;
  }
  #appen_main .banner-with-shortcode .content-details .cta .learn-more .arrow {
    display: block;
    margin-left: 10px;
  }
  #appen_main .banner-with-shortcode .content-details .cta .learn-more .arrow::after {
    content: "\f178";
    width: 56px;
    height: 52px;
    background: #DC3318;
    position: absolute;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 28px;
    padding: 11px 7px 0 15px;
    top: -15px;
    right: -62px;
  }
}

#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background .title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #131313;
  margin: 0;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background .title p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #131313;
  opacity: 0.8;
  margin: 0;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background .title::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 0;
  height: 2px;
  width: 100%;
  width: calc(100% + 120px);
  background-color: #131313;
  opacity: 0.2;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background .subtitle {
  text-align: center;
  margin-bottom: 20px;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background .subtitle p {
  font-family: "AppenBold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  text-align: center;
  color: #131313;
  margin: 0;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table {
  width: 100%;
  box-shadow: none;
  color: #131313;
  border: none;
  border-spacing: 0px;
  margin-bottom: 0;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table thead {
  display: table-caption;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table thead:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 2px;
  width: 100%;
  width: 100%;
  background-color: #131313;
  opacity: 0.2;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table thead tr th {
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  border: none;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table thead tr.smw-table-header-1st th {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  font-family: "AppenBold";
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table thead tr.smw-table-header-2nd th {
  padding: 0;
  padding-bottom: 10px;
  text-align: left;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table thead tr.smw-table-header-2nd th .smw-field-virtual-currencyCode {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table thead tr.smw-table-header-2nd th .smw-field-financialData-currentPrice {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table tbody tr td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: none;
  padding-left: 20px;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table tbody tr td:first-child {
  width: 60%;
  padding-left: 0;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background table tbody tr td.smw-cell-with-indicator {
  white-space: nowrap;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background.smw-background thead tr th, #appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background.smw-ct-grey table tbody tr {
  background: #EBEBEB;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background body.home .banner-with-info .content-image {
  margin-left: 50%;
  width: 50% !important;
  overflow: hidden;
  padding-top: 50px;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background.smw-ct-grey table thead tr.smw-table-header-1st th {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #EBEBEB !important;
  background-image: linear-gradient(top, #EBEBEB, #EBEBEB) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-code", endColorstr="$darken-color2") !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-code", endColorstr="$darken-color2") !important;
  background: -webkit-linear-gradient(top, #EBEBEB, #EBEBEB) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEBEB), color-stop(1, #EBEBEB)) !important;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background.smw-ct-grey table thead tr.smw-table-header-2nd th {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #EBEBEB !important;
  background-image: linear-gradient(top, #EBEBEB, #EBEBEB) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-code", endColorstr="$darken-color1") !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-code", endColorstr="$darken-color1") !important;
  background: -webkit-linear-gradient(top, #EBEBEB, #EBEBEB) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEBEB), color-stop(1, #EBEBEB)) !important;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background.smw-ct-grey table tbody tr {
  background: #EBEBEB;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background.smw-ct-grey table tbody tr:nth-child(odd) {
  background: #EBEBEB;
}
#appen_main .banner-with-shortcode .content-image .shortcode_block .smw-comparison.smw-background.smw-ct-grey table tbody tr:nth-child(even) {
  background: #EBEBEB;
}
#appen_main .banner-with-shortcode .smw-comparison.smw-background table thead tr th,
#appen_main .banner-with-shortcode .smw-comparison.smw-background.smw-ct-grey table tbody tr {
  background: #EBEBEB;
}

body.home .banner-with-info.white .content-details {
  background: #FFFFFF !important;
}
body.home .banner-with-info .content-details {
  max-width: 485px;
}
body.home .banner-with-info .content-image {
  margin-left: 40%;
  width: 60% !important;
  overflow: hidden;
  padding-top: 50px;
}
@media (max-width: 912px) {
  body.home .banner-with-info .content-image {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  body.home .banner-with-info .content-image {
    padding-top: 0;
  }
}
.scrollspy-navbar {
  background-color: #131313;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99 !important;
  margin-top: 0px;
  margin-bottom: 20px;
  width: auto;
  padding: 0 25px;
  left: 0;
}
.scrollspy-navbar.investors {
  background-color: #FFFFFF;
  z-index: 9 !important;
  position: relative !important;
  top: 0 !important;
  padding-bottom: 0;
}
.scrollspy-navbar.investors .nav-link:hover {
  border-bottom: none;
}
.scrollspy-navbar #selections.investors {
  padding: 0.5rem 1rem;
}
.scrollspy-navbar #selections.investors .mobile-dropdown .dropdown-toggle::after {
  color: #131313;
}
.scrollspy-navbar #selections.investors .mobile-dropdown .dropdown-menu.show {
  background-color: #EBEBEB !important;
  padding: 20px 13px;
}
.scrollspy-navbar #selections.investors .mobile-dropdown .dropdown-menu.show li {
  display: flex;
}
.scrollspy-navbar #selections.investors .mobile-dropdown .dropdown-menu.show li a {
  color: #131313;
  border-bottom: 2px solid #EBEBEB;
  transition: all 0.4s;
}
.scrollspy-navbar #selections.investors .mobile-dropdown .dropdown-menu.show li a:hover {
  color: #227A7A;
  border-bottom: 2px solid #227A7A;
}
.scrollspy-navbar #selections.investors .mobile-dropdown .dropdown-menu.show li.last-link {
  background-color: transparent;
}
.scrollspy-navbar .nav-item {
  display: none;
}
.scrollspy-navbar .nav-item.mobile-dropdown {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.scrollspy-navbar .nav-item.mobile-dropdown .nav-link.active {
  border: none;
}
.scrollspy-navbar .nav-item.mobile-dropdown .dropdown-menu.show {
  display: block;
  right: -8px;
  left: auto;
  background: #131313;
  top: 95%;
  min-width: 21rem;
  border-radius: 0;
}
.scrollspy-navbar .nav-link {
  color: #FFFFFF;
  font-size: 14px;
}
.scrollspy-navbar .nav-link.active {
  font-weight: bold;
  border-bottom: 5px solid #EF4126;
  transition: all 0.5 ease;
}
.scrollspy-navbar a {
  color: #FFFFFF;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-weight: 200;
}
.scrollspy-navbar .get-in-touch-link {
  background-color: #EF4126;
  height: 42px;
  right: 50px;
  display: none;
  align-items: center;
  padding: 20px;
  font-size: 14px;
}
.scrollspy-navbar .get-in-touch-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.scrollspy-navbar #selections {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scrollspy-navbar #selections .label {
  color: #FFFFFF;
}
.scrollspy-navbar #selections.investors .label {
  color: #131313;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-toggle {
  padding: 10px 0;
  display: inline-block;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-toggle:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-toggle::after {
  border: 0;
  content: "\f107";
  font-family: "fontAwesome";
  vertical-align: 0;
  margin-left: 20px;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-menu.show {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #131313;
  border-radius: 0;
  border: 0;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-menu.show li {
  padding: 7px 30px;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-menu.show li.last-link {
  background: #DC3318;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-menu.show li a {
  display: block;
}
.scrollspy-navbar #selections .mobile-dropdown .dropdown-menu.show li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.scrollspy-navbar #selections .mobile-dropdown.show .dropdown-toggle::after {
  border: 0;
  content: "\f106";
  font-family: "fontAwesome";
  vertical-align: 0;
}

@media (min-width: 1023px) {
  .scrollspy-navbar {
    left: auto;
    padding: 0;
  }
  .scrollspy-navbar.investors {
    background-color: #F4F4F4;
  }
  .scrollspy-navbar.investors .nav {
    -moz-column-gap: 1px;
         column-gap: 1px;
    display: flex;
    /* primary flex container */
    flex-direction: row;
    /* horizontal alignment of flex items
           (default value; can be omitted) */
    align-items: stretch;
    /* will apply equal heights to flex items
           (default value; can be omitted) */
    height: 100%;
    margin: 0 auto;
    z-index: 999 !important;
  }
  .scrollspy-navbar.investors .nav-item {
    text-align: center;
    border-top: 5px solid #F4F4F4;
    transition: all 0.4s;
    display: flex;
    /* nested flex container */
    flex-direction: column;
    /* vertical alignment of flex items */
    justify-content: center;
    /* center flex items vertically */
    align-items: center;
    /* center flex items horizontally */
  }
  .scrollspy-navbar.investors .nav-item.active {
    background-color: #FFFFFF;
    border-top: 5px solid #227A7A;
  }
  .scrollspy-navbar.investors .nav-item.active a {
    font-weight: 700;
    color: #131313;
  }
  .scrollspy-navbar.investors .nav-item:hover {
    background-color: #FFFFFF;
    border-top: 5px solid #227A7A;
  }
  .scrollspy-navbar.investors .nav-item:hover a {
    color: #131313;
    border-bottom: 0;
  }
  .scrollspy-navbar.investors .nav-link {
    color: #131313;
    padding: 20px;
  }
  .scrollspy-navbar.investors .nav-link.active {
    background-color: #FFFFFF;
    border-top: 5px solid #227A7A;
    border-bottom: 0;
  }
  .scrollspy-navbar .nav-item {
    display: block;
  }
  .scrollspy-navbar .nav-item.mobile-dropdown {
    display: none;
  }
  .scrollspy-navbar .get-in-touch-link {
    display: flex;
  }
  .scrollspy-navbar #selections {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1368px) {
  .scrollspy-navbar.investors .nav-link {
    padding: 10px;
    font-size: 12px;
  }
}
.tab-tier1 {
  padding: 30px 4% 0 30px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .tab-tier1 {
    padding: 80px 130px 0 130px;
  }
}
.tab-tier1 .left-container iframe, .tab-tier1 .right-container iframe {
  width: 100%;
}
.tab-tier1 .tab-content .card-body .left-container .image-caption-exists img {
  margin-left: 9%;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .tab-tier1 .tab-content .card-body .left-container .image-caption-exists img {
    margin-left: 16%;
    width: 80%;
  }
}
.tab-tier1 .image-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #BFD5CA;
  text-align: center;
  bottom: 0;
  height: 40%;
  margin: auto;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-tier1 .image-caption h4 {
  font-family: "AppenBold";
}
.tab-tier1 .image-caption h4, .tab-tier1 .image-caption p {
  color: #131313 !important;
}
.tab-tier1 .image-caption p {
  margin-bottom: 0;
}
.tab-tier1 .heading-title h2 {
  font-size: 1.75rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
  margin-top: 0;
}
.tab-tier1 .heading-title p {
  font-size: 1.125rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
}
.tab-tier1 .nav-tabs {
  display: none;
}
.tab-tier1 .nav-tabs .nav-link {
  font-size: 1.125rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #131313;
  border: none;
}
.tab-tier1 .nav-tabs .nav-link.active {
  font-size: 1.125rem;
  font-family: "AppenBold";
  color: #003B49;
  background-color: transparent;
}
.tab-tier1 .nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  border-bottom: 5px solid #003B49;
  position: relative;
  bottom: -8px;
}
.tab-tier1 .tab-content .card-header {
  border-bottom: none;
}
.tab-tier1 .tab-content .card-header a.collapsed {
  font-size: 1rem;
  font-family: "AppenBold";
  color: #131313;
  text-transform: uppercase;
  background-color: #C4C4C4;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -0.75rem -3.25rem;
  padding: 0.75rem 2rem;
}
.tab-tier1 .tab-content .card-header a.collapsed:after {
  content: "\f107";
  font-family: "fontAwesome";
  width: 18px;
  height: 22px;
  display: block;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: -5px;
}
.tab-tier1 .tab-content .card-header a.collapsed:hover {
  text-decoration: none;
}
.tab-tier1 .tab-content .card-header a[aria-expanded=true] {
  font-size: 1rem;
  font-family: "AppenBold";
  color: #131313;
  background-color: #C4C4C4;
  text-transform: uppercase;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -0.75rem -3.25rem;
  padding: 0.75rem 2rem;
  border: 1px solid #b5b0b0;
}
.tab-tier1 .tab-content .card-header a[aria-expanded=true]:after {
  content: "\f106";
  width: 18px;
  height: 22px;
  display: block;
  font-family: "fontAwesome";
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: -7px;
}
.tab-tier1 .tab-content .card-header a[aria-expanded=true]:hover {
  text-decoration: none;
}
.tab-tier1 .tab-content .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
}
.tab-tier1 .tab-content .card-body .left-container {
  flex-basis: 48%;
  position: relative;
  margin-bottom: 40px;
}
.tab-tier1 .tab-content .card-body .left-container img {
  width: 100%;
  position: relative;
  z-index: 9;
}
.tab-tier1 .tab-content .card-body .right-container {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
}
.tab-tier1 .tab-content .card-body .content-details h3 {
  font-size: 1.15rem;
  font-family: "AppenBold";
  color: #131313;
  margin-bottom: 1.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-tier1 .tab-content .card-body .content-details h3 {
    font-size: 2rem;
    font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    display: block;
  }
}
.tab-tier1 .tab-content .card-body .content-details p {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #131313;
}
@media screen and (min-width: 768px) {
  .tab-tier1 .tab-content .card-body .content-details p {
    font-size: 1.15rem;
  }
}
.tab-tier1 .tab-content .card-body .bottom-links {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #131313;
  padding-top: 10px;
}
.tab-tier1 .tab-content .card-body .bottom-links .learn-more {
  font-size: 1.125rem;
  font-family: "AppenBold";
  text-transform: uppercase;
  color: #131313;
}
.tab-tier1 .tab-content .card-body .bottom-links .related-link {
  font-size: 1.125rem;
  font-family: "AppenBold";
  text-transform: uppercase;
  color: #003B49;
}
.tab-tier1 .tab-content .card-body .image-accent {
  width: 160px;
  height: 160px;
  border: 2px solid #003B49;
  position: absolute;
}
.tab-tier1 .tab-content .card-body .image-accent.bottom-right {
  bottom: -5%;
  right: -5%;
}
.tab-tier1 .tab-content .card-body .image-accent.bottom-left {
  bottom: -5%;
  left: -5%;
}
.tab-tier1 .tab-content .card-body.two-col-stacked {
  background-color: #FFFFFF;
}
.tab-tier1 .tab-content .card-body.two-col-stacked img {
  width: auto;
}
.tab-tier1 .tab-content .card-body.text-image {
  background-color: #FFFFFF;
}
.tab-tier1 .tab-content .card-body.text-image-accent {
  background-color: #FFFFFF;
}
.tab-tier1 .tab-content .card-body.popup-modal {
  background-color: #FFFFFF;
}
.tab-tier1 .accordion-slider .slick-list {
  margin: 0;
}
.tab-tier1 .accordion-slider .slick-slide {
  max-width: 275px;
}
.tab-tier1 .accordion-slider .card {
  background-color: transparent;
}
.tab-tier1 .accordion-slider .card .title-icon {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.tab-tier1 .accordion-slider .card .title-icon .lazy-hidden {
  background: transparent;
}
.tab-tier1 .accordion-slider .card .title-icon h3 {
  font-size: 1.313rem;
  font-family: "AppenBold";
  color: #131313;
}
.tab-tier1 .accordion-slider .card .title-icon a:hover {
  color: #BFD5CA;
}
.tab-tier1 .accordion-slider .card .content p {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #131313;
}
.tab-tier1 .accordion-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.tab-tier1 .accordion-slider-controls .slick-arrow {
  position: relative;
}
.tab-tier1 .accordion-slider-controls .slick-arrow.accordion-slide-m-prev, .tab-tier1 .accordion-slider-controls .slick-arrow.accordion-slide-m-next {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  background: transparent;
  border: none;
}
.tab-tier1 .accordion-slider-controls .slick-arrow.accordion-slide-m-prev {
  left: 0;
  margin-right: 20px;
}
.tab-tier1 .accordion-slider-controls .slick-arrow.accordion-slide-m-prev:before {
  font-family: "FontAwesome";
  color: #131313;
  content: "\f053";
  width: 11px;
  height: 17px;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}
.tab-tier1 .accordion-slider-controls .slick-arrow.accordion-slide-m-next {
  right: 0;
  margin-left: 20px;
}
.tab-tier1 .accordion-slider-controls .slick-arrow.accordion-slide-m-next:before {
  font-family: "FontAwesome";
  color: #131313;
  content: "\f054";
  width: 11px;
  height: 17px;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}
.tab-tier1.dark-teal-bg {
  background-color: #003B49;
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .heading-title h2,
.tab-tier1.dark-teal-bg .heading-title p {
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .nav-tabs .nav-link {
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .nav-tabs .nav-link.active {
  color: #BFD5CA;
}
.tab-tier1.dark-teal-bg .nav-tabs .nav-link.active::after {
  border-color: #BFD5CA;
}
.tab-tier1.dark-teal-bg .tab-content .card-header a.collapsed {
  color: #FFFFFF;
  background-color: #227A7A;
  border: 0.5px solid #BFD5CA;
}
.tab-tier1.dark-teal-bg .tab-content .card-header a.collapsed:after {
  background-image: url(img/arrow-down-white.svg);
}
.tab-tier1.dark-teal-bg .tab-content .card-header a[aria-expanded=true] {
  background-color: #227A7A;
  border: 0.5px solid #BFD5CA;
}
.tab-tier1.dark-teal-bg .tab-content .card-body.two-col-stacked, .tab-tier1.dark-teal-bg .tab-content .card-body.text-image, .tab-tier1.dark-teal-bg .tab-content .card-body.text-image-accent, .tab-tier1.dark-teal-bg .tab-content .card-body.popup-modal {
  background-color: #003B49;
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .tab-content .card-body .content-details h3,
.tab-tier1.dark-teal-bg .tab-content .card-body .content-details p {
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .tab-content .card-body .bottom-links {
  border-color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .tab-content .card-body .bottom-links .learn-more {
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .tab-content .card-body .bottom-links .related-link {
  color: #BFD5CA;
}
.tab-tier1.dark-teal-bg .slick-slide.card {
  border-color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .accordion-slider {
  border-color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .accordion-slider .card .title-icon h3 {
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .accordion-slider .card .content p {
  color: #FFFFFF;
}
.tab-tier1.light-gray-bg {
  background-color: #F4F4F4;
  color: #131313;
}
.tab-tier1.light-gray-bg .heading-title h2,
.tab-tier1.light-gray-bg .heading-title p {
  color: #595959;
}
.tab-tier1.light-gray-bg .nav-tabs {
  border-color: #131313;
}
.tab-tier1.light-gray-bg .nav-tabs .nav-item {
  margin-bottom: 0px;
}
.tab-tier1.light-gray-bg .nav-tabs .nav-link {
  color: #131313;
}
.tab-tier1.light-gray-bg .nav-tabs .nav-link.active {
  color: #227A7A;
}
.tab-tier1.light-gray-bg .nav-tabs .nav-link.active::after {
  border-color: #227A7A;
}
.tab-tier1.light-gray-bg .tab-content .card-header {
  background-color: rgba(196, 196, 196, 0.5);
}
.tab-tier1.light-gray-bg .tab-content .card-header a.collapsed {
  color: #131313;
  background-color: #dcdcdc;
  border: 0;
}
.tab-tier1.light-gray-bg .tab-content .card-header a[aria-expanded=true] {
  background-color: #757575;
  color: #FFFFFF;
  border: 0;
}
.tab-tier1.light-gray-bg .tab-content .card-body.two-col-stacked, .tab-tier1.light-gray-bg .tab-content .card-body.text-image, .tab-tier1.light-gray-bg .tab-content .card-body.text-image-accent, .tab-tier1.light-gray-bg .tab-content .card-body.popup-modal {
  background-color: #F4F4F4;
  color: #131313;
  overflow: hidden;
}
.tab-tier1.light-gray-bg .tab-content .card-body .content-details h3,
.tab-tier1.light-gray-bg .tab-content .card-body .content-details p {
  color: #131313;
}
.tab-tier1.light-gray-bg .tab-content .card-body .bottom-links .learn-more {
  color: #131313;
}
.tab-tier1.light-gray-bg .tab-content .card-body .bottom-links .related-link {
  color: #003B49;
}
.tab-tier1.dark-gray-bg {
  background-color: #595959;
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .heading-title h2,
.tab-tier1.dark-gray-bg .heading-title p {
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .nav-tabs .nav-link {
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .nav-tabs .nav-link.active {
  color: #227A7A;
}
.tab-tier1.dark-gray-bg .nav-tabs .nav-link.active::after {
  border-color: #227A7A;
}
.tab-tier1.dark-gray-bg .tab-content .card-header a.collapsed {
  color: #FFFFFF;
  background-color: #898989;
  border: 0.5px solid #C4C4C4;
}
.tab-tier1.dark-gray-bg .tab-content .card-header a[aria-expanded=true] {
  background-color: #898989;
  border: 0.5px solid #C4C4C4;
}
.tab-tier1.dark-gray-bg .tab-content .card-body.two-col-stacked, .tab-tier1.dark-gray-bg .tab-content .card-body.text-image, .tab-tier1.dark-gray-bg .tab-content .card-body.text-image-accent, .tab-tier1.dark-gray-bg .tab-content .card-body.popup-modal {
  background-color: #595959;
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .tab-content .card-body .content-details h3,
.tab-tier1.dark-gray-bg .tab-content .card-body .content-details p {
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .tab-content .card-body .bottom-links {
  border-color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .tab-content .card-body .bottom-links .learn-more {
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .tab-content .card-body .bottom-links .related-link {
  color: #BFD5CA;
}
.tab-tier1.dark-gray-bg .slick-slide.card {
  border-color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .accordion-slider {
  border-color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .accordion-slider .card .title-icon h3 {
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .accordion-slider .card .content p {
  color: #FFFFFF;
}
.tab-tier1.black .tab-content .card-body .bottom-links .learn-more, .tab-tier1.black .tab-content .card-body .bottom-links .related-link {
  color: #003B49;
}
.tab-tier1.black .nav-tabs .nav-link.active, .tab-tier1.black .nav-tabs .nav-link:hover {
  color: #227A7A;
  cursor: pointer;
}
.tab-tier1.black .nav-tabs .nav-link.active:after, .tab-tier1.black .nav-tabs .nav-link:hover:after {
  border-bottom: 5px solid #227A7A;
  content: "";
  display: block;
  position: relative;
  bottom: -8px;
}
.tab-tier1.white .heading-title p, .tab-tier1.white .heading-title h2, .tab-tier1.white .accordion-slider .card .content p {
  color: #FFFFFF;
}
.tab-tier1.white .accordion-slider-controls .slick-arrow.accordion-slide-m-prev:before,
.tab-tier1.white .accordion-slider-controls .slick-arrow.accordion-slide-m-next:before {
  color: #FFFFFF;
}
.tab-tier1.white .accordion-slider {
  border: 1px solid #FFFFFF;
}
.tab-tier1.white .nav-tabs .nav-link {
  color: #FFFFFF;
}
.tab-tier1.white .nav-tabs .nav-link.active, .tab-tier1.white .nav-tabs .nav-link:hover {
  color: #BFD5CA;
  cursor: pointer;
}
.tab-tier1.white .nav-tabs .nav-link.active:after, .tab-tier1.white .nav-tabs .nav-link:hover:after {
  border-bottom: 5px solid #FFFFFF;
  content: "";
  display: block;
  position: relative;
  bottom: -8px;
}
.tab-tier1.white .tab-content .card-body .bottom-links {
  border-top-color: #FFFFFF;
}
.tab-tier1.white .tab-content .card-body .bottom-links .learn-more,
.tab-tier1.white .tab-content .card-body .bottom-links .related-link {
  color: #BFD5CA;
}
.tab-tier1.white .tab-content .card-body .content-details p {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .tab-tier1 .heading-title h2 {
    font-size: 3rem;
    font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    color: #595959;
  }
  .tab-tier1 .heading-title p {
    font-size: 1.125rem;
    font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    color: #595959;
    display: block;
  }
  .tab-tier1 .nav-tabs {
    display: flex;
    margin-bottom: 0px;
    margin-left: 0;
  }
  .tab-tier1 .nav-tabs .nav-link {
    padding: 0.5rem 1.75rem;
    font-size: 1rem;
  }
  .tab-tier1 .nav-tabs .nav-link:first-of-type {
    padding-left: 0;
  }
  .tab-tier1 .nav-tabs .nav-link.active {
    font-size: 1rem;
  }
  .tab-tier1 .tab-content .card-body {
    flex-direction: row;
  }
  .tab-tier1 .tab-content .card-body .bottom-links {
    width: 100%;
  }
  .tab-tier1 .tab-content .card-body .content-details p {
    margin-bottom: 1.5rem;
  }
  .tab-tier1 .card {
    border: none;
  }
  .tab-tier1 .card .card-header {
    display: none;
  }
  .tab-tier1 .card .collapse {
    display: block;
  }
  .tab-tier1 .accordion-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px;
    border: 1px solid #131313;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .tab-tier1 .accordion-slider .card {
    flex-basis: 45%;
    background-color: transparent;
    margin-bottom: 50px;
  }
  .tab-tier1 .accordion-slider .card .title-icon {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .tab-tier1 .accordion-slider .card .title-icon h3 {
    font-size: 1.25rem;
    font-family: "AppenBold";
    color: #131313;
  }
  .tab-tier1 .accordion-slider .card .content p {
    font-size: 1rem;
    font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    color: #131313;
  }
  .tab-tier1 .accordion-slider-controls {
    display: none;
  }
}
#appen_main .tab-tier1.white .heading-title h2 {
  color: #FFFFFF;
}

#appen_main .tab-tier1.white .accordion-slider .card .title-icon h3 {
  color: #BFD5CA;
}

@media (max-width: 767px) {
  .tab-tier1 .tab-pane {
    display: block !important;
    opacity: 1 !important;
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .tab-tier1 .accordion-slider .card .title-icon {
    flex-wrap: nowrap;
  }
}
.our-crowd-homepage {
  display: flex;
  flex-direction: column;
  background: url("../img/crowd-bg.png");
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 450px;
  position: relative;
}
.our-crowd-homepage #myVideo {
  top: 0;
  position: absolute;
  width: 100%;
  max-height: 100%;
  z-index: -1;
}
.our-crowd-homepage .left-section {
  display: flex;
  flex-direction: column;
  padding: 30px 4% 150px;
  width: 100%;
}
.our-crowd-homepage .left-section .heading-title h2 {
  font-size: 3rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #FFFFFF !important;
  margin-bottom: 30px;
}
.our-crowd-homepage .left-section .nav-tabs {
  border-bottom: none;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 30px;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item {
  flex-basis: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:after {
  content: "|";
  display: block;
  color: #757575;
  position: absolute;
  right: 0;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:first-child {
  justify-content: flex-start;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:first-child a {
  padding-left: 0;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:last-child {
  justify-content: flex-end;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:last-child::after {
  content: "";
  display: none;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link {
  color: #757575;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link.active {
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  text-decoration: underline;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link:first-child > a {
  padding-left: 0;
}
.our-crowd-homepage .left-section .tab-content {
  min-height: 200px;
}
.our-crowd-homepage .left-section .tab-content .card {
  background-color: transparent;
  border: none;
  position: initial;
}
.our-crowd-homepage .left-section .tab-content .card .content-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .content-details {
  flex: 0 0 40%;
  margin-bottom: 100px;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .right-section {
  flex: 0 0 35%;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .content-details h3, .our-crowd-homepage .left-section .tab-content .card .content-container .content-details p {
  color: #FFFFFF !important;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .content-details p {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 22px;
}
.our-crowd-homepage .left-section .bottom-links {
  display: flex;
  justify-content: space-between;
}
.our-crowd-homepage .left-section .bottom-links a {
  font-size: 1.25rem;
  font-family: "AppenBold";
  color: #BFD5CA;
  text-transform: uppercase;
}
.our-crowd-homepage .right-section .content::before {
  content: "";
  display: block;
  height: 250px;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  width: calc(100% - 130px - 30px);
  background-color: #227A7A;
  mix-blend-mode: multiply;
}
.our-crowd-homepage .right-section .content .text-content {
  max-width: 62%;
  position: relative;
  color: #FFFFFF !important;
  display: flex;
  flex-direction: column;
}
.our-crowd-homepage .right-section .content .text-content p.large-heading {
  font-size: 5rem;
  line-height: 110%;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #FFFFFF !important;
  margin: 0;
}
.our-crowd-homepage .right-section .content .text-content p {
  font-size: 1.125rem;
  font-family: "AppenBold";
  margin: 0;
  text-align: left;
}
.our-crowd-homepage .right-section .content .text-content p:first-child {
  text-align: left;
}
.our-crowd-homepage .right-section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 30px;
  border: 5px solid #227A7A;
  width: 130px;
  height: 130px;
}

@media (min-width: 1024px) {
  .our-crowd-homepage {
    background-size: cover;
    background-color: #FFFFFF;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .our-crowd-homepage .left-section {
    padding: 130px 130px 210px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .our-crowd-homepage .left-section {
    padding: 130px 4% 210px;
  }
}
@media (min-width: 1024px) {
  .our-crowd-homepage .left-section .tab-content .card .content-container {
    flex-direction: row;
  }
  .our-crowd-homepage .left-section .tab-content .card .content-container .content-details {
    flex: 0 0 40%;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1024px) {
  .our-crowd-homepage .left-section .nav-tabs {
    justify-content: flex-start;
  }
  .our-crowd-homepage .left-section .nav-tabs .nav-item {
    flex-basis: auto;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .our-crowd-homepage .right-section .content {
    padding-bottom: 0;
  }
  .our-crowd-homepage .right-section .content .text-content {
    max-width: 100%;
  }
  .our-crowd-homepage .right-section .content .text-content p {
    font-size: 1.875rem;
    text-align: right;
  }
  .our-crowd-homepage .right-section .content .text-content p:first-child {
    text-align: left;
  }
  .our-crowd-homepage .right-section .content .text-content p.large-heading {
    font-size: 8rem;
  }
  .our-crowd-homepage .right-section .content::before {
    top: 80px;
    left: initial;
    right: 0;
    width: 40%;
    height: calc(100% - 215px - 80px);
  }
  .our-crowd-homepage .right-section:after {
    width: 215px;
    height: 215px;
    right: 40%;
    left: auto;
  }
}
.overview-section .slick-track {
  display: flex;
}
.overview-section .slick-list .slick-slide {
  margin: 0 10px;
  height: auto;
}
.overview-section .section-details {
  padding: 40px 4%;
}
.overview-section .section-details h2 {
  font-size: 1.5rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
  margin-bottom: 20px;
}
.overview-section .section-details p {
  font-size: 1.125rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
  line-height: 30px;
  margin-top: 25px;
}
.overview-section .section-details p:nth-last-child(2), .overview-section .section-details p:last-child {
  margin: 0;
}
.overview-section .section-details a {
  font-size: 1.125rem;
  color: #DC3318;
  font-family: "AppenBold";
  text-transform: uppercase;
  padding-right: 55px;
}
.overview-section .two-col-content {
  padding: 40px 4%;
}
.overview-section .two-col-content .content {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 30px;
}
.overview-section .two-col-content .content h3 {
  font-size: 1.5rem;
  font-family: "AppenBold";
  color: #595959;
  margin-bottom: 15px;
}
.overview-section .two-col-content .content p {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
  margin-bottom: 20px;
}
.overview-section .two-col-content .content a.learn-more {
  font-size: 1.125rem;
  font-family: "AppenBold";
  color: #EF4126;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.overview-section .card-slider {
  padding-left: 10px;
}
.overview-section .card-slider .icon {
  margin-bottom: 74px;
  width: 75px;
}
.overview-section .card-slider .title h3 {
  font-size: 1.5rem;
  color: #595959;
  font-family: "AppenBold";
}
.overview-section .card-slider .content p {
  font-size: 0.875rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
.overview-section .card-slider .content p a {
  text-transform: uppercase;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #227A7A;
}
.overview-section .card-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.overview-section .card-slider-controls .slick-arrow {
  position: relative;
}
.overview-section .card-slider-controls .slick-arrow.card-slide-m-prev, .overview-section .card-slider-controls .slick-arrow.card-slide-m-next {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  background: transparent;
  border: none;
}
.overview-section .card-slider-controls .slick-arrow.card-slide-m-prev {
  left: 0;
  margin-right: 10px;
}
.overview-section .card-slider-controls .slick-arrow.card-slide-m-prev:before {
  content: "";
  background-image: url("../img/carousel-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  width: 11px;
  height: 17px;
  display: block;
}
.overview-section .card-slider-controls .slick-arrow.card-slide-m-next {
  right: 0;
  margin-left: 20px;
}
.overview-section .card-slider-controls .slick-arrow.card-slide-m-next:before {
  content: "";
  background-image: url("../img/carousel-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  width: 11px;
  height: 17px;
  display: block;
}
.overview-section.white .section-details h2, .overview-section.white .section-details > p {
  color: #FFFFFF !important;
}

@media (min-width: 992px) {
  .four-col-cards.card-slider.total-cards-6.force-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .four-col-cards.card-slider.total-cards-6.force-grid-3 .card {
    margin: 10px;
  }
}
@media (min-width: 992px) {
  .overview-section {
    padding: 40px 4%;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .overview-section {
    padding: 80px 130px;
  }
}
@media (min-width: 992px) {
  .overview-section .section-details {
    align-items: center;
    padding: 50px 0 0;
    margin: 0 10px;
  }
  .overview-section .section-details h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .overview-section .card-slider {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .overview-section .card-slider .card {
    flex-basis: 23%;
    padding: 50px 35px;
    border: 1px solid #131313;
    border-radius: 0;
  }
  .overview-section .card-slider .card .title h3 {
    font-size: 1.5rem;
    color: #595959;
  }
  .overview-section .card-slider .card .icon {
    margin-bottom: 25px;
    width: 75px;
  }
  .overview-section .card-slider .card .content p {
    font-size: 0.875rem;
    line-height: 24px;
    color: #595959;
  }
  .overview-section .card-slider.total-cards-3 .card {
    flex-basis: 32%;
  }
}
@media (min-width: 992px) {
  .overview-section .card-slider-controls {
    display: none;
  }
}
@media (min-width: 992px) {
  .overview-section .two-col-content {
    padding: 25px 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .overview-section .two-col-content .content {
    flex-basis: 45%;
  }
  .overview-section .two-col-content .content p {
    font-size: 1.125rem;
  }
}
.overview-section {
  background-color: #FFFFFF;
}
.overview-section .card-slider .card .content a.learn-more {
  font-size: 1.125rem;
  font-family: "AppenBold";
  color: #EF4126;
  text-transform: uppercase;
}

.promotion-banner {
  padding: 40px 4%;
  margin: 0 auto;
}
.promotion-banner .promotion-content {
  margin-bottom: 40px;
}
.promotion-banner .promotion-content h1 {
  font-size: 1.75rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}
.promotion-banner .promotion-content p {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}
.promotion-banner .promotion-content a {
  font-size: 1.25rem;
  color: #EF4126;
  font-family: "AppenBold";
  text-transform: uppercase;
}
.promotion-banner .promotion-image img {
  width: 100%;
}
.promotion-banner.promotion-banner-3col {
  padding: 40px 30px;
}
.promotion-banner.promotion-banner-3col .promotion-image {
  margin-bottom: 30px;
}
.promotion-banner.promotion-banner-3col .promotion-image img {
  max-width: 150px;
}
.promotion-banner.promotion-banner-3col .promotion-icons {
  margin-bottom: 30px;
}
.promotion-banner.promotion-banner-3col .promotion-icons .app-icon {
  display: inline-block;
}
.promotion-banner.promotion-banner-3col .promotion-icons .app-icon:first-child {
  margin-right: 35px;
}
.promotion-banner.promotion-banner-3col .promotion-content {
  margin-bottom: 0;
}
.promotion-banner.promotion-banner-3col .promotion-content h3 {
  font-size: 1.5rem;
  color: #FFFFFF !important;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
.promotion-banner.promotion-banner-3col .promotion-content p {
  font-size: 1.125rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
.promotion-banner.promotion-banner-3col .promotion-content a {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "AppenBold";
  color: #DC3318;
}
.promotion-banner.white .promotion-content h1 {
  color: #FFFFFF !important;
}

@media (min-width: 768px) {
  .promotion-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 6.4%;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .promotion-banner {
    padding: 40px 130px;
  }
}
@media (min-width: 768px) {
  .promotion-banner .promotion-content {
    flex-basis: 60%;
    margin-bottom: 0;
    padding: 100px 0;
  }
  .promotion-banner .promotion-content h1 {
    font-size: 3rem;
  }
  .promotion-banner .promotion-content p {
    font-size: 1.25rem;
  }
  .promotion-banner .promotion-content a {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .promotion-banner .promotion-image {
    flex-basis: 30%;
  }
  .promotion-banner .promotion-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .promotion-banner.promotion-banner-3col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 100px 10% 135px;
  }
  .promotion-banner.promotion-banner-3col .promotion-image {
    flex-basis: 20%;
  }
  .promotion-banner.promotion-banner-3col .promotion-image img {
    max-width: 190px;
  }
  .promotion-banner.promotion-banner-3col .promotion-icons {
    flex-basis: 20%;
  }
  .promotion-banner.promotion-banner-3col .promotion-icons .app-icon {
    display: block;
  }
  .promotion-banner.promotion-banner-3col .promotion-icons .app-icon:first-child {
    margin-bottom: 35px;
    margin-right: 0;
  }
  .promotion-banner.promotion-banner-3col .promotion-content {
    flex-basis: 50%;
    padding: 0;
  }
  .promotion-banner.promotion-banner-3col .promotion-content h3 {
    font-size: 2rem;
  }
  .promotion-banner.promotion-banner-3col .promotion-content p {
    font-size: 1.25rem;
  }
  .promotion-banner.promotion-banner-3col .promotion-content a {
    font-size: 1.25rem;
  }
}
#appen_main .quote-section {
  padding: 60px 30px;
}
#appen_main .quote-section .title-image-section {
  position: relative;
}
#appen_main .quote-section .title-image-section h2 {
  font-size: 1.75rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 45px;
}
#appen_main .quote-section .title-image-section img {
  width: 100%;
  position: relative;
  z-index: 4;
}
#appen_main .quote-section .title-image-section:after {
  content: "";
  width: calc(100% + 60px);
  border-top: 2px solid #227A7A;
  z-index: 2;
  position: absolute;
  left: -30px;
  top: 50%;
}
#appen_main .quote-section .quote-name-position-section {
  position: relative;
}
#appen_main .quote-section .quote-name-position-section .quote {
  padding-top: 50px;
}
#appen_main .quote-section .quote-name-position-section .quote p {
  font-family: "AppenItalic";
  font-size: 1rem;
  line-height: 2.188rem;
}
#appen_main .quote-section .quote-name-position-section .name-position .name {
  font-size: 1.25rem;
  font-family: "AppenBold";
  color: #FFFFFF;
}
#appen_main .quote-section .quote-name-position-section .name-position .position {
  font-size: 1.25rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
#appen_main .quote-section .quote-name-position-section:before {
  content: "";
  border-top: 1px solid #227A7A;
}
#appen_main .quote-section .quote-name-position-section:after {
  content: "";
  width: 83px;
  height: 83px;
  background: #227A7A;
  position: absolute;
  top: -10%;
  right: 0;
  background-image: url("../img/quote-icon.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 100%;
  z-index: 9;
}
@media (min-width: 1024px) {
  #appen_main .quote-section {
    display: flex;
    padding: 80px 140px;
  }
  #appen_main .quote-section .title-image-section h2 {
    font-size: 2.875rem;
  }
  #appen_main .quote-section .title-image-section:after {
    display: none;
  }
  #appen_main .quote-section .title-image-section {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #appen_main .quote-section .quote-name-position-section {
    flex-basis: 50%;
    border: 2px solid #227A7A;
    padding: 90px;
  }
  #appen_main .quote-section .quote-name-position-section .quote {
    margin-bottom: 100px;
  }
  #appen_main .quote-section .quote-name-position-section .quote p {
    font-size: 1.25rem;
    font-style: italic;
    line-height: 2.5rem;
  }
  #appen_main .quote-section .quote-name-position-section .name-position .name {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #appen_main .quote-section .quote-name-position-section .name-position .position {
    font-size: 1.5rem;
  }
  #appen_main .quote-section .quote-name-position-section:after {
    top: 0%;
    left: 0%;
  }
}
@media (max-width: 768px) {
  #appen_main .quote-section {
    padding: 60px 30px;
  }
  #appen_main .quote-section .title-image-section {
    text-align: center;
  }
  #appen_main .quote-section .title-image-section h2 {
    text-align: left;
  }
  #appen_main .quote-section .title-image-section {
    position: relative;
  }
  #appen_main .quote-section .title-image-section img {
    max-width: 270px;
  }
  #appen_main .quote-section .quote-name-position-section .quote {
    margin-bottom: 50px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
  }
}

.tiles-6 {
  display: flex;
  flex-wrap: wrap;
}
.tiles-6 .tile {
  position: relative;
  flex-basis: 50%;
}
.tiles-6 .tile img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.tiles-6 .tile img.arrow {
  width: 30px;
  position: absolute;
  right: 15px;
  bottom: -50%;
  top: initial;
  left: initial;
}
.tiles-6 .tile .tile-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  padding: 0 50px 0 0;
}
.tiles-6 .tile .tile-content h2 {
  font-size: 3.125rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
}
.tiles-6 .tile .tile-content h3 {
  font-size: 1.375rem;
  font-family: "AppenBold";
}
.tiles-6 .tile .tile-content p {
  font-size: 1.125rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  display: none;
  color: #595959;
}
.tiles-6 .tile .tile-content .related-link {
  font-size: 1.25rem;
  font-family: "AppenBold";
  text-transform: uppercase;
  color: #EF4126;
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
  width: 125px;
  background-size: 25%;
  background-position: 100% 50%;
  display: inline-block;
}
.tiles-6 .tile-1 {
  flex-basis: 100%;
}
.tiles-6 .tile-1 .tile-content {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 50px;
}
.tiles-6 .tile-1 .tile-content p {
  display: block;
}
.tiles-6 .tile-4 {
  display: none;
}

@media (min-width: 992px) {
  .tiles-6 .tile {
    flex-basis: 33.3333333%;
  }
  .tiles-6 .tile .tile-content.bottom-left {
    position: absolute;
    left: 0;
  }
  .tiles-6 .tile .tile-content.centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
  }
  .tiles-6 .tile .tile-content p {
    display: block;
  }
  .tiles-6 .tile-1 {
    order: 1;
  }
  .tiles-6 .tile-2 {
    order: 2;
  }
  .tiles-6 .tile-3 {
    order: 3;
  }
  .tiles-6 .tile-4 {
    display: block;
    order: 4;
  }
  .tiles-6 .tile-5 {
    order: 5;
  }
  .tiles-6 .tile-6 {
    order: 6;
  }
  .tiles-6 .tile img.arrow {
    bottom: 0;
  }
}
.resourses-hero .spotlight-tiles .tile {
  background: #131313;
}
.resourses-hero .spotlight-tiles .tile img {
  opacity: 0.5 !important;
}
.resourses-hero .spotlight-tiles .tile img .arrow {
  bottom: 35px;
  opacity: 1 !important;
}
.resourses-hero .spotlight-tiles .tile .tile-content p,
.resourses-hero .spotlight-tiles .tile .tile-content h3 {
  color: #FFFFFF !important;
}
.resourses-hero .spotlight-tiles .tile-container.intro .intro-tile p {
  color: #131313 !important;
}

.slick-list {
  padding: 0 20px 0 0;
}

.slick-track {
  display: flex;
}

.slick-slide {
  margin: 0 10px;
  height: auto;
}
.slick-slide.card {
  padding: 50px 35px;
  border: 1px solid #131313;
  border-radius: 0;
}

.slick-list {
  margin: 0 -10px;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  background: transparent;
  border: none;
}
.slick-arrow.slick-prev {
  left: 0;
  margin-right: 20px;
}
.slick-arrow.slick-prev:before {
  content: "";
  background-image: url("../img/carousel-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  width: 11px;
  height: 17px;
  display: block;
}
.slick-arrow.slick-next {
  right: 0;
  margin-left: 20px;
}
.slick-arrow.slick-next:before {
  content: "";
  background-image: url("../img/carousel-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  width: 11px;
  height: 17px;
  display: block;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  border: 1px solid #757575;
  border-radius: 100%;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #EF4126;
  border: 1px solid #EF4126;
}

#appen_main .banner-carousel {
  background-image: url("/wp-content/themes/appen/assets/img/carousel-bg.png");
  background-size: cover;
  background-position: top;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 75px;
}
#appen_main .banner-carousel .content-image .left-container {
  flex-basis: 45%;
}
#appen_main .banner-carousel .content-image .left-container h3 {
  font-size: 3rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
}
#appen_main .banner-carousel .content-image .left-container p {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
}
#appen_main .banner-carousel .content-image .right-container {
  flex-basis: 45%;
}
#appen_main .banner-carousel .content-image .right-container img {
  width: 100%;
}
#appen_main .banner-carousel .content-image .profile-content {
  text-align: center;
}
#appen_main .banner-carousel .content-image .profile-content .profile-description.mobile {
  display: none;
}
#appen_main .banner-carousel .content-image .profile-content img {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 15px;
}
#appen_main .banner-carousel .content-image .profile-content .name {
  font-size: 1.5rem;
  font-family: "AppenBold";
  color: #595959;
}
#appen_main .banner-carousel .content-image .profile-content .position {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
}
#appen_main .banner-carousel .content-image .quote-content p {
  font-family: "AppenItalic";
  font-size: 1.25rem;
  line-height: 2.188rem;
  color: #595959;
  margin-bottom: 40px;
}
#appen_main .banner-carousel .content-image .quote-content .name {
  font-size: 1.5rem;
  font-family: "AppenBold";
  color: #595959;
}
#appen_main .banner-carousel .content-image .quote-content .position {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #595959;
}
#appen_main .banner-carousel.white .content-image .left-container h3,
#appen_main .banner-carousel.white .content-image .left-container p {
  color: #FFFFFF;
}
#appen_main .banner-carousel .slick-list {
  margin: 0;
  padding: 0;
}
#appen_main .banner-carousel .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
#appen_main .banner-carousel .slider-controls .slick-arrow {
  position: relative;
}
#appen_main .banner-carousel .slider-controls .slick-arrow.slide-m-prev, #appen_main .banner-carousel .slider-controls .slick-arrow.slide-m-next {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  background: transparent;
  border: none;
}
#appen_main .banner-carousel .slider-controls .slick-arrow.slide-m-prev {
  left: 0;
  margin-right: 20px;
}
#appen_main .banner-carousel .slider-controls .slick-arrow.slide-m-prev:before {
  font-family: "FontAwesome";
  color: #131313;
  content: "\f053";
  width: 11px;
  height: 17px;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}
#appen_main .banner-carousel .slider-controls .slick-arrow.slide-m-next {
  right: 0;
  margin-left: 20px;
}
#appen_main .banner-carousel .slider-controls .slick-arrow.slide-m-next:before {
  font-family: "FontAwesome";
  color: #131313;
  content: "\f054";
  width: 11px;
  height: 17px;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}
#appen_main .banner-carousel.white .slider-controls .slick-arrow.slide-m-prev:before,
#appen_main .banner-carousel.white .slider-controls .slick-arrow.slide-m-next:before {
  color: #FFFFFF;
}

@media (min-width: 600px) {
  #appen_main .carousel-item .content-image {
    display: flex;
  }
  #appen_main .banner-carousel .content-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 130px;
    padding-right: 130px;
  }
  #appen_main .banner-carousel .content-image .content-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #appen_main .banner-carousel .profile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #appen_main .banner-carousel .profile-content .profile-image {
    flex: 0 0 40%;
  }
  #appen_main .banner-carousel .profile-content .profile-description {
    flex: 0 0 50%;
    text-align: left;
  }
  #appen_main .banner-carousel .quote-content .profile-description {
    display: none;
  }
  #appen_main .banner-carousel .content-image {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  #appen_main .banner-carousel .content-image .profile-content .profile-description.mobile {
    display: block;
  }
  #appen_main .banner-carousel .content-image .left-container {
    flex-basis: auto;
  }
  #appen_main .banner-carousel .content-image .left-container h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    color: #595959;
  }
  #appen_main .banner-carousel .content-image .left-container p {
    font-size: 14px;
    line-height: 30px;
    font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    color: #595959;
  }
  #appen_main .banner-carousel .content-image .right-container img {
    width: calc(100% + 20px);
    margin: 0 auto;
    max-width: 60vw;
  }
  #appen_main .banner-carousel .content-image iframe {
    position: relative;
    overflow: hidden;
    width: calc(100% + 20px);
    height: 100%;
    margin-left: -10px;
  }
  #appen_main .banner-carousel .content-image iframe .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #appen_main .banner-carousel .content-image .right-container,
#appen_main .banner-carousel .content-image .left-container {
    margin-bottom: 40px;
  }
  #appen_main .banner-carousel .content-image .image-content {
    order: 1;
  }
  #appen_main .banner-carousel .content-image .text-content {
    order: 2;
  }
}
.spotlight-tiles {
  display: block;
}
.spotlight-tiles .tile-container {
  flex: 2;
  display: flex;
  flex-flow: row wrap;
}
.spotlight-tiles .tile-container:hover .intro-tile.tile, .spotlight-tiles .tile-container:hover .tile.empty {
  opacity: 1;
}
.spotlight-tiles .tile-container:hover .tile {
  opacity: 0.6;
  transition: 0.25s opacity linear;
}
.spotlight-tiles .tile-container .tile:hover {
  opacity: 1;
  transition: 0.25s opacity linear;
}
.spotlight-tiles .tile-container.intro {
  flex: 1;
}
.spotlight-tiles .tile-container.intro .intro-tile {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.spotlight-tiles .tile-container.intro .intro-tile .tile {
  flex: 2;
}
.spotlight-tiles .tile-container .intro-tile {
  background: #ccc;
}
.spotlight-tiles .tile-container .intro-tile .border {
  border: none !important;
}
@media (max-width: 992px) {
  .spotlight-tiles .tile-container .intro-tile {
    flex-basis: 100%;
  }
}
.spotlight-tiles .tile-container:last-of-type .tile:nth-child(even):last-of-type {
  max-height: 45vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .spotlight-tiles .tile-container:last-of-type .tile:nth-child(even):last-of-type {
    max-height: 33vw;
  }
}
.spotlight-tiles .tile {
  color: white;
  flex-basis: 33%;
  flex-grow: 1;
  position: relative;
}
.spotlight-tiles .tile img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spotlight-tiles .tile img.arrow {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: initial;
  left: initial;
  bottom: -5px;
}
@media (min-width: 768px) {
  .spotlight-tiles .tile img.arrow {
    right: 40px;
  }
}
.spotlight-tiles .tile .tile-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 29px 0 29px;
  width: 100%;
}
.spotlight-tiles .tile .tile-content h2 {
  font-size: 1.75rem;
  line-height: 2.15rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  color: #131313;
}
@media (min-width: 768px) {
  .spotlight-tiles .tile .tile-content h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .spotlight-tiles .tile .tile-content h2 {
    font-size: 3rem;
  }
}
.spotlight-tiles .tile .tile-content h3 {
  font-size: 1.375rem;
  font-family: "AppenBold";
}
.spotlight-tiles .tile .tile-content p {
  font-size: 1rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  display: none;
  color: #595959;
}
.spotlight-tiles .tile .tile-content p a {
  font-size: 1.25rem;
  font-family: "AppenBold";
  text-transform: uppercase;
  color: #EF4126;
  display: inline-block;
}
.spotlight-tiles .tile .tile-content.bottom-left {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 50px 30px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.spotlight-tiles .tile .tile-content.bottom-left p {
  display: block;
}
.spotlight-tiles .tile .tile-content .spotlight-link {
  font-size: 1.25rem;
  font-family: "AppenBold";
  text-transform: uppercase;
  color: #EF4126;
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
  width: 125px;
  background-size: 25%;
  background-position: 100% 50%;
  display: inline-block;
}
@media (min-width: 768px) {
  .spotlight-tiles .tile .tile-content {
    padding: 0 40px 0 40px;
  }
}
@media (min-width: 992px) {
  .spotlight-tiles .tile .tile-content.bottom-left {
    position: absolute;
    left: 0;
  }
  .spotlight-tiles .tile .tile-content.centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
  }
  .spotlight-tiles .tile .tile-content p {
    display: block;
  }
}
@media (max-width: 992px) {
  .spotlight-tiles .tile {
    flex-basis: 50%;
  }
}
.spotlight-tiles.full-height-intro-tile .tile-container {
  flex-flow: row wrap-reverse;
}
.spotlight-tiles.full-height-intro-tile .tile-container:first-of-type .tile:nth-child(odd):last-of-type {
  max-height: none;
}
.spotlight-tiles.full-height-intro-tile .tile-container:last-of-type .tile:nth-child(odd):last-of-type {
  max-height: 45vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .spotlight-tiles.full-height-intro-tile .tile-container:last-of-type .tile:nth-child(odd):last-of-type {
    max-height: 33vw;
  }
}
.spotlight-tiles.full-height-intro-tile .tile {
  flex-basis: 50%;
}
@media screen and (min-width: 768px) {
  .spotlight-tiles.full-height-intro-tile .tile.intro-tile .tile-content {
    padding: 0;
    width: 71%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .spotlight-tiles.full-height-intro-tile .tile .tile-content {
    padding: 0 10px;
    bottom: 29px;
  }
}
@media screen and (min-width: 992px) {
  .spotlight-tiles.full-height-intro-tile .tile .tile-content {
    left: 0;
    padding: 0 29px;
  }
}
@media screen and (min-width: 768px) {
  .spotlight-tiles {
    display: flex;
  }
}

body.page-id-35393 .full-height-intro-tile .intro-tile .border, body.page-id-35394 .full-height-intro-tile .intro-tile .border {
  border: 1px solid #898989 !important;
  padding: 70px 25px 60px 25px;
  position: relative;
  margin-bottom: 30%;
}
body.page-id-35393 .full-height-intro-tile .intro-tile .border:after, body.page-id-35394 .full-height-intro-tile .intro-tile .border:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #898989;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

body.page-id-35385 .tile-3 {
  display: none;
}
@media screen and (min-width: 768px) {
  body.page-id-35385 .tile-3 {
    display: block;
  }
}

/* TABBED LEFT RAIL START */
#appen_main .left-rail {
  padding: 40px 4%;
  max-width: 100%;
}
@media (min-width: 1400px) {
  #appen_main .left-rail {
    padding: 80px 130px;
  }
}
#appen_main .left-rail.image-right .scrolling-tabs {
  flex-direction: row-reverse;
}
#appen_main .left-rail.image-right .scrolling-tab-content {
  padding-left: 0;
  padding-right: 7%;
}
@media (max-width: 768px) {
  #appen_main .left-rail.image-right .scrolling-tab-content {
    padding-right: 0;
  }
}
#appen_main .left-rail.image-right .learn-more {
  position: relative;
  left: 60%;
}
@media (max-width: 768px) {
  #appen_main .left-rail.image-right .learn-more {
    position: inherit;
  }
  #appen_main .left-rail.image-right .learn-more .link-small:first-child {
    border-bottom: 0.5px solid #FFFFFF;
    color: #FFFFFF;
  }
}
#appen_main .left-rail.white-text h2 {
  color: #FFFFFF;
}
#appen_main .left-rail.white-text .menu-content h3 {
  color: #FFFFFF;
}
#appen_main .left-rail.white-text .scrolling-tabs .scrolling-tab-nav .active:before {
  background-color: #EBEBEB;
}
#appen_main .left-rail.white-text .scrolling-tabs .scrolling-tab-nav .theiaStickySidebar:before {
  background-color: #EBEBEB;
}
#appen_main .left-rail h2 {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 66px;
  color: #131313;
}
#appen_main .left-rail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
#appen_main .left-rail .body-small,
#appen_main .left-rail .body-small a,
#appen_main .left-rail .body-small p {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
#appen_main .left-rail .body-large.bold,
#appen_main .left-rail .body-large.bold a,
#appen_main .left-rail .body-large.bold p {
  font-family: "AppenBold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
#appen_main .left-rail .body-large.regular,
#appen_main .left-rail .body-large.regular a,
#appen_main .left-rail .body-large.regular p {
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  opacity: 0.5;
}
#appen_main .left-rail .link-small {
  font-family: "AppenBold";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #DC3318;
}
#appen_main .left-rail .learn-more {
  margin-top: -30px;
  max-width: 40%;
  justify-content: space-between;
  display: flex;
}
#appen_main .left-rail .learn-more .link-small,
#appen_main .left-rail .learn-more span {
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
#appen_main .left-rail .learn-more span {
  color: #FFFFFF;
}
#appen_main .left-rail .menu-content {
  position: relative;
}
#appen_main .left-rail .menu-content .menu-content-description {
  overflow: hidden;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
#appen_main .left-rail .menu-content h3 {
  cursor: pointer;
  color: #131313;
}
#appen_main .left-rail .scrolling-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 60px;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav {
  width: 40%;
  min-width: 225px;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav .line {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  width: 6px;
  height: 100%;
  max-height: 181px;
  background-color: #131313;
  transition: transform 0.5s cubic-bezier(0, 0, 0.34, 0.96), max-height 0.5s cubic-bezier(0, 0, 0.34, 0.96);
  transform: translate3d(0px, 0px, 0px);
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav .theiaStickySidebar {
  position: relative;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav .theiaStickySidebar:before {
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  content: "";
  background-color: #131313;
  width: 1px;
  height: 100%;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav ul li {
  list-style: none;
  float: none;
  display: block;
  line-height: 1em;
  opacity: 0.45;
  padding-left: 50px;
  margin-bottom: 45px;
  transition: opacity 0.25s ease;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav ul li:last-child {
  margin-bottom: 0;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav ul li.active {
  opacity: 1;
}
#appen_main .left-rail .scrolling-tab-content {
  flex: 1;
  padding-left: 7%;
}
#appen_main .left-rail .scrolling-tab-mobile-title,
#appen_main .left-rail .menu-content-mobile-description {
  display: none;
}
#appen_main .left-rail .scrolling-tab-content video {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
  visibility: visible;
  -o-object-fit: cover;
     object-fit: cover;
}
#appen_main .left-rail .scrolling-tab-nav .learn-more {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
#appen_main .left-rail .scrolling-tab-nav .learn-more .link-small {
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF !important;
}
#appen_main .left-rail .scrolling-tab-content-single.active {
  display: block;
}
#appen_main .left-rail .scrolling-tab-content-single {
  display: none;
}
#appen_main .left-rail .active .menu-content .menu-content-description {
  font-size: 18pt;
  max-height: 150px;
  visibility: visible;
}
#appen_main .left-rail .active .menu-content .menu-content-description .tab_links {
  display: flex;
}
#appen_main .left-rail .active .menu-content .menu-content-description .tab_links .link-small {
  margin-right: 20px;
}
#appen_main .left-rail .active .menu-content .menu-content-description .tab_links .link-small:last-child {
  margin-right: 0;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav .line {
  opacity: 0;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav .active {
  position: relative;
}
#appen_main .left-rail .scrolling-tabs .scrolling-tab-nav .active::before {
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  content: "";
  width: 6px;
  height: 100%;
  max-height: 181px;
  background-color: #131313;
  transition: transform 0.5s cubic-bezier(0, 0, 0.34, 0.96), max-height 0.5s cubic-bezier(0, 0, 0.34, 0.96);
  transform: translate3d(0px, 0px, 0px);
}
#appen_main .left-rail .wpb_tabs_nav.ui-tabs-nav {
  margin: 0;
}
#appen_main .left-rail .wpb_tabs_nav.ui-tabs-nav {
  max-height: 350px;
  overflow: scroll;
}
#appen_main .left-rail .wpb_tabs_nav.ui-tabs-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #appen_main .left-rail h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  #appen_main .left-rail p {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
  }
  #appen_main .left-rail .learn-more {
    margin-top: 30px;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  #appen_main .left-rail .learn-more .link-small:first-child {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: 0.5px solid #131313;
    padding-bottom: 25px;
    padding-top: 0;
    color: #FFFFFF;
  }
  #appen_main .left-rail .learn-more .link-small {
    padding-top: 25px;
    color: #DC3318;
  }
  #appen_main .left-rail .scrolling-tab-mobile-title h3.body-large {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #131313 !important;
    position: relative;
    margin: 0;
  }
  #appen_main .scrolling-tabs {
    margin-top: 30px;
  }
  #appen_main .scrolling-tabs .scrolling-tab-nav {
    display: none;
  }
  #appen_main .scrolling-tabs .scrolling-tab-content {
    padding: 0;
  }
  #appen_main .scrolling-tabs .scrolling-tab-content-single {
    display: block;
  }
  #appen_main .scrolling-tabs .scrolling-tab-mobile-title,
#appen_main .scrolling-tabs .scrolling-tab-content-single.active .menu-content-mobile-description {
    display: block;
  }
  #appen_main .scrolling-tabs .scrolling-tab-content-single.active .menu-content-mobile-description {
    margin-bottom: 30px;
    max-height: 100%;
    visibility: visible;
  }
  #appen_main .scrolling-tabs .scrolling-tab-mobile-title {
    background: #DCDCDC;
    margin-left: -30px;
    top: 0;
    width: calc(100% + 60px);
    padding: 14px 30px;
  }
  #appen_main .scrolling-tabs .menu-content-mobile-description {
    display: block;
  }
  #appen_main .scrolling-tab-content-single .media {
    display: block;
  }
  #appen_main .scrolling-tab-content-single.active .media {
    margin: 30px 0;
  }
  #appen_main .scrolling-tab-content-single .media,
#appen_main .scrolling-tabs .menu-content-mobile-description {
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
  }
  #appen_main .active.scrolling-tab-content-single .media,
#appen_main .active.scrolling-tabs .menu-content-mobile-description {
    font-size: 18pt;
    max-height: 150px;
    visibility: visible;
  }
  #appen_main .scrolling-tab-mobile-title .menu-content {
    position: relative;
  }
  #appen_main .scrolling-tab-mobile-title .menu-content::after {
    content: "";
    background: url(/static/img/arrow-down-black.svg);
    height: 10px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.4s;
  }
  #appen_main .active .scrolling-tab-mobile-title .menu-content::after {
    transform: rotate(180deg);
  }
  #appen_main .active .menu-content .menu-content-description {
    font-size: 18pt;
    max-height: 150px;
    visibility: visible;
  }
  #appen_main .scrolling-tabs .scrolling-tab-nav .line {
    opacity: 0;
  }
  #appen_main .scrolling-tabs .scrolling-tab-nav .active {
    position: relative;
  }
  #appen_main .scrolling-tabs .scrolling-tab-nav .active::before {
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    content: "";
    width: 6px;
    height: 100%;
    max-height: 181px;
    background-color: #EBEBEB;
    transition: transform 0.5s cubic-bezier(0, 0, 0.34, 0.96), max-height 0.5s cubic-bezier(0, 0, 0.34, 0.96);
    transform: translate3d(0px, 0px, 0px);
  }
  #appen_main .scrolling-tabs .scrolling-tab-nav .active .learn-more {
    margin-top: 30px;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  #appen_main .scrolling-tabs .scrolling-tab-nav .active .left-rail .learn-more .link-small:first-child {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: 0.5px solid #FFFFFF;
    padding-bottom: 25px;
    padding-top: 0;
    color: #FFFFFF;
  }
  #appen_main .scrolling-tabs .scrolling-tab-nav .active .left-rail .learn-more .link-small {
    padding-top: 25px;
    color: #DC3318;
  }
  #appen_main .wpb_tabs_nav.ui-tabs-nav {
    margin: 0;
  }
  #appen_main .wpb_tabs_nav.ui-tabs-nav {
    max-height: 350px;
    overflow: scroll;
  }
  #appen_main .wpb_tabs_nav.ui-tabs-nav::-webkit-scrollbar {
    display: none;
  }
}

.tab-tier1.white .tab-tier2 .tab-subnav .nav .nav-link, .tab-tier1.white .tab-tier2 .tab-subcontent .tab-pane h3 {
  color: #FFFFFF;
}
.tab-tier1.white .tab-tier2 .tab-subnav .nav .nav-link.active:after {
  border-bottom: 3px solid #FFFFFF;
}
.tab-tier1.white .tab-tier2 .tab-subnav .slick-prev:before, .tab-tier1.white .tab-tier2 .tab-subnav .slick-next:before {
  color: #FFFFFF;
}
.tab-tier1.white .slick-dots li.slick-active button {
  background-color: #BFD5CA;
  border: 1px solid #BFD5CA;
}
.tab-tier1.black .tab-tier2 .tab-subcontent .tab-pane h3 {
  color: #131313;
}
.tab-tier1.black .tab-tier2 .tab-subnav .nav .nav-link {
  color: #595959;
}
.tab-tier1.black .tab-tier2 .tab-subnav .nav .nav-link.active {
  color: #227A7A;
}

.card-body.two-col-stacked .tab-tier2 .tab-subcontent img {
  width: 100%;
  max-width: 100%;
}

.tab-tier2 .nav-subtabs {
  justify-content: flex-end;
  margin: 0 0 50px;
}
.tab-tier2 .tab-subnav {
  margin-bottom: 50px;
}
.tab-tier2 .tab-subnav .slick-arrow {
  bottom: 20px;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-disabled {
  display: none !important;
}
.tab-tier2 .tab-subnav .slick-list {
  margin: 0;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-prev {
  left: -24px;
  margin-right: 0;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-prev:before {
  width: 7px;
  height: 11px;
  font-family: "FontAwesome";
  color: #131313;
  content: "\f053";
  display: block;
  font-size: 1rem;
  line-height: 1rem;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-next {
  right: -14px;
  margin-left: 0;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-next:before {
  width: 7px;
  height: 11px;
  font-family: "FontAwesome";
  color: #131313;
  content: "\f054";
  width: 11px;
  height: 15px;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-next, .tab-tier2 .tab-subnav .slick-arrow.slick-prev {
  width: 10px;
  height: 11px;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-next:before, .tab-tier2 .tab-subnav .slick-arrow.slick-prev:before {
  background: transparent;
}
.tab-tier2 .tab-subnav .slick-arrow.slick-next:focus, .tab-tier2 .tab-subnav .slick-arrow.slick-prev:focus {
  outline: none;
}
.tab-tier2 .tab-subnav .nav {
  justify-content: center;
  margin-left: 0;
}
.tab-tier2 .tab-subnav .nav .nav-item {
  position: relative;
}
.tab-tier2 .tab-subnav .nav .nav-item:after {
  content: "|";
  display: block;
  position: absolute;
  top: 5px;
}
.tab-tier2 .tab-subnav .nav .nav-item:first-child:after {
  display: none;
}
.tab-tier2 .tab-subnav .nav .nav-link {
  font-size: 0.875rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #131313;
}
.tab-tier2 .tab-subnav .nav .nav-link.active {
  font-family: "AppenBold";
  color: #003B49;
}
.tab-tier2 .tab-subnav .nav .nav-link.active:after {
  content: "";
  display: block;
  border-bottom: 3px solid #003b49;
  position: relative;
  bottom: -4px;
}
.tab-tier2 .tab-subcontent .tab-pane.active {
  display: flex;
}
.tab-tier2 .tab-subcontent .tab-pane h3 {
  font-size: 20px;
  color: #131313;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.tab-tier2 .tab-subcontent .tab-pane p {
  margin-bottom: 30px;
}
.tab-tier2 .tab-subcontent .tab-pane .left-container,
.tab-tier2 .tab-subcontent .tab-pane .right-container {
  flex-basis: 50%;
}
.tab-tier2 .tab-subcontent .tab-pane .left-container img,
.tab-tier2 .tab-subcontent .tab-pane .right-container img {
  width: 100%;
}
.tab-tier2 .tab-subcontent .tab-pane .sub-accordion-slider .card {
  max-width: 275px;
  background-color: transparent;
  margin-bottom: 50px;
}
.tab-tier2 .tab-subcontent .tab-pane .sub-accordion-slider .card .title-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.tab-tier2 .tab-subcontent .tab-pane .sub-accordion-slider .card .title-icon h3 {
  font-size: 1.313rem;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.tab-tier2 .tab-subcontent .tab-pane .sub-accordion-slider .card .content p {
  font-size: 1rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.tab-tier2 .tab-subcontent .tab-pane .sub-accordion-slider img {
  width: auto;
}
.tab-tier2 .sub-accordion-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-tier2 .sub-accordion-slider-controls .slick-arrow {
  position: relative;
}
.tab-tier2 .sub-accordion-slider-controls .slick-arrow.sub-accordion-slide-m-prev, .tab-tier2 .sub-accordion-slider-controls .slick-arrow.sub-accordion-slide-m-next {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  background: transparent;
  border: none;
}
.tab-tier2 .sub-accordion-slider-controls .slick-arrow.sub-accordion-slide-m-prev {
  left: 0;
  margin-right: 20px;
}
.tab-tier2 .sub-accordion-slider-controls .slick-arrow.sub-accordion-slide-m-prev:before {
  content: "";
  background-image: url("img/carousel-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  width: 11px;
  height: 17px;
  display: block;
}
.tab-tier2 .sub-accordion-slider-controls .slick-arrow.sub-accordion-slide-m-next {
  right: 0;
  margin-left: 20px;
}
.tab-tier2 .sub-accordion-slider-controls .slick-arrow.sub-accordion-slide-m-next:before {
  content: "";
  background-image: url("img/carousel-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  width: 11px;
  height: 17px;
  display: block;
}

.tab-tier1 .tab-tier2 .tab-pane {
  display: none !important;
}
.tab-tier1 .tab-tier2 .tab-pane.active {
  display: flex !important;
  flex-direction: column;
}
.tab-tier1 .tab-tier2 .tab-subcontent img {
  width: 100%;
  max-width: 100%;
}
.tab-tier1.dark-teal-bg .tab-tier2 .tab-subnav .nav .nav-link {
  color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .tab-tier2 .tab-subnav .nav .nav-link.active {
  color: #BFD5CA;
}
.tab-tier1.dark-teal-bg .tab-tier2 .tab-subnav .nav .nav-link.active:after {
  border-color: #BFD5CA;
}
.tab-tier1.dark-teal-bg .tab-tier2 .sub-accordion-slider {
  border-color: #FFFFFF;
}
.tab-tier1.dark-teal-bg .tab-tier2 .sub-accordion-slider .card {
  background-color: #003B49;
}
.tab-tier1.light-gray-bg .tab-tier2 .sub-accordion-slider .card {
  background-color: #C4C4C4;
}
.tab-tier1.dark-gray-bg .tab-tier2 .tab-subnav .nav .nav-link {
  color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .tab-tier2 .tab-subnav .nav .nav-link.active {
  color: #227A7A;
}
.tab-tier1.dark-gray-bg .tab-tier2 .tab-subnav .nav .nav-link.active:after {
  border-color: #227A7A;
}
.tab-tier1.dark-gray-bg .tab-tier2 .sub-accordion-slider {
  border-color: #FFFFFF;
}
.tab-tier1.dark-gray-bg .tab-tier2 .sub-accordion-slider .card {
  background-color: #595959;
}

@media (min-width: 768px) {
  .right-container {
    width: 48%;
  }

  .tab-tier2 .tab-subnav {
    position: relative;
  }
  .tab-tier2 .tab-subnav .nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .tab-tier2 .tab-subnav .nav.slick-initialized {
    overflow: visible;
  }
  .tab-tier2 .tab-subnav .nav .nav-item {
    white-space: nowrap;
  }
  .tab-tier2 .tab-subnav .nav .nav-item.slick-slide {
    margin: 0;
  }
  .tab-tier2 .tab-subnav .nav .nav-item:after {
    display: none;
  }
  .tab-tier2 .tab-subnav .nav .nav-link {
    padding: 0.5rem 1rem;
  }
  .tab-tier2 .tab-subnav .nav .nav-link:first-of-type {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .tab-tier2 .tab-subnav {
    margin-bottom: 0;
  }
  .tab-tier2 .tab-subnav .nav .nav-link.active {
    color: #003B49;
  }
  .tab-tier2 .tab-subcontent .tab-pane.active {
    display: flex;
    justify-content: space-between;
  }
  .tab-tier2 .tab-subcontent .tab-pane h3 {
    margin: 35px 0 20px 0;
  }
  .tab-tier2 .tab-subcontent .tab-pane .left-container,
.tab-tier2 .tab-subcontent .tab-pane .right-container {
    flex-basis: 48%;
  }
  .tab-tier2 .tab-subcontent .tab-pane .right-container {
    margin-top: 50px;
  }
  .tab-tier2 .tab-subcontent .sub-accordion-slider .card {
    flex-basis: 45%;
    background-color: transparent;
    margin-bottom: 50px;
  }
  .tab-tier2 .tab-subcontent .sub-accordion-slider .card .title-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .tab-tier2 .tab-subcontent .sub-accordion-slider .card .title-icon h3 {
    font-size: 1.313rem;
    /*font-family: "AppenBold";*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
  }
  .tab-tier2 .tab-subcontent .sub-accordion-slider .card .content p {
    font-size: 1rem;
    /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  	font-family: "Poppins", sans-serif;
  	font-weight: 400;
  }
  .tab-tier2 .tab-subcontent .sub-accordion-slider img {
    width: auto;
  }
  .tab-tier2 .sub-accordion-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #131313;
    padding: 30px;
  }
  .tab-tier2 .sub-accordion-slider .card {
    flex-basis: 48%;
    margin-bottom: 50px;
  }
  .tab-tier2 .sub-accordion-slider-controls {
    display: none;
  }

  .tab-tier1 .tab-tier2 .tab-pane.active {
    flex-direction: row;
  }
  .tab-tier1 .tab-tier2 .tab-subcontent .tab-pane.active {
    flex-direction: column;
  }
}
.promotion-banner {
  padding: 40px 4%;
  margin: 0 auto;
}
.promotion-banner .promotion-content {
  margin-bottom: 40px;
}
.promotion-banner .promotion-content h1 {
  font-size: 1.75rem;
  font-family: "AppenRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}
.promotion-banner .promotion-content p {
  font-size: 1rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.promotion-banner .promotion-content a {
  font-size: 1.25rem;
  color: #EF4126;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.promotion-banner .promotion-image img {
  width: 100%;
}
.promotion-banner.promotion-banner-3col {
  padding: 40px 30px;
}
.promotion-banner.promotion-banner-3col .promotion-image {
  margin-bottom: 30px;
}
.promotion-banner.promotion-banner-3col .promotion-image img {
  max-width: 150px;
}
.promotion-banner.promotion-banner-3col .promotion-icons {
  margin-bottom: 30px;
}
.promotion-banner.promotion-banner-3col .promotion-icons .app-icon {
  display: inline-block;
}
.promotion-banner.promotion-banner-3col .promotion-icons .app-icon:first-child {
  margin-right: 35px;
}
.promotion-banner.promotion-banner-3col .promotion-content {
  margin-bottom: 0;
}
.promotion-banner.promotion-banner-3col .promotion-content h3 {
  font-size: 1.5rem;
  color: #FFFFFF !important;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.promotion-banner.promotion-banner-3col .promotion-content p {
  font-size: 1.125rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.promotion-banner.promotion-banner-3col .promotion-content a {
  font-size: 1.25rem;
  text-transform: uppercase;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #DC3318;
}
.promotion-banner.white .promotion-content h1 {
  color: #FFFFFF !important;
}

@media (min-width: 768px) {
  .promotion-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 6.4%;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .promotion-banner {
    padding: 40px 130px;
  }
}
@media (min-width: 768px) {
  .promotion-banner .promotion-content {
    flex-basis: 60%;
    margin-bottom: 0;
    padding: 100px 0;
  }
  .promotion-banner .promotion-content h1 {
    font-size: 3rem;
  }
  .promotion-banner .promotion-content p {
    font-size: 1.25rem;
  }
  .promotion-banner .promotion-content a {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .promotion-banner .promotion-image {
    flex-basis: 30%;
  }
  .promotion-banner .promotion-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .promotion-banner.promotion-banner-3col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 100px 10% 135px;
  }
  .promotion-banner.promotion-banner-3col .promotion-image {
    flex-basis: 20%;
  }
  .promotion-banner.promotion-banner-3col .promotion-image img {
    max-width: 190px;
  }
  .promotion-banner.promotion-banner-3col .promotion-icons {
    flex-basis: 20%;
  }
  .promotion-banner.promotion-banner-3col .promotion-icons .app-icon {
    display: block;
  }
  .promotion-banner.promotion-banner-3col .promotion-icons .app-icon:first-child {
    margin-bottom: 35px;
    margin-right: 0;
  }
  .promotion-banner.promotion-banner-3col .promotion-content {
    flex-basis: 50%;
    padding: 0;
  }
  .promotion-banner.promotion-banner-3col .promotion-content h3 {
    font-size: 2rem;
  }
  .promotion-banner.promotion-banner-3col .promotion-content p {
    font-size: 1.25rem;
  }
  .promotion-banner.promotion-banner-3col .promotion-content a {
    font-size: 1.25rem;
  }
}
.appen-difference-component {
  position: relative;
}
.appen-difference-component figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .appen-difference-component figure {
    position: relative;
  }
}
.appen-difference-component h2, .appen-difference-component figcaption {
  position: absolute;
  right: 60px;
  z-index: 2;
  top: 105px;
  width: 140px;
  font-size: 28px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .appen-difference-component h2, .appen-difference-component figcaption {
    top: 37%;
    left: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .appen-difference-component h2, .appen-difference-component figcaption {
    top: 35%;
    font-size: 48px;
    width: 245px;
  }
}
.appen-difference-component ul::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.appen-difference-component ul.nav-tabs {
  border: none;
  margin: 0;
  flex-wrap: wrap;
  padding-top: 234px;
  justify-content: center;
}
.appen-difference-component ul.nav-tabs li.nav-item {
  display: flex;
  align-items: center;
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link {
  border: none;
  opacity: 0.25;
  text-transform: uppercase;
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link:hover {
  cursor: pointer;
  border: none;
  opacity: 1;
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link.active {
  background: transparent;
  color: inherit;
  border: none;
  opacity: 1;
  /*font-family: "AppenMedium";*/
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link.active {
    border: 2px solid #fff;
  }
}
.appen-difference-component ul.nav-tabs li.nav-item a.nav-link .subtitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link {
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 40px 12px;
  }
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link .subtitle {
    display: block;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link {
    font-size: 32px;
  }
  .appen-difference-component ul.nav-tabs li.nav-item a.nav-link .subtitle {
    font-size: 16px;
  }
}
.appen-difference-component ul.nav-tabs li.nav-item:after {
  content: "|";
  opacity: 0.25;
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item:after {
    content: "";
  }
}
.appen-difference-component ul.nav-tabs li.nav-item:last-of-type:after {
  content: "";
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs li.nav-item {
    flex-basis: 33%;
  }
}
.appen-difference-component ul.nav-tabs.desktop-tabs {
  display: none;
}
@media screen and (min-width: 768px) {
  .appen-difference-component ul.nav-tabs {
    padding-top: 80px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .appen-difference-component ul.nav-tabs.desktop-tabs {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .appen-difference-component ul.nav-tabs {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.appen-difference-component .tab-pane {
  padding-bottom: 40px;
  padding-top: 16px;
}
.appen-difference-component .tab-pane .tab-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane .tab-image {
    position: relative;
    width: 50%;
    padding-top: 80px;
  }
}
.appen-difference-component .tab-pane .tab-copy-square {
  width: 200px;
  height: 200px;
  border: 4px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 15px;
  margin-bottom: 20px;
  margin-left: 18px;
}
.appen-difference-component .tab-pane .tab-copy-square h3 {
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane .tab-copy-square {
    display: none;
  }
}
.appen-difference-component .tab-pane .tab-description {
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane .tab-description {
    width: 50%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .appen-difference-component .tab-pane .tab-description {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-pane {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .appen-difference-component .tab-pane .tab-inner-content {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .appen-difference-component .tab-buttons {
    display: none;
  }
}

@media (max-width: 1100px) {
  #ubermenu-nav-main-6 {
    justify-content: space-around;
  }
}
#ubermenu-nav-main-6 .ubermenu-submenu ul.ubermenu-row li.ubermenu-item {
  width: 100%;
  display: block;
  float: none;
  min-width: 0;
}
#ubermenu-nav-main-6 .ubermenu-submenu ul.ubermenu-row li.ubermenu-item a.ubermenu-target {
  color: #FFFFFF;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 1em;
  }
  #ubermenu-nav-main-6 li.ubermenu-item:last-child {
    margin-right: 0em !important;
  }
}
@media (max-width: 767px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    width: 45%;
    margin-top: 0.6em;
    margin-right: 0.5em;
  }
}
@media (min-width: 912px) and (max-width: 1024px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    width: 6.8em;
  }
}
@media (max-width: 280px) {
  #ubermenu-nav-main-6 li.ubermenu-item {
    padding-right: 0.3em;
  }
}
#ubermenu-nav-main-6 li.col-sep {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #ubermenu-nav-main-6 li.col-sep {
    display: none;
  }
}
@media (min-width: 768px) {
  #ubermenu-nav-main-6 li.col-sep {
    flex-basis: 7em !important;
    flex-grow: 0 !important;
  }
}
#ubermenu-nav-main-6 li.col-sep .ubermenu-submenu {
  width: 4em;
  height: 90%;
  border-right: 0.06em solid #757575;
}
#ubermenu-nav-main-6 li.mobile-sep {
  width: 100%;
  height: 0.06em;
  border-bottom: 0.06em solid #595959;
}
@media (min-width: 768px) {
  #ubermenu-nav-main-6 li.mobile-sep {
    display: none;
  }
}
#ubermenu-nav-main-6 li.ubermenu-item ul.ubermenu-row li.ubermenu-item span.ubermenu-target {
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#ubermenu-nav-main-6 li.ubermenu-item ul.ubermenu-row li.ubermenu-item ul.ubermenu-submenu {
  width: auto;
  min-width: unset;
}

@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links a.x-anchor {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 414px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links a.x-anchor {
    margin: 5px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links a.x-anchor {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .mn97-r {
    margin-right: 0em;
    width: 55%;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .mn97-r {
    width: unset;
  }
}
@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 125px;
    height: 43px;
    margin-right: 98px;
  }
}
@media (max-width: 458px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 118px;
    margin-right: 35px;
    padding: 6px 0;
  }
}
@media (max-width: 390px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    margin-right: 20px;
  }
}
@media (max-width: 375px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    margin-right: 13px;
  }
}
@media (max-width: 360px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 110px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-logo {
    width: 38%;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links {
    margin-right: 0px;
    width: 156px;
    height: 47px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .footer-social-links {
    width: 140px;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container .x-content-area .x-section .x-row-inner .x-anchor .x-image img {
    width: 0.65em;
    height: 0.65em;
  }
}
.x-bar-footer .x-bar-content .x-bar-container a.x-anchor.x-anchor-button {
  text-decoration: none;
}
.x-bar-footer .x-bar-content .x-bar-container a.x-anchor.x-anchor-button .x-anchor-content span.x-anchor-text-primary {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .x-bar-footer .x-bar-content .x-bar-container {
    padding: 0 2.5em;
  }
}
@media (max-width: 280px) {
  .x-bar-footer .x-bar-content .x-bar-container {
    padding: 0 1.5em;
  }
}

.x-bar-footer .x-bar-content .x-bar-container a.x-anchor.x-anchor-button.join-crowd .x-anchor-content:hover {
  background-color: #BFD5CA;
}

footer .x-bar-footer .x-bar-content .x-bar-container {
  padding-right: 25px;
  padding-left: 25px;
}

.our-crowd-homepage {
  display: flex;
  flex-direction: column;
  background: url("../img/crowd-bg.png");
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 450px;
  position: relative;
}
.our-crowd-homepage #myVideo {
  top: 0;
  position: absolute;
  width: 100%;
  max-height: 100%;
  z-index: -1;
}
.our-crowd-homepage .left-section {
  display: flex;
  flex-direction: column;
  padding: 30px 4% 150px;
  width: 100%;
}
.our-crowd-homepage .left-section .heading-title h2 {
  font-size: 3rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #FFFFFF !important;
  margin-bottom: 30px;
}
.our-crowd-homepage .left-section .nav-tabs {
  border-bottom: none;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 30px;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item {
  flex-basis: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:after {
  content: "|";
  display: block;
  color: #757575;
  position: absolute;
  right: 0;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:first-child {
  justify-content: flex-start;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:first-child a {
  padding-left: 0;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:last-child {
  justify-content: flex-end;
}
.our-crowd-homepage .left-section .nav-tabs .nav-item:last-child::after {
  content: "";
  display: none;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link {
  color: #757575;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link.active {
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  text-decoration: underline;
}
.our-crowd-homepage .left-section .nav-tabs .nav-link:first-child > a {
  padding-left: 0;
}
.our-crowd-homepage .left-section .tab-content {
  min-height: 200px;
}
.our-crowd-homepage .left-section .tab-content .card {
  background-color: transparent;
  border: none;
  position: initial;
}
.our-crowd-homepage .left-section .tab-content .card .content-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .content-details {
  flex: 0 0 40%;
  margin-bottom: 100px;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .right-section {
  flex: 0 0 35%;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .content-details h3, .our-crowd-homepage .left-section .tab-content .card .content-container .content-details p {
  color: #FFFFFF !important;
}
.our-crowd-homepage .left-section .tab-content .card .content-container .content-details p {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 22px;
}
.our-crowd-homepage .left-section .bottom-links {
  display: flex;
  justify-content: space-between;
}
.our-crowd-homepage .left-section .bottom-links a {
  font-size: 1.25rem;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #BFD5CA;
  text-transform: uppercase;
}
.our-crowd-homepage .right-section .content::before {
  content: "";
  display: block;
  height: 250px;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  width: calc(100% - 130px - 30px);
  background-color: #227A7A;
  mix-blend-mode: multiply;
}
.our-crowd-homepage .right-section .content .text-content {
  max-width: 62%;
  position: relative;
  color: #FFFFFF !important;
  display: flex;
  flex-direction: column;
}
.our-crowd-homepage .right-section .content .text-content p.large-heading {
  font-size: 5rem;
  line-height: 110%;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #FFFFFF !important;
  margin: 0;
}
.our-crowd-homepage .right-section .content .text-content p {
  font-size: 1.125rem;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.our-crowd-homepage .right-section .content .text-content p:first-child {
  text-align: left;
}
.our-crowd-homepage .right-section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 30px;
  border: 5px solid #227A7A;
  width: 130px;
  height: 130px;
}

@media (min-width: 1024px) {
  .our-crowd-homepage {
    background-size: cover;
    background-color: #FFFFFF;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .our-crowd-homepage .left-section {
    padding: 130px 130px 210px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .our-crowd-homepage .left-section {
    padding: 130px 4% 210px;
  }
}
@media (min-width: 1024px) {
  .our-crowd-homepage .left-section .tab-content .card .content-container {
    flex-direction: row;
  }
  .our-crowd-homepage .left-section .tab-content .card .content-container .content-details {
    flex: 0 0 40%;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1024px) {
  .our-crowd-homepage .left-section .nav-tabs {
    justify-content: flex-start;
  }
  .our-crowd-homepage .left-section .nav-tabs .nav-item {
    flex-basis: auto;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .our-crowd-homepage .right-section .content {
    padding-bottom: 0;
  }
  .our-crowd-homepage .right-section .content .text-content {
    max-width: 100%;
  }
  .our-crowd-homepage .right-section .content .text-content p {
    font-size: 1.875rem;
    text-align: right;
  }
  .our-crowd-homepage .right-section .content .text-content p:first-child {
    text-align: left;
  }
  .our-crowd-homepage .right-section .content .text-content p.large-heading {
    font-size: 8rem;
  }
  .our-crowd-homepage .right-section .content::before {
    top: 80px;
    left: initial;
    right: 0;
    width: 40%;
    height: calc(100% - 215px - 80px);
  }
  .our-crowd-homepage .right-section:after {
    width: 215px;
    height: 215px;
    right: 40%;
    left: auto;
  }
}
.asx-release-container {
  background-color: #FFFFFF;
  padding: 40px 4%;
}
.asx-release-container .asx-title {
  margin-bottom: 20px;
}
.asx-release-container .asx-title h1 {
  font-size: 1.75rem;
  color: #595959;
  /*font-family: "AppenMedium";*/
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.asx-release-container .asx-title p {
  display: none;
}
.asx-release-container .article-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 0.5fr 1.5fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "article-type article-image" "article-content article-image";
  border: 1px solid #757575;
  margin-bottom: 20px;
  position: relative;
}
.asx-release-container .article-type {
  grid-area: article-type;
  padding: 20px 25px;
}
.asx-release-container .article-type h3 {
  font-size: 1rem;
  text-transform: uppercase;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.asx-release-container .article-image {
  grid-area: article-image;
}
.asx-release-container .article-content {
  grid-area: article-content;
  padding: 20px 25px 75px;
}
.asx-release-container .article-content h2 {
  font-size: 1rem;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #131313 !important;
}
.asx-release-container .article-content h2:hover {
  color: #EF4126 !important;
  text-decoration: underline;
}
.asx-release-container .article-content p {
  display: none;
}
.asx-release-container .article-content .link-arrow {
  font-size: 0;
  color: transparent;
  position: absolute;
  right: 0;
  bottom: 25px;
  display: none;
}
.asx-release-container .article-content .link-arrow:before {
  content: "";
  width: 56px;
  height: 56px;
  background: #fff;
  background-image: url("../img/arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  padding: 25px;
}
.asx-release-container .article-content .link-arrow:hover::before {
  content: "\f178";
  width: 56px;
  height: 56px;
  background: #dc3318;
  background-image: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  padding: 25px;
}
.asx-release-container .all_articles {
  margin: 50px 0;
}
.asx-release-container .all_articles a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #EF4126;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .asx-release-container .asx-title {
    margin-bottom: 50px;
  }
  .asx-release-container .asx-title h1 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .asx-release-container .asx-title p {
    font-size: 1.125rem;
    color: #595959;
    /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
    font-family: "Poppins", sans-serif;
  	font-weight: 400;
    display: block;
  }
  .asx-release-container .article-cards-container {
    display: flex;
    justify-content: space-between;
  }
  .asx-release-container .article-cards-container .article-card {
    display: block;
    flex-basis: 31%;
  }
  .asx-release-container .article-cards-container .article-card::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 7px solid #131313;
  }
  .asx-release-container .article-cards-container .article-card .article-type h3 {
    font-size: 1rem;
  }
  .asx-release-container .article-cards-container .article-card .article-content h2 {
    font-size: 1.5rem;
  }
  .asx-release-container .article-cards-container .article-card .article-content p {
    font-size: 1rem;
    /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
    font-family: "Poppins", sans-serif;
  	font-weight: 400;
    display: block;
  }
  .asx-release-container .article-cards-container .article-card .article-content .link-arrow {
    display: block;
  }
}
@media (min-width: 1400px) {
  .asx-release-container {
    padding: 80px 130px;
  }
}

.text-only-section,
.media-only-section {
  background: #FFFFFF;
  margin: 80px 0;
}
.text-only-section .text-only-container h2, .text-only-section .text-only-container h2,
.media-only-section .text-only-container h2,
.media-only-section .text-only-container h2 {
  font-size: 48px;
  line-height: 68.29px;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .text-only-section .text-only-container h2, .text-only-section .text-only-container h2,
.media-only-section .text-only-container h2,
.media-only-section .text-only-container h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.text-only-section .text-only-container h4, .text-only-section .text-only-container h4,
.media-only-section .text-only-container h4,
.media-only-section .text-only-container h4 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.text-only-section .text-only-container a, .text-only-section .text-only-container a,
.media-only-section .text-only-container a,
.media-only-section .text-only-container a {
  color: #DC3318;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27.62px;
}
@media (max-width: 767px) {
  .text-only-section .text-only-container a, .text-only-section .text-only-container a,
.media-only-section .text-only-container a,
.media-only-section .text-only-container a {
    font-size: 18px;
    line-height: 30px;
  }
}
.text-only-section .text-only-container img, .text-only-section .text-only-container img,
.media-only-section .text-only-container img,
.media-only-section .text-only-container img {
  width: 100%;
  margin-bottom: 30.83px;
}
.text-only-section .text-only-container .text-wrap, .text-only-section .text-only-container .text-wrap,
.media-only-section .text-only-container .text-wrap,
.media-only-section .text-only-container .text-wrap {
  margin-bottom: 20px;
}
.text-only-section .text-only-container .text-wrap p, .text-only-section .text-only-container .text-wrap p,
.media-only-section .text-only-container .text-wrap p,
.media-only-section .text-only-container .text-wrap p {
  color: #000000;
  line-height: 28px;
}
.text-only-section.white h2, .text-only-section.white p, .text-only-section.white a,
.media-only-section.white h2,
.media-only-section.white p,
.media-only-section.white a {
  color: #FFFFFF !important;
}

.text-media-combo {
  display: flex;
  flex-direction: column;
  padding: 40px 4%;
  background-color: #FFFFFF;
}
@media (min-width: 1400px) {
  .text-media-combo {
    padding: 80px 130px;
  }
}
.text-media-combo .text-section {
  margin-bottom: 35px;
}
.text-media-combo .text-section h2 {
  font-size: 1.75rem;
  /*font-family: "AppenMedium";*/
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.text-media-combo .text-section p {
  font-size: 1rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}
.text-media-combo .text-section a {
  font-size: 1.125rem;
  color: #DC3318;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.text-media-combo .media-section {
  margin-bottom: 35px;
}
.text-media-combo .media-section img {
  width: 100%;
  max-width: 500px;
}
.text-media-combo .left-side {
  order: 1;
}
.text-media-combo .right-side {
  order: 2;
}
.text-media-combo.white h2, .text-media-combo.white p, .text-media-combo.white a {
  color: #FFFFFF !important;
}

@media (min-width: 992px) {
  .text-media-combo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .text-media-combo .text-section {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .text-media-combo .text-section h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (min-width: 1480px) {
  .text-media-combo .text-section h2 {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .text-media-combo .text-section a {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .text-media-combo .media-section {
    flex-basis: 48%;
    margin-bottom: 0;
    text-align: center;
  }
}
.leader-cta a {
  line-height: 27px !important;
}
.leader-cta a:hover {
  text-decoration: none;
}
.leader-cta a::before {
  content: url("/wp-content/themes/appen/assets/img/Arrow-white.png");
  margin-right: 20px;
  background-color: #EF4126;
  padding: 10px 10px;
}
@media (max-width: 767px) {
  .leader-cta a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .leader-cta a::after {
    content: url("/wp-content/themes/appen/assets/img/Arrow-white.png");
    margin-left: 20px;
    background-color: #EF4126;
    padding: 10px 10px;
  }
}

.data-lifcycle-container {
  background: #FFFFFF;
  padding: 80px 130px;
  min-height: 850px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.6fr 1.4fr;
  gap: 0px;
  grid-auto-flow: row;
  grid-template-areas: "cycle-title cycle-nav" "cycle-content cycle-nav";
}
.data-lifcycle-container .cycle-title {
  grid-area: cycle-title;
  margin-bottom: 50px;
}
.data-lifcycle-container .cycle-title h2 {
  font-size: 3rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}
.data-lifcycle-container .cycle-title p {
  font-size: 1rem;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #595959;
}
.data-lifcycle-container .cycle-nav {
  grid-area: cycle-nav;
  position: relative;
  align-self: flex-start;
  top: 100px;
}
.data-lifcycle-container .cycle-nav img {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 200px;
  height: 200px;
}
.data-lifcycle-container .cycle-nav .nav-tabs {
  position: relative;
  width: 550px;
  height: 580px;
  border: none;
  margin: auto;
  z-index: 1;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link {
  width: 234px;
  height: 234px;
  background: url("../img/leaf-step1.png") center center no-repeat;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.4s;
  padding-top: 45px;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active {
  z-index: 9;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  background-image: url(../img/data-arrow-active.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  position: absolute;
  width: 126px;
  height: 98px;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.red {
  background-color: #A8202A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.teal {
  background-color: #227A7A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.orange {
  background-color: #EF4126;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.dark-teal {
  background-color: #003B49;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.red {
  background: url("../img/leaf-red.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.teal {
  background: url("../img/leaf-teal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.orange {
  background: url("../img/leaf-orange.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1.dark-teal {
  background: url("../img/leaf-darkteal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1:after {
  top: 35%;
  right: -65%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.red {
  background-color: #A8202A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.teal {
  background-color: #227A7A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.orange {
  background-color: #EF4126;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.dark-teal {
  background-color: #003B49;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.red {
  background: url("../img/leaf-red.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.teal {
  background: url("../img/leaf-teal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.orange {
  background: url("../img/leaf-orange.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2.dark-teal {
  background: url("../img/leaf-darkteal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2:after {
  bottom: -55%;
  right: 20%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.red {
  background-color: #A8202A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.teal {
  background-color: #227A7A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.orange {
  background-color: #EF4126;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.dark-teal {
  background-color: #003B49;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.red {
  background: url("../img/leaf-red.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.teal {
  background: url("../img/leaf-teal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.orange {
  background: url("../img/leaf-orange.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3.dark-teal {
  background: url("../img/leaf-darkteal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3:after {
  bottom: 35%;
  left: -60%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.red {
  background-color: #A8202A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.teal {
  background-color: #227A7A;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.orange {
  background-color: #EF4126;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.dark-teal {
  background-color: #003B49;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.red {
  background: url("../img/leaf-red.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.teal {
  background: url("../img/leaf-teal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.orange {
  background: url("../img/leaf-orange.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4.dark-teal {
  background: url("../img/leaf-darkteal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4:after {
  top: -55%;
  left: 25%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link:after {
  content: "";
  display: block;
  background-image: url(../img/data-arrow-inactive.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  position: absolute;
  width: 96px;
  height: 96px;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/leaf-up.svg") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-1:after {
  transform: rotate(0deg);
  top: 35%;
  right: -50%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-1:hover {
  background: url("../img/leaf-red.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/leaf-right.svg") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-2:after {
  transform: rotate(90deg);
  bottom: -50%;
  right: 30%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-2:hover {
  background: url("../img/leaf-teal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/leaf-down.svg") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-3:after {
  transform: rotate(180deg);
  bottom: 35%;
  left: -50%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-3:hover {
  background: url("../img/leaf-orange.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-4 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/leaf-left.svg") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-4:after {
  transform: rotate(270deg);
  top: -50%;
  left: 30%;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-4:hover {
  background: url("../img/leaf-darkteal.png") center center no-repeat;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link .step-title {
  font-size: 30px;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #FFFFFF !important;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link .num-title {
  font-size: 75px;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.data-lifcycle-container .cycle-nav .nav-tabs .nav-link .label-title {
  font-size: 20px;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.data-lifcycle-container .cycle-nav .image-back img {
  display: none;
}
.data-lifcycle-container .cycle-nav .image-back.active img {
  display: block;
}
.data-lifcycle-container .cycle-content {
  grid-area: cycle-content;
}
.data-lifcycle-container .cycle-content .card {
  padding: 50px;
  border: none;
  border-radius: 0;
}
.data-lifcycle-container .cycle-content .card.red {
  background-color: #A8202A;
}
.data-lifcycle-container .cycle-content .card.teal {
  background-color: #227A7A;
}
.data-lifcycle-container .cycle-content .card.orange {
  background-color: #EF4126;
}
.data-lifcycle-container .cycle-content .card.dark-teal {
  background-color: #003B49;
}
.data-lifcycle-container .cycle-content .card .content-container h3 {
  font-size: 1.25rem;
  color: #FFFFFF !important;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.data-lifcycle-container .cycle-content .card .icon-content {
  display: flex;
  padding-left: 70px;
  position: relative;
}
.data-lifcycle-container .cycle-content .card .icon-content p {
  font-size: 1rem;
  color: #FFFFFF;
  /*font-family: "AppenRegular", Arial, Helvetica, sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.data-lifcycle-container .cycle-content .card .icon-content img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  position: absolute;
}

@media (max-width: 1024px) {
  .data-lifcycle-container {
    display: block;
    padding: 0;
  }
  .data-lifcycle-container .cycle-title {
    padding: 40px 4% 0;
  }
  .data-lifcycle-container .cycle-title h2 {
    font-size: 1.75rem;
  }
  .data-lifcycle-container .cycle-nav {
    margin-bottom: 50px;
    top: 0;
  }
  .data-lifcycle-container .cycle-nav img {
    display: none;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs {
    width: 390px;
    height: 310px;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link {
    width: 125px;
    height: 115px;
    padding-top: 0;
    background-size: cover !important;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link .step-title {
    visibility: hidden;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link .num-title {
    font-size: 60px;
    visibility: visible;
    display: block;
    width: 100px;
    height: 85px;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link .label-title {
    display: none;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-1 {
    height: 140px;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-1:after {
    top: 10%;
    right: -55%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-2 {
    right: 20px;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-2:after {
    bottom: -65%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-3 {
    height: 140px;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-3:after {
    bottom: 15%;
    left: -60%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-4 {
    left: 20px;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.nav-4:after {
    top: -65%;
    left: 25%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link:after {
    width: 58px;
    height: 58px;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-1:after {
    top: 10%;
    right: -70%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-2:after {
    bottom: -70%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-3:after {
    bottom: 15%;
    left: -75%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active.nav-4:after {
    top: -75%;
    left: 15%;
  }
  .data-lifcycle-container .cycle-nav .nav-tabs .nav-link.active:after {
    width: 74px;
    height: 58px;
  }
  .data-lifcycle-container .cycle-nav .image-back {
    display: none;
  }
  .data-lifcycle-container .cycle-content .card {
    padding-left: 4%;
    padding-right: 4%;
  }
  .data-lifcycle-container .cycle-content .card .content-container h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1025px) {
  .data-lifcycle-container {
    padding: 80px 4%;
    gap: 0px 2%;
  }
  .data-lifcycle-container .cycle-nav {
    align-self: center;
    zoom: 0.8;
  }
}
.three-pillars-component {
  position: relative;
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
}
.three-pillars-component .background-image {
  display: none;
}
.three-pillars-component .tab-image {
  display: none;
  position: absolute;
  top: 166px;
  width: 100%;
  text-align: center;
}
.three-pillars-component .tab-image img {
  width: 50%;
}
.three-pillars-component .tab-image figcaption {
  display: none;
}
.three-pillars-component .tab-content {
  padding-bottom: 30px;
}
.three-pillars-component h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.three-pillars-component .nav-tabs {
  display: none;
}
.three-pillars-component .card {
  background-color: transparent;
}
.three-pillars-component .card-body {
  padding: 0 1.25rem;
}
.three-pillars-component .inner-content-container strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.three-pillars-component .inner-content-container .card-header {
  border-bottom: none;
  background-color: transparent;
}
.three-pillars-component .inner-content-container .card-header a.collapsed {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -0.75rem -1.25rem;
  padding: 0.75rem 1rem;
}
.three-pillars-component .inner-content-container .card-header a.collapsed:after {
  content: "\f107";
  font-family: "fontAwesome";
  width: 18px;
  height: 22px;
  display: block;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: -5px;
}
.three-pillars-component .inner-content-container .card-header a.collapsed:hover {
  text-decoration: none;
}
.three-pillars-component .inner-content-container .card-header a[aria-expanded=true] {
  font-size: 1rem;
  /*font-family: "AppenBold";*/
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -0.75rem -1.25rem;
  padding: 0.75rem 1rem;
}
.three-pillars-component .inner-content-container .card-header a[aria-expanded=true]:after {
  content: "\f106";
  width: 18px;
  height: 22px;
  display: block;
  font-family: "fontAwesome";
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: -7px;
}
.three-pillars-component .inner-content-container .card-header a[aria-expanded=true]:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .three-pillars-component .tab-pane {
    display: block !important;
    opacity: 1 !important;
    border: none;
    color: #FFFFFF !important;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component {
    overflow: hidden;
    background-image: none !important;
    padding-top: 0;
  }
  .three-pillars-component figure {
    margin-bottom: 0;
  }
  .three-pillars-component .cubes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .three-pillars-component .cubes.state-1 .cube-1 {
    background-color: #ef4126;
  }
  .three-pillars-component .cubes.state-1 .cube-2 {
    background-color: #00dddd;
  }
  .three-pillars-component .cubes.state-1 .cube-3 {
    background-color: #bfd5ca;
  }
  .three-pillars-component .cubes.state-2 .cube-1 {
    background-color: #00dddd;
  }
  .three-pillars-component .cubes.state-2 .cube-2 {
    background-color: #ef4126;
  }
  .three-pillars-component .cubes.state-2 .cube-3 {
    background-color: #bfd5ca;
  }
  .three-pillars-component .cubes.state-3 .cube-1 {
    background-color: #bfd5ca;
  }
  .three-pillars-component .cubes.state-3 .cube-2 {
    background-color: #ef4126;
  }
  .three-pillars-component .cubes.state-3 .cube-3 {
    background-color: #00dddd;
  }
  .three-pillars-component .cubes .cube {
    width: 40px;
    height: 40px;
    border: 2px solid #FFFFFF;
    opacity: 0.5;
    position: absolute;
    right: 0;
  }
  .three-pillars-component .cubes .cube-1 {
    background-color: #ef4126;
    width: 70px;
    height: 70px;
    right: 23%;
    top: 28%;
  }
  .three-pillars-component .cubes .cube-2 {
    background-color: #bfd5ca;
    width: 50px;
    height: 50px;
    right: 33%;
    top: 13%;
  }
  .three-pillars-component .cubes .cube-3 {
    background-color: #00dddd;
    width: 80px;
    height: 80px;
    right: 18%;
    top: 5%;
  }
  .three-pillars-component .background-image {
    display: block;
  }
  .three-pillars-component .tab-content {
    padding-bottom: 0;
  }
  .three-pillars-component .tab-content, .three-pillars-component .nav-tabs {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .three-pillars-component .tab-content, .three-pillars-component .nav-tabs {
    padding: 0 130px;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .inner-content-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .bottom-content {
    position: relative;
    bottom: 0;
    padding-bottom: 0px;
    max-width: 970px;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .tab-image {
    display: none !important;
    position: relative;
    width: 100%;
    top: 23%;
  }
  .three-pillars-component .tab-image.active {
    display: block;
  }
  .three-pillars-component .tab-image img {
    width: 100%;
  }
  .three-pillars-component .tab-image figcaption {
    font-size: 1.75rem;
    line-height: 1.2;
    text-align: left;
    display: block;
    position: absolute;
    top: 48%;
    left: 9vw;
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component h2 {
    position: static;
    padding-left: 40px;
    margin: 0;
    font-size: 3rem;
    line-height: 1.2;
    text-align: left;
    max-width: 405px;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .three-pillars-component h2 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .nav-tabs {
    display: flex;
    border-bottom: 0;
    margin-left: 0;
  }
  .three-pillars-component .nav-tabs .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  .three-pillars-component .nav-tabs .nav-item {
    position: relative;
  }
  .three-pillars-component .nav-tabs .nav-item .line-start {
    height: 1px;
    width: 50%;
    position: absolute;
  }
  .three-pillars-component .nav-tabs .nav-item .nav-link {
    padding: 0.5rem 2rem;
    border: none;
    text-transform: uppercase;
  }
  .three-pillars-component .nav-tabs .nav-item .nav-link.active {
    background: transparent;
    border: none;
    text-decoration: underline;
    font-family: "AppenBold";
  }
  .three-pillars-component .nav-tabs .nav-item .nav-link:hover {
    border: none;
  }
  .three-pillars-component .nav-tabs .nav-item .nav-link:not(.active) {
    color: #FFFFFF !important;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .card {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .card-body {
    padding-left: 0;
    color: #FFFFFF;
    height: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .card .card-header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .three-pillars-component .card .collapse {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .three-pillars-component .cubes .cube-1 {
    width: 90px;
    height: 90px;
  }
  .three-pillars-component .cubes .cube-2 {
    width: 70px;
    height: 70px;
  }
  .three-pillars-component .cubes .cube-3 {
    width: 100px;
    height: 100px;
  }
  .three-pillars-component h2 {
    max-width: 700px;
    font-size: 4rem;
  }
  .three-pillars-component .tab-image figcaption {
    font-size: 2.5rem;
    line-height: 1.2;
    max-width: 380px;
  }
  .three-pillars-component .card-body {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .three-pillars-component .bottom-content {
    bottom: 22%;
  }
}
@media screen and (min-width: 1400px) {
  .three-pillars-component .tab-image figcaption {
    font-size: 3.75rem;
    line-height: 4.25rem;
    max-width: 500px;
  }
}

#appen_main .three-pillars-component h2 {
  color: #FFFFFF;
}

.main_menu_container.flex .right_menu .appen_menu_buttons ul li:last-child a {
	border: 1px solid #57d873;
    background: #57d873;
}

.icon-groups {
  padding: 20px 4%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-auto-rows: 20px;
}
@media (min-width: 1200px) {
  .icon-groups {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
@media (min-width: 1400px) {
  .icon-groups {
    padding: 80px 130px;
  }
}
@media (max-width: 400px) {
  .icon-groups {
    padding: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
.icon-groups.white-text .icon-single .icon-single-icon {
  filter: brightness(0) invert(1);
}
.icon-groups .icon-group .icon-group-title {
  position: relative;
  margin-bottom: 40px;
  height: 68px;
  display: flex;
  align-items: flex-end;
}
.icon-groups .icon-group .icon-group-title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
}
.icon-groups .icon-group .icon-group-title::after {
  content: "";
  height: 6px;
  width: 58px;
  background: #DC3318;
  position: absolute;
  bottom: 0;
  left: 0;
}
.icon-groups .icon-group .icon-single {
  margin-bottom: 40px;
}
.icon-groups .icon-group .icon-single .icon-single-icon {
  max-width: 40.6px;
  max-height: 40.6px;
  margin-bottom: 20px;
}
.icon-groups .icon-group .icon-single .icon-single-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #BFD5CA;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .icon-groups .icon-group .icon-single .icon-single-title {
    font-size: 20px;
    line-height: 32px;
  }
}
.icon-groups .icon-group .icon-single .icon-single-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}

.x-masthead .x-bar-top .x-bar-content .x-bar-container a.x-anchor.x-anchor-button {
    background: #208837;
    text-decoration: none;
}
body header.x-masthead .x-bar-top .x-bar-content .e26-5.x-bar-container {
	border-color: transparent;
}
.mktoForm select.mktoField {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.9979 6.36396L1.63394 0L0.219727 1.41421L6.58369 7.77817L7.9979 9.19239L9.41211 7.77817L15.7761 1.41421L14.3619 0L7.9979 6.36396Z' fill='%2357d873'/%3E%3C/svg%3E%0A") !important;
}
.mktoForm .mktoAsterix {
	color: #57d873 !important;
}
body.page-id-31360 .mktoForm input[type=checkbox]:checked + label:before {
	background-color: #208837 !important;
    border-color: #208837 !important;
}
.mktoForm .mktoLabel a:hover {
	color: #208837;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler, 
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), 
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
	background-color: #208837 !important;
    border-color: #208837 !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler, 
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
	color: #208837 !important;
    border-color: #208837 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, 
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, 
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, 
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link, 
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a, 
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,
#onetrust-consent-sdk #onetrust-banner-sdk a[href], 
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font, 
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: #208837 !important;
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
	filter: none;
}

a.orange-next-btn:focus .x-anchor-content,
a.orange-next-btn .x-anchor-content:focus {
	background: transparent !important;
}

li.ubermenu-item:hover,
li.ubermenu-item span.ubermenu-target:hover {
	color: #57d873 !important;
}

.form-v1 .mktoButtonWrap {
	text-align: left;
}
.form-v1 .mktoButton {
	padding: 12px 47px !important;
    min-width: 189px;
    border: 1px solid #0a2d39 !important;
    transition: all 0.2s cubic-bezier(.42,0,1,1);
    background: #0a2d39 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
    font-family: "Grotesque";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: none !important;
    letter-spacing: 0.03125em;
}
.form-v1 .mktoButton:hover {
	background: #fff !important;
    color: #0a2d39;
}

.contact-info h2 {
	font-size: 22px;
    font-weight: 400;
}
.contact-info h3 {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}
.contact-info h3 a {
	 font-weight: 700;
}

@media (max-width: 991px) {
	.x-off-canvas ul.sub-menu li a {
		text-decoration: none;
	}
	.x-off-canvas ul.sub-menu li a:hover {
		text-decoration: underline;
		color: #57d873;
	}
	.x-off-canvas-content .x-menu-collapsed li.menu-item a.x-anchor.x-anchor-button {
		text-decoration: none;
	}
	.x-off-canvas-content .x-menu-collapsed li.menu-item a.x-anchor.x-anchor-button:hover {
		text-decoration: underline;
		color: #57d873;
	}
}

/*# sourceMappingURL=custom.css.map */