html, body {
	background: #fff;
	padding: 0px;
	margin: 0px;
	color: #401a08;
	font-family: 'Lustria', serif;
	font-size: 1em;
	line-height: 1.8em;
}

* {
	box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.box_shadow {
  	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.5); /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.5); /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

a {
	text-decoration: none;
	outline: none;
}

@keyframes slideshow-zoom {
	0% { transform: scale(1.0, 1.0); }
	100% { transform: scale(1.18, 1.18); }
}


#slideshow-block {
	max-width:1150px;
	width: calc(100% - 40px);
	height: 600px;
	background: #fff;
	margin:0px auto 10px auto;
	box-sizing: border-box;
	border: 15px solid #fff;
	overflow: hidden;
}

@supports (aspect-ratio: 1.77) {
	#slideshow-block {
		aspect-ratio: 1.77;
		height: auto;
	}
}

#slideshow-block img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-name: slideshow-zoom;
}

#slideshow-block a:first-child {
	display: none !important;
}

form#Form1 {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

div#networkBanner {display:none;}

div#header {
	padding: 30px 0px;
	text-align: center;
	background: #f3f2ef;
}
div#header h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: .25em;
	line-height: 1.25em;
}
div#header h1 a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
div#header h2 {
	font-size: 21px;
	letter-spacing: .2em;
	font-weight: normal;
}
div#navigation ul { 
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center; 
}

div#navigation li {
	font-size: 14px;
	list-style: none;
	display: inline;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	}
div#navigation li a {
	margin: 0px 20px;
	text-decoration: none;
	color: #786548;
	}
div#navigation li a:hover,
div#navigation li a:focus { color: #260F04; 
	}
div#navigation li a:active { color: #260F04; 
	}
div#navigation li.active a {
	color: #260F04;
	border-bottom: 1px solid #260F04;
	}

div#wrapper {
	max-width: 1100px;
	flex-grow: 1;
	width: calc(100% - 60px);
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
}

div#wrapper .sub-section {
	margin-top: 35px;
}

div#wrapper .sub-section:first-child {
	margin-top: 0px;
}

div#content { 
	width: 100% 
}

div#content h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1em;
}

div#content h1:first-child {
	margin-top: 0px;
}

div#content h1 + h2 {
	margin-top: 0px;
}

div#content div + h2,
div#content p + h2 {
	margin-top: 1.75em;
}

div#content div + h3,
div#content p + h3 {
	margin-top: 1.5em;
}

div#sidebar { 
	display: none;
	/* width: 300px; 
	float:right; */
}

div#sidebar h2:first-child {
	margin-top: 0px;
}

div#footer { 
	background: url();
	margin-top: 40px;
	height: 80px;
	text-align: center;
}
.copyright {
	color: #786548;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.copyright a { color: #260F04; }
#imageContainer { 
	background: #fff;
	margin-left: -5px;
	margin-right: -5px;
}
#imageContainer > div {
	display: inline;
}
#imageContainer:before, #imageContainer:after {
	display: table;
	content: '';
}
#imageContainer:after {
	clear: both;
}

.videoContainer {
	margin-bottom: 30px;
}

.galleryTitle {
	text-align: center;
}

.am-wrapper{
	float: left;
	position: relative;
	overflow: hidden;
}
.am-wrapper img{
	position: absolute;
	outline: none;
}
.am-wrapper .playIconSm {
	bottom: 0px;
	right: 0px;
}
#image-viewer {
	background: #000000dd;
    padding: 50px;
	padding-top: 65px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    z-index: 50;
}
#image-viewer-close {
	position: absolute;
	display: block;
	left: 50%;
	top: 0px;
	margin-left: -75px;
	width: 150px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	z-index: 5000;
	color: white;
	text-decoration: none;
}
#image-viewer-left,
#image-viewer-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5vw;
	height: 5vw;
	max-width: 48px;
	max-height: 48px;
	z-index: 5000;
}
#image-viewer-left {
	left: 12px;
}
#image-viewer-right {
	transform: translateY(-50%) scale(-1.0, 1.0);
	right: 12px;
}
#image-viewer-container {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}
#image-viewer-container > img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.callout {
	width: 45%;
	font-size: 1.6em;
	float: left;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	background: url(images/callout-quotes.png) no-repeat top left;
	background-size: 100% 100%;
	margin-right: 10px;
	color: #766;
}

