/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: get-color(seashell);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: get-color(jelly-bean);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.uberflip {
  margin: 30px 0 0;
  padding: 30px 0;
  background: var(--off-white);
}
@media (min-width: 769px) {
  .uberflip {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  .uberflip .wrapper {
    max-width: 1520px;
  }
}
.uberflip__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .uberflip__container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.uberflip__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .uberflip__content {
    margin-bottom: 0;
    align-items: flex-start;
    width: 160px;
    margin-right: 50px;
  }
}
@media (min-width: 901px) {
  .uberflip__content {
    width: 230px;
  }
}
.uberflip__content header {
  width: 100%;
}
.uberflip__heading {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--black);
  text-align: center;
}
.uberflip__heading:after {
  content: "";
  display: block;
  margin: 27px auto 20px;
  width: 60px;
  height: 4px;
  background: url(/wp-content/themes/conduent-corporate/img/g_hash.svg);
}
@media (min-width: 769px) {
  .uberflip__heading:after {
    margin: 27px 0 20px;
  }
}
@media (min-width: 769px) {
  .uberflip__heading {
    text-align: left;
  }
}
.uberflip__snippet {
  padding: 0;
  margin: 0 0 30px;
  font-size: 16px;
  color: var(--black);
  line-height: 1.5;
  font-weight: normal;
  text-align: inherit;
}

#uberflip-embed {
  flex: 1;
}
#uberflip-embed .hubs-embedded {
  margin: 0;
  width: 100%;
}
#uberflip-embed .hubs-embedded #collection-items {
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
}
#uberflip-embed .hubs-embedded #collection-items ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px 20px;
  justify-content: stretch;
  justify-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  #uberflip-embed .hubs-embedded #collection-items ul {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  #uberflip-embed .hubs-embedded #collection-items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 901px) {
  #uberflip-embed .hubs-embedded #collection-items ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#uberflip-embed .hubs-embedded #collection-items ul:before {
  display: none;
}
#uberflip-embed .hubs-embedded #collection-items ul > li {
  position: relative;
  margin: 0 !important;
  padding-bottom: 60px !important;
  width: 100%;
  max-width: 290px;
  box-shadow: none;
  height: auto !important;
}
@media (min-width: 769px) {
  #uberflip-embed .hubs-embedded #collection-items ul > li {
    max-width: 260px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  #uberflip-embed .hubs-embedded #collection-items ul > li {
    margin: 0 10px 20px !important;
  }
}
#uberflip-embed .hubs-embedded #collection-items ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: url(/wp-content/themes/conduent-corporate/img/g_hash.svg) repeat-x 0 0;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .img {
  float: none !important;
  position: relative !important;
  height: 170px !important;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100% !important;
  height: 100% !important;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .description {
  position: relative !important;
  bottom: auto !important;
  height: auto !important;
  padding-top: 20px;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .description .friendly-timestamp {
  display: none;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .h3like {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
  color: var(--black) !important;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .view {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border: 0 !important;
  padding: 0 20px 20px !important;
  height: auto !important;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: var(--dark-teal);
  background: none !important;
  transition: color 0.3s ease-in-out;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .view:hover, #uberflip-embed .hubs-embedded #collection-items ul > li .view:active, #uberflip-embed .hubs-embedded #collection-items ul > li .view:focus {
  color: var(--darker-teal);
  text-decoration: none;
}
#uberflip-embed .hubs-embedded #collection-items ul > li .view:before, #uberflip-embed .hubs-embedded #collection-items ul > li .view:after {
  display: none;
}

.uberflip {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #f1f4f8;
}
.uberflip .uf-lazy-loader {
  max-width: 1114.88px;
  width: 100% !important;
}
.uberflip .uf-lazy-loader .uf-tile-container {
  display: grid;
  gap: 50px 25px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper {
  font-family: "Open Sans", sans-serif;
  float: none;
  display: block;
  margin: 0;
  box-shadow: none;
  width: 100%;
  transition: box-shadow 0.15s linear;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 2;
  background: url("//assets.conduent.com/wp-content/themes/conduent-corporate/components/uberflip/dist//wp-content/themes/conduent-corporate/img/g_hash.svg");
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper:hover article a .uf-tile-content-label .uf-tile-content-label-text span {
  text-decoration: underline;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a {
  width: 100%;
  height: 390px;
  box-shadow: none;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a img {
  object-fit: cover;
  width: 100% !important;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a .uf-tile-copy {
  position: absolute;
  background-color: #fff;
  height: 58.90052356%;
  transition: all 0.2s ease;
  height: 100%;
  width: 100%;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a .uf-tile-copy .uf-tile-friendly-timestamp {
  display: none;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a .uf-tile-copy .uf-tile-title {
  margin: 40px 0 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  color: #080808;
  line-height: 1.3;
  font-size: 19px;
  text-transform: none !important;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a .uf-tile-content-label {
  position: absolute;
  bottom: 0;
  justify-content: flex-start;
  border-top: none;
  padding-right: 20px;
  margin-bottom: 10px;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a .uf-tile-content-label-text:before {
  display: none;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a .uf-tile-content-label-text span {
  margin-left: 0;
  color: var(--dark-cyan);
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
}
.uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper article a .uf-tile-content-label-arrow {
  display: none;
}
.uberflip .uberflip__content {
  padding-top: 80px;
}
.uberflip .uberflip__content .uberflip__heading {
  font-size: 32px;
}
.uberflip .uberflip__content a.uberflip__button.button {
  height: auto;
  border: none;
  display: inline-block;
  padding: 14px 35px 14px;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  background-image: linear-gradient(90deg, #468cff 0%, #0aaab1 100%);
  transition: background-image 0.3s ease-in-out;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
}
.uberflip .uberflip__content a.uberflip__button.button:hover, .uberflip .uberflip__content a.uberflip__button.button:focus {
  background-image: linear-gradient(90deg, #0047ba 0%, #0aaab1 100%);
}
.uberflip .uberflip__content a.uberflip__button.button svg {
  margin: 0 3px -3px 17px;
}
@media (min-width: 769px) and (max-width: 1340px) {
  .uberflip .uberflip__content a.uberflip__button.button svg {
    margin-left: 25px;
  }
}
.uberflip p.uberflip__snippet {
  margin-bottom: 25px !important;
  font-weight: 500;
}

@media screen and (min-width: 1336px) {
  .uberflip .uf-lazy-loader {
    max-width: 1007.2px;
  }
}
@media screen and (min-width: 1024px) {
  .uberflip__heading {
    max-width: 190px;
  }
}
@media screen and (max-width: 810px) {
  .uberflip .uf-lazy-loader .uf-tile-container {
    grid-template-columns: 1fr;
  }
  .uberflip .uf-lazy-loader .uf-tile-container .uf-tile-wrapper {
    min-width: 300px;
  }
}

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