/* copy from custom.css */


.nav-menu {
	display: none;
}



.btn--primary {
	padding: 10px 25px;
	font: 900 16px rival-sans, sans-serif;
	background: #e86421;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 25px 0;
	border-radius: 0;
	min-width: 177px
}

	.btn--primary:focus,
	.btn--primary:hover {
		color: #fff
	}

.btn--secondary {
	padding: 10px 25px;
	font: 700 14px rival-sans, sans-serif;
	color: #fff;
	margin: 25px 0;
	border-radius: 0;
	border: 1px solid #fff;
}

.btn--secondary,
.link-btn {
	text-decoration: none;
	text-transform: uppercase
}


.skip-to-content-link:focus-visible {
	outline: none
}

.c-header__hamburgerIcon:focus-visible,
.c-header__searchBtn:focus-visible,
.c-header__searchCon input:focus-visible {
	outline: 2px solid #000
}


.skip-to-content-link {
	background: #e86421;
	left: 0;
	position: absolute;
	transform: translateY(-150px);
	padding: 5px 10px;
	transition: all .25s ease-in-out;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	text-decoration: none
}

	.skip-to-content-link:focus {
		transform: translateY(0);
		top: 0;
		color: #fff;
		text-decoration: none
	}

.c-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	/*padding: 10px 0*/
}

.c-header__wrapper {
	display: flex;
	align-items: center;
	position: relative
}

.c-header__logo {
	max-width: 325px;
	margin-left: -30px;
	display: none
}

	.c-header__logo img {
		width: 100%
	}

.c-header__mobLogo {
	width: 40%;
	text-align: center
}

	.c-header__mobLogo img {
		width: 100%;
		max-width: 130px
	}

.c-header__hamCon {
	width: 30%
}

.c-header__hamburger {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #212121;
	max-width: 60px;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: 1
}

.c-header__hamburgerIcon {
	border: 1px solid #212121;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none
}

	.c-header__hamburgerIcon > div {
		margin-bottom: -2px
	}

	.c-header__hamburgerIcon .line {
		width: 26px;
		height: 1px;
		background-color: #212121;
		display: block;
		margin: 5px auto
	}

	.c-header__hamburgerIcon:hover {
		cursor: pointer
	}

.c-header__utilityTopNav {
	display: flex;
	justify-content: flex-end
}

	.c-header__utilityTopNav .btn {
		margin: 14px 5px 0;
		font-weight: 400;
		padding: 12px 25px;
		transition: none;
		color: #212121;
		border-color: #212121
	}

		.c-header__utilityTopNav .btn:hover {
			color: #212121
		}

		.c-header__utilityTopNav .btn:last-child {
			margin-right: 0
		}

	.c-header__utilityTopNav .btn--cta {
		font-weight: 700
	}

.c-header__utilityNav {
	display: flex;
	justify-content: flex-end
}

	.c-header__utilityNav .btn {
		margin: 14px 5px;
		font-weight: 400;
		padding: 12px 25px;
		transition: none;
		color: #212121;
		border-color: #212121
	}

		.c-header__utilityNav .btn:hover {
			color: #212121
		}

		.c-header__utilityNav .btn:last-child {
			margin-right: 0
		}

		.c-header__utilityNav .btn img {
			width: 24px
		}

		.c-header__utilityNav .btn span {
			display: none
		}

	.c-header__utilityNav .online-store {
		padding: 10px 12px;
		min-width: 50px
	}

.c-header__searchCon {
	width: 100%;
	max-width: 161px;
	margin-left: 0;
	background: none;
	border: 1px solid #212121;
	position: relative;
	height: 46px;
	margin: 15px 0 15px 6px
}

	.c-header__searchCon input {
		color: #212121;
		background: none;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		padding: 5px 30px 5px 15px;
		min-height: 45px;
		font-size: 14px;
		text-transform: uppercase;
		width: 100%
	}

	.c-header__searchCon ::-moz-placeholder {
		color: #212121;
		opacity: 1
	}

	.c-header__searchCon ::placeholder {
		color: #212121
	}

.c-header__mobSearch {
	position: absolute;
	right: 0;
	top: 12px;
	bottom: 0;
	height: 43px;
	border: 1px solid #212121;
	z-index: 1
}

	.c-header__mobSearch.is-active {
		left: 0;
		height: 45px
	}

		.c-header__mobSearch.is-active .c-header__mobSearchCon {
			width: 100%;
			max-width: 100%;
			margin: 0;
			background: #fff
		}

			.c-header__mobSearch.is-active .c-header__mobSearchCon input {
				color: #212121
			}

		.c-header__mobSearch.is-active .c-header__searchBtn img {
			filter: inherit
		}

