<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******------------------------******/
/****** #Menhaden Landing Page ******/
/************************************/
/* #region Menhaden Landing Page Start */
html,
body {
	height: auto;
}

#menhaden-lp h2,
h3,
h4,
h5,
h6 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	text-transform: uppercase;
}

#menhaden-lp h2 {
	color: white;
	text-transform: uppercase;
	border-bottom: 3px solid #5eaaea;
	font-size: 55px;
}

#menhaden-lp h3 {
	color: white;
	font-size: 26px;
}

#menhaden-lp h4 {
	font-size: 21px;
}

#menhaden-lp p {
	font-family: old-standard, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

#menhaden-lp a.btn-men,
#menhaden-lp button.btn-men {
	color: white;
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-size: 24px;
	padding: 10px 1em;
	border: 1px solid #5eaaea;
	border-radius: 5px;
	margin: 10px 0;
}

#menhaden-lp a.btn-men:hover {
	color: #5eaaea;
	background-color: white;
}

#men-header video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: bottom right;
}

#men-header {

	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	align-items: center;
	transform: translateY(-40px);
	width: 100%;
	min-height: fit-content;
	height: 56vw;
	background-position: top center;
}
#men-header h1,
#men-header h2 {
	color: #fff;
	line-height: 1em;
}
#men-header h1 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-size: 85px;
	margin: 0;
	text-transform: uppercase;
}

#men-header .h1-top {
	font-size: 120px;
	display: block;
}
#men-header h2 {
	text-decoration: none;
	border: none;
	font-size: 35px;
	text-transform: uppercase;
	font-family: din-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0;
	margin-bottom: 20px;
}
#men-header a.btn-men {
	color: #fff;
	background-color: #5eaaea;
	margin-right: 20px;
}

a.btn-men--outline {
	color: #fff;
	background-color: transparent;
	border-color: white;
}
#men-header a.btn-men:hover {
	background-color: #12222f;
	color: white;
	border-color: #12222f;
}

.forage-hero {
	margin: 50px;
	animation: slide 1.4s forwards;
	animation-delay: 0.5s;
	margin-left: -1000px;
	z-index: 4;
	position: relative;
}

@keyframes slide {
	100% {
		margin-left: 40px;
	}
}

#men-help {
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -300px;
	padding-top: 300px;
	padding-bottom: 360px;
	z-index: 30;
	position: relative;
	-webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
}
#men-help #action-form .at-form header.at-title {
	font-size: 16px;
	display: none;
}
#men-help #action-form .at h1 {
	padding-top: 20px;
	text-transform: none;
	width: 100%;
}
#men-help .btn-men {
	display: block;
	margin: 0 auto;
}
#men-help .men-prompt {
	margin: 20px 0;
}
#men-help h2 {
	color: #0f274e;
	text-align: center;
}
#men-help a {
	color: #5eaaea;
}
#men-help a:hover {
	color: #000;
}
#men-help button.btn-men {
	color: #fff;
	background-color: #5eaaea;
}
#men-help button.btn-men:hover {
	border-color: #12222f;
	background-color: #12222f;
}
#men-help .help-call {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 2em 1em;
}
#men-help .fa-lead {
	font-size: 12px;
}
#men-help .fastaction-block {
	padding: 10px;
}
#men-help .menhaden-doing {
	color: #0f274e;
	padding: 1.5rem;
	margin-bottom: 30px;
	overflow: hidden;
}
#men-help .orbit-bullets {
	width: 100%;
	left: 0;
	text-align: center;
	padding: 20px 0;
}
#men-help .orbit-bullets button {
	background-color: transparent;
	font-family: bebas-neue-by-fontfabric, sans-serif;
	-webkit-background-size: cover;
	background-size: cover;
	text-transform: uppercase;
	width: auto;
	width: -webkit-max-content;
	width: max-content;
	font-size: 20px;
	margin: 0 5px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	color: #0f274e;
	font-weight: bold;
	opacity: 0.5;
	border-radius: none !important;
}
#men-help .orbit-bullets button:not(:first-of-type):before {
	content: "|";
	margin-right: 10px;
	color: #5eaaea;
	opacity: 1;
}
#men-help .orbit-bullets button.is-active {
	background-color: transparent;
	color: #12222f;
	opacity: 1;
}
#men-help .orbit-bullets button:hover {
	color: #12222f;
	background-color: transparent;
	opacity: 1;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#men-help .orbit p {
	font-size: 18px;
}

#men-eco {
	background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/Gaelin_200823_6971 1.png");
	-webkit-background-size: cover;
	background-size: cover;

	text-align: center;
	padding-bottom: 125px;

	z-index: 40;
	position: relative;
}
#men-eco h2 {
	color: white;
}
#men-eco p {
	color: #fff;
}
#men-eco .men-compress {
	padding: 0 200px;
}

small {
	font-size: 10px;
}

#men-prob {
	background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-prob.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 200px;
	margin-top: -40px;
	padding-top: 40px;
	color: #fff;
	z-index: 50;
	position: relative;
}

