/* -- Home -- */

#home-hero {
	background: black;
}

#home-feature {
	position: relative;
	height: 595px;
}

#home-carousel ul {
	margin: 0;
}

#home-carousel .slide {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
	width: 100%;
	height: 100%;
	max-width: 1380px;
	margin: 0 auto;
	color: white;
}

#home-carousel .slide .image {
	display: block;
	position: absolute;
	right: var(--page-pad);
	bottom: 0;
	width: calc(66% - 80px);
	height: 570px;
	background-size: cover;
	background-color: black;
	background-position: center center;
}

#home-carousel .main-slide .image {
	position: relative;
	width: 100%;
	height: 100%;
	left: initial;
	right: initial;
	bottom: initial;
	background-size: auto 100%;
}

#home-carousel .slide .text {
	position: absolute;
	bottom: 26px;
	width: 30%;
}

#home-carousel .main-slide .text {
	width: auto;
}

#home-carousel .slide .label {
	margin-bottom: 15px;
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
}

#home-carousel .slide .heading {
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
}

#home-carousel .slide .subhead {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin-top: 20px;
}

#home-feature .slider-page {
	padding-top: 13px;
}

#home-feature .slider-page div {
	background: #3F3F3F;
}

#home-feature .slider-page div.selected {
	background: white;
}

#home-feature .slider-next {
	top: 10px !important;
	background: url('../images/common/carousel-arrow-right-invert.svg') no-repeat;
}

#home-feature .slider-prev {
	top: 10px !important;
	background: url('../images/common/carousel-arrow-left-invert.svg') no-repeat;
}

#home-feature .play-toggle {
	top: 10px !important;
	background: url('../images/common/pause-invert.svg') center center no-repeat;
}

#home-feature .play-toggle.paused {
	background: url('../images/common/play-invert.svg') center center no-repeat;
}

#home-feature-action {
	position: relative;
	z-index: 2;
	max-width: var(--max-width);
	margin: 0 auto;	
	padding: 0 20px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
}

#home-feature-action a {
	width: auto;
	display: inline-block;
	border-top: 0;
}

#home-feature-more {
	border-top: 1px solid var(--blk-blue);
}

#home-feature-more a {
	color: var(--blk-blue);
}

#home-feature-more a * {
	stroke: var(--blk-blue);
}

#home-feature-more a:hover {
	filter: brightness(120%);
}

#home-top {
	background: black;
	color: white;
	padding: 55px 20px 0;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
}

#home-schedule {
	display: flex;
	gap: 30px;
	max-width: var(--max-width);
	margin: 0 auto 0;
	padding-bottom: 75px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .02em;
	font-weight: bold;
}

#home-schedule > div {
	position: relative;
	flex-basis: 33.3%;
	padding-bottom: 70px;
	border-top: 1px solid white;
}

#home-schedule h3 {
	margin: 10px 0 60px;	
}

#home-schedule ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#home-schedule li {
	padding: 0;
	margin: 0;
}

#home-schedule .button:hover {
	filter: brightness(120%);	
}

#home-schedule-today li {
	padding-bottom: 20px;
}

#home-schedule-today li:last-child {
	padding-bottom: 0;
}

#home-schedule-today li a {
	display: flex;
	gap: 20px;
}

#home-schedule-today li a span {
	display: block;
	flex-basis: 50%;
}

#home-schedule-today li:nth-child(5n - 4) a {
	color: var(--blk-blue);
}

#home-schedule-today li:nth-child(5n - 3) a {
	color: var(--blk-red);
}

#home-schedule-today li:nth-child(5n - 2) a {
	color: var(--blk-green);
}

#home-schedule-today li:nth-child(5n - 1) a {
	color: var(--blk-purple);
}

#home-schedule-today li:nth-child(5n - 5) a {
	color: var(--blk-yellow);
}

#home-schedule-today li a:hover {
	filter: brightness(120%);
}

#home-schedule-today .button-bottom {
	border-color: var(--blk-orange);
	color: var(--blk-orange);	
}

#home-schedule-today .button-bottom * {
	stroke: var(--blk-orange);	
}

#home-schedule-hours li {
	display: flex;
	gap: 20px;
}

#home-schedule-hours li:nth-child(6) {
	margin-top: 20px;
}

#home-schedule-hours li span {
	display: block;
	flex-basis: 50%;
}

#home-schedule-hours .button-bottom {
	border-color: var(--blk-peach);
	color: var(--blk-peach);
}

#home-schedule-hours .button-bottom * {
	stroke: var(--blk-peach);	
}

#home-schedule-sunday .date {
	margin-bottom: 20px;	
}

#home-schedule-sunday ul {
	margin-bottom: 30px;	
}

#home-schedule-sunday ul:last-child {
	margin-bottom: 0;	
}

#home-schedule-sunday li a {
	display: flex;
	gap: 30px;
	color: white;
}

#home-schedule-sunday li a span {
	display: block;
}

#home-schedule-sunday .time {
	min-width: 80px;
	max-width: 80px;	
}

#home-schedule-sunday .button-bottom {
	border-color: var(--blk-purple);
	color: var(--blk-purple);
}

#home-schedule-sunday .button-bottom * {
	stroke: var(--blk-purple);	
}

#home-live {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 35px 0 0;
}

#home-live-header {
	border-top: 1px solid white;
	padding-top: 10px;
}

#home-live-header h2 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 100px;
	line-height: 110px;
}

#home-live-header h2:after {
	content: '';
	display: inline-block;
	margin: 0 0 60px 8px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #FF303F;
}

#home-live .video-audio-layout {
	padding-left: 0;
	padding-right: 0;
}

#home-bottom {
	max-width: var(--max-width);
	padding: 75px 20px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
	margin: 0 auto;
}

#home-upcoming {
	margin-bottom: 75px;
}

#home-upcoming > h2 {
	border-top: 1px solid black;
	padding-top: 10px;
}

#home-upcoming > h2 a {
	color: black;
	display: block;
	position: relative;
}

#home-upcoming > h2 a * {
	stroke: black;
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
}

