*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

 body {
	background: #e6e6e6;
	margin-bottom: 1em;
	margin: 0 auto;
	font-family: "Lato", Trebuchet, Verdana, Segoe, sans-serif;
  	color: #565656;
  	line-height: 1.5em;
}


img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #444;
}
h1 {
	font-size: 1.5em;
	line-height: 1.2em;
}

a:hover {
	color: #000;
}

#container {
	max-width: 650px;
	background: #fff;
	padding: 1em 3em;
	margin: 0 auto;
-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.75);

}

.jumplinks {
	display: none;
}

#get-assistance {
	float: right;
	margin-right: 2em;
	font-size: .6em;
	line-height: 1.3em;
	min-height: 90px;
}

#get-assistance ul {
	margin-left: -4em;
	list-style: none;
}


.logo {
	display: block;
}
.banner {
	display: block;
	margin-top: 1em;
	background-color: #ff0000;
	min-height: 200px;
	clear: both;
}
#content {
	margin-top: 1em;
	overflow: hidden;
}
#columns {
	clear: both;
}
#leftcolumn, #rightcolumn, .featurecolumn {
	width: 50%;
	padding: 1em;
	float: left;
}
.featureblock {
	width: 100%;
	clear: both;
}
.bottomborder {
	border-bottom: 1px solid #e6e6e6;
}
.fulltext {
	text-align: left;
	width: 100%;
	clear: both;
}
.ministerblock {
	clear: both;
	font-size: .8em;
}
figure {
	margin-left: 0;
}
#showhide {
	display: none;
}
.expand {
	font-size: .8em;
	float: right;
	width: 100%;
}
.smallphoto {
	float: left;
	padding: 0 10px 10px 0;
	width: 110px;
}
.captionright {
	line-height: 1.2em;
}
.columnfeature {
	min-height: 150px;
}
.feature {
	font-size: 1.2em;
}
.featureborder {
	font-size: .8em;
	border: 1px solid #333;
	padding: 1em;
}
footer {
	margin-top: 1em;
	background-color: #00ff00;
}


/*================*/
/* Helpers        */
/*================*/
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/* Hide for both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}


