@charset "UTF-8";
.rh-customer-success--component {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  background: #ffffff;
  text-decoration: none;
  overflow: hidden;
}
.rh-customer-success--component:hover .rh-customer-success-img-container[data-rh-overlay-hover=dark]::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.rh-customer-success--component:hover .rh-customer-success-img-container[data-rh-overlay-hover=light]::before {
  background-color: rgba(255, 255, 255, 0.8);
}

.rh-customer-success--component:hover .rh-customer-success-cta {
  color: light-dark(#004080, #92c5f9);
}
#block-redhat-www-type-success-success-search-results .rh-customer-success--component {
  --pfe-card--BorderWidth: var(--pfe-theme--surface--border-width, 1px);
}

.rh-customer-success-img-container {
  position: relative;
  height: 190px;
  background-size: cover;
  background-position: center center;
}
.rh-customer-success-img-container[data-rh-overlay=white-90]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(255, 255, 255, 0.9);
}

.rh-customer-success-img-container[data-rh-overlay=white-70]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(255, 255, 255, 0.7);
}

.rh-customer-success-img-container[data-rh-overlay=white-50]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(255, 255, 255, 0.5);
}

.rh-customer-success-img-container[data-rh-overlay=white-30]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(255, 255, 255, 0.3);
}

.rh-customer-success-img-container[data-rh-overlay=black-90]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(0, 0, 0, 0.9);
}

.rh-customer-success-img-container[data-rh-overlay=black-70]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(0, 0, 0, 0.7);
}

.rh-customer-success-img-container[data-rh-overlay=black-50]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(0, 0, 0, 0.5);
}

.rh-customer-success-img-container[data-rh-overlay=black-30]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(0, 0, 0, 0.3);
}

.rh-customer-success-img-container[data-rh-overlay=rich-black-90]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(21, 21, 21, 0.9);
}

.rh-customer-success-img-container[data-rh-overlay=rich-black-70]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(21, 21, 21, 0.7);
}

.rh-customer-success-img-container[data-rh-overlay=rich-black-50]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(21, 21, 21, 0.5);
}

.rh-customer-success-img-container[data-rh-overlay=rich-black-30]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(21, 21, 21, 0.3);
}

.rh-customer-success-img-container[data-rh-overlay=gray-90]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(199, 199, 199, 0.9);
}

.rh-customer-success-img-container[data-rh-overlay=gray-70]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(199, 199, 199, 0.7);
}

.rh-customer-success-img-container[data-rh-overlay=gray-50]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(199, 199, 199, 0.5);
}

.rh-customer-success-img-container[data-rh-overlay=gray-30]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: z("default");
  background-color: rgba(199, 199, 199, 0.3);
}

.rh-customer-success-img-container > * {
  position: relative;
}
.rh-customer-success-img-container[data-rh-background-image=fallback] {
  background: url("../images/cardbg-black-squares.png") #292929;
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.rh-customer-success-img-container::before {
  transition: background-color 0.3s ease;
}

.rh-customer-success-logo-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rh-customer-success-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 100px;
}
[data-rh-align=content-shift] .rh-customer-success-logo {
  top: calc(50% - 16px);
}

.rh-customer-success-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  position: relative;
  background: #ffffff;
  padding: 20px 20px 32px;
  margin: -32px 32px 0;
}
.rh-customer-success-content > * {
  margin-top: 0;
}

.rh-customer-success-title {
  font-family: RedHatDisplay, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-heading, RedHatDisplay, Helvetica, Arial, sans-serif);
  font-size: 1rem;
  font-size: var(--pf-c-title--m-md--FontSize, 1rem);
  line-height: 1.5;
  line-height: var(--pfe-theme--line-height, 1.5);
  font-weight: 400;
  font-weight: var(--pfe-theme--font-weight--normal, 400);
  margin: 0 0 16px;
}
.rh-customer-success-title:not(:last-child) {
  margin-bottom: 1rem;
  margin-bottom: var(--pfe-theme--content-spacer--heading--sm, 1rem);
}
.rh-customer-success-title {
  color: #151515;
}

