html {
	 box-sizing: border-box;
	 --color-seasonal: #75a500;
	 --color-seasonal-text: #fff;
}

html:not(.js-on) .js-only {
  display: none;
}

/* ------------------- COLORS ------------------- */

/* Use these to override --color-seasonal and --color-seasonal-text properties
/*
/* FAPC Red:       --color-seasonal: #e03527; --color-seasonal-text: #fff;
/* Lenten Purple:  --color-seasonal: #330b3a; --color-seasonal-text: #fff;
/* Advent blue:    --color-seasonal: #1c1f6d; --color-seasonal-text: #fff;
/* Easter gold:    --color-seasonal: #d4a017; --color-seasonal-text: #231e1c;

/* ------------------- ------ ------------------- */

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	background-color: #f6f5f6;
	box-sizing: border-box;
	color: #231e1c;
	font-family: "ff-scala", "Georgia", serif;
	font-size: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body, select, input, textarea {
	color: #231e1c;
}

a {
	color: #e03527;
	transition: color 0.5s;
}

a:hover {
	color: #bb2b1e;
}

a:active {
	color: #a7120a;
}

::-moz-selection{
	background: #EDE836;
	color: #231e1c;
	text-shadow: none;
}

::selection {
	background: #EDE836;
	color: #231e1c;
	text-shadow: none;
}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

b {
	font-weight: 700;
}

img {
	max-width: 100%;
}

/* ------------------- LINKS ------------------- */

.link-document:before {
	background-image: url(../img/icon_document.svg);
	content: "";
	display: inline-block;
	height: 1.125rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 1.125rem;

}

.link-download:before {
	background-image: url(../img/icon_download.svg);
	content: "";
	display: inline-block;
	height: 1.125rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 1.125rem;

}

.link-ticket:before {
	background-image: url(../img/icon_ticket.svg);
	content: "";
	display: inline-block;
	height: 1.125rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 1.125rem;

}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
}

/* ------------------- HEADER ------------------- */

.header-global {
	align-items: center;
	background-color: #75a500;
	background-color: var(--color-seasonal);
	display: flex;
	flex-wrap: nowrap;
	height: 4rem;
	width: 100%;
}

.header-global.header-home {
	background-color: transparent;
	background-image: linear-gradient(rgba(34,34,34,0.5) 0%, rgba(34,34,34,0) 100%);
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

.header-global h1 {
	flex-grow: 2;
	margin: 0;
	padding: 0 1rem;
}

.header-global-logotype {
	display: block;
	max-width: 24.125rem;
}

.header-global-logotype .st0 {
	fill: #fff;
	fill: var(--color-seasonal-text);
}

.header-skip-navigation {
	color: #fff;
	color: var(--color-seasonal-text);
	display: inline-block;
	font-size: 0.75rem;
	left: 1rem;
	padding: 0.125rem 0;
	position: absolute;
	top: -2em;
	transition: top 0.25s;
}

.header-skip-navigation:focus {
	top: 0;
}

/* ------------------- NAV ------------------- */

.nav-global-top {
	display: none;
	list-style-type: none;
	padding: 0;
}

.nav-global-top ul {
	margin: 0;
}

.nav-global-top li {
	display: inline;
}

.nav-global-top li a {
	color: #fff;
	color: var(--color-seasonal-text);
	display: inline-block;
	font-family: "ff-scala-sans-pro", sans-serif;
	font-weight: bold;
	line-height: 4rem;
	padding: 0 0.5rem;
	text-decoration: none;
	transition: background-color 0.25s, color 0.25s;
}

.nav-global-top li a.buttonish,
.nav-global-matrix-top a.buttonish {
	border: none;
	color: #fff;
	padding: .375rem .875rem;
	line-height: 2rem;
	border-radius: .5rem;
}

.nav-global-matrix-top a.buttonish {
	display: inline-block;
}

.nav-global-top li a:hover {
	background-color: #231e1c;
	color: #fff;
}

.header-home .nav-global-top li a:hover {
	background-color: #75a500;
	background-color: var(--color-seasonal);
}

.nav-global-toggle {
	background-color: transparent;
	color: #fff;
	color: var(--color-seasonal-text);
	display: inline-block;
	font-family: "ff-scala-sans-pro", sans-serif;
	font-weight: bold;
	line-height: 4rem;
   overflow: hidden;
	padding: 0;
	position: relative;
	right: 0;
	text-decoration: none;
	text-indent: 100%;
	top: 0;
	transition: background-color 0.25s, color 0.25s;
	width: 3rem;
   user-select: none;
   -webkit-user-select: none;
   cursor: pointer;
}

.header-wrapper .nav-global-toggle {
	line-height: 4.5rem;
}

.nav-global-toggle:before, .nav-global-toggle:after {
	background-color: white;
	background-color: var(--color-seasonal-text);
	border-radius: 0.125rem 0;
	content: "";
	display: block;
	height: 0.125rem;
	left: 1rem;
	position: absolute;
	top: 1.6125rem;
	transition: 0.25s all;
	width: 1rem;
}

.header-wrapper .nav-global-toggle:before, .header-wrapper .nav-global-toggle:after {
	top: 1.875rem;
}

.nav-global-toggle:after {
	box-shadow: 0 0.375rem 0 #fff;
	box-shadow: 0 0.375rem 0 var(--color-seasonal-text);
	top: 2rem;
}

.header-wrapper .nav-global-toggle:after {
	top: 2.25rem;
}

#nav-global-toggle-check {
	cursor: pointer;
	height: 4rem;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 3rem;
}

.nav-global-matrix {
	background-color: transparent;
	display: block;
	flex-basis: 100%;
	font-family: "ff-scala-sans-pro", sans-serif;
	font-family: "ff-scala";
	min-height: 100vh;
	right: 100%;
	position: absolute;
	text-align: left;
	top: 4rem;
	transition: 0.25s left;
	transition-delay: 0.5s;
	transition-timing-function: ease-in;
	width: 100%;
	z-index: 100;
}

.nav-global-closer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#nav-global-toggle-check:hover + .nav-global-toggle:hover {
	background-color: #231e1c;
	color: #fff;
}

#nav-global-toggle-check:hover:not(:checked) + .nav-global-toggle:hover:before,
#nav-global-toggle-check:hover:not(:checked) + .nav-global-toggle:hover:after {
	background-color: #fff;
}

#nav-global-toggle-check:hover:not(:checked) + .nav-global-toggle:hover:after {
	box-shadow: 0 0.375rem 0 #fff;
}

.header-home #nav-global-toggle-check:hover + .nav-global-toggle:hover {
	background-color: #75a500;
	background-color: var(--color-seasonal);
	color: #fff;
	color: var(--color-seasonal-text);
}

#nav-global-toggle-check:checked ~ .nav-global-matrix {
	right: 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.nav-global-matrix:focus-within {
	right: 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}


