@import url("https://use.typekit.net/dcu1hgr.css");

:root {
  --primaryblue: #152456;
  --mediumblue: #203887;
  --secondaryblue: #59b7df;
  --grenyellow: #ece819;
  --red: #e53e30;
  --lightblue: #59B7DF;
}
body {
  color: #1f3667;
  font: normal 300 16px/22px "museo-sans",sans-serif;
  margin: 0;
}
body.index {
  color: #333;
}
*,
*::before,
*::after{box-sizing: border-box;}
.bold {font-weight: bold;}
.blue-text {color: var(--mediumblue) !important;}
a {
  color: var(--secondaryblue);
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: var(--grenyellow);}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 100px;
  width: 300px;
}
h1 {
  color: var(--primaryblue);
  font: normal 500 30px "museo-sans",sans-serif;
  padding: 0;
}
h2 {
  color: var(--primaryblue);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
}
h3 {
  font: normal 700 1.17em/1.27em "museo-sans",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 */
.section-header {text-align: center;}
header {display: block;}
.index header {border: none;}
.document-links {
  align-self: flex-end;
  padding: 20px 30px;
  background-color: var(--primaryblue);
}
.document-links a {
  margin-right: 30px;
  color: #fff !important;
  text-decoration: none;
}
.document-links a:last-child {margin-right: 0;}
.document-links a:hover,
.document-links a:focus {text-decoration: underline;}
header > .contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 25px;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
#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,
#epLang a:focus {color: #05bbda;}
nav {
  display: flex;
  font: normal 300 18px "museo-sans",sans-serif;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding: 20px 0;
}
nav a {
  color: #000;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}
nav a:hover,
nav a:focus {color: var(--secondaryblue);}
.banner-wrapper {
  background-color: var(--primaryblue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  min-height: 300px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: - 50px;
}
.banner-content {
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-content h1 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.banner-content p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.banner-img {
  background: url(banner.png) no-repeat center center;
  background-size: cover;
  height: 300px;
  width: 600px;
}
.spacer {
  display: block;
  height: 5px;
  width: 100%;
  background-color: var(--lightblue);
}
.banner2 {
  background: url(banner2.png) no-repeat center center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner2-content {
  margin: 0 auto;
  width: 1200px;
}
.banner2-header {
  background-color: var(--primaryblue);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 450px;
  height: 100px;
  padding: 20px;
}
.banner2-content h1 {
  font-size: 40px;
  color: #fff;
  margin: 0;
}
.section-header {
  font-size: 30px;
  color: var(--mediumblue);
  margin: 10px 0 20px 0;
}
.buttons {
  display: flex;
  justify-content: center;
  padding: 10px 25px;
}
.buttons a {
  align-items: center;
  background: var(--mediumblue);
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  padding: 20px;
  text-decoration: none;
  width: 22%;
  margin-right: 30px;
  font-weight: bold;
}
.buttons a:last-child {margin-right: 0;}
.buttons a:hover,
.buttons a:focus {
  background: var(--lightblue);
  border: 1px solid var(--mediumblue);
  color: #fff;
  text-align: center;
}
.buttons a:hover .caret,
.buttons a:focus .caret {color: #fff;}
.buttons span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  margin-right: 10px;
}
.buttons span.caret {
  font-size: 24px;
  font-weight: 300;
  color: var(--secondaryblue);
}
.things-header {
  text-align: center;
  color: var(--mediumblue);
  font-size: 30px;
  margin: 20px 0 50px 0;
}
/* content */
main {
  display: block;
  padding: 30px 0 70px;
}
.mainHome {padding: 25px 0;}
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-left h2 {font-size: 24px;}
.col-right {
  padding: 10px 25px;
  width: 38%;
}
.col-right h2 {
  font-size: 24px;
}
.faq-buttons {
 display: flex;
 justify-content: space-around;
}
.faq-buttons a {
  align-items: center;
  background: var(--primaryblue);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height:64px;
  justify-content: center;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.faq-buttons span.title {
  display: block;
  text-align: center;
  margin-right: 10px;
}
.faq-buttons a:hover,
.faq-buttons a:focus {
  background: var(--lightblue);
  color: #fff;
  text-align: center;
}
.faq-buttons span.caret {
  font-weight: 300;
  color: var(--secondaryblue);
}
.faq-buttons a:hover .caret,
.faq-buttons a:focus .caret {color: #fff;}
.faqBox {
  border-bottom:2px solid var(--secondaryblue); 
  padding-bottom:15px;
  position:relative;  
}
.returntotop {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  height:0;
  overflow:visible;
  position:absolute;
  top:0px;
  right:10px;
}
.returntotop a {
  color: var(--mediumblue);
  text-decoration:none;
}
.faq-page h2 {
  display: block;
  margin-bottom:0 !important;
}
p.expand-text-closed {margin:0;}
.expand-button {
  border-top:2px solid var(--secondaryblue);  
  font-weight: 700;
  margin-bottom:0;
  padding-right:40px;
  padding-top:15px;
}
.expand-button-closed {
  background: url(open.png) right 15px no-repeat;
  background-size:22px auto;  
}
.expand-button-opened {
  background: url(close.png) right 22px no-repeat;
  background-size:22px auto;   
}
.expand-text.expand-text-opened{
	display: contents;
}
#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 .output {display: block;}
#epDataPrivacy .online, #epDataPrivacy .phone {display: none;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {color: #1f3667;}
#epPhone{}
select {
  font: normal 300 14px "museo-sans",sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, .submit {
  background: var(--mediumblue);
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
  font-weight: bold;
}
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;
  border: 1px solid var(--mediumblue);
  cursor: default;
}
button:hover, .submit:hover,
button:focus, .submit:focus {
  color: #fff;
  background: var(--lightblue);
  border: 1px solid var(--mediumblue);
}
.nowrap {white-space: nowrap;}
/* issues */
#epIssues {width: 100%;}
#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}
#epIssues .category{border: 1px solid var(--mediumblue);}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  background: var(--mediumblue);
  color: #fff;
  font: normal 700 20px "museo-sans",sans-serif;
  padding: 20px 20px 20px 30px;
  width: 30%;
  border-right: 1px solid var(--mediumblue);
}
#epIssues .details {
  font: normal 300 12px "museo-sans",sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: none;
  top: 9px;
}
#epIssues .issue {
  color: var(--mediumblue);
  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 700 16px/20px "museo-sans",sans-serif;
  padding: 5px 0;
}
#epIssues .desc {
  color: var(--primaryblue);
  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;}
.follow-up h3 {font-size: 24px;}
.follow-up h2 {
  font-size: 28px;
  margin: 40px 0;
}
/* footer */
footer {
  background-color: var(--primaryblue);
  font-size: 14px;
  padding: 20px 0;
  color: #fff;
}
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 !important;}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}