/*! 
ADD POST LIVE CSS HERE 

Add date and tag with changes description eg:

// 4/20/19 - Sam: Header fix or something
// and then css

*/

/* weird awards layout */

/* @media only screen and (min-width: 1400px) and (max-width: 1799px) {
  #about-page .section-middle-blocks {
    margin-bottom: -1.75rem;
  }
  #about-page .section-middle-image {
	align-self: self-start;
	margin-top: 1.75rem;
  }
  #about-page .section-bottom .content > :where(*):first-child {
    max-width: 50%;
  }
} */


/* update feature*/
.banner-has-feature .banner-main-blocks {
    position: relative;
    z-index: 1;
}

.banner-feature-photo {
    position: relative;
    z-index: -1;
}


.accordion:not(.open) {
	display: none;
  }
  
  /* Accordion: Toggle  https://github.com/1point21interactive/1p21_wp_boilerplate/blob/master/wp-content/themes/1p21-boilerplate/docs/components/accordion.md#data-toggle-accordion
  --------------------------------------------------------------- */
 .content-accordion .accordion-trigger {
	cursor: pointer;
	border-bottom: 1px solid var(--color-neutral);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
  }
 .content-accordion .accordion-trigger > * {
	pointer-events: none;
  }
 .content-accordion .accordion-trigger::after {
	content: "+";
  }
 .content-accordion .accordion-trigger.open {
	color: var(--color-primary);
  }
 .content-accordion .accordion-trigger.open::after {
	content: "-";
  }