@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html, body { 
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333333;
}
p, strong {
	margin: 0;
	padding: 0;
	font-kerning: normal;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-kerning: normal;
	font-weight: 700;
	color: #014783;
}
strong {
	font-weight: 700;
}
img { 
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
a {
	outline: none;
	text-decoration: none;
	color: #014783;
}
a:hover {
	text-decoration: underline;
}
ul, li { 
	margin: 0;
	padding: 0;
	list-style: none;
}
table, td { 
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 4%;
	box-sizing: border-box;
	overflow: auto;
}

.top {
	position: relative;
	margin-top: 32px;
	margin-bottom: 32px;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.essr {
	width: 212px;
	height: 160px;
}
.essr img {
	width: 100%;
	height: auto;
}

.info_box {
	position: absolute;
	top: 18px;
	left: 212px;
	height: 66px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.info {
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #014783;
}
.info li {
	display: inline-block;
	margin-left: 64px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.nav_box {
	position: absolute;
	top: 84px;
	left: 212px;
	width: 100%;
	height: 58px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.nav {
	margin-left: 32px;
}
.nav li {
	display: inline-block;
	float: left;
}
.nav a {
	padding: 16px 32px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.nav a:hover {
	text-decoration: none;
	background: #DCEDF2;
}

.homeintro {
	display: table;
	border-top: 8px solid #abc2d6;
	width: 100%;
	overflow: auto;
	background: #014783;
}
.homecopy {
	display: table-cell;
	vertical-align: middle;
	width: 66%;
	padding: 60px;
	box-sizing: border-box;
}
.homecopy h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 16px;
	color: #FFFFFF;
}
.homecopy p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 16px;
	color: #FFFFFF;
}
.homecopy a {
	color: #FFFFFF;
}
.homepic {
	display: table-cell;
	vertical-align: middle;
	width: 34%;
}
.homepic img {
	width: 100%;
	height: auto;
}

.tilebox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 32px;
	box-sizing: border-box;
	overflow: auto;
	border-right: 1px solid #a7d1df;
	border-bottom: 1px solid #a7d1df;
}
.tilebox > div {
	flex: 1;
	flex-basis: 25%;
	padding: 48px 0px;
	box-sizing: border-box;
	border-top: 1px solid #a7d1df;
	border-left: 1px solid #a7d1df;
}
.tilebox h2 {
	width: 100%;
	padding: 0px 24px;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	box-sizing: border-box;
}
.tilebox p {
	width: 100%;
	padding: 0px 24px;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 14px;
	box-sizing: border-box;
}
.tilebox p:last-child {
	margin-bottom: 0px;
}

.alert {
	padding: 0px 0px 48px 0px !important;
	border: 2px solid #F5333F !important;
}
.label_box {
	display: inline-block;
	padding: 8px;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background: #F5333F;
}

.footer {
	width: 100%;
	margin-top: 12%;
	margin-bottom: 6%;
	box-sizing: border-box;
	overflow: auto;
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	}
.footer li {
	display: inline-block;
	margin-right: 20px;
}
.f1 {
	float: left;
}
.f2 {
	float: right;
	text-align: right;
}

.banner {
	width: 100%;
	background: #014783;
	border-top: 8px solid #abc2d6;
	padding: 24px 24px;
	margin-bottom: 4%;
	box-sizing: border-box;
	background-image: url('images/planet-sm.png');
	background-size: 184px 78px;
	background-repeat: no-repeat;
	background-position: right top;
}
.banner h1 {
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
	color: #FFFFFF;
}

.products {
	margin-top: 4%;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
	border-top: 1px solid #a7d1df;
	border-bottom: 1px solid #a7d1df;
	border-right: 1px solid #a7d1df;
	box-sizing: border-box;
}
.products > div {
	width: 33%;
	padding: 48px 24px;
	border-left: 1px solid #a7d1df;
	box-sizing: border-box;
}
.products li {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 6px;
}

.vendors {
	margin-top: 4%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #a7d1df;
	border-left: 1px solid #a7d1df;
	box-sizing: border-box;
}
.vendors > div {
	width: 20%;
	padding: 24px;
	border-bottom: 1px solid #a7d1df;
	border-right: 1px solid #a7d1df;
	box-sizing: border-box;
}
.vendors img {
	margin: 0px auto;
	width: 100%;
	max-width: 150px;
	height: auto;
}

.page {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 4%;
	border-top: 1px solid #a7d1df;
	border-left: 1px solid #a7d1df;
	box-sizing: border-box;
	overflow: auto;
}
.page_box {
	width: 100% !important;
}
.page div {
	padding: 48px 24px;
	border-right: 1px solid #a7d1df;
	border-bottom: 1px solid #a7d1df;
	box-sizing: border-box;
}
.page div:first-child {
	width: 66%;
}
.page div:last-child {
	width: 34%;
}
.page h2 {
	font-size: 24px;
	line-height: 32px;
	max-width: 800px;
	margin-bottom: 16px;
}
.page p {
	font-size: 18px;
	line-height: 28px;
	max-width: 800px;
	margin-bottom: 28px;
}
.page p.label_text {
	color: #F5333F;
	margin-bottom: 0px;
}
.page td {
	font-size: 18px;
	line-height: 28px;
}



/*screen settings*/
@media only screen and (max-width: 1224px) {
.info li {
	margin-left: 32px;
}
.nav {
	margin-left: 16px;
}
.nav a {
	padding: 16px 16px;
}
}

/*screen settings*/
@media only screen and (max-width: 1048px) {
.top {
	height: 120px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.essr {
	width: 160px;
	height: 120px;
}
.info_box {
	top: 10px;
	left: 160px;
	height: 50px;
}
.info li {
	font-size: 15px;
	line-height: 20px;
	margin-left: 24px;
}
.nav_box {
	top: 64px;
	left: 160px;
	height: 44px;
}
.nav {
	margin-left: 8px;
}
.nav a {
	font-size: 15px;
	line-height: 20px;
}
.tilebox {
	margin-top: 24px;
}
.tilebox > div {
	flex-basis: 50%;
}
.footer {
	margin-bottom: 6%;
}
.f1 {
	float: none;
}
.f2 {
	float: none;
	text-align: left;
}
.banner h1 {
	font-size: 30px;
	line-height: 40px;
}
.vendors img {
	max-width: 100px;
}
}

/*screen settings*/
@media only screen and (max-width: 880px) {
.mHide {
	display: none !important;
}
.nav {
	margin-left: 24px;
}
.nav a {
	padding: 0px;
	margin-right: 32px;
}
.nav a:hover {
	background: #FFFFFF;
}
.homecopy {
	display: block;
	width: 100%;
	padding: 8%;
}
.homecopy h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.homecopy p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #FFFFFF;
}
.tilebox h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #014783;
}
.tilebox p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}
.banner {
	padding: 16px 24px;
	background-size: 138px 58px;
}
.banner h1 {
	font-size: 24px;
	line-height: 32px;
}
.products > div {
	width: 100%;
	padding: 0px 24px;
}
.products > div:first-child {
	padding-top: 24px;
}
.products > div:last-child {
	padding-bottom: 24px;
}
.products li {
	font-size: 16px;
	line-height: 24px;
}
.vendors > div {
	width: 25%;
	padding: 16px;
}
.page div {
	width: 100% !important;
	padding: 24px 24px !important;
}
.page h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.page p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}
.page td {
	font-size: 16px;
	line-height: 24px;
}
}

/*screen settings*/
@media only screen and (max-width: 520px) {
.top {
	height: 164px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.info_box {
	top: 0px;
	left: 160px;
	height: 120px;
}
.info li {
	display: block;
}
.nav_box {
	top: 132px;
	left: 0px;
	height: 44px;
}
.nav {
	margin-left: 0px;
}
.homepic {
	display: none;
}
.tilebox {
	margin-top: 16px;
}
.tilebox > div {
	flex-basis: 100%;
	padding: 24px 0px;
}
.alert {
	padding: 0px 0px 24px 0px !important;
}
.footer {
	margin-bottom: 12%;
}
.vendors > div {
	width: 33.33%;
	padding: 12px;
}
}




