/* Local replacement for the archived Weebly theme CSS used by news.php. */
html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f5f2;
	color: #2a2a2a;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	color: #0a4f9f;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

.wrapper {
	min-height: 100vh;
	background: #fff;
}

.container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.dusk-header {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	z-index: 10;
}

.nav-wrap {
	background: #fff;
}

.nav-wrap > .container {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 86px;
}

.dummy-nav {
	display: none;
}

.logo {
	flex: 0 0 auto;
}

.wsite-logo a {
	color: #0629c1;
	text-decoration: none;
}

#wsite-title {
	display: block;
	max-width: 290px;
	font-family: "Bree Serif", Georgia, serif;
	font-size: 28px;
	font-style: italic;
	line-height: 1.05;
	text-transform: uppercase;
}

.desktop-nav {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 1 auto;
	justify-content: flex-end;
}

.wsite-menu-default,
.wsite-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wsite-menu-default {
	display: flex;
	align-items: center;
	gap: 4px;
}

.wsite-menu-item-wrap {
	position: relative;
}

.wsite-menu-item,
.wsite-menu-subitem {
	display: block;
	padding: 10px 12px;
	color: #222;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
}

.wsite-menu-item:hover,
.wsite-menu-subitem:hover,
.wsite-nav-current > a {
	color: #cf052b;
	text-decoration: none;
}

.wsite-menu-wrap {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: #cf052b;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.wsite-menu-item-wrap:hover > .wsite-menu-wrap {
	display: block !important;
}

.wsite-menu-wrap .wsite-menu {
	display: block;
	padding: 8px 0;
}

.wsite-menu-wrap .wsite-menu-subitem {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	padding: 8px 16px;
}

.hamburger,
.mobile-nav-toggle,
.search-toggle,
.site-utils {
	display: none;
}

.wsite-search {
	display: none;
}

.banner-wrap {
	background: #1d2f45;
}

.wsite-header-section {
	min-height: 290px;
	background-position: center;
	background-size: cover !important;
	position: relative;
}

.wsite-header-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 15, 29, 0.42), rgba(4, 15, 29, 0.08));
}

.wsite-section-content {
	position: relative;
	z-index: 1;
}

.banner {
	min-height: 290px;
}

.main-wrap {
	background: #fff;
}

.wsite-body-section {
	padding: 44px 0 56px;
}

.wsite-section-elements {
	max-width: 920px;
	margin: 0 auto;
}

.wsite-content-title {
	margin: 0 0 20px;
	color: #111;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
}

.paragraph {
	margin: 0 0 24px;
	color: #3f3f3f;
	font-size: 16px;
	line-height: 1.7;
}

.paragraph font {
	font-family: inherit;
}

.styled-hr,
hr {
	border: 0;
	border-top: 1px solid #dcdcdc;
	margin: 20px 0;
}

.footer-wrap {
	background: #f4f5f2;
	border-top: 1px solid #e1e1e1;
	padding: 28px 0;
}

.footer .paragraph {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.wsite-spacer {
	height: 18px !important;
}

.wsite-multicol-table {
	width: 100%;
	border-collapse: collapse;
}

.wsite-multicol-col {
	vertical-align: top;
}

.mini-cart-screen,
.template-script {
	display: none;
}

@media (max-width: 900px) {
	.nav-wrap > .container {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px 0;
	}

	.desktop-nav,
	.wsite-menu-default {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}

	.wsite-menu-wrap {
		position: static;
		box-shadow: none;
	}

	.wsite-header-section,
	.banner {
		min-height: 220px;
	}

	.wsite-body-section {
		padding: 30px 0 42px;
	}

	.wsite-content-title {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	.container {
		width: min(100% - 24px, 1120px);
	}

	#wsite-title {
		font-size: 24px;
	}

	.wsite-menu-item,
	.wsite-menu-subitem {
		padding-left: 0;
	}

	.wsite-header-section,
	.banner {
		min-height: 170px;
	}

	.paragraph {
		font-size: 15px;
	}
}