#home-more {
	display: flex;
	gap: 30px;
	margin: 90px 0;	
}

#home-more-header {
	flex-basis: 25%;
	border-top: 1px solid black;
}

#home-more .item {
	display: block;
	position: relative;
	flex-basis: 25%;
	min-height: 150px;
	padding-bottom: 40px;
	border-top: 1px solid black;
}

#home-more .item:nth-child(2) {
	border-color: var(--red);
	color: var(--red);
}

#home-more .item:nth-child(2) * {
	border-color: var(--red);
	stroke: var(--blk-red);
	color: var(--red);
}

#home-more .item:nth-child(3) {
	border-color: var(--blue);
	color: var(--blue);
}

#home-more .item:nth-child(3) * {
	border-color: var(--blue);
	stroke: var(--blue);
	color: var(--blue);
}

#home-more .item:nth-child(4) {
	border-color: var(--purple);
	color: var(--purple);
}

#home-more .item:nth-child(4) * {
	border-color: var(--purple);
	stroke: var(--purple);
	color: var(--purple);
}

#home-more .item h4 {
	margin: 10px 0;
}

#home-email-capture {
	border-top: 1px solid black;
	margin: 75px 0;	
}

#home-email-capture .cols {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

#home-email-capture .cols .text {
	position: relative;
	flex-basis: calc(33.3% - 20px);
	border-top: 1px solid white;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Garamond';
}

#home-email-capture .cols .text p {
	margin-top: 0;
}


#home-email-capture .email-capture {
	flex-grow: 1;
}

/* -- Home Intro Animation -- */

.intro-init {
	overflow-y: scroll;	
}

.intro-init header {
	height: calc(100% + 202px);
	top: -202px;
	display: flex;
	flex-direction: column;	
	border-bottom: 0;
}

.intro-init.active-alert header {
	height: calc(100% + 242px);
	top: -242px;
}

.intro-init header #header-wrap {
	width: 100%;
}

.intro-init #intro-graphic {
	flex-basis: 100%;
	flex-grow: 1;
	background: black url('../images/pages/home-main.jpg') center center no-repeat;
	background-size: auto 100%;
	border-top: 1px solid #444;
}



#intro-graphic noscript {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	text-align: center;	
}

#intro-graphic noscript p {
	background: var(--red);
	margin: 30px auto;
	padding: 10px;
	max-width: 600px;
	color: #FFF;
	font-size: 20px;
	line-height: 28px;	
	font-family: arial;
}

#intro-graphic noscript a {
	display: inline-block;
	padding: 20px 30px;
	background: white;
	color: black;
	font-weight: bold;
	font-size: 40px;	
}

#intro-graphic noscript a:hover {
	background: black;
	color: white;
}

@keyframes fade-in {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

.intro-init .support-button,
.intro-start .support-button {
	opacity: 0;	
}

.intro-end .support-button {
	opacity: 1;
}

.intro-start header {
	transition: top 1s, height 1s;
}

.intro-end header {
	height: 797px;
	top: 0;
}

.intro-end.active-alert header {
	height: 837px;
	top: 0;
}

.intro-start #home-feature {
	transition: height 1s;
}

.intro-init #home-feature-action {
	margin-top: calc(100vh - 790px);
}

.intro-init.active-alert #home-feature-action {
	margin-top: calc(100vh - 830px);
}

.intro-start #home-feature-action {
	transition: margin-top 1s;
}


.intro-end #home-feature-action {
	margin-top: 0;
}

.intro-end #home-feature {
	transition: none;
}

.intro-init #wrapper {
	height: 100.1%;
	overflow: hidden;
}


/* -- Art -- */

.art-on-view .button-inline {
	border-color: var(--teal);	
	color: var(--teal);	
}

.art-on-view .button-inline * {
	stroke: var(--teal);	
}


/* -- Calendar -- */

#calendar .page-header {
	padding-top: 30px;
	padding-bottom: 30px;
}

#calendar .page-header h1 {
	font-size: 34px;
	line-height: 40px;	
}

#calendar-toggle-day .icon span {
	width: 20px;
	height: 5px;
	margin-bottom: 2px;
}

#calendar-toggle-month .icon span {
	width: 5px;
	height: 5px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

#calendar-toggle-month .icon span:nth-child(3n - 2) {
	margin-right: 0;
}

#calendar-toggle-month .icon span:first-child {
	width: 19px;
	float: none;
}

.calendar-layout {
	display: flex;
	max-width: var(--max-width);
	padding-top: 30px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
	margin: 0 auto;
	gap: 30px;
}

.calendar-layout > aside {
	flex-basis: calc(33.3% - 20px);
}

.calendar-nav {
	position: relative;
}

.calendar-sticky-nav {
	padding-bottom: 50px;
}

.calendar-sticky-nav.ui-sticky {
	top: 120px;
	position: fixed;
}

.calendar-sticky-nav.ui-sticky-bottom {
	position: absolute;
	bottom: 0;
}

.ui-calendar-header {
	height: 40px;
	padding: 20px 0;
	color: var(--blue);
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	border-top: 1px solid var(--blue);
	cursor: default;
}

.ui-calendar-next ,
.ui-calendar-prev {
	min-width: 33px;
	width: 33px;
	height: 24px;
	cursor: pointer;
}

.ui-calendar-next *,
.ui-calendar-prev * {
	stroke: var(--blue);	
}

.ui-calendar-current {
	height: auto;	
}

.ui-calendar-days {
	display: none;
	padding: 10px 0 7px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px solid black;
}

.ui-calendar-grid {
	padding: 20px 0 25px;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.ui-calendar-week {
	gap: 0;
}

.ui-calendar-week > li {
	background: none;
}

.ui-calendar-week > li a {
	color: var(--blue);
}

.ui-calendar-week > li.past a {
	color: var(--gray);
}

.ui-calendar-week > li.past a * {
	stroke: var(--gray);
}

.ui-calendar-week > li.selected {
	border-radius: 50%;
	background: #67BFFF;
}

.ui-calendar-week > li.selected a {
	color: black;
}

.ui-calendar-week > li a:hover {
	color: black;
}

#calendar-filter-button {
	display: none;
}

