/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 04:59:15 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 01:00:12 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --gray: #D9D9D9;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --piplinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
  --space: "Space Grotesk", monospace;
  --mono: "Space Mono", monospace;
  --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;
  --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 */
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --gray: #D9D9D9;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --piplinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
}
#patients-subheader .avia_textblock:not(.large-subheading) p {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
#patients-subheader .pull-quote {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 989px) {
  #patient-advocacy {
    min-height: 1px;
  }
  #patient-advocacy .content-block {
    position: relative !important;
    width: 100% !important;
    padding: 80px 0 80px 80px;
  }
}
@media only screen and (max-width: 767px) {
  #patient-advocacy {
    background-size: contain !important;
    background-position: top center;
    background-color: var(--purple);
  }
}
#disease-areas {
  background: var(--purpleGradient);
}
#disease-areas .content {
  padding-top: 155px;
  padding-bottom: 230px;
}
#disease-areas h2 {
  color: var(--white);
  margin-bottom: 80px;
}
#disease-areas .image-text-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0 !important;
  margin-bottom: 70px;
}
#disease-areas .image-text-block .avia-image-container {
  width: 240px;
}
#disease-areas .image-text-block .avia-image-container img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#disease-areas .image-text-block section {
  width: calc(100% - 240px);
  padding-left: 48px;
}
#disease-areas .image-text-block section h3 {
  color: var(--yellow);
}
#disease-areas .image-text-block section p {
  color: var(--white) !important;
}
@media only screen and (max-width: 767px) {
  #disease-areas .content {
    padding-bottom: 50px;
  }
  #disease-areas .image-text-block {
    flex-wrap: wrap;
    margin-bottom: 60px !important;
  }
  #disease-areas .image-text-block .avia-image-container {
    width: 151px;
    margin-left: 0;
    margin-bottom: 27px;
  }
  #disease-areas .image-text-block section {
    width: 100%;
    padding-left: 0;
  }
}
#clinical-trials .container {
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  background: var(--white);
  transform: translate3d(0, -100px, 0);
  margin-bottom: -100px;
  padding-left: 120px;
  padding-right: 120px;
}
#clinical-trials .content {
  padding-top: 110px;
}
#clinical-trials h3 {
  max-width: 800px;
  color: #42458E !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.1em !important;
}
#clinical-trials img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #clinical-trials .container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translate3d(0, 0, 0);
  }
  #clinical-trials .content {
    padding-top: 50px;
  }
  #clinical-trials img {
    border-radius: 20px;
  }
}
#resources {
  margin-top: 100px;
}
#resources .slide-entry img {
  width: 300px;
  height: 100px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #resources {
    padding-top: 62px;
  }
  #resources .avia-logo-element-container {
    margin-top: 0 !important;
  }
  #resources .slide-entry {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
  #resources .slide-entry img {
    margin-left: 0 !important;
  }
}
