@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #333;
  font: normal 400 14px/1.5 "Montserrat", sans-serif;
  margin: 0;
  min-width: 1200px;
}
a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #333;}
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: 40px;
  padding-top: 0;
  color: #024C5A;
}
.center {
    padding-top: 0;
    color: #024C5A;  
}
/* header */
header {
    background-color: #fff;
  display: block;
  min-width: 1200px;
  border-bottom: #49277b 1px solid;
}
.langBG {background-color: #49277b;}
#epLang {
  color: black;
  display: block;
}
#epLang a {
    color: #fff;
    margin-right: 20px;
}
header .flex {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
}
a.logo {
  background: url(logo1.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 10px;
  width: 254px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #49277b;
  display: inline-block;
  font: normal 500 24px/25px "Barlow Condensed", sans-serif;
  padding: 23px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
nav a:hover,
nav a:focus {
  color: #fff;
  overflow: visible;
  background-color: #49277b;
}
#epResources {
    background:#fff;
    display:block;
    font:400 15px/37px 'Open Sans',sans-serif;
    overflow:visible;
    position:absolute;
    left: 0px;
    top:71px;
    width:250px;
    z-index:10;
    border: #49277b 1px solid;
}
#epResources span{
    background:white;
    color:#49277b;
    cursor:pointer;
    display:block;
    padding:0 20px 0 25px;
    text-align:left;
}
#epResources span:hover,
#epResources span:focus{
background:#49277b;
color:#fff;
}
.banner {
    background:url(banner.jpg) top no-repeat;
    min-width: 1200px;
    height: 400px;
}
.banner-text {
    background-color: rgba(250, 250, 250, .9);
    width: 600px;
    padding:20px;
    text-align: center;
    margin-bottom: -90px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
  }
  .banner-text h1 {font-weight: normal !important;}
  .banner-text p {padding: 0 80px;}
#epAttention {
  padding: 10px 0;
  text-align: center;
  background-color: #49277b;
  color: #fff;
  font:400 12px/14px 'Open Sans',sans-serif;
}
/* content */
main {
  display: block;
  padding: 0px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
.button-wrapper {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .button-container {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .button-container a {
    padding: 10px 40px;
    text-align: center;
    border: 1px solid #49277b;
    color: #49277b;
    border-radius: 25px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 18px;
    min-width: 280px;
  }
  .button-image {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .report-image {background-image: url(report.svg);}
  .phone-image {background-image: url(phone.svg);}
  .followup-image {background-image: url(follow.png);}
  .button-text1 {
    font-size: 18px !important;
    margin: 5px 0;
    color: #000;
  }
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  font: normal 700 35px "Barlow Condensed", serif;
  padding: 0;
  color: #49277b;
}
h2 {
  font: normal 700 24px "Barlow Condensed", serif;
  padding: 0;
}
h3 {
  font: normal 700 18px "Barlow Condensed", serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {}
#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 sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #33658a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  background: #333;
  color: #fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.nowrap {white-space: nowrap;}
#epPhone {display: inline-block}
#epPhoneTable h3 {color: #024C5A;}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 500px;
  }
  .flex-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .flex-input-text {
   font-size: 18px;
   color: #333;
   font-weight: bold;
  }
  .flex-input {
    width: 355px;
    padding: 5px 10px;
  }
.cont, .submit {
    background-color: #49277b;
    color: #fff;
    border-radius: 4px;
    padding: 4px 15px !important;
    font-weight: normal !important;
    border: none;
}
#epIssues {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #epIssues .catdesc {display: none;}
  #epIssues .catname {font: normal 700 16px/20px sans-serif;}
  #epIssues .details {
    font-size: 12px;
    margin-left: auto;
  }
  #epIssues .issue {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin: 30px 0;
      position: relative;
      width: 450px;
  }
  #epIssues .issue:hover,
  #epIssues .issue:focus {}
  #epIssues .name {
    font: normal 700 14px/20px sans-serif;
    margin: 0 auto 5px auto;
    padding: 10px 20px;
    border-radius: 20px;
    min-width: 250px;
    color: #49277b;
    border: 1px solid #49277b;
    text-align: center;
  }
  #epIssues .name:hover,
  #epIssues .name:focus {
    background-color: #49277b;
    color: #fff;
  }
  #epIssues .desc {
    flex-basis: 100%;
    padding: 5px 0;
    text-align: center;
  }
  .faqs .answers{
    width: 1000px;
    margin: 0 auto;
    display: none;
  }
  .faqs .expand-button{
    background-color: #eee;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .faqs .expand-text{
    background-color: #eee;
    padding: 0 10px;
  }
  .faqs .expand-text p{margin-top: 0;}
  .expand-button-opened{color: #49277b;}
  span.plus{
    position: absolute;
    right: 20px;
  }
  .faqs h2 {
    border-bottom: #49277b 2px solid;
    padding-bottom: 10px;
  }
/* footer */
footer {
    color: #fff;
  font-size: 12px;
  padding: 20px 0;
  background-color:#49277b;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 30px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 30px;
}
footer .line2 a { color: #fff;}
footer .line2 a:hover,
footer .line2 a:focus {color: #fff;}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}