/* @import url(forms.css);
@import url(editor.css); */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(style.css);

/* .row_divider:nth-child(4), .row_divider:nth-child(5), .row_divider:nth-child(6) {
    background: #C9D500;
    margin: 0px;
    padding: 10px 0px 10px 10px;
} */
.width33 {
    background: #005c02;
}
.greenbackground {
	    background-color: #005C02;
}
.greenbackground p, .greenbackground h2, .greenbackground p a, .greenbackground a {
	color: #FFF;
}
.greenbackground h2{
	margin: 0 !important;
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    font-size: 22px;
    display: block;
    text-align: center;
}
.greenbackground p {
	padding: 10px;
}

@media(max-width: 801px) {
.lastWidget33, .width33 {
	float: left!important;
    overflow: hidden!important;
    width: 100%!important;
    margin-bottom: 1em!important;
}
.header_text_box img {
    width: 100%;
}
}

.new_widget.width50.lastWidget50 {
	    display: flex;
    flex-direction: column;
   /*  background-image: url(https://www.telford.gov.uk/ourplan/site/images/telfordmap.jpg); */
    margin: 0 auto;
    text-align: center;
    /* border: 4px solid #005C02; */
    /* padding: 10px; */
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
	    background: #005C02;
}
.button.button__map {
    text-align: -webkit-center;
    background-color: #005C02;
    border: 0px;
    border-radius: 0px;
    color: #FFF;
    font-size: 20px;
}

.row_divider:nth-child(5) .new_widget.width33, .row_divider:nth-child(6) .new_widget.width33, .row_divider:nth-child(7) .new_widget.width33, .row_divider:nth-child(8) .new_widget.width33 {
    display: flex;
    flex-direction: column;
    background: #005c02;
    margin: 0 auto;
    text-align: center;
}
.new_widget.width33:hover {
    color: #ffffff !important;
    text-decoration: underline;
    background: black!important;
}
.new_widget.width50.lastWidget50:hover {
    color: #ffffff !important;
    text-decoration: underline;
    background: black!important;
}


@media (max-width: 1024px) {
	.new_widget.width50.lastWidget50 {
	background-image: none;
	}
}


