@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alike&display=swap');

body {
  color: rgb(77, 77, 79);
  font: normal 400 17px/27px "Lato", sans-serif;
  margin: 0;
}

body.index{
  background: #f2f6fb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #0057A8;
  outline: none;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: rgb(0, 40, 85);
}

a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: block;
  height: 26px;
  width: 175px;
}

h1 {
  color: rgb(0, 40, 85);
  font: normal 600 30px "Alike", serif;
  padding: 0;
}

h2 {
  color: rgb(0, 40, 85);
  font: normal 400 24px "Lato", sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h2.phone {
  color: #fff;
  font: normal 400 44px "Alike", serif;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  padding: 0;
}

h3 {
  color: rgb(0, 40, 85);
  font: normal 700 1.17em/1.27em "Lato", sans-serif;
  margin: 1em 0;
  padding: 0;
}

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 {
  border-bottom: 1px solid #1f3667;
  display: block;
}

.index header {
  border: none;
}

header>.contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

#epLang {
  display: none;
  /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}

#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover,
#epLang a:focus {
  color: #05bbda;
}

#navContainer {
  background-color: rgb(0, 40, 85);
  height: 50px;
  padding: 10px 0px 10px 0px;
}

nav {
  display: flex;
  font: normal 400 18px "Lato", sans-serif;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}

nav a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}

nav a.border:before {
  content: "";
  background-color: #fff;
  display: block;
  margin: 2px -44px;
  position: absolute;
  width: 1px;
  height: 17px;
}

nav a:hover,
nav a:focus {
  color: #77C5D5;
}

#banner_bg {
  background: url(bannerbg.png) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  display: block;
  padding: 20px;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-width: 1200px;
  background: #f2f6fb;
  padding: 50px 10px 0;
  
}

.Ethics h3 {
  color: rgb(0, 40, 85);
  margin: 0;
  font: normal 700 40px "Alike", serif;
  text-align: center;
}


.bannerPhone {
  background: url(banner_phone.PNG) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  display: block;
}

.bannerFollow {
  background: url(banner_follow.PNG) no-repeat center center;
  background-size: contain;
  height: 400px;
  display: block;
}

.bannerFollow h2 {
  color: rgb(0, 40, 85);
  position: relative;
  top: 145px;
}

.bannerPhone h2 {
  position: relative;
  top: 145px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
}

.buttons a {
  align-items: center;
  background: #fff url() no-repeat center 30px;
  box-shadow: 0 0.1875rem 1.5625rem 0 rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  color: rgb(0, 87, 168);
  display: flex;
  height: 250px;
  margin: 10px 0;
  padding: 115px 15px 20px;
  text-decoration: none;
  transition: color 300ms ease-in-out;
  width: 22%;
}

.buttons a:hover,
.buttons a:focus {
  background-image: none !important;
  background-color: #004686;
  color: #fff;
  font-size: 21px;
  padding: 15px 30px;
  text-align: center;
}

.buttons a.report {
  background-image: url(report.svg);
}

.buttons a.question {
  background-image: url(question.svg);
}

.buttons a.phone {
  background-image: url(phone.svg);
}

.buttons a.follow {
  background-image: url(follow.svg);
}

.buttons span.title {
  color: rgb(77, 77, 79);
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.buttons span.roll-text {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.buttons a:hover span.title,
.buttons a:focus span.title {
  display: none;
}

.buttons a:hover span.roll-text,
.buttons a:focus span.roll-text {
  display: block;
}

.red-asterisk{
  color: red;
  margin-inline-end: 4px;
}

/* content */
main {
  display: block;
  padding: 10px 0 70px;
}

.mainHome {
  padding: 10px 0 70px;
}

.mainPhone {
  padding: 30px 0 70px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin: 20px auto 5px;
  width: 1200px;
}

.jumplinks{
  list-style: none;
  color: #004686;
  margin-bottom: 30px;

  a{
    font: normal 700 1.17em / 1.27em "Lato";
    display: block;
    margin: 15px 0;
  }
}

.faqpage h3{
  color: rgb(77, 77, 79);
  font: normal 700 17px / 27px "Lato", sans-serif;
}

[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%;
}

.box {
  box-shadow: 0 0.1875rem 1.5625rem 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin: 0 auto;
  width: 1000px;
}

#epEmergency {
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* dp and phone */
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #1f3667;
}

#epPhone {}

select {
  font: normal 400 14px "Lato", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button,
.submit {
  color: rgb(0, 52, 101);
  background-color: rgb(187, 226, 234);
  border-color: rgb(187, 226, 234);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font: normal 500 17px "Lato", sans-serif;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover,
button:disabled,
button:disabled:focus,
input.submit:disabled,
input.submit:disabled:focus {
  background: #ccc;
  cursor: default;
}

button:hover,
.submit:hover,
button:focus,
.submit:focus {
  color: #fff;
  background: #004686;
}

.nowrap {
  white-space: nowrap;
}

/* issues */
#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category {

}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px 'Lato', sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
  background: rgb(0, 52, 101);
}

#epIssues .details {
  font: normal 400 14px 'Lato', sans-serif;
  position: absolute;
  inset-inline-end: -77px;
  text-decoration: none;
  top: 0px;
  border: 1px solid rgb(0, 52, 101);
  padding: 10px;
}

#epIssues .details.empty {
  display: none;
}

#epIssues .issue {
  border: 1px solid rgb(0, 52, 101);
  margin-bottom: 10px;
  padding: 5px 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover,
#epIssues .issue:focus,
#epIssues .details:hover {
  background: #efefef;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 69%;
}

#epIssues .name {
  font: normal 400 16px/20px 'Lato', sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #333;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */
footer {
  background-color: rgb(0, 40, 85);
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
}

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 {
  color: #fff;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}