@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap");

/*
	TXT by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #f2f5f3;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		color: #1F2E4A;
		font-size: 13pt;
		line-height: 2em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Cormorant Garamond', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #1F2E4A;
		margin: 0 0 0.5em 0;
		line-height: 1.3;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		color: inherit;
	}

	h2 {
		font-size: 1.65em;
	}

		h2.major {
			position: relative;
			border-top: solid 5px #e7eae8;
			font-size: 1.65em;
			text-align: center;
			margin: 0 0 3em 0;
			top: 0.775em;
		}

			h2.major span {
				background: #fff;
				position: relative;
				display: inline-block;
				top: -0.775em;
				padding: 0 1.25em 0 1.25em;
			}

	h3, h4 {
		font-size: 1.25em;
	}

	a {
		color: #006376;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	b, strong {
		font-weight: 700;
		color: #1F2E4A;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 2px #E7EAE8;
		margin: 0 0 3em 0;
	}

	blockquote {
		border-left: solid 5px #E7EAE8;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 3em;
	}

/* Section/Article */

	section, article {
		margin-bottom: 6em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	header > p {
		display: block;
		font-family: 'Cormorant Garamond', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #D8D2C5;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 64em;
	}

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

			.container {
				width: 75em;
			}

		}

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

			.container {
				width: calc(100% - 100px);
			}

		}

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

			.container {
				width: calc(100% - 100px);
			}

		}

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

			.container {
				width: calc(100% - 40px);
			}

		}

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

			.container {
				width: calc(100% - 30px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -3.75px;
					margin-left: -3.75px;
				}

					.row.gtr-25 > * {
						padding: 3.75px 0 0 3.75px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -3.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 3.75px;
						}

				.row.gtr-50 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-50 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-uniform > * {
							padding-top: 15px;
						}

				.row.gtr-150 {
					margin-top: -22.5px;
					margin-left: -22.5px;
				}

					.row.gtr-150 > * {
						padding: 22.5px 0 0 22.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -22.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 22.5px;
						}

				.row.gtr-200 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-200 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 30px;
						}

		}

/* Image */

	.image {
		position: relative;
		display: inline-block;
		border-radius: 8px;
	}

		.image img {
			display: block;
			width: 100%;
			border-radius: 8px;
		}

		.image:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png");
			border-radius: 8px;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-webkit-appearance: none;
		-moz-appearance: none;
    	appearance: none;
		display: inline-block;
		font-family: 'Cormorant Garamond', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		background: #A8894F;
		color: #fff;
		border: 0;
		line-height: 1em;
		border-radius: 8px;
		outline: 0;
		cursor: pointer;
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
		font-size: 1.25em;
		padding: 0.85em 1.85em;
		text-align: center;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #D8D2C5;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #A8894F;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #D8D2C5;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #ccd5d0;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #b1bab5;
			}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1.65em;
		}
		/* Force normal page buttons to stay gold */
		#main .button,
		#main input[type="button"],
		#main input[type="submit"],
		#main input[type="reset"],
		#main button {
  			background: var(--mcf-gold) !important;
  			color: #ffffff !important;
  			border: 2px solid var(--mcf-gold) !important;
		}

		#main .button:hover,
		#main input[type="button"]:hover,
		#main input[type="submit"]:hover,
		#main input[type="reset"]:hover,
		#main button:hover {
		  background: #8F7443 !important;
		  border-color: #8F7443 !important;
		  color: #ffffff !important;
		}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided > li {
			border-top: solid 2px #e7eae8;
			padding-top: 2.35em;
			margin-top: 2.35em;
			padding-left: 0;
		}

			ul.divided > li:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
		text-align: center;
		margin: 2em 0 0 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 1em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Contact */

	ul.contact {
		list-style: none;
		padding-left: 0;
		cursor: default;
	}

		ul.contact li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			margin: 0 0.25em 0 0.25em;
			top: 0;
			padding-left: 0;
		}

			ul.contact li a {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				display: block;
				position: relative;
				width: 48px;
				height: 48px;
				border-radius: 6px;
				outline: 0;
				background: #D8D2C5;
				text-align: center;
			}

				ul.contact li a:before {
					color: #f2f5f3;
					font-size: 32px;
					line-height: 48px;
				}

			ul.contact li:hover {
				top: -5px;
			}

				ul.contact li:hover a.fa-facebook {
					background-color: #3C5A98;
				}

				ul.contact li:hover a.fa-twitter {
					background-color: #2DAAE4;
				}

				ul.contact li:hover a.fa-dribbble {
					background-color: #C4376B;
				}

				ul.contact li:hover a.fa-linkedin {
					background-color: #006599;
				}

				ul.contact li:hover a.fa-instagram {
					background-color: #2E5E86;
				}

				ul.contact li:hover a.fa-google-plus {
					background-color: #DA2713;
				}

			ul.contact li:active {
				top: 0;
			}

/* Special */

	ul.special {
		list-style: none;
		padding-left: 0;
		cursor: default;
		position: relative;
		margin: -2em 0 4em -2em;
	}

	ul.special li {
		transition: top .15s ease-in-out;
		position: relative;
		display: inline-block;
		top: 0;
		padding: 2em 0 0 2em;
	}

	ul.special li a {
		display: inline-block;
		position: relative;
		width: 8rem;            /* circle size */
		height: 8rem;
		border-radius: 100%;
		background: #D8D2C5;     /* circle color */
		text-align: center;
		text-decoration: none;
		outline: 0;
		transition: background-color .2s ease-in-out, transform .15s ease-in-out;
	}

	ul.special li a i {
		font-size: 3.25rem;      /* icon size */
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		vertical-align: middle;
	}

	ul.special li:hover {
		top: -1em;
	}

	ul.special li:hover a {
		background: #b9d2ce;
	}

	ul.special li a .label {
  		display: none;
	}

