@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
  font-family: 'AvenirMedium';
  src: url('AvenirLTStd-Medium.otf') format('otf');
}

@font-face {
  font-family: 'AvenirBlack';
  src: url('AvenirLTStd-Black.otf') format('otf');
}

body {
  color: #000;
  font: normal 400 16px "AvenirMedium", sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
  /*border:1px solid red;*/
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 225px;
}

h1 {
  color: #000;
  font: normal 400 30px "AvenirBlack", sans-serif;
  padding: 0;
}

h2 {
  color: #000;
  font: normal 400 24px "AvenirBlack", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "AvenirBlack", 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: 1000px;*/
}

.fill {
  /*min-width: 1000px;width: 100%;*/
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.tac {
  text-align: center;
}

h1.tac {
  display: block;
  flex-grow: 3;
  width: 100%;
}

/* header */
header {
  border-bottom: 25px solid #99d6ea;
  display: block;
  height: 90px;
  position: relative;
}

header>.contain {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

#epLang {
  cursor: pointer;
  justify-content: space-between;
  /* position: absolute; */
  right: 95px;
  top: 100px;
  text-align: center;
  z-index: 1000;
  margin-bottom: 20px;
}

#epLang > a {
  display: none;
}

#epLang a:hover {
  color: #fff;
  text-decoration: underline;}

#epLangDrop {
  background: #3a4453;
  color: #fff;
  display: none;
  /* position: absolute; */
  left: 0;
  text-align: center;
  width: 207px;
  margin-left: 10px;
}

#epLang > div {
  background: #fff;
  border: 2px solid #3a4453;
  padding: 5px 0px 7px 5px;
  width: 208px;
  margin: 0;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
}

#epLangDrop a {
  display: block;
  padding: 3px 10px;
  background: none;
  border: none;
  text-align: center;
  width: 100%;
  color: #fff;
}

#epLang:hover #epLangDrop {
  display: block;
}

nav {
  display: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
}

nav.mobileNav {
  display: none;
}

nav a {
  color: #000;
  display: block;
  margin: 0 20px;
  text-decoration: none;
  font: normal 500 14px "AvenirBlack", sans-serif;
  margin: 0 20px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 1px;
  background: #000;
  width: 100%;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

nav a:hover {
  text-decoration: none;
}

nav a:hover::after {
  transform: scaleX(1);
}

banner {
  background: none;
  background-size: cover;
  display: block;
  padding: 40px 0 0;
}

banner div.contain {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  width: 100%;
}

.buttons a {
  align-items: center;
  background: #3a4453;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 70%;
}

.buttons a:hover {
  background: #99d6ea;
}

.buttons span.title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}

.bannerText {
  display: none;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  /* Adds a soft shadow */
  margin-bottom: 20px;
  position: relative;
  width: 500px;
}

.bannerHeader {
  display: none;
}

.bannerHeader h1 {
  display: none;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.bannerHeader h1:lang(zhs) {
    text-align: right;
    padding-right: 40px;
}

h2.sideBannerHeader::after {
  display: none;
}

h2.sideBannerHeader {
  display: none;
}

.sideBannerText {
  display: none;
  font-size: 22px;
  margin-left: auto;
  width: 40%;
}

.sideBannerText p {
  display: none;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
  min-height: 360px;
}

section {
  display: block;
  width: 100%;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 60%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

div.col-100 {
  padding: 0 20px;
  width: 100%;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

.faq {
  font-size: 13px;
}

.faq h2 {
  text-decoration: underline;
}

.faq-links h2 {
  text-decoration: none;
}

.faq-links {
  margin-bottom: 40px;
}

.faq-links a {
  color: #3a4453;
}

.follow-form .follow-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#epFollowUp div:first-of-type {
  margin-bottom: 30px;
}

#epFollowUp {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 100px;
  flex-direction: column;
  align-items: center;
}

#epFollowUp li {
  font-weight: bold;
  color: #000;
  text-align: center;
}