[data-rh-theme^=dark] .rh-customer-success-title {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-customer-success-title {
  color: #151515;
}

.rh-customer-success-title:last-child {
  margin-bottom: 0;
}
.rh-customer-success-title a {
  text-decoration: none;
  color: inherit;
}
.rh-customer-success-title a {
  --pfe-broadcasted--link--hover: #004080;
}

[data-rh-theme^=dark] .rh-customer-success-title a {
  --pfe-broadcasted--link--hover: #c7c7c7;
}

[data-rh-theme^=light] .rh-customer-success-title a {
  --pfe-broadcasted--link--hover: #004080;
}

.rh-customer-success-title a {
  --pfe-broadcasted--link--focus: #004080;
}

[data-rh-theme^=dark] .rh-customer-success-title a {
  --pfe-broadcasted--link--focus: #b9dafc;
}

[data-rh-theme^="dark desaturated"] .rh-customer-success-title a {
  --pfe-broadcasted--link--focus: #c7c7c7;
}

[data-rh-theme^=light] .rh-customer-success-title a {
  --pfe-broadcasted--link--focus: #004080;
}

.rh-customer-success-title a:hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-customer-success-title a:hover {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-customer-success-title a:hover {
  color: #004080;
}

.rh-customer-success-title a:active, .rh-customer-success-title a:focus {
  text-decoration: none;
}
.rh-customer-success-title a:active, .rh-customer-success-title a:focus {
  color: #004080;
}

[data-rh-theme^=dark] .rh-customer-success-title a:active, [data-rh-theme^=dark] .rh-customer-success-title a:focus {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-customer-success-title a:active, [data-rh-theme^=light] .rh-customer-success-title a:focus {
  color: #004080;
}

.rh-customer-success-summary {
  font-family: RedHatText, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Helvetica, Arial, sans-serif);
  font-size: 1.125rem;
  font-size: var(--pf-c-title--m-lg--FontSize, 1.125rem);
  line-height: 1.5;
  line-height: var(--pfe-theme--line-height, 1.5);
  font-weight: 400;
  font-weight: var(--pfe-theme--font-weight--normal, 400);
  margin: 0 0 18px;
}
.rh-customer-success-summary {
  color: #151515;
}

[data-rh-theme^=dark] .rh-customer-success-summary {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-customer-success-summary {
  color: #151515;
}

.rh-customer-success-summary:last-child {
  margin-bottom: 0;
}

.rh-customer-success-cta {
  font-weight: 700;
  font-family: "Red Hat Display", "RedHatDisplay", Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-heading, "Red Hat Display", "RedHatDisplay", Helvetica, Arial, sans-serif);
  font-size: 18px;
  text-decoration: none;
  background: none;
  border: 0;
  margin: auto 0 0;
  padding: 3px 0;
  position: relative;
}
.rh-customer-success-cta {
  color: #0066cc;
}

[data-rh-theme^=dark] .rh-customer-success-cta {
  color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-customer-success-cta {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-customer-success-cta {
  color: #0066cc;
}

.rh-customer-success-cta:active, .rh-customer-success-cta:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-customer-success-cta:active, .rh-customer-success-cta:focus {
  outline-color: #0066cc;
}

[data-rh-theme^=dark] .rh-customer-success-cta:active, [data-rh-theme^=dark] .rh-customer-success-cta:focus {
  outline-color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-customer-success-cta:active, [data-rh-theme^="dark desaturated"] .rh-customer-success-cta:focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-customer-success-cta:active, [data-rh-theme^=light] .rh-customer-success-cta:focus {
  outline-color: #0066cc;
}

.rh-customer-success-cta:focus {
  transition: none;
}
.rh-customer-success-cta:focus {
  outline-color: #004080;
}

[data-rh-theme^=dark] .rh-customer-success-cta:focus {
  outline-color: #b9dafc;
}

[data-rh-theme^="dark desaturated"] .rh-customer-success-cta:focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-customer-success-cta:focus {
  outline-color: #004080;
}