/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2026 | 01:21:23 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2026 | 22:47:46 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --green: #86D89E;
  --white: #ffffff;
  --black: #121212;
  --blue: #01415B;
  --bluegray: #628598;
  --lightblue: #87BCD9;
  --gray: #f2f2f2;
  --mont: "Montserrat", sans-serif;
  --neue: "Helvetica Neue", sans-serif;
  --inter: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --fw_italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
.pipeline-table-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pipeline-header-container {
    display: none;
  }
}
.pipeline-header-container .pipeline-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  border: 1px solid var(--bluegray);
  border-bottom: none !important;
  border-right: none !important;
}
@media only screen and (max-width: 989px) {
  .pipeline-header-container .pipeline-row {
    grid-template-columns: repeat(7, 1fr);
  }
}
.pipeline-header-container .pipeline-row .pipeline-cell {
  grid-column: span 1;
  border-right: 1px solid var(--bluegray);
  padding: 20px 10px;
  color: var(--white);
  font-weight: var(--fw_bold);
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 1350px) {
  .pipeline-header-container .pipeline-row .pipeline-cell {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  .pipeline-header-container .pipeline-row .pipeline-cell {
    font-size: 14px;
  }
}
@media only screen and (max-width: 989px) {
  .pipeline-header-container .pipeline-row .pipeline-cell {
    font-size: 14px;
  }
}
.pipeline-header-container .pipeline-row > div:first-of-type {
  grid-column: span 3;
}
@media only screen and (max-width: 989px) {
  .pipeline-header-container .pipeline-row > div:first-of-type {
    grid-column: span 2;
  }
}
.pipeline-rows-container {
  border: 1px solid var(--bluegray) !important;
  border-right: none !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 767px) {
  .pipeline-rows-container {
    border: none !important;
  }
}
.pipeline-rows-container .pipeline-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--bluegray);
  overflow: hidden;
}
@media only screen and (max-width: 989px) {
  .pipeline-rows-container .pipeline-row {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .pipeline-rows-container .pipeline-row {
    grid-template-columns: repeat(8, 1fr);
    border: 1px solid var(--bluegray);
    margin-bottom: 50px;
  }
}
.pipeline-rows-container .pipeline-row .pipeline-cell {
  grid-column: span 5;
  border-right: 1px solid var(--bluegray);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .pipeline-rows-container .pipeline-row .pipeline-cell {
    grid-column: span 8;
    border-right: none !important;
    padding-top: 0;
  }
}
.pipeline-rows-container .pipeline-row > div:first-of-type {
  grid-column: span 3;
}
@media only screen and (max-width: 989px) {
  .pipeline-rows-container .pipeline-row > div:first-of-type {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .pipeline-rows-container .pipeline-row > div:first-of-type {
    grid-column: span 8;
  }
}
.pipeline-rows-container .pipeline-row h3.pipeline-program-title {
  font-size: 22px;
}
@media only screen and (max-width: 989px) {
  .pipeline-rows-container .pipeline-row h3.pipeline-program-title {
    font-size: 18px;
  }
}
.pipeline-rows-container .pipeline-row .pipeline-program-content {
  font-size: 18px;
  line-height: 1.2em;
}
@media only screen and (max-width: 989px) {
  .pipeline-rows-container .pipeline-row .pipeline-program-content {
    font-size: 16px;
  }
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-dividers {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-dividers {
    display: none;
  }
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-dividers > span {
  width: 1px;
  height: 100%;
  background: var(--bluegray);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-dividers > span:nth-of-type(1) {
  left: calc(20% - 1px);
  transform: translate3d(0, 0, 0);
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-dividers > span:nth-of-type(2) {
  left: calc(40% - .50px);
  transform: translate3d(0, 0, 0);
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-dividers > span:nth-of-type(3) {
  left: 60%;
  transform: translate3d(0, 0, 0);
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-dividers > span:nth-of-type(4) {
  left: calc(80% - .50px);
  transform: translate3d(0, 0, 0);
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-progress-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 74px;
  position: relative;
  z-index: 5;
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-progress-bar {
  transform-origin: left center;
  will-change: width;
  height: 40px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-progress-bar {
    height: 30px;
  }
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-progress-primary {
  background: var(--green);
}
.pipeline-rows-container .pipeline-row .pipeline-progress-area .pipeline-progress-secondary {
  background: var(--bluegray);
}
@media only screen and (max-width: 767px) {
  .pipeline-program-info {
    padding-top: 30px !important;
  }
}
.pipeline-progress-area {
  position: relative;
}
.pipeline-mobile-labels {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pipeline-mobile-labels {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: var(--white);
    border-top: 1px solid var(--bluegray) !important;
    border-bottom: 1px solid var(--bluegray) !important;
    position: relative;
    z-index: 5;
    overflow: visible;
  }
}
.pipeline-mobile-labels > div:first-of-type {
  display: none !important;
}
.pipeline-mobile-labels > div:last-of-type:after {
  display: none;
}
.pipeline-mobile-labels .pipeline-mobile-label {
  position: relative;
  padding: 10px 5px;
}
.pipeline-mobile-labels .pipeline-mobile-label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  width: 1px;
  background: var(--bluegray);
}
