@charset "UTF-8";
.rh-social-icon--component {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rh-social-icon--component[data-rh-align~=left] {
  list-style-position: outside;
  text-align: left;
}

.rh-social-icon--component[data-rh-align~=right] {
  text-align: right;
  list-style-position: inside;
}

.rh-social-icon--component[data-rh-align~=center] {
  text-align: center;
  list-style-position: inside;
}
.rh-social-icon--component[data-rh-align~=center] > ul {
  padding-left: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .rh-social-icon--component[data-rh-align~=left-mobile] {
    list-style-position: outside;
    text-align: left;
  }
  .rh-social-icon--component[data-rh-align~=right-mobile] {
    text-align: right;
    list-style-position: inside;
  }
  .rh-social-icon--component[data-rh-align~=center-mobile] {
    text-align: center;
    list-style-position: inside;
  }
  .rh-social-icon--component[data-rh-align~=center-mobile] > ul {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .rh-social-icon--component[data-rh-align=left-desktop] {
    list-style-position: outside;
    text-align: left;
  }
  .rh-social-icon--component[data-rh-align=right-desktop] {
    text-align: right;
    list-style-position: inside;
  }
}
.no-flexbox .rh-social-icon--component {
  display: inline-block;
}
.no-flexbox .rh-social-icon--component > * {
  float: left;
}
.no-flexbox .rh-social-icon--component > * {
  margin-right: auto;
  margin-left: auto;
}
.rh-social-icon--component > *:first-child:not(:only-child) {
  margin: 0 10px 0 0;
}
.rh-social-icon--component > *:first-child:not(:only-child):last-child {
  margin-right: 0;
}
.rh-social-icon--component[data-rh-align=left] {
  justify-content: flex-start;
}

.rh-social-icon--component[data-rh-align=center] {
  justify-content: center;
}

.rh-social-icon--component[data-rh-align=right] {
  justify-content: flex-end;
}

.rh-social-icon--component[data-rh-nobreak] > *:first-child:not(:only-child) {
  margin: 0 10px 0 0;
}
.rh-social-icon--component[data-rh-nobreak] > *:first-child:not(:only-child):last-child {
  margin-right: 0;
}

@media print {
  .rh-social-icon--component {
    display: none;
  }
}

.rh-social-icon-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
}
.no-flexbox .rh-social-icon-link {
  display: inline-block;
}
.no-flexbox .rh-social-icon-link > * {
  float: left;
}
[data-rh-align=left] .rh-social-icon-link {
  align-items: flex-start;
}

[data-rh-align=center] .rh-social-icon-link {
  align-items: center;
}

[data-rh-align=right] .rh-social-icon-link {
  align-items: flex-end;
}
[data-rh-align=right] .rh-social-icon-link:last-child {
  margin-right: 0;
}

[data-rh-position=right] .rh-social-icon-link {
  flex-direction: row;
  align-items: center;
}

[data-rh-nobreak] .rh-social-icon-link {
  flex-wrap: nowrap;
}

.rh-social-icon-link:hover {
  cursor: pointer;
}
.rh-social-icon-link:hover svg {
  fill: #292929;
}
[data-rh-position=below] .rh-social-icon-link > * {
  margin: 0 0 10px;
}
[data-rh-position=below] .rh-social-icon-link > :last-child {
  margin-bottom: 0;
}

[data-rh-position=right] .rh-social-icon-link > * {
  margin: 0 10px 0 0;
}
[data-rh-position=right] .rh-social-icon-link > :last-child {
  margin-bottom: 0;
}

.rh-social-icon-link[data-analytics-text=E-mail] .rh-social-icon-logo > svg, .rh-social-icon-link[data-analytics-text=YouTube] .rh-social-icon-logo > svg {
  padding: 0;
}

.rh-social-icon-label {
  font-family: RedHatText, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Helvetica, Arial, sans-serif);
  font-size: 0.75rem;
  font-size: var(--pf-global--FontSize--xs, 0.75rem);
  font-weight: 700;
  font-weight: var(--pfe-theme--font-weight--bold, 700);
  color: color(social-label);
}
.rh-social-icon-label {
  color: #151515;
}