#epFollowUp input {
  height: 40px;
  border-bottom: 2px solid #000;
  width: 300px;
  margin-top: 10px;
  text-align: center;
}

#epFollowUp input:hover {
  background: #99d6ea;
}

#epFollowUp input::placeholder {
  color: #000;
  font-style: italic;
}

#epDataPrivacy,
#epPhone {
  display: flex;
  align-items: center;
  justify-content: center;
}

#epPhone {
  flex-direction: column;
}

#epPhone .output {
  max-width: 350px;
  font-size: 13px;
  line-height: 1.6;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 333px;
  text-align: center;
}

#epDataPrivacy .text,
#epPhone .text,
.phone-text,
.follow-font {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 14px 0 6px;
}

.top.tac {
  font-size: 24px;
  margin-bottom: 30px;
}

select {
  font: normal 400 14px "AvenirMedium", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  width: 100%;
  padding: 5px;
}

button,
input.submit,
.cont {
  background: #3a4453;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  transition: all 0.3s ease;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover,
input.submit:hover,
.cont:hover {
  background: #99d6ea;
  color: #000;
}

.nowrap {
  white-space: nowrap;
}

#epColumn3 {
  padding: 20px 0;
  width: 1000px;
}

#epIssues {
  margin: 0 auto;
  padding: 10px 50px;
  width: 100%;
}

.issuesBox {
  /* background-color: #f1f0f0; */
  margin: 10px 0;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px 'AvenirMedium', sans-serif;
}

#epIssues .details {
  position: absolute;
  right: 10px;
  text-decoration: underline;
  top: 7px;
}

#epIssues .details:hover {
  text-decoration: none;
}

#epIssues .issue {
  margin: 0 auto 8px;
  position: relative;
  color: #fff;
  display: grid;
  align-items: center;
  background: #3a4453;
  cursor: pointer;
  border: 3px solid #3a4453;
  width: 90%;
}

#epIssues .issue:hover {
  border: 3px solid #99d6ea;
  background: #99d6ea;
}

#epIssues .issue:hover .name {
  background: #99d6ea;

}


#epIssues .name {
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 6px 70px;
  text-align: center;
  background: #3a4453;
  border-right: unset;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#epIssues .name,
.issue-subhead {
  font: normal 700 18px/1.4 'AvenirMedium', sans-serif;
}


#epIssues .desc {
  font: normal 500 14px/20px 'AvenirMedium', sans-serif;
  padding: 10px 0 10px 30px;
  color: #000;
  background: #fff;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */
.emerg-att-wrapper {
  background: #99d6ea;
}

#epEmergency,
#epAttention {
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  padding: 10px;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 10px;
}

footer {
  font-size: 11px;
  padding: 10px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {}

footer .line2 {}

footer .line2 a {
  color: #000;
}

footer .line2 a:hover {}

footer table {
  font-size: 11px;
  margin: 0 auto !important;
  /*width: 1200px !important;*/
}


footer .line1 {
  text-align: center;
}

footer .line2 {
  text-align: center;
  text-wrap: wrap;
}

footer .line2 a {}

footer .line2 a:hover,
footer .line2 a:focus {
  color: #000;
  text-decoration: underline;
}

footer table {
  margin: 0 auto !important;
  /*   width: 1200px !important; */
}

/* styles select button */

.name .issue-select {
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: normal 400 16px "AvenirMedium", sans-serif;
  left: 10px;
  padding: 0px 5px 0px 5px;
  position: absolute;
  text-decoration: underline;
  top: 7px;
  z-index: 20;
}

.name .issue-select:hover {
  text-decoration: none;
}

.threeThingsHeader {
  text-align: center;
  margin: 0 auto 20px;
  width: 80%;
}

.threeThingsRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 77%;
}

.thing {
  border: 1px solid #99d6ea;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 30px 15px;
  width: 100%;
}

.firstThing {
  width: 100%;
}

.secondThing {
  width: 100%;
}