#menhaden-lp button.popup-btn {
	margin: 0 auto;
	display: block;
}
#men-prob p {
	padding: 1em 0;
	font-size: 18px;
	background-color: rgba(94, 170, 234, 0.7);
}
#men-prob h2 {
	border: none;
	line-height: 1.1em;
	font-size: 40px;
	margin-bottom: 0.3em;
}
#men-prob h3 {
	line-height: 1.1em;
}
#men-prob img {
	padding-right: 0;
	position: relative;
	z-index: 4;
}
#men-prob h4 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	color: #fff;
}

.box {
	background: #12222f;
	padding: 10px;
	padding-bottom: 20px;
	border-radius: 5px;
	margin: 40px;
	margin-left: 70px;
	max-width: 100%;
}

.box-item {
	border: 1px solid white;
	padding: 10px;
	border-radius: 5px;
	margin: 15px 0;
}

.box-title {
	font-family: old-standard, serif;
	display: block;
	font-size: 18px;
	line-height: 1.1em;
}

.box-subtitle {
	font-family: old-standard, serif;
	font-style: italic;
	display: block;
	line-height: 1em;
	margin-bottom: 5px;
}

#men-share {
	background: #12222f;
	color: white;
	padding-bottom: 20px;
}

.et_social_like {
	display: none !important;
}
.share-content {
	max-width: 600px;
	margin: 0 auto;
}

.box-aka {
	font-size: 14px;
	display: block;
}

.box-aka:before {
	content: "AKA";
	color: #5eaaea;
	margin-right: 5px;
}

.box-stripe {
	border-color: #ebc700;
	padding-left: 30px;

	margin-left: -20px;
}

#men-others {
	background-image: linear-gradient(45deg, #061328, #09172d66),
		url(/wp-content/themes/trcptheme/assets/images/menhaden/Gaelin_210803_0687-min.png);
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -300px;
	padding-top: 300px;
	padding-bottom: 200px;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
	clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
	z-index: 20;
	color: white;
	position: relative;
}

#men-related {
	background-image: linear-gradient(45deg, #061328, #09172d66),
		url(/wp-content/themes/trcptheme/assets/images/menhaden/gull.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
	z-index: 20;
	color: white;
	position: relative;
}

.reveal button.close-button {
	background: #12222f;
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	transform: scale(1.4);
}

.reveal .close-button:hover,
.reveal.close-button:focus {
	color: white;
	background: #5eaaea;
}

#men-related h2 {
	text-align: center;
}

.et_monarch .et_social_networks .et_social_icons_container {
	display: flex;
	justify-content: center;
}

#men-others h2 {
	text-align: center;
}

#men-others #men-others-right p {
	text-align: left;
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
#men-others #men-others-right a {
	color: white;
}
#men-others #men-others-right a:hover {
	color: #fff;
}
#men-others #men-others-right p.men-news-link {
	font-size: 20px;
}
#men-others .article-featured-title a {
	color: white;
	text-align: left;
}
#men-others .article-featured-title a:hover {
	color: #fff;
}

.external-link {
	display: flex;
	grid-gap: 20px;
}

.external-link h4 {
	margin: 0;
	font-size: 16px;
	line-height: 1.2em;
}

.external-link__img {
	height: 100px;
	width: 200px;
}

.external-link i {
	font-size: 20px;
}

.external-link__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#men-partners {
	background-color: white;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	margin-top: -300px;
	padding-top: 300px;
}
#men-partners .men-logo-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (200px) [auto-fit];
	grid-template-columns: repeat(auto-fit, 200px);
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-gap: 20px;
	margin-bottom: 30px;
}

#men-partners h2 {
	color: #12222f;
}

.men-credit {
	color: white;
	display: block;
	margin-top: 40px;
	font-weight: bold;
}

@media screen and (max-width: 700px) {
	#men-header {
		height: auto;
		margin-top: 140px;
	}

	#men-header h1,
	#men-header .h1-top,
	#men-header .h1-bottom {
		font-size: 50px;
	}
	#men-header h2 {
		font-size: 20px;
	}
	#men-header a {
		font-size: 16px;
	}
	#menhaden-lp h2 {
		font-size: 30px;
	}
	#men-prob {
		padding-bottom: 200px;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	#men-eco .men-compress {
		padding: 0;
	}

	.box-stripe {
		padding-left: 20px;
		margin-left: 0;
	}
	.row .box {
		margin-left: 0;
	}
}

#men-help button.btn-men--dark-outline,
#men-help .btn-men.btn-men--dark-outline {
	font-size: 14px;
	border-color: #12222f;
	background-color: transparent;
	color: #12222f;
	padding: 10px;
	margin: 0;
}

#men-help button.btn-men--dark-outline:hover,
#men-help .btn-men.btn-men--dark-outline:hover {
	background-color: #12222f;
	color: white;
}

.slide-content img {
	box-shadow: 9px 9px 0 0 #12222f;
	margin-bottom: 20px;
}
.men-btn-set {
	display: flex;
	grid-gap: 20px;
	margin: 0 auto;
	padding-top: 20px;
	justify-content: center;
}

#men-slider .orbit-caption {
	position: absolute;
	bottom: 0;
	color: white;
	text-align: center;
}

#men-slider, #men-slider .orbit-figure {
	height: 500px;
}

@media screen and (min-width: 40em) {
#men-slider, #men-slider .orbit-figure {
	height: 900px;
}
}

#men-slider .orbit-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*# sourceMappingURL=menhaden.css.map */
</pre></body></html>