/* Styles */

:root {
	--blue: #383666;
	--green: #6E8162;
	--red: #CF3D3D;
	--plum: #653565;
	--dark-green: #3E6033;
	--cream: #FFF7EF;
	--dark-cream: #E9DDCE;
	--blue-grey: #57767E;
	--deep-navy: #131060;
	--light-green-ui: #8DA87C;
	--dark-green-ui: #145228;
}

/* ====================
* Accessibility
==================== */

:focus-visible {
    outline: 3px solid #005fcc;  
    outline-offset: 2px;
}

/* core interactive elements */

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-offset);
}

/* elementor / theme-specific classes  */

.elementor-button:focus-visible,
.btn:focus-visible,
.button:focus-visible,
.pagination a:focus-visible,
.pagination button:focus-visible,
.menu a:focus-visible,
.nav a:focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-offset);
}

/* Container doesn't need to be hidden — only the links */

.skip-links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* Skip link accessible but visually hidden */

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}

/* When focused: show visibly */

.skip-link:focus,
.skip-link:focus-visible  {
  position: static;
  width: auto;
  height: auto;
  padding: .75rem 1rem;
  background: var(--focus-color);
  color: #fff;
  outline: 3px solid #fff;
  outline-offset: 0;
  z-index: 10000;
}

.sr-only-newtab {
  /* Visually hides the element but keeps it accessible to screen readers */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ====================
* General
==================== */

* {
  transition: all .3s ease-in-out;
}

/* ====================
* Typography
==================== */

a, 
.elementor-widget-text-editor a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
a:hover , 
.elementor-widget-text-editor a:hover {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

.elementor-widget-theme-post-content ul, 
.elementor-widget-theme-post-content ol,
.elementor-widget-text-editor  ul, 
.elementor-widget-text-editor ol {
	    margin-bottom: 1rem;
}

.elementor-widget-theme-post-content ul li, 
.elementor-widget-theme-post-content ol li,
.elementor-widget-text-editor  ul li, 
.elementor-widget-text-editorr ol li {
	    margin-bottom: 1rem;
}

/* Single Post */
.single .elementor-widget-theme-post-content h2 {
	margin-top: 1em;
	color: var(--blue);
}

.single .elementor-widget-theme-post-content h3 {
	margin-top: 1em;
	color: var(--blue);
}

.single .elementor-widget-theme-post-content h4 {
	margin-top: 1em;
}
.single .elementor-widget-theme-post-content figure.size-large img, 
.single .elementor-widget-theme-post-content figure.alignwide img  {
	border-radius: 20px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.single .elementor-widget-theme-post-content blockquote:not(blockquote blockquote):not(figure blockquote) {
	background-color: rgba(255,255,255,0.5);
	border-left: 6px solid var(--plum);
	border-radius: 4px 20px 20px 4px;
	padding: 30px;
	color: var(--text);
	margin: 3rem 0;
}
.single .elementor-widget-theme-post-content blockquote blockquote {
	margin:0;
	margin-left:0;
	padding: 0;
}
.single .elementor-widget-theme-post-content blockquote,
.single .elementor-widget-theme-post-content blockquote strong,
.single .elementor-widget-theme-post-content blockquote p, 
.single .elementor-widget-theme-post-content blockquote cite , 
.single .elementor-widget-theme-post-content blockquote a {
	color: var(--text);
}
.single .elementor-widget-theme-post-content a ,
.single .elementor-widget-theme-post-content blockquote a {
	text-decoration: underline;
}

.single .elementor-widget-theme-post-content .wp-block-pullquote {
	border-radius: 20px;
}

/* ====================
* Formidable Forms
==================== */

.frm_forms fieldset {
  border: none;
  padding: 0;
}
.frm_error_style,
.frm_error {
  color: #DC143C;
  font-size: 12px;
  font-weight: 500;
}
.frm_error_style {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}


/* ====================
* Elementor
==================== */
.cl-mc-item > a,
.text-btn,
.text-btn *,
.text-btn .elementor-heading-title a,
.text-btn a.elementor-button, 
.text-btn .elementor-button-text {
	text-decoration: none!important;
	border-bottom:0!important;
}
.cl-mc-item > a,
.celof-pagination__more,
.text-btn .elementor-heading-title a,
.text-btn .elementor-button-text {
	position: relative;
}
.cl-mc-item > a:after,
.celof-pagination__more:after,
.text-btn .elementor-heading-title a:after,
.text-btn .elementor-button-text:after {
	position: absolute;
	bottom: -0.1em;
	width: 100%;
	border-bottom: 1px solid;
	left:0;
	content: '';
	display:inline-block;
	transform: translateY(0);
	transition: all 0.4s;
}
.cl-mc-item > a:hover:after,
.celof-pagination__more:hover:after,
.text-btn .elementor-heading-title a:hover:after,
.text-btn a:hover .elementor-button-text:after {
	transform: translateY(3px);
	border-width: 3px;
}

.program  p.program-contact-info {
	margin-bottom: 0.35em;
}

/**** CUSTOM FILTER + LOOP ****/
.is-disabled .celof-pagination__icon {
    opacity: 0.5;
}
/* ====================
* Shortcodes
==================== */
/* Report Buttons */
.report-buttons a.button.report-button {
	color: #fff;
	background: var(--red);
	font-size:1rem;
	font-weight: 500;
	padding: 13px 25px;
	text-align:center;
	border-radius: 10px;
	margin: 0 1rem 1rem 0;
}

.report-buttons a.button.report-button:hover {
	background-color: var(--dark-green);
	border-radius: 50px;
}

/*** MailChimp Feed ***/
.cl-mc-wrap { 
	width:100%; 
}
.cl-mc-wrap  .cl-mc-items {
	display:grid;
	gap: 25px;
}
.cl-mc-wrap  article.cl-mc-item {
	padding: 30px;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
}
.cl-mc-wrap  .cl-mc-item h3.cl-mc-title {
	margin: 0 0 2.25rem 0; 
	font-size: 1.25rem; 
	font-weight: 700;
}
.cl-mc-wrap  .cl-mc-item h3.cl-mc-title > a {
	color: #000;
}
.cl-mc-wrap  .cl-mc-item > a {  
	font-size: 1rem;
	text-decoration: underline;
	}
.cl-mc-wrap .cl-mc-actions { 
	margin-top: 2.5rem; 
	display:flex; 
    justify-content: center;
	align-items:center; 
}
.cl-mc-wrap button.cl-mc-loadmore {
	background-color: transparent;
	padding: 0;
	border:0;
	color: #000;
	text-decoration: underline;
	text-align: center;
	
}
.cl-mc-wrap .cl-mc-loadmore[disabled] { opacity:.6; cursor:not-allowed; }
.cl-mc-wrap .cl-mc-sr { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

@media(max-width:600px){
	.cl-mc-wrap .cl-mc-items {
	grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
}