form fieldset {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	border: none;
	outline: none;
	padding: 0px;
	box-sizing: border-box;
	}
form fieldset.form-actions {
	margin: 0px 0px 15px;
	text-align: center;
	}
form fieldset label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	}
form fieldset.check label {
	display: inline;
	font-weight: normal;
	}
form fieldset.radio ul li label {
	display: inline;
	font-weight: normal;
	}
form fieldset input.form-text,
form fieldset textarea {
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
form fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
	}
form fieldset textarea {
	height: 150px;
	}
form fieldset select {
	min-width: 25%;
	margin: 0;
	}
form fieldset.radio ul {
	margin-top: 5px;
	}
form fieldset.radio ul li {
	margin: 0 0 5px 0;
	}
form fieldset.radio ul li:last-child {
	margin: 0;
	}
form fieldset p.form-help {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #999;
	}
form input[type="submit"] {
	margin: 0px auto;
	margin-top: 15px;
	padding: 5px 30px;
	font-size: 1em;
	-webkit-appearance:  button;
	color:  black;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	}
form input[type="submit"]:hover,
form input[type="submit"]:focus {
	border: 1px solid #bbb;
	background: #e5e5e5;
	}
form input[type="submit"]:active {
	border: 1px solid #ccc;
	background: #eee;
	}				
.commentList { 
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.commentList li {
	border-bottom: 1px solid #ccc;
	list-style: none;
	padding: 10px 15px 10px 15px;
}
.commentList li p { margin: 0px; }

#commentForm {
	position: relative;
}

#commentForm fieldset {
	opacity: 1;
	transition: opacity .4s ease-in-out;
	pointer-events: auto;
}

#commentForm #form-submission {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity .4s ease-in-out;
	pointer-events: none;
}

#commentForm.submitted #form-submission {
	pointer-events: unset;
}

#commentForm.submitted fieldset {
	opacity: 0;
	pointer-events: none;
}

#commentForm.submitted #form-submission {
	opacity: 1;
}

#commentForm .all-tributes-button {
	display: block;
	margin: 0px auto;
	margin-top: 15px;
	padding: 5px 30px;
	font-size: 14px;
	-webkit-appearance:  button;
	color:  black;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

#main-verse {
	line-height: 1.35em;
	font-weight: normal;
	position: relative;
}
#main-verse:after {
	content: "Romans 8:28 (NIV)";
    position: absolute;
    bottom: -50px;
    right: 0px;
    text-align: right;
    font-size: 24px;
	max-width: 750px;
	margin: auto;
}

@media (max-width: 450px) {
	#main-verse {
		font-size: 21px;
	}

	#main-verse:after {
		font-size: 19px;
	}
}

@media only screen and (max-width: 900px) {
	div#content, div#sidebar  {
		width: 100%;
		float: none;
	}

	div#sidebar {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 667px) {
	#slideshow-block img[src="images/header-biography.jpg"] {
		transform: translateX(-35%);
	}
}

@media only screen and (max-width: 400px) {
	#slideshow-block img[src="images/header-biography.jpg"] {
		transform: translateX(-30%);
	}

	#slideshow-block img[src="images/header-memories.jpg"] {
		transform: translateX(-45%);
	}
}

form[action="./tributes.aspx"] #wrapper {
	display: flex;
	justify-content: space-between;
}

form[action="./tributes.aspx"] #content {
	width: calc(65% - 15px);
}