/* Meta */

	ul.meta {
		font-size: 0.85em;
		color: #a1aaa5;
		list-style: none;
		padding-left: 0;
	}

		ul.meta li {
			position: relative;
			display: inline-block;
			margin-left: 1em;
			padding-left: 0;
		}

			ul.meta li a {
				color: inherit;
				outline: 0;
			}

			ul.meta li:first-child {
				margin-left: 0;
			}

			ul.meta li:before {
				opacity: 0.5;
				cursor: default;
				margin-right: 0.5em;
			}

/* Menu */

	ul.menu {
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			border-left: solid 1px #E7EAE8;
			display: inline-block;
			padding: 0 0 0 0.75em;
			margin: 0 0 0 0.75em;
		}

			ul.menu li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

/* Forms */

	form label {
		display: block;
		margin: 0 0 1em 0;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #1F2E4A;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
    	appearance: none;
		display: block;
		width: 100%;
		border-radius: 8px;
		border: solid 2px #E7EAE8;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			border-color: #A8894F;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 3em;
		padding: 0 1em;
	}

	form textarea {
		min-height: 9em;
		padding: 1em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tr {
				border-top: solid 2px #E7EAE8;
			}

				table.default tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 0.5em 1em;
				margin: 0 0 1em 0;
				font-family: 'Lato', sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				color: #1F2E4A;
			}

			table.default thead {
				background: #E7EAE8;
				color: #fff;
			}

/* Box */

	.box.highlight {
		text-align: center;
	}

		.box.highlight h2 {
			font-size: 3em;
			margin: 0 0 0.25em 0;
		}

		.box.highlight header > p {
			font-size: 1.65em;
			margin: 0 0 1.5em 0;
		}

	.box.feature {
		text-align: center;
	}

	.box.post header {
		margin: 0 0 2.5em 0;
	}

	.box.post h3 {
		font-size: 3em;
		margin: 0 0 0.25em 0;
	}

	.box.post header > p {
		font-size: 1.65em;
		margin: 0 0 0.5em 0;
	}

	.box.post ul.meta {
		margin: 0 0 0.5em 0;
	}

	.box.post-summary h3 {
		line-height: 1em;
		margin: 0 0 0.75em 0;
	}

	.box.post-summary .meta {
		margin: 0;
		line-height: 1em;
	}

	.box.page-content header {
		margin: 0 0 2.5em 0;
	}

	.box.page-content h2 {
		font-size: 3em;
		margin: 0 0 0.5em 0;
	}

	.box.page-content header > p {
		font-size: 1.65em;
		margin: 0 0 0.5em 0;
	}

	.box.page-content ul.meta {
		margin: 0 0 0.5em 0;
	}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		}

	/* Remove the FA5 pseudo-element approach so it doesn't conflict with FA6 */
	.icon:before {
		content: none !important;
		}

	/* Accessibility label stays hidden */
	.icon > .label {
		display: none;
		}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		text-align: center;
		font-size: 2em;
		font-family: 'Cormorant Garamond', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding: 2em 0;
		background: #fff;
		margin: 0 auto;
	}

		#header .logo {
			position: relative;
			text-align: center;
			border-top: solid 5px #e7eae8;
			top: 0.65em;
		}

			#header .logo div {
				background: #fff;
				position: relative;
				display: inline-block;
				padding: 0 1.5em 0 1.5em;
				top: -0.65em;
			}

			#header .logo h1 {
				display: inline;
			}

			#header .logo p {
				display: inline;
				color: #D8D2C5;
			}

/* Nav */

	body {
		padding-top: 3.25em;
	}

	#nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: rgba(255, 255, 255, 0.95);
		background-image: url("images/overlay.png");
		width: 100%;
		height: 3.25em;
		line-height: 3.25em;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		cursor: default;
	}

		#nav ul {
			position: relative;
			z-index: 1001;
		}

		#nav li {
			display: inline-block;
			margin: 0 0.5em 0 0.5em;
			top: 0;
			position: relative;
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-o-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
		}

			#nav li > ul {
				display: none;
			}

			#nav li a, #nav li span {
				-moz-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				-webkit-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				-ms-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				transition: background-color .075s ease-in-out, color .075s ease-in-out;
				position: relative;
				display: block;
				text-decoration: none;
				color: #1F2E4A;
				top: -6px;
				padding: 6px 1.5em 0.25em 1.5em;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				outline: 0;
			}

			#nav li:hover, #nav li.active {
				top: 3px;
			}

			#nav li:hover a, #nav li:hover span {
				background: #D8D2C5;
				color: #fff;
			}

			#nav li.active a, #nav li.active span {
				background: #D8D2C5;
				color: #fff;
			}

			#nav li.current a {
				background: #A8894F;
				color: #fff;
			}

	.dropotron {
		list-style: none;
		background: #1F2E4A;
		color: #fff;
		border-radius: 6px;
		line-height: 2.75em;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding: 1em 0;
		text-align: left;
		min-width: 14em;
		margin-top: -1em;
		box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
	}

		.dropotron li {
			padding-left: 0;
		}

			.dropotron li > a, .dropotron li > span {
				display: block;
				color: #D7DAD8;
				text-decoration: none;
				padding: 0 1.25em;
			}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #fff;
				background: #7B8780;
			}

			.dropotron li.active > a, .dropotron li.active > span {
				color: #fff;
				background: #7B8780;
			}

			.dropotron li:first-child {
				border-top: 0;
			}

		.dropotron.level-0 {
			margin-top: 1em;
			font-size: 0.9em;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				left: 50%;
				margin-left: -1em;
				top: -0.65em;
				border-bottom: solid 1em #1F2E4A;
				border-left: solid 1em transparent;
				border-right: solid 1em transparent;
			}

