
/* Blending E-voice automated footer with custom footer Merton CIL */
.footer {
    border-radius: 0;
    min-height: 150px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0px;
    padding-bottom: 50px;
} 

.full-width{
	position: relative;
	padding: 10px 0 10px;
}

.full-width::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5000px;
	left: -1000px;
	background: #f45000;
	z-index:-10;
	border: none;
	box-shadow: 0px 0px;
}

 .well{
	background-color: #ffffff;
    border: 0px #FFFFFF;
	box-shadow: 0px 0px;
	border: 0px #FFFFFF;
 }

/* Hiding Boostrap Components*/

/*Increasing Logo height*/
#logoImage, #footerImage {
    max-width:100%;
    max-height:100%;
}
/* end Increasing Logo height*/
 
 .nav-light .navbar-nav > li > a, .nav-light .navbar-nav > li > a:link, .nav-light .navbar-nav > li > a:focus {
    color: #fff;
}
.nav-light .navbar-nav > li > a:hover {
    color: #646464;
}
.nav-light .navbar, .nav-light#navigation .js-clingify-locked {
    background-color: #6AA121;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.flexslider h2.slider-title {
    color: #3097be;
    margin-top: 5px;
}

.breadcrumb > .active {
    color: #04B404;
}
body #header-hidden-link a.show-hide, body .flex-control-nav li a:hover, body .flexslider-wrapper .flex-control-nav li a.flex-active, body .static-banner .flex-control-nav li a.flex-active {
    background: red;
}
.flex-control-nav li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    background: #6AA121;

}
.title-divider {
    text-align: left;
    margin-bottom: 1em;
    background: #ffffff;
    padding: 0;

}
h1.community-name {
    margin-top: 15px;
    color: black;
}

body #footer {
    border-top: 2px solid #f50c1c;
    background-color: white;
}