.c-header__mobSearchCon {
	width: 0;
	max-width: 161px;
	margin-left: 0;
	background: none;
	position: absolute;
	height: 100%;
	margin: 15px 0 15px 6px;
	top: 0;
	overflow: hidden
}

	.c-header__mobSearchCon input {
		color: #fff;
		background: none;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		padding: 5px 30px 5px 30px;
		min-height: 45px;
		font-size: 14px;
		width: 100%
	}

.c-header__mobSearchIcon {
	width: 20px;
	display: inline-block;
	padding: 8px 10px 6px
}

	.c-header__mobSearchIcon img {
		width: 100%
	}

.c-header__mobSearchClose {
	width: 12px;
	display: block;
	position: absolute;
	top: 8px;
	left: 5px
}

	.c-header__mobSearchClose img {
		width: 100%
	}

.c-header__searchBtn {
	max-width: 15px;
	position: absolute;
	top: 5px;
	right: 12px;
	border: 0;
	outline: none;
	background: none
}

.c-header.light-header {
	background: #fff;
	box-shadow: 1px 11px 9px rgba(0, 0, 0, .05);
	/*	height: 230px;*/
}

	.c-header.light-header .c-header__wrapper {
		align-items: center
	}

	.c-header.light-header .c-header__hamburger {
		color: #212121
	}

	.c-header.light-header .c-header__hamburgerIcon {
		border-color: #212121
	}

		.c-header.light-header .c-header__hamburgerIcon .line {
			background: #212121
		}

	.c-header.light-header .c-header__logo img,
	.c-header.light-header .c-header__mobLogo img,
	.c-header.light-header .c-header__searchBtn img,
	.c-header.light-header .c-header__utilityNav .btn img {
		filter: inherit
	}

	.c-header.light-header .c-header__searchCon,
	.c-header.light-header .c-header__utilityNav .btn,
	.c-header.light-header .c-header__utilityTopNav .btn {
		border-color: #212121;
		color: #212121
	}

		.c-header.light-header .c-header__searchCon input {
			color: #212121
		}

			.c-header.light-header .c-header__searchCon input::-moz-placeholder {
				color: #212121
			}

			.c-header.light-header .c-header__searchCon input::placeholder {
				color: #212121
			}

	.c-header.light-header.c-header--expanded .c-header__hamburger {
		color: #fff
	}

	.c-header.light-header .c-header__mobSearch {
		border-color: #212121
	}

	.c-header.light-header .c-header__mobSearchIcon img {
		filter: inherit
	}

.c-header__navCon {
	/*position: fixed;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*	background: rgba(0, 41, 88, .6);
	display: none;*/
	z-index: 1
}

	.c-header__navCon.show {
		display: block
	}

		.c-header__navCon.show .c-header__hamburger {
			z-index: 2;
			color: #fff
		}

.c-header--expanded {
	z-index: 4
}

	.c-header--expanded .c-header__hamburger {
		left: 15px;
		position: fixed;
		top: 22px
	}

	.c-header--expanded .c-header__hamburgerIcon {
		border-color: #212121
	}

		.c-header--expanded .c-header__hamburgerIcon .line {
			background: #212121
		}

	.c-header--expanded .c-header__mobSearch {
		z-index: 0
	}

	.c-header--expanded .c-header__utilityCon {
		max-width: 75%;
		padding: 0 0 25px
	}

	.c-header--expanded .c-header__utilityTopNav {
		display: block
	}

		.c-header--expanded .c-header__utilityTopNav .btn {
			border-color: #002958;
			background: #fff;
			display: block;
			color: #000;
		}

			.c-header--expanded .c-header__utilityTopNav .btn:last-child {
				margin-right: 5px
			}

	.c-header--expanded .c-header__utilityNav {
		display: block
	}

		.c-header--expanded .c-header__utilityNav .btn {
			border-color: #002958;
			color: #002958;
			display: block
		}

			.c-header--expanded .c-header__utilityNav .btn span {
				display: inline-block;
				padding: 0 5px
			}

			.c-header--expanded .c-header__utilityNav .btn img {
				filter: inherit
			}

	.c-header--expanded .c-header__searchCon {
		display: none
	}

	.c-header--expanded.light-header .c-header__hamburgerIcon {
		border-color: #212121
	}

	.c-header--expanded.light-header .c-header__utilityTopNav .btn {
		color: #fff;
		border-color: #002958
	}

	.c-header--expanded.light-header .c-header__utilityNav .btn {
		border-color: #002958;
		color: #002958
	}