/* Banner */

	#banner {
		position: relative;
		background-image: url("images/overlay.png"), url("images/overlay.png"), url("../../images/banner.jpg");
		background-position: top left, top left, center center;
		background-repeat: repeat, repeat, no-repeat;
		background-size: auto, auto, cover;
		z-index: 1;
		padding: 11em 0;
	}

		#banner .content {
			position: relative;
			background-color: rgba(21, 28, 23, 0.85);
			background-image: url("images/overlay.png"), url("images/highlight.png");
			background-position: top left, center center;
			background-size: auto, 100% 250%;
			background-repeat: repeat, no-repeat;
			text-align: center;
			margin: 0;
			padding: 4em 0 3.5em 0;
		}

			#banner .content h2 {
				color: #fff;
				font-size: 2.75em;
				margin: 0 0 0.5em 0;
			}

			#banner .content p {
				display: block;
				font-family: 'Cormorant Garamond', sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				color: #575d59;
				font-size: 1.35em;
				margin: 0 0 1.25em 0;
			}

			#banner .content .button {
				-moz-transition: border-color .2s ease-in-out, color .2s ease-in-out;
				-webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
				-ms-transition: border-color .2s ease-in-out, color .2s ease-in-out;
				transition: border-color .2s ease-in-out, color .2s ease-in-out;
				color: #b4b7b5;
				background: transparent !important;
				border: solid 4px #575d59;
				border-color: rgba(87, 93, 89, 0.35);
				font-size: 1.5em;
			}

				#banner .content .button:hover {
					color: #e4e7e5;
					border-color: rgba(87, 93, 89, 0.75);
				}

				#banner .content .button:active {
					color: #fff;
					border-color: #616763;
				}

/* Main */

	#main {
		background: #fff;
		border-top: solid 5px #A8894F;
		border-bottom: solid 5px #D8D2C5;
		border-top-width: 35px;
		border-bottom-width: 10px;
		padding: 6em 0 6em 0;
	}

/* Sidebar + Content */

	.sidebar h2.major {
		text-align: left;
		margin: 0 0 1.5em 0;
	}

		.sidebar h2.major span {
			padding-left: 0;
		}

/* Footer */

	#footer {
		text-align: center;
		padding: 8em 0 8em 0;
	}

		#footer a {
			color: inherit;
		}

		#footer h2.major {
			margin: 0 0 1.5em 0;
		}

			#footer h2.major span {
				background: #f2f5f3;
			}

/* Copyright */

	#copyright {
		display: inline-block;
		background: #e7eae8;
		padding: 0.75em 2em 0.75em 2em;
		border-radius: 8px;
		color: #8b9790;
		margin: 4em 0 0 0;
	}

		#copyright a {
			color: inherit;
		}

		#copyright .menu {
			margin: 0;
		}

			#copyright .menu li {
				border-color: #D8D2C5;
				border-width: 2px;
				line-height: 1em;
			}

/* XLarge */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.75em;
			}

	}

