@charset "UTF-8";
/*rgba(245, 130, 32, 0.05)*/
.second-border-graffit.item::before, .second-border-graffit.item::after,
.second-border-graffit .item-arrow {
  border-color: #4A4A4A !important;
}

.second-border-graffit.border-default .item-link::before, .second-border-graffit.border-default .item-link::after {
  border-color: #4A4A4A !important;
}

.border-graffit.featured .item-link b, .border-graffit.featured .item-link strong {
  color: #4A4A4A;
}

.second-border-dark-grey.item::before, .second-border-dark-grey.item::after,
.second-border-dark-grey .item-arrow {
  border-color: #939598 !important;
}

.second-border-dark-grey.border-default .item-link::before, .second-border-dark-grey.border-default .item-link::after {
  border-color: #939598 !important;
}

.border-dark-grey.featured .item-link b, .border-dark-grey.featured .item-link strong {
  color: #939598;
}

.second-border-mid-grey.item::before, .second-border-mid-grey.item::after,
.second-border-mid-grey .item-arrow {
  border-color: #C9CACB !important;
}

.second-border-mid-grey.border-default .item-link::before, .second-border-mid-grey.border-default .item-link::after {
  border-color: #C9CACB !important;
}

.border-mid-grey.featured .item-link b, .border-mid-grey.featured .item-link strong {
  color: #C9CACB;
}

.second-border-light-grey.item::before, .second-border-light-grey.item::after,
.second-border-light-grey .item-arrow {
  border-color: #E5E8E9 !important;
}

.second-border-light-grey.border-default .item-link::before, .second-border-light-grey.border-default .item-link::after {
  border-color: #E5E8E9 !important;
}

.border-light-grey.featured .item-link b, .border-light-grey.featured .item-link strong {
  color: #E5E8E9;
}

.second-border-red.item::before, .second-border-red.item::after,
.second-border-red .item-arrow {
  border-color: #FF5E33 !important;
}

.second-border-red.border-default .item-link::before, .second-border-red.border-default .item-link::after {
  border-color: #FF5E33 !important;
}

.border-red.featured .item-link b, .border-red.featured .item-link strong {
  color: #FF5E33;
}

.second-border-orange.item::before, .second-border-orange.item::after,
.second-border-orange .item-arrow {
  border-color: #F58220 !important;
}

.second-border-orange.border-default .item-link::before, .second-border-orange.border-default .item-link::after {
  border-color: #F58220 !important;
}

.border-orange.featured .item-link b, .border-orange.featured .item-link strong {
  color: #F58220;
}

.second-border-yellow.item::before, .second-border-yellow.item::after,
.second-border-yellow .item-arrow {
  border-color: #FFC123 !important;
}

.second-border-yellow.border-default .item-link::before, .second-border-yellow.border-default .item-link::after {
  border-color: #FFC123 !important;
}

.border-yellow.featured .item-link b, .border-yellow.featured .item-link strong {
  color: #FFC123;
}

.second-border-mint.item::before, .second-border-mint.item::after,
.second-border-mint .item-arrow {
  border-color: #41C7CF !important;
}

.second-border-mint.border-default .item-link::before, .second-border-mint.border-default .item-link::after {
  border-color: #41C7CF !important;
}

.border-mint.featured .item-link b, .border-mint.featured .item-link strong {
  color: #41C7CF;
}

.second-border-blue.item::before, .second-border-blue.item::after,
.second-border-blue .item-arrow {
  border-color: #5EB2F7 !important;
}

.second-border-blue.border-default .item-link::before, .second-border-blue.border-default .item-link::after {
  border-color: #5EB2F7 !important;
}

.border-blue.featured .item-link b, .border-blue.featured .item-link strong {
  color: #5EB2F7;
}

.second-border-green.item::before, .second-border-green.item::after,
.second-border-green .item-arrow {
  border-color: #4CAF50 !important;
}

.second-border-green.border-default .item-link::before, .second-border-green.border-default .item-link::after {
  border-color: #4CAF50 !important;
}

.border-green.featured .item-link b, .border-green.featured .item-link strong {
  color: #4CAF50;
}

.second-border-purple.item::before, .second-border-purple.item::after,
.second-border-purple .item-arrow {
  border-color: #7E57C2 !important;
}

.second-border-purple.border-default .item-link::before, .second-border-purple.border-default .item-link::after {
  border-color: #7E57C2 !important;
}

.border-purple.featured .item-link b, .border-purple.featured .item-link strong {
  color: #7E57C2;
}

.second-border-white.item::before, .second-border-white.item::after,
.second-border-white .item-arrow {
  border-color: #FFFFFF !important;
}

.second-border-white.border-default .item-link::before, .second-border-white.border-default .item-link::after {
  border-color: #FFFFFF !important;
}