#nav-global-toggle-check:focus + .nav-global-toggle {
	box-shadow: 0 0 0.25rem rgba(81, 203, 238, 1);
}

#nav-global-toggle-check:checked + .nav-global-toggle {
	background-color: #231e1c;
	box-shadow: none;
	color: #fff;
}

#nav-global-toggle-check:checked + .nav-global-toggle:before {
	background-color: #fff;
	top: 2rem;
	transform: rotate(-45deg);
}

.header-wrapper  #nav-global-toggle-check:checked + .nav-global-toggle:before {
	top: 2.25rem;
}

#nav-global-toggle-check:checked + .nav-global-toggle:after {
	background-color: #fff;
	box-shadow: none;
	transform: rotate(45deg);
}

.nav-global-matrix-listing {
	background-color: #231e1c;
	font-family: "ff-scala-sans-pro";
	list-style-type: none;
	margin: 0 auto;
	max-width: none;
    padding: 1rem;
}

.nav-global-matrix-top ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 1rem;
    padding: 0;
}

.nav-global-matrix-listing li {
	position: relative;
}

.nav-global-matrix-listing .nav-global-matrix-submenu {
	max-height: 0;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	transition: 0.25s all;
}

.nav-global-matrix-listing a, .nav-global-matrix-top a {
	color: #fff;
	display: block;
	margin: 0.75rem 0;
	text-decoration: none;
}

.nav-submenu-label {
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.nav-submenu-label:before {
	content: "\25B6\FE0E";
	display: inline-block;
	font-size: 0.75rem;
	margin-right: 0.5rem;
	transition: 0.25s transform;
}

.nav-matrix-submenu-toggle {
	height: 1.5rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-appearance: none;
	width: 100%;
}

.nav-matrix-submenu-toggle:hover {
	cursor: pointer;
}

.nav-matrix-submenu-toggle:checked ~ .nav-submenu-label:before {
	transform: rotate(90deg);
}

.nav-matrix-submenu-toggle:checked ~ .nav-global-matrix-submenu {
	margin-bottom: 1rem;
	max-height: 20rem;
	padding-left: 1.5rem;
}

.nav-global-matrix-submenu:focus-within {
	margin-bottom: 1rem;
	max-height: 20rem;
	padding-left: 1.5rem;
}

.nav-global-icon {
	display: inline-block;
	height: 1.5rem;
	margin-bottom: 0.25rem;
	vertical-align: middle;
	width: 1.5rem;
}

.nav-global-icon .st0 {
	fill: #fff;
}

/* ------------------- ARTICLE RULES ------------------- */

.article-main {
	background-color: #fff;
	margin: 0 auto;
	padding: 1rem;
}


/* ------------------- STYLE GUIDE ------------------- */

.section-break {
	border-top: 1px solid #d3d1ce;
	color: #50453e;
	font-family: "ff-scala-sans-pro";
	font-size: 0.875rem;
	margin: 2rem 0;
	padding: 0.25rem 0;
	text-transform: uppercase;
}

.color-matrix {
	font-family: "ff-scala-sans-pro";
	list-style-type: none;
	padding: 0;
}

.color-matrix li {
	display: flex;
}

.color-matrix-chip {
	content: "";
	display: block;
    flex-shrink: 0;
	height: 3rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	width: 3rem;
}

.color-matrix h4, .color-matrix p {
	display: inline;
	font-size: 1rem;
	margin: 0 0.5rem 0 0;
}

.font-listings {
	font-size: 1.125rem;
	list-style-type: none;
	padding: 0;
	word-wrap: break-word;
}

.font-listings li {
	margin-bottom: 1rem;
}

.font-listings-sans, .font-listings-label {
	font-family: "ff-scala-sans-pro";
}

.font-listings-label {
	color: #7d746f;
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

/* ------------------- SECTION NAVIGATION ------------------- */

.section-navigation {
    border-bottom: 1px solid #eeedec;
    font-family: "ff-scala-sans-pro";
    font-size: 0.875rem;
    margin-bottom: 2rem;
    padding: 0;
    position: relative;
}

.section-navigation:empty  {
   border-bottom: none;
}

.section-navigation h3, .nav-section-label {
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	margin: 0 0 0.5rem;
	position: relative;
	text-transform: uppercase;
}

#nav-section-navigation-toggle + .nav-section-label:after {
    color: #e03527;
	content: "\25BC";
	font-size: 0.75rem;
	position: absolute;
	right: 0;
	transition: 0.25s transform;
}

#nav-section-navigation-toggle:checked + .nav-section-label:after {
	transform: rotate(180deg);
}

.section-navigation-menu {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.5s max-height;
}

#nav-section-navigation-toggle:checked ~ .section-navigation-menu {
	max-height: 20rem;
}

.section-navigation li {
	border-top: 1px solid #eeedec;
    display: block;
    color: #666;
    font-style: italic;
    padding: 0.5rem 0;
}

.section-navigation a {
    display: block;
    font-style: normal;
    text-decoration: none;
}

/* ------------------- PAGE HEADERS ------------------- */

.article-section-header {
	margin-bottom: 2rem;
}

.article-section-header h1 {
	font-size: 2.5rem;
	margin: 0;
}

.article-section-header p {
	font-size: 1.25rem;
	font-style: italic;
	margin: 0;
}

.article-post-header {
	margin: 1rem 0;
}

.article-post-header h1 {
	font-size: 2rem;
	line-height: 1.125em;
	margin: 0;
}

.article-post-header p {
	font-size: 1.125rem;
	font-style: italic;
	margin: 0 0 0.25rem;
}

/* ------------------- BYLINE ------------------- */

.section-byline {
	border-bottom: 1px dotted #eeedec;
	border-top: 1px dotted #eeedec;
	font-style: italic;
	margin-bottom: 2rem;
}

.section-byline p {
	margin: 0;
	padding: 0.5rem 0;
}

/* ------------------- BODY COPY ------------------- */

.section-body {
	margin-bottom: 2rem;
}

.section-body a {
	/*border-bottom: 1px solid #f7d31e;
	box-shadow: 0 -2px 0 #f7d31e inset;
	text-decoration: none;*/
}

.section-body p, .section-body ul:not(.sermon-files), .section-body ol, .section-body table {
	font-size: 1.125rem;
	line-height: 1.375em;
	margin: 0 0 1.25em;
}

.section-body ul:not(.sermon-files) {
	padding-left: 1.25rem;
}

.section-body ul li {
	margin-bottom: 0.6125em;
}

.news-article .section-body:last-of-type > p:last-child:after {
	color: #75a500;
	color: var(--color-seasonal);
	content: "\00a0\220E";
}

.drop-cap {
	color: #75a500;
	color: var(--color-seasonal);
    float: left;
    font-size: 5.125rem;
    font-weight: bold;
    line-height: 3rem;
    margin-right: 0.375rem;
    margin-top: 0.6125rem;
    position: relative;
}