/* Large */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

		/* Special */

			ul.special li a:before {
				font-size: 60px;
			}

		/* Box */

			.box.highlight h2 {
				font-size: 2.5em;
			}

			.box.highlight header > p {
				font-size: 1.25em;
			}

			.box.post h3 {
				font-size: 2.5em;
			}

			.box.post header > p {
				font-size: 1.25em;
			}

		/* Header */

			#header {
				font-size: 1.5em;
			}

		/* Banner */

			#banner {
				padding: 6em 0;
			}

				#banner .content {
					padding: 4em 0 3em 0;
				}

					#banner .content h2 {
						margin: 0 0 0.65em 0;
					}

					#banner .content p {
						margin: 0 0 1em 0;
					}

		/* Main */

			#main {
				border-top-width: 20px;
				border-bottom-width: 10px;
			}

		/* Footer */

			#footer {
				padding: 6em 0 6em 0;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Box */

			.box br {
				display: none;
			}

		/* Header */

			#header {
				display: none;
			}

		/* Banner */

			#banner {
				padding: calc(14em + 44px) 0 14em 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Main */

			#main {
				border-top-width: 0;
			}

		/* Sidebar */

			.sidebar {
				border-top: solid 2px #e7eae8;
				padding-top: 50px;
			}

		/* Nav */

			body {
				padding-top: 44px;
			}

				body.homepage {
					padding-top: 0;
				}

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background-color: rgba(21, 38, 23, 0.8);
				background-image: url("images/overlay.png");
			}

				#titleBar .title {
					display: block;
					position: relative;
					font-family: 'Cormorant Garamond', sans-serif;
					font-weight: 700;
					text-transform: uppercase;
					font-size: 1.25em;
					line-height: 44px;
					color: #fff;
					z-index: 1000;
					text-align: center;
				}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					z-index: 1001;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						display: inline-block;
						text-decoration: none;
						position: absolute;
						left: 0;
						top: 0;
						background: #A8894F;
						width: 44px;
						height: 44px;
						content: '\f0c9';
						color: #fff;
						text-align: center;
						line-height: 44px;
						font-size: 20px;
					}

					#titleBar .toggle:active:before {
						background-color: #A8894F;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background-color: #353c37;
				background-image: url("images/overlay.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-image: url("images/overlay.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-image: url("images/overlay.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-image: url("images/overlay.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-repeat: repeat, no-repeat;
				background-size: auto, 100% 100%;
				font-family: 'Cormorant Garamond', sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				font-size: 1.25em;
				box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
			}

				#navPanel nav {
					position: relative;
					z-index: 1000;
				}

				#navPanel .link {
					display: block;
					color: inherit;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					padding: 0 1em 0 1em;
					color: #888;
					color: rgba(255, 255, 255, 0.5);
					border-top: solid 2px rgba(87, 93, 89, 0.15);
					font-size: 0.8em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			h2 {
				font-size: 1.25em;
			}

				h2.major {
					font-size: 1.25em;
					margin: 0 0 2em 0;
				}

					h2.major span {
						padding: 0 1em;
					}

		/* Section/Article */

			section, article {
				margin-bottom: 2em;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
			}

				input[type="button"].large,
				input[type="submit"].large,
				input[type="reset"].large,
				button.large,
				.button.large {
					font-size: 1.25em;
				}

		/* Actions */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Special */

			ul.special {
				margin: -0.75em 0 2em -0.75em;
			}

				ul.special li {
					padding: 0.75em 0 0 0.75em;
				}

					ul.special li a:before {
						font-size: 28px;
					}

		/* Box */

			.box.highlight h2 {
				font-size: 2em;
			}

			.box.highlight header > p {
				font-size: 1.25em;
			}

			.box.post h3 {
				font-size: 2em;
			}

			.box.post header > p {
				font-size: 1.25em;
			}

			.box.page-content h2 {
				font-size: 2em;
			}

			.box.page-content header > p {
				font-size: 1.25em;
			}

		/* Banner */

			#banner {
				padding: calc(6em + 44px) 0 6em 0;
			}

				#banner .content {
					padding: 4em 2.5em 3em 2.5em;
				}

					#banner .content h2 {
						font-size: 2em;
					}

					#banner .content p {
						font-size: 1.25em;
					}

		/* Main */

			#main {
				padding: 3em 0;
			}

		/* Sidebar */

			.sidebar {
				border-top: solid 2px #e7eae8;
				padding-top: 50px;
				margin-top: 30px;
			}

		/* Footer */

			#footer {
				padding: 3em 0;
			}

		/* Copyright */

			#copyright .menu li {
				display: block;
				border-left: 0;
				padding-left: 0;
				line-height: 1.75em;
			}

	}

/* Small */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 10pt;
			}

	}

:root {
  --mcf-navy: #1F2E4A;
  --mcf-gold: #A8894F;
  --mcf-warm: #D8D2C5;
  --mcf-offwhite: #F4F2EE;
  --mcf-charcoal: #22262E;
  --mcf-border: #E5E2DB;
}

/* Global background + text */
body {
  background: var(--mcf-offwhite) !important;
  color: var(--mcf-charcoal) !important;
}

hr {
  border-top-color: var(--mcf-border) !important;
}

blockquote {
  border-left-color: var(--mcf-gold) !important;
}

/* Links */
a {
  color: var(--mcf-navy) !important;
}
a:hover {
  color: var(--mcf-gold) !important;
  text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--mcf-navy) !important;
}

/* Header + Logo area */
#header {
  background: #fff !important;
}
#header .logo {
  border-top-color: var(--mcf-gold) !important;
}
#header .logo p {
  color: rgba(31, 46, 74, 0.55) !important;
}

/* Top Nav */
#nav {
  background-color: rgba(244, 242, 238, 0.95) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0, 0.5);
}
#nav li a,
#nav li span {
  color: var(--mcf-navy) !important;
}
#nav li:hover a {
	background: rgba(31,46, 74, 0.08) !important;
	color:#1F2E4A !important
}
#nav li:hover span,
#nav li.active a,
#nav li.active span {
  background: var(--mcf-navy) !important;
  color: #fff !important;
}
#nav li.current a {
  background: #A8894F !important;
  color: #ffffff !important;
  border-radius: 6px;
}

/* Dropdown menu */
.dropotron {
  background: var(--mcf-navy) !important;
}
.dropotron li > a,
.dropotron li > span {
  color: rgba(255, 255, 255, 0.85) !important;
}
.dropotron li:hover > a,
.dropotron li:hover > span,
.dropotron li.active > a,
.dropotron li.active > span {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}
.dropotron.level-0:before {
  border-bottom-color: var(--mcf-navy) !important;
}

/* Banner overlay + CTA */
#banner .content {
  background-color: rgba(31, 46, 74, 0.92) !important;
  padding: 5em 0 4em 0 !important;
}
#banner .content h2 {
   font-size: 3em !important;
  letter-spacing: 0.03em;
}
#banner .content p {
  color: rgba(255,255,255,0.75) !important;
  letter-spacing: 0.12em;
}
#banner .content .button {
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
#banner .content .button:hover {
  border-color: rgba(255, 255, 255, 0.75) !important;
  color: #fff !important;
}