#calendar-filter-button .button {
	color: var(--magenta);
	border-color: var(--magenta);
}

#calendar-filter-button .button * {
	stroke: var(--magenta);
}

@keyframes rotate-90 {
  from {
	transform: rotate(0);
  }
  to {
	transform: rotate(90deg);
  }
}

#calendar-filter-button .button:hover svg {
	animation-name: rotate-90;
	animation-duration: .75s;
	animation-direction: normal;
	animation-iteration-count: 1;
}

#calendar-filters {
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

#calendar-filter-close {
	display: none;	
}


.calendar-main {
	flex-basis: 66%;
	max-width: 66%;
	min-height: 900px;
}

.calendar-list-header {
	min-height: 80px;
}

.calendar-list-sticky {
	z-index: 9;
}

.calendar-main .list-message {
	border-top: 1px solid black;
	padding: 85px 0;
	text-align: center;
	font-size: 16px;
	line-height: 22px;	
}

.calendar-day-nav {
	display: flex;
	gap: 10px;
	height: 40px;
	padding: 20px 0;
	color: var(--orange);
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	border-top: 1px solid var(--orange);
	background: white;
}

.calendar-day-nav > a {
	flex-shrink: 1;
}

.calendar-day-nav > a * {
	stroke: var(--orange); 
}

.calendar-day-current {
	flex-grow: 1;
	text-align: center;
	cursor: default;
}

.calendar-event-list .event {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	border-top: 1px solid black;
	padding: 20px 0;
	align-items: flex-end;
}

.calendar-event-list .event > div {
	flex-basis: 50%;	
}

.calendar-event-list h4 {
	margin: 0 0 13px;
}

.calendar-event-list h4 a {
	color: black;
}

.calendar-event-list h4 a:hover {
	color: var(--magenta);
}

.calendar-event-list .button {
	color: var(--orange);
	border-color: var(--orange);
}

.calendar-event-list .button * {
	stroke: var(--orange);
}

.calendar-event-list .time {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .02em;
	font-weight: bold;
	margin: 13px 0 18px;
}

.calendar-event-list .past {
	border-color: var(--gray);
	color: var(--gray);
}

.calendar-event-list .past h4 a {
	color: var(--gray);
}

.calendar-event-list .past h4 a:hover {
	color: var(--gray);
}

.calendar-event-list .categories {
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .02em;
	font-weight: bold;
	color: black;
	border-top: 1px solid var(--magenta);
	color: var(--magenta);
}

.calendar-event-list .categories a {
	color: var(--magenta);
}

.calendar-more .button-more {
	color: var(--green);
	border-color: var(--green);
}

.calendar-more .button-more * {
	stroke: var(--green);
}


/* -- Calendar Month View  -- */

.calendar-month-layout {
	display: grid;
	grid-template: 'nav filters' 'main main' 'button button';
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	max-width: var(--max-width);
	margin: auto;
	padding-top: 30px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
}

.calendar-month-layout .ui-calendar-header {
	grid-area: nav;	
}

.calendar-month-layout #calendar-filters {
	grid-area: filters;
	border-top: 1px solid black;
}

.calendar-month-layout .ui-calendar {
	grid-area: main;	
}

.calendar-month-layout li a {
	color: black;
}

.calendar-month-layout .ui-calendar-days {
	display: grid;
	gap: 30px;
}

.calendar-month-layout .ui-calendar-grid {
	padding-top: 0;
	border: 0;
}

.calendar-month-layout .calendar-filter-button {
	grid-area: button;	
}

.calendar-month-layout .ui-calendar-week {
	gap: 30px;
	border-top: 1px solid black;
}

.calendar-month-layout .ui-calendar-week > li {
	padding: 0 0 40px;
	height: auto;
}

.calendar-month-layout .ui-calendar-week > li > a {
	position: relative;
	top: initial;
	transform: none;
	display: block;
	width: 50px;
	height: 50px;
	margin: 7px auto;
	border-radius: 50%;
	line-height: 50px;
	color: var(--blue);
	transition: background .2s, color .2s;
}

.calendar-month-layout .ui-calendar-week > li > a:hover {
	color: black;
}

.calendar-month-layout .ui-calendar-day {
	list-style: none;
	margin: 0;
	padding: 0;
}

.calendar-month-layout .ui-calendar-day li {
	position: relative;
	padding: 7px 0;
	margin: 0;
	border-top: 1px solid black;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .04em;
	text-align: left;
}

.calendar-month-layout .ui-calendar-day li a {
	display: inline-block;
}

.calendar-month-layout .ui-calendar-day li a:hover {
	color: #666;
}

.calendar-month-layout .ui-calendar-week .more {
	border-color: var(--blue);
}

.calendar-month-layout .ui-calendar-week .more a,
.calendar-month-layout .ui-calendar-week .more a:hover {
	width: 100%;
	color: var(--blue);
}

.calendar-month-layout .ui-calendar-week .more a:hover * {
	stroke: var(--blue);
}

.calendar-month-layout .more a * {
	stroke: var(--blue);
}

.calendar-month-layout .more a svg {
	float: right;
}

.calendar-month-layout .ui-calendar-week .past a {
	color: var(--gray);
}

.calendar-month-layout .ui-calendar-week .past li {
	border-color: var(--gray);
}

.calendar-month-layout .ui-calendar-week > li.selected {
	background: none;
	border-radius: 0;
}

.calendar-month-layout .ui-calendar-week > li.selected > a {
	background: #67BFFF;
	color: black;
}

.calendar-month-layout .ui-calendar-week .open > a,
.calendar-month-layout .ui-calendar-week .open > a:hover {
	color: #666;
}

.calendar-month-layout .card {
	display: none;
	position: absolute;
	z-index: 2;
	top: -71px;
	box-sizing: border-box;
	width: calc(200% + 85px);
	right: calc(-200% - 85px);
	padding: 20px 20px 6px;
	border: 15px solid white;
	border-top-width: 5px;
	border-bottom-width: 40px;
	background: var(--bg-green);
	font-weight: normal;
}

