@import url(https://use.typekit.net/tzr6bjp.css);

:root {
	--ncf-red: #ef3e36;
	--ncf-red-dark: #c22026;
	--ncf-red-deep: #96191d;
	--ncf-cream: #feeae1;
	--ncf-peach: #fff4ef;
	--ncf-text: #111111;
	--ncf-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

html,
body {
	min-height: 100%;
}

body.ncf-theme {
	font: 16px/1.5 "montserrat", sans-serif;
	color: var(--ncf-text);
	background: #fff;
}

body.ncf-theme a {
	color: var(--ncf-red-dark);
	font-weight: 700;
	text-decoration: underline;
}

body.ncf-theme a:hover,
body.ncf-theme a:focus {
	color: var(--ncf-red-dark);
	text-decoration: none;
}

body.ncf-theme h1,
body.ncf-theme h2,
body.ncf-theme h3,
body.ncf-theme h4,
body.ncf-theme h5,
body.ncf-theme h6 {
	margin: 0 0 12px;
	font-family: "thirsty-script", sans-serif;
	font-weight: 400;
	line-height: 1.05;
	color: var(--ncf-red);
	text-transform: none;
}

body.ncf-theme.ncf-interior {
	background: var(--ncf-red) url("../graphics/bg-main.jpg") no-repeat center top / cover fixed;
}

.ncf-header {
	background: #000 url("../graphics/header-bg.jpg") no-repeat center / cover;
	padding-bottom: 0;
}

.ncf-header-shell,
.ncf-nav-shell,
.ncf-content-shell {
	width: min(1320px, calc(100% - 56px));
}

.ncf-brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: 14px 0 0;
}

.ncf-brand-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 10px;
}

.ncf-brand-logo {
	display: block;
	width: min(100%, 470px);
	height: auto;
}

.ncf-brand-caption {
	margin-top: 4px;
	font-family: "montserrat", sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
}

.ncf-search-block {
	flex: 0 0 440px;
	max-width: 440px;
	margin-top: 16px;
}

.ncf-search-form {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.ncf-search-input {
	width: 100%;
	height: 44px;
	padding: 10px 16px;
	border: 0;
	font: 16px/1.2 "montserrat", sans-serif;
	color: #111;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}

.ncf-search-input::placeholder {
	color: #6f6f6f;
}

.ncf-search-button {
	width: 44px;
	border: 0;
	background: var(--ncf-red);
	color: #fff;
	font-size: 18px;
}

.ncf-search-button:hover,
.ncf-search-button:focus {
	background: var(--ncf-red-dark);
}

.ncf-main-nav {
	position: relative;
	z-index: 4;
	margin: -24px 0 0;
	background: transparent;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
}

.ncf-main-nav .navbar-header {
	float: none;
}

.ncf-nav-shell {
	display: flex;
	justify-content: flex-end;
}

.ncf-main-nav .navbar-collapse {
	border: 0;
	box-shadow: none;
	flex: 0 1 auto;
	background: #fff;
}

.ncf-menu-items {
	float: none !important;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	width: auto;
	margin: 0 !important;
}

.ncf-menu-items > li {
	float: none;
}

.ncf-menu-items > li > a,
.ncf-menu-items > li.dropdown > a {
	padding: 10px 15px;
	font-family: "montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	line-height: 1.2 !important;
	color: var(--ncf-red) !important;
	text-decoration: none !important;
	text-transform: uppercase;
	background: transparent !important;
	border-left: 0;
}

.ncf-menu-items > li:last-child > a,
.ncf-menu-items > li:last-child.dropdown > a {
	border-right: 0;
}

.ncf-menu-items > li > a:hover,
.ncf-menu-items > li > a:focus,
.ncf-menu-items > li.dropdown > a:hover,
.ncf-menu-items > li.dropdown > a:focus,
.ncf-menu-items > li.active > a,
.ncf-menu-items > li.active > a:hover,
.ncf-menu-items > li.active > a:focus {
	color: var(--ncf-red-dark) !important;
	font-family: "montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	background: #c22026 !important;
	color: #fff !important;
}

.ncf-nav-caret {
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid currentColor;
	vertical-align: middle;
}

.ncf-main-nav .dropdown-menu.ncf-submenu {
	margin-top: 0;
	min-width: 240px;
	padding: 10px 0;
	border: 0;
	border-top: 4px solid var(--ncf-red);
	border-radius: 0;
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.ncf-main-nav .dropdown-menu.ncf-submenu > li > a {
	padding: 12px 22px;
	font-family: "montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--ncf-red-dark);
	text-decoration: none;
}

.ncf-main-nav .dropdown-menu.ncf-submenu > li > a:hover,
.ncf-main-nav .dropdown-menu.ncf-submenu > li > a:focus {
	background: var(--ncf-cream);
	color: var(--ncf-red-dark);
}

@media (min-width: 992px) {
	.ncf-main-nav .navbar-collapse {
		border: 0;
	}

	.ncf-main-nav .dropdown.ncf-has-submenu:hover > .dropdown-menu,
	.ncf-main-nav .dropdown.ncf-has-submenu:focus-within > .dropdown-menu {
		display: block;
	}

	.ncf-main-nav .dropdown.ncf-has-submenu > .dropdown-toggle {
		pointer-events: auto;
	}
}

.ncf-menu-toggle {
	margin: 13px 0;
	border: 0;
	background: var(--ncf-red);
	border-radius: 0;
}

.ncf-menu-toggle .icon-bar {
	background: #fff !important;
}

.ncf-content-shell {
	padding: 28px 0 52px;
}

body.ncf-theme #main {
	background: #fff;
	box-shadow: var(--ncf-shadow);
}

body.ncf-theme.ncf-home #main {
	background: transparent;
	box-shadow: none;
}

body.ncf-theme #pageArea {
	padding: 28px;
}

