﻿
:root {  font-size:16px;} 
* {
	box-sizing: border-box;
	margin:0rem; padding:0rem;
}
@font-face {
	font-family: 'Futura Lt BT';
	src: url('FuturaBT-Light.eot');
	src: url('FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
	url('FuturaBT-Light.woff2') format('woff2'),
	url('FuturaBT-Light.woff') format('woff'),
	url('FuturaBT-Light.ttf') format('truetype'),
	url('FuturaBT-Light.svg#FuturaBT-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Futura BQ';
	src: url('FuturaBQ-Medium.eot');
	src: url('FuturaBQ-Medium.eot?#iefix') format('embedded-opentype'),
	url('FuturaBQ-Medium.woff2') format('woff2'),
	url('FuturaBQ-Medium.woff') format('woff'),
	url('FuturaBQ-Medium.ttf') format('truetype'),
	url('FuturaBQ-Medium.svg#FuturaBQ-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html {
	min-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
}
body {
	color: #000;
	
	/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
	/* font-family: 'Roboto', sans-serif; */
	/* font-family:"Times New Roman", Times, serif;  */
}

#wrapper {
	position: relative;
	max-width: 880px;
	margin: 0.625rem auto;
	border: 1px solid #1D1D1B;
	padding:0rem;
	overflow: hidden;
	text-align: left;
	line-height: 1.1875rem;
	padding-top: 1.875rem;
	padding-bottom: 2.5rem;
	font-size: 0.9375rem;
	color: #1D1D1B;
	font-family:'Futura Lt BT',Arial, Helvetica, sans-serif;
	background-color: #fff;
}
h1 {
	margin: 0.8rem 0rem 1rem 0rem;
	padding: 0.9375rem 1.25rem;
	font-size: 1.5625rem;
	line-height: 1.8125rem;
	text-align: left;
	color: #004A99;
	font-weight: normal;
	background: #D2D5ED;
}
h1 span{
	display: block;
	font-size: 0.8125rem;
	color: #000;
	font-weight: normal;
}
h2 {
	font-size: 1.125rem;
	margin: 1rem 0rem;
	line-height: 1.375rem;
	color: #004A99;
	font-weight: normal;
	margin-top: 2rem;
}
aside{
	
	text-align: left;
	
	padding-right: 1.25rem;
	
	font-size: 0.875rem;
}
aside:nth-of-type(1){
	width: 39%;
	float: left;
}
aside:nth-of-type(2){
	width: 29.5%;
	float: left;
}
aside:nth-of-type(3){
	padding-right: 0;
	width: 29.5%;
	float: left;
	margin-left: 0.4375rem;
}
aside:nth-of-type(3) p {
	margin-bottom: 0.4375rem;
}
aside:nth-of-type(1) span{
	color: #004A99;
}
aside:nth-of-type(3) a{
	font-family: 'Futura BQ';
	font-weight: 500;
	color: #004A99;
	font-size: 1.1875rem;
}
aside:nth-of-type(2) span{
	display: block;
	padding: 0.4375rem 0.4375rem;
	background: #D3E2F2;
	margin-top: 1.0625rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

h3 {
	font-size: 0.8125rem;
	margin: 1rem 0rem;
	line-height: 1.125rem;
}

p{
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 1rem 2.3rem 1.5rem 2.3rem;
}
header p {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: 500;
	color: #004A99;
	font-style: italic;
	float: left;
	padding-left: 1.5625rem;
	margin-top: 3.125rem;
	margin-bottom: 0;
}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 2.3rem 0rem 2.3rem;
	text-align: justify;
}
section{
	padding: 0.9375rem 1.25rem;
	background: #ECECEC;
	margin-bottom: 0.9375rem;
}

footer {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	position: relative;
	
}

a {
	color: #14181A;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}

ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style: none;
}
ul li {
	padding-left:1.25rem;
}
ul li:before {
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0rem;
	font-size: 1.5625rem;
	text-indent:-1.25rem;
}

.clear{
	clear: both; 
	margin: 0px;
	display: block;
	padding: 0rem;
} 

header img {position: relative;top: 0rem;left: 0rem;float: right;}


@media all and (max-width: 880px) {
	#wrapper {
		width:100%;
		min-width: 200px !important;
		font-size: 0.8125rem;
		line-height: 1.0625rem;
		padding: 0rem;
		border:none;
	}
	header {
		height: auto;	
		padding:0 0.625rem;	
		width:auto;
		margin:0rem;
	}
	article {
		height: auto;
		padding:0 0.625rem;
		width:auto;
		margin:0rem;
		text-align: left;
	}

	footer {
		height: auto;	
		padding:0 0.625rem;
		width:auto;
		margin:0rem;
	}
	h1{
		margin: 0.5rem 0rem 0.5rem 0rem;
		font-size: 1.125rem;
		line-height: 1.375rem;
		padding: 0.625rem;
	}
	h2{
		margin: 0.5rem 0rem;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	h3{
		margin: 0.5rem 0rem;
		font-size: 0.8125rem;
		line-height:1.125rem;
	}
	
	ul li {
		padding-left: 0.9375rem;
	}
	ul li:before {
		text-indent: -0.9375rem;
	}
	p{
		margin: 0rem 0rem 0.625rem;
		text-align: left;
	}
	br{display: none;}
	footer br{display: block;}
	header img , header p{
		float: none;
	}
	header p{
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
		padding-left: 0;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	section{
		padding :  0.625rem;
	}
	aside br{
		display: block;
	}
	aside:nth-of-type(1),aside:nth-of-type(2),aside:nth-of-type(3){
		width: 100%;
		float: none;
		margin-bottom: 0.9375rem;
	}
	aside:nth-of-type(3){
		margin-left: 0;
	}
	aside:nth-of-type(2) span{
		font-size: 0.9375rem;
		line-height: 1.1875rem;
		display: inline-block;
		margin-top: 0.125rem;
	}
	aside:nth-of-type(3) p {
		margin-bottom: 0.3125rem;
	}
	aside:nth-of-type(3) a{
		font-size: 0.9375rem;
		line-height: 1.1875rem;
	}
}