.c-header__navExpWrapper {
	width: auto;
	background: #fff;
	height: 100vh;
	position: relative
}

	.c-header__navExpWrapper:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 240px;
		height: 254px;
		background-size: contain;
		background-repeat: no-repeat
	}

	.c-header__navExpWrapper .container-fluid {
		padding-right: 0
	}

	.c-header__navExpWrapper.into-view {
		transition: all .5s ease-in-out
	}

		.c-header__navExpWrapper.into-view .c-header__navBg {
			opacity: 1;
			transition: all .5s ease-in-out
		}

.c-header__mainNav {
	padding: 80px 10px 200px 50px;
	position: relative;
	z-index: 1;
	height: 100vh;
	overflow-y: auto
}

	.c-header__mainNav nav > ul {
		list-style: none
	}

		.c-header__mainNav nav > ul li:before {
			display: none
		}

		.c-header__mainNav nav > ul li a {
			text-decoration: none
		}

.c-header__navItem {
	padding: 15px 10px 15px 0;
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: 0 0;
	max-width: 300px;
	column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column
}

	.c-header__navItem > a {
		text-decoration: none;
		font-weight: 900;
		font-size: 20px;
		font-family: quincy-cf, serif;
		color: #002958;
		line-height: 1;
		display: inline-block;
		padding: 0 0 15px
	}

.c-header__subNav li {
	padding: 4px 0
}

	.c-header__subNav li a {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		display: inline-block
	}

.c-header__navBg {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	max-width: 300px
}

	.c-header__navBg figure {
		margin: 0
	}

.c-header__hamburgerIcon.is-active .line:nth-child(2) {
	opacity: 0
}

.c-header__hamburgerIcon.is-active .line:first-child {
	transform: translateY(7px) rotate(45deg)
}

.c-header__hamburgerIcon.is-active .line:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg)
}

.light_header_always .c-header {
	background: #fff;
	box-shadow: 1px 11px 9px rgba(0, 0, 0, .05)
}

@media(min-width:768px) {
	.c-header--expanded .c-header__utilityCon {
		max-width: 75%
	}

	.c-header--expanded .c-header__utilityTopNav {
		display: flex
	}

		.c-header--expanded .c-header__utilityTopNav .btn {
			flex-grow: 1;
			flex-basis: 0
		}

	.c-header--expanded .c-header__utilityNav {
		display: flex;
		justify-content: flex-start
	}

		.c-header--expanded .c-header__utilityNav .btn {
			flex-grow: 1
		}
}