.calendar-month-layout .card:after {
	right: 100%;
	top: 85px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: var(--bg-green);
	border-width: 10px;
	margin-top: -10px;
}

.calendar-month-layout .card-left {
	right: initial;
	left: calc(-200% - 85px);
}

.calendar-month-layout .card-left:after {
	right: initial;
	left: 100%;
	border-right-color: transparent;
	border-left-color: var(--bg-green);	
}

.calendar-month-layout .ui-calendar-week .open .card {
	display: block;	
}

.calendar-month-layout .card h4 {
	min-height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;	
}

.calendar-month-layout .card .detail {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

.calendar-month-layout .card .categories {
	margin-top: 30px;
	padding-top: 6px;
	font-weight: bold;
	border-top: 1px solid black;
}

.calendar-month-layout .card a {
	color: black;
}

.calendar-month-layout li.past .card a {
	color: black;
}

.calendar-month-layout .card .link {
	position: absolute;
	height: 40px;
	bottom: -40px;
	width: 100%;
	left: 0;
	font-size: 13px;
	border-top: 1px solid var(--green);
}

.calendar-month-layout .card .link .button {
	font-size: 13px;
	color: var(--green);
}

.calendar-month-layout .card .link .button * {
	stroke: var(--green);
}

.calendar-month-layout .calendar-event-list {
	display: none;
	padding: 50px 0 0;
}


/* -- Calendar Event -- */

.calendar-event-layout {
	max-width: var(--max-width);
	padding-top: 50px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
	margin: 0 auto;
}

.calendar-event-main {
	position: relative;
	width: 50%;
	width: calc(50% - 15px);
	min-height: 540px;
}

.calendar-event-main h2 {
	font-size: 50px;
	line-height: 52px;
	margin: 0 0 50px;
}

.event-details {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid black;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.event-details h4 {
	margin: 10px 0 20px;
}

.event-details .location {
	margin: 20px 0;
	letter-spacing: .02em;
}

.event-details .location a {
	color: var(--bondi);
}

.event-details .categories {
	margin: 20px 0;
	color: var(--magenta);
	letter-spacing: .02em;
}

.event-details .categories a {
	color: var(--magenta);
}

.event-image {
	position: absolute;
	top: 0;
	left: 100%;
	left: calc(100% + 30px);
	width: 100%;
}

.event-image img {
	display: block;
	width: 100%;
	height: auto;
}

.event-text {
	font-size: 24px;
	line-height: 30px;
	margin-top: 50px;	
}

.event-additional-text,
.event-additional-text p {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .02em;
	font-weight: bold;
	font-family: var(--sans);
}

.event-text a,
.event-additional-text a {
	color: black;
	text-decoration: underline;
}

.event-text a:hover,
.event-additional-text a:hover {
	color: var(--blue);
}

.event-buttons .button {
	margin-bottom: 20px;
}

.event-buttons .button:nth-child(4n - 3) {
	color: var(--green);
	border-color: var(--green);
}

.event-buttons .button:nth-child(4n - 3) * {
	stroke: var(--green);
}

.event-buttons .button:nth-child(4n - 2) {
	color: var(--orange);
	border-color: var(--orange);
}

.event-buttons .button:nth-child(4n - 2) * {
	stroke: var(--orange);
}

.event-buttons .button:nth-child(4n - 1) {
	color: var(--purple);
	border-color: var(--purple);
}

.event-buttons .button:nth-child(4n - 1) * {
	stroke: var(--purple);
}

.event-buttons .button:nth-child(4n - 4) {
	color: var(--red);
	border-color: var(--red);
}

.event-buttons .button:nth-child(4n - 4) * {
	stroke: var(--red);
}

.event-bottom {
	display: flex;
	gap: 30px;
	padding: 20px 0 50px;	
}

.event-bottom > * {
	flex-basis: 50%;
	border-top: 1px solid black;
	padding-top: 10px;
}

.event-bottom h3 {
	margin-bottom: 45px;
}

.event-related ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;	
}

.event-related ul li {
	margin: 0;
	padding: 0 0 10px;	
}

.event-related ul li a {
	display: block;	
	padding: 20px 0;
	border-top: 1px solid black;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.event-related ul li:nth-child(4n - 3) a {
	border-color: var(--blue);
	color: var(--blue);
}

.event-related ul li:nth-child(4n - 2) a {
	border-color: var(--purple);
	color: var(--purple);
}

.event-related ul li:nth-child(4n - 1) a {
	border-color: var(--pink);
	color: var(--peach);
}

.event-related ul li:nth-child(4n - 4) a {
	border-color: var(--teal);
	color: var(--teal);
}

.event-related h4 {
	margin: 0 0 15px;
}

.event-related .date,
.event-related .detail,
.event-related .time {
	letter-spacing: .02em;
}
	
	
/* -- Donate -- */

#donate .page {
	margin-top: 40px;	
}

.donate-feature {
	padding-top: 70px;
}	

.donate-form {
	padding-top: 70px;
}

#bbox-root {
	max-width: 700px;
	margin: 0 auto;
	font-family: var(--sans);
}

#bbox-root .BBFormSectionHeading {
	padding-left: 0;
	border-bottom: 1px solid black;	
	font-family: var(--sans);
}

#bbox-root .BBFormSectionHeading .BBFormFieldLabelEdit {
	font-family: var(--sans);
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#bbox-root .BBFormCheckboxLabel,
#bbox-root .BBFormFieldLabel {
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;	
}

#bbox-root .BBFormFieldContainerGivingLevels {
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 0;
}

#bbox-root .BBFormRadioLabelGivingLevel {
	padding: 18px 32px;
	border-radius: 0;
}

#bbox-root .BBFormSubSectionGiftAttributes .BBFormFieldLabel {
	line-height: 20px;
	padding-top: 5px;
}

#bbox-root .BBFormSelectList {
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	border-radius: 0;
	border-top: 1px solid black;
	box-shadow: inset 0 0 3px #CCC;
	background: #F6F6F6;
	color: black;
	opacity: 1;
} 

