/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 20:40:43 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --blue: #083887;
  --orange: #FF671F;
  --white: #ffffff;
  --gray: #F2F2F2;
  --yellow: rgba(255, 208, 64, 0.55);
  --lightpurple: rgba(57, 83, 255, 0.10);
  --lightblue: rgba(128, 176, 255, 0.33);
  --lightyellow: rgba(255, 208, 64, 0.25);
  --darkyellow: rgba(255, 208, 64, 1);
  --lightorange: #EF9600;
  --orangeAlt: rgba(239, 150, 0, 0.90);
  --orangeAltLight: rgba(239, 150, 0, 0.75);
  --orangeNav: #FFAE2C;
  --brightblue: #3953FF;
  --jayblue: #97BFFF;
  --text: #58595B;
  --source: "Source Sans 3", sans-serif;
  --rubik: "Rubik", sans-serif;
  --lato: "Lato", 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;
  --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: Apr 14 2026 | 16:58:32 */
@media only screen and (max-width: 767px) {
  #main #inside-header .content {
    padding-top: 35px !important;
  }
  #main #inside-header .content h1 {
    font-size: 36px !important;
  }
}
#deeper-look .content {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  #deeper-look .content {
    padding-top: 36px;
  }
}
#deeper-look h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
}
#deeper-look p {
  font-size: 22px;
  line-height: 26px;
}
#deeper-look p strong {
  color: var(--text);
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 989px) {
  #deeper-look p strong {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #deeper-look .avia-image-container {
    margin-bottom: 30px;
  }
}
#deeper-look .avia-icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 989px) {
  #deeper-look .avia-icon-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
  }
}
#deeper-look .avia-icon-list li {
  position: relative;
  padding-top: 15px;
  padding-right: 48px;
  padding-bottom: 30px;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #deeper-look .avia-icon-list li {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
#deeper-look .avia-icon-list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: var(--blue);
}
@media only screen and (max-width: 989px) {
  #deeper-look .avia-icon-list li:after {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background: var(--brightblue);
  }
}
#deeper-look .avia-icon-list li:last-of-type:after {
  display: none !important;
}
#deeper-look .avia-icon-list li .iconlist_icon {
  background: transparent !important;
  width: 150px;
  height: 150px;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#deeper-look .avia-icon-list li .iconlist_icon .av-icon-char {
  display: flex;
}
#deeper-look .avia-icon-list li .iconlist_icon svg {
  margin-top: 0 !important;
  width: auto;
  height: 100%;
}
#deeper-look .avia-icon-list li article {
  width: 100%;
}
#deeper-look .avia-icon-list li h3, #deeper-look .avia-icon-list li h4 {
  color: var(--text) !important;
  text-align: center !important;
  font-family: var(--source) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
  text-transform: none !important;
}
#deeper-look .avia-icon-list .iconlist-timeline {
  display: none !important;
}
#deeper-look .rytelo-disclaimer {
  max-width: 640px;
  margin: 0 auto;
}
#deeper-look .rytelo-disclaimer p {
  color: var(--text);
  text-align: center;
  font-family: var(--source) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.31em !important;
}
#studied-in-patients.image-section .content {
  padding-top: 85px !important;
}
#studied-in-patients.image-section .image-column {
  display: inline-flex;
  align-content: flex-end;
}
#studied-in-patients.image-section .text-column section:last-of-type {
  padding-bottom: 60px;
}
@media only screen and (max-width: 989px) {
  #studied-in-patients.image-section .text-column section:last-of-type {
    padding-bottom: 20px;
  }
}
#studied-in-patients.image-section h2 {
  color: var(--white) !important;
  font-family: var(--rubik) !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: 1.2px !important;
  text-transform: none !important;
}
@media only screen and (max-width: 989px) {
  #studied-in-patients.image-section h2 {
    margin-bottom: 50px;
  }
}
#studied-in-patients.image-section h3 {
  color: var(--blue);
  font-family: var(--rubik) !important;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: none !important;
  margin-bottom: 30px !important;
}
#studied-in-patients.image-section p {
  color: #272727 !important;
  font-family: var(--source) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.18em !important;
}
#studied-in-patients.image-section p strong {
  color: #272727 !important;
}
#studied-in-patients.image-section ul {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 0;
}
#studied-in-patients.image-section ul li {
  color: #272727 !important;
  font-family: var(--source) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.31em !important;
}
#studied-in-patients.image-section ul li strong {
  color: #272727 !important;
}
#zero-transfusions .content {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 989px) {
  #zero-transfusions .entry-content-wrapper > div:nth-of-type(odd) {
    padding-bottom: 60px;
  }
}
#zero-transfusions .stacked-title {
  width: 360px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #zero-transfusions .stacked-title {
    width: 100%;
  }
}
#zero-transfusions .stacked-title h2 {
  text-transform: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  line-height: 1em !important;
  margin-bottom: 44px;
}
#zero-transfusions .stacked-title span {
  color: var(--blue) !important;
  text-align: center;
  display: flex;
}
#zero-transfusions .stacked-title span.accent-flat-white {
  margin-right: 5px;
}
#zero-transfusions .stacked-title br {
  display: none !important;
}
#zero-transfusions .stacked-title .top-line {
  max-width: 300px;
  margin: 0 auto 6px auto;
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 1.1em !important;
  letter-spacing: 1.04px !important;
}
#zero-transfusions .stacked-title .middle-line {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.1em !important;
  letter-spacing: 1.28px !important;
  margin-bottom: 10px;
}
#zero-transfusions .stacked-title .bottom-line {
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 1em !important;
  letter-spacing: 0.88px !important;
}
#zero-transfusions .stacked-title .bottom-line.offset-bottom-line {
  max-width: 180px;
  margin-right: 0;
  position: relative;
  left: 45px;
  text-align: left;
}
#zero-transfusions .avia-builder-el-last .stacked-title .top-line {
  max-width: 220px;
}
#zero-transfusions .avia-builder-el-last .stacked-title .middle-line {
  max-width: 300px;
  font-size: 38px !important;
}
#zero-transfusions .avia-builder-el-last .stacked-title .bottom-line {
  max-width: 260px;
}
#zero-transfusions p {
  color: #272727;
  text-align: center;
  font-family: var(--source) !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  max-width: 360px;
  margin: 0 auto;
}
#next-step.image-section .content {
  padding-top: 60px !important;
}
#next-step.image-section .entry-content-wrapper {
  align-items: flex-end;
}
#next-step.image-section .content-column {
  padding-bottom: 40px;
}
@media only screen and (max-width: 989px) {
  #next-step.image-section .content-column {
    margin-bottom: 15px;
  }
}
#next-step.image-section .image-column {
  display: flex;
  align-content: flex-end;
}
#next-step.image-section h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: none !important;
}
#next-step.image-section section {
  padding-bottom: 20px;
}
#next-step.image-section p {
  font-size: 22px;
  line-height: 26px;
}
#next-step.image-section p strong {
  color: var(--text);
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 75px;
}
#next-step.image-section .avia-button-wrap {
  display: block;
  width: 100%;
}
#next-step.image-section .avia-button-wrap a.avia-button {
  float: none !important;
  display: inline-flex;
  width: auto;
}
#onpage-cta .flex_column {
  max-width: 740px;
  margin: 0 auto;
  float: none;
}
#onpage-cta h3 {
  font-family: var(--source) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
  letter-spacing: 1.12px !important;
  margin-bottom: 10px !important;
}
#onpage-cta a.avia-button .avia_iconbox_title {
  text-transform: none !important;
}