.section-body .section-body-lead {
	font-size: 1.3125rem;
}

.section-body table {
	width: 100%;
}

/* ------------------- SUBHEADINGS ------------------- */

.section-subhead h2, .section-archive h2 {
	border-top: 1px solid #eeedec;
	padding: 1rem 0;
}

.section-body h2, .section-subhead h2, .section-archive h2 {
	font-size: 1.5rem;
	line-height: 1.25em;
}

.section-body h2 {
	margin-bottom: 1rem;
}

.section-subhead h2, .section-archive h2 {
	margin: 0;
}


.section-body h3, .section-subhead h3 {
	font-size: 1.3125rem;
	line-height: 1.25em;
	margin: 2rem 0 1rem;
}

.section-body h3:first-child {
	margin-top: 0;
}

.section-body h2 a, .section-subhead h2 a, .section-archive h2 a {
	text-decoration: none;
}

/* ------------------- IMAGES ------------------- */

.figure-default {
	margin: 2rem 0;
}

.figure-slideshow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.figure-slideshow a {
  height: 100%;
  object-fit: cover;
}

.figure-three-up a:first-child {
  grid-column: span 2;
/* 		height: auto; */
}

.figure-slideshow img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.figure-slideshow figcaption,
.figure-slideshow a:first-of-type {
  grid-column-start: 1;
  grid-column-end: -1;
  margin: 0;
}

figcaption {
	font-family: "ff-scala-sans-pro", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	margin-top: 0.25rem;
}

/* ------------------- BLOCKQUOTES ------------------- */

blockquote {
	border-left: 1px solid #d3d1ce;
	margin-left: 0;
	padding-left: 1em;
}

.section-body blockquote p {
	margin: 0 0 .5em
}


/* ------------------- VIDEO ------------------- */