.thirdThing {
  width: 100%;
}

.expand-button {
  text-decoration: underline;
}

.expand-button:hover {
  text-decoration: none;
}

.mobile-button {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1100;
}

.mobile-button span {
  background-color: #000;
  display: block;
  height: 3px;
  width: 25px;
  margin: 3px 0;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}

.mobile-button.expanded span {
  background-color: #fff;
}

.expanded span:nth-child(1) {
  transform: rotate(46deg);
  margin-top: 10px;
}

.expanded span:nth-child(2) {
  opacity: 0;
}

.expanded span:nth-child(3) {
  transform: rotate(-46deg);
  margin-top: -12px;
}

.mobileNav {
  background-color: #3a4453;
  display: none;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-top: 50px;
  position: relative;
  z-index: 1000;
}

.mobileNav a {
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  text-overflow: ellipsis;
  transition: background 0.3s;
}

.mobileNav a:hover {
  background: #99d6ea;
  text-decoration: none;
}

.visable {
  display: block !important;
  height: auto;
}

.hidden {
  display: none !important;
}

.topdog {
  margin-top: 2rem;
  margin-bottom: 0;
}

.topdog+p {
  margin-top: 5px;
}

.bottomdog {
  margin-bottom: 20px;
}



/*========================================*/
/*MEDIA QUERIES*/
@media only screen and (max-width:650px) {
  body {
    font-size: 14px;
  }

  main {
    padding: 20px 0;
  }

  /* issues */
  #epIssues {
    padding: 20px 10px;
  }

  #epIssues .name,
  .issue-name {
    width: 100%;
    min-width: 200px;
  }

  #epIssues .desc {
    font-size: 12px;
    padding: 15px;
  }

  .issue-select {
    display: none;
  }

  #epIssues .issue {
    margin: 0 auto 8px;
    position: relative;
    color: #fff;
    display: grid;
    align-items: center;
    cursor: pointer;
    background: unset;
    width: 100%;
    grid-template-areas:
      "name details"
      "desc .";
    grid-template-columns: 80% 20%;
    gap: 5px;
  }

  #epIssues .issue,
  #epIssues .issue:hover,
  #epIssues .name {
    border: none;
    background: unset;
  }

  .issue-subhead {
    padding: 0 5px;
  }

  #epIssues .name,
  .issue-subhead {
    font-size: 16px;
  }

  #epIssues .name {
    padding: 4px 17px;
    grid-area: name;
    border: 2px solid #3a4453;
    background: #3a4453;
  }

  #epIssues .details {
    position: relative;
    grid-area: details;
    top: unset;
    right: unset;
    color: #3a4453;
    text-align: center;
  }

  #epIssues .desc {
    grid-area: desc;
  }

  input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  .faq h2 {
    margin: 20px 0 0 !important;

  }

  .mobtac {
    text-align: center;
  }

  .topdog {
    margin-top: 1.3rem;
  }

  .topdog+p {
    margin-top: 5px;
  }

  .bottomdog {
    margin-bottom: 10px;
  }

  select,
  input.text-input {
    min-width: unset;
  }

  .thing {
    padding: 15px;
  }

  .buttons {
    margin-bottom: 15px;

    a {
      margin: 5px 0;
    }
  }

  #epDataPrivacy .text,
  #epPhone .text,
  .phone-text,
  .follow-font {
    font-size: 16px;
    margin: 10px 0 4px;
  }

  #epFollowUp {
    padding: 0 30px;
  }

  #epFollowUp input {
    width: unset;
  }

  #epAttention strong,
  #epEmergency strong {
    display: block;
    font-size: 13px;
  }

  #epAttention,
  #epEmergency {
    font-size: 12px;
  }

  #epNAVEXFooter>table>tbody>tr>td {
    display: flex;
    flex-direction: column;
  }

  #epNAVEXFooter .line2 {
    order: -1;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    color: transparent;

    span {
      margin-top: 5px;
    }
  }

  footer {
    padding: 10px 20px;
  }

}


