@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html {
  background-color:rgb(66,64,70); 
}
body {
  background-color:#fff;
  color: #000;
  font: normal 400 14px "Open Sans",sans-serif;
  margin: 0;
}
*,
*::before,
*::after{
  box-sizing: border-box;
}
a {
  color: #00B2A9;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #00948c;
}
a.logo {
  background: url(logo1.png) center center no-repeat;
  background-size: contain;
  display: block;
  height: 119px;
  margin-left:15px;
  width: 600px;
}
h1 {
  color: rgb(65,65,66);
  font: normal 700 30px "Open Sans",sans-serif;
  padding: 0;
}
h2 {
  color: rgb(65,65,66);
  font: normal 700 24px "Open Sans",sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
h3 {
  color: rgb(65,65,66); 
  font: normal 700 1.17em/1.27em "Open Sans",sans-serif;
  margin: 1em 0;
  padding: 0;
}
h3.bannerHeader {
  font-size:18px;
  font-weight:700;
  width:520px;  
}
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;
}
.innercontain {
  margin: 0 auto;
  width: 900px; 
}
.fill {
  min-width: 1000px;
  width: 100%;
}
.bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.active {
  font-weight:bold; 
}
hr {
  border:1px solid #00B2A9;
}
/* header */
header {
  background-color:#fff;  
  display: block;
}
header .contain {
  align-items:center;
  display: flex;
  height:119px;
  justify-content: space-between;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
#epLang {
  justify-content: space-between;
  padding: 15px;
  display: inline-block;
  text-align: right;
}
#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  margin: 0 10px;
}
#epLang a:hover,
#epLang a:focus {
  color: #05bbda;
}
nav {
  display: flex;
  font: normal 600 16px "Open Sans",sans-serif;
  justify-content: space-between;
  align-items: center;
}
nav a {
  border-right:1px solid #dfdfdf;
  color: #00B2A9;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
  color: #00948c;
}
nav a:last-of-type {
  border-right:none;
}
.banner {
  /*background: rgb(220,41,30) url() no-repeat center center;*/
  background: #DCDCDC url() no-repeat center center;
  background-size: cover;
  min-height: 354px;
  display: block;
  padding: 40px 0;
}
.banner h1 {
  color:#00B2A9;
  font: normal normal 700 45px/45px 'Open Sans',sans-serif;
  margin-bottom:30px;
  margin-top:0;  
  text-align:center;
}
.banner p {
  color:#4c4d4f;
  font-weight:600;  
  text-align:justify; 
}
.banner.reportBanner {
  min-height:0; 
}
.faqbanner {
  background: #ccc url(faq.png) no-repeat right center;
  background-size:354px 354px;
  padding-top:0;
}
.subPage {
  padding:0;
  text-align:left;  
}
.subPage h1 {
  font-size:55px; 
}
.quote {
  font-size:24px; 
  margin-bottom:15px;
}
.attribution {
  color:#fff;
  font-size:18px;  
}
.banner p.available {
  color:#00B2A9;
  font-weight:700;
}
strong.helpline {
  font-size:18px; 
}
div.buttonrow {
  background-color:#fff;
}
.buttons {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
.buttons a {
  align-items: center;
  background: #DC291E url() no-repeat center 5px;
  border-radius:25px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content:space-between;
  flex-direction:column;
  height:225px;
  margin: 0 10px;
  padding: 105px 15px 20px;
  text-decoration: none;
  width: 280px;
}
.buttons a:hover span.title, .buttons a:hover span.roll-text,
.buttons a:focus span.title, .buttons a:focus span.roll-text {
  opacity:.8;
}
.buttons a.report {
  background-image: url(report.svg);
  background-size:auto 100px;
}
.buttons a.phone {
  background: #DC291E url(phone.svg) no-repeat center 20px;
  background-size:auto 68px;  
}
.buttons span.title {
  display: block;
  font-size: 21px;
  line-height:24px;
  text-align: center;
  width: 100%;
}
.buttons span.roll-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}
.buttons div.smallButtons {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin: 0 10px;  
  width:280px;  
}
.buttons div.smallButtons a {
  align-items: center;
  background: #DC291E url() no-repeat center 5px; 
  border-radius:25px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content:space-between;
  flex-direction:column;
  height:110px;
  padding: 10px 10px 10px 70px;
  text-align:left;
  text-decoration: none;
  width: 280px; 
}
.buttons div.smallButtons a.phone {
  background: #DC291E url(phone.svg) no-repeat 10px 30px;
  background-size:auto 50px;
  margin:0;
}
.buttons div.smallButtons a span.title {
  font-size:18px;
  text-align:left; 
}
.buttons div.smallButtons a span.roll-text {
  display:inline-block;
  font-size:12px;
  text-align:left;
  width:198px;
}
.buttons div.smallButtons a.email {
  background: #DC291E url(email.svg) no-repeat 10px 30px;
  background-size:auto 50px;  
  margin:0;  
}
/* content */
main {
  background-color:#fff;    
  display: block;
  min-height:360px;
  padding: 30px 0 70px;
}
.mainHome {
  padding: 0 0 70px;
}
section {
  display: block;
}
section.flex {
  display: flex;
  padding: 20px 0;
}
.text-index {
  margin-top: 50px;
}
[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;
}
#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 {
  display:none;
}
#epDataPrivacy .output {
  display: block;
}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {
  color: #1f3667;
}
#epPhone{
}
select {
  font: normal 400 14px "Open Sans",sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, .submit {
  background: #05bbda;
  border: none;
  border-radius: 5px;
  color: #fff;
  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,
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: #bfd730;
}
.nowrap {
  white-space: nowrap;
}
/* issues */
#epIssues {
  width: 100%;
}
#epIssues .category {
  background: rgb(220,41,30); 
  display: flex;
  margin-bottom: 20px;
}
#epIssues .catdesc {
  display: none;
}
#epIssues .catname {
  color: #fff;
  font: normal 700 20px "Open Sans",sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  font: italic 400 11px "Open Sans",sans-serif;
  position: absolute;
  right: -10px;
  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,
#epIssues .issue:focus {
  background: #eee;
}
#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}
#epIssues .name {
  font: normal 400 16px/20px "Open Sans",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 {
  background-color:rgb(66,64,70);
  color:#fff;
  font-size: 14px;
  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;
  text-decoration:none;
}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1000px !important;
}
.centered {
  text-align:center;  
}