#hcp-resources {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #hcp-resources {
    overflow-x: initial;
  }
}
#hcp-resources .subheader {
  display: none;
}
@media (min-width: 1024px) {
  #hcp-resources .subheader {
    display: flex;
    order: -1;
  }
  #hcp-resources .subheader .container .wrapper {
    padding-left: 0;
  }
  #hcp-resources .subheader .container .wrapper .subheader_links {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  #hcp-resources .subheader .container .wrapper {
    padding-left: 460px;
  }
  #hcp-resources .subheader .container .wrapper .subheader_links {
    justify-content: initial;
  }
}
#hcp-resources .container .wrapper {
  padding-left: 0;
}
@media (min-width: 1024px) {
  #hcp-resources .container .wrapper {
    padding-left: 120px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1600px) {
  #hcp-resources .container .wrapper {
    padding-left: 70px;
  }
}
#hcp-resources .left-detail {
  position: absolute;
  top: 100px;
  left: 0;
  width: 12vw;
}
#hcp-resources .left-detail img {
  width: 100%;
}
#hcp-resources .right-detail {
  position: absolute;
  top: -80px;
  right: -138px;
  width: 19vw;
}
#hcp-resources .right-detail img {
  width: 100%;
}
#hcp-resources .bird {
  position: absolute;
  left: 27px;
  top: 560px;
  z-index: 2;
  width: 300px;
  display: none;
}
@media (min-width: 1800px) {
  #hcp-resources .bird {
    display: block;
  }
}
#hcp-resources section {
  padding: 0;
  position: relative;
}
#hcp-resources section .container {
  padding: 42px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  #hcp-resources section .container {
    padding: 42px 0;
  }
}
#hcp-resources section .container .wrapper {
  max-width: 100%;
  width: 100%;
}
#hcp-resources section h2 {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  color: #083887;
  margin-bottom: 32px;
}
#hcp-resources section h3 {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #083887;
  margin-bottom: 11px;
  font-weight: 600;
}
#hcp-resources section p {
  margin: 0;
  font-size: 23px;
  line-height: 30px;
  color: #505154;
  margin-bottom: 22px;
  font-weight: 400;
}
#hcp-resources section img {
  max-width: 167px;
}
#hcp-resources section#resources-ehr h2 {
  margin-bottom: 8px;
}
#hcp-resources section#resources-order {
  padding: 16px 0px 102px;
}
#hcp-resources section#resources-order h2 {
  margin-bottom: 14px;
}
#hcp-resources section#resources-order .resources__container {
  grid-template-columns: 1fr 1fr;
}
#hcp-resources .download__button {
  margin-bottom: 35px;
}
#hcp-resources .download__button a {
  max-width: 564px;
}
#hcp-resources .patient__button {
  margin-bottom: 48px;
}
#hcp-resources .resources__container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 883px;
  gap: 30px;
}
@media (min-width: 768px) {
  #hcp-resources .resources__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  #hcp-resources .resources__container {
    gap: 60px 70px;
  }
}
#hcp-resources .resources__container .resource {
  display: flex;
  position: relative;
}
#hcp-resources .resources__container .resource > div {
  margin-left: 20px;
  flex: 1;
}
#hcp-resources .resources__container .resource h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 24px;
  margin-top: 10px;
  min-height: 78px;
  color: #083887;
  font-weight: 600;
}
#hcp-resources .resources__container .resource a {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 25px;
  border-radius: 32px;
  padding: 6px 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: transparent;
  border: 3px solid #083887;
  color: #083887;
  height: 45px;
  gap: 8px;
  font-weight: 600;
  width: 177px;
  background: white;
}
#hcp-resources .resources__container .resource a:hover {
  background: #083887;
  color: white;
}
#hcp-resources .resources__container .resource a img {
  width: 33px;
}
#hcp-resources #resources-for-hcps {
  overflow: initial;
  padding: 0 15px;
  background: url("../../images/sky-bg.webp") no-repeat top;
  background-size: cover;
  position: relative;
}
@media (min-width: 1024px) {
  #hcp-resources #resources-for-hcps {
    padding: 0;
  }
}
#hcp-resources #resources-for-hcps:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
}
#hcp-resources #resources-for-patients {
  padding: 20px 15px;
}
#hcp-resources #resources-for-patients .container {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  #hcp-resources #resources-for-patients .container {
    padding-top: 0;
    margin-bottom: 37px;
  }
}
@media (min-width: 1024px) {
  #hcp-resources #resources-for-patients {
    padding: 35px 0 48px;
    background: #f0f6fd;
  }
}
#hcp-resources #resources-for-patients .resource-copy {
  margin-top: 70px;
}
#hcp-resources #resources-for-patients .resource-copy a {
  padding: 15px 35px;
}
#hcp-resources #resources-for-patients .buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 38px;
}
@media (min-width: 1024px) {
  #hcp-resources #resources-for-patients .buttons {
    gap: 65px;
  }
}
#hcp-resources #resources-for-patients .buttons .__button {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #hcp-resources #resources-for-patients .buttons .__button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#hcp-resources #resources-for-patients .buttons .__button:last-of-type a {
  padding: 14px 35px;
  height: 66px;
  width: 320px;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  #hcp-resources #resources-for-patients .buttons .__button:last-of-type a {
    width: 461px;
    padding: 14px 20px;
    font-size: 22px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  #hcp-resources section .bird {
    right: -50px;
  }
  #hcp-resources .left-detail {
    left: -230px;
    width: auto;
  }
  #hcp-resources .right-detail {
    right: -415px;
    width: auto;
  }
}
@media (max-width: 1439px) {
  #hcp-resources section .bird {
    display: none;
  }
  #hcp-resources .resources-image__wrapper {
    margin-left: 0;
  }
  #hcp-resources #hemoglobin-data .container {
    padding-bottom: 40px;
  }
  #hcp-resources .container .wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hero {
    padding: 30px 20px 19px;
  }
  #hcp-resources section {
    padding: 0 40px 20px;
  }
  #hcp-resources .container .wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 1279px) {
  #hcp-resources .resources__container {
    grid-template-columns: 1fr 1fr;
  }
  #hcp-resources .resources__container .resource a {
    max-width: 205px;
  }
}
@media (max-width: 850px) {
  #hcp-resources .resources__container {
    grid-template-columns: 1fr !important;
    margin-bottom: 0;
  }
  #hcp-resources .resources__container .resource a {
    max-width: 185px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero {
    padding: 30px 20px 19px;
  }
  #hcp-resources section {
    padding: 0 20px;
  }
  #resources-for-patients {
    padding: 0 30px;
  }
  #hcp-resources .container .wrapper {
    padding-left: 20px;
  }
  .dosing-image__wrapper.mobile {
    display: none;
    text-align: center;
  }
  .dosing-image__wrapper.desktop {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 30px 15px 19px;
  }
  #hcp-resources section {
    padding: 0 15px;
  }
  #resources-for-patients {
    padding: 0 15px;
  }
  #hcp-resources .container .wrapper {
    padding-left: 0px;
  }
  #hcp-resources .bird {
    display: none;
  }
  .resources-image__wrapper.mobile {
    text-align: center;
    max-width: 95%;
  }
  #hcp-resources .resource__banner .resource__banner-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  #hcp-resources .resource__banner .resource__banner-wrapper img {
    flex-basis: initial;
  }
  #hcp-resources .resource__banner .resource__banner-wrapper strong {
    text-align: center;
  }
  #hcp-resources .resource__banner:after {
    left: 7px;
  }
}
@media (max-width: 1023px) {
  .hero .hero__title h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #hcp-resources section .resources__title h2 {
    font-size: 22px;
    line-height: 26px;
  }
  #hcp-resources #guidelines .download__button a {
    padding: 10px 12px;
  }
  #hcp-resources section#resources-order {
    padding: 0px 30px 60px;
  }
}
@media (max-width: 768px) {
  #hcp-resources .info.mobile {
    margin-bottom: 25px;
    font-size: 18px;
    color: #2e75d3;
    font-weight: bold;
    display: none;
  }
  #hcp-resources .resources__middle-content .midle-copy__content {
    flex-direction: column;
  }
  #hcp-resources .logo__container {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    margin-bottom: 25px;
  }
  #hcp-resources .logo__container img {
    max-width: 70%;
  }
  #hcp-resources section#resources-order {
    padding: 0px 15px 30px;
  }
  #hcp-resources .logo__container .infos p:first-child {
    flex-direction: column;
  }
  #hcp-resources .logo__container .infos p:first-child span:nth-child(2) {
    display: none;
  }
  #hcp-resources .logo__container .infos p {
    font-size: 20px;
  }
  #hcp-resources section h2,
  #hcp-resources section h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  #hcp-resources .download__button a {
    max-width: 100%;
    padding: 12px 14px;
  }
  #hcp-resources .resources__container .resource h3 {
    min-height: auto;
  }
  #hcp-resources #resources-for-patients .resource-copy a {
    height: 58px;
    max-width: 360px;
  }
}
@media (max-width: 500px) {
  #hcp-resources #resources-for-hcps .resources__container {
    gap: 0;
  }
  #hcp-resources .resources__container .resource > img {
    display: none;
  }
  #hcp-resources .resources__container .resource > div {
    display: flex;
    position: relative;
    padding-left: 38px;
    margin-left: 0;
    border-bottom: 1px solid #ef9626;
    width: 100%;
  }
  #hcp-resources .resources__container .resource:first-of-type > div {
    border-top: 1px solid #ef9626;
  }
  #hcp-resources .resources__container .resource h3 {
    font-size: 20px;
    line-height: 24px;
    color: #083887;
    font-weight: bold;
    margin: 0;
    padding: 18px 0;
    z-index: 2;
    pointer-events: none;
  }
  #hcp-resources .resources__container .resource .fpo-wrap {
    display: none;
  }
  #hcp-resources .resources__container .resource a {
    border: none;
    width: auto;
    padding: 18px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 100%;
    text-align: initial;
    justify-content: initial;
    align-items: initial;
    left: 0;
    background: transparent;
  }
  #hcp-resources .resources__container .resource a:hover {
    background: none;
    color: inherit;
  }
  #hcp-resources .resources__container .resource a img {
    width: 27px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 20px;
  }
  #hcp-resources .resources__container .resource a span {
    display: none;
  }
  #hcp-resources #resources-for-hcps .resources__container {
    margin-bottom: 0;
  }
  #hcp-resources .resources__container {
    gap: 0;
  }
  #hcp-resources #resources-for-patients .resource-copy {
    margin-top: 56px;
    margin-bottom: 28px;
  }
}
/*# sourceMappingURL=hcp-resources.css.map */