@media only screen and (min-width:460px) {
  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: 100%;
    min-width: auto;
    padding: 20px 20px;
  }

  footer a {
    color: #fff;
  }

  footer a:hover,
  footer a:focus {
    color: #fff;
  }
}

@media only screen and (min-width:500px) {
  footer table {
    font-size: 13px;
  }
}


@media only screen and (min-width:810px) {
  #epFollowUp {
    justify-content: space-between;
  }
}

@media only screen and (min-width:1020px) {
  header {
    align-items: center;
    flex-direction: row;
    padding: 5px 15px;
    margin-top: 45px;
  }

  a.logo {
    left: unset;
  }

  banner {
    background: url(banner.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    padding: 60px 0 0;
  }

  .buttons {
    display: block;
    margin-bottom: 80px;
    width: 350px;
  }

  .buttons a {
    align-items: center;
    background: #3a4453;
    border: none;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    margin: 45px 0;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 350px;
  }

  div.bannerHeader {
    display: block;
  }

  .bannerHeader H1 {
    display: block;
  }

  #epLang {
    position: absolute;
    margin-left: 20px; /* Add spacing between nav and #epLang */
    top: 10px;
  }

  #epLang a {
    margin: 0;
    padding: 10px;
    color: #fff;
  }

  h2.sideBannerHeader::after {
    background-image: url(speakup.png);
    content: "";
    display: block;
    height: 64px;
    left: 144px;
    position: absolute;
    top: -18px;
    width: 55px;
  }

  h2.sideBannerHeader:lang(de)::after{
    left: 198px !important;
  }

  h2.sideBannerHeader:lang(eseu)::after{
    left: 183px !important;
  }
  h2.sideBannerHeader:lang(nl)::after{
    left: 190px !important;
  }
  h2.sideBannerHeader:lang(pl)::after{
    left: 118px !important;
  }
  h2.sideBannerHeader:lang(pt)::after{
    left: 156px !important;
  }

  h2.sideBannerHeader {
    color: #99d6ea;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    position: relative;
    text-transform: uppercase;
  }

  .bannerText {
    display: block;
  }

  .sideBannerText {
    display: block;
    font-size: 22px;
    margin-left: auto;
    width: 40%;
  }

  .sideBannerText p {
    display: block;
    margin-top: 11px;
  }

  .threeThingsRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
  }

  .firstThing {
    width: 305px;
  }

  .secondThing {
    width: 370px;
  }

  .thirdThing {
    width: 305px;
  }

  .threeThingsHeader {
    text-align: center;
    width: 100%;
  }

  nav {
    display: flex;
  }

  nav a {
    padding: 0;
  }

  .mobile-button {
    display: none;
  }

  .name .issue-select {
    display: block;
    color: #fff;
    cursor: pointer;
    font: normal 400 16px "AvenirMedium", sans-serif;
    left: 10px;
    padding: 0px 5px 0px 5px;
    position: absolute;
    text-decoration: underline;
    top: 7px;
    z-index: 20;
  }
}

@media only screen and (min-width:1200px) {
  header .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }

  .logocontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  div.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 102px;
    width: 190px;
  }

  div.logoCompliance {
    background: url(compliancelogo.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 102px;
    width: 205px;
  }

  .mobile-button {
    cursor: pointer;
    display: none;
    height: 30px;
    width: 25px;
    position: absolute;
    top: 94px;
    right: 40px;
    z-index: 110;
  }

  main {
    margin: 0 auto;
    width: 1200px;
  }

  #epColumn2 {
    width: 400px;
  }

  nav a {
    padding: 0;
  }
}

@media only screen and (min-width:1280px) {
  .contain {
    margin: 0 auto;
    width: 1200px;
  }

  #epEmergency {
    width: 1200px;
  }
}

@media only screen and (min-width:1300px) {
  nav a {
    padding: 0;
  }
}

/*========================================*/