#bbox-root input,
#bbox-root textarea {
	border-radius: 0;
	border-top: 1px solid black;
	background: #F6F6F6;
} 

#bbox-root textarea::placeholder,
#bbox-root input::placeholder,
#bbox-root select::placeholder  {
	color: black;
	opacity: 1;
}

#bbox-root input.BBFormSubmitbutton {
	border: 0;
	background: #349602;
	box-shadow: none;
}

#bbox-root #reCAPTCHADisclosure {
	margin-left: 0;
}

#bbox-root #reCAPTCHADisclosure p {
	font-size: 14px;	
	font-family: var(--sans);
}

#bbox-root #reCAPTCHADisclosure a {
	color: var(--blue);
}
	
/* -- Watch & Listen -- */

.watch-main .video-audio-layout {
	padding-top: 30px;	
}

.watch-main .buttons .button:nth-child(4n - 3) {
	border-color: var(--blk-blue);
	color: var(--blk-blue);
}

.watch-main .buttons .button:nth-child(4n - 3) * {
	stroke: var(--blk-blue);	
}

.watch-main .buttons .button:nth-child(4n - 2) {
	border-color: var(--blk-pink);
	color: var(--blk-pink);
}

.watch-main .buttons .button:nth-child(4n - 2) * {
	stroke: var(--blk-pink);	
}

.watch-main .buttons .button:nth-child(4n - 1) {
	border-color: var(--blk-green);
	color: var(--blk-green);
}

.watch-main .buttons .button:nth-child(4n - 1) * {
	stroke: var(--blk-green);	
}

.watch-main .buttons .button:nth-child(4n - 4) {
	border-color: var(--blk-peach);
	color: var(--blk-peach);
}

.watch-main .buttons .button:nth-child(4n - 4) * {
	stroke: var(--blk-peach);	
}

.watch-browse-layout {
	display: grid;
	gap: 30px;
	grid-template-areas: 'header filters' 'cats list';
	margin-top: 80px;
}

.watch-browse-layout h2 {
	width: 182px;
	margin-top: 0;
	grid-area: header;
}

.listen-layout .watch-browse-layout {
	grid-template-areas: 'header header' 'cats list';
}

.listen-layout .watch-browse-layout h2 {
	width: auto;
}

.watch-categories {
	position: relative;
	width: 182px;
	grid-area: cats;
}

.watch-categories .menu-trigger {
	display: none;
	color: var(--bondi);
	border-color: var(--bondi);	
}

.watch-categories .menu-trigger * {
	stroke: var(--bondi);
}

.watch-categories ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.watch-categories ul li {
	margin: 0;
	padding: 0 0 5px;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.watch-categories ul li a {
	display: block;
	padding: 5px 20px 5px 0;
	border-top: 1px solid black;
}

.watch-categories ul.ui-sticky {
	position: fixed;
	top: 120px;
}

.watch-categories ul.ui-sticky-bottom {
	position: absolute;
	bottom: 0;
}

.categories ul li:nth-child(6n - 5) a {
	border-color: var(--magenta);
	color: var(--magenta);
}

.categories ul li:nth-child(6n - 4) a {
	border-color: var(--orange);
	color: var(--orange);
}

.categories ul li:nth-child(6n - 3) a {
	border-color: var(--purple);
	color: var(--purple);
}

.categories ul li:nth-child(6n - 2) a {
	border-color: var(--green);
	color: var(--green);
}

.categories ul li:nth-child(6n - 1) a {
	border-color: var(--royalblue);
	color: var(--royalblue);
}

.categories ul li:nth-child(6n - 6) a {
	border-color: var(--teal);
	color: var(--teal);
}

.categories ul li a.selected {
	border-color: var(--gray);
	color: black;
}

.watch-filters {
	margin-bottom: -20px;
	padding-top: 10px;
	border-top: 1px solid black;
}

.watch-filters .menu-trigger {
	display: none;	
	color: var(--magenta);
	border-color: var(--magenta);	
}

.watch-filters .menu-trigger * {
	stroke: var(--magenta);
}

.watch-results {
	width: 100%;
	min-height: 600px;
	border-top: 1px solid black;
	padding-top: 50px;	
}

.watch-results .next-page {
	padding-top: 10px;
}

.watch-results .next-page .button {
	border-color: var(--purple);
	color: var(--purple);
}

.watch-results .next-page .button * {
	stroke: var(--purple);
}


/* -- Blog -- */

.post {
	padding-top: 20px;
	padding-bottom: 50px;
	border-top: 1px solid black;
}

.post .details {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
}

.post .title {
	margin: 5px 0;
	border: 0;
}

.post .title a {
	display: inline-block;
	color: black;	
}

.post .title a:hover {
	color: var(--blue);	
}

.post .byline {
	margin: 15px 0 20px;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: var(--gray);
}

.post .byline a {
	color: var(--gray);
}

.post .byline a:hover {
	color: black;
}

.post .jumplink {
	margin-top: 40px;
	text-align: right;
}

.post-related ul {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	max-width: 100%;
	padding: 10px 0 0;	
}

.post-related ul li {
	flex-basis: 50%;
	flex-grow: 1;
	margin: 0;
	padding: 0 0 10px;	
}

.post-related ul li a {
	display: block;	
	padding: 20px 0;
	border-top: 1px solid black;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.post-related ul li:nth-child(4n - 3) a {
	border-color: var(--blue);
	color: var(--blue);
}

.post-related ul li:nth-child(4n - 2) a {
	border-color: var(--purple);
	color: var(--purple);
}

.post-related ul li:nth-child(4n - 1) a {
	border-color: var(--pink);
	color: var(--peach);
}

.post-related ul li:nth-child(4n - 4) a {
	border-color: var(--teal);
	color: var(--teal);
}

.post-related h4 {
	margin: 0 0 15px;
}

.blog-list .post:nth-child(5n - 4) .title a:hover,
.blog-list .post:nth-child(5n - 4) .jumplink a {
	color: var(--blue);
}

.blog-list .post:nth-child(5n - 4) .jumplink a * {
	stroke: var(--blue);
}

.blog-list .post:nth-child(5n - 3) .title a:hover,
.blog-list .post:nth-child(5n - 3) .jumplink a {
	color: var(--red);
}

.blog-list .post:nth-child(5n - 3) .jumplink a * {
	stroke: var(--red);
}

.blog-list .post:nth-child(5n - 2) .title a:hover,
.blog-list .post:nth-child(5n - 2) .jumplink a {
	color: var(--teal);
}

.blog-list .post:nth-child(5n - 2) .jumplink a * {
	stroke: var(--teal);
}

.blog-list .post:nth-child(5n - 1) .title a:hover,
.blog-list .post:nth-child(5n - 1) .jumplink a {
	color: var(--orange);
}

.blog-list .post:nth-child(5n - 1) .jumplink a * {
	stroke: var(--orange);
}

.blog-list .post:nth-child(5n - 5) .title a:hover,
.blog-list .post:nth-child(5n - 5) .jumplink a {
	color: var(--green);
}

.blog-list .post:nth-child(5n - 5) .jumplink a * {
	stroke: var(--green);
}


/* -- Music -- */

.music-upcoming {
	padding-bottom: 60px;
}

.music-upcoming-layout {
	display: flex;
	gap: 30px;
	padding: 30px 0;
}

.music-upcoming-layout > div {
	flex-basis: 50%;
}

.music-upcoming-feature {
	position: relative;
	height: fit-content;
	padding-bottom: 30px;
	background-color: var(--bg-purple);
}

.music-upcoming-feature figure img {
	display: block;
	width: 100%;
	height: auto;
}

.music-upcoming-feature .text {
	position: relative;
	padding: 30px 30px 75px 30px;
}

.music-upcoming-feature .title a {
	color: black;
}

.music-upcoming-feature .title a:hover {
	color: var(--purple);
}

.music-upcoming-feature .button {
	width: calc(100% - 60px);
}

.music-upcoming .more-button {
	color: var(--red);
	border-color: var(--red);	
}

.music-upcoming .more-button * {
	stroke: var(--red);	
}

.music-feature .feature-box {
	background-color: var(--bg-blue);	
}


/* -- Photo Galleries -- */

.galleries-list-layout {
	padding: 30px 20px 75px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
	color: white;
	background: black;
}

.galleries-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	list-style: none;
	padding: 0;
	max-width: var(--max-width);
	margin: 0 auto;	
}

.galleries-list li {
	margin: 0;
	padding: 0;
}

.galleries-list li figure img {
	display: block;
	width: 100%;
	height: auto;
}

.galleries-list li .title {
	margin: 20px 0 30px;
}

.galleries-list li .title a {
	color: white;
}

.galleries-list li .summary {
	min-height: 70px;
}

.gallery-layout {
	padding: 0 20px 75px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
	color: white;
	background: black;
}

.gallery-layout > * {
	max-width: var(--max-width);
	margin: auto;
}

.gallery-info {
	padding-bottom: 30px;
}

.gallery-info .title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}

