/*
Copyright 14-Feb-2017 - Little Fire Digital Ltd
-----------------------------------------------------------------------
Reuse and modification by permission only
*/
/* 
	Created on : 14-Feb-2017, 11:30:27
	Author     : simon
	Copyright     : Little Fire Digital Ltd  14-Feb-2017
*/

.green_box {
	padding: 10px 15px;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	overflow: hidden;
	background-color: #009933;
}

#columnRight .green_box {
	margin-top: 10px;
}

.green_box:hover {
	background-color: #333;
}

.green_box.has_url {
	padding-bottom: 40px;
}

.green_box:before,
.green_box:after {
    content: " ";
    display: table;
}

.green_box .read_more {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 20px;
}

.green_box:after {
    clear: both;
}

.white_border {
	border: 1px solid #fff;
}

.white_border_top {
	border-top: 1px solid #fff;
}

.white_border_bottom {
	border-bottom: 1px solid #fff;
}

.green_box > img {
	float: left;
	width: 40px;
}

/* ensure there's always space for a readmore */
.has_readmore .blue_box_copy {
	margin-bottom: 20px;
}

.green_box > img + .blue_box_copy {
	margin-left: 60px;
}

.green_box h2,
.green_box h3,
.green_box h4 {
	margin-top: 0;
	color: #fff;
	font-weight: 300;	
}

.green_box a,
.green_box a:visited,
.green_box h2 a,
.green_box h2 a:visited,
.green_box h3 a,
.green_box h3 a:visited,
.green_box h4 a,
.green_box h4 a:visited {
	color: #fff;
	transition: opacity .5s ease;
	opacity: 1;
	text-decoration: none;
}

.green_box a,
.green_box a:visited {
	text-decoration: none;	
}

.green_box,
.green_box a:hover,
.green_box h2 a:hover,
.green_box h3 a:hover,
.green_box h4 a:hover {
	text-decoration: none;
	opacity: 7;
	color: #fff;
}

.blue_box_read_more {
	
}

.footer_menus .green_box {
	min-height: 120px;
}