[data-rh-theme^=dark] .rh-social-icon-label {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-social-icon-label {
  color: #151515;
}

.rh-social-icon-label:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-social-icon-label:focus {
  outline-color: #0066cc;
}

[data-rh-theme^=dark] .rh-social-icon-label:focus {
  outline-color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-social-icon-label:focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-social-icon-label:focus {
  outline-color: #0066cc;
}

:not([data-rh-nobreak]) > .rh-social-icon-label {
  position: absolute;
  min-width: 200px;
  top: -30px;
  left: 0;
  margin-right: 0;
}

.rh-social-icon-logo {
  display: inline-block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
[data-rh-icon-size=xsmall] .rh-social-icon-logo {
  width: 24px;
  height: 24px;
}

[data-rh-icon-size=small] .rh-social-icon-logo {
  width: 40px;
  height: 40px;
}

[data-rh-icon-size=medium] .rh-social-icon-logo {
  width: 64px;
  height: 64px;
}

[data-rh-icon-size=large] .rh-social-icon-logo {
  width: 96px;
  height: 96px;
}
[data-analytics-text=YouTube] [data-rh-icon-size=large] .rh-social-icon-logo, [data-rh-icon-size=large] [data-analytics-text=YouTube] .rh-social-icon-logo, [data-analytics-text=E-mail] [data-rh-icon-size=large] .rh-social-icon-logo, [data-rh-icon-size=large] [data-analytics-text=E-mail] .rh-social-icon-logo {
  padding: 12px;
}

.no-flexbox .rh-social-icon-logo {
  display: inline-block;
}
.no-flexbox .rh-social-icon-logo > * {
  float: left;
}
.rh-social-icon-logo path,
.rh-social-icon-logo polygon,
.rh-social-icon-logo rect {
  fill: #292929;
}
a:hover .rh-social-icon-logo path,
a:hover .rh-social-icon-logo polygon,
a:hover .rh-social-icon-logo rect {
  fill: #4d4d4d;
}
[data-rh-theme^=dark] .rh-social-icon-logo path,
[data-rh-theme^=dark] .rh-social-icon-logo polygon,
[data-rh-theme^=dark] .rh-social-icon-logo rect {
  fill: #ffffff;
}
a:hover [data-rh-theme^=dark] .rh-social-icon-logo path, [data-rh-theme^=dark] a:hover .rh-social-icon-logo path,
a:hover [data-rh-theme^=dark] .rh-social-icon-logo polygon,
[data-rh-theme^=dark] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-theme^=dark] .rh-social-icon-logo rect,
[data-rh-theme^=dark] a:hover .rh-social-icon-logo rect {
  fill: #707070;
}

[data-rh-theme^=light] .rh-social-icon-logo path,
[data-rh-theme^=light] .rh-social-icon-logo polygon,
[data-rh-theme^=light] .rh-social-icon-logo rect {
  fill: #292929;
}
a:hover [data-rh-theme^=light] .rh-social-icon-logo path, [data-rh-theme^=light] a:hover .rh-social-icon-logo path,
a:hover [data-rh-theme^=light] .rh-social-icon-logo polygon,
[data-rh-theme^=light] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-theme^=light] .rh-social-icon-logo rect,
[data-rh-theme^=light] a:hover .rh-social-icon-logo rect {
  fill: #4d4d4d;
}

[data-rh-theme$=subtle] .rh-social-icon-logo path,
[data-rh-theme$=subtle] .rh-social-icon-logo polygon,
[data-rh-theme$=subtle] .rh-social-icon-logo rect {
  fill: #a3a3a3;
}
a:hover [data-rh-theme$=subtle] .rh-social-icon-logo path, [data-rh-theme$=subtle] a:hover .rh-social-icon-logo path,
a:hover [data-rh-theme$=subtle] .rh-social-icon-logo polygon,
[data-rh-theme$=subtle] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-theme$=subtle] .rh-social-icon-logo rect,
[data-rh-theme$=subtle] a:hover .rh-social-icon-logo rect {
  fill: #292929;
}

