@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,
*::before,
*::after {box-sizing: border-box;}
body {
  color: rgb(66, 73, 82);
  font: normal 400 14px/1.5 'Montserrat',sans-serif;
  margin: 0;
}
a {
  color: #008000;
  outline: none;
  text-decoration: underline;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
}
a:hover,
a:focus {color: #98e3a0;}
img {
  border: 0;
  display: block;
}
ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin: 1em 0;
  padding: 0;
}
.contain {
  margin: 0 auto;
  width: 1200px;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {display: block;}
#epLang {
  color: black;
  display: block;
}
#epLang a {
  padding:0 7px;
  font-size: 12px;
}
header .flex {
  display: flex;
  justify-content: space-between;
}
a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 52px;
  width: 241px;
  margin: 20px 30px 20px 10px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #006963;
  display: inline-block;
  font: normal 700 16px/25px 'Montserrat',sans-serif;
  margin: 0 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .5px;
  position: relative;
}
nav a:hover,
nav a:focus{color: #006963;} 
nav a::after{
  content: "";
  display: block;
  position: relative;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  background: #008000;
  height: 2px;
  bottom: 0;
}
nav a:hover::after,
nav a:focus::after {
 transform: scaleX(1);
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -ms-transform: scaleX(1);
 -o-transform: scaleX(1);
}
#epAttention {
  padding: 10px 0;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #006963;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
.block{
  display: block;
}
div.col-left,
.col-right {
  align-self: flex-start;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-single {
  padding: 0 10px;
  width: 100%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  font: normal 700 35px 'Montserrat',sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 24px 'Montserrat',sans-serif;
  padding: 0;
}
h2.top{
  border-bottom: 2px solid #98e3a0;
  display: inline-block;
  margin-bottom: 0;
}
h3 {
  font: normal 700 18px 'Montserrat',sans-serif;
  margin: 1em 0;
  padding: 0;
}
.compass {
  background: url(compass.png) no-repeat center;
  background-size: contain;
  margin: 30px 0;
  width: 100%;
  height: 280px;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0;
}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {display:none;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 333px;
}
html[lang="zh"] #epDataPrivacy ol.dropDowns, html[lang="zhs"] #epDataPrivacy ol.dropDowns {
	width: 340px;
}
select {
  font: normal 400 14px 'Montserrat',sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button,
.cont,
.submit {
  background: #006963;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
.cont:hover,
.submit:hover,
button:focus,
.cont:focus,
.submit:focus {
  background: rgb(66, 73, 82);
  color: #fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.nowrap {white-space: nowrap;}
#epPhone {display: inline-block;}
html[lang="ar"] #epPhone {width:50%;}
html[lang="zh"] #epPhone, html[lang="zhs"] #epPhone {width:80%;}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 'Montserrat',sans-serif;}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Montserrat',sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 12px;
  padding: 20px 0;
  background: #006963;
  color: #fff;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}
footer .line2 a {color: #fff;}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}