/*
navy: 1f3667
blue: 05bbda
green: bfd730
*/

body {
    color: #1f3667;
    font: normal 400 16px sans-serif;
    margin: 0;
  }
  
  .flex{
    display: flex;
    justify-content: space-between;
  }
  
  body.index {
    color: #333;
  }
  
  *{
    box-sizing: border-box;
  }
  
  a {
    color: #003da5;
    outline: none;
    text-decoration: underline;
  }
  
  a:hover {
    color: #bfd730;
  }
  
  a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: block;
    height: 35px;
    width: 235px;
  }
  
  .index h1 {
    color: unset;
    font: normal 700 24px sans-serif;
    padding: 0;
  }
  
  h1 {
    color: #1f3667;
    font: normal 400 30px sans-serif;
    padding: 0;
  }
  
  h2 {
    color: #1f3667;
    font: normal 400 24px sans-serif;
    padding: 0;
  }
  
  h3 {
    font: normal 700 1.17em/1.27em 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: 1000px;
    padding: 0 10px;
  }
  
  .fill {
    min-width: 1000px;
    width: 100%;
  }
  
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  
  
  /* header */
  
  
  .index header {
    border: none;
  }
  
  header > .contain {
    padding-bottom: 10px;
    border-bottom: solid 1px #003da5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .headerText{
    width: 50%;
    border-left: solid 1px #003da5;
    padding: 40px 0 20px 20px;
    font-size: 20px;
  }
  
  #epLang {
    display: none;
    justify-content: space-between;
    padding: 15px;
  }
  
  #epLang a {
    color: #1f3667;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
  }
  
  #epLang a:hover {
    color: #003da5;
  }
  
  nav {
    display: flex;
    font: normal 400 14px sans-serif;
    justify-content: space-between;
  }
  
  nav a {
    color: #1f3667;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
  }
  
  nav a:hover {
    color: #003da5;
  }
  
  #epAttention {
    padding: 10px 0;
    text-align: center;
  }
  
  .buttons {
    width: 350px;
  }
  
  .buttons a {
    align-items: center;
    background: #003da5 url() no-repeat center left 15px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    height: 90px;  
    margin: 10px 0;
    padding: 15px;
    text-decoration: none;
  }
  
  .buttons span.title {
    display: block;
    font-size: 22px;
    width: 100%;
  }
  
  /* content */
  
  main {
    display: block;
  }
  
  section {
    display: block;
    padding: 30px 0 70px;
  }
  
  .phoneNumber{
    text-align: center;
    margin: 10px 0;
    color: #803193;
  }
  
  .followForm{
    margin: 20px 0;
  }
  
  .formRow{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .text-input{
    margin-left: 10px;
    min-width: 200px;
    padding: 5px;
  }
  
  .followForm span {
    width: 100px;
  }
  
  .w-60 {
    width: 60%;
  }
  
  #epEmergency {
    padding: 10px 0;
  }
  
  
  #epEmergency strong {
    display: inline-block;
    margin-right: 7px;
  }
  
  #epDDN {
    font-weight: bold;
    white-space: nowrap;
  }
  
  .listor {
    list-style: none;
    margin: 1em 0;
  }
  
  #epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
    display: block;
  }
  
  #epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #epDataPrivacy .text {
    color: #1f3667;
  }
  
  select {
    font: normal 400 14px sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
  }
  
  button, input.submit {
    background: #003da5;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    padding: 6px 24px;
    transition: all .2s ease-in;
  }
  
  button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
  }
  
  button:hover, input.submit:hover {
    background: #803193;
  }
  
  .nowrap {
    white-space: nowrap;
  }
  
  #epIssues {
    width: 100%;
  }
  
  #epIssues .category {
    display: flex;
    margin-bottom: 20px;
  }
  
  #epIssues .catdesc {
    display: none;
  }
  
  #epIssues .catname {
    color: #fff;
    font: normal 700 20px sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
  }
  
  #epIssues .details {
    font:  400 12px sans-serif;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  
  #epIssues .issue {
    margin-bottom: 10px;
    padding: 5px 10px;
    position: relative;
    background-color: #003da5;
    color: #fff;
    transition: all .2s ease-in;
  
  }
  
  #epIssues .issue:last-of-type {
    margin-bottom: 0;
  }
  
  #epIssues .issue:hover {
    background: #803193;
  }
  
  #epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
  }
  
  #epIssues .name {
    font: normal 400 16px/20px sans-serif;
    padding: 5px 0;
  }
  
  #epIssues .desc {
    color: #fff;
    font-size: 14px;
    padding: 0 60px 10px 15px;
  }
  
  
  
  
  /* footer */
  
  footer {
    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 {}
  
  footer .line2 a:hover {}
  
  footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1000px !important;
  }