form[action="./tributes.aspx"] #tribute-form {
	width: calc(35% - 15px);
}

form[action="./tributes.aspx"] #content p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

form[action="./tributes.aspx"] #content p > i {
	display: inline-block;
	line-height: 1.5em;
}

form[action="./tributes.aspx"] #content p > br {
	display: block;
    margin-top: 0.45em;
    content: "";
}

@media (max-width: 950px) {
	form[action="./tributes.aspx"] #wrapper {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}

	form[action="./tributes.aspx"] #tribute-form {
		order: 1;
		width: 100%;
	}

	form[action="./tributes.aspx"] #tribute-form h2 {
		margin-top: 30px;
	}

	form[action="./tributes.aspx"] #content {
		order: 0;
		width: 100%;
	}
}

form[action="./media.aspx"] img#pat-news {
	height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 35%;
}

.list {
	list-style: none;
	padding: 0;
	margin-top: 35px;
}

.list li {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	border-radius: 4px;
}

.list li:first-child {
	padding-top: 0px;
}

.list li.header {
	font-size: 20px;
}

.list li.unpublished {
	font-style: italic;
}

.list li:nth-child(even) {
	background-color: #f8f8f8;
}

.list li > span {
	display: block;
}

.list li > span:nth-child(1) {
	width: 43%;
	padding-right: 25px;
	padding-left: 15px;
}

.list li > span:nth-child(2) {
	width: 37%
}

.list li > span:nth-child(3) {
	width: 20%;
	padding-right: 15px;
}

#mc-donation-container {
	width: 100%;
}

#mc-donation {
	width: 100%;
	height: 1475px;
	border: none;
}

@media (max-width: 828px) {
	#mc-donation {
		height: 1630px;
	}
}

@media (max-width: 560px) {
	#mc-donation {
		height: 1700px;
	}
}

@media (max-width: 350px) {
	#mc-donation {
		height: 1770px;
	}
}

iframe.videoplayer {
	outline: none;
    border: 15px solid white;
    width: calc(100% - 80px);
    max-width: 1120px;
    aspect-ratio: 1.7777;
}

.headshots {
	display: flex
}

.headshots > div {
	margin-right: 30px;
}

.headshots img {
	display: block;
	height: 28vw;
	max-height: 400px;
}

.headshots .download-text {
	margin-top: 5px;
}

.headshots .download-text span {
	display: inline
}

@media (max-width: 780px) {
	.headshots .download-text span {
		display: none;
	}
}

.collapsible-section {
	margin-top: 42px;
}

.collapsible-section .expand-collapse-action {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}

.collapsible-section .expand-collapse-action:before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: -6px;
    left: -2px;
    transform: scaleX(-1) rotate(-90deg);
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0, 0, 48, 48\" style=\"fill:%23401a08;\"><path d=\"M21.2 45.2 0 24 21.2 2.8l4 4.05L8.05 24 25.2 41.15Z\"/></svg>");
	background-size: contain;
}

.collapsible-section.collapsed .expand-collapse-action:before {
	top: 0px;
	left: -11px;
	transform: scaleX(-1);
}

.collapsible-section.collapsed .expand-collapse-wrapper {
	height: 0px;
	overflow: hidden;
}

.scholarship-donation-button {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.scholarship-donation-button a {
	display: inline-block;
    padding: 12px 40px;
    background-color: #0279b9;
    text-align: center;
    border-radius: 8px;
    text-transform: capitalize;
    font-family: proximanova-semibold, sans-serif;
    color: white;
    font-size: 19px;
	transition: background-color 0.15s ease-in-out;
	cursor: pointer;
}

.scholarship-donation-button a:hover {
	background-color: #0296e6;
}

#scholarship-verse {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 45px;
	font-family: 'Lustria';
	text-align: center;
	display: flex;
	flex-direction: column;
}

#scholarship-verse span:nth-child(1) {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

#scholarship-verse span:nth-child(2) {
	font-size: 19px;
}