/* Main section borders (removes template green) */
#main {
  border-top-color: var(--mcf-gold) !important;
  border-bottom-color: rgba(31, 46, 74, 0.35) !important;
}

/* Buttons */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  background: #1F2E4A !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  letter-spacing: 0.08em;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #A8894F !important;
  color: #1F2E4A !important;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background: #8F7443 !important;
  color: #ffffff !important;
}
.button.alt {
  background: rgba(31, 46, 74, 0.12) !important;
  color: var(--mcf-navy) !important;
}
.button.alt:hover {
  background: rgba(31, 46, 74, 0.18) !important;
}

/* Form fields */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border-color: var(--mcf-border) !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: var(--mcf-gold) !important;
  outline: none !important;
}

/* Tables */
table.default tr {
  border-top-color: var(--mcf-border) !important;
}
table.default thead {
  background: var(--mcf-navy) !important;
  color: #fff !important;
}
table.default th {
  color: #fff !important;
}

/* Footer */
#footer {
  background: transparent !important;
}
#footer h2.major span {
  background: var(--mcf-offwhite) !important;
}

/* Social icons */
ul.contact li a {
  background: rgba(31, 46, 74, 0.12) !important;
}
ul.contact li a:before {
  color: var(--mcf-navy) !important;
}
ul.contact li:hover a {
  background: var(--mcf-gold) !important;
}
ul.contact li:hover a:before {
  color: #fff !important;
}

/* Accent dividers in lists */
ul.divided > li {
  border-top-color: var(--mcf-border) !important;
}

body {
  background: #F4F2EE !important;
}

#main {
  background: #ffffff !important;
}

:root{
  --mcf-navy:#1F2E4A;
  --mcf-gold:#A8894F;
  --mcf-warm:#D8D2C5;
  --mcf-offwhite:#F4F2EE;
  --mcf-charcoal:#22262E;
  --mcf-border:#E5E2DB;
}

/* -----------------------------
   1) REMOVE DOTTED/BOXY TEXTURE
   ----------------------------- */

/* Kill overlay textures globally where they appear */
#nav,
#banner,
#banner .content,
#titleBar,
#navPanel,
.image:before {
  background-image: none !important;
}

/* If the template uses overlay.png on other blocks, this helps too */
body:before,
body:after,
#page-wrapper:before,
#page-wrapper:after {
  background-image: none !important;
}

/* Remove the image overlay filter */
.image:before {
  display: none !important;
}

/* -----------------------------
   2) PREMIUM BACKGROUND + TYPE
   ----------------------------- */

body{
  background: var(--mcf-offwhite) !important;
  color: var(--mcf-charcoal) !important;
}

h1,h2,h3,h4,h5,h6{
  color: var(--mcf-navy) !important;
  letter-spacing: 0.01em;
}

/* Make body copy feel more luxury (less “template”) */
p, li, label, input, textarea, select {
  color: rgba(34,38,46,0.92) !important;
}

/* -----------------------------
   3) PREMIUM NAV (CLEAN + GLASS)
   ----------------------------- */

#nav{
  background: rgba(244,242,238,0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(229,226,219,0.75);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

#nav li a,
#nav li span{
  color: var(--mcf-navy) !important;
}

/* Hover = soft navy tint */
#nav li:hover a,
#nav li:hover span{
  background: rgba(31,46,74,0.08) !important;
  color: var(--mcf-navy) !important;
}

/* Current tab = gold, but refined */
#nav li.current a{
  background: var(--mcf-gold) !important;
  color: #fff !important;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(168,137,79,0.25);
}

/* -----------------------------
   4) PREMIUM DIVIDERS (LESS “TEMPLATE”)
   ----------------------------- */

h2.major{
  border-top: none !important;
}

h2.major:before{
  content:"";
  display:block;
  width: 86px;
  height: 3px;
  margin: 0 auto 18px auto;
  background: linear-gradient(90deg, rgba(168,137,79,0), rgba(168,137,79,1), rgba(168,137,79,0));
}

/* If you want those long lines near the header text to be softer */
hr{
  border-top-color: rgba(229,226,219,1) !important;
}

/* -----------------------------
   5) PREMIUM BANNER (NO TEXTURE)
   - Removes dotted/boxy overlay
   - Adds a smooth gradient + vignette
   - Keeps background image but makes it upscale
   ----------------------------- */

#banner{
  /* Keep your image but remove overlay texture */
  background-image: url("../../images/banner.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}

/* Add premium gradient + subtle vignette ON TOP of the image */
#banner:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(80% 90% at 50% 30%, rgba(31,46,74,0.03), rgba(31,46,74,0.45)),
    linear-gradient(180deg, rgba(31,46,74,0.45), rgba(31,46,74,0.65));
  z-index: 0;
}

/* Remove the old dark box and make content “float” */
#banner .content{
  background: transparent !important;
  position: relative;
  z-index: 1;
  padding: 5.5em 0 4.75em 0 !important;
}

/* Banner text hierarchy */
#banner .content h2{
  color:#fff !important;
  font-size: 3.2em !important;
  letter-spacing: 0.05em;
  text-transform: none !important;
  margin-bottom: 0.55em !important;
}

/* Subhead */
#banner .content p{
  color: rgba(255,255,255,0.78) !important;
  letter-spacing: 0.12em;
  font-size: 1.1em !important;
}

