@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --color-blue: #1E64FF;
  --color-peach: #FA7355;
  --color-black: #212529;
  --color-white: #fff;
  --font-main: "Montserrat", sans-serif;
}



* {
  box-sizing: border-box;
}

body {
  color: var(--color-black);
  font: normal 400 14px/1.5 var(--font-main);
  margin: 0;
}

a {
  color: var(--color-blue);
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: var(--color-black);
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  margin: 1em 0;
  padding: 0;
}

li::marker {
  color: var(--color-blue);
}

.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 {
  min-width: 1200px;
  background: var(--color-blue);
  display: block;
  position: relative;
}

#epLang {
  color: var(--color-white);
  display: block;
  text-align: right;
  margin-left: auto;
}

#epLang a {
  color: var(--color-white);
  margin: 0 10px;
  text-decoration: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

.logoContainer {
  display: flex;
}

a.logo2 {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 70px;
  height: 55px;
  margin: 33px 30px 20px 10px;
  width: 118px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: var(--color-white);
  display: inline-block;
  font: normal 600 14px/25px var(--font-main);
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px transparent solid;
  border-radius: 3px;
}


nav a:hover {
  overflow: visible;
  color: var(--color-white);
  border: 1px var(--color-white) solid;
}


#epResources {
  display: block;
  font: 600 14px/25px var(--font-main);
  overflow: visible;
  position: absolute;
  left: -143px;
  top: 27px;
  z-index: 10;
  background-color: var(--color-white);
}

#epResources span {
  color: var(--color-blue);
  cursor: pointer;
  display: block;
  padding: 5px;
  text-align: right;
  width: 250px;
}

#epResources span:hover {
  color: var(--color-blue);
  border-left: 3px var(--color-blue) solid;

}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

/* content */

.banner {
  background-color: var(--color-black);
  min-width: 1200px;
  height: 300px;
  margin: 0 auto;
  width: 100%;
}

#index .banner p{
  font-size: 20px;
  font-weight: 500;
}

#issues .banner {
  height: 150px;

  .contain {
    margin: 0 auto;
    width: 1000px;
  }

  h2 {
    margin-top: 32px;
    color: var(--color-white);
  }

  .text {
    color: var(--color-white);
    font: normal 400 16px/20px var(--font-main);
  }
}

#issues .banner .text {
  font: normal 400 14px/18px var(--font-main);
  width: 800px;
  color: var(--color-white);
}

#issues .banner .gradient {
  width: 800px;
}

#issues .banner .gradient p {
  color: var(--color-white);
}

#report .banner .text h2,
#phone .banner .text h2,
#follow .banner .text h2,
#faq .banner .text h2 {
  color: var(--color-white);
}

#phone .banner .text {
  color: var(--color-white);
  font: normal 400 14px/18px var(--font-main);

}


.banner .gradient .text {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding-left: 20px;
  padding-right: 70px;
  width: 525px;
  text-align: left;
  z-index: 100;
}

#faq .banner .gradient .text {
  height: unset;
  padding-top: 30px;
}

#report .banner .gradient .text {
  text-align: left;
  width: 484px;
}

#phone .banner .gradient .text {
  width: 610px;
}

.banner .speak {
  background: url(speakup-logo.png);
  background-size: cover;
  height: 110px;
  width: 110px;
  position: absolute;
  top: 245px;
  right: 30px;
  z-index: 100;
}


#faq .faqTitle {
  font-weight: 700;
  max-width: 95%;
}


#faq .border {
  border: 1px solid var(--color-peach);
  padding: 0px 5px;
  border-radius: 15px;
  margin: 0 auto 30px;
  padding: 0 10px;
  position: relative;
  width: 960px;
}

.expand-button {
  position: absolute;
  right: 20px;
  top: 15px;
  transform: scaleX(2);
  font-weight: 700;
}


.banner .contain {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#faq .banner .contain .gradient {
  display: flex;
  align-items: flex-start
}

#index .banner .hero {
  background: url(landing.jpg) center center no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  height: 300px;
  width: 674px;
}

#report .banner .hero,
.consent-page .banner .hero {
  background: url(report.jpg) center top no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  height: 300px;
  width: 718px;
}

.consent-page .banner {
  height: 282px;

  .speak{
    top: 230px;
  }
}

#phone .banner .hero {
  background: url(phone.jpg) center top no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  height: 300px;
  width: 570px;
}

#follow .banner .hero {
  background: url(follow.jpg) center top no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  height: 300px;
  width: 600px;
}

#faq .banner .hero {
  background: url(follow.jpg) center top no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  height: 300px;
  width: 600px;
}

.banner-bg {
  min-width: 1200px;
  padding: 10px 0px;
  background: #f3f3f3;
  color: var(--color-black);

}

.banner-bg h3 {
  color: var(--color-black);
  text-align: center;
}


main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}

.buttons a {
  color: var(--color-black);
  display: block;
  width: 300px;
  align-items: center;
  text-align: center;
  text-decoration: none;
  height: 250px;
  padding: 120px 0 0 0;
}

.buttons h3 {
  color: var(--color-black);
}

.buttons #report {
  background: url(ReportOnline.svg) no-repeat;
  background-size: 44%;
  background-position: center top;
}

.buttons #report:hover {
  background: url(ReportOnlineHover.svg) no-repeat;
  background-size: 44%;
  background-position: center top;

}

