a {
	word-break: break-word;
	text-decoration: underline;
}
a:hover {
	color: #22520b;
}
.bdy {
	width: 100%;
	max-width: 1200px;
}
#hdr {
	background: #fff;
	padding: 10px 20px;
	padding-bottom: 0;
}
#hdr .hdr-box {
	display: flex;
	justify-content: center;

	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.transparent-bg {
	position: absolute;
	width: 100%;
	z-index: 10;
}
#hdr .left {
	width: 300px;
}
#hdr .left img {
	max-height: unset;
	width: 240px;
}
#hdr .right {
	width: calc(100% - 300px);

	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
#hdr .right li {
	margin-left: 30px;
	text-transform: uppercase;
	white-space: nowrap;
	list-style: none;
}
#hdr .right li a.btn-clear {
	padding: 0px 25px;
	color: #5eb67c;
	border-color: #5eb67c;
	font-weight: 600;
	line-height: 30px;
}
#hdr .right #topnav li {
	padding-bottom: 10px;
}
#hdr .right #topnav li a {
	line-height: unset;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
#hdr .right-text p {
	text-transform: capitalize;
	font-size: 14px;
	color: #35f224;
	font-weight: 700;
}
#hdr .right #topnav li ul {
	background: rgba(0, 0, 0, 0.6);
	box-shadow: none;
	top: 38px;
}
#hdr .right #topnav li a:hover {
	color: #000;
}
#hdr .right #topnav li ul li a {
	background: #f7f7f7;
}
.hvr:hover:before,
.hvr:focus:before,
.hvr:active:before {
	left: 0;
	right: 0;
	background: #098143;
}

#hdr .right-top {
	display: flex;
	align-items: center;
}
#hdr .right li {
	margin-left: 0;
	color: #000;
}
#hdr .right li a {
	text-decoration: none;
}
#hdr .right li a:hover {
	color: #098143;
}
#hdr .right .right-top li:not(:last-child) {
	margin-right: 10px;
}

.announcement {
	text-align: center;
	background: #07a834;
	padding: 16px;
}
.announcement h2 {
	margin: 0;
	color: #fff;
}
.announcement b {
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}
.announcement .second-b {
	color: #000;
}

/* COMMITTEES */
.comm-box ul {
	list-style: none;
	padding: 0;
}
.comm-box ul a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}
.comm-box .comm-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #181818;
	opacity: 0.7;
	transition: 0.6s;
}
.comm-box .comm-link:hover {
	opacity: 1;
	color: #07a834;
	background: #eee;
	text-decoration: none;
}

/* RIGHTSIDE */
.upcoming li span {
	background: #098143;
}

/* FOOTER */
#ftr li a {
	text-decoration: none;
}

@media (max-width: 1400px) {
	.bdy {
		padding: 0 10px;
	}
	#hdr .right-text p {
		display: none;
	}
	#hdr .right #topnav {
		flex-wrap: wrap;
		margin-top: 16px;
	}
	#hdr .right #topnav li ul {
		left: unset;
		right: 0;
		background: #000;
	}
}

@media (max-width: 1200px) {
	#hdr {
		display: none;
	}
	#hdr-mob {
		display: block;
		background: #fff;
	}
	#hdr-mob .icons .icons-bar .bar-wrap .bar {
		background: #000;
	}
	#hdr-mob a {
		color: #000;
	}
	.bdy,
	.bdy-m {
		margin: 20px 0;
	}
}

@media (max-width: 768px) {
	.announcement h2 {
		font-size: 16px;
	}
	.announcement b {
		font-size: 13px;
	}
}