/* Gold accent line under hero title (premium touch) */
#banner .content h2:after{
  content:"";
  display:block;
  width: 90px;
  height: 3px;
  margin: 18px auto 0 auto;
  background: var(--mcf-gold);
  border-radius: 2px;
  opacity: 0.95;
}
section .major span:after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin: 18px auto 0 auto;
  background: var(--mcf-gold);
  border-radius: 2px;
  opacity: 0.95;
}
/* -----------------------------
   6) PREMIUM BUTTONS (EXECUTIVE)
   ----------------------------- */

.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
button{
  background: transparent !important;
  border: 2px solid rgba(255,255,255,0.45) !important;
  color: rgba(255,255,255,0.92) !important;
  border-radius: 12px !important;
  padding: 0.95em 2.2em !important;
  letter-spacing: 0.12em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

/* Hover = gold border + slight lift */
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover{
  transform: translateY(-2px);
  border-color: rgba(168,137,79,0.85) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

/* Active = pressed */
.button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active{
  transform: translateY(0px);
  box-shadow: none;
}

/* Make alt buttons look premium too */
.button.alt{
  background: rgba(31,46,74,0.10) !important;
  border-color: rgba(31,46,74,0.20) !important;
  color: var(--mcf-navy) !important;
}

/* -----------------------------
   7) CARDS/SECTIONS (SOFTER EDGES)
   ----------------------------- */

.box,
.image img{
  border-radius: 14px !important;
}

/* Optional: add subtle shadows to featured blocks */
.box.feature,
.box.post,
.box.highlight{
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  border: 1px solid rgba(229,226,219,0.65);
  background: #fff;
}

/* -----------------------------
   8) FORMS (GOLD FOCUS)
   ----------------------------- */

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
  border: 1px solid rgba(229,226,219,1) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
  border-color: rgba(168,137,79,0.95) !important;
  box-shadow: 0 0 0 4px rgba(168,137,79,0.18);
  outline: none !important;
}
#banner .content h2 {
  color: #ffffff !important;
  text-shadow: 
    0 2px 8px rgba(0,0,0,0.35),
    0 8px 30px rgba(0,0,0,0.25);
}

/* Smooth hero fade-in */
@keyframes mcfFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

#banner .content {
  animation: mcfFadeUp 900ms ease-out both;
}

/* Optional: stagger subtext + button */
#banner .content p {
  animation: mcfFadeUp 1100ms ease-out both;
}

#banner .content .button {
  animation: mcfFadeUp 1300ms ease-out both;
}
#banner .content .button:hover {
  border-color: rgba(168,137,79,0.95) !important;
  box-shadow:
    0 10px 25px rgba(0,0,0,0.18),
    0 0 0 4px rgba(168,137,79,0.18),
    0 0 18px rgba(168,137,79,0.35);
  transform: translateY(-2px);
}
#banner .content .button {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

/* Premium consulting hero spacing */
#banner {
  padding: 9.5em 0 !important; /* reduces tall banner */
}

#banner .content {
  padding: 4.25em 0 3.75em 0 !important;
}

#banner .content h2 {
  margin-bottom: 0.35em !important;
  line-height: 1.05 !important;
}

#banner .content p {
  max-width: 58ch;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.4em !important;
}

#banner .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.section-divider {
  width: 100%;
  height: 3px;
  background: var(--mcf-gold);
  margin: 4rem 0;
}
/* Make FA6 icons fill the template's big circles */
ul.special li a {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}
#experience .project-title {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 1rem;
  color: #1f2d4f;
}

#experience .box.post {
  padding: 2.5rem;
  border-radius: 12px;
}

#experience .box.post p,
#experience .box.post li {
  font-size: 1rem;
  line-height: 1.8;
}

#experience .box.post h4 {
  font-size: 1.15rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  text-transform: none;
  letter-spacing: 0.03em;
  color: #1f2d4f;
}
/* Portfolio Introduction */

.portfolio-header {
  padding-top: 60px;
  padding-bottom: 40px;
}

.portfolio-intro-header {
  max-width: 900px;
}

.portfolio-intro-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  margin-bottom: 12px;
  color: #1f2d4f;
}

.portfolio-intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5568;
  max-width: 720px;
}
/* Main shell alignment */
.portfolio-shell {
  max-width: 1100px;
  margin: 0 auto;
}

/* Intro block */
.portfolio-intro-header {
  max-width: 900px;
  margin-bottom: 3rem;
}

.portfolio-intro-header h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #1f2d4f;
}

.portfolio-intro-header p {
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.8;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #33415c;
}

/* Project card */
.portfolio-project-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 3rem;
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Title */
.portfolio-project-card .project-title {
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #1f2d4f;
  max-width: 950px;
}

/* Body copy */
.portfolio-project-card p,
.portfolio-project-card li {
  font-size: 1rem;
  line-height: 1.8;
  color: #22304a;
}

.portfolio-project-card h4 {
  font-size: 1.15rem;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  text-transform: none;
  letter-spacing: 0.03em;
  color: #1f2d4f;
}
#experience .inner,
#portfolio-intro .inner {
  max-width: 1100px;
  margin: 0 auto;
}

#experience .box.post,
#portfolio-intro .box.post {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem;
}

#experience .project-title,
#portfolio-intro .project-title {
  max-width: 950px;
  font-size: 2.4rem;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0.01em;
}
#portfolio-intro {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

#portfolio-intro .portfolio-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

#portfolio-intro .portfolio-intro-header {
  max-width: 900px;
  margin: 0 0 2.5rem 0;
}

