:root {
  --msblue: #0078d4;
  --alert: #f4364c;
  --lblue: #8dc8e8;
}

@font-face {
  font-family: "Segoe UI";
  src: url("segoeuil.ttf");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Segoe UI";
  src: url("seguili.ttf");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "Segoe UI";
  src: url("segoeuisl.ttf");
  font-style: normal;
  font-weight: 350;
}

@font-face {
  font-family: "Segoe UI";
  src: url("seguisli.ttf");
  font-style: italic;
  font-weight: 350;
}

@font-face {
  font-family: "Segoe UI";
  src: url("segoeui.ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Segoe UI";
  src: url("segoeuii.ttf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Segoe UI";
  src: url("seguisb.ttf");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Segoe UI";
  src: url("seguisbi.ttf");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "Segoe UI";
  src: url("segoeuib.ttf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Segoe UI";
  src: url("segoeuiz.ttf");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "Segoe UI";
  src: url("seguibl.ttf");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Segoe UI";
  src: url("seguibli.ttf");
  font-style: italic;
  font-weight: 900;
}

body {
  color: #000;
  font: normal 400 17px "Segoe UI", sans-serif;
  margin: 0;
}

*{
  box-sizing: border-box;
}

a {
  color: var(--msblue);
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: var(--lblue);
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 46px;
  width: 216px;
}

h1 {
  color: #000;
  font: normal 700 24px "Segoe UI",sans-serif;
  margin-bottom:20px;
  margin-top:8px;
  padding: 0;
  text-align:center;
}

h2 {
  color: #000;
  font: normal 700 22px "Segoe UI",sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  color:#000;
  font: normal 700 20px/1.27 "Segoe UI",sans-serif;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dt, dd {
  margin-bottom:18px;
}

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;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

#epAttention strong {}

#epLang {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

#epLang a {
  color: var(--msblue);
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover {
  color: var(--lblue);
}

nav {
  align-items: center;	
  display: flex;
  flex-grow: 0;
  font: normal 400 18px "Segoe UI",sans-serif;
  justify-content: space-between;
  position:relative;
  width:864px;
}

nav a {
  color: #000;
  display: inline-block;
  overflow: hidden;
  padding: 17px 15px 0;
  position:relative;
  text-align: center;
  text-decoration: none;
  z-index: 100;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

nav a:hover {
  color: #000;
  overflow: visible;
  border-bottom: 3px solid #000;
}

#epResources {
  display: block;
  position: absolute;
  right:-20px;
  top: 38px;
  width: 200px;
  z-index: 10;
}

#epResources:lang(pt),#epResources:lang(ru),#epResources:lang(vi){
    display: block;
    position: absolute;
    right:-20px;
    top: 47px;
    width: 200px;
    z-index: 10;

}
#epResources span {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: block;
	font-weight:500;
    padding: 15px 20px 10px;
    width: 200px;
}

#epResources span:hover {
	text-decoration:underline;
}

.banner {
  background: #ccc url(banner.jpg) no-repeat right top;
  background-size: cover;
  min-height: 400px;
  display: block;
  padding: 50px 0;
}

.buttons {
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  padding: 10px 25px;
}

.buttons a {
  align-items: center;
  background: var(--msblue);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  margin: 0 0 20px 0;
  padding: 25px 15px;
  text-decoration: none;
  width: 25%;
}

.buttons a:hover {
  background-color:var(--lblue);
}

.buttons span.title {
  display: block;
  font-size: 22px;
  font-weight:bold;
  text-align: center;
  width: 100%;
}


/* content */

main {
  display: block;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

main.landing section {
  padding:10px 5px;
  text-align:center;
}

.text-index {
  margin-top: 50px;
}

[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}

.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}

.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 49%;
}

.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}

.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
}

#epEmergency {
  padding: 10px 0;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  color:var(--alert);
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy, #epPhone {
  margin:0 auto;
  text-align:center;
  width:500px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #000;
  margin-bottom:10px;
} 

#epDataPrivacy .message {
  margin-bottom:15px;
}

select {
  border:2px solid #000;
  font: normal 400 14px "Segoe UI",sans-serif;
  margin: 5px auto 15px;
  min-width: 400px;
  padding: 5px;
  text-align-last:center;
}

select option[value="-1"]{
  
}

button, .submit {
  background: var(--msblue);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight:bold;
  margin: 15px 0;
  padding: 10px 50px;
  text-decoration: none;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #fff;
  background: var(--lblue);
}

.nowrap {
  white-space: nowrap;
}

/* issues */

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category{
  background: var(--msblue);
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  align-items:center;
  color: #fff;
  display:flex;
  font: normal 700 20px "Segoe UI",sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: normal 400 16px "Segoe UI",sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 5px;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px "Segoe UI",sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

#epIssues .desc a {
	
}

input.text-input  {
  border:2px solid #000;
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  font-size: 14px;
  padding: 0 0 20px;
}

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 {}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 0 auto 0 !important;
  width: 1200px !important;
}

.qrSection {
  text-align:unset !important;
}

#qrCode {
  background: url(qr.png) center bottom no-repeat;
  background-size:contain;
  display:inline-block;
  height:80px;
  width:100px;
}

.qrText {
  display:inline-block;
  top:-8px;
  position:relative;
  text-align:left;  
}

.minHigh {
  min-height:400px;
}

.mResources::after {
  background: url(chevrondown.png) center center no-repeat;
  background-size:contain;
  bottom:-5px;
  content:"";
  display:block;
  height:20px;
  position:absolute;
  right:-6px;
  width:20px;
  z-index:100;
}

.mResources:lang(pt)::after,.mResources:lang(ru)::after,.mResources:lang(vi)::after {
    bottom:23px;

}
.pageTitle.contain h1 {
  text-align:left !important;
}

.larger {
  font-size:18px;
}

.mssgs {
  background-color:#f4f3f5;
  padding:18.5px 5px !important;
}