.buttons #phone {
  background: url(ReportPhone.svg) no-repeat;
  background-size: 40%;
  background-position: center top;
}

.buttons #phone:hover {
  background: url(ReportPhoneHover.svg) no-repeat;
  background-size: 40%;
  background-position: center top;
}

.buttons #folloup {
  background: url(Followup.svg) no-repeat;
  background-size: 44%;
  background-position: center top;
}

.buttons #folloup:hover {
  background: url(FollowupHover.svg) no-repeat;
  background-size: 44%;
  background-position: center top;
}

.buttons a:hover h3 {
  color: var(--color-blue);
}

.buttons a:hover p {
  color: var(--color-blue);
}


.timeline {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 100px 0;
}

.timeline::after {
  content: "";
  background-color: var(--color-black);
  width: 1000px;
  height: 1px;
  position: absolute;
  top: 175px;
  left: 100px;
  z-index: 1;
}

.timeline .dot {
  background-color: var(--color-peach);
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: auto;
  z-index: 10;
  position: relative;
}

.timeline .event {
  width: 200px;
  height: 200px;
  text-align: center;
}

#confidential {
  background: url(confidential.png) center;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin: 0 auto 20px auto;
}

#concern {
  background: url(concern.png) center;
  background-size: cover;
  height: 100px;
  width: 99px;
  margin: 0 auto 20px auto;
}

#assessment {
  background: url(assessment.png) center;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin: 0 auto 20px auto;
}

#investigation {
  background: url(investigation.png) center;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin: 0 auto 20px auto;
}

#outcome {
  background: url(outcome.png) center;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin: 0 auto 20px auto;
}

#reporter {
  background: url(reporter.png) center;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin: 0 auto 20px auto;
}

.col-50 {
  width: 49%;
  padding: 10px;

}

#epFollow input {
  min-height: 30px;
  border-radius: 20px;
}

h1 {
  font: normal 700 35px var(--font-main);
  padding: 0;
}

h2 {
  font: normal 700 24px var(--font-main);
  padding: 0;
}

h3 {
  font: normal 700 22px var(--font-main);
  margin: 1em 0;
  padding: 0;
}

.notice {
  height: 600px;
  overflow-y: scroll;
  padding: 20px 60px;
  border: 1px var(--color-blue) solid;
  margin-bottom: 30px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px var(--font-main);
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 10px 34px 10px 22px;
  position: relative;
}

#followSubmit {
  background: url(continue.png) right no-repeat;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 28px;
  position: relative;
  display: block;
}

#followSubmit:hover {
  background: var(--color-peach) url(continueHover.png) right no-repeat;
  color: var(--color-white);
  border: 1px solid transparent;
}

#epConsentCancel:after {
  font-weight: 700;
  background: none;
  right: 3px;
  top: 9px;
  height: 20px;
  width: 26px;
  position: absolute;
  display: block;
  content: "X";
  font-size: 18px;
  line-height: 18px;
  color: var(--color-black);
}

#epConsentCancel:hover,
#epConsentCancel:hover::after {
  background: var(--color-blue);
  color: var(--color-white);
}

button:after {
  background: url(continue.png) center no-repeat;
  right: 3px;
  top: 8px;
  height: 20px;
  width: 26px;
  position: absolute;
  display: block;
  content: "";
}

button:hover {
  background: var(--color-peach);
  color: var(--color-white);
  border: 1px solid var(--color-black);
}

button:hover:after,
#followSubmit:hover:after {
  background: url(continueHover.png) center no-repeat;
  right: 3px;
  top: 8px;
  height: 20px;
  width: 26px;
  position: absolute;
  display: block;
  content: "";
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.button {
  position: relative;
  left: 435px;
  margin-top: 30px;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  border: 1px solid var(--color-blue);
  margin-top: 20px;
}

#epIssues .catname {
  padding: 20px 40px;
  color: var(--color-white);
  background-color: var(--color-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 350px;
  font: normal 700 16px/22px var(--font-main);
}

#epIssues .catdesc {
  display: none;
}

#epIssues .issuebox {
  padding: 20px;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
  position: absolute;
  right: -40px;
}

#epIssues .issue {
  color: var(--color-blue);
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
  width: 750px;
  padding: 5px;
}

#epIssues .issue:hover {
  color: var(--color-black);
}

#epIssues .name {
  font: normal 400 14px/20px var(--font-main);
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */
.footer {
  border-top: 100px var(--color-white) solid;
  background: var(--color-blue);
  color: var(--color-white);
  min-width: 1200px;
}

footer {
  font-size: 12px;
  padding: 20px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: var(--color-white);
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: var(--color-white);
  border: 1px transparent solid;
  border-radius: 3px;

}

footer .line2 a:hover {
  color: var(--color-white);
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

.dblue {
  color: var(--color-blue) !important;
}

/* html[lang="tr"] .phonetable .Turkey, .li1, .table1{
width: 26%;
} */
html[lang="tr"] .phonetable .Turkey, .li1, .table1, td:first-of-type{
background: none !important;
width: 0 !important;
}
html[lang="tr"] .phonetable .Turkey, .li1, .table1, td:last-of-type{
width: auto !important;
}
html[lang="tr"] .phonetable .Turkey, .li1, .table1, th::after{
content: "  /";
}