<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Media quires for a responsive layout */
/* For tablets &amp; smart phones */
/* For smaller displays like laptops */
header{
	width:100%;
}
#textDiv{
top: 45%;
}
.titleLine{
	width:30%;
	display: inline-block;
}
.videoDiv{
	width:98%;
	height:400px;
	margin-left: auto;
	margin-right: auto;
}
.videoDiv iframe{
	width:98%;
	height:400px;
}
.regular {
    width:98%;
    height:100px;
    margin: 0px auto;
}
#footerMap{
    width:940px;
}
.footerMapClass{
	width:460px;
	float: left;
}
.footerMapClass1{
	margin-right: 20px;
}
#goTopDiv{
	float:left;
	position: fixed;
	top: 110px;
	right: 120px;
	z-index: 999;
}</pre></body></html>