.figure-video-container {
	height: 0;
	margin-bottom: 1rem;
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.figure-video iframe,
.figure-video object,
.figure-video embed {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.figure-video figcaption {
	font-family: "ff-scala";
	font-style: normal;
}

.figure-left {
	margin: 0 1rem 1rem 0;
}

/* ------------------- FOOTNOTE ------------------- */

.section-footnote {
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.5em;
}

.section-intro {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.5em;
}

/* ------------------- DATE MARKER ------------------- */

.date-marker {
	background-color: #e03527;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-basis: 3.5rem;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	font-family: "ff-scala-sans-pro";
	font-size: 0.875rem;
	font-weight: bold;
	height: 3.5rem;
	justify-content: center;
	line-height: 1em;
	margin: 0 0.5rem 0.5rem 0;
	padding-top: 0.25rem;
	text-align: center;
	text-transform: uppercase;
	width: 3.5rem;
}

.date-marker.canceled_event {
	background-color: #999;
}

.date-marker-day {
	display: block;
	font-size: 1.5rem;
	font-variant-numeric: lining-nums;
	line-height: 1em;
}

/* ------------------- ARCHIVE LISTING ------------------- */

.archive-listing {
	border-top: 1px solid #eeedec;
	list-style-type: none;
	margin: 0 0 2rem;
	padding: 0;
}

.archive-listing-header {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.archive-more-link {
	font-style: italic;
	text-decoration: none;
}

.aside-archive .archive-listing {
	border-top: none;
	margin: 1rem 0;
}

.archive-listing li {
	border-bottom: 1px solid #f6f5f6;
	display: flex;
	margin: 0;
	padding: 1rem 0;
}

.archive-listing li:last-child {
	border-bottom: none;
}

.aside-archive .archive-listing li:first-child {
/* 	padding-top: 0; */
}

.aside-archive .archive-listing > li {
	border-top: 1px solid #eeedec;
}

.archive-listing-copy {
	padding-right: 1rem;
}

.archive-listing-copy.text-block {
	background-color: #eeedec;
	border-radius: 0.4rem;
	margin: 1rem 0;
	padding: 1rem;
}

.archive-listing-copy.text-block h3 {
	font-size: 1.125rem
}

.archive-listing-copy.text-block p:last-child {
	margin-bottom: 0;
}

.archive-listing-staff-photo {
	display: block;
    flex-basis: 25%;
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.archive-listing-category {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.25em;
	margin: 0 0 0.25rem;
}

.archive-listing-title {
	font-size: 1.25rem;
	font-weight: normal;
	margin: 0.25rem 0;
}

.aside-archive .archive-listing-title {
	font-size: 1.125rem;
}

.archive-listing-title a {
	text-decoration: none;
}

.archive-listing-title a:hover {
	text-decoration: underline;
}

.archive-listing-meta {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0.25rem 0;
}

.archive-listing-author {
	font-weight: bold;
	margin: 0.25rem 0;
}

.archive-listing-author a {
	color: #231e1c;
	text-decoration: none;
}

.archive-listing-desc {
	font-size: 1rem;
	line-height: 1.25em;
	margin: 0.25rem 0;
}

.archive-listing-date {
	font-size: 0.875rem;
	font-style: italic;
}

.archive-listing-actions {
	font-family: "ff-scala-sans-pro", sans-serif;
	font-size: 1rem;
   font-weight: bold;
	list-style-type: none;
	margin: 0.5rem 0 1rem;
	padding-left: 0;
}

.archive-listing-actions.sermon-files {
   font-weight: normal;
}

.archive-listing-actions li {
	margin: 0 0 1rem;
}

.archive-listing-actions audio {
   vertical-align: middle;
   margin-right: 12px;
}

.archive-listing-form {
	margin-bottom: 2rem;
}

.archive-listing-form li {
	margin-bottom: 0.125rem;
}

.archive-listing-actions a {
	text-decoration: none;
}

.archive-listing-form a {
	background-color: #f6f5f6;
	display: block;
	padding: 1rem;
	transition: 0.25s background-color;
	text-indent: calc(-24px + -.25rem);
	padding-left: calc(24px + 1.25rem);
}

.archive-listing-form a:hover {
	background-color: #eeedec;
	color: #e03527;
}

.archive-listing-actions a svg {
	display: inline-block;
	height: 1.5rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 1.5rem;
}

.archive-listing-actions a svg .st0 {
	fill: #e03527;
}

.archive-staff-directory {
	margin-bottom: 2rem;
}

.archive-staff-directory dd {
	font-style: italic;
	margin: 0 0 0.75rem;
}

/* ------------------- ASIDES ------------------- */

.aside-filters {
	margin-bottom: 2rem;
}

.aside-contact {
   display: flex;
   min-height: 6rem;
   margin-bottom: 1rem;
}

.aside-contact img {
	height: 6rem;
	margin-right: 1rem;
	width: 6rem;
}

.aside-contact p {
	font-family: "ff-scala-sans-pro";
	font-size: 1rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.375em;
	margin: 0 0 1rem;
}

.aside-contact + .aside-archive {
	margin-top: 3rem;
}

.aside-archive h3 {
	margin-top: 0;
}

.aside-filters h4 {
	border-top: 1px solid #eeedec;
	font-size: 1rem;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0.5rem;
}

.filter-listing {
	font-family: "ff-scala-sans-pro";
	list-style-type: none;
	margin: 1rem 0;
	padding: 0;
}

.filter-listing li {
	margin-bottom: 0.5rem;
}

.filter-listing li a {
	text-decoration: none;
}

.share-tools {
	margin: 1rem 0px;
	list-style-type: none;
	padding: 0;
}

.share-tools li {
	display: inline;
}

.share-tools li a {
	background-color: #f6f5f6;
	border-radius: 50%;
    display: inline-block;
    height: 1.5rem;
    margin: 0 0.25rem 0 0;
    overflow: hidden;
    position: relative;
    text-indent: -1000px;
    transition: 0.25s background-color;
    width: 1.5rem;
}

.share-tools li a:hover {
	background-color: #e03527;
}

.share-tools svg {
	fill: #d3d1ce;
    left: 12.5%;
    position: absolute;
    top: 12.5%;
    width: 75%;
}

.footer-global .share-tools svg, .share-tools li a:hover svg {
	fill: #fff;
}

/* ------------------- LINK LIST ------------------- */

.list-related-links {
	list-style-type: none;
	padding: 0;
}

.list-related-links li {
	margin-bottom: 0.25rem;
}

.list-related-links li a {

}

/* ------------------- FORMS ------------------- */

.form-default {
	font-family: "ff-scala-sans-pro";
}

.section-body:last-child .form-default p:last-of-type:after {
	display: none;
}

.form-default fieldset {
	border: 0;
	margin: 2rem 0;
	padding: 0;
}

.form-default legend {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 0;
}

.form-default-label {
	font-size: 0.875rem;
	margin-bottom: 1rem;
	margin-right: 0.5rem;
	text-transform: uppercase;
}

.form-element-small {
	flex-basis: 50%;
}

.form-element-medium {
	flex-basis: 75%;
}

.form-element-large {
	flex-basis: 100%;
}

.form-element-checkbox {
	flex-basis: 100%;
	font-size: 1rem;
	text-transform: none;
}

input[type=text], input[type=email], input[type=tel], select, textarea {
	border: 1px solid #d3d1ce;
    box-sizing: border-box;
    display: block;
    font-family: "ff-scala", serif;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    margin-top: 0.25rem;
    padding: 0 0.25rem;
    width: 100%;
}

select {
	width: auto;
}

.form-default-group {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

input[type=submit], button, a.buttonish {
  background-color: #e03527;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  transition: background-color 0.25s;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
}

section.section-body a.buttonish {
    font-size: 1.2rem;
    font-family: "ff-scala-sans-pro", sans-serif;
    text-decoration: none;
    padding: .8rem 1rem;
    line-height: 3rem;
}

input[type=submit]:hover, button:hover, a.buttonish:hover {
	background-color: #bb2b1e;
}

input[type=submit]:active, button:active, a.buttonish:active {
	background-color: #a7120a;
}

.button-secondary {
	background-color: #7d746f;
}

.button-secondary:hover {
	background-color: #50453e;
}

.button-secondary:active {
	background-color: #3A322D;
}

button[disabled],
button[disabled]:hover {
	background-color: #eeedec;
  cursor: default;
}

.form-required:before {
	color: #e03527;
	content: "\220E";
	margin-right: 0.125rem;
}

.section-body .form-instruction {
	font-size: 0.875rem;
	margin: 0 0 1rem;
}

.form-subscribe, .form-default-group {
	align-items: flex-start;
	display: flex;
}

.footer-global .form-subscribe {
	align-items: flex-end;
}

.form-subscribe input {
	border: none;
	border-radius: .5rem;
}

.form-subscribe input[type=text],
.form-subscribe input[type=email] {
	font-family: "ff-scala-sans-pro", sans-serif;
	padding: 0 0.75rem;
}

.form-subscribe .form-default-label {
	flex-grow: 2;
	margin-right: 0.5rem;
}

.form-subscribe .form-default-label input {
	border-width: 0;
	width: 99%;
}



/* ------------------- MARK RULE ------------------- */

.content-break {
/*
	background-image: url(../img/mark_FAPC_red.svg);
	background-position: center;
	background-repeat: no-repeat;
*/
	border: none;
	border-top: 1px solid #eeedec;
	display: block;
/* 	height: 2rem; */
	margin: 1rem 0;
	position: relative;
	width: 100%;
}

/*
.content-break:before,  .content-break:after {
	background-color: #eeedec;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: calc(50% - 1px);
	width: 46%;
}

.content-break:after {
	left: auto;
	right: 0;
}
*/

/* ------------------- SERMONS ------------------- */

.header-sermon {
	margin-bottom: 2rem;
	width: 100%;
}

.header-sermon figure {
	margin: 0 0 1rem 0;
}

.header-sermon .archive-listing-title {
	margin: 0 0 0.5rem;
}

.header-sermon dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem 0 1rem;
	width: 100%;
}

.header-sermon dt, .header-sermon dd {
	display: inline-block;
}

.header-sermon dt {
	font-weight: bold;
	flex-basis: 25%;
}

.header-sermon dd {
	margin-left: 0;
	flex-basis: 75%;
}

/* ------------------- HOMEPAGE ------------------- */

.section-home-hero {
	display: block;
	height: calc(var(--vh, 1vh) * 93); /* use custom property to define actual unit */
	overflow: hidden;
	position: relative;
}

.section-home-hero-background, .section-home-hero-video {
	height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.section-home-hero-copy {
	background-image: linear-gradient(rgba(34,34,34,0) 40%, rgba(34,34,34,0.5) 100%);
	background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: 1rem 1rem 12vh;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

/*.section-home-hero-copy:after {
	bottom: 1rem;
	color: #fff;
	content: "↓";
	font-size: 1.5rem;
	left: 0;
	position: absolute;
	width: 100%;
}*/

.section-home-hero-copy h1 {
	color: #fff;
	font-size: 5.75vw;
	margin: 0.5rem 0;
	text-shadow: 0 0.25rem 0.75rem rgba(34,34,34,0.85);
}

.section-home-hero-action {
	margin: 0.5rem 0 0;
}

.section-home-hero-action a {
	background-color: transparent;
	border-bottom: 1px solid #f7d31e;
	box-shadow: 0 -2px 0 #f7d31e inset;
	color: #fff;
	display: inline-block;
	font-family: "ff-scala-sans-pro";
	font-size: 1.25rem;
	line-height: 1.5em;
	padding: 0;
	text-decoration: none;
	transition: 0.25s border-color;
}

.section-home-content,
.section-home-promo {
	background-color: #fff;
	margin: 0 auto;
	max-width: 82rem;
	padding: 0 1rem;
}

.section-home-promo {
	margin-bottom: 2rem;
}

.section-home-bulletin {
}

.article-home .section-archive {
	padding-bottom: 2rem;
}

.article-home .section-archive h2 {
	border: 0;
}

.article-home .section-archive .archive-listing {
	border: 1px solid #eeedec;
}

.article-home .section-archive .archive-listing li {
	background-color: #fff;
	padding: 1rem;
}

.article-home .section-archive .archive-listing li:first-child {
	border-left: none;
}

.section-home-video {
	background-color: #231e1c;
	color: #fff;
	padding: 3rem 0;
}

/* ------------------- PAGINATION ------------------- */

.section-pagination {
    border-top: 1px solid #eeedec;
	display: flex;
	font-family: "ff-scala-sans-pro";
	justify-content: space-between;
	padding-top: 0.5rem;
}

.section-pagination p {
	font-weight: bold;
	margin: 0;
}

.section-pagination-pages {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.section-pagination-pages li {
	display: inline;
}

.section-pagination-pages li:before {
	content: " · ";
}

.section-pagination-pages li:first-child:before {
	display: none;
}

/* ------------------- FOOTER ------------------- */

.footer-global {
	background-color: #3A322D;
	color: #fff;
	font-family: "ff-scala-sans-pro";
	font-size: 1rem;
	line-height: 1.375rem;
}

.footer-global h4 {
	font-size: 1.125rem;
}

.footer-global a:link {
	text-decoration: none;
}

.footer-matrix {
	margin: 0 auto;
	max-width: 84rem;
	padding: 1rem;
}

.footer-matrix ul {
	list-style-type: none;
	padding: 0;
}

.footer-matrix a {
	color: #fff;
}

.footer-global .share-tools {
	margin: 1rem 0;
}

.footer-global .share-tools li {
	display: inline;
}

.footer-global .share-tools a {
	background-color: #231e1c;
}

.footer-visit {
	background-image: url(../img/interiormap.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 20rem;
	position: relative;
	width: 100%;
}

.footer-visit-link {
	background-color: #e03527;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	height: 6rem;
	left: 50%;
	line-height: 6rem;
	margin-left: -3rem;
	position: absolute;
	text-align: center;
	top: -3rem;
	transition: 0.25s all;
	width: 6rem;
}

.footer-visit-link:hover {
	background-color: #d3d1ce;
}

.footer-boilerplate {
	font-size: 0.75rem;
	text-transform: uppercase;
}

.footer-boilerplate li {
	display: inline;
}

.footer-boilerplate li:before {
	content: " | ";
}

.footer-boilerplate li:first-child:before {
	content: "";
}

@media screen and (min-width: 32rem) {

	/* ------------------- ARTICLE RULES ------------------- */

	.article-main {
		max-width: 84rem;
		padding: 1rem 2rem 6rem;
	}

.figure-left {
	float: left;
}

	/* ------------------- STYLE GUIDE ------------------- */

	.color-matrix {
		display: grid;
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		grid-template-columns: repeat(4, 1fr);
	}

	.color-matrix li {
		display: block;
	}

	.color-matrix-chip {
		height: calc((100vw - 5rem) / 4);
		width: 100%;
	}

	.color-matrix h4, .color-matrix p {
		display: block;
		margin: 0;
	}

	/* ------------------- DATE MARKER ------------------- */

	.date-marker {
		flex-basis: 4.5rem;
		font-size: 1rem;
		height: 4.5rem;
		margin: 0 1rem 1rem 0;
		width: 4.5rem;
	}

	.date-marker-day {
		font-size: 1.75rem;
	}

	/* ------------------- ARCHIVE LISTING ------------------- */

	.archive-listing-staff-photo {
	    margin-right: 1rem;
	}

	/* ------------------- SERMONS ------------------- */

	.header-sermon {
		display: flex;
	}

	.header-sermon-copy {
		flex-grow: 1;
	}

	.header-sermon figure {
		flex-basis: 25%;
		flex-shrink: 0;
		margin: 0 1rem 0 0;
	}

	/* ------------------- HOMEPAGE ------------------- */

	.section-home-hero-action a {
		font-size: 1.25rem;
	}

	.section-home-bulletin h1, .section-archive h2 {
		font-size: 1.75rem;
	}

}

@media screen and (min-width: 45rem) {

	/* ------------------- HEADER ------------------- */

	.header-global-logotype {
/* 		max-width: 28rem; */
	}

	.header-wrapper .header-global-logotype {
		max-width: 24.125rem;
	}

	.nav-global-matrix {
		background-color: rgba(80,69,62,0.5);
		padding: 0.5rem;
	}

	/* ------------------- ARTICLE RULES ------------------- */

	.article-main {
		display: grid;
		grid-column-gap: 2rem;
		grid-row-gap: 2rem;
		grid-template-columns: repeat(4, 1fr);
		padding: 1rem 1rem 6rem;
	}

	/* ------------------- NAVIGATION ------------------- */

	.nav-global-toggle {
		color: #fff;
		color: var(--color-seasonal-text);
		padding: 0 0 0 2.25rem;
		text-indent: 0;
		width: 6rem;
	}

	#nav-global-toggle-check {
		width: 6rem;
	}

	@supports (display:grid) {

		.nav-global-matrix .nav-global-matrix-listing {
			background-color: transparent;
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-column-gap: 0.5rem;
			grid-row-gap: 0.5rem;
			padding: 0;
		}

		.nav-global-matrix-listing > li {
			background-color: #3A322D;
			opacity: 0;
		    padding: 1rem;
		    text-align: center;
		    transition: 0.5s opacity;
		}

		.nav-global-matrix-listing > li:nth-child(2) {
		    transition-delay: 0.04s;
	    }

	    .nav-global-matrix-listing > li:nth-child(3) {
		    transition-delay: 0.08s;
	    }

	    .nav-global-matrix-listing > li:nth-child(4) {
		    transition-delay: 0.12s;
	    }

	    .nav-global-matrix-listing > li:nth-child(5) {
		    transition-delay: 0.16s;
	    }

	    .nav-global-matrix-listing > li:nth-child(6) {
		    transition-delay: 0.20s;
	    }

	    .nav-global-matrix-listing > li:nth-child(7) {
		    transition-delay: 0.24s;
	    }

	    .nav-global-matrix-listing > li:nth-child(8) {
		    transition-delay: 0.28s;
	    }

	    .nav-global-matrix-listing > li:nth-child(9) {
		    transition-delay: 0.32s;
	    }

	    .nav-global-matrix-listing > li:nth-child(10) {
		    transition-delay: 0.36s;
	    }

	    .nav-global-matrix-listing > li:nth-child(11) {
		    transition-delay: 0.40s;
	    }

	    .nav-global-matrix-listing > li:nth-child(12) {
		    transition-delay: 0.44s;
	    }

		.nav-global-matrix-listing > li:nth-child(13) {
		    transition-delay: 0.48s;
	    }

		.nav-global-matrix-listing > li:nth-child(14) {
		    transition-delay: 0.52s;
	    }

		.nav-global-matrix-listing > li:nth-child(15) {
		    transition-delay: 0.56s;
	    }

		#nav-global-toggle-check:checked ~ .nav-global-matrix .nav-global-matrix-listing > li {
		    opacity: 1;
	    }

	    .nav-global-matrix:focus-within .nav-global-matrix-listing > li {
		    opacity: 1;
	    }

	    .nav-global-matrix:focus-within .nav-global-matrix-listing > li {

		}

		.nav-matrix-submenu-toggle {
			display: none;
			height: 0;
			width: 0;
		}

		.nav-global-matrix-listing .nav-global-matrix-submenu {
			margin: 0;
			max-height: none;
		}

		.nav-matrix-submenu-toggle:checked + .nav-global-matrix-submenu, .nav-global-matrix-submenu:focus-within {
			margin-bottom: 0;
			max-height: none;
			overflow: visible;
			padding-left: 0;
		}

		.nav-submenu-label {
			border-bottom: 1px solid #f7d31e;
			display: block;
			margin: 0 0 0.5rem;
			padding: 0.5rem 0 1rem;
		}

		.nav-submenu-label:before {
			display: none;
		}

		.nav-global-icon {
			margin-bottom: 1rem;
		}

		.nav-global-matrix-listing a, .nav-global-matrix-top a {
			margin: 0;
			padding: 0.5rem;
		}

		.nav-global-matrix-listing a:hover, .nav-global-matrix-top a:hover {
			background-color: #231e1c;
		}

		.nav-global-matrix-listing .nav-global-matrix-top {
			grid-column-start: 1;
			grid-column-end: -1;
			margin: 0;
			padding: 1rem;
		}

		.nav-global-matrix-top ul {
			margin-bottom: 0.5rem;
		}

		.nav-global-matrix-top li {
			display: inline;
		}

		.nav-global-matrix-top a {
			display: inline-block;
			margin: 0.5rem 1rem 0 0;
		}

	}

	/* ------------------- STYLE GUIDE ------------------- */

	.color-matrix {
		grid-template-columns: repeat(6, 1fr);
	}

	.color-matrix-chip {
		height: calc((100vw - 7rem) / 6);
	}

	/* ------------------- SECTION NAVIGATION ------------------- */

	.section-navigation {
		margin-bottom: 0;
	}

	/* ------------------- PAGE HEADERS ------------------- */

	.article-section-header {
		margin-bottom: 0;
	}

	.article-section-header h1 {
		font-size: 3.75rem;
	}

	.article-section-header p {
		font-size: 1.5rem;
	}

	.article-post-header {
		margin: 0;
	}

	.article-post-header h1 {
		font-size: 3rem;
	}

	/* ------------------- BYLINES ------------------- */

	.section-byline {
		margin-bottom: 0;
	}

	/* ------------------- BODY COPY ------------------- */

	.section-body {
		margin-bottom: 0;
	}

	.section-body p, .section-body ul:not(.archive-listing-actions) {
		font-size: 1.125rem;
	}

	.section-body .section-body-lead {
	    font-size: 1.5rem;
	}

	.section-body > p:last-child {
		margin-bottom: 0;
	}

	.drop-cap {
	    font-size: 5.6125rem;
		top: 0.25rem;
	}

	/* ------------------- SUBHEADINGS ------------------- */

	.section-body h2, .section-subhead h2, .section-archive h2 {
		font-size: 2rem;
	}

	.section-body h3, .section-subhead h3 {
		font-size: 1.3125rem;
	}

	/* ------------------- IMAGES ------------------- */

	.figure-default {
		margin: 0;
	}

	.section-body .figure-default {
		margin: 2rem 0;
	}

  .figure-three-up {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
	}

	.figure-three-up a {
		height: 100%;
		object-fit: cover;
	}

	.figure-three-up a:first-child {
		grid-row: span 2;
/* 		height: auto; */
	}

	.figure-three-up img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.figure-three-up figcaption {
		grid-column-start: 1;
		grid-column-end: -1;
		margin: 0;
	}

	/* ------------------- VIDEO ------------------- */

	.article-home .figure-video {
		display: grid;
		grid-column-gap: 1rem;
		grid-template-columns: repeat(3, 1fr);
	}

	.article-home .figure-video-container {
		grid-column: 1 / span 2;
	}

	/* ------------------- ARCHIVE LISTING ------------------- */

	.archive-listing-meta, .archive-listing-desc {
		font-size: 1.125rem;
	}

	.aside-archive .archive-listing-meta {
		font-size: 1rem;
	}

	.archive-listing-title, .section-subhead h3 {
		font-size: 1.625rem;
	}

	.archive-listing-author {
		margin-bottom: 0.5rem;
	}

	.archive-listing-staff {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.archive-listing-staff-medium {
		grid-template-columns: repeat(2, 1fr);
	}

	.archive-staff-directory {
		display: grid;
		grid-row-gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.archive-staff-directory dt {
		border-bottom: 1px dotted #eeedec;
	}

	.archive-staff-directory dd {
		border-bottom: 1px dotted #eeedec;
		grid-column: 2;
		margin: 0;
		text-align: right;
	}

	/* ------------------- ASIDES ------------------- */

	.share-tools {
		margin: 0;
	}

	/* ------------------- FORMS ------------------- */

	.form-element-small {
		flex-basis: 15%;
	}

	.form-element-medium {
		flex-basis: 32%;
	}

	.form-element-large {
		flex-basis: 100%;
	}

	/* ------------------- HOMEPAGE ------------------- */

	.section-home-hero-action {
		margin: 1rem 0 0;
	}

	.section-home-hero-action a {
		font-size: 1.5rem;
	}

	/* ------------------- FOOTER ------------------- */

	.footer-matrix {
		display: grid;
		grid-column-gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}

	/* ------------------- LAYOUTS ------------------- */

	.grid-main-col-left, .grid-main-col-right, .grid-main-col-wide, .grid-wide, .grid-slideshow, .grid-super-wide, .grid-sidebar-right, .grid-sidebar-right-full, .grid-margin-left {
		grid-column-end: -1;
		grid-column-start: 1;
	}

	.section-body .sidebar-left {
		float: left;
		margin-bottom: 1rem;
		margin-right: 2rem;
		margin-top: 0;
		width: calc(40% - 1rem);
	}

	.section-body .sidebar-right {
		float: right;
		margin-bottom: 1rem;
		margin-left: 2rem;
		margin-top: 0;
		width: calc(40% - 1rem);
	}

}

@media screen and (min-width: 60rem) {

	/* ------------------- ARTICLES ------------------- */

	.article-main {
		display: grid;
		grid-template-columns: repeat(8, 1fr);
	}

	/* ------------------- LAYOUTS ------------------- */

	.grid-main-col-left {
		grid-column: 1 / span 5;
	}

	.grid-main-col-right {
		grid-column: 4 / span 5;
	}

	.grid-main-col-wide {
		grid-column: 1 / span 6;
	}

	.grid-sidebar-left {
		grid-column: 1 / span 3;
	}

	.grid-sidebar-right {
		grid-column: 6 / span 3;
	}

	.grid-sidebar-right-full {
		grid-column: 7 / span 2;
	}

	.grid-wide {
		grid-column: 1 / span 8;
	}

	.grid-slideshow {
		grid-column: 1 / span 5;
	}

	.grid-slideshow.wide {
		grid-column: 1 / span 8;
	}

	.grid-super-wide {
		grid-column-end: -1;
		grid-column-start: 1;
	}

	/* ------------------- NAVIGATION ------------------- */

	.header-global {
		height: 4.6rem;
	}

	.nav-global-top {
		display: block;
	}

	.nav-global-top li a {
		line-height: 4.6rem;
		padding: 0 0.75rem;
	}

	.nav-global-toggle {
		line-height: 4.6rem;
	}

	.nav-global-toggle:before, .nav-global-toggle:after {
		top: 1.9rem;
		left: 0.75rem;
	}

	.nav-global-toggle:after {
		top: 2.275rem;
	}

	#nav-global-toggle-check:checked + .nav-global-toggle:before {
		top: 2.1rem;
	}

	#nav-global-toggle-check:checked + .nav-global-toggle:after {
		top: 2.1rem;
	}

	#nav-global-toggle-check {
		height: 4.6rem;
	}

	.nav-global-matrix {
		top: 4.6rem;
	}

	.nav-global-matrix-top {
		display: none;
	}

	.nav-global-matrix .nav-global-matrix-listing {
		grid-template-columns: repeat(4, 1fr);
	}

	/* ------------------- STYLE GUIDE ------------------- */

	.color-matrix {
		grid-template-columns: repeat(8, 1fr);
	}

	.color-matrix-chip {
		height: calc((100vw - 9rem) / 8);
	}

	.font-listings {
		font-size: 1.25rem;
	}

	/* ------------------- SECTION NAVIGATION ------------------- */

	.section-navigation {
		display: flex;
		padding: 0.5rem 0;
	}

	.section-navigation h3, .nav-section-label {
		margin: 0;
	}

	.nav-section-label:after {
		display: none;
	}

	.section-navigation-menu {
		flex-grow: 2;
		max-height: none;
		text-align: right;
	}

	.section-navigation li {
		border: none;
		display: inline;
		margin-left: 0.5rem;
		padding: 0;
	}

	.section-navigation li:before {
		content: "·";
		padding-right: 0.5rem;
	}

	.section-navigation li:first-child:before {
		display: none;
	}

	.section-navigation a {
		color: #231e1c;
		display: inline;
	}

	/* ------------------- ARCHIVE LISTING ------------------- */

	.archive-listing-staff {
		grid-template-columns: repeat(2, 1fr);
	}

	.archive-listing-staff-medium {
		grid-template-columns: repeat(3, 1fr);
	}

	/* ------------------- ASIDES ------------------- */

	/* ------------------- HOMEPAGE ------------------- */

	.section-home-hero-copy {
	    padding: 1rem 1rem 10vh;
	}

	.section-home-hero-copy h1 {
		font-size: 3.75vw;
	}

	.section-home-hero-action a {
		font-size: 1.75rem;
	}

	.section-home-bulletin {
	    margin: 0 0 1rem;
	    padding: 1rem 0 0;
	}

	.section-home-bulletin + .figure-default {
	    margin-top: 0;
	}

	.section-home-bulletin .archive-listing {
		border: none;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 1rem;
		margin-bottom: 0;
	}

	.section-home-bulletin .archive-listing {
	    grid-template-columns: repeat(3, 1fr);
	}

	.section-home-bulletin .archive-listing li:first-child {
	    align-self: start;
	    background-color: #f6f5f6;
	    border-radius: 1rem;
	    grid-column: span 1;
	    padding: 1rem;
	}

	.section-home-bulletin .archive-listing li {
		border-bottom: none;
		padding: 1rem 0;
	}

	.article-home .section-archive .archive-listing {
		background-color: #eeedec;
		display: grid;
		grid-column-gap: 1px;
		grid-row-gap: 1px;
		grid-template-columns: repeat(4, 1fr);
	}

	.article-home .section-archive .archive-listing li {
		border: 0;
		display: flex;
		flex-direction: column;
	}

	.article-home .section-archive .archive-listing-copy {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.article-home .section-archive .archive-listing-actions {
		margin-bottom: 0;
		margin-top: auto;
		padding-top: 1rem;
	}

}

@media screen and (min-width: 75rem) {

	/* ------------------- ARTICLES ------------------- */

	.article-main {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		min-height: calc(100vh - 42rem);
		align-content: baseline;
	}

	/* ------------------- LAYOUTS ------------------- */

	.grid-main-col-left {
		grid-column: 2 / span 5;
	}

	.grid-main-col-right {
		grid-column: 5 / span 5;
	}

	.grid-main-col-wide {
		grid-column: 1 / span 7;
	}

	.grid-sidebar-left {
		grid-column: 2 / span 3;
	}

	.grid-sidebar-right {
		grid-column: 7 / span 3;
	}

	.grid-sidebar-right-full {
		grid-column: 8 / span 3;
	}

	.grid-wide {
		grid-column: 2 / span 8;
	}

	.grid-slideshow {
		grid-column: 2 / span 5;
	}

	.grid-slideshow.wide {
		grid-column: 2 / span 8;
	}

	.grid-margin-left {
		grid-column: 1;
	}

	/* ------------------- NAVIGATION ------------------- */

	.nav-global-matrix .nav-global-matrix-listing {
		grid-template-columns: repeat(6, 1fr);
	}

	/* ------------------- STYLE GUIDE ------------------- */

	.color-matrix {
		grid-template-columns: repeat(10, 1fr);
	}

	.color-matrix-chip {
		height: calc((100vw - 11rem) / 10);
	}

	.font-listings {
		font-size: 1.5rem;
	}

	/* ------------------- ASIDES ------------------- */

	.share-tools li {
		display: block;
		margin-bottom: 0.25rem;
	}

	.share-tools li a {
		height: 2.5rem;
		width: 2.5rem;
	}

}

@media screen and (min-width: 80rem) {

	/* ------------------- STYLE GUIDE ------------------- */

	.color-matrix-chip {
		height: calc((80rem - 11rem) / 10);
	}

}









/***** slideshows *****/

.figure-slideshow {
  position: relative;
	transition: background-color .2s 0s;
  cursor: zoom-in;
  transition: transform .2s, opacity .2s;
}

html.js-on .figure-slideshow:hover {
  opacity: .8;
  transform: scale(.99);
}

html.js-on .figure-slideshow:after {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 56px;
  border-radius: 1px;
  border: 6px solid #fff;
  border-bottom-width: 12px;
  background: rgba(200,200,200,.9);
  opacity: 0;
  transition: opacity .2s, transform .2s;
  transform: scale(1.2) translate(-30%,-57.5%);
  box-shadow: 3px 3px 3px rgba(0,0,0,.5);
  pointer-events: none;
  text-align: center;
  color: #888;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.6rem;
}

html.js-on .figure-slideshow:hover:after {
  opacity: 1;
  transform: scale(1.4) rotate(-3deg) translate(-30%,-57.5%);
}

html.js-on .figure-slideshow a {
  cursor: zoom-in;
}

.slideshow-holder {
	position: fixed;
	opacity: 1;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(255,255,255,.95);
	color: #fff;
	transition: opacity .2s 0s;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 19fr 1fr;
}

.slideshow-holder:before,
.slideshow-holder:after {
  background-color: var(--color-seasonal);
  border-radius: 0.125rem 0;
  content: "";
  display: block;
  height: 0.25rem;
  right: 3rem;
  position: absolute;
  top: 1.6125rem;
  width: 2rem;
  transform: rotate(-45deg);
  pointer-events: none;
}
.slideshow-holder:after {
  transform: rotate(45deg);
}
.slideshow-holder.inactive {
	top: -100vh;
	opacity: 0;
	transition: opacity .2s 0s, top 0s .2s;
}
.slideshow-holder .slide {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slideshow-holder .slide li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.slideshow-holder .slide li figure {
	height: 95%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.slideshow-holder .slide li figcaption {
  height: 5%;
  color: #000;
}
.slideshow-holder .slide li img {
	display: block;
	max-width: 70%;
  max-height: 100%;
	margin: 0 auto 1rem;
	transition: transform .2s;
}
.slideshow-holder .slide li img.expandable {
	cursor: zoom-in;
}
.slideshow-holder .slide li img.expanded {
	cursor: zoom-out;
	transform: scale(1.3);
}
.slideshow-holder .slide:not(.visible),
.slideshow-holder .slide_nav:not(.visible) {
	display: none;
}

.slideshow-holder ul.slide_nav {
  margin: 0;
  padding: 0;
  text-align: center;
}

.slideshow-holder ul.slide_nav li {
  display: inline-block;
}

.nav-global-top li .button-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e03527 !important;
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 8px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none !important;
  position: relative;
  overflow: visible !important;
}

.nav-global-top li .button-live::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.nav-global-top li .button-live::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transform-origin: center center;
  animation: live-pulse-ring 0.9s ease-out infinite;
}

@keyframes live-pulse-ring {
  0%   { transform: scale(0.8); opacity: 0.8; }
  100% { transform: scale(2.4); opacity: 0; }
}

@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.nav-global-top li,
.header-global .nav-global-toggle {
  opacity: 0;
}

.header-global.live-ready .nav-global-top li,
.header-global.live-ready .nav-global-toggle {
  opacity: 1;
  animation: fadeIn 0.3s ease-in;
}

.figure-default.video-promo {
	position: relative;
}

.figure-default.video-promo .archive-listing-copy {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8));
	color: #fff;
	justify-content: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	padding: 2rem 1rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}

.figure-default.video-promo .archive-listing-copy .archive-listing-category {
	font-size: 1.25rem;
}

.figure-default.video-promo .archive-listing-copy h3 {
	font-size: 2rem;
}

@media screen and (min-width: 45rem) {

.figure-default.video-promo .archive-listing-copy {justify-content: flex-end;}
.figure-default.video-promo .archive-listing-copy h3 {font-size: 3rem;}

}

.figure-default.video-promo .archive-listing-copy h3 a {
	color: #fff;
	text-decoration-thickness: 0.0625rem;
	transition: all 0.25s;
}

.figure-default.video-promo .archive-listing-copy h3 a:hover {
	color: #eee;
}

.figure-default.video-promo .archive-listing-copy .archive-listing-meta {
	font-size: 1.25rem;
}

.live-marker {
	background-color: #e03527;
	border-radius: 0.25rem;
	display: inline-block;
	font-family: ff-scala-sans-pro, sans-serif;
	font-size: 1rem;
	font-style: normal;
	margin-right: 0.5rem;
	padding: 0.25rem;
	text-transform: uppercase;
}

.live-marker:before {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.5rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 0.5rem;
}

.section-archive.section-video h2 {
	border: 0;
}

.section-archive.section-video .archive-listing {
/*	background-color: #eeedec; */
	border: 1px solid #eeedec;
	display: grid;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	grid-template-columns: repeat(4,1fr);
}

.section-archive.section-video .archive-listing li {
	background: #fff;
	flex-direction: column;
	padding: 2rem 1rem;
}

.section-archive.section-video .archive-listing li .archive-listing-copy {
	padding: 0;
}

#promoWidget {
	position: fixed; 
	display: table;
	bottom: 1rem; 
	right: 1rem; 
	background: #fff; 
	border-radius: 1rem; 
	color: #000;
	border: 4px solid #fff;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.3); 
	z-index: 1000; 
	font-size: 1rem;
	overflow: hidden;
	width: 595px;
}

#promoWidget span.img {
	display: table-cell;
	background-size: cover;
	width: 168px;
	aspect-ratio: 1;
}

#promoWidget > div {
	display: table-cell;
	vertical-align: middle;
	padding: .8rem;
	width: 378px;
}

#promoWidget h2 {
	margin-top: 0;
	font-family: 'ff-scala', 'Georgia', serif; 
	font-size: 1.2rem;
	line-height: 1.3; 
	margin-bottom: .5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#promoWidget div p {
	margin-top: 0;
	margin-bottom: .8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#promoWidget div p:last-child {
	margin-bottom: 0;
}

#promoWidget .buttonish {
	border: 1px solid #b21b0e; 
	padding: .6rem 1rem; 
	line-height: 2rem; 
	border-radius: .4rem;
}

@media only screen and (max-width: 1440px) {

	#promoWidget {
		width: 495px;
	}
	
	#promoWidget > div {
		width: 278px;
	}

}

@media only screen and (max-width: 1112px) {
	
	#promoWidget {
		transform: scale(.8);
		transform-origin: bottom right;
	}
	
}

@media only screen and (max-width: 700px) {

	#promoWidget {
		bottom: 0;
		right: 0; 
		left: 0;
		width: 100%;
		border-radius: 0;
		border: 0;
		border-top: 4px solid #fff;
		transform: none;
		font-size: .8rem;
	}
	
	#promoWidget h2 {
		font-size: 1rem;
	}
	
	#promoWidget span.img {
		display: none;
	}

}