body.ncf-theme.ncf-home #pageArea {
	padding: 0;
}

.ncf-hero-slider {
	position: relative;
	overflow: hidden;
	background: #000;
}

.ncf-hero-slides {
	position: relative;
	min-height: 520px;
}

.ncf-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.ncf-hero-slide.is-active {
	position: relative;
	opacity: 1;
	z-index: 2;
}

.ncf-hero-image,
.ncf-hero-image a,
.ncf-hero-image img {
	display: block;
	width: 100%;
}

.ncf-hero-image img {
	height: 520px !important;
	object-fit: cover;
	object-position: center;
}

.ncf-hero-caption {
	position: absolute;
	left: 34px;
	bottom: 34px;
	max-width: min(760px, calc(100% - 140px));
	padding: 14px 20px;
	font: 700 28px/1.2 "montserrat", sans-serif;
	color: #fff;
	background: rgba(0, 0, 0, 0.68);
}

.ncf-hero-control {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 62px;
	height: 62px;
	margin-top: -31px;
	border: 0;
	background: rgba(0, 0, 0, 0.38);
	color: #fff;
	font-size: 42px;
	line-height: 1;
}

.ncf-hero-control:hover,
.ncf-hero-control:focus {
	background: rgba(0, 0, 0, 0.58);
}

.ncf-hero-control-prev {
	left: 22px;
}

.ncf-hero-control-next {
	right: 22px;
}

.ncf-home-intro {
	background: #fff;
	padding: 48px;
}

.ncf-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
	gap: 34px;
	align-items: start;
}

.ncf-kicker {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ncf-red-dark);
}

.ncf-intro-copy h1 {
	margin-bottom: 18px;
	font-family: "thirsty-script", sans-serif;
	font-size: clamp(3.2rem, 2.4rem + 1.8vw, 4.6rem);
	font-weight: 400;
	line-height: 1;
	color: var(--ncf-red-dark);
}

.ncf-intro-copy p {
	font-size: 20px;
	line-height: 1.65;
}

.ncf-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.ncf-button {
	display: inline-block;
	padding: 14px 34px 16px;
	font-family: "montserrat", sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	background: var(--ncf-red);
	border-top: 6px solid #cc5542;
}

.ncf-button:hover,
.ncf-button:focus {
	background: var(--ncf-red-dark);
	color: #fff !important;
}

.ncf-button-alt {
	background: #111;
	border-top-color: #444;
}

.ncf-button-light {
	background: #fff;
	color: var(--ncf-red-dark) !important;
}

.ncf-button-light:hover,
.ncf-button-light:focus {
	background: var(--ncf-cream);
	color: var(--ncf-red-dark) !important;
}

.ncf-feature-card {
	padding: 34px;
	background: var(--ncf-peach);
	border: 1px solid rgba(194, 32, 38, 0.2);
}

.ncf-feature-card h2 {
	margin-bottom: 16px;
	font-family: "thirsty-script", sans-serif;
	font-size: 38px;
	font-weight: 400;
	color: var(--ncf-red);
}