@media(min-width:1200px) {

	#eWebFrameWorkTopRow {
		height: 100px;
	}

	.c-header.light-header {
		height: 230px;
	}

	.c-header__mobSearch {
		display: none
	}

	.c-header__utilityCon {
		display: block
	}

	.c-header__hamCon {
		display: none
	}
	/*
	.c-header__hamburger {
		font-weight: 700;
		bottom: 20px;
	}
*/
	.c-header__hamburgerIcon {
		width: 60px;
		height: 60px
	}

		.c-header__hamburgerIcon .line {
			width: 35px;
			margin: 6px auto
		}

	.c-header__wrapper {
		align-items: center
	}

		.c-header__wrapper > div {
			flex-grow: 1;
			flex-basis: 0
		}

	.c-header__searchBtn {
		max-width: 20px
	}

	.c-header__navCon {
		padding-right: 80px
	}

	.c-header__logo {
		display: block
	}

	.c-header__mobLogo {
		display: none
	}

	.c-header--expanded .c-header__hamburger {
		top: 56px;
		left: 50px
	}

	.c-header--expanded .c-header__hamburgerIcon {
		border-color: #212121
	}

		.c-header--expanded .c-header__hamburgerIcon .line {
			background: #212121
		}

	.c-header--expanded .c-header__utilityCon {
		max-width: inherit;
		padding: 0
	}

	.c-header--expanded .c-header__utilityTopNav .btn {
		flex-grow: inherit;
		flex-basis: inherit;
		border-color: #fff;
		color: #fff;
		background: none
	}

		.c-header--expanded .c-header__utilityTopNav .btn:last-child {
			margin-right: 0
		}

	.c-header--expanded .c-header__utilityNav {
		justify-content: flex-end
	}

		.c-header--expanded .c-header__utilityNav .btn {
			flex-grow: inherit;
			border-color: #fff;
			color: #fff
		}

			.c-header--expanded .c-header__utilityNav .btn span {
				display: none
			}

			.c-header--expanded .c-header__utilityNav .btn img {
				filter: brightness(0) invert(1)
			}

	.c-header--expanded .c-header__searchCon {
		display: block
	}

	.c-header--expanded.light-header .c-header__utilityNav .btn,
	.c-header--expanded.light-header .c-header__utilityTopNav .btn {
		color: #212121;
		border-color: #212121
	}

	.c-header__navExpWrapper:before {
		width: 350px;
		height: 300px;
		right: -45px
	}

	.c-header__navExpWrapper:after {
		width: 700px;
		height: 330px;
		background-position: bottom -55px left;
		opacity: 1;
		transition: none
	}

	.c-header__navExpWrapper.column-count2 {
		max-width: 80%
	}

		.c-header__navExpWrapper.column-count2 .c-header__mainNav nav > ul {
			-moz-column-count: 2;
			column-count: 2;
			max-width: 660px;
			padding-left: 50px
		}

	.c-header__navExpWrapper.column-count3 {
		max-width: 90%
	}

		.c-header__navExpWrapper.column-count3 .c-header__mainNav nav > ul {
			-moz-column-count: 3;
			column-count: 3;
			max-width: 990px;
			padding-left: 50px
		}

	.c-header__navExpWrapper.column-count4 {
		max-width: 100%
	}

		.c-header__navExpWrapper.column-count4 .c-header__mainNav nav > ul {
			-moz-column-count: 4;
			column-count: 4;
			max-width: 1500px;
			padding-left: 25px
		}

	.c-header__navExpWrapper.column-count5 {
		max-width: 100%
	}

		.c-header__navExpWrapper.column-count5 .c-header__mainNav nav > ul {
			-moz-column-count: 4;
			column-count: 4;
			max-width: 1800px;
			padding-left: 25px
		}

	.c-header__mainNav {
		padding: 80px 100px 0 12%
	}

	.c-header__navItem {
		padding: 15px 30px 15px 0
	}

		.c-header__navItem > a {
			padding: 0 0 7px
		}

	.c-header.light-header .c-header__hamburger {
		bottom: 20px;
		color: #212121
	}

	.c-header.light-header .c-header__hamburgerIcon {
		border-color: #212121
	}

		.c-header.light-header .c-header__hamburgerIcon .line {
			color: #212121;
			background: #212121
		}

	.c-header.light-header .c-header__searchBtn img,
	.c-header.light-header .c-header__utilityNav .btn img {
		filter: grayscale(1)
	}

	.c-header__navBg {
		opacity: 1;
		max-width: 700px
	}

		.c-header__navBg img {
			margin-bottom: -55px
		}

	.c-header__mainNav::-webkit-scrollbar {
		width: 6px;
		height: 6px
	}

	.c-header__mainNav::-webkit-scrollbar-button:end:increment,
	.c-header__mainNav::-webkit-scrollbar-button:start:decrement {
		display: block;
		height: 10px
	}

	.c-header__mainNav::-webkit-scrollbar-button:vertical:increment {
		background-color: #fff
	}

	.c-header__mainNav::-webkit-scrollbar-track-piece {
		background-color: #eee;
		-webkit-border-radius: 3px
	}

	.c-header__mainNav::-webkit-scrollbar-thumb:vertical {
		height: 50px;
		background-color: #ccc;
		-webkit-border-radius: 3px
	}

	.c-header__mainNav::-webkit-scrollbar-thumb:horizontal {
		width: 50px;
		background-color: #ccc;
		-webkit-border-radius: 3px
	}

	.c-header__hamburgerIcon.is-active .line:first-child {
		transform: translateY(8px) rotate(45deg)
	}

	.c-header__hamburgerIcon.is-active .line:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg)
	}
}

