/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2023 | 14:26:21 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 20 2023 | 20:39:09 */
/************/
/*  Colors  */
/************/
:root {
  --accent-primary: #9A0053;
  --accent-light: #FF437B;
  --accent-dark: #340025;
  --accent-alt: #FF8165;
  --light-bg: #FFFFFF;
  --light-bg-alt: #FCFBFA;
  --dark-bg: #340025;
  --dark-bg-alt: ;
  --tan-bg: #C1B9AE;
  --gray-bg: rgba(236, 231, 224, .5);
  --text-primary: #161616;
  --text-alt: #FF437B;
  --text-light: #FCFBFA;
  --text-white: #FFFFFF;
  --button-border-width: 3px;
  --button-border-radius-round: 200px;
  --button-border-radius-square: 0px;
  --button-border-radius-alt: 8px;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
.light_section {
  background-color: var(--light-bg);
}
.light_section h1, .light_section h2, .light_section h3, .light_section h4, .light_section h5, .light_section h6 {
  color: var(--accent-primary);
}
.light_section p, .light_section span, .light_section li {
  color: var(--text-primary);
}
.light_section a {
  color: var(--accent-primary);
}
.light_section .special-heading-border .special-heading-inner-border {
  border-color: var(--tan-bg);
  opacity: 1;
}
.light_section blockquote {
  border-color: var(--accent-primary);
}
.light_section blockquote p {
  color: var(--accent-primary);
}
.light_section a.avia-button, .light_section a.button, .light_section button, .light_section .button, .light_section a.more-link {
  border: var(--button-border-width) solid var(--dark-bg) !important;
  color: var(--text-primary);
}
.light_section a.avia-button:before, .light_section a.button:before, .light_section button:before, .light_section .button:before, .light_section a.more-link:before {
  background-color: var(--light-bg);
}
.light_section a.avia-button:hover:before, .light_section a.button:hover:before, .light_section button:hover:before, .light_section .button:hover:before, .light_section a.more-link:hover:before {
  background-color: var(--accent-primary);
}
.light_section .iconbox .iconbox_content {
  background: var(--dark-bg);
  border: 3px solid var(--dark-bg);
}
.light_section .iconbox .iconbox_content .iconbox_content_title {
  color: var(--text-white);
}
.light_section .iconbox .iconbox_content .iconbox_content_container .av_font_icon span.av-icon-char {
  color: var(--text-light);
}
.light_section .iconbox .iconbox_content .iconbox_icon {
  background-color: var(--dark-bg);
  border: 7px solid var(--light-bg);
  color: var(--text-white);
}
.light_section .iconbox .iconbox_content p {
  color: var(--text-white);
}
.light_section.leadership__component .av-alb-blogposts .big-preview .image-overlay, .light_section.bod__component .av-alb-blogposts .big-preview .image-overlay, .light_section.news__post__component .av-alb-blogposts .big-preview .image-overlay {
  background: var(--accent-alt);
}
.light_section.leadership__component .av-alb-blogposts .big-preview .image-overlay:before, .light_section.bod__component .av-alb-blogposts .big-preview .image-overlay:before, .light_section.news__post__component .av-alb-blogposts .big-preview .image-overlay:before {
  background: var(--accent-alt);
}
.light_section.leadership__component .av-alb-blogposts .big-preview .image-overlay .image-overlay-inside:before, .light_section.bod__component .av-alb-blogposts .big-preview .image-overlay .image-overlay-inside:before, .light_section.news__post__component .av-alb-blogposts .big-preview .image-overlay .image-overlay-inside:before {
  background-color: var(--accent-primary);
  border-color: var(--accent-primary);
}
.light_section.single_bio h1 {
  color: var(--accent-primary);
}
.light_section.accordion__component .togglecontainer .single_toggle h3.toggler {
  background-color: var(--accent-primary) !important;
  color: var(--text-white);
}
.light_section.accordion__component .togglecontainer .single_toggle .toggle_icon {
  border: 1px solid var(--light-bg);
}
.light_section.accordion__component .togglecontainer .single_toggle .toggle_content {
  background: var(--light-bg);
  border: 1px solid var(--accent-primary);
}
.light_section.news__cards__component .av-alb-blogposts .big-preview .image-overlay {
  background: var(--accent-alt);
}
.light_section.news__cards__component .av-alb-blogposts .big-preview .image-overlay:before {
  background: var(--accent-alt);
}
.light_section.news__cards__component .av-alb-blogposts .big-preview .image-overlay .image-overlay-inside:before {
  background-color: var(--accent-primary);
  border-color: var(--accent-primary);
}
.light_section.news__cards__component .av-alb-blogposts h2.post-title a {
  color: var(--accent-primary) !important;
}
.light_section.news__cards__component .av-alb-blogposts .post-meta-infos, .light_section.news__cards__component .av-alb-blogposts time {
  color: var(--accent-primary) !important;
}
.light_section.news__list__component .av-alb-blogposts article .entry-content-wrapper {
  border-color: var(--tan-bg);
}
.light_section.news__list__component .av-alb-blogposts article h2.post-title a {
  color: var(--accent-primary) !important;
}
.light_section.news__list__component .av-alb-blogposts article .post-meta-infos, .light_section.news__list__component .av-alb-blogposts article time {
  color: var(--accent-primary) !important;
}