.gallery-info .title h3 {
	max-width: 800px;
	margin: 0;
	padding: 0;
}

.gallery-info .summary {
	max-width: 600px;
	margin: 0;
}

.gallery-info .summary p {
	margin-top: 0;
	font-size: 24px;
	line-height: 30px;
}

.gallery-images {
	max-width: 1000px;
	margin: auto;
	padding-top: 50px;
}

.gallery-images ul {
	list-style: none;
	padding: 0;	
	margin: 0;
}

#gallery-status {
	position: fixed;
	z-index: 3;
	height: 22px;
	left: 0;
	top: 90px;
	width: 100%;
	background: black;
}

#gallery-status > div {
	display: block;
	height: 22px;
	width: 0;
	background: url('../images/pages/gallery-status.png');
	background-size: 100vw 22px;
}

.gallery-images li {
	position: relative;
	padding-bottom: 75px;
}

.gallery-images .image img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	opacity: .3;
	transition: 1s;	
}

.gallery-images .image.onscreen img {
	opacity: 1;
}

.gallery-images figcaption {
	box-sizing: border-box;
	max-width: 800px;
	padding-right: 150px;
	font-size: 16px;
	line-height: 19px;
}

.gallery-images figcaption p {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}

.gallery-images figcaption .credit {
	margin-top: 2px;
	color: var(--gray);
}

.gallery-images .view-toggle {
	position: absolute;
	right: 0;
	background: none;
	border: 0;
	padding: 0;
	margin: -10px 0 0;
	width: auto;
	color: var(--blk-blue);
}

.gallery-images .transcript {
	display: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 300px;
	padding: 30px 15%;
	background: white;
	color: black;
	border: 5px solid var(--blk-blue); 
	overflow: auto;
	font-size: 24px;
	line-height: 30px;
}

.gallery-images .transcript-view {
	display: block;
}


/* -- Get Involved -- */

#get-involved .page-content {
	margin: 100px 0;	
}


/* -- Textile Lab -- */

.textile-feature {
	margin-top: 30px;
}

.textile-feature .header {
	padding-right: 24%;
}

.textile-contact {
	margin-top: 10px;
}

/* -- Visit -- */

#visit .column h3 {
	border-top: 1px solid #000;
	padding-top: 60px;	
	margin-top: 60px;
}

#visit .column h3:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 10px;
}

.visit-address {
	padding-top: 70px;
}

.visit-address .address {
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	font-family: var(--sans);
}

/* -- Poets Corner -- */

.poets-feature {
	margin-bottom: 130px;	
}

/* -- Art & Exhibitions -- */

#exhibitions .page-more {
	margin-top: 0;
}

/* -- Conversations & Community -- */

.conversation-services .image-list li:first-child .button {
	color: var(--magenta);
	border-color: var(--magenta);
}

.conversation-services .image-list li:first-child .button * {
	stroke: var(--magenta);
}

.conversation-services .image-list li:last-child .button {
	color: var(--royalblue);
	border-color: var(--royalblue);
}

.conversation-services .image-list li:last-child .button * {
	stroke: var(--royalblue);
}


