/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2023 | 14:26:46 */
/******* 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 */
.gray_section {
  background-color: var(--gray-bg);
}
.gray_section h1, .gray_section h2, .gray_section h3, .gray_section h4, .gray_section h5, .gray_section h6, .gray_section p, .gray_section a, .gray_section span, .gray_section li {
  color: var(--text-primary);
}
.gray_section blockquote {
  border-color: var(--accent-primary);
}
.gray_section blockquote p {
  color: var(--accent-primary);
}
.gray_section a.avia-button, .gray_section a.button, .gray_section button, .gray_section .button, .gray_section a.more-link {
  border: var(--button-border-width) solid var(--dark-bg) !important;
  color: var(--text-primary);
}
.gray_section a.avia-button:before, .gray_section a.button:before, .gray_section button:before, .gray_section .button:before, .gray_section a.more-link:before {
  background-color: var(--light-bg);
}
.gray_section a.avia-button:hover:before, .gray_section a.button:hover:before, .gray_section button:hover:before, .gray_section .button:hover:before, .gray_section a.more-link:hover:before {
  background-color: var(--accent-primary);
}
.gray_section .iconbox .iconbox_content {
  background: var(--dark-bg);
  border: 3px solid var(--dark-bg);
}
.gray_section .iconbox .iconbox_content .iconbox_content_title {
  color: var(--text-white);
}
.gray_section .iconbox .iconbox_content .iconbox_content_container .av_font_icon span.av-icon-char {
  color: var(--text-light);
}
.gray_section .iconbox .iconbox_content .iconbox_icon {
  background-color: var(--dark-bg);
  border: 7px solid var(--light-bg);
  color: var(--text-white);
}
.gray_section .iconbox .iconbox_content p {
  color: var(--text-white);
}
.gray_section.leadership__component .av-alb-blogposts .big-preview .image-overlay, .gray_section.bod__component .av-alb-blogposts .big-preview .image-overlay {
  background: var(--accent-alt);
}
.gray_section.leadership__component .av-alb-blogposts .big-preview .image-overlay:before, .gray_section.bod__component .av-alb-blogposts .big-preview .image-overlay:before {
  background: var(--accent-alt);
}
.gray_section.leadership__component .av-alb-blogposts .big-preview .image-overlay .image-overlay-inside:before, .gray_section.bod__component .av-alb-blogposts .big-preview .image-overlay .image-overlay-inside:before {
  background-color: var(--accent-primary);
  border-color: var(--accent-primary);
}
.gray_section.single_bio h1 {
  color: var(--accent-primary);
}
.gray_section.news__cards__component .av-alb-blogposts .big-preview .image-overlay {
  background: var(--accent-alt);
}
.gray_section.news__cards__component .av-alb-blogposts .big-preview .image-overlay:before {
  background: var(--accent-alt);
}
.gray_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);
}