@media(min-width:1366px) {
	.c-header__navExpWrapper.column-count2 {
		max-width: 1000px
	}

		.c-header__navExpWrapper.column-count2 .c-header__mainNav nav > ul {
			padding-left: 70px
		}

	.c-header__navExpWrapper.column-count3 {
		max-width: 1200px
	}

	.c-header__navExpWrapper.column-count4 {
		max-width: 1700px
	}

	.c-header__navExpWrapper.column-count5 {
		max-width: 100%
	}

		.c-header__navExpWrapper.column-count5 .c-header__mainNav nav > ul {
			-moz-column-count: 5;
			column-count: 5
		}
}


/*
form {
	position: relative;
	z-index: 2
}
*/


.comp-footer {
	color: #fff
}

	.comp-footer [class^=col-]:first-child {
		max-width: 470px
	}

	.comp-footer [class^=col-]:last-child {
		max-width: 450px
	}

	.comp-footer .row {
		justify-content: space-between
	}

.comp-footer__phone {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400
}

.comp-footer h4,
.comp-footer h5 {
	color: #fff
}

.comp-footer .btn:hover {
	color: inherit
}

.comp-footer__address {
	font-size: 16px;
	font-weight: 400
}

.comp-footer__social-links {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 300px;
	padding: 15px 0
}

	.comp-footer__social-links li {
		list-style: none;
		width: 36px;
		height: 36px;
		padding: 0;
		margin-right: 12px
	}

		.comp-footer__social-links li:before {
			display: none
		}

		.comp-footer__social-links li a img {
			width: 100%
		}

.comp-footer__quick-links {
	font-size: 12px;
	font-weight: 200;
	letter-spacing: .09rem;
	padding: 10px 0
}

	.comp-footer__quick-links li {
		padding: 0;
		position: relative
	}

		.comp-footer__quick-links li:first-child {
			padding-left: 0
		}

		.comp-footer__quick-links li:before,
		.comp-footer__quick-links li:last-child:after {
			display: none
		}

.comp-footer__copyrights {
	font-size: 12px;
	padding: 15px 0
}

	.comp-footer__copyrights p {
		padding: 0 0 5px
	}

@media(min-width:768px) {
	.comp-footer__social-links {
		padding: 0 0 15px
	}

		.comp-footer__social-links li {
			width: 46px;
			height: 46px
		}

	.comp-footer__quick-links {
		display: flex;
		flex-wrap: wrap
	}

		.comp-footer__quick-links li {
			padding: 0 7px
		}

			.comp-footer__quick-links li:after {
				content: "";
				position: absolute;
				right: 0;
				top: 5px;
				height: 12px;
				background: #fff;
				width: 1px
			}
}

.comp-cookie-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00afd7;
	padding: 12px 115px 10px 15px;
	display: none;
	z-index: 2
}

	.comp-cookie-bar.show {
		display: block
	}

	.comp-cookie-bar p {
		color: #fff;
		font-size: 16px;
		padding: 5px 0
	}

		.comp-cookie-bar a,
		.comp-cookie-bar p a {
			color: #fff;
			text-decoration: underline
		}

	.comp-cookie-bar button.close {
		position: absolute;
		top: 12px;
		right: 20px;
		background: #002958;
		color: #fff;
		opacity: 1;
		padding: 1px 12px;
		font-weight: 400;
		border-radius: 5px
	}

.section-gap {
	padding: 50px 0
}

.bg-blue {
	background: #002958
}


/* copy from custom.css */
.c-header__navExpWrapper:before {
	/*background-image: url("expanded-nav-mobile-top-bg.png");*/
}

.c-header__navItem {
	/* background-image: url('link-btn-bg.png');*/
}

@media (min-width: 1200px) {
	/*.c-header__navExpWrapper:before {
        background-image: url("expanded-nav-desktop-top-bg.svg");
    }*/
}


/* CF added */
.c-header {
	background-color: white;
}

.c-header__utilityTopNav .btn,
.c-header__utilityTopNav .btn:hover,
.c-header__utilityTopNav .btn:focus-visible,
.c-header__utilityTopNav :focus-visible,
.c-header__utilityTopNav a:focus-visible,
.c-header__utilityTopNav button:focus-visible,
.c-header__utilityCon .btn,
.c-header__utilityCon .btn:hover,
.c-header__utilityCon .btn:focus-visible,
.c-header__utilityCon :focus-visible,
.c-header__utilityCon a:focus-visible,
.c-header__utilityCon button:focus-visible,
.footer__contactus .btn,
.footer__contactus .btn:hover,
.footer__contactus a
.footer__contactus a:hover {
	outline: 1px solid #fff;
	background-color: white;
	color: #212121 !important;
	font-weight: 400;
	text-shadow: none;
	padding: 8px 20px 14px 20px;
	margin: 14px 5px;
	height: 18px;
}

