/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2025 | 16:43:14 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 18:16:41 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --secondaryBlue: #2663EE;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
  --mont: "Montserrat", sans-serif;
  --funnel: "Funnel Display", sans-serif;
  --dm: "DM Sans", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --heavy: 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 */
/**
 * Remove before production
 **/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
}
/**
 * Remove before production
 **/
html, body {
  font-family: var(--dm) !important;
  font-size: 20px !important;
  line-height: 1.5em !important;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box !important;
}
.av-siteloader-wrap {
  background: var(--gradient) !important;
}
.av-siteloader-wrap .av-siteloader {
  border-left-color: var(--tangerine) !important;
  border-left-color: var(--lightBlue) !important;
}
.av-siteloader-wrap img {
  width: 90% !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--funnel) !important;
}
h1 {
  font-size: 80px !important;
  font-size: clamp(55px, 5vw, 65px) !important;
  line-height: 1.15em !important;
  text-transform: none !important;
  font-weight: var(--bold) !important;
}
@media only screen and (max-width: 989px) {
  h1 {
    font-size: 52px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }
}
h2 {
  font-size: 60px !important;
  line-height: 1.15em !important;
  text-transform: none !important;
  font-weight: var(--bold) !important;
  color: var(--darkBlue) !important;
}
@media only screen and (max-width: 989px) {
  h2 {
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px !important;
  }
}
h3 {
  font-size: clamp(20px, 5vw, 25px);
}
h4 {
  font-size: clamp(18px, 4vw, 22px);
}
h5 {
  font-size: clamp(16px, 3vw, 20px);
}
h6 {
  font-size: clamp(15px, 2vw, 18px);
}
p {
  margin: 0 !important;
}
p + p {
  margin-top: 1.15em !important;
}
strong {
  color: inherit !important;
}
sup {
  line-height: 0 !important;
}
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .container {
    width: 100%;
    max-width: 100%;
  }
}
.hide-visually {
  position: absolute !important;
  left: 100vw !important;
  top: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
.disclaimer p, .disclaimer span, .disclaimer a {
  font-size: 14px !important;
  line-height: 1.6em !important;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0 !important;
  width: 95% !important;
  max-width: 1600px !important;
}
a.avia-button {
  background-color: var(--tangerine) !important;
  padding: 18px 26px !important;
  border-radius: 10px !important;
}
a.avia-button .avia_iconbox_title {
  font-size: 20px;
  line-height: 1.25em;
  color: var(--darkBlue);
  font-weight: var(--bold);
  padding-right: 6px;
}
a.avia-button svg {
  width: 24px;
  height: 24px;
}
.blue-section {
  background-color: var(--darkBlue);
}
.blue-section h2, .blue-section h3, .blue-section h4, .blue-section h5, .blue-section h6, .blue-section p, .blue-section span, .blue-section strong {
  color: var(--white) !important;
}
.gray-section {
  background-color: var(--gray);
}
.gradient-section {
  background: var(--gradient);
}
.gradient-section h2, .gradient-section h3, .gradient-section h4, .gradient-section h5, .gradient-section h6, .gradient-section p, .gradient-section span, .gradient-section strong {
  color: var(--white) !important;
}
header#header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header#header .container .logo {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}
@media only screen and (max-width: 989px) {
  header#header .container .logo {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  header#header .container .logo {
    width: auto;
  }
}
header#header .container .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
header#header .container .logo img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  header#header .container .logo img {
    object-position: left center;
  }
}
header#header .container nav {
  width: 70%;
}
header#header .container nav .avia-menu {
  width: 100%;
}
header#header .container nav ul.menu {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 989px) {
  header#header .container nav ul.menu {
    padding-right: 30px;
  }
}
header#header .container nav ul.menu > li > a {
  padding: 10px 40px;
  color: var(--white);
  font-size: 15px;
  line-height: 20px;
  font-weight: var(--bold);
}
header#header .container nav ul.menu > li > a .avia-menu-text {
  padding: 12px 0;
  position: relative;
  line-height: 1.25em;
  display: inline-flex;
  text-align: center;
}
header#header .container nav ul.menu > li > a .avia-menu-text:before {
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--tangerine);
  position: absolute;
  transform: translate3d(0, 4px, 0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
header#header .container nav ul.menu > li > a .avia-menu-fx {
  display: none !important;
}
header#header .container nav ul.menu > li:hover .avia-menu-fx {
  display: none !important;
}
header#header .container nav ul.menu > li:hover > a .avia-menu-text:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
header#header .container nav ul.menu > li.current_page_item > a .avia-menu-text:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
header#header .container nav .mobile-nav-item {
  display: none !important;
}
header#header .container nav .av-hamburger-inner {
  border-radius: 0 !important;
  background-color: var(--tangerine) !important;
}
header#header .container nav .av-hamburger-inner::before, header#header .container nav .av-hamburger-inner::after {
  border-radius: 0 !important;
  background-color: var(--tangerine) !important;
}
header#header .container nav #av-burger-menu-ul {
  padding: 100px 0 !important;
}
header#header .container nav #av-burger-menu-ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("/wp-content/uploads/alpheus-medical-logo.webp");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
header#header .container nav #av-burger-menu-ul .mobile-nav-item {
  display: block !important;
}
header#header .container nav #av-burger-menu-ul a:hover {
  background-color: var(--tangerine) !important;
  color: var(--darkBlue) !important;
}
footer#footer-page #floating-cta {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 250;
  z-index: 1050;
  width: 100%;
  max-width: 408px;
  height: auto;
  min-height: 1px !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  footer#footer-page #floating-cta {
    max-width: 350px;
    width: 90%;
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 400px) {
  footer#footer-page #floating-cta {
    max-width: 100%;
  }
}
footer#footer-page #floating-cta .container, footer#footer-page #floating-cta .content, footer#footer-page #floating-cta .entry-content-wrapper {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  footer#footer-page #floating-cta .container, footer#footer-page #floating-cta .content, footer#footer-page #floating-cta .entry-content-wrapper {
    padding: 0 !important;
  }
}
footer#footer-page #floating-cta .container .flex_column, footer#footer-page #floating-cta .content .flex_column, footer#footer-page #floating-cta .entry-content-wrapper .flex_column {
  margin-bottom: 0 !important;
}
footer#footer-page #floating-cta .avia_message_box {
  padding: 18px 26px;
  border-radius: 10px;
  background-color: var(--tangerine);
}
footer#footer-page #floating-cta .avia_message_box_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
footer#footer-page #floating-cta .avia_message_box_content .avia_message_box_icon {
  order: 2;
}
footer#footer-page #floating-cta .avia_message_box_content p {
  order: 1;
  text-transform: none;
  font-size: 20px;
  color: var(--black);
  line-height: normal;
  text-align: left;
  padding-right: 34px;
  text-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  footer#footer-page #floating-cta .avia_message_box_content p {
    font-size: 16px;
  }
}
footer#footer-page #floating-cta a.av_message_close {
  right: auto;
  left: 0;
  transform: translate3d(-10px, -10px, 0);
  border-radius: 100%;
  background-color: var(--darkBlue) !important;
  color: var(--tangerine) !important;
  transition: 0.4s ease all;
  transform-origin: center;
}
footer#footer-page #floating-cta a.av_message_close:hover {
  opacity: 1 !important;
}
#scroll-top-link {
  right: auto;
  left: 50px;
}
