/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 19:38:39 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2026 | 19:28:08 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  /*Add colors here*/
  --green: #00825D;
  --gray: rgba(30, 30, 30, 0.05);
  --text: #113442;
  --white: #ffffff;
  --greenGradient: linear-gradient(90deg,rgba(0, 130, 93, 1) 0%, rgba(121, 216, 175, 1) 100%);
  --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: Aug 22 2022 | 20:38:52 */
#pipeline-chart {
  background: var(--white);
  padding: 45px 30px;
}
@media only screen and (max-width: 989px) {
  #pipeline-chart {
    padding: 0;
  }
}
.pipeline-header-group {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}
.pipeline-header-group .pipeline-header-field {
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.15em;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1120px) {
  .pipeline-header-group .pipeline-header-field {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 989px) {
  .pipeline-header-group {
    display: none !important;
  }
}
.pipeline-header-status {
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pipeline-header-status .pipeline-header-status-option {
  width: calc(100% / 4);
  line-height: 1.15em;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1120px) {
  .pipeline-header-status .pipeline-header-status-option {
    letter-spacing: 0;
  }
}
.pipeline-groups > a:nth-of-type(odd) {
  background: var(--gray);
}
a.pipeline-group {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}
@media only screen and (max-width: 989px) {
  a.pipeline-group {
    padding: 37px;
  }
}
@media only screen and (max-width: 767px) {
  a.pipeline-group {
    padding: 20px;
  }
}
a.pipeline-group:hover .pipeline-block {
  color: var(--text) !important;
}
a.pipeline-group:hover .pipeline-program {
  color: var(--white) !important;
}
@media only screen and (max-width: 989px) {
  a.pipeline-group:hover .pipeline-program {
    color: var(--green) !important;
  }
}
a.pipeline-group[data-id="additional-programs"]:hover .pipeline-program {
  color: var(--text) !important;
}
.pipeline-block {
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-column: span 3;
  font-size: 16px;
  line-height: 1.3em;
  color: var(--text);
  font-family: "Open Sans", serif !important;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .pipeline-block {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .pipeline-block {
    font-size: 12px;
  }
}
@media only screen and (max-width: 989px) {
  .pipeline-block {
    grid-column: span 24;
    padding: 0;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .pipeline-block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pipeline-block {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.visually-hide-desktop {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -100vw;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 989px) {
  .visually-hide-desktop {
    position: relative;
    visibility: visible;
    opacity: 1;
    left: auto;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }
}
.pipeline-program {
  background: var(--green);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 989px) {
  .pipeline-program {
    background: none;
    color: var(--green);
    font-size: 20px;
  }
}
.pipeline-target strong {
  display: inline-block;
}
.pipeline-indications {
  font-weight: 700;
}
.pipeline-status {
  grid-column: span 12;
}
@media only screen and (max-width: 989px) {
  .pipeline-status {
    grid-column: span 24;
  }
}
.pipeline-status .pipeline-bar-wrap {
  display: flex;
  width: 100%;
}
.pipeline-status .pipeline-bar-wrap .pipeline-bar {
  min-height: 50px;
  background: var(--greenGradient);
}
.pipeline-status .pipeline-mobile-bar-labels {
  display: none;
}
@media only screen and (max-width: 989px) {
  .pipeline-status .pipeline-mobile-bar-labels {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .pipeline-status .pipeline-mobile-bar-labels .pipeline-mobile-bar-label {
    width: 25%;
    padding: 10px 5px;
    font-size: 12px !important;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media only screen and (max-width: 989px) and (max-width: 600px) {
  .pipeline-status .pipeline-mobile-bar-labels .pipeline-mobile-bar-label {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 989px) and (max-width: 400px) {
  .pipeline-status .pipeline-mobile-bar-labels .pipeline-mobile-bar-label {
    font-size: 8px !important;
  }
}
[data-id="additional-programs"] .pipeline-target, [data-id="additional-programs"] .pipeline-indications, [data-id="additional-programs"] .pipeline-modality {
  display: none;
}
[data-id="additional-programs"] .pipeline-program {
  grid-column: span 12;
  background: none;
  color: var(--text);
}
@media only screen and (max-width: 989px) {
  [data-id="additional-programs"] .pipeline-program {
    grid-column: span 24;
  }
}
#pipeline-footnotes {
  display: flex;
  gap: 15px;
  padding: 10px;
}
@media only screen and (max-width: 989px) {
  #pipeline-footnotes {
    padding: 10px 37px;
  }
}
@media only screen and (max-width: 767px) {
  #pipeline-footnotes {
    padding: 10px 20px;
    flex-wrap: wrap;
  }
}
#pipeline-footnotes p {
  display: block;
  font-size: 13px;
  line-height: 1em;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  #pipeline-footnotes p {
    width: 100%;
  }
}
.single-portfolio #main {
  position: relative;
}
.single-portfolio #main .container, .single-portfolio #main .content {
  padding: 0 !important;
}
.single-portfolio #main .entry-content-wrapper {
  padding: 140px 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content-wrapper {
    padding: 105px 63px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio #main .entry-content-wrapper {
    padding: 70px 24px;
  }
}
.single-portfolio #main .entry-content {
  width: 60%;
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content {
    width: 95%;
    order: 2;
    max-width: 640px;
    margin: 30px auto 0;
  }
}
.single-portfolio #main .entry-content h1 {
  color: var(--darkBlue);
  text-align: left;
  margin-bottom: 0 !important;
}
.single-portfolio #main .entry-content h2 {
  font-size: 36px !important;
}
@media only screen and (max-width: 767px) {
  .single-portfolio #main .entry-content h2 {
    font-size: 30px !important;
  }
}
.single-portfolio #main .entry-content .portfolio-bio {
  padding-top: 45px;
}
.single-portfolio #main .entry-content a.avia-button {
  margin-top: 1.5rem;
  color: var(--darkBlue) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.single-portfolio #main .entry-content-headshot {
  width: 40%;
  padding-left: 6%;
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content-headshot {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.single-portfolio #main .entry-content-headshot .page-thumb {
  text-align: center;
}
.single-portfolio #main .entry-content-headshot img {
  border-radius: 10px;
  background: var(--gradient);
  background: radial-gradient(102.79% 102.79% at 51.96% 96.09%, #AD2294 0%, #650678 100%);
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content-headshot img {
    max-width: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio #main .entry-content-headshot img {
    width: 90%;
    margin: 0 auto;
  }
}