/* -- ACT -- */


.act-header {
	height: 250px;
	background: #289AD5;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
	padding-top: 2px;
}

.act-header-pad {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	max-width: var(--max-width);
	margin: auto;
	background: url('../images/pages/act-logo.png') no-repeat;
	background-size: 225px 225px;
	background-position: 0 12px;
}

.act-header-compact {
	height: 70px;
}

.act-header-compact .act-header-pad {
	padding-left: 70px;
	background-size: 68px 68px;
	background-position: -5px -1px;
}

.act-header h1 {
	margin: 0;
	padding: 28px 0 35px 34%;
	padding-left: calc(33.3% + 20px);
	font-size: 34px;
	line-height: 35px;
	max-width: 450px;
}

.act-header h1 a {
	color: white;
}

.act-header-compact h1 {
	padding: 23px 0 0 0;
	font-size: 20px;
	line-height: 22px;
	max-width: initial;
}

.act-header-connect {
	color: white;
	padding-left: 34%;
	padding-left: calc(33.3% + 20px);
}

.act-header-compact .act-header-connect {
	position: absolute;
	right: 0;
	top: 18px;
}

.act-header-connect h6 {
	margin-bottom: 10px;
	border-top: 1px solid white;
}

.act-header-compact .act-header-connect h6 {
	display: none;
}

.act-header-connect ul {
	list-style: none;
	display: flex;
	gap: 4px;
	margin: 0;
	padding: 0;
}

.act-header-connect li {
	margin: 0;
	padding: 0;
}

.act-header-connect a {
	display: block;
	width: 35px;
	height: 40px;
	background: url('../images/pages/act-connect-icons.png') no-repeat;
	background-size: 108px 40px;
}

.act-header-compact .act-header-connect a {
	width: 26px;
	height: 30px;
	background-size: 81px 30px;
}

.act-header-connect span {
	display: none;
}

.act-header-connect .connect-facebook {
	background-position: -2px 0;
}

.act-header-connect .connect-instagram {
	background-position: -38px 0;
}

.act-header-connect .connect-twitter {
	background-position: -74px 0;
}

.act-header-compact .act-header-connect .connect-facebook {
	background-position: -3px 0;
}

.act-header-compact .act-header-connect .connect-instagram {
	background-position: -29px 0;
}

.act-header-compact .act-header-connect .connect-twitter {
	background-position: -55px 0;
}

.act-intro {
	margin-bottom: 40px;	
}

.act-programs-intro {
	display: flex;
	margin-bottom: 70px;
	gap: 30px;
	border-top: 1px solid black;
}

.act-programs-intro h2 {
	flex-basis: 32%;
	flex-basis: calc(33% - 20px);
	box-sizing: border-box;
	margin-top: 0;
	padding-top: 5px;
	padding-right: 10%;
	border-top: 0;
}

.act-programs-intro .text {
	flex-basis: 66%;
}

.act-programs-intro .text p {
	font-size: 21px;
	line-height: 27px;
	max-width: 520px;
	margin-top: 14px;
}

.act-programs-layout {
	display: flex;
	gap: 30px;	
}

.act-programs-toggle {
	display: flex;
	gap: 30px;
	margin-bottom: 60px;
}

.act-programs-toggle label {
	flex-basis: 50%;
	margin-top: 5px;
	padding-top: 4px;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: var(--red);
	border-top: 1px solid var(--red);
	cursor: pointer;
}

.act-programs-toggle label.form-toggle-selected {
	color: black;
	border-color: black;
	cursor: default;
}

.act-programs-toggle label .form-radio {
	display: none;
}

.act-programs-list {
	flex-basis: 66%;	
}

.act-programs-list .image-list li figure {
	flex-basis: 50%;	
}

.act-programs-list .image-list li {
	gap: 30px;
}

.act-programs-list .image-list li .text {
	flex-basis: 50%;
	box-sizing: border-box;
	padding-right: 7%;	
}

.act-programs-forms {
	flex-basis: 33%;	
}

.act-back {
	margin-bottom: 50px;
	border-top: 1px solid #0079B8;	
}

.act-back .button-back {
	color: #0079B8;	
}

.act-back .button-back * {
	stroke: #0079B8;	
}

.act-back .button-back svg {
	top: 7px;
}

.act-program-layout > h2:first-child {
	margin-top: 0;	
}

.act-program-feature .feature-box {
	grid-template: 'text image image';
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.act-program-feature .text {
	border-top: 1px solid black;
}

.act-program-feature .summary {
	max-width: 350px;
}

.act-program-feature .summary a {
	text-decoration: underline;
	color: black;
}

.act-program-feature .summary a:hover {
	color: var(--blue);
}

.act-program-feature .carousel .slider-controls {
	margin-top: 5px;
	width: 100% !important;
}

.act-program-feature .carousel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.act-program-feature .carousel ul li {
	padding: 0;
	margin: 0;
}

.act-program-forms {
	display: flex;
	gap: 30px;
	margin-top: 70px;
}

.act-program-forms > * {
	flex-basis: 33.3%;
	flex-grow: 0;
	flex-shrink: 1;
}

.act-program-forms > h3 {
	margin-top: 40px;
	padding-top: 4px;
	border-top: 1px solid black;
}

.act-program-deadline {
	margin-top: -66px;	
}

.act-program-deadline p {
	font-size: 16px;
}


/* -- Newsletters -- */

#newsletters .image-buttons li {
	margin-bottom: 30px;	
}

#newsletters .image-buttons li .text {
	font-size: 22px;
	line-height: 25px;
	height: auto;
}


/* -- Search -- */

.page-header-search form {
	position: relative;
}

.page-header-search input[type=text] {
	width: 500px;
	padding-right: 50px;
	border: 0;
	box-shadow: none;
}

.page-header-search button {
	display: block;
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	background: url('../images/common/search-icon.svg') center center no-repeat;
	background-size: 24px 24px;
	filter: invert(1);
	border: 0;
}

.page-header-search button span {
	display: none;
}

.search-results-layout {
	margin-top: 80px;
}

