#content-holder
{
	background-image: url('../img/content.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #e2e2e2;
	padding: 15px;
}

#page-header
{
	background: #fff;
	background-image: url('../img/header.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #e2e2e2;
	clear: both;
	padding: 15px;
	position: relative;
	text-align: left;
}

#page-footer
{
	background-color: #457d43;
	color: #fff;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
}

#page-header img
{
    max-width: 100%;
    height: auto;
}

/* Adjustments to bulma */


.reduced-top-padding {
	padding-top: 24px;
}

.reduced-bottom-padding {
	padding-bottom: 24px;
}

.no-bottom-padding {
	padding-bottom: 0px;
}


a {
	color: #457d43;
	text-decoration: underline;
}				

a:focus {
	padding: 3px;
	outline: 1px auto #3b8896;	
}

ul.menu-list li a:focus {
padding-bottom: 8px;
padding-left: 12px;
padding-right: 12px;
padding-top: 8px;
}

ul.menu-list li a.is-active {
	background-color: #457d43;
}


.breadcrumb li.is-active a {
	text-decoration: none;
}

.dropdown#mobile-menu, .dropdown#mobile-menu .dropdown-trigger, .dropdown#mobile-menu .dropdown-trigger button, .dropdown .dropdown-menu {
	width: 100%;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow:auto;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

a.list-group-item.active {
	color: #fff !important;
}



/* Specialist css to support the homescreen coolness */

.mgtile-row
{
	text-align: center;
}

.mgtile
{
	background-color: #fff;
	color: #457d43;
	border: 2px solid #457d43;
	border-radius: 5px;
	width: 189px;
	height: 189px;
	display: inline-block;
	transition: all 0.5s ease;
	text-align: center;
	font-size: 1.8em;
	text-decoration: none;
	line-height: 1em;
	/*float: left;*/
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.mgtile.line1  i.fa
{
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 25px;
}

.mgtile.line2 i.fa
{
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 12px;
}

.mgtile:hover
{
	background-color: #457d43;
	color: #fff;
	text-decoration: none;	
}
