* {
	box-sizing: border-box;
}
	
html {
	height: 100%;
}

body {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    line-height: 160%;
    color: #005199;
    margin: 0;
    padding: 0;
	background-color: #fff;
	display: block;
}

.btn-primary {
    background-color: #005199 ! important;
    border-color: #005199 ! important;
}

a.blue {
    color: #005199 ! important;
}

div {
	display: block;
}

div.header {
	overflow: hidden;
	background-color: white;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(9,71,143,0.4);
}

.header img {
	height: 55px;
	margin: 3px;
}

.header_left {
	padding-left: 60px;
	padding-bottom: 15px;
	padding-top: 15px;
	height: auto;
}

.header_right {
	padding-right: 40px;
}

.header_right li {
    font-size: 16pt;
    color: #005199;
}

figure.header-img {

    max-width: 100%;
	flex: 0 0 auto;
}
figure > img {
    width:100%;
    height:auto;
    margin-top: 90px;

}

.content {
	display: flex;
	flex-direction: column;
    min-height: 400px;
    overflow-x: hidden;
    width: 100% !important;
}

div.content-section, div.content img {
	flex: 0 1 auto;
}
	
.content-section {
	width: 100%;
	padding: 20px;
	padding-left: 60px;
}

h1 {
    font-weight: bold;
    color: #005199;
    line-height: 16pt;
    font-family: Arial, Helvetica, sans-serif;
}

.Upload {
    font-size: 12pt;
    color: black;
    line-height: 13pt;
    font-family: Arial, Helvetica, sans-serif;
}

.footer_content {
    font-size: 12px;
}

.footer_content span {
    color: #1A4C83;
    font-size: 12px;
}

.footer {
    color: #FFFFFF;
    background-image: url("../_images/footer.png");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: 100% auto;
    padding: 20% 0 50px 0;
    line-height: 1.2;
	height: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pull-left {
    float: left!important;
}

.footer .footeradress a.linkedin img {
    height: 30px;
}

.footer .footermenu {
    text-align: right;
}

.footer .footeradress .pull-left {
    margin-right: 25px;
    padding-left: 15px;
}

.footer a:hover {
    opacity: 0.5;
}
.footer .footeradress a {
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
}

.footer .footeradress a.linkedin {
    padding: 0;
    border: none;
    opacity: 0.8;
}