/*!
Theme Name: Trinity Cathedral
Theme URI: http://underscores.me/
Author: Phill Mamula
Author URI: https://www.phillm.com
Description: 2022 theme for Trinity Cathedral - Trenton, NJ
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trinitycathedral
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Trinity Cathedral is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital@1&family=Cormorant:ital@0;1&family=Inter:wght@300;400;600;700&display=swap');


/* =Global
-------------------------------------------------------------- */
html,body {
  	margin: 0; padding: 0;
  	min-height: 100%;
}
body {
	background: #FFFFFF;
    color: #000000;
    font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.7em;
}
strong { font-weight: 600; }
img { margin-bottom: -5px; }


/* Type */
h1,h2,h3,h4 {
    font-weight: 700;
    line-height: 1em;
    margin: 25px 0 5px;
}
h1 { font-size: 4em; letter-spacing: 0; }
h2 { font-size: 3em; }
h3, h4 { color: #42226a; font-weight: 400; letter-spacing: -0.02em; }
h3 { font-size: 2em; margin: 15px 0 5px; }
h4 { font-size: 1.5em; margin: 15px 0 5px; }
h1 a,h2 a,h3 a,h4 a { text-decoration: none; }

.monospace,
.wp-caption .wp-caption-text {
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 0.025em;
	display: block;
	margin: 5px 0;
}
.monospace.alt {
    font-family: 'Alegreya', serif;
    font-size: 1.2em;
    letter-spacing: 0;
}

p { margin: 0 0 15px; }
hr {
    background-color: rgba(0,0,0,0.15);
    border: 0;
    height: 1px;
    margin: calc(2vw + 10px) auto;
    clear: both
}

a, a:link, a:visited { 
    color: #292a36;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out; 
}
a:hover { color: #43226a; }

button { cursor: pointer; }
video:focus,
input:focus,
button:focus {outline:0; cursor: pointer;}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
ul, li { margin: 0; padding: 0; list-style: none; }

/* CTA Buttons */
a.large-cta,
.large-cta {
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.04em;
	color: #FFFFFF;
	background: #43226a;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 35px;
    text-align: center;
    display: table;
    min-width: 220px;
}
a.large-cta.outline:hover,
a.large-cta.invert,
a.large-cta:hover {
    color: #FFFFFF;
    background: #1e0d31;
    border-color: #1e0d31;
}

.cta-buttons.flex { justify-content: center; }
.cta-buttons.flex>* { flex: inherit; }
.cta-buttons { margin: 25px auto; }
.cta-buttons>* { margin: 0 5px; }
.cta-buttons a.large-cta { margin: 5px !important; }
.cta-buttons a.large-cta i { margin-left: 5px; opacity: 0.5; }

a.large-cta.outline {
    color: inherit;
    background: transparent;
    border: 1px solid;
}
a.list-cta, 
.list-cta {
    color: inherit;
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.7);
    padding: 10px 45px;
    display: table;
}
a.list-cta:hover {
    color: #f5f6f7;
    border: 1px solid #43226a;
    background: #43226a;
}

/* Structure */
.post, .page, .page-content, 
.entry-content, .entry-summary { margin: 0; }

#section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	min-height: 70vh;
	padding: 5vw 0;
}

.flex { display: flex; flex-wrap: wrap; align-items: center; }
.flex>* { flex: 1; }
.flex .half { flex: 1 0 50%; width: 50%; }
.flex .two-third { flex: 2; }
.flex .third { flex: 1 0 33.3%; width: 33.3%; }

.container {
    width: 90vw;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}
.container.small { max-width: 1024px; }
.container.fullwidth { max-width: 1800px; }


/* Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    z-index: 999;
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-dot {
  color: inherit;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel {
    display: none; 
}
.owl-carousel.owl-loaded {
    display: block;
}

.owl-dot {
    background: none;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    text-transform: uppercase;
    padding: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-right: 15px;
}
.owl-dot:hover { 
    border: 1px solid #32475F;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}
.owl-dot.active { 
  	background: #32475F;
  	border: 1px solid #32475F;
}

.owl-nav { width: 100%; height: 100%; position: absolute; top: 0;left: 0; }
.owl-nav button { 
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0 0 3px 0;
    font-size: 1.25em;
    line-height: 0;
    margin-right: 8px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}
.owl-nav button:hover {
    color: #FFFFFF;
    background: #000000;
    border-color: #000000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}
.owl-nav>* {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 999;
}
.owl-nav .owl-next { right: 3vw; }
.owl-nav .owl-prev { left: 3vw; }
.owl-nav.disabled { display: none !important; }


/* Embed Resposively */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Video Background */
.iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}
.iframe-wrapper video {
  width: 100vw;
  height: 56.25vh; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 120vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
}


/* =Header
-------------------------------------------------------------- */
header#masthead {
    background: #1e0d31;
}

/* Logo */
header#masthead .container.flex { justify-content: space-between; padding: 20px 0; }
header#masthead .container.flex>* { flex: inherit; }



.site-branding.flex>* { flex: inherit; }
.site-branding .main-icon { max-width: 65px; margin-right: 15px; }

.site-name span.tagline { 
    color: #dac393; 
    font-size: 0.85em;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-weight: 300;
}
.site-name span.tagline br { display: none; }
h1.site-title { 
	font-size: 1.5em; 
    line-height: 1em;
	text-transform: uppercase; 
    margin: 10px 0 0;
}
h1.site-title a {
    color: #F5F6F7;
    text-decoration: none;
}

