/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2026 | 22:18:10 */
/* Begin import: vars.scss */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  /* Brand colors */
  --color-primary: #164b7a;
  --color-primary-dark: #0d314f;
  --color-primary-light: #e8f1f8;
  --color-secondary: #f2a541;
  --color-accent: #33a6a6;
  --color-nav: rgba(7, 62, 117, 0.35);
  --color-nav-md: rgba(7, 62, 117, 0.55);
  --color-nav-dark: rgba(7, 62, 117, 0.85);
  --color-nav-accent:#78D0ED;
  /* Neutral colors */
  --color-ink: #17202a;
  --color-text: #2f2f2f;
  --color-muted: #687483;
  --color-border: #d9e0e7;
  --color-surface: #ffffff;
  --color-surface-alt: #f8f8f8;
  --color-footer: #101820;
  /* Additional Colors */
  --purple: #584483;
  --yellow: #FBB040;
  --black: #000000;
  --blue: #4279BD;
  --darkblue: #073E75;
  --teal: #00A79D;
  /* Feedback colors */
  --color-success: #16835f;
  --color-warning: #b96f00;
  --color-error: #b23b3b;
  /* Typography */
  --font-heading: "Golos Text", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Golos Text", "Helvetica Neue", Arial, sans-serif;
  --font-alt: "Abel", sans-serif;
  --font-size-xs: 0.8125rem;
  /* 13px */
  --font-size-sm: 0.9375rem;
  /* 15px */
  --font-size-base: 1rem;
  /* 16px */
  --font-size-md: 1.125rem;
  /* 18px */
  --font-size-lg: 1.375rem;
  /* 22px */
  --font-size-xl: 1.75rem;
  /* 28px */
  --font-size-2xl: 2.25rem;
  /* 36px */
  --font-size-3xl: 3rem;
  /* 48px */
  --font-size-4xl: 4rem;
  /* 64px */
  --font-size-5xl: 5rem;
  /* 80px */
  --line-height-tight: 1.12;
  --line-height-heading: 1.2;
  --line-height-body: 1.65;
  /* Spacing */
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 6rem;
  /* Layout */
  --container-width: 1600px;
  --content-width: 760px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 35px;
  --radius-full: 500px;
  --shadow-sm: 0 2px 10px rgba(16, 24, 32, 0.08);
  --shadow-md: 0 12px 36px rgba(16, 24, 32, 0.12);
  /* Motion */
  --transition-fast: 160ms ease;
  --transition-base: 240ms ease;
  --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;
  --fw_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;
}
/* End import: vars.scss */
/* Begin import: media_queries.scss */
/* End import: media_queries.scss */
#home-header {
  position: relative;
  background: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/home-header.webp") lightgray -260.532px 0px / 141.263% 100% no-repeat;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 620px;
  height: 70vh;
  padding-top: 91px;
}
#home-header .container {
  height: 100%;
}
#home-header .container main {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
#home-header .container main .post-entry {
  height: 100%;
}
#home-header .container main .post-entry .entry-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#home-header h1 {
  font-weight: 400 !important;
  text-transform: none !important;
  color: var(--color-surface);
  font-size: var(--font-size-4xl);
  width: 60%;
  padding: 200px 0;
}
#inside-header {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#inside-header .entry-content-wrapper {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#inside-header h1 {
  font-weight: 400;
  text-transform: none !important;
  color: var(--color-surface);
}
.page-id-272 #inside-header, .page-id-278 #inside-header, .page-id-1019 #inside-header, .page-id-281 #inside-header, .page-id-1022 #inside-header, .page-id-287 #inside-header {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
}
.page-id-272 #inside-header {
  background-image: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/about-header.webp");
}
.page-id-278 #inside-header {
  background-image: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/pipeline-header.webp");
}
.page-id-1019 #inside-header {
  background-image: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/patients-header.webp");
}
.page-id-281 #inside-header {
  background-image: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/careers-header.webp");
}
.page-id-1022 #inside-header {
  background-image: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/investors-header.webp");
}
.page-id-287 #inside-header {
  background-image: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/contact-header.webp");
}
.single-portfolio #inside-header {
  min-height: 280px;
  background-image: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/about-header.webp");
}
.parent-pageid-278 #inside-header {
  min-height: 280px;
  background-size: cover !important;
  background-position: center !important;
}
.parent-pageid-278 #inside-header .entry-content-wrapper {
  min-height: 1px;
}
.page-id-1042 #inside-header {
  background: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/bh-30643-header.webp") lightgray 0px -633.222px / 100% 385.081% no-repeat;
}
.page-id-1045 #inside-header {
  background: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/bh-30236-header.webp") lightgray 0px -633.222px / 100% 385.081% no-repeat;
}
.page-id-1048 #inside-header {
  min-height: 280px;
  background: linear-gradient(0deg, rgba(7, 62, 117, 0.35) 0%, rgba(7, 62, 117, 0.35) 100%), url("/wp-content/uploads/bh-501284-header.webp") lightgray 0px -635.801px / 100% 385.081% no-repeat;
  background-position: bottom center !important;
}
