body {
    background-color: #ededed;
    /*min-width: 990px;*/
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.65em;
    margin: 0;
    padding: 0;
}

.wrap {
	margin: 0 auto;
    width: 980px;
}

.wrap section.content {
    /*margin-bottom: 1.5em;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    max-width: 735px;
}

.wrap section.header {
    margin: 15px 0 15px 0;
}

h1 {
    font-size: 18pt;
    margin-bottom: 45px;
    color: #595959;
    margin-top: 0;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

a {
	color: #00487A;
    text-decoration: none;
}

a:focus, a:hover {
    color: #00487A;
    text-decoration: underline;
}

p {
	font-size: 14px;
    margin-bottom: 1.65em;
    margin-top: 0;
    text-align: justify;
}

ul.related-links {
	list-style-type: none;
	text-align: right;
	padding: 0;
	text-decoration: none;
}
li:hover {
	list-style-type: none;
	text-align: right;
	padding: 0;
	background: #EDEDED;
	color: white;
	text-decoration: none;
}

ul.related-links li {
	display: inline-block;
	padding: 5px 10px;
}

/* Gutters */
.gutter-top-20 {
	margin-top: 20px;
}
.gutter-bottom-20 {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

.branding img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
	margin-right: 15px;
}

.branding .name {
	display: inline-block;
	vertical-align: middle;
}

.branding .name span {
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: rgba(0, 0, 0, .5);
}


footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    padding: 10px 0 17px 0;
    position: relative;
    background: #00487A;
    color: white;
    margin-top: 30px;
}
footer p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}
footer a {
    color: #456c8a;
}
footer a:focus, footer a:hover {
	text-decoration: underline;
	color: #00487A;
}
footer img {
	display: inline-block;
	vertical-align: middle;
	max-width: 55px;
	margin-right: 15px;
}
footer .info {
	display: inline-block;
	vertical-align: middle;
}

.clearfix {
	clear: both;
	width: 0;
	height: 0;
}

section.sidebar .module {
	/*margin-bottom: 20px;*/
}

section.sidebar .module .header {
    background-color: #00487A;
    color: white;
    font-weight: normal;
    font-size: 13pt;
    padding: 13px 18px;
    line-height: 15px;
    margin-bottom: 1px;
    border-bottom: 1px solid #325990;
}

section.sidebar .module .content {
    background-color: #f4f4f4;
    margin: 0;
    padding: 4px;
}

section.sidebar .module .content a {
	display: block;
    padding: 5px 3px;
    background-color: #f4f4f4;
    text-decoration: none;
    color: #565656;
    position: relative;
    font-size: 8pt;
    line-height: 1.5;
}

section.sidebar .module .content a:hover, section.sidebar .module .content a:focus {
	background: #fff;
}

.news-row img {
	width: 50px;
	height: auto;
	margin-right: 5px;
}
.news-row img, .news-row .info {
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 980px) {
	section.content {
		float: left;
	}
	section.sidebar{
		margin-left: 735px;
	}
}

/* Mobile and tablets */

@media screen and (max-width: 980px) {
	.wrap {
		margin: 0 auto;
	    width: 100%;
	}
	.wrap section.content {
		max-width: 100%;
		width: 100%;
	}
	h1 {
		margin-bottom: 20px;
	}
	footer {
		padding: 15px;
	}
	footer img {
		display: none;
	}

	.branding {
		padding: 0 15px;		
	}
}