/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 19:12:39 */
@charset "UTF-8";
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2026 | 19:28:08 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  /*Add colors here*/
  --green: #00825D;
  --gray: rgba(30, 30, 30, 0.05);
  --text: #113442;
  --white: #ffffff;
  --greenGradient: linear-gradient(90deg,rgba(0, 130, 93, 1) 0%, rgba(121, 216, 175, 1) 100%);
  --mont: "Montserrat", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --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: Aug 22 2022 | 20:38:52 */
#main {
  background: #fff;
}
h1 {
  font-family: "Open Sans";
  font-size: 32px;
}
h2 {
  font-family: "Open Sans";
  font-size: 24px;
  color: #00825D !important;
}
h3 {
  font-family: "Open Sans";
  font-size: 22px;
}
h4 {
  font-family: "Open Sans";
  font-size: 18px;
}
h1, h2, h3, h4 {
  font-weight: 700 !important;
  text-transform: none !important;
  font-style: normal !important;
  line-height: 140% !important;
  letter-spacing: 0 !important;
}
p, li {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.alternate_color h2 {
  color: #fff !important;
}
/* Nav */
#header #header_main .container {
  width: auto;
  max-width: 1440px;
  padding: 0 50px;
}
#header #header_main .container .logo svg {
  width: 100%;
  max-width: 150px;
}
#header #header_main .container .main_menu .menu .menu-item .avia-menu-text {
  font-size: 16px;
  font-weight: 300;
}
#header #header_main .container .main_menu .menu .menu-item.current-menu-item .avia-menu-text {
  color: #FF8657;
  font-weight: 700;
}
.avia-section .container .content {
  padding: 60px 0;
}
#home-header .container .title_block .av-special-heading {
  max-width: 650px;
}
#home-header .container .title_block .av-special-heading h1 {
  font-family: "Atkinson Hyperlegible Next";
  font-size: clamp(40px, 8vw, 60px);
  line-height: 115% !important;
  /* 69px */
}
#home-header .container .title_block .av_textblock_section {
  max-width: 575px;
}
#about-us img {
  margin-bottom: 24px;
}
#our-team .av-special-heading {
  padding-bottom: 24px !important;
}
#our-team .team {
  padding-bottom: 30px;
}
#our-team .av-alb-blogposts {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 50px;
  width: 100%;
}
#our-team .av-alb-blogposts article {
  width: 29%;
}
#our-team .av-alb-blogposts article:hover {
  cursor: pointer;
}
#our-team .av-alb-blogposts article .team_popup_container {
  max-width: 253px;
}
#our-team .av-alb-blogposts article .team_popup_container img {
  max-width: 160px;
}
#our-team .av-alb-blogposts article .big-preview {
  position: relative;
}
#our-team .av-alb-blogposts article .big-preview .popup_trigger {
  display: none;
}
#our-team .av-alb-blogposts article .big-preview .image-overlay {
  display: none !important;
}
#our-team .av-alb-blogposts article .entry-content-wrapper .entry-content-header h2 {
  color: #79D8AF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding-bottom: 16px !important;
}
#our-team .av-alb-blogposts article .entry-content-wrapper .entry-content-header h3 {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: left;
}
#our-team .av-alb-blogposts article .entry-content-wrapper .entry-content {
  display: none;
}
#our-team .av-alb-blogposts article .entry-content-wrapper .post-meta-infos {
  display: none !important;
}
#our-team .av-alb-blogposts article .entry-content-wrapper .post_delimiter {
  display: none !important;
}
#science img {
  max-width: 515px;
  width: 100%;
}
#pipeline .illustration img {
  background: #fff;
}
#pipeline .mechanism-block {
  padding-top: 60px;
}
#pipeline .green-bullet h2:before {
  content: "• ";
  color: #79D8AF;
  width: 0;
  display: inline-block;
  left: -15px;
  position: relative;
}
#pipeline .orange-bullet h2:before {
  content: "• ";
  color: #FF8657;
  width: 0;
  display: inline-block;
  left: -15px;
  position: relative;
}
#patients .container .content {
  padding: 0;
}
#patients .container .content .flex_column.av_two_fifth {
  padding: 60px 0;
}
#news .press-releases .entry-content-wrapper h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
}
#news .press-releases .entry-content-wrapper p {
  margin: 0;
  font-size: 14px;
}
#news .news .entry-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#news .news .entry-content-wrapper .entry-content-header {
  margin-left: 0 !important;
  order: 2;
  margin-bottom: 16px;
}
#news .news .entry-content-wrapper h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
}
#news .news .entry-content-wrapper p {
  margin: 0 !important;
  color: #79D8AF;
  font-size: 18px;
  font-weight: 700;
}
#news .news .entry-content-wrapper p span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 0;
}
#news .entry-content-wrapper {
  max-width: 100% !important;
  margin-left: 0 !important;
}
#news .entry-content-wrapper .av-alb-blogposts .post-entry {
  margin-bottom: 40px;
}
#news .entry-content-wrapper .av-alb-blogposts .post-title {
  margin: 0 !important;
  max-width: 100% !important;
}
#news .entry-content-wrapper .av-alb-blogposts .post-meta-infos, #news .entry-content-wrapper .av-alb-blogposts .post_delimiter {
  display: none;
}
#news .entry-content-wrapper .av-alb-blogposts .read-more-link {
  display: none !important;
  text-align: left !important;
}
#news .entry-content-wrapper .av-alb-blogposts .read-more-link .more-link {
  background-color: transparent;
}
#news .entry-content-wrapper .av-alb-blogposts .read-more-link .more-link .more-link-arrow {
  display: none;
}
#news .entry-content-wrapper .av-alb-blogposts .read-more-link:after {
  display: none;
}
#careers .job-listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#careers .job-listing .av_textblock_section {
  margin-right: 60px;
}
#careers .job-listing .av_textblock_section .avia_textblock p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
#careers .job-listing .avia-button-wrap .avia-button {
  width: 220px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
  border: none;
}
#careers .job-listing .avia-button-wrap .avia-button span {
  font-weight: bold;
  color: #113442;
  text-transform: uppercase;
  font-size: 16px;
}
#contact .form-section .av_textblock_section {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
#contact .form-section .av_textblock_section .gform_wrapper .gform_heading, #contact .form-section .av_textblock_section .gform_wrapper .gfield_label {
  display: none;
}
#contact .form-section .av_textblock_section .gform_wrapper .gfield--type-html {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}
#contact .form-section .av_textblock_section .gform_wrapper .ginput_container_text input {
  background: #fff;
  height: 50px;
  border-color: #D4D4D4;
}
#contact .form-section .av_textblock_section .gform_wrapper .gform-footer {
  justify-content: center;
  align-items: center;
}
#contact .form-section .av_textblock_section .gform_wrapper .gform-footer .gform_button {
  width: 220px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
  border: none;
  font-weight: bold;
  background-color: #FF8657;
  color: #113442;
  text-transform: uppercase;
  font-size: 16px;
}
#location .content {
  padding: 0 !important;
}
#location .content .entry-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1919px) {
  #patients .container {
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 989px) {
  #our-team .av-alb-blogposts article {
    width: 44%;
  }
  #deep-expertise {
    background: #113442 !important;
  }
  #deep-expertise .container {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  #deep-expertise .container .content {
    padding: 0;
  }
  #deep-expertise .container .content .text-block {
    max-width: 85%;
    margin: auto !important;
    padding-top: 20px;
  }
  #pipeline .illustration img {
    width: 100%;
    max-width: 500px;
    background: #fff;
  }
  #patients .container {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  #patients .container .content {
    padding: 0;
  }
  #patients .container .content .text-block {
    max-width: 85%;
    margin: auto !important;
    padding-top: 20px !important;
  }
  #patients .container .content .img-block {
    background: none;
  }
  #patients .container .content .img-block img {
    width: 989px;
  }
  #location .content {
    padding: 60px 0 0 0 !important;
  }
  #location .content .img_container {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #home-header {
    background: url("/wp-content/uploads/home-background-mobile.png");
    background-position: 100% 50%;
  }
  #home-header .content {
    vertical-align: bottom;
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 499px) {
  #our-team .av-alb-blogposts article {
    width: 100%;
  }
}