/* Address */
.header-details {
    color: #d8dee6;
    text-align: right;
}
.header-details span { 
    color: #7b7283;
    font-size: 0.75em; 
    line-height: 1em;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
    display: inline-flex;
    text-transform: uppercase;
}
.header-details br { display: none; }
.header-details .socials.flex { display: inline-block; }
.header-details .socials.flex a {
    color: #8cb824;
    font-size: 1.25em;
    margin-left: 20px;
}
.header-details .socials.flex a:hover { color: #f5f6f7; }

/* Navigation */
header#masthead nav {
	width: 100%;
	background: #42226a;
}
.main-navigation div ul {
    display: flex;
    width: 100%;
    align-items: center;
}
.main-navigation div ul li {
	flex: 1;
}
.main-navigation div ul li a {
	width: 100%;
	text-align: center;
	padding: 18px 10px;
	color: #EFEFEF;
	text-transform: uppercase;
	font-size: 0.8em;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.main-navigation div ul li {
    border-right: 1px solid rgba(255,255,255,0.1);
}
.main-navigation div ul li:first-of-type {
    border-left: 1px solid rgba(255,255,255,0.1);
}
.main-navigation div ul li a:hover {
    background: #301155;
    color: #dec85e;
}

ul.menu li a[target=_blank]:after {
    content: '\e09f';
    font: var(--fa-font-regular);
    margin-left: 6px;
    font-size: 0.9em;
    opacity: 0.4;
}

/* Dropdown */ 
.main-navigation ul li ul { 
	display: block;
    background: #301155;
}
li.menu-item-has-children a:after {
    font-size: 0.8em;
    content: '\f107';
    font: var(--fa-font-regular);
    display: inline-block;
    margin-left: 10px;
    opacity: 0.4;
}
li.menu-item-has-children ul.sub-menu li a:after { display: none; }
.main-navigation ul li ul li {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.main-navigation ul li ul li a { padding: 15px; letter-spacing: 0.04em; font-weight: 400; }
.main-navigation ul li ul li a:hover { background: #240d40; }
.main-navigation ul li ul.sub-menu li { border-left: none; border-right: none; }

/* =Home
-------------------------------------------------------------- */
/* Hero */
.home-hero {
    background-size: 100% auto;
    background-position: top -120px center;
    padding: 200px 0 75px;
    display: flex;
    align-items: center;
    min-height: 500px;
    color: #f9f9f9;
    position: relative;
}
.home-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    background:    -moz-linear-gradient(12deg, rgb(0 0 0 / 75%) 0%,rgb(81 71 71 / 16%) 100%);
    background: -webkit-linear-gradient(12deg, rgb(0 0 0 / 75%) 0%,rgb(81 71 71 / 16%) 100%);
    background:         linear-gradient(12deg, rgb(0 0 0 / 75%) 0%,rgb(81 71 71 / 16%) 100%);
    bottom: 0; 
    left: 0;
    position: absolute;
}
.hero-title {
    color: #ffd57c;
    font-family: 'Cormorant', serif;
    font-size: 4em;
    font-style: italic;
    font-weight: normal;
}
.home-hero .cta-buttons {
    margin: 50px 0 0 !important;
    max-width: 100%;
    justify-content: inherit;
}
.home-hero .cta-buttons>* { 
    flex: inherit; 
    border-color: #8d8a84;
    margin-right: 15px;
}
.home-hero .entry-subtitle {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 300;
    margin: 15px 0 10px;
}

/* Feature */
.home-feature {
    background: #fbfaf7;
    padding: calc(30px + 3vw) 0;
    border-top: 1px solid #f0efee;
    position: relative;
    z-index: 9;
}
.home-feature .featured-description { flex: 1.5; padding-right: 3vw; }
.featured-description h3 {
    margin: 5px 0 20px;
}
.featured-description .entry-content {
    width: 100%;
}
.featured-description .cta-buttons.flex { justify-content: inherit; }
/* History */
.home-feature.history {
    padding: 100px 0 200px;
    color: #EFEFEF;
}
.home-feature.history:before {
    content: '';
    background:    -moz-linear-gradient(90deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(90deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.2) 100%);
    background:         linear-gradient(90deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.2) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0; 
    left: 0;
}
.home-feature.history .featured-description .entry-content {
    padding: 0;
    font-weight: 300;
    max-width: 720px;
    margin-bottom: 50px;
}
.home-feature.history .featured-description h3 {
    color: #dac393;
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 3.5em;
    line-height: 1em;
    margin: 5px 0 25px;
}
.home-feature.history .featured-description a.list-cta {
    border-color: #53504c;
    color: #dac393;
}
.home-feature.history .featured-description a.list-cta:first-of-type,
.home-feature.history .featured-description a.list-cta:hover {
    color: #151515;
    background: #dac393;
    border-color: #dac393;
}

/* Footer (Home) */
body.home footer.site-footer { margin-top: 0px; }




/* =News
-------------------------------------------------------------- */
/* Article Listing */
article.archive-list { padding: 40px 0; }
article.archive-list.section-area .flex { align-items: center; }
article.archive-list.section-area .entry-content h3 {
    font-family: 'Cormorant', serif;
    font-size: 3em;
    width: 100%;
    line-height: 1em;
    margin: 5px 0 20px;
    font-weight: 300;
}
.article-list-bottom {
    margin-top: 25px;
    padding: 15px 0;
    font-size: 0.8em;
    letter-spacing: 0.04em;
    line-height: 1em;
    text-transform: uppercase;
    border-top: 1px solid #e4e1d9;
}
.article-list-bottom.flex { justify-content: space-between; }
.article-list-bottom.flex>* { flex: inherit; }
.article-list-bottom .date { color: #9b9994; }
article.archive-list .entry-excerpt { max-width: 1024px; margin: 15px 0 50px; }

/* Article (Details) */
.back-to-news {
    padding: 15px 0;
    background: #b7c7dd;
    margin-bottom: 5px;
}
.back-to-news a i { margin-right: 5px; margin-left: -25px; }
.back-to-news a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8em;
    letter-spacing: 0.04em;
    color: #301155;
    text-decoration: none;
}

body.single article.post h1.entry-title {
    font-size: 3.5em;
    font-family: 'Cormorant', serif;
    font-weight: 300;
    line-height: 1.1em;
    margin: 20px auto;
    width: 80%;
    text-align: center;
}
body.single article.post .date {
    font-size: 0.9em;
    color: #928c81;
    margin: 5px 0;
}

body.single article.post header.entry-header { margin-bottom: 15px; }

body.single article.post header.entry-header a.large-cta {
    display: table;
    margin: 0 auto;
}

body.single article.post .date.event-date {
    color: #6e9b05;
    font-weight: 300;
    font-size: 1.25em;
    margin: 10px auto 25px;
    text-align: center;
    display: block;
}

body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4 {
    color: #43226a;
    font-size: 2.5em;
    display: block;
    margin: 25px 0 15px;
}
body.single .entry-content h4 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

body.single .embed-container { margin: 25px auto 50px; }
body.single blockquote {
    background: #f4f3f0;
    border: 1px solid #e9e8e5;
    margin: 40px auto;
    padding: 30px 30px 15px;
    clear: both;
}
body.single .entry-content blockquote h2, 
body.single .entry-content blockquote h3, 
body.single .entry-content blockquote h4 {
    font-family: inherit;
    color: #42226a;
    font-size: 0.9em;
    letter-spacing: 0.06em;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
}

/* Bulletins */
header.bulletin-header {
    text-align: center;
    padding: calc(2vw + 15px) 0;
}
header.bulletin-header h2.service-date,
article.bulletin-list h4 {
    font-weight: 400;
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0 auto 25px;
}
header.bulletin-header h1,
article.bulletin-list h2 {
    color: #5b7e09;
    font-family: 'Cormorant', serif;
    font-size: 4em;
    font-style: italic;
    font-weight: normal;
    margin: 25px auto 50px;
}
.service-description.flex { 
    text-align: center;
    justify-content: center;
    margin: 0 auto 50px;
    align-items: inherit;
}
.service-description label {
    text-transform: uppercase;
    font-size: 0.8em;
    opacity: 0.5;
    letter-spacing: 0.06em;
    display: block;
}
header.bulletin-header .cta-buttons { margin-bottom: 0; }

/* Bulletins (list) */
article.bulletin-list {
    padding: 50px 0;
    border-bottom: 1px solid #f7f6f1;
}
article.bulletin-list .container.flex {
    align-items: justify;
    justify-content: space-between;
}
article.bulletin-list .container.flex .service-title { flex: 3; }
article.bulletin-list h2 { font-size: 3.5em; margin: 25px 0 50px; width: 90%; }

article.bulletin-list .service-description { text-align: left; }
article.bulletin-list .service-description.flex { margin: 0; }
article.bulletin-list .cta-buttons {
    display: flex;
    flex-direction: column;
    padding-left: 2vw;
}
article.bulletin-list .cta-buttons>* {
    text-align: center;
    margin-bottom: 5px;
}
article.bulletin-list .cta-buttons a i {
    margin-left: 5px;
    opacity: 0.5;
}
article.bulletin-list a.read-cta {
    margin-top: 10px;
    font-size: 0.9em;
    color: #b5abab;
}
article.bulletin-list a.read-cta:hover {
    color: #43226a;
}

/* Pagination */
.paginate {
	padding: 15px 0 25px;
    font-size: 0.8em;
    display: block;
}
.paginate .wp-paginate .current {
    color: #FFFFFF;
    background: #42392c;
    border: 1px solid #42392c;
    margin-right: 5px;
    padding: 8px 12px;
}
.paginate .wp-paginate a {
    background: transparent;
    border: 1px solid #878471;
    color: #878471;
    margin-right: 5px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
}
.paginate .wp-paginate a:hover {
    border-color: #42392c;
    background: #42392c;
    color: #FFFFFF;
}


/* =Pages
-------------------------------------------------------------- */
/* Default Page Hero */
header.page-header.overlap {
    padding: 200px 0 50px;
    margin-bottom: 25px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
header.page-header.overlap:before {
    content: '';
    width: 100%;
    height: 100%;
    background:    -moz-linear-gradient(45deg, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0) 100%);
    background:         linear-gradient(45deg, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0; left: 0;
}
header.page-header.overlap h1 { 
    color: #FFFFFF;
    font-size: 4em;
    line-height: 1.2em;
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 auto 35px;
    width: 80%;
}
header.page-header.overlap .hero-description {
    color: #c9c9c0;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 15px auto 25px;
    width: 100%;
    max-width: 980px;
}
.hero-description a { color: inherit; }

header.page-header.text {
    padding: 25px 0 5px;
}
header.page-header.text h1 {
    color: #43226a;
    font-size: 2em;
    font-weight: 400;
    line-height: 1em;
    margin: 35px 0 5px;
}

/* Donation */
.donation-hero {
    background: #FFFFFF;
    color: #000000;
    overflow: hidden;
    margin: 25px auto -250px;
}
body.page-template-page-donate { background: #f4f3f0; }
body.page-template-page-donate main { padding-top: 250px; }

body.page-template-page-donate header.single-header h1.entry-title { color: #42226a; margin-bottom: 25px; padding: 0 !important; }

.donation-image {
    height: 400px;
    overflow: hidden;
}
.donation-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.donation-description {
    padding: 50px;
}



/* Entry Content */
article { padding: 0; }
article .entry-content { padding: 15px 0; }
article .entry-content p { margin-bottom: 20px; }

body.single article.post { padding: 25px 0; }

.entry-content h2,
.entry-content h3,
.entry-content h4 { 
    font-size: 2.5em;
    font-weight: 300;
    font-family: 'Cormorant', serif;
    font-style: italic;
    margin: 5px 0 5px;
    line-height: 1.15em;
}
.entry-content .wp-caption .wp-caption-text {
    font-size: 0.9em;
    line-height: 1em;
    margin: 15px auto;
    color: #59544d;
    display: block;
}
.entry-content ul { margin: 10px auto 25px; padding-left: 35px; }
.entry-content li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.2em;
    margin-left: 15px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.entry-content .aligncenter { margin: 20px auto; }
.entry-content .alignleft {
    float: left;
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.entry-content .alignright {
    float: right;
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.entry-content .gallery { grid-gap: 1em; }
.entry-content .gallery-item { margin: 0; }
.entry-content .gallery-item .gallery-caption { display: none; }
.entry-content a.large-cta,
.entry-content a.list-cta { margin: 10px 0; }

.nivo-lightbox-theme-simple .nivo-lightbox-title { color: #000000; }

/* Accordion */
.accordion-item {
    overflow: hidden;
}
.accordion-panel { display: none; padding: 5px 0;}
.accordion-title { position: relative; }
.accordion-title h4 {
    margin: 0;
    margin: 0;
    text-shadow: none;
}
.accordion-item i { 
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out; 
}
.accordion-item.is-active i { transform: rotate(180deg); }

/* Fullwidth Gallery */
.gallery-carousel.overlap { margin-top: -200px; padding: 25px 0 15px;}
.gallery-image { height: 550px; position: relative; }
.gallery-image img { object-fit: contain; object-position: center; width: 100%; height: 100%; }
.gallery-item .caption {
    color: #7c6d50;
    font-size: 0.95em;
    line-height: 1.1em;
    display: block;
    margin: 15px auto 5px;
}

/* Additional Page */
.inline-carousel {
    padding: 25px 0;
}

/* History */
body.history .post-thumbnail {
    width: 100%;
    max-width: 800px;
    margin: 25px auto -450px;
}
main.history-content {
    padding: 275px 0 50px;
}


/* Facility */
header.page-header.archive-grid-hero.facility-hero {
    background: #131417;
    padding: calc(30px + 3vw) 0 220px;
    color: #ebe7de;
}
header.page-header.archive-grid-hero.facility-hero h1 {
    margin: 0 auto 25px;
    color: #dac393;
}
header.page-header.archive-grid-hero.facility-hero .hero-description { font-weight: 300; }

.facility-section .flex .facility-title {
    flex: 1.5;
    padding-right: 5vw;
    max-width: 980px;
}
.facility-title h4 {
    margin: 0 0 25px;
    color: #42226a;
}
.facility-image img { width: 100%; height: auto; }
.facility-section.section-area:first-of-type { background: transparent; }
.facility-section.section-area:last-of-type { border: none; }

.facility-section .accordion-title {
    color: #c6ba87;
    font-size: 0.9em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 130px;
    margin: 15px 0 10px;
    cursor: pointer;
}
.facility-section .accordion-title:hover { color: #151515; }
.facility-section .accordion-item.is-active .accordion-title { opacity: 0.3; }
.facility-section .accordion-item.is-active .accordion-title:hover { opacity: 1; }


/* Default Page */
body.page-template-default header.entry-header h1 {
    font-size: 4em;
    line-height: 1.2em;
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: normal;
    margin: 25px auto;
    text-align: center;
}
body.page-template-default header.entry-header .hero-description {
    font-size: 0.95em;
    line-height: 1.4em;
    margin: -5px auto 35px;
    display: block;
    font-family: inherit;
    text-align: center;
    font-style: inherit;
}
body.page-template-default main { min-height: 50dvh; }


/* =Ministries
-------------------------------------------------------------- */
/* Single Header */
header.single-header {
    background: #3088d5;
    color: #FFFFFF;
    padding: 25px 0;
}
header.single-header h1.entry-title {
    flex: 4;
    color: #FFFFFF;
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-size: 2.25em;
    font-weight: 300;
    margin: 0;
}
header.single-header .view-all {
    position: absolute;
    top: 5px;
    left: -3vw;
    font-size: 1.5em;
}
article.outreach header.single-header {
    background: #6e9b05;
}

/* Archive Listing */
body.archive 
header.single-header.entry-header {
	min-height: 120px;
	padding: 0;
}
body.archive 
header.single-header.entry-header h1 {
	font-size: 2.25em;
	margin: 0 auto;
}

/* Archive List */
.archive-list {
	padding: calc(30px + 3vw) 0;
	border-bottom: 1px solid #f7f6f1;
}
.archive-list:nth-child(even) { background: #f7f6f4;}
.archive-list:last-of-type { border: none; }
.archive-list .archive-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin-right: 4vw;
}
.archive-list .entry-content { flex: 2;}
.archive-list .entry-content h2 {
	margin: 0 0 15px;
}

/* Archive Card */
.more-articles {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.news-carousel { margin: 35px auto 15px; }
article.archive-card {
    padding: 10px 30px;
    border: 1px solid rgba(0,0,0,0.1);
}
article.archive-card .date { font-size: 0.8em; opacity: 0.6; margin: 10px 0; }
article.archive-card .card-title.flex { padding: 15px 20px; justify-content: space-between; }
article.archive-card .card-title.flex>* { flex: inherit; }
article.archive-card h4 { 
    font-size: 1.75em;
    font-family: 'Cormorant', serif;
    font-style: italic;
    margin: 5px 0; 
    display: table; 
}

.more-articles:before {
    content: '';
    background: #DDD9CE;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50px;
    left: 20%;
}
.more-articles .monospace {
    background: #FFFFFF;
    display: table;
    color: #373737;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1.2em;
    padding-right: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.card-carousel.archive-card {
    padding: 0;
}
.archive-card .post-thumbnail {
    height: 260px;
    position: relative;
    overflow: hidden;
}
.archive-card .post-thumbnail img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    margin: 0;
}
.card-carousel.archive-card .entry-content {
    padding: 20px 25px;
}
.card-carousel.archive-card .entry-content.flex {
    justify-content: space-between;
}
.card-carousel.archive-card .entry-content.flex>* { flex: initial; }
.card-carousel.archive-card .entry-content h4 {
    font-size: 1.75em;
    line-height: 1em;
    margin: 5px 0;
}


/* Card Colors */
.archive-card.ministries .post-thumbnail:after,
.archive-card.outreach .post-thumbnail:after {
    content: 'Ministry';
    background: #3088d5;
    color: #F5F6F7;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7em;
    line-height: 1em;
    letter-spacing: 0.1em;
    padding: 12px 25px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}
.archive-card.ministries .post-thumbnail {
    border-bottom: 8px solid #3088d5;
}
.archive-card.outreach .post-thumbnail:after {
    content: 'Outreach';
    background: #6e9b05;
    color: #F5F6F7;
}
.archive-card.outreach .post-thumbnail {
    border-bottom: 8px solid #6e9b05;
}

/* Archive Grid */
header.page-header.archive-grid-hero {
    background: #3088d5;
    padding: calc(30px + 3vw) 0 100px;
    text-align: center;
    z-index: -3;
}
header.page-header.archive-grid-hero h1 {
    font-size: 4em;
    font-family: 'Cormorant', serif;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: 0.02em;
}
header.page-header.archive-grid-hero .hero-description {
    max-width: 900px;
    margin: 15px auto 50px;
}

body.outreach header.page-header.archive-grid-hero { background: #6e9b05; }
body.outreach header.page-header.archive-grid-hero h1 { color: #FFFFFF; }

.archive-grid .archive-card.ministries .post-thumbnail:after, 
.archive-grid .archive-card.outreach .post-thumbnail:after { display: none; }

.more-articles.grid-layout { margin-top: 20px; overflow: inherit; }
.more-articles.grid-layout:before { display: none; }


.archive-grid.flex {
    align-items: inherit;
    padding: 30px 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -150px;
    position: relative;
    z-index: 9;
}
.archive-grid.flex>* {
    margin: 10px;
    flex: 1 0 calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
}

/* Sections */
.section-area {
    padding: calc(30px + 3vw) 0;
    border-bottom: 1px solid #efefef;
}
.section-area .flex { align-items: inherit; }
.section-area:nth-child(odd) {
    background: #fbfbfa;
}
.section-area h3 {
    color: #43226a;
    font-size: 2em;
    line-height: 1em;
    font-weight: 500;
    width: 80%;
    margin: 0;
}

body.single .section-area { padding: calc(2vw + 5px) 0; }
body.single .section-area h3 { margin-top: 0; }

.section-area blockquote {
    background: #FFFFFF;
    margin: 25px auto;
    padding: 35px 50px;
    border-radius: 0;
    clear: both;
    border: 1px solid #e5e3dc;
}
.section-area blockquote h3, 
.section-area blockquote h4 {
    color: #528c39;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
    margin: 0 0 25px;
}

/* =About
-------------------------------------------------------------- */
body.about header.page-header.overlap { margin-bottom: 0; }
body.about .home-feature { background: transparent; border: none; }
body.about .home-feature.welcome {
    border-bottom: 1px solid #eae6db;
    background: #f4f3f0;
    color: #1e1c20;
}
.home-feature.welcome .featured-description { flex: 2; }
.home-feature.welcome .featured-description .entry-content { 
    max-width: 100%;
}

/* =People
-------------------------------------------------------------- */
body.people header.page-header.archive-grid-hero.facility-hero { background: #214075;}
header.page-header.archive-grid-hero.facility-hero h1 { color: #fcdc99; }

/* Carousel */
.overlap-carousel .owl-carousel {
    margin-top: -175px;
}

/* Staff */
.staff { 
    padding: calc(30px + 3vw) 0;
    overflow: hidden;
    position: relative; 
}
.staff:before {
    content: '';
    background: #DDD9CE;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 60px;
    left: 15%;
}
.staff h2 {
    background: #FFFFFF;
    display: table;
    color: #373737;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0;
    font-size: 0.9em;
    line-height: 1.2em;
    padding-right: 15px;
}
.staff .entry-content {
    font-weight: 300;
    margin: 20px 0 25px;
}
.staff .members.flex { align-items: inherit; width: calc(100% + 20px); margin-left: -10px; }
.staff .members.flex>* { 
    flex: 1 0 33.3%;
    width: 33.3%;
    max-width: 33.3%;
    padding: 10px;
}
.staff .headshot { height: 350px; }


/* Members */
.headshot { height: 400px; overflow: hidden; position: relative; }
.headshot img { object-fit: cover; object-position: center; height: 100%; width: 100%; }
.member-details {
    padding: 15px 25px;
    border: 1px solid #EDEDED;
    border-top: none;
}
.member-details span.title {  
    font-size: 0.8em;
    font-weight: 300; 
    text-transform: uppercase;
    margin: 0;
    display: block;
 }
.member-details h4 { 
    font-size: 1.75em;
    font-weight: 300; 
    margin: 5px 0; 
}
.member-details .position {
    color: #435615;
    font-size: 1.1em;
    margin: 10px 0 5px;
}


.people-section span.title {
    margin-top: -25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    max-width: 200px;
    background: #FFFFFF;
}

/* Additional */
.additional { 
    border-top: 1px solid #ebeae2;
    border-bottom: 1px solid #ebeae2;
    padding: calc(30px + 3vw) 0 175px;
    margin-bottom: -125px;
}
.additional .container.flex { align-items: inherit; }
.additional .container.flex>* { padding: 0 3vw; }
.additional .container.flex .vestry-col:first-of-type { padding-left: 0; }
.additional .container.flex .vestry-col:last-of-type { padding-right: 0; }
.vestry-col h4 {
    color: #43226a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 20px;
}


/* =404
-------------------------------------------------------------- */
.error-404 {
	padding: 5vw 0;
	text-align: center;
}
.error-404 h1 {
    margin: 0 auto;
    font-size: 10em;
    text-transform: uppercase;
    color: #c6bda2;
}
.error-404 a.large-cta { margin: 25px auto; }


/* =Footer
-------------------------------------------------------------- */
footer.site-footer { 
	background: #f4f3f0;
    color: #5e5a4e;
    position: relative;
    padding: calc(30px + 3vw) 0 0; 
    margin-top: 135px;
}
footer.site-footer .footer-socials { 
	max-width: 150px;
	margin: 0 auto 10px;
	font-size: 1.25em; 
}

.footer-main {
    background: #43226a;
    color: #FFFFFF;
	margin-top: -150px;
	overflow: hidden;
	text-align: center;
    position: relative;
    z-index: 9;
}

.footer-main.flex { align-items: center; }

.footer-image { display: flex; flex: 3;}
.footer-image .footer-column.icon { flex: 1; }
.footer-image .footer-column.image { flex: 3; }

.footer-main img { object-fit: cover; object-position: center; width: 100%; height: 100%; }

.icon-icon {  
    background: #6e9b05; 
    height: 150px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.icon-img { height: 270px; position: relative; }
.icon-img img { height: 270px; }
img.icon { width: 100px; }

.footer-location {
    flex: 2;
    width: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-location .monospace {
    font-size: 1.25em;
    color: #d1b9ec;
    margin: 0 auto 15px;
}
.footer-location h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-size: 1.75em;
    line-height: 1.2em;
    margin: 0 auto;
}
.footer-location h4 a{ color: #F5F6F7; }
.footer-location h4 a:hover { color: #8cb824; }
.footer-location .phone { 
    color: #f5f2e4; }
.footer-location .hours {
    color: #f5f2e4;
    font-weight: 300;
    font-size: 0.95em;
    line-height: 1.6em;
    margin: 10px auto;
}
.footer-location .socials { 
    max-width: auto; 
    font-size: 1.5em; 
    text-align: center;
    margin: 25px auto 10px; 
}
.footer-location .socials.flex { justify-content: center; }
.footer-location .socials.flex>* { flex: inherit; margin: 0 10px; }
.footer-location .socials a {
    color: #8cb824;
}
.footer-location .socials a:hover { color: #FFFFFF; }

/* Footer Navigation */
.footer-section { 
    padding: 50px 0 25px; 
}
.footer-section .footer-nav {
    display: flex;
    align-items: inherit;
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.footer-section .footer-nav:last-of-type { border-bottom: none; }
.footer-nav .nav-title { flex: 1; margin-right: 15px; }
.footer-nav .nav-title a {
	color: #42226a;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.footer-section .footer-nav ul,
.footer-section .footer-nav .menu-footer-container { flex: 4; }
.footer-nav ul { 
    display: flex; 
    flex-wrap: wrap;
}
.footer-nav li { 
    padding: 0;
    margin: 0 0 5px;
    flex: 1 0 25%;
    width: 25%;
    max-width: 25%;
}
.footer-nav li a {
    font-size: 0.95em;
    line-height: 1.15em;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

/* Sponsors */
.sponsors-grid { width: 100%; margin: 0 auto 15px; justify-content: center; }
.sponsors-grid>* {
    flex: initial;
    padding: 25px 2vw;
}
.sponsors-grid img { width: auto; max-height: 40px; }
.sponsors-grid>*:nth-child(2) img { max-height: 70px; }
.sponsors-grid>*:nth-child(4) img { max-height: 50px; }

/* Copyright */
footer.site-footer .copyright { font-size: 0.9em; line-height: 1.5em; opacity: 0.5; }
footer.site-footer .site-info { 
    background: #fbfaf7;
    font-size: 0.85em; 
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 30px 0 20px;
    text-align: center;
}
footer.site-footer .site-info a { color: inherit; }
footer.site-footer .site-info span br { display: none; }


/* =Mobile (Media Queries)
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
    /* Header */
    .header-details span { display: none; }

    /* Home */
    .hero-title { font-size: 3em; }
    .home-hero:before {
        background: linear-gradient(12deg, rgb(0 0 0) 0%,rgb(81 71 71 / 41%) 100%);
    }

    /* People */
    .members.flex>* { flex: 1 0 50%; width: 50%; max-width: 50%; }

	/* Single */
    header.single-header .view-all { left: 0;}

    .back-to-news a i { margin-left: 0; }
    body.single article.post h1.entry-title { width: 100%; font-size: 2.5em; }

    /* Archive */
    .archive-grid.flex>* {
        margin: 10px;
        flex: 1 0  calc(50% - 20px);
        width:     calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .archive-list .post-thumbnail { flex: 3; }
    .archive-list .entry-content h2 { font-size: 2em; line-height: 1em; margin-bottom: 25px; }

    header.bulletin-header h1, article.bulletin-list h2 { font-size: 3em; }

    /* Footer */
    .footer-image { flex: 2; }
    .footer-location h4 { font-size: 1.5em; }

}   
@media only screen and (max-width: 850px) {
    .header-details .socials.flex { display: none; }

	/* Mobile Nav */
    header#masthead .container { width: 100%; }
    header#masthead .site-branding.flex { padding: 0 5vw; }
	header#masthead ul.menu { float: none; padding: 0; }
    button.menu-toggle {
    	display: block;
        width: 100%;
        border: none;
        border-radius: 0;
        color: #FFFFFF;
        background: #42226a;
        padding: 18px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    button.menu-toggle i { margin-left: 5px; }
    .menu-main-navigation-container { display: none; }
    nav.toggled .menu-main-navigation-container { display: block; }
    .main-navigation.toggled ul { background: #301155; margin: 0;}
    .main-navigation.toggled ul li {
        text-align: center;
    }
    header#masthead ul.menu li a {
    	font-size: 0.9em;
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    	text-align: center; 
    }
	header#masthead ul.menu li a { color: #FFFFFF; }
    header#masthead .main-navigation ul.sub-menu { width: 100%;}
    header#masthead .main-navigation ul li:hover > ul, 
    header#masthead .main-navigation ul li.focus > ul{
        display: block;
        background: #1e0c31;
        position: relative;
        width: 100%;
        top: auto;
        float: none;
        box-shadow: none;
    }
    header#masthead .main-navigation ul li ul li { border: none; }
    header#masthead .main-navigation ul.sub-menu li a { 
    	color: #FFFFFF;
        background: #1e0c31;
    }
    header#masthead .main-navigation ul.sub-menu li a:hover { color: #8cb824; }

    /* Home */
    .home-feature.history {
        padding: 300px 0 150px;
        background-position: top center !important;
        background-size: cover !important;
    }
    .home-feature.history:before {
        content: '';
        background:    -moz-linear-gradient(0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.2) 100%);
        background:         linear-gradient(0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.2) 100%);
    }
    .home-feature.history .featured-description h3 { width: 100%; font-size: 3em; }

    .home-feature .container.flex { flex-direction: column-reverse; }
    .home-feature .featured-description { padding: 30px 0 0; }
    .featured-description .entry-content { font-size: 1em; }

    /* Archive */
    body.archive header.single-header.entry-header { margin-bottom: 0; }
    .archive-list-container .container { width: 100%; }
	.archive-list .container.flex { display: block; width: 100%; }
	.archive-list .entry-content h2 { margin-bottom: 15px; }
	.archive-list .archive-image { margin: 0 auto; height: 250px; min-height: 250px; }
	.archive-list .entry-content { padding: 30px 5vw 15px; }
	.archive-list { padding: 0 0 50px; border: none; }

    header.page-header.archive-grid-hero .hero-description { font-size: 1em; line-height: 1.6em; padding: 0 5vw; }

    /* People */
    .members-carousel .headshot,
    .members-carousel .headshot img { height: 350px; }
    .members-carousel { margin-bottom: 35px; }
    .staff:before { top: 40px; }
    .people-section span.title { margin: 0 0 25px; }
    .additional .container.flex>*,
    .staff .members.flex>* {
         flex: 1 0 50%;
            width: 50%;
        max-width: 50%; }
    .staff .headshot { height: 250px; }
    .additional .container.flex>*,
    .additional .container.flex .vestry-col:last-of-type { padding: 0 }
    .vestry-col .entry-content { padding-right: 3vw; line-height: 1.5em; }

    /* News */
    body.blog .article.archive-list { padding: 0; }
    article.archive-list.section-area .container.small { width: 100%; }
    article.archive-list.section-area .entry-content h3 { font-size: 2em; }
    .archive-list .entry-content { padding: 30px; }

    header.single-header h1.entry-title { padding-left: 35px; }

    /* Single */
    .section-area { padding: 30px 0; }
    .section-area h3 { font-size: 2em; line-height: 1.2em; font-weight: 400; width: 100%; }

    /* Bulletins */
    article.bulletin-list .container.flex { flex-direction: column; }
    article.bulletin-list .container.flex>* { flex: 1 0 100%; width: 100%; max-width: 100%; }
    article.bulletin-list h2 { width: 100%; }
    article.bulletin-list .cta-buttons { flex-direction: row; align-items: inherit; justify-content: flex-start; padding: 0; }
    article.bulletin-list .cta-buttons a.large-cta,
    article.bulletin-list .cta-buttons a.list-cta { margin: 0 15px 0 0 !important; }

    header.bulletin-header h2.service-date, article.bulletin-list h4 { font-size: 1em; text-align: left; margin: 25px 0 15px; }
    header.bulletin-header h1, article.bulletin-list h2 { text-align: left; margin: 15px 0 25px; }
    .service-description.flex { flex-direction: column; text-align: left; margin-bottom: 25px; }
    .service-description.flex>* { margin-bottom: 15px; }
    header.bulletin-header .cta-buttons { margin: 0 !important }

    /* Donations */
    .donation-description { padding: 30px; }
    .donation-image,.donation-image img { height: 250px; }
    .donation-description a.large-cta { display: block; }

    /* About */
    .gallery-carousel.overlap { margin-bottom: 50px; }
    .gallery-image, .gallery-image img { height: 400px; }
    .facility-section { padding: 0; }
    .facility-section .container { width: 100%; max-width: 100%; }
    .facility-section .flex { flex-direction: column-reverse; }
    .facility-section .flex>* { flex: 1 0 100%; }
    .facility-section .flex .facility-title { padding: 50px 5vw; }

	/* 404 */
	.error-404 { padding: 50px 5vw 100px; }
	.error-404 h1 { font-size: 5em; }

    /* Footer */
    .footer-main.flex { flex-direction: column-reverse; }
    .footer-section { flex-direction: column; }
    .icon-img img { height: 320px; }
    .footer-section .footer-nav { margin-bottom: 25px; padding-bottom: 25px; display: block; border-bottom: 1px solid rgba(0,0,0,0.1); }
    .footer-nav .nav-title { margin-bottom: 15px; }
    .footer-nav li { flex: 1 0 33.3%; width: 33.3%; max-width: 33.3%; padding-right: 10px; }
    .footer-nav li a { padding: 5px 0; }
}

@media only screen and (max-width: 680px) {
	h1 { font-size: 2.5em; }
	h2 { font-size: 2.25em; }
	h3 { font-size: 1.75em; margin: 35px 0 15px; }
	h4 { font-size: 1.5em; margin: 35px 0 15px; }

    header#masthead .site-branding.flex {
        flex-direction: row;
        align-items: center;
    }
    header#masthead .site-name { flex: 1; }
    .site-branding .main-icon { max-width: 75px; margin-right: 5vw; }

    .cta-buttons.flex a.large-cta { width: 100%; max-width: 350px; margin: 0 auto 5px; }

    /* Home */
    .home-hero .cta-buttons>* { margin-top: 10px; }

	/* Entry Content */
	.entry-content .alignleft,
	.entry-content .alignright { max-width: 100%; }
	.entry-content .aligncenter { width: 100%; }
	.entry-content .alignleft { margin-left: 0;  margin-right: 15px; margin-bottom: 15px; }
	.entry-content .alignright { margin-right: 0; margin-left: 15px; margin-bottom: 15px; }

	.entry-content .gallery { grid-gap: 5px; }
	.gallery-columns-4,
	.gallery-columns-5 { grid-template-columns: repeat(3,1fr); }
	blockquote { margin: 5px auto 25px; padding: 30px; }

	/* Single */
	article .entry-content { padding: 15px 0; }
    .section-area blockquote { padding: 30px 20px; font-size: 1em; line-height: 1.5em; }

    /* Footer */
    .footer-section { padding: 25px 0; }
    .footer-nav .nav-title { font-size: 1em; }
    .footer-nav li { flex: 1 0 50%; width: 50%; max-width: 50%; padding-right: 3vw; }
    .footer-nav li a { padding: 5px 15px 5px 0; }
    footer.site-footer .site-info  { padding: 35px 0 20px; }
    footer.site-footer .connection-title { width: 80%; margin: 0 auto; }
    .sponsors-grid { padding: 15px 0; }
    .sponsors-grid>* { padding: 10px 5vw; }
}
@media only screen and (max-width: 520px) {
    body { font-size: 16px; line-height: 1.6em; }
	blockquote { padding: 15px 5vw; }

    a.large-cta, .large-cta, a.list-cta, .list-cta { padding: 15px 45px; line-height: 1.3em; }

    h1.site-title { font-size: 1.25em; }
    .site-name span.tagline { font-size: 0.8em; line-height: 1.15em; display: block; margin: 5px 0 0; }

    /* Home */
    .hero-title { font-size: 3em; }
    .homepage-map { display: none; }
    .home-feature.history .featured-description h3 { font-size: 2.5em; }
    .home-feature.history { background-size: 110% auto !important; background-attachment: scroll !important; }

    /* Single */
    header.page-header.archive-grid-hero .hero-description { line-height: 1.5em; font-weight: 400; }
    .card-carousel.archive-card .entry-content h4 { font-size: 1.6em; }
    .section-area h3 { font-size: 1.5em; line-height: 1.2em; font-weight: 400; width: 100%; } 

    header.page-header.archive-grid-hero.facility-hero h1 { font-size: 3em; margin: 5px auto; }

    header.bulletin-header h1, article.bulletin-list h2 { font-size: 2.5em; }


	/* Entry Content */
    body.single article.post h1.entry-title { font-size: 2.25em; }
    .entry-content ul { padding-left: 10px; }
    .entry-content li { margin-left: 5px; margin-bottom: 5px; }
	.gallery-columns-3,
	.gallery-columns-4,
	.gallery-columns-5 { grid-template-columns: repeat(2,1fr); }
	.entry-content .gallery { grid-gap: 8px; }

    /* People */
    .staff { padding: 30px 0; }
    .staff .members.flex { width: 100%; margin: 0 auto; }
    .additional .container.flex>*,
    .staff .members.flex>* { 
        flex: 1 0 100%; 
        width: 100%; 
        max-width: 100%; 
        padding: 15px 0 25px !important;
    }
    .vestry-col .entry-content { font-size: 1em; line-height: 1.6em; }

	/* Archive */
	.archive-list .archive-image { height: 220px; min-height: 220px; } 
    .archive-grid.flex>* {
        margin: 5px 10px;
        flex: 1 0  calc(100% - 20px);
        width:     calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .section-area .entry-content .alignleft,
    .section-area .entry-content .alignright {
        margin: 10px 0 15px;
        width: auto;
        max-width: 100%;
        height: auto;
        float: none;
        display: block;
        max-height: 150px;
    }

    header.bulletin-header .cta-buttons.flex { display: block; }
    header.bulletin-header .cta-buttons.flex>* { margin: 0 0 10px !important; }

    article.bulletin-list { padding: 30px 0; }
    article.bulletin-list .cta-buttons { display: block; }
    article.bulletin-list .cta-buttons a.large-cta,
    article.bulletin-list .cta-buttons a.list-cta { display: table; min-width: 350px; margin: 0 0 10px !important; }

    /* Footer */
    .footer-location h4 { font-size: 1.5em; }
    .footer-location { padding: 40px; }
    .footer-image .footer-column.icon { flex: 1; display: flex; flex-direction: column; }
    .footer-image .footer-column.image { flex: 2; }
    img.icon { width: auto; max-height: 75px; margin: 10px; }
    .icon-img img { height: 190px; }
    .footer-image { max-height: 300px; }

}