.c-header__utilityTopNav {
	height: 48px;
}

.c-header__utilityNav .online-store,
.c-header__utilityNav .online-store:hover {
	padding: 8px 0px 12px 0px;
}

.c-header__utilityNav .online-store-search,
.c-header__utilityNav .online-store-search:hover {
	/*	width: 130px;*/
	padding: 8px 12px 12px 12px;
}

.c-header__utilityNav .btn img {
	width: 20px;
}


.c-header__utilityTopNav .online-store,
.c-header__utilityTopNav .online-store:hover {
	padding: 8px 12px 14px 12px;
}

`

.c-header__utilityTopNav .online-store-search,
.c-header__utilityTopNav .online-store-search:hover {
	padding: 8px 8px 14px 8px;
}

.c-header__utilityTopNav .btn img {
	width: 20px;
}



.footer__contactus .btn,
.footer__contactus .btn:hover {
	color: white !important;
}

.c-header__searchCon input {
	font-family: rival-sans, sans-serif;
}

nav {
	background: none;
}

	nav ul,
	.c-header__subNav ul {
		margin-left: 0px;
	}

.c-header__subNav li a {
	font-family: rival-sans, sans-serif;
	color: #212121;
}

@media(max-width:1200px) {
	.c-header__utilityCon_main {
		display: none;
	}
}

@media(min-width:1200px) {
	.c-header__utilityCon_mobile {
		display: none;
	}
}

.c-header__utilityCon_mobile .c-header__utilityTopNav a {
	color: white
}

.c-header--expanded .c-header__utilityTopNav .btn {
	border-color: #002958;
	background: #fff;
	display: block;
	color: #000;
}

.c-header__utilityCon_mobile .c-header__utilityTopNav {
	height: auto;
}

.comp-footer .row {
	display: flex;
}

.comp-footer h4 {
	font-family: quincy-cf,serif;
	font-weight: 900;
	font-size: 26px !important;
}

.comp-footer a {
	color: white;
	text-decoration: none;
}

.comp-footer__quick-links {
	list-style: none;
}

	.comp-footer__quick-links a {
		text-decoration: underline;
	}

		.comp-footer__quick-links a:hover {
			text-decoration: none;
		}

.comp-footer__social-links {
	margin-left: 0px;
}

.comp-footer__copyrights p {
	margin-bottom: 0px;
	color: white !important;
	font-size: 12px !important;
}

.comp-footer .btn {
	color: white;
	background-color: transparent;
}

	.comp-footer .btn a:hover {
		padding: 10px 25px;
		margin: 25px 0;
	}


/* new 2.0 header */
.c-header__navigation {
	display: none;
	position: fixed;
	inset: 0;
	padding: 8rem 8rem 2rem 8rem;
	background: #fff;
	z-index: 9999;
	border: none;
	overflow-y: auto
}

	.c-header__navigation.show {
		display: block
	}

@media(min-width: 1200px) {
	.c-header__navigation {
		display: block;
		position: relative;
		padding: 0;
		overflow: visible
	}

	.c-header__hamburger,
	.c-header__hamCon {
		display: none
	}
}

ul.nav-menu {
	max-width: 1200px;
	margin: 2rem auto 0 auto;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #84bd00
}

	ul.nav-menu li.nav-item {
		position: static;
		list-style: none;
		padding: 0;
		margin: 0
	}

	ul.nav-menu li:before {
		display: none
	}

	ul.nav-menu a.nav-link {
		position: relative;
		display: block;
		line-height: 1;
		padding: 2rem;
		font-family: quincy-cf, serif;
		font-size: 18px;
		text-align: center;
		font-weight: 900;
		color: #002958;
		text-decoration: none
	}

		ul.nav-menu a.nav-link:after {
			display: none;
			content: "";
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 8px;
			background: #cedc00
		}

		ul.nav-menu a.nav-link.focus:after,
		ul.nav-menu a.nav-link.open:after {
			display: block
		}

.sub-nav {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	background: #f8f8f8;
	padding: 3rem;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .1);
	transition: .3s
}

	.sub-nav.open {
		opacity: 1;
		visibility: visible
	}

ul.sub-nav-group {
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, 1fr);
	gap: 10px
}

	ul.sub-nav-group li {
		padding: 0
	}

	ul.sub-nav-group a {
		font-family: rival-sans, sans-serif;
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
		color: #000;
		padding: 0
	}

		ul.sub-nav-group a:hover {
			text-decoration: underline
		}



@media(max-width: 1200px) {
	.c-header {
		padding: 10px 0
	}

	ul.nav-menu {
		flex-direction: column;
		align-items: flex-start;
		border: none
	}

	ul.sub-nav-group li {
		margin-bottom: 1.5rem
	}

	ul.nav-menu a.nav-link {
		text-align: left;
		padding: 0;
		margin-top: 3rem
	}

		ul.nav-menu a.nav-link:before {
			content: "";
			display: block;
			width: 36px;
			height: 12px;
			margin-bottom: 1rem;
			background: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAEcAAAAYCAYAAACoaOA9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8 + IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUxRjM0MjBEODZGOTExRUQ5MzYwREY5NDYyRDQyQkFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUxRjM0MjBFODZGOTExRUQ5MzYwREY5NDYyRDQyQkFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTFGMzQyMEI4NkY5MTFFRDkzNjBERjk0NjJENDJCQUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTFGMzQyMEM4NkY5MTFFRDkzNjBERjk0NjJENDJCQUEiLz4gPC9yZGY6RGVzY3JpcHRpb24 + IDwvcmRmOlJERj4gPC94OnhtcG1ldGE + IDw/eHBhY2tldCBlbmQ9InIiPz59W0eqAAACCUlEQVR42rTZTUrDQBQH8P9ErNseQUEK7tSC4M7ewBvY3kRP0ngDb1C7cmNod6IU7BHcVknHl4KlppPJezNvZhMI5M3Lb74TQFBmC4xnn7hDgjJ7wzHFn7zQNUl8yrug/CXPZBIYCwxtiVwbqIKxHUwo/s1RRx + oyrfK21D + EiAjgfn34AGGFyd41IKB3QExWK6 + Mbg + w1ILZvcevUveP8UoGscFowXkhFEEcsFIgEwoTCyQF0YByAfDBTIxMKFALJgIIA4MB8jEwkiBRDABQBKYNiCjAcMFCoIRAIXA + ICMFkwbUBQMAygGpgnIaMI0AanAeIA0YFxARhumDqQK4wDShKkDmRQw20osHkxGu2mb4EhAQIRSxR8nyZ2AsvUaU6Qpy9Liia5fSaKXmGYlnqt6EuU/zfo95HbdvpWWwqx + MLjqYU4tO6BWnqtGX + PxskfDloaVoXq0gajXjGhY5dsJufjAUKmLbmBqE2aXGqCad861YPZWwkOKj/jh + wezt5QrAO3BqAI5YDSBdmGcm8AIoEYYFSAPjAZQHabx + BAA1AoTBcSAiQFywXgPngIgNkwQkAAmBKgJpvWTBQNIDCMCCoCRAPlgWB+7PEDBMCygCBgOUBsMC6cBKBrGC6QA4wPiwLBxakBqME4gRRgXEBdGXF4XuE3466RbvOM+0VFgA1QsZOi/AgwAscjVdFOuS1cAAAAASUVORK5CYII=");
			background-size: contain
		}

	.sub-nav {
		opacity: 1;
		visibility: visible;
		position: relative;
		padding: 2rem 0 0 0;
		background: none;
		box-shadow: none
	}

	ul.sub-nav-group {
		display: block
	}

	a.desktop-search-btn {
		display: none
	}

	a.online-store {
		margin: 5px 0 !important;
		padding: 6px 25px !important;
		min-height: 0 !important
	}

		a.online-store:after {
			content: "Cart"
		}
}



/* CF Fix */
.sub-nav {
	display: none
}

.c-header__utilityCon_mobile .c-header__utilityTopNav,
.c-header__utilityCon_mobile .c-header__utilityTopNav a {
	display: block;
	padding-left: 30px;
	width: 75%;
}

@media(max-width: 1200px) {
	.c-header__utilityCon {
		display: none
	}

	ul.nav-menu {
		padding-left: 30px;
		background-color: white;
		display: none;
	}

	.c-header__utilityCon_mobile {
		display: none;
	}
}

@media(min-width: 1200px) {
	.c-header__utilityCon {
		display: block
	}

	ul.nav-menu {
		display: flex;
	}

	.c-header__utilityCon_mobile {
		display: none;
	}
}
