/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 16:44:02 */
/******* 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;
  --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%);
}
/**
 * Remove before production
 **/
#press-releases {
  position: relative;
}
#press-releases .container, #press-releases .content {
  padding: 0 !important;
}
#press-releases .entry-content-wrapper {
  padding: 140px 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 989px) {
  #press-releases .entry-content-wrapper {
    padding: 105px 63px;
  }
}
@media only screen and (max-width: 989px) {
  #press-releases .entry-content-wrapper {
    padding: 70px 24px;
  }
}
.news-filter-title {
  font-size: 28px;
  font-family: var(--funnel);
  color: var(--darkBlue);
  margin-bottom: 1rem;
  font-weight: 700;
}
.news-year-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 1054px) {
  .news-year-list {
    gap: 0.25rem;
  }
}
@media only screen and (max-width: 989px) {
  .news-year-list {
    display: none;
  }
}
.news-year-list li {
  cursor: pointer;
  font-weight: 500;
  transition: opacity 0.2s;
  list-style-type: none;
  border: 2px solid var(--tangerine);
  background: var(--white);
  color: var(--black);
  padding: 7px 25px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  border-radius: 6px;
  border-radius: 100px;
  margin: 0 !important;
  min-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 1054px) {
  .news-year-list li {
    padding: 7px 20px;
    font-size: 14px;
  }
}
.news-year-list li.disabled {
  border: 2px solid var(--gray);
  background: var(--gray);
  pointer-events: none;
  cursor: not-allowed;
}
.news-year-list li:hover {
  background: var(--tangerine);
}
.news-year-list li.selected {
  background: var(--tangerine);
  color: var(--black);
}
#top .news-filter select {
  display: none;
}
@media only screen and (max-width: 989px) {
  #top .news-filter select {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid var(--darkPurple);
    border: none;
    color: var(--black);
  }
}
.news-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 989px) {
  .news-posts {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-posts {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-posts .news-posts-title {
  grid-column: 1/-1;
}
.news-posts .news-posts-title h2 {
  margin-bottom: 0 !important;
}
.news-posts h3 {
  color: var(--black) !important;
}
@media only screen and (max-width: 767px) {
  .news-posts h3 {
    font-size: clamp(18px, 3vw, 22px);
  }
}
.news-posts article {
  background: var(--gray);
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out transform;
  transform-origin: center;
}
.news-posts article:hover {
  transform: scale(1);
}
.news-posts a.avia-button {
  border: none !important;
  padding: 8px 15px !important;
}
.news-posts a.avia-button .avia_iconbox_title {
  font-size: 14px !important;
  line-height: 1.5em !important;
}
.news-item {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.news-item[style*="display: none"] {
  opacity: 0;
}
.news-title {
  margin: 0 0 0.25rem;
}
.news-date {
  display: block;
  font-size: 14px;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.news-excerpt {
  margin-bottom: 1rem;
}
.news-excerpt p {
  line-height: normal !important;
  font-size: 20px !important;
  color: var(--text) !important;
}
