/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2024 | 00:12:14 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2024 | 18:54:26 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --mont: "Montserrat", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --black: 900;
  --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: Mar 14 2024 | 17:52:51 */
#pipeline-section .content {
  padding-top: 100px !important;
}
#pipeline {
  background-color: #005EB8;
  padding: 0 0 15px 0px;
  border: solid 2px #69B3E7;
  max-width: 1440px;
  margin: auto;
}
#pipeline .pipeline_col {
  width: 25%;
}
#pipeline .pipeline_col_1 {
  width: 20%;
}
#pipeline .pipeline_col_2 {
  width: 80%;
}
#pipeline-header, #pipeline-content, .pipeline-program {
  display: flex;
  flex-wrap: wrap;
}
#pipeline-header {
  background: #005EB8;
  margin-bottom: 15px;
  border-bottom: solid 2px #69B3E7;
}
#pipeline-header .pipeline_title {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pipeline-header .pipeline_col_inner {
  display: flex;
}
#pipeline-header .pipeline_col_inner .pipeline_title {
  width: 25%;
}
#pipeline-content {
  padding: 0;
}
.pipeline-program {
  margin-bottom: 0px;
  width: 100%;
}
.pipeline-program .program-group-title {
  width: 80%;
  background: #005EB8;
  padding: 10px;
}
.pipeline-program .program-group-title h2 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
}
.pipeline-program .pipeline_col {
  padding: 0 0 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
}
.pipeline_accordion_trigger {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.pipeline_trigger_icon {
  width: 24px;
  height: 24px;
  background: #005EB8;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.pipeline_trigger_icon .vert_line, .pipeline_trigger_icon .hor_line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  width: 50%;
  height: 2px;
  background: #69B3E7;
}
.pipeline_trigger_icon .vert_line {
  transform: translate3d(-30%, -50%, 0) rotate(45deg);
}
.pipeline_trigger_icon .hor_line {
  transform: translate3d(30%, -50%, 0) rotate(130deg);
}
.pipeline_accordion_content {
  display: none;
  background: #005EB8;
  padding: 0 30px;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  border-bottom: solid 2px #69B3E7;
}
.pipeline_bar {
  padding: 0 !important;
  background-color: rgba(105, 179, 231, 0.25);
}
.pipeline_bar .pipeline_bar_inner {
  height: 45px;
  overflow: hidden;
}
.pipeline_bar .pipeline_bar_inner .bar {
  background: #FFDA24;
  height: 45px;
  width: 0;
  transform: translate3d(-105%, 0, 0);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1) transform;
}
/* pipe bar lines */
.pipeline_bar:before {
  content: "";
  border-right: solid 10px #005EB8;
  position: absolute;
  left: 24.5%;
  top: 0;
  height: 100%;
  z-index: 1;
}
.pipeline_bar:after {
  content: "";
  border-right: solid 10px #005EB8;
  position: absolute;
  left: 49.5%;
  top: 0;
  height: 100%;
  z-index: 1;
}
.pipeline_bar_inner:before {
  content: "";
  border-right: solid 10px #005EB8;
  position: absolute;
  left: 74.5%;
  top: 0;
  height: 100%;
  z-index: 1;
}
.pipeline_bar_inner:after {
  content: "";
  border-right: solid 10px #005EB8;
  position: absolute;
  right: 0%;
  top: 0;
  height: 100%;
  z-index: 1;
}
/* Pipe bar lengths */
#cin-109 .pipeline_bar .pipeline_bar_inner {
  width: 50%;
}
#cin-110 .pipeline_bar .pipeline_bar_inner {
  width: 43%;
}
#cin-209 .pipeline_bar .pipeline_bar_inner {
  width: 12%;
}
#cin-210 .pipeline_bar .pipeline_bar_inner {
  width: 12%;
}
.activate_pipeline .pipeline_bar .pipeline_bar_inner .bar {
  transform: translate3d(0, 0, 0);
}
/*Mobile*/
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  #pipeline-section .pipeline_col .pipeline_col_inner .pipeline_title {
    font-size: 11px !important;
  }
  .pipeline_accordion_trigger h3 {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 990px) {
  .mobile_pipe_title {
    display: none !important;
  }
}
@media only screen and (max-width: 989px) {
  #pipeline-section .content {
    padding-bottom: 100px !important;
  }
  #pipeline-header {
    display: none !important;
  }
  .pipeline-program {
    flex-direction: column;
  }
  .pipeline-program .pipeline_col_2 {
    padding: 15px !important;
  }
  .pipeline_col {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .mobile_pipe_title {
    font-size: 12px;
    padding-left: 15px;
    color: #ffffff;
    position: absolute;
    top: 0;
  }
}
.pipeline_accordion_trigger .vert_line, .pipeline_accordion_trigger .hor_line {
  transition: transform 0.3s ease-in-out;
}
.rot.vert_line {
  transform: translate3d(-30%, -50%, 0) rotate(130deg) !important;
}
.rot.hor_line {
  transform: translate3d(30%, -50%, 0) rotate(45deg) !important;
}