[data-rh-icon-background=white] .rh-social-icon-logo {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
a:hover [data-rh-icon-background=white] .rh-social-icon-logo, [data-rh-icon-background=white] a:hover .rh-social-icon-logo {
  background-color: rgba(41, 41, 41, 0.3);
  border: 1px solid #ffffff;
}
[data-rh-icon-background=white] .rh-social-icon-logo path,
[data-rh-icon-background=white] .rh-social-icon-logo polygon,
[data-rh-icon-background=white] .rh-social-icon-logo rect {
  fill: #292929;
}
a:hover [data-rh-icon-background=white] .rh-social-icon-logo path, [data-rh-icon-background=white] a:hover .rh-social-icon-logo path,
a:hover [data-rh-icon-background=white] .rh-social-icon-logo polygon,
[data-rh-icon-background=white] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-icon-background=white] .rh-social-icon-logo rect,
[data-rh-icon-background=white] a:hover .rh-social-icon-logo rect {
  fill: #ffffff;
}

[data-rh-icon-background=orange] .rh-social-icon-logo {
  background-color: #ff6c35;
  border: 1px solid #ff6c35;
}
a:hover [data-rh-icon-background=orange] .rh-social-icon-logo, [data-rh-icon-background=orange] a:hover .rh-social-icon-logo {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
[data-rh-icon-background=orange] .rh-social-icon-logo path,
[data-rh-icon-background=orange] .rh-social-icon-logo polygon,
[data-rh-icon-background=orange] .rh-social-icon-logo rect {
  fill: #ffffff;
}
a:hover [data-rh-icon-background=orange] .rh-social-icon-logo path, [data-rh-icon-background=orange] a:hover .rh-social-icon-logo path,
a:hover [data-rh-icon-background=orange] .rh-social-icon-logo polygon,
[data-rh-icon-background=orange] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-icon-background=orange] .rh-social-icon-logo rect,
[data-rh-icon-background=orange] a:hover .rh-social-icon-logo rect {
  fill: #ff6c35;
}
[data-rh-theme=light] [data-rh-icon-background=orange] .rh-social-icon-logo, [data-rh-icon-background=orange] [data-rh-theme=light] .rh-social-icon-logo {
  background-color: #ff6c35;
  border: 1px solid #ff6c35;
}
a:hover [data-rh-theme=light] [data-rh-icon-background=orange] .rh-social-icon-logo, [data-rh-icon-background=orange] a:hover [data-rh-theme=light] .rh-social-icon-logo, [data-rh-theme=light] a:hover [data-rh-icon-background=orange] .rh-social-icon-logo, [data-rh-icon-background=orange] [data-rh-theme=light] a:hover .rh-social-icon-logo {
  background-color: #ffffff;
  border: 1px solid #ff6c35;
}

[data-rh-icon-background=black] .rh-social-icon-logo {
  background-color: #292929;
  border: 1px solid #292929;
}
a:hover [data-rh-icon-background=black] .rh-social-icon-logo, [data-rh-icon-background=black] a:hover .rh-social-icon-logo {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #292929;
}
[data-rh-icon-background=black] .rh-social-icon-logo path,
[data-rh-icon-background=black] .rh-social-icon-logo polygon,
[data-rh-icon-background=black] .rh-social-icon-logo rect {
  fill: #ffffff;
}
a:hover [data-rh-icon-background=black] .rh-social-icon-logo path, [data-rh-icon-background=black] a:hover .rh-social-icon-logo path,
a:hover [data-rh-icon-background=black] .rh-social-icon-logo polygon,
[data-rh-icon-background=black] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-icon-background=black] .rh-social-icon-logo rect,
[data-rh-icon-background=black] a:hover .rh-social-icon-logo rect {
  fill: #292929;
}

