@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  color: #1f3667;
  font: normal 400 16px "Montserrat", sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

* {
  box-sizing: border-box;
}

a {
  color: rgb(68, 0, 122);
  outline: none;
  text-decoration: underline;
}

a:hover {}

a.logo {
  background-image: url("logo1.png"), url("background.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 135px auto, 100% 100%;
  background-position: 10px 5px, center;
  display: block;
  margin-bottom: -10px;
  width: 180px;
  height: 90px;
  padding: 5px 28px 36px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

h1 {
  color: #1f3667;
  font: normal 400 30px "Montserrat", sans-serif;
  padding: 0;
}

h2 {
  color: #1f3667;
  font: normal 400 24px "Montserrat", sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "Montserrat", 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;
  background-color: rgb(255 239 46);
}

.index header {
  border: none;
}

header>.contain {
  display: flex;
  justify-content: space-around;
  padding: 20px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#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 {
  color: #05bbda;
}

nav {
  display: flex;
  font: normal 700 18px "Montserrat", sans-serif;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: rgb(68 0 122);
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

nav a:hover {
  color: rgb(68 0 122);
  overflow: visible;
}

#epResources {
  display: block;
  font: 400 15px/37px "Open Sans", sans-serif;
  overflow: visible;
  padding: 0 0 0 18px;
  position: absolute;
  right: -43px;
  top: 23px;
  width: fit-content;
  z-index: 10;
}

#epResources span {
  background: #F3F1E7;
  color: rgb(68, 0, 122);
  cursor: pointer;
  display: block;
  padding: 0 20px 0 25px;
  text-align: left;
  width: 150px;
  font-weight: 600;
}

#epResources span:hover,
#epResources span:focus {
  color: #bd1033;
}

.banner {
  background-color: rgb(68 0 122);
  background-size: cover;
  display: block;
  padding: 40px 0 40px;
}

.banner h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 800;
}

.buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 25px;
}

.buttons a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 90px;
  margin: 10px 0;
  padding: 70px 35px;
  text-decoration: none;
  width: 275px;
}

.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 70px 35px;
  text-align: center;
  width: 275px;
}

.dropdown-arrow {
  background-image: url("dropdownarrow.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  text-indent: -62.4375rem;
  width: 1.875rem;
  padding: 6px;
}

a.report {
  background: rgb(195 0 44) url() no-repeat center 15px;
  color: white;
  font-weight: bold;
}

.report-text {
  text-align: center;
  font-size: 40px;
  margin: 10px 0;
}

a.follow {
  background: rgb(255 128 28) url() no-repeat center 15px;
  color: rgb(68 0 122);
  font-weight: bold;
}

.buttons span.title {
  display: block;
  font-size: 22px;
  width: 100%;
  text-align: center;
}

.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.buttons a:hover span.title {
  display: none;
}

.buttons a:hover span.roll-text {
  display: block;
}

a.submit.followup:hover {
  color: rgb(255 239 46);
  color: rgb(68, 0, 122);
  border-bottom: 3px solid #FFC41D;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 50px 0 70px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.quote {
  background: rgb(232, 227, 208);
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  border: 1px solid #e0d9d4;
  margin-bottom: 60px;
}

.main-quote {
  margin-top: 5px;
}

.quote-text {
  width: 70%;
  padding-right: 20px;
  color: rgb(68, 0, 122);
  font-size: 20px;
  line-height: 1.5;
}

.author {
  margin-top: 20px;
  font-size: 20px;
  color: #3b226a;
  text-align: right;
}

.quote-image {
  width: 315px;
  height: 215px;
  background-image: url("ceo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-index {
  display: flex;
  justify-content: space-around;
}

[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;
  color: #fff;
}

#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 "Montserrat", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button,
.submit {
  background: #FCEF2E;
  border: none;
  border-radius: 5px;
  color: #44047A;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover,
.submit:hover {
  transform: scale(1.1);
}

.nowrap {
  white-space: nowrap;
}

/* issues */

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category {
  background: #1f3667;
}


#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px "Montserrat", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px "Montserrat", sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#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 "Montserrat", sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  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 {
  border-top: 1px solid #1f3667;
  font-size: 14px;
  padding: 20px 0;
  background: rgb(68 0 122);
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
  color: #fff;
}

footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #fff;
}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}