@font-face {
  font-family: "CP Sans";
  src: url('CPSansText-aLt.woff2') format('woff2'),
     url('CPSansText-aLt.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: "CP Sans";
  src: url('CPSansText-bRg.woff2') format('woff2'),
     url('CPSansText-bRg.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: "CP Sans";
  src: url('CPSansText-cMd.woff2') format('woff2'),
     url('CPSansText-cMd.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: "CP Sans";
  src: url('CPSansText-dSb.woff2') format('woff2'),
     url('CPSansText-dSb.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: "CP Sans";
  src: url('CPSansText-eBd.woff2') format('woff2'),
     url('CPSansText-eBd.woff') format('woff');
  font-weight: 700;
}

body {
  color: #222;
  font: normal 400 18px/1.5 'CP Sans',sans-serif;
  margin: 0;
}

body.index {
  color: #222;
}

*{
  box-sizing: border-box;
}

a {
  color: #05bbda;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #B8B8B8;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 22px;
  width: 252px;
}

h1 {
  font: normal 700 30px 'CP Sans',sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 26px 'CP Sans',sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em 'CP Sans',sans-serif;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

ul.list-letter {
    list-style-type: lower-alpha;
}

ul.list-numeral {
    list-style-type: lower-roman;
}

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;
}

.center {
    text-align: center;
}

/* header */

header {
  border-bottom: 2px solid #B8B8B8;
  display: block;
}

.index header {
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

#epLang {
  cursor: pointer;
  height:99px;
  justify-content: space-between;
  position: absolute;
  right:-56px;
  text-align: left;
  top:-34px;
}
#epLang > a {display: none;}
#epLang a:hover,
#epLang a:focus {color: #727272;}
#epLangDrop {
  background-color:#fff;
  color: #eaedf0;
  border: 1px solid #dfe3e8;
  border-radius:5px;
  display: none;
  position: absolute;
  left: -15px;
  padding:20px 12px 20px;
  top:65px;
  min-width:100px;
  z-index:100;
}
#epLang > div {
  background: url(globe.png) center center no-repeat;
  height:89px;
  color: transparent;
}
#epLang::after {
  background: url(down.png) center center no-repeat;
  background-size:contain;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position:absolute;
  right:-7px;
  top:36px;
}
#epLang:hover::after {
  background: url(up.png) center center no-repeat;
  background-size:contain;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position:absolute;
  right:-7px;
  top:36px;  
}
#epLangDrop a {
  display: block;
  padding: 3px 0;
}
#epLang:hover #epLangDrop,
#epLang:focus #epLangDrop {
  display: block;
}

nav {
  display: flex;
  font: normal 700 14px 'CP Sans',sans-serif;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: 40px;
}

nav a {
  color: #222;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}

nav a:hover {
  color: #727272;
  text-decoration: underline;
}

nav a:active, nav a.current {
  color: #727272;
  text-decoration: underline;
}

.banner {
  background: #ccc url(banner.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  display: block;
  padding: 50px 0 100px;
}

.actionButtons {
	padding-top: 20px;
}

.buttons {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 25px;
}

.buttons a {
  align-items: center;
  font-weight: 600;
  background: #F5F5F5 url() no-repeat center 30px;
  box-sizing: border-box;
  color: #222;
  display: flex;
  padding: 140px 15px 20px;
  text-decoration: none;
  width: 23%;
  border-radius: 10px;
}

.buttons a:hover {
}

.buttons a.report {
  background-image: url(report.png);
  background-size: 112px 90px;
}

.buttons a.phone {
  background-image: url(phone.png);
  background-size: 60px 90px;
}

.buttons a.follow {
  background-image: url(follow.png);
  background-size: 68px 90px;
}

.buttons span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  width: 100%;
}

.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.followSection {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 0 0 0 25px;
  max-width: 700px;
}


/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 0 0 120px;
}

section {
  display: block;
}

section.box {
    border: 1px solid #212b36;
    padding: 30px;
    margin-top: 50px;
    font-size: 16px;

    h1 {
        font-size: 20px;
    }
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin-top: 50px;
}

.text-index h1 {
  text-align: center;
  color: #222;
  font-weight: 700;
  font-size: 40px;
}

.text-index p {
  	text-align: center;
	max-width: 950px;
	margin: 25px auto;
}

[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;
  font-size: 14px;
  max-width: 940px;
}

#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, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #222;
}

.output div {
	background-color: #F5F5F5;
	padding: 5px 15px 20px 15px;
	margin-top: 30px;
}

.output .div1 {
	padding: 0px 0px 15px;
  margin-top: -5px;
} 
  

select {
  font: normal 400 14px 'CP Sans',sans-serif;
  margin: 10px 0 15px;
  min-width: 355px;
  padding: 10px;
}

button, .submit {
  background: #222;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 10px 40px;
  text-decoration: none;
}

#epConsentContinue:disabled,
button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #fff;
  background: #B8B8B8;
}

.nowrap {
  white-space: nowrap;
}

#epConsentContinue {
    background: #05bbda;
}

/* issues */

#epIssues .catname {
  color: #212b36;
  margin: 10px 0;
  padding: 10px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  background: url(down.png) no-repeat 98% 50%;
  background-size: 16px 10px;
}
#epIssues .catdesc {display: none;}
#epIssues .category {
  border: 1px solid #ccc;
border-radius: 4px;
color: #212b36;
margin: 20px 0;
position: relative;
font-size: 16px;
font-weight: bold;
}
#epIssues .details {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
#epIssues .issue {
  color: #212b36;
  display: block;
  margin-bottom: 5px;
  padding: 3px;
  text-decoration: none;
}
#epIssues .issue:last-child {margin-bottom:20px; }
#epIssues .issue:hover,
#epIssues .issue:focus {color: #05bbda;}
#epIssues div.issuebox {
  padding-left: 20px;
}
#epIssues span.title {
  display: block;
  font-weight: 400;
}
#epIssues .name {
  color: #212b36;
  font-size:16px;
  font-weight: 400;  
  text-decoration: underline;
}
#epIssues .name:hover,
#epIssues .name:focus {color: #346aff;}
#epIssues .desc {padding-left: 25px;}
#epIssues .details {
  font: italic 400 11px 'CP Sans',sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
  font-weight: 700;
}

/* footer */

footer {
  font-size: 14px;
  padding: 10px 0 20px 0;
  background-color: #F2F4F6;
  color: #1F3667;
  font-weight: 500;
}

footer th {
  display: none;
}

footer td {
  padding: 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #1F3667;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
	color: #1F3667;
	text-decoration: none;
}

footer .line2 a:hover {color: #1F3667;}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}