#portfolio-intro .portfolio-intro-header h2 {
  font-size: 2.35rem !important;
  line-height: 1.15;
  margin: 0 0 1rem 0;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  color: #1f2d4f;
}

#portfolio-intro .portfolio-intro-text {
  max-width: 780px;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
  color: #33415c;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}

#portfolio-intro .portfolio-project-card {
  max-width: 1120px;
  margin: 0 0 2.5rem 0;
  padding: 2.75rem 3rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(31, 45, 79, 0.06);
}

#portfolio-intro .portfolio-project-card .project-title {
  font-size: 2.1rem !important;
  line-height: 1.18 !important;
  margin: 0 0 1.25rem 0;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  color: #1f2d4f;
  max-width: 850px;
}

#portfolio-intro .portfolio-project-card p,
#portfolio-intro .portfolio-project-card li {
  font-size: 1rem;
  line-height: 1.75;
  color: #22304a;
  max-width: 920px;
  margin-bottom: 1rem;
}

#portfolio-intro .portfolio-project-card ul {
  margin: 0 0 1.25rem 1.25rem;
}

#portfolio-intro .portfolio-project-card h4 {
  font-size: 1rem !important;
  margin: 1.75rem 0 0.65rem 0;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #1f2d4f;
}

#portfolio-intro .project-media {
  margin: 1.5rem 0 2rem 0;
}

#portfolio-intro .project-gif {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  display: block;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

#portfolio-intro .placeholder-box {
  min-height: 220px;
  border: 1.5px dashed rgba(31, 45, 79, 0.16);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  background: rgba(31, 45, 79, 0.02);
}

.project-media {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.portfolio-divider {
  width: 100%;
  height: 2px;
  margin: 4rem auto;
  background: linear-gradient(
    to right,
    transparent,
    #D4AF37,
    transparent
  );
}
.portfolio-divider {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 4rem auto;
  background: linear-gradient(
    to right,
    transparent,
    #D4AF37,
    transparent
  );
}

.portfolio-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #D4AF37;
  border-radius: 50%;
}

.services-page h1,
.services-page h2,
.services-page h3 {
  color: #D4AF37 !important;
}

.services-page h4 {
  color: #24324A !important;
}

.services-page h3:hover {
  color: #b8962e;
  transition: 0.3s ease;
}

.mission-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #24324A;

  border-left: 4px solid #D4AF37;
  padding-left: 1.5rem;
  margin: 2rem 0;

  font-style: italic;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img {
  height: 40px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}
.nav-logo img {
  height: 30px; /* adjust 30–50px */
}
.nav-logo {
  display: flex;
  align-items: center;
}
#nav .nav-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
/* NAV WRAPPER */
#nav {
  height: 88px;
  padding: 0;
}

#nav .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
#nav .nav-brand {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  text-decoration: none;
}

#nav .nav-brand img {
  display: block;
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

/* MENU */
#nav .nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav .nav-links li {
  margin: 0;
  padding: 0;
}

#nav .nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  padding: 0 0.75rem;
  text-decoration: none;
  box-sizing: border-box;
}
/* NAV BAR */
#nav {
  height: 90px;
  display: flex;
  align-items: center;
}

/* INNER CONTAINER */
#nav .nav-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 100%;
}
#nav .nav-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

#nav .nav-logo img {
  height: 80px;      /* ← increase this */
  width: auto;
  display: block;
}
#nav .nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
}

#nav .nav-links li {
  display: flex;
  align-items: center;
}

#nav .nav-links a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
}
#nav > ul {
  display: none !important;
}

#nav .nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
}

/* LOGO stays left */
#nav .nav-logo {
  position: absolute;
  left: 20px;
}

/* NAV LINKS CENTERED IN PAGE */
#nav .nav-links {
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  align-items: center;
}

#nav .nav-links {
  margin: 0 auto;
  transform: translateX(-40px); /* adjust between -30px to -60px */
}
.gold-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #c6a96b, #a88c4a);
  margin: 2rem auto 3rem auto;
  border-radius: 2px;
}
.capability-layout {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-top: 2rem;
}

/* LEFT IMAGE BLOCK */
.capability-visual {
  position: relative;
  flex: 1;
  max-width: 350px;
}

/* VERTICAL GOLD DIVIDER */
.capability-visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #c6a96b, #a88c4a);
}

/* IMAGE STYLING */
.capability-visual img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* RIGHT CONTENT */
.capability-content {
  flex: 2;
}

@media (max-width: 768px) {
  .capability-layout {
    flex-direction: column;
  }

  .capability-visual::after {
    display: none;
  }
}
/* Divider under the button */
.gold-divider {
  width: 90px;
  height: 2px;
  margin: 2.25rem auto 2.75rem auto;
  background: linear-gradient(to right, transparent, #b3924a, transparent);
}

/* Whole capability block */
.capability-panel {
  max-width: 1120px;
  margin: 0 auto 3rem auto;
  padding: 2.5rem 2.75rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(36, 50, 74, 0.06);
}

/* 2-column layout */
.capability-layout {
  display: flex;
  grid-template-columns: 380px 1fr;
  gap: 3.5rem;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}

/* Left image column */
.capability-visual {
  position: relative;
  flex: 0 0 420px;
  padding-right: 2rem;
}

.capability-visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #c6a96b;
}

.capability-visual img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* Right text column */
.capability-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 0.25rem;
}

.capability-block h3 {
  margin: 0 0 1rem 0;
  color: #24324A;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-block ul {
  margin: 0;
  padding-left: 1.4rem;
}