.search-results-layout h5 {
	padding-top: 10px;
	font-size: 13px;
	line-height: 20px;
	border-top: 1px solid black;
}

.search-layout {
	display: flex;
	gap: 30px;
	margin-top: 60px;
	padding-bottom: 50px;
}

.search-categories {
	position: relative;
	width: 182px;
	flex-basis: 182px;
	min-width: 182px;
	max-width: 182px;
	flex-grow: 0;
	flex-shrink: 0;
}

.search-categories ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 182px;
}

.search-categories ul li {
	margin: 0;
	padding: 0 0 5px;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.search-categories ul li a {
	display: block;
	padding: 5px 20px 5px 0;
	border-top: 1px solid black;
}

.search-categories .menu-trigger {
	display: none;
	color: var(--bondi);
	border-color: var(--bondi);	
}

.search-categories .menu-trigger * {
	stroke: var(--bondi);
}

.search-categories ul.ui-sticky {
	position: fixed;
	top: 120px;
}

.search-categories ul.ui-sticky-bottom {
	position: absolute;
	bottom: 0;
}

.search-results {
	flex-grow: 1;
}

.search-results ul {
	margin: 0;
	width: 100%;
}

.search-results .summary {
	display: block;
	font-weight: normal;
	max-width: 600px;
	padding-right: 50px;
}


/* -- Series -- */

.series-group {
	margin-bottom: 100px;	
}

.series-group h2 {
	margin-top: 0;
}

.series-group table {
	width: 100%;
	margin: 50px 0;
}

.series-group table th {
	box-sizing: border-box;
	text-align: left;
	padding-right: 30px;
	width: 20%;
	font-size: 20px;
}

.series-group table td {
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 30px;
	font-size: 18px;
	width: 20%;
}

.series-group table th:first-child,
.series-group table td:first-child {
	width: 40%;
}


.series-group table a {
	color: var(--blue);
}

.series-group table a:hover {
	text-decoration: underline;
}


/* -- Site map -- */

.sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

.sitemap ul li {
	margin: 0;
	padding: 5px 0;
}

.sitemap ul li a,
.sitemap ul li a.menu-trigger {
	color: black;
}

.sitemap ul li a.menu-trigger {
	font-weight: bold;
	font-size: 27px;
	line-height: 30px;
	height: auto;
}

.sitemap ul li a.menu-trigger:hover {
	color: var(--blue);
}

.sitemap ul li a.menu-trigger * {
	display: none;
}

.sitemap ul li .submenu {
	margin-left: 30px;
	padding: 10px 0 40px;
}


/* -- Staff -- */

#staff-grid {
	position: relative;
	padding-top: 75px;
	margin: auto;
	max-width: var(--max-width);
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);
}

#staff-grid ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

#staff-grid li {
	margin: 0;
	padding: 0;
}

#staff-grid li .card {
	position: relative;
}

#staff-grid li .image img {
	display: block;
	background: black;
	width: 100%;
	height: auto;
}

#staff-grid li .info {
	padding: 10px 0 15px;
}

#staff-grid li .collapse {
	display: none;
	content: "";
	position: absolute;
	right: 16px;
	top: 18px;
	width: 20px;
	height: 20px;
	background: url('../images/common/arrow-down.svg') center center no-repeat;
	cursor: pointer;
}

#staff-grid li .info .name {
	margin-bottom: 10px;
}

#staff-grid li .info .bio {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

#staff-grid li .info .bio p {
	margin: 0;
	padding: 0;
}

#staff-grid li .info .bio a {
	color: black;
}

#staff-grid li .info .bio a:hover {
	color: var(--blue);
}


/* -- Community at the Crossing -- */

#catc .page {
	padding-top: 0;	
}

.catc-header {
	background: #FC6300;
	margin-bottom: 40px;
}

.catc-header-pad {
	position: relative;
	height: 169px;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 40px;
	padding-left: var(--page-pad);
	padding-right: var(--page-pad);	
}

.catc-header.compact {
	margin-bottom: 30px;
}

.catc-header.compact .catc-header-pad {
	height: 78px;
	padding-top: 0;
	padding-bottom: 0;
}

.catc-header h1 {
	display: block;
	position: absolute;
	z-index: 2;
	width: 226px;
	height: 169px;
	background: url('../images/pages/catc-logo.svg') center center no-repeat;
}

.catc-header.compact h1 {
	width: 144px;
	height: 63px;
	top: 7px;
	background: url('../images/pages/catc-logo-sm.svg') no-repeat;
}

.catc-header h1 span {
	display: none;	
}

.catc-header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

.catc-header nav {
	width: 75%;
	width: calc(75% - 10px);
	margin-top: 115px;
	margin-left: 25%;
	margin-left: calc(25% + 10px);
	padding-top: 25px;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	border-top: 1px solid white;
	cursor: default;
}

.catc-header.compact nav {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 25px;
	border-top: none;
	text-align: center;
}

.catc-header nav a {
	display: inline-block;
	color: white;
	margin-right: 25px;
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
	transition: border-color .3s;
}

.catc-header nav a:last-child {
	margin-right: 0;
}

.catc-header nav a:hover,
.catc-header nav a.selected {
	border-color: white;
}

.catc-header h6 {
	border: 0;
	margin: 0;
	position: absolute;
	right: var(--page-pad);
	top: 170px;
	color: white;
}

.catc-header.compact h6 {
	top: 16px;
}

.catc-header.compact h6 span {
	display: none;
}

.catc-header h6 a {
	display: inline-block;
	max-width: 100px;
	min-height: 40px;
	padding-right: 52px;
	background: url('../images/pages/catc-instagram.svg') right top no-repeat;
	color: white;
	text-decoration: none;
}

.catc-email-capture {
	margin: 75px 0;	
}

.catc-email-capture .cols {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.catc-email-capture .cols .text {
	position: relative;
	flex-basis: calc(33.3% - 20px);
	border-top: 1px solid white;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Garamond';
}

.catc-email-capture .cols .text p {
	margin-top: 0;
}

.catc-email-capture .email-capture {
	flex-grow: 1;
}