.apiture-accordion .toggle { display: block; }

.apiture-accordion .content { display: none; }

.apiture-hero { overflow: hidden; }

.apiture-hero article { position: relative; z-index: 1; }

.apiture-hero .background-image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.apiture-hero .background-image video { display: block; position: absolute; left: 50%; top: 50%; height: auto; min-height: 100%; min-width: 100%; max-width: none; transform: translate(-50%, -50%); }

.apiture-tabs article { position: relative; }

.apiture-tabs .tabs li, .apiture-tabs .tabs ul { list-style: none; margin: 0; }

.apiture-tabs .tabs li { transition: all .3s; }

.apiture-tabs .tabs li a { display: block; }

.apiture-tabs .tabs ul { padding-left: 0; }

.apiture-tabs .tab-background > div { width: 100%; height: 0; padding-bottom: 50%; background-position: center; background-size: cover; }

@media (min-width: 782px) { .apiture-tabs { display: flex; align-items: center; }
  .apiture-tabs article { opacity: 0; transition: opacity .3s; pointer-events: none; display: flex; align-items: center; }
  .apiture-tabs article:not(:first-of-type) { position: absolute; left: 0; bottom: 0; }
  .apiture-tabs article.active { opacity: 1; pointer-events: auto; }
  .apiture-tabs .tabs { order: 2; }
  .apiture-tabs .tabs-content { position: relative; } }

.apiture-team-grid .bio-details { display: none; }

ul.acf-radio-list.acf-hl li, ul.acf-checkbox-list.acf-hl li { list-style: none; }

.wp-admin .column-post_thumbs img { max-width: 100%; height: auto; }
/*# sourceMappingURL=custom-blocks.css.map */