#content .inner{background-color:#FFF;}
div#page {
    position: relative;
    overflow:hidden;
}
div#page:before{
	    background:url(../../lm-1.jpg) left top no-repeat #296259;
	position:absolute;
	content:"";
	    left:0;
	    top:0;
	    height:400px;
	    width:100%;
	    background-size:cover !important;
	    z-index:-1;
}
#main { background: linear-gradient(90deg, transparent 50%, #FFF 50%);}
#content {
    margin-top: 250px;
    position: relative;
}
#content:before{
	content:"";
	position:absolute;
	top:-150px;
	left:0;
	height:72px;
	width:auto;
	background-size:contain !important;
	right:0;
	margin:0 auto;
}
#content .inner {
    padding: 20px 40px;
}
.header-bg-base {
    background: none;
}
.page-node-type-page .block-region-right .article-title h1{
	display:none;
}
.footer-bg-primary{
	margin-top:80px;
}

.taxonomy_term .block .block-title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #BBCFC8;
    line-height: 1 !important;
    margin-bottom: 30px;
    position:relative;
    font-size: 24px;
    font-weight: 600;
}
.taxonomy_term .block .block-title:after{
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #0C704C;
}
.more-link {
    position: initial;
    font-size: 14px;
    margin: 40px auto 40px;
    text-align: center;
}
.more-link a{
	display:inline-block;
	padding:20px 40px;
	color:#FFF;
	background:#007948;
}