.site-title {
	display:none
}

.site-info {
	display:none
}


.masthead-banner{
	padding:30px 0
}

.cus-outerdiv-header {
	position: relative;
}

.cus-innerp-header {
	background: #cc0000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
 }

.cus-news-padding li.page_item {
    padding-top: 10px;
}

.mailmunch-sidebar {
	padding:10px;
	background:white
}

#section-holder.wrap {
	float: left;
}

/* unvisited link */
.entry-content>p>a:link {
  color: #aa0000;
}

/* visited link */
.entry-content>p>a:visited {
  color: #aa0000;
}

/* mouse over link */
.entry-content>p>a:hover {
	text-decoration: underline;
}

/* selected link */
.entry-content>p>a:active {
  /*color: blue;*/
}

/* no title on homepage 
.entry-header {
	display:none;
}
/* END -- no title on homepage */

/* Smooth Anchors 
html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
/* END Smooth Anchors  */

.entry-content>p {
	line-height: 1.7em;
}

.mb-0 {
	margin-bottom: 0px;
}

/* =========================== */


/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}