/* Sitewide navy footer / xxxxx-hc kp */
.responsive-max-width.site-footer {
	background-color: #193568;
	max-width: 100%;
}

.home .site-main {
	padding-bottom: 0;
}

.home .entry-content {
	padding-bottom: 0;
}

.home .site-main > article > * {
	margin-bottom: 0;
	margin-top: 0;
}

.site-info {
	padding-left: 20px;
}

/* Reduce the main header height SS-29319929-hc */
@media only screen and (min-width: 560px) {
	.site-header {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* Teal coloured border header SS-29319929-hc */
#masthead:after {
	content: "";
	width: 100%;
	display: block;
	height: 20px;
	background: #647C69;
}

/* Orange coloured border header HC-29319929-TV */
.site-header {
	border-bottom: 6px solid #E07A3A;
}

/* Add color lines into footer - MRFX-HC-29323267 */
#colophon {
	position: relative;
	overflow: visible;
	padding-top: 100px;
}

#colophon:before, #colophon:after {
	display: block;
	content: "";
	width: 100%;
	height: 30px;
	background-color: #647D69;
	position: absolute;
	top: 0;
}

#colophon:after {
	top: 0;
	height: 5px;
	background-color: #E07A3A;
}

/* Reduce space between title and content | JC-29327877-hc */
@media only screen and (min-width: 560px) {
	.singular .hentry .entry-header .entry-title, .page-title {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
}

a:hover, a:focus, a:active {
	color: #E07A3A;
}

/*center title on bbpress pages | 29381158-hc*/
.bbpress .entry-title {
    text-align: center;
}

/* menu items font size | 29382759-hc DZ*/
.menu-item a {
	font-size: 16px !important;
}

/* width of field  || HC-33083632 | MM */
#jetpack_protect_answer {
  width: 75px !important;;
}

/* bbPress paragraph spacing */
.bbp-reply-content p {
margin-bottom:8px;
}

/* bbPress line spacing */
.post p {
line-height: 1.5px;
padding-bottom: 15px;
}

#user-submit:hover,
#bbp_topic_submit:hover,
#bbp_reply_submit:hover,
#bbp_search_submit:hover,
#wpforms-submit-12074:hover,
#wpforms-submit-12059:hover {
    background-color: #4cd93d; /* Change to your desired hover color */
    color: #ffffff; /* Change the TEXT color on hover */
}