@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400');
/* CSS Document */

body,table {
	font-family: 'Merriweather', serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #444444;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	}
img{
	border: none;
	}
h1 {
	font-size: 34pt;
	font-weight: 300;
	font-style: normal;
	color: #bfbfbf;
	line-height: 34pt;
	}
h2 {
	font-size: 18pt;
	font-weight: 300;
	font-style: normal;
	color: #eea343;
	line-height: 26pt;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}
h3 {
	font-size: 18pt;
	font-weight: 300;
	font-style: normal;
	color: #357faf;
	line-height: 26pt;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}
h4 {
	font-size: 18pt;
	font-weight: 300;
	font-style: normal;
	color: #49b0f2;
	line-height: 26pt;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}
h5 {
	font-size: 18pt;
	font-weight: 300;
	font-style: normal;
	color: #bbd700;
	line-height: 26pt;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}
p {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	color: #444444;
	}
ul {
	padding:0;
	margin:0;
	margin-top: 15px;
	}
li {
	margin-left: 13px;
	font-size: 11pt;
	line-height: 20pt;
	color: #444444;
	}
span { color:#357faf; }
span2 { color:#eea343; }
.panorama {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	overflow: hidden;
	border-top: 30px solid #357faf;
	}
.panorama img {
	width: 100%;
	height: auto;
	}
.header {
	display: inline-block;
	position: relative;
	float: none;
	width: 80%;
	margin-left: 10%;
	margin-top: 40px;
	margin-right: 10%;
	margin-bottom: 80px;
	text-align: center;
	}
.links {
	display: inline-block;
	position: relative;
	float: none;
	min-width: 600px;
	margin-left: 0%;
	margin-right: 0%;
	}
.box {
	display: inline-block;
	position: relative;
	float: left;
	width: 300px;
	height: auto;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	border-top: 7px solid #fff;
	text-align: left;
	}
.box:hover {
	border-top: 7px solid #357faf;
	}
.box img {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
.box span {
	font-size: 12pt;
	line-height: 20pt;
	}
.footer {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	margin-top: 120px;
	background-color: #cce5f9;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	}

@media screen and (max-width: 780px), only screen and (max-device-width: 780px) {

.panorama {
	border-top: 10px solid #357faf;
	}
h1 {
	font-size: 28pt;
	line-height: 34pt;
	}
h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	}
h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	}
h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	}
.header {
	margin-bottom: 40px;
	}
.links {
	min-width: 100px;
	width: 72%;
	margin-left: 14%;
	margin-right: 14%;
	}
.box {
	float: none;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

}