/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 01:15:38 */
/******* 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 */
#home-header {
  min-height: 630px;
  min-height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #home-header {
    height: 480px;
    align-items: flex-start;
    background-position: top center !important;
  }
}
#home-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0.46%, var(--Denim, rgba(8, 56, 135, 0.45)) 34.88%, rgba(102, 102, 102, 0) 69.65%);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  #home-header:before {
    background: none;
  }
}
#home-header:after {
  content: "Not actual patients.";
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75em;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 15%;
}
@media only screen and (max-width: 767px) {
  #home-header:after {
    right: unset;
    left: 15%;
  }
}
#home-header h1 {
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--rubik);
  font-size: 56px;
  font-weight: 700;
  line-height: 1em !important;
  letter-spacing: 1.12px !important;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #home-header h1 {
    font-size: 58px;
    text-align: center;
  }
}
#home-header h1 span {
  display: block;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.88px;
  line-height: 1.2em;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #home-header h1 span {
    font-size: 36px;
    text-align: center;
  }
}
#home-header .avia_textblock {
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  #home-header .avia_textblock {
    display: none;
  }
}
#home-header .avia_textblock p {
  padding-top: 15px;
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1em;
}
#home-header .avia_textblock p + p {
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  padding-top: 5px !important;
}
#home-header .avia_textblock p + p strong {
  color: #FFF;
  font-size: 32px;
  font-weight: 900;
  line-height: 112%;
  letter-spacing: 1.28px;
}
#home-header .avia_textblock p + p strong span {
  font-weight: inherit !important;
}
@media only screen and (max-width: 767px) {
  #home-header .avia-button-wrap {
    display: none;
  }
}
#main #inside-header {
  min-height: 460px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #main #inside-header {
    height: 580px;
    align-items: flex-start;
    background-position: top center !important;
  }
}
#main #inside-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0.46%, var(--Denim, rgba(8, 56, 135, 0.45)) 34.88%, rgba(102, 102, 102, 0) 69.65%);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  #main #inside-header:before {
    background: none;
  }
}
#main #inside-header:after {
  content: "Not actual patients.";
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75em;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 15%;
}
@media only screen and (max-width: 767px) {
  #main #inside-header:after {
    right: unset;
    left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  #main #inside-header .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#main #inside-header h1 {
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--rubik);
  font-size: 56px;
  font-weight: 700;
  line-height: 1em !important;
  letter-spacing: 1.12px !important;
  text-transform: none;
}
@media only screen and (max-width: 989px) {
  #main #inside-header h1 {
    font-size: 44px;
  }
  #main #inside-header h1 br {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #main #inside-header h1 {
    font-size: 42px;
    text-align: center;
  }
}
#main #inside-header h1 span {
  display: block;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.88px;
  line-height: 1.2em;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #main #inside-header h1 span {
    font-size: 34px;
    text-align: center;
  }
}
@media only screen and (max-width: 989px) {
  #main #inside-header .flex_column.first {
    width: 55% !important;
  }
}
@media only screen and (max-width: 767px) {
  #main #inside-header .flex_column.first {
    width: 100% !important;
  }
}
#main #inside-header .avia_textblock p {
  padding-top: 15px;
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1em;
}
@media only screen and (max-width: 767px) {
  #main #inside-header .avia_textblock p {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .page-id-269 #main #home-header {
    background-position: right center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-269 #main #home-header {
    background-image: url(/wp-content/uploads/home-mobile.jpg) !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1025 #main #inside-header {
    background-image: url(/wp-content/uploads/lr-mds-mobile.jpg) !important;
    background-position: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1028 #main #inside-header {
    background-image: url(/wp-content/uploads/results-mobile.jpg) !important;
    background-position: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1030 #main #inside-header {
    background-image: url(/wp-content/uploads/what-to-expect-mobile.jpg) !important;
    background-position: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1036 #main #inside-header {
    background-image: url(/wp-content/uploads/side-effects-header.jpg) !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1039 #main #inside-header {
    background-image: url(/wp-content/uploads/patient-support-mobile.jpg) !important;
    background-position: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1049 #main #inside-header {
    background-image: url(/wp-content/uploads/care-teams-mobile.jpg) !important;
    background-position: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-287 #main #inside-header {
    background-image: url(/wp-content/uploads/share-story-mobile.jpg) !important;
    background-position: center !important;
  }
}
.mobile-subheading.flex_column {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-subheading.flex_column {
    display: block !important;
  }
}
.mobile-subheading.flex_column p {
  color: var(--orange) !important;
  font-size: 28px !important;
  line-height: 118% !important;
  font-weight: 400 !important;
  letter-spacing: 4% !important;
  margin-bottom: 20px !important;
  text-align: center;
}
.mobile-subheading.flex_column .avia-button-wrap {
  margin-bottom: 60px !important;
}