[data-rh-icon-background=transparent] .rh-social-icon-logo {
  background-color: transparent;
  border: 1px solid transparent;
}
a:hover [data-rh-icon-background=transparent] .rh-social-icon-logo, [data-rh-icon-background=transparent] a:hover .rh-social-icon-logo {
  background-color: transparent;
  border: 1px solid transparent;
}
[data-rh-icon-background=transparent] .rh-social-icon-logo path,
[data-rh-icon-background=transparent] .rh-social-icon-logo polygon,
[data-rh-icon-background=transparent] .rh-social-icon-logo rect {
  fill: #292929;
}
a:hover [data-rh-icon-background=transparent] .rh-social-icon-logo path, [data-rh-icon-background=transparent] a:hover .rh-social-icon-logo path,
a:hover [data-rh-icon-background=transparent] .rh-social-icon-logo polygon,
[data-rh-icon-background=transparent] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-icon-background=transparent] .rh-social-icon-logo rect,
[data-rh-icon-background=transparent] a:hover .rh-social-icon-logo rect {
  fill: #3e3e3e;
}
[data-rh-theme$=subtle] [data-rh-icon-background=transparent] .rh-social-icon-logo path, [data-rh-icon-background=transparent] [data-rh-theme$=subtle] .rh-social-icon-logo path,
[data-rh-theme$=subtle] [data-rh-icon-background=transparent] .rh-social-icon-logo polygon,
[data-rh-icon-background=transparent] [data-rh-theme$=subtle] .rh-social-icon-logo polygon,
[data-rh-theme$=subtle] [data-rh-icon-background=transparent] .rh-social-icon-logo rect,
[data-rh-icon-background=transparent] [data-rh-theme$=subtle] .rh-social-icon-logo rect {
  fill: #a3a3a3;
}
a:hover [data-rh-theme$=subtle] [data-rh-icon-background=transparent] .rh-social-icon-logo path, [data-rh-icon-background=transparent] a:hover [data-rh-theme$=subtle] .rh-social-icon-logo path, [data-rh-theme$=subtle] a:hover [data-rh-icon-background=transparent] .rh-social-icon-logo path, [data-rh-icon-background=transparent] [data-rh-theme$=subtle] a:hover .rh-social-icon-logo path,
a:hover [data-rh-theme$=subtle] [data-rh-icon-background=transparent] .rh-social-icon-logo polygon,
[data-rh-icon-background=transparent] a:hover [data-rh-theme$=subtle] .rh-social-icon-logo polygon,
[data-rh-theme$=subtle] a:hover [data-rh-icon-background=transparent] .rh-social-icon-logo polygon,
[data-rh-icon-background=transparent] [data-rh-theme$=subtle] a:hover .rh-social-icon-logo polygon,
a:hover [data-rh-theme$=subtle] [data-rh-icon-background=transparent] .rh-social-icon-logo rect,
[data-rh-icon-background=transparent] a:hover [data-rh-theme$=subtle] .rh-social-icon-logo rect,
[data-rh-theme$=subtle] a:hover [data-rh-icon-background=transparent] .rh-social-icon-logo rect,
[data-rh-icon-background=transparent] [data-rh-theme$=subtle] a:hover .rh-social-icon-logo rect {
  fill: #3e3e3e;
}