.border-white.featured .item-link b, .border-white.featured .item-link strong {
  color: #FFFFFF;
}

.second-border-mustard.item::before, .second-border-mustard.item::after,
.second-border-mustard .item-arrow {
  border-color: #ECA900 !important;
}

.second-border-mustard.border-default .item-link::before, .second-border-mustard.border-default .item-link::after {
  border-color: #ECA900 !important;
}

.border-mustard.featured .item-link b, .border-mustard.featured .item-link strong {
  color: #ECA900;
}

.content-wrapper.pse .content .caption {
  color: #41C7CF;
}
.content-wrapper.pse .content .content-inner {
  color: #4A4A4A;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  max-height: 21.2em;
  overflow: hidden;
}
.content-wrapper.pse .content .scheme-list {
  margin: 0.8em 0 0;
}
.content-wrapper.pse .content .scheme-list .item {
  border-color: #C9CACB;
}
.content-wrapper.pse .content .scheme-list .item-link {
  border-color: inherit;
  padding: 0 0.1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.5em;
}
.content-wrapper.pse .content .scheme-list .item-link::before, .content-wrapper.pse .content .scheme-list .item-link::after {
  border-color: inherit;
}
.content-wrapper.pse .content .scheme-list .item.featured .item-link {
  border-width: 0.11em;
}
.content-wrapper.pse .content .scheme-list .item.featured .item-link::before {
  left: -0.28em;
}
.content-wrapper.pse .content .scheme-list .item.featured .item-link::after {
  right: -0.28em;
}
.content-wrapper.pse .content .description-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.content-wrapper.pse .content .description-wrapper .description-wrapper-first {
  width: calc(28% - 0.8em);
}
.content-wrapper.pse .content .description-wrapper .description-wrapper-second {
  width: calc(72% - 0.8em);
}
.content-wrapper.pse .content .description-wrapper .description {
  font-size: 0.75em;
  line-height: 154%;
  margin-bottom: 0;
}
.content-wrapper.pse .content .description-wrapper .description p {
  padding-bottom: 0.4em;
}
.content-wrapper.pse .content .description-wrapper .description p:last-child {
  padding-bottom: 0;
}
.content-wrapper.pse .content .description-wrapper .description ul {
  list-style: none;
  padding-top: 0.6em;
}
.content-wrapper.pse .content .description-wrapper .description ul li {
  display: flex;
  padding-left: 0.5em;
}
.content-wrapper.pse .content .description-wrapper .description ul li:before {
  content: "•";
  color: #5EB2F7;
  font-size: 2.2em;
  line-height: 0.6em;
  transform: translateX(-0.25em);
}
.content-wrapper.pse .content .list_snake-top, .content-wrapper.pse .content .list_snake-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.content-wrapper.pse .content .list_snake-text {
  font-size: 0.7em;
  line-height: 150%;
  display: flex;
  width: 10em;
}
.content-wrapper.pse .content .list_snake-text span {
  padding-right: 0.5em;
}
.content-wrapper.pse .content .list_snake-top {
  padding-bottom: 0.5em;
}
.content-wrapper.pse .content .list_snake-bottom {
  padding-top: 0.5em;
  padding-left: 3em;
  padding-bottom: 0.5em;
}
.content-wrapper.pse .content .list_snake-bottom .list_snake-text:last-child {
  width: 16em;
}
.content-wrapper.pse .content .list_snake img {
  width: 100%;
  height: auto;
}
.content-wrapper.pse.style_2 .content .description-wrapper {
  padding-top: 1em;
}
.content-wrapper.pse.style_2 .content .description-wrapper .description-wrapper-first {
  width: calc(50% - 0.8em);
}
.content-wrapper.pse.style_2 .content .description-wrapper .description-wrapper-second {
  width: calc(48% - 0.8em);
  padding-top: 0.55em;
}
.content-wrapper.pse.style_2 .content .description-wrapper .description {
  line-height: 172%;
}
.content-wrapper.pse.style_2 .content .description-wrapper .description ul li {
  display: block;
  font-size: 1.2em;
  padding-left: 2.9em;
  margin-bottom: 1.5em;
}
.content-wrapper.pse.style_2 .content .description-wrapper .description ul li:before {
  content: "";
  display: block;
  background-image: url("../images/list-icons/check-icon-blue-sm.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.9em;
  font-size: inherit;
  height: 1.9em;
  overflow: visible;
  width: 1.9em;
  transform: translateX(-2.9em) translateY(-0.2em);
  position: absolute;
}
.content-wrapper.pse.style_2 .content .description-wrapper .description p {
  font-size: 1.17em;
  padding-left: 2.9em;
}

/*# sourceMappingURL=predictive-software-engineering.css.map */
