/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2023 | 14:38:07 */
/******* 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 */
.tan_section {
  background-color: var(--tan-bg);
}
.tan_section h1, .tan_section h2, .tan_section h3, .tan_section h4, .tan_section h5, .tan_section h6, .tan_section p, .tan_section a, .tan_section span, .tan_section li {
  color: var(--text-light);
}
.tan_section blockquote {
  border-color: var(--light-bg);
}
.tan_section blockquote p {
  color: var(--text-white);
}
.tan_section .special-heading-border .special-heading-inner-border {
  border-color: var(--light-bg);
  opacity: 0.5;
}
.tan_section .iconbox .iconbox_content {
  background: var(--light-bg);
  border: 3px solid var(--light-bg);
}
.tan_section .iconbox .iconbox_content .iconbox_content_title {
  color: var(--text-primary);
}
.tan_section .iconbox .iconbox_content .iconbox_content_container .av_font_icon span.av-icon-char {
  color: var(--text-primary);
}
.tan_section .iconbox .iconbox_content .iconbox_icon {
  background-color: var(--light-bg);
  border: 7px solid var(--accent-primary);
  color: var(--dark-bg);
}
.tan_section .iconbox .iconbox_content p {
  color: var(--text-primary);
}
.tan_section.leadership__component .av-alb-blogposts .big-preview .image-overlay {
  background: var(--accent-alt);
}
.tan_section.leadership__component .av-alb-blogposts .big-preview .image-overlay:before {
  background: var(--accent-alt);
}
.tan_section.leadership__component .av-alb-blogposts .big-preview .image-overlay .image-overlay-inside:before {
  background-color: var(--accent-primary);
  border-color: var(--accent-primary);
}
.tan_section.news__cards__component .av-alb-blogposts .big-preview .image-overlay {
  background: var(--accent-alt);
}
.tan_section.news__cards__component .av-alb-blogposts .big-preview .image-overlay:before {
  background: var(--accent-alt);
}
.tan_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);
}
