/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 24 2025 | 01:33:08 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2024 | 19:04:41 */
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Black.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Bold.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-BoldItalic.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Medium.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-MediumItalic.otf") format("opentype"), url("/wp-content/uploads/cc_fonts/Branding/Branding-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-SemiLight.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url("/wp-content/uploads/cc_fonts/Branding/Branding-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
#inside_header {
  background-position: 20vw 0 !important;
}
#inside_header::before {
  background-image: url("/wp-content/uploads/blue.svg");
}
#after_section_1, #press_releases {
  background: #003348;
}
#after_section_1 {
  border: none !important;
}
#after_section_1 .content {
  padding-bottom: 0 !important;
}
#after_section_1 h2 {
  font-size: 45px !important;
  text-transform: none;
}
#press_releases {
  padding-bottom: 100px !important;
}
.av-tab-section-tab-title-container {
  background: transparent;
  padding-top: 75px;
  padding-bottom: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.av-tab-section-tab-title-container > a {
  padding: 10px 50px !important;
  position: relative;
}
.av-tab-section-tab-title-container > a .av-inner-tab-title {
  font-family: "Branding";
  font-size: 36px;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 0 !important;
}
.av-tab-section-tab-title-container > a .av-tab-arrow-container {
  display: none;
}
.av-tab-section-tab-title-container > a.av-active-tab-title {
  color: #00ac69 !important;
}
.av-tab-section-tab-title-container > a:not(:last-of-type)::after {
  border-right: 2px solid #b4b4b4;
  content: "";
  height: 65%;
  position: absolute;
  right: 0;
  top: 15px;
}
.av-tab-section-tab-title-container::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  background: linear-gradient(90deg, #00AC6A, #00ACD8);
}
.tabcontainer .tab_titles {
  font-family: "Branding";
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent !important;
}
.tabcontainer .tab_titles .tab {
  float: none;
  border-color: transparent !important;
  font-size: 24px;
  font-weight: 600;
}
.tabcontainer .tab_titles .tab.active_tab {
  background-color: transparent !important;
  color: #00ac69 !important;
}
.tabcontainer .tab_content.active_tab_content {
  background-color: transparent !important;
  border-color: transparent !important;
}
.posters-and-pubs .container {
  min-width: 1px !important;
}
.posters-and-pubs .container .av-special-heading-h3 h3 {
  color: #00ac69 !important;
}
.posters-and-pubs .container p {
  color: #ffffff !important;
  margin-top: 5px;
}
.posters-and-pubs .container a {
  color: #fff !important;
  font-style: italic;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
}
.av-alb-blogposts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article {
  background: linear-gradient(180deg, #00AC6A, #00ACD8);
  border-radius: 30px;
  margin: 20px;
  max-width: 400px;
  min-height: 310px;
  min-width: 345px;
  padding: 30px;
  position: relative;
  width: 22% !important;
}
article::after {
  background: url("/wp-content/uploads/white_dots_news.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  bottom: 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  width: 100%;
}
.post-meta-infos {
  display: none;
}
.entry-content-wrapper h2 {
  color: #fff;
  font-size: 20px !important;
  padding-top: 25px !important;
}
.entry-content-wrapper h2 a {
  vertical-align: middle;
}
.entry-content-wrapper > p {
  color: #fff !important;
  font-size: 18px;
  position: absolute;
  top: 0;
}
.entry-content-wrapper .read-more-link {
  bottom: 30px;
  position: absolute;
  text-align: left;
}
.entry-content-wrapper .read-more-link .more-link {
  background: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 10px;
  color: #00acd8 !important;
  padding: 3px 20px;
  text-transform: capitalize;
}
.entry-content-wrapper .read-more-link .more-link:hover {
  color: #00ac69 !important;
}
.entry-content-wrapper .read-more-link::after {
  border: none !important;
}
.single-post.scrolled__header #header_main ul .avia-menu-text {
  color: #fff !important;
}
.single-post.scrolled__header #header_main ul .av-icon-char {
  color: #fff !important;
}
.single-post.scrolled__header #header_main .sub-menu .avia-menu-text {
  color: #5b6670 !important;
}
.single-post.scrolled__header #header_main .sub-menu .av-icon-char {
  color: #5b6670 !important;
}
.single-post.scrolled__header #header svg #Group_3124 path {
  fill: #fff !important;
}
.single-post #header_meta a {
  color: #5b6670 !important;
}
.single-post #header_main .avia-menu-text {
  color: #5b6670;
}
.single-post #header_main .av-icon-char {
  color: #5b6670;
}
.single-post #header svg #Group_3124 path {
  fill: #5B6670 !important;
}
#news_post {
  margin-top: 10%;
}
#news_post::before {
  background: url("/wp-content/uploads/dots-orange.svg");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -65%;
  width: 100%;
}
#news_post::after {
  background: url("/wp-content/uploads/dots-blue.svg");
  background-repeat: no-repeat !important;
  content: "";
  height: 100%;
  position: absolute;
  bottom: -70%;
  left: 20%;
  width: 100%;
}
#news_post .s-page .container {
  padding: 0 !important;
}
#news_post h1 {
  font-size: clamp(26px, 5vw, 45px) !important;
  font-weight: 600 !important;
  text-transform: none;
}
#news_post h4 {
  color: #00ac69;
  font-family: "Branding";
  font-size: clamp(22px, 3vw, 28px) !important;
  font-weight: 600;
  text-transform: uppercase !important;
}
#news_post p, #news_post li {
  font-family: "Branding";
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight: 400;
}
#news_post .avia-button {
  background: #fff;
  border: 2px solid #00acd8 !important;
  border-radius: 10px;
  color: #00acd8 !important;
  position: fixed;
}
#news_post .avia-button:hover {
  background: #00acd8;
  border-color: #00acd8 !important;
  color: #fff !important;
}
#news_post .av-subheading p {
  line-height: 28px !important;
  padding-top: 15px !important;
  text-align: center;
  font-style: italic;
}
.postid-4877 #news_post .av-special-heading {
  padding-bottom: 15px !important;
}
.postid-4877 #news_post .av-special-heading .av-subheading p {
  padding-top: 25px !important;
  margin: 0 !important;
}
@media only screen and (min-width: 990px) {
  .single-post #header .header_bg {
    background: #4F5B64 !important;
  }
  .single-post #header svg #Group_3124 path {
    fill: #fff !important;
  }
  .single-post header#header #header_meta a {
    color: #fff !important;
  }
  .single-post #header_main ul.av-main-nav > li > a > .avia-menu-text {
    color: #fff !important;
  }
  .single-post .av-icon-char {
    color: #fff !important;
  }
}
@media only screen and (max-width: 989px) {
  #inside_header {
    background-position: 55% !important;
  }
  #inside_header .container .content {
    background: linear-gradient(0deg, #00acd8 0%, rgba(0, 106, 137, 0.75) 100%);
  }
  #inside_header .header_dots {
    top: 55% !important;
    left: 50% !important;
  }
  #inside_header .av-subheading {
    padding-right: 0 !important;
  }
  #news_post .container {
    padding: 50px !important;
  }
  .single-post #header_main .avia-menu-text {
    color: #fff !important;
  }
  .single-post #header_main .av-icon-char {
    color: #fff !important;
  }
  .single-post #header_meta a {
    color: #fff !important;
  }
  .single-post #header svg #Group_3124 path {
    fill: #fff !important;
  }
  .av-tab-section-tab-title-container {
    min-width: 1px !important;
  }
  .av-tab-section-tab-title-container:after {
    width: 100% !important;
  }
  .av-tab-section-tab-title-container a {
    flex: unset !important;
  }
  .av-section-tab-title {
    display: flex !important;
    width: 50% !important;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #press_releases .av-tab-section-tab-title-container {
    padding-top: 50px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    left: 50% !important;
    transform: translate3d(-50%, 0, 0) !important;
  }
  #press_releases .av-tab-section-tab-title-container a:first-of-type {
    flex: 0 0 100%;
  }
  #press_releases .av-tab-section-tab-title-container a:nth-of-type(n+2) {
    flex: 0 0 100%;
  }
  #press_releases .tab_titles {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  #press_releases .tab_titles .tab {
    width: fit-content;
    text-align: center;
    font-size: 20px !important;
  }
  #press_releases .fullsize-tab {
    display: none !important;
  }
  #news_post .container {
    padding: 0 50px !important;
  }
}
@media only screen and (max-width: 480px) {
  #press_releases .av-tab-section-tab-title-container a {
    padding: 0 !important;
  }
  #press_releases .tab_titles .tab {
    font-size: 18px !important;
  }
}
