/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 23:18:42 */
@charset "UTF-8";
/******* 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 */
#myelodysplastic-syndromes .content {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  #myelodysplastic-syndromes .content {
    padding-top: 36px;
  }
}
#myelodysplastic-syndromes h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
}
#myelodysplastic-syndromes p {
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  #myelodysplastic-syndromes .avia-image-container {
    padding-bottom: 46px;
  }
}
#low-to-intermediate-risk .entry-content-wrapper {
  align-content: flex-end;
}
#low-to-intermediate-risk section {
  padding: 75px 0;
}
#low-to-intermediate-risk h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #low-to-intermediate-risk h2 {
    width: 610px;
  }
}
#low-to-intermediate-risk p {
  font-size: 22px;
  line-height: 26px;
}
#low-to-intermediate-risk p strong {
  color: var(--text) !important;
}
#low-to-intermediate-risk ul {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#low-to-intermediate-risk ul li {
  line-height: 1.2em !important;
  padding: 5px 0 !important;
}
#low-to-intermediate-risk img {
  max-width: unset;
  width: 140%;
}
@media only screen and (max-width: 989px) {
  #low-to-intermediate-risk img {
    width: 100%;
  }
}
#what-is-anemia .content {
  padding-top: 75px;
  padding-bottom: 75px;
}
#what-is-anemia h2 {
  text-transform: none !important;
  margin-bottom: 30px !important;
}
#what-is-anemia p {
  font-size: 22px;
  line-height: 26px;
}
#what-is-anemia h3 {
  color: var(--orange);
  font-family: var(--rubik);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #what-is-anemia h3 {
    text-align: left;
    margin-top: 60px;
  }
}
#what-is-anemia .avia-icon-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 989px) {
  #what-is-anemia .avia-icon-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #what-is-anemia .avia-icon-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
#what-is-anemia .avia-icon-list li {
  position: relative;
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#what-is-anemia .avia-icon-list li:nth-last-child(-n+3) {
  left: 50%;
}
@media only screen and (max-width: 989px) {
  #what-is-anemia .avia-icon-list li:nth-last-child(-n+3) {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #what-is-anemia .avia-icon-list li::before {
    content: "•";
    color: var(--blue);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    min-height: 45px;
    position: relative;
    left: 20px;
  }
}
#what-is-anemia .avia-icon-list li .iconlist_icon {
  background: transparent !important;
  width: 100px;
  height: 100px;
  margin-right: 0 !important;
}
@media only screen and (max-width: 989px) {
  #what-is-anemia .avia-icon-list li .iconlist_icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #what-is-anemia .avia-icon-list li .iconlist_icon {
    display: none !important;
  }
}
#what-is-anemia .avia-icon-list li .iconlist_icon svg {
  margin-top: 0 !important;
  width: auto;
  height: 100%;
}
#what-is-anemia .avia-icon-list li article {
  width: calc(100% - 100px);
  padding-left: 20px;
  display: flex;
}
@media only screen and (max-width: 989px) {
  #what-is-anemia .avia-icon-list li article {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  #what-is-anemia .avia-icon-list li article {
    width: 100%;
  }
}
#what-is-anemia .avia-icon-list li h4 {
  margin-top: 0 !important;
  text-transform: none !important;
  font-family: var(--rubik);
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.3em;
}
#what-is-anemia .avia-icon-list .iconlist-timeline {
  display: none !important;
}
#blood-transfusions .content {
  padding-top: 75px;
  padding-bottom: 75px;
}
#blood-transfusions h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #blood-transfusions h2 {
    margin-top: 30px !important;
  }
}
#blood-transfusions p {
  font-size: 22px;
  line-height: 26px;
}
#blood-transfusions p strong {
  color: var(--text) !important;
}
#risks .content {
  padding-top: 75px;
  padding-bottom: 75px;
}
#risks h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
}
#risks p {
  font-size: 22px;
  line-height: 26px;
}
#risks p strong {
  color: var(--text) !important;
}
#risks ul {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#risks ul li {
  line-height: 1.2em !important;
  padding: 5px 0 !important;
}
#risks h3 {
  color: var(--orange);
  text-align: center;
  font-family: var(--rubik);
  font-size: 26px;
  font-weight: 700;
  line-height: 154%;
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  #risks h3 {
    margin-top: 50px !important;
  }
}
#risks .avia-icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #risks .avia-icon-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
#risks .avia-icon-list li {
  position: relative;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#risks .avia-icon-list li .iconlist_icon {
  background: transparent !important;
  width: 70px;
  height: 70px;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#risks .avia-icon-list li .iconlist_icon .av-icon-char {
  display: flex;
  width: 100%;
  height: 100%;
}
#risks .avia-icon-list li .iconlist_icon svg {
  margin-top: 0 !important;
  width: auto;
  height: 100%;
}
#risks .avia-icon-list li article {
  width: 100%;
}
#risks .avia-icon-list li h4 {
  color: var(--blue) !important;
  text-align: center !important;
  font-family: var(--rubik) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 131% !important;
  text-transform: none !important;
}
#risks .avia-icon-list .iconlist-timeline {
  display: none !important;
}
#goals-of-treatment h2 {
  text-transform: none;
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #goals-of-treatment h2 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #goals-of-treatment .avia-icon-list-container {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
  }
}
#goals-of-treatment .avia-icon-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 989px) {
  #goals-of-treatment .avia-icon-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #goals-of-treatment .avia-icon-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15;
  }
}
#goals-of-treatment .avia-icon-list li {
  position: relative;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#goals-of-treatment .avia-icon-list li .iconlist_icon {
  background: transparent !important;
  width: 100px;
  height: 72px;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#goals-of-treatment .avia-icon-list li .iconlist_icon .av-icon-char {
  display: flex;
}
#goals-of-treatment .avia-icon-list li .iconlist_icon svg {
  margin-top: 0 !important;
  width: auto;
  height: 100%;
}
#goals-of-treatment .avia-icon-list li article {
  width: 100%;
}
#goals-of-treatment .avia-icon-list li h4 {
  margin-top: 0 !important;
  text-transform: none !important;
  font-family: var(--rubik);
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.3em;
  text-align: center;
  color: var(--text) !important;
}
#goals-of-treatment .avia-icon-list .iconlist-timeline {
  display: none !important;
}
#goals-of-treatment h3 {
  color: var(--blue);
  text-align: center;
  font-family: var(--rubik);
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.88px;
}
#onpage-cta a.avia-button .avia_iconbox_title {
  text-transform: none !important;
}