.capability-block li {
  margin-bottom: 0.85rem;
  line-height: 1.65;
  color: #24324A;
  font-size: 1rem;
}

/* Mobile */
@media (max-width: 900px) {
  .capability-panel {
    padding: 2rem 1.5rem;
  }

  .capability-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .capability-visual {
    padding-right: 0;
  }

  .capability-visual::after {
    display: none;
  }

  .capability-visual img {
    height: auto;
    max-height: 420px;
  }
}
.project-meta {
  font-family: "Cormorant Garamond", serif; /* match your headings */
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #24324A;
  margin-bottom: 0.75rem;
}

.project-meta strong {
  font-weight: 600;
  margin-right: 6px;
}
.project-meta {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

/* LABEL (Cormorant) */
.project-meta strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #24324A;
  margin-right: 6px;
}

/* VALUE (Lato) */
.project-meta span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #24324A;
}
.project-meta strong {
  font-family: "Cormorant Garamond", serif !important;
}

.project-meta span {
  font-family: "Lato", sans-serif !important;
}
.project-meta strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700; /* 🔥 this activates bold */
  letter-spacing: 0.04em;
  color: #24324A;
}

.project-col h4 {
  margin-top: 0;
}

.project-col ul {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .project-two-col {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.project-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 1.5rem;
  position: relative;
}
.project-two-col::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #c6a96b, transparent);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .project-two-col::after {
    display: none;
  }
}
.field {
  margin-bottom: 1.5rem;
}

select {
  height: 3.2em;
  border-radius: 6px;
}
.footer-divider {
  width: 85%;
  height: 1.5px;
  margin: 4rem auto 3rem auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(168,137,79,0.9),
    transparent
  );
  opacity: 0.85;
}

/* Footer styling */
.mcf-footer {
  background: transparent;
  padding: 2rem 0 2rem 0;
  color: var(--mcf-navy);
}

.mcf-footer h3,
.mcf-footer h4 {
  color: var(--mcf-navy);
  margin-bottom: 0.75rem;
}

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

.footer-links li {
  margin-bottom: 0.4rem;
}

.footer-links a {
  text-decoration: none;
  color: var(--mcf-navy);
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  opacity: 0.6;
}
.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem; /* vertical | horizontal spacing */
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  text-decoration: none;
  color: var(--mcf-navy);
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 1;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.75rem 2rem;
}
.footer-links {
  display: flex !important;
  justify-content: center; /* center them */
  align-items: center;
  gap: 2.5rem; /* space between links */
  flex-wrap: nowrap; /* 🚨 THIS is the key */
  white-space: nowrap; /* prevents line breaks */
}

.footer-links li {
  display: inline-block;
}

.footer-links a {
  text-decoration: none;
  color: var(--mcf-navy);
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 1;
}
/* Footer / explore links on mobile */
@media screen and (max-width: 768px) {
  .explore-links,
  #footer .links,
  #footer ul.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
  }

  .explore-links li,
  #footer .links li,
  #footer ul.links li {
    display: block;
    width: auto;
    margin: 0;
  }

  .explore-links a,
  #footer .links a,
  #footer ul.links a {
    display: inline-block;
    white-space: normal;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .explore-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
    text-align: center;
  }
}
/* Mobile top nav cleanup */
@media screen and (max-width: 980px) {
  #nav .nav-links {
    display: none !important;
  }

  #nav {
    height: 72px;
  }

  #nav .nav-inner {
    height: 72px;
    padding: 0 1rem;
  }

  #nav .nav-logo img {
    height: 48px;
    width: auto;
  }
}
@media screen and (max-width: 980px) {
  #nav .nav-inner {
    justify-content: center;
    position: relative;
  }

  #nav .nav-logo {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* Mobile slide-out menu */
#titleBar,
#navPanel {
  background: #f7f5f0 !important;   /* light neutral background */
  color: #24324A !important;        /* navy text */
}

#titleBar .toggle {
  background: #b3924a !important;   /* gold menu button */
  color: #ffffff !important;
  border: none !important;
}

#titleBar .toggle:before {
  color: #ffffff !important;
}

#navPanel nav a {
  color: #24324A !important;
  border-top: 1px solid rgba(36, 50, 74, 0.08) !important;
  text-transform: none !important;
  letter-spacing: 0.04em;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
}

#navPanel nav a:hover {
  background: rgba(179, 146, 74, 0.08) !important;
  color: #24324A !important;
}

#navPanel .link.depth-0,
#navPanel .link.depth-1,
#navPanel .link.depth-2 {
  color: #24324A !important;
}

body.navPanel-visible #page-wrapper {
  opacity: 1 !important;
}
body.navPanel-visible #titleBar {
  background: #f7f5f0 !important;
}

body.navPanel-visible #navPanel {
  box-shadow: 8px 0 30px rgba(0, 0, 0, 0.12) !important;
}

body.navPanel-visible #page-wrapper {
  transform: none !important;
}
body.navPanel-visible #page-wrapper {
  filter: none !important;
}
@media screen and (max-width: 768px) {
  .actions .button,
  .button.large,
  input[type="submit"],
  input[type="button"],
  button {
    width: 100%;
    max-width: 720px;
    font-size: 1.15rem;
    letter-spacing: 0.08em;
    padding: 0.95rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #banner h2,
  .hero-title {
    font-size: 2.8rem !important;
    line-height: 1.1;
  }

  #banner p,
  .hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