.rh-social-icon-logo > svg {
  width: 100%;
  height: auto;
  shape-rendering: geometricprecision;
  fill: #ffffff;
}
[data-rh-icon-background] .rh-social-icon-logo {
  transition: all 0.3s ease;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.no-flexbox [data-rh-icon-background] .rh-social-icon-logo, [data-rh-icon-background] .no-flexbox .rh-social-icon-logo {
  display: inline-block;
}
.no-flexbox [data-rh-icon-background] .rh-social-icon-logo > *, [data-rh-icon-background] .no-flexbox .rh-social-icon-logo > * {
  float: left;
}
.no-flexbox [data-rh-icon-background] .rh-social-icon-logo > *, [data-rh-icon-background] .no-flexbox .rh-social-icon-logo > * {
  margin-right: auto;
  margin-left: auto;
}
[data-rh-icon-background] .rh-social-icon-logo svg {
  width: 51.025%;
  height: auto;
  shape-rendering: geometricprecision;
}
[data-analytics-text=YouTube] [data-rh-icon-background] .rh-social-icon-logo svg, [data-rh-icon-background] [data-analytics-text=YouTube] .rh-social-icon-logo svg, [data-analytics-text=E-mail] [data-rh-icon-background] .rh-social-icon-logo svg, [data-rh-icon-background] [data-analytics-text=E-mail] .rh-social-icon-logo svg {
  padding: 2px;
}

[data-rh-icon-background=transparent] .rh-social-icon-logo {
  display: inline-block;
}
[data-rh-icon-background=transparent] .rh-social-icon-logo svg {
  width: 100%;
  height: auto;
  shape-rendering: geometricprecision;
}
[data-analytics-text=Facebook] [data-rh-icon-background=transparent] .rh-social-icon-logo svg, [data-rh-icon-background=transparent] [data-analytics-text=Facebook] .rh-social-icon-logo svg {
  width: 120%;
}

.rh-social-icon-handle {
  font-family: RedHatText, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Helvetica, Arial, sans-serif);
  font-weight: 400;
  font-weight: var(--pfe-theme--font-weight--normal, 400);
  font-size: 1.125rem;
  font-size: var(--pf-global--FontSize--lg, 1.125rem);
  display: inline-block;
}
.rh-social-icon-handle {
  color: #292929;
}

[data-rh-theme$=subtle] .rh-social-icon-handle {
  color: #a3a3a3;
}

[data-rh-theme^=dark] .rh-social-icon-handle {
  color: #ffffff;
}

[data-rh-theme^="dark subtle"] .rh-social-icon-handle {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-social-icon-handle {
  color: #292929;
}

[data-rh-theme^="light subtle"] .rh-social-icon-handle {
  color: #a3a3a3;
}

[data-rh-icon-size=xsmall] .rh-social-icon-handle {
  font-size: 14.4px;
}

[data-rh-icon-size=small] .rh-social-icon-handle {
  font-size: 16.2px;
}

[data-rh-icon-size=medium] .rh-social-icon-handle {
  font-size: 18px;
}

[data-rh-icon-size=large] .rh-social-icon-handle {
  font-size: 21.6px;
}

[data-rh-position=below] .rh-social-icon-handle {
  display: block;
}

a:hover .rh-social-icon-handle {
  color: #a3a3a3;
}

[data-rh-theme$=subtle] a:hover .rh-social-icon-handle {
  color: #292929;
}

[data-rh-theme^=dark] a:hover .rh-social-icon-handle {
  color: #c7c7c7;
}

[data-rh-theme^="dark subtle"] a:hover .rh-social-icon-handle {
  color: #ffffff;
}

[data-rh-theme^=light] a:hover .rh-social-icon-handle {
  color: #a3a3a3;
}

[data-rh-theme^="light subtle"] a:hover .rh-social-icon-handle {
  color: #292929;
}

[data-rh-position=below] .rh-social-icon-handle {
  display: block;
}

[data-rh-theme~=dark] [data-rh-icon-background=transparent] .rh-social-icon-logo svg,
[data-rh-theme~=dark] [data-rh-icon-background=transparent] .rh-social-icon-logo svg path {
  fill: #ffffff;
}

[data-rh-theme~=dark] [data-rh-icon-background=transparent] .rh-social-icon-link:hover svg,
[data-rh-theme~=dark] [data-rh-icon-background=transparent] .rh-social-icon-link:hover svg path {
  fill: #c7c7c7;
}