.ncf-feature-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ncf-feature-links li + li {
	margin-top: 14px;
}

.ncf-feature-links a {
	font-size: 18px;
}

.ncf-red-band {
	background: #fff;
}

.ncf-red-band-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
	align-items: stretch;
	background: var(--ncf-red);
}

.ncf-red-band-copy {
	padding: 52px 56px;
	color: #fff;
}

.ncf-script-title {
	margin-bottom: 18px;
	font-family: "thirsty-script", sans-serif;
	font-size: clamp(34px, 3.5vw, 50px);
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}

.ncf-red-band-copy p {
	margin-bottom: 26px;
	font-size: 20px;
	line-height: 1.7;
}

.ncf-red-band-image {
	min-height: 420px;
	background: url("../graphics/bg-main.jpg") no-repeat center / cover;
}

.ncf-white-blocks {
	padding: 42px 48px 48px;
	background: #fff;
}

.ncf-white-block {
	display: grid;
	grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	margin-top: 22px;
}

.ncf-white-block + .ncf-white-block {
	margin-top: 40px;
}

.ncf-white-block-reverse {
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
}

.ncf-white-block-image {
	min-height: 320px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ncf-white-block-image-left {
	background-image: url("../graphics/header-bg.jpg");
}

.ncf-white-block-image-right {
	background-image: url("../graphics/bg-main.jpg");
}

.ncf-white-block-copy {
	padding: 12px 0;
}

.ncf-white-block-copy .ncf-script-title {
	color: var(--ncf-red);
}

.ncf-white-block-copy p {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.7;
}

.ncf-footer {
	background: #fff;
	border-top: 0;
}

.ncf-footer-shape {
	height: 44px;
	background: url("../graphics/footer-shape.png") no-repeat center top / 100% 44px;
}

.ncf-footer-shell {
	width: min(1260px, calc(100% - 56px));
	padding: 58px 0 24px;
}

.ncf-footer-mark {
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
}

.ncf-footer-mark img {
	display: block;
	width: min(100%, 280px);
	height: auto;
}

.ncf-footer-top {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px;
	padding-bottom: 14px;
	text-align: center;
}

.ncf-footer-column h2 {
	margin-bottom: 12px;
	font-family: "thirsty-script", sans-serif;
	font-size: clamp(48px, 3vw, 60px);
	font-weight: 400;
	line-height: 1;
	color: var(--ncf-red);
}

.ncf-footer-subtitle {
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 800;
	color: #111;
	text-transform: uppercase;
}

.ncf-footer-address,
.ncf-footer-phone,
.ncf-footer-signup p,
.ncf-footer-links a {
	display: block;
	font-size: 18px;
	line-height: 1.5;
}

.ncf-footer-address {
	margin-bottom: 12px;
	text-decoration: none !important;
}

.ncf-footer-address span {
	display: block;
}

.ncf-footer-phone {
	text-decoration: none !important;
}

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

.ncf-footer-links li + li {
	margin-top: 8px;
}

.ncf-footer-links a {
	font-weight: 900 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #111 !important;
}

.ncf-footer-links a:hover,
.ncf-footer-links a:focus {
	color: var(--ncf-red-dark) !important;
}

.ncf-footer-bottom {
	background: var(--ncf-red);
}

.ncf-footer-bottom-shell {
	width: min(1260px, calc(100% - 56px));
	padding: 12px 0 10px;
	text-align: center;
}

.ncf-footer-credit {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

#footer ul.dropdown-menu a {
	text-decoration: none;
}

@media (max-width: 1199px) {
	.ncf-brand-row {
		gap: 28px;
	}

		.ncf-search-block {
			flex-basis: 360px;
			max-width: 360px;
		}

			.ncf-menu-items > li > a,
			.ncf-menu-items > li.dropdown > a,
			.ncf-menu-items > li > a:hover,
			.ncf-menu-items > li > a:focus,
			.ncf-menu-items > li.dropdown > a:hover,
			.ncf-menu-items > li.dropdown > a:focus,
			.ncf-menu-items > li.active > a,
			.ncf-menu-items > li.active > a:hover,
			.ncf-menu-items > li.active > a:focus {
				padding-left: 12px;
				padding-right: 12px;
				font-size: 14px !important;
			}

	.ncf-hero-image img {
		height: 460px !important;
	}
}

@media (max-width: 991px) {
	.ncf-header-shell,
	.ncf-nav-shell,
	.ncf-content-shell,
	.ncf-footer-shell,
	.ncf-footer-bottom-shell {
		width: min(100% - 40px, 100%);
	}

		.ncf-brand-row {
			flex-direction: column;
			align-items: flex-start;
			padding-top: 12px;
			padding-bottom: 10px;
		}

	.ncf-search-block {
		width: 100%;
		max-width: 100%;
	}

	.ncf-main-nav .navbar-header {
		float: none;
	}

	.ncf-main-nav .navbar-toggle {
		display: block;
	}

		.ncf-main-nav .navbar-collapse.collapse {
			display: none !important;
		}

		.ncf-main-nav .navbar-collapse.collapse.in {
			display: block !important;
		}

		.ncf-main-nav {
			margin-top: 0;
			background: #fff;
		}

			.ncf-main-nav .navbar-nav {
				display: block;
				float: none !important;
				margin: 0;
		}

		.ncf-main-nav .navbar-nav > li {
			float: none;
		}

		.ncf-nav-shell {
			display: block;
		}

		.ncf-menu-items > li > a,
		.ncf-menu-items > li.dropdown > a,
		.ncf-menu-items > li > a:hover,
		.ncf-menu-items > li > a:focus,
		.ncf-menu-items > li.dropdown > a:hover,
		.ncf-menu-items > li.dropdown > a:focus,
		.ncf-menu-items > li.active > a,
		.ncf-menu-items > li.active > a:hover,
		.ncf-menu-items > li.active > a:focus {
			padding: 14px 0 !important;
			font-size: 15px !important;
			border-left: 0;
			border-right: 0;
		}

		.ncf-main-nav .dropdown-menu.ncf-submenu {
			position: static;
			float: none;
			display: block;
			min-width: 0;
			padding: 0 0 8px;
			border-top: 0;
			box-shadow: none;
		}

		.ncf-main-nav .dropdown-menu.ncf-submenu > li > a {
			padding: 10px 0 10px 18px;
			font-size: 13px;
		}

		.ncf-footer-shape {
			background-size: cover;
		}

	.ncf-hero-slides {
		min-height: 420px;
	}

	.ncf-hero-image img {
		height: 420px !important;
	}

	.ncf-hero-caption {
		left: 20px;
		right: 20px;
		bottom: 20px;
		max-width: none;
		font-size: 22px;
	}

	.ncf-home-intro,
	.ncf-white-blocks {
		padding: 34px 28px;
	}

		.ncf-intro-grid,
		.ncf-red-band-inner,
		.ncf-white-block,
		.ncf-white-block-reverse,
		.ncf-footer-top {
			grid-template-columns: 1fr;
		}

		.ncf-footer-shell {
			padding-top: 48px;
		}

	.ncf-footer-top {
		gap: 30px;
		padding-bottom: 42px;
	}

	.ncf-footer-meta-shell {
		flex-direction: column;
		gap: 10px;
		padding-bottom: 16px;
	}
}

@media (max-width: 767px) {
		.ncf-brand-logo {
			width: min(100%, 320px);
		}

		.ncf-brand-caption {
			font-size: 13px;
			letter-spacing: 0.1em;
		}

	.ncf-content-shell {
		padding-top: 18px;
	}

	body.ncf-theme #pageArea {
		padding: 18px;
	}

	body.ncf-theme.ncf-home #pageArea {
		padding: 0;
	}

	.ncf-hero-slides {
		min-height: 320px;
	}

	.ncf-hero-image img {
		height: 320px !important;
	}

	.ncf-hero-caption {
		padding: 12px 14px;
		font-size: 18px;
	}

	.ncf-hero-control {
		width: 48px;
		height: 48px;
		margin-top: -24px;
		font-size: 32px;
	}

	.ncf-hero-control-prev {
		left: 10px;
	}

	.ncf-hero-control-next {
		right: 10px;
	}

	.ncf-intro-copy p,
	.ncf-red-band-copy p,
	.ncf-white-block-copy p,
	.ncf-footer-brand p,
	.ncf-footer-links a {
		font-size: 17px;
	}

	.ncf-feature-card,
	.ncf-red-band-copy {
		padding: 26px;
	}

	.ncf-white-block-image,
	.ncf-red-band-image {
		min-height: 220px;
	}

		.ncf-footer-bottom {
			flex-direction: column;
			align-items: flex-start;
		}
	}
