@font-face {
    font-family: 'TrebuchetMS';
    src: url('TrebuchetMS.eot');
    /* IE9 Compat Modes */
    src: url('TrebuchetMS.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('TrebuchetMS.woff2') format('woff'),
        /* Modern Browsers */
        url('TrebuchetMS.woff') format('woff'),
        /* Modern Browsers */
        url('TrebuchetMS.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal;
}
body {
    font: normal 400 12px/15px TrebuchetMS, sans-serif;
    margin: 0;
}
.hidden {display: none;}
.visible {display: block !important;}
a {
    color: rgb(0, 83, 158);
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus {}
a.logo {
    background: url(logo1.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 120px;
    margin: 10px 0;
    width: 266px;
}
div.table table {
    border-right: 1px #77777a solid;
    border-left: 1px #77777a solid;
}
div.table tr>td {
    border-bottom: 1px solid rgb(119, 119, 122);
    padding: 5px;
}
div.table th {
    background: #4e5685;
    color: #fff;
    padding: 5px;
}
form {
    color: #4e5685;
    font-size: 13px;
    font-weight: 700;
    margin: 10px;
    padding: 0 10px 10px;
}
.followup input { 
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f0e9ff;
    border: none;
    font: normal normal 400 12px/15px TrebuchetMS, sans-serif;
    margin: 5px auto;
    padding: 10px;
    width: 94%;
}
#submit {
    background: #ee7622;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 6px 15px;
}
#submit:hover,
#submit:focus {
    background: #4e5685;
    cursor: pointer;
}
h1 {
    font: normal 700 36px/36px TrebuchetMS, sans-serif;
    padding: 0;
}
h2 {
    font: normal normal 700 1.7em/1.9em TrebuchetMS, sans-serif;
    padding: 0;
}
h3 {
    font: normal normal 700 1.17em/1.27em TrebuchetMS, sans-serif;
    margin: 1em 0;
    padding: 0;
}
.headerText {
    color: #5D7E95;
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 0px;
    font-size: 40px
}
.headerText:lang(fr) {font-size: 35px;}
.headerText:lang(pl) {font-size: 31px;}
img {
    border: 0;
    display: block;
}

ul.followup {
    margin: 1em 0;
    padding: 0;
}

ul.followup li {
    list-style: none;
}

p {
    margin: 1em 0;
    padding: 0;
}
#epAttention {
    margin: 10px 0;
    text-align: center;
}
#epBannerHome {
    background: #D9D9D9 url(banner.png) center right no-repeat;
    /*background-size: 500px 280px;*/
    color: #000;
    margin-bottom: 30px;
}
#epBannerHome .epBannerText {background-color: #D9D9D9;}
#epBannerHome .epBannerText h1 {font-size: 24px;}
#epBannerReport {
    background: #3fae49 url(report.jpg) center right no-repeat;
    background-size: 500px 280px;
    color: #fff;
    margin-bottom: 30px;
}
#epBannerReport .epBannerText {
    background-color: #3fae49;
    font-size: 14px;
    padding: 25px 25px 23px;
    width: 421px;
}
#epBannerAsk {
    background: #004a97 url(question.jpg) center right no-repeat;
    background-size: 500px 290px;
    color: #fff;
    margin-bottom: 30px;
}
#epBannerAsk .epBannerText {background-color: #004a97;}
#epBannerCall {
    background: #ee7622 url(phone.jpg) center right no-repeat;
    background-size: 500px 280px;
    color: #fff;
    margin-bottom: 30px;
}
#epBannerCall .epBannerText {
    background-color: #ee7622;
    font-size: 14px;
    padding: 25px 25px 23px;
    width: 421px;
}
#epBannerFollow {
    background: #cf1f2e url(follow.jpg) center right no-repeat;
    background-size: 500px 290px;
    color: #fff;
    margin-bottom: 30px;
}
#epBannerFollow .epBannerText {
    background-color: #cf1f2e;
    font-size: 16px;
}
.epBannerText {
    font-size: 18px;
    line-height: initial;
    min-height: 232px;
    padding: 25px;
    width: 400px;
}
.epBannerText h1 {font-size: 30px;}
#epColumn1 {
    border: 1px #000 solid;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 60px;
    padding: 10px;
    vertical-align: top;
    width: 400px;
}
#epColumn2 {
    display: inline-block;
    padding: 0 12px 0 16px;
    vertical-align: top;
    width: 350px;
}
#epContent a.button {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 205px;
    margin-right: 19px;
    padding: 150px 0 0;
    text-align: center;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    float: left;
}
#epContent a.button:lang(pteu) {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 205px;
    margin-right: 19px;
    padding: 150px 0 0;
    text-align: center;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 17px;
    float: left;
}
#epContent a.button:lang(de) {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 225px;
    margin-right: 19px;
    padding: 150px 0 0;
    text-align: center;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    float: left;
}
#epContent a.button:lang(es) {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 245px;
    margin-right: 19px;
    padding: 150px 0 0;
    text-align: center;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    float: left;
}

#epContent a.button:lang(fr), 
#epContent a.button:lang(frca) {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 245px;
    margin-right: 19px;
    padding: 150px 0 0;
    text-align: center;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    float: left;
}

#epContent a.button:lang(pl) {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 245px;
    margin-right: 19px;
    padding: 150px 0 0;
    text-align: center;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    float: left;
}

#epContent a.button:last-of-type {margin-right: 0;}
#epContent a.report {
    background: #3fae49 url(report.jpg) center top 20px no-repeat;
    background-size: 203px 110px;
    margin-left: 20px;
}
#epContent a.ask {
    background: #004a97 url(question.jpg) center top 20px no-repeat;
    background-size: 203px 110px;
}
#epContent a.call {
    background: #ee7622 url(phone.jpg) center top 20px no-repeat;
    background-size: 203px 110px;
}

#epContent a.follow {
    background: #cf1f2e url(follow.jpg) center top 20px no-repeat;
    background-size: 203px 110px;
}
#epDDN {
    font-weight: bold;
    white-space: nowrap;
}
#epLogoBar {
    background: url(logos.png) no-repeat center center;
    background-size: 100%;
    display: none;
    height: 102px;
    width: 950px;
}
#epEmergency {
    font: normal 400 15px TrebuchetMS, serif;
    margin-bottom: 30px;
    text-align: center;
}
#epEmergency .red {
    color: #cf1f2e;
    font-weight: 700;
}
#epFAQ {
    /*background: #e6b747;*/
    clear: both;
    border-radius: 100px;
    color: #5d7e95;
    margin: 30px 0;
    padding: 5px 55px 35px;
    text-align: center;
    vertical-align: top;
}
#epFAQ>p>strong {
    font-style: normal;
    font-size: 14px;
}
#epFAQ p {
    display: inline-block;
    margin-right: 59px;
    margin-bottom: 25px;
    text-align: left;
    vertical-align: top;
    width: 238px;
    font-style: italic;
    margin: 0;
    height: auto;
    padding-right: 20px;
    min-height: 200px;
}
#epFAQ h2 {display: block;}
#epFAQ>p:nth-of-type(3n) {margin-right: 0;}
#epFAQColumn {
    color: #4e5685;
    display: inline-block;
    font: italic 400 16px/24px TrebuchetMS, sans-serif;
    margin-left: 40px;
    text-align: left;
    vertical-align: top;
    width: 475px;
}
#epFAQColumn strong {font-style: normal;}
#epFAQColumn h2 {color: #3fae49;}
.expand-text {
    /*needed for FAQ to not hide last line. faq's were entered as p tags at some point*/
    margin-bottom: 20px;
    word-break: break-all !important;
}
.expand-text-opened{height: calc(100% + 20px) !important;}
#epFooter {
    clear: both;
    color: #77777a;
    font-size: 12px;
    height: 27px;
    margin: 50px 0 10px;
}
#epFooter th {display: none;}
#epFooter td {padding: 5px 0 0 !important;}
#epFooter .line1 {float: left;}
#epFooter .line2 {float: right;}
#epFooter .line2 a {}
#epFooter .line2 a:hover,
#epFooter .line2 a:focus {}
#epFooter table {
    margin: 0 auto !important;
    width: 950px !important;
}
#epHeader {
    background-size: 70%;
    position: relative;
}
#epLang {
    color: black;
    display: inline-block;
    float: right;
    text-align: right;
}
#epLang a {
    display: inline-block;
    margin: 20px 0 0 20px;
    text-decoration: underline;
}
#epNav {
    background: rgb(93, 126, 149);
    font: normal normal 400 12px/25px TrebuchetMS, sans-serif;
    text-align: center;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-justify-content: space-around;
}
#epNav a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
#epNav a:lang(es) {padding: 8px 7px;}
#epNav a:lang(frca),
#epNav a:lang(fr) {
    padding: 8px 15px;
    font-size: 13px;
}
#epNav a:lang(pl) {padding: 8px 10px;}
#epNav a.selected {
    background: rgb(230, 183, 71);
    color: rgb(93, 126, 149);
    margin-right: 0;
    margin-left: 0;
}
#epNav a:hover,
#epNav a:focus {
    background: rgb(230, 183, 71);
    overflow: visible;
}
#epResources {
    /*Dropdown Box*/
    display: block;
    left: 0;
    position: absolute;
    top: 41px;
    width: 240px;
    z-index: 10;
}
#epResources span {
    background: rgb(230, 183, 71);
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 24px;
    width: 188px;
}
#epResources span:lang(es) {
    padding: 5px 0;
    width: 198px;
}
#epResources span:lang(frca) {
    width: 240px;
    padding: 5px 0;
}
#epResources span:hover,
#epResources span:focus {
    background: rgb(93, 126, 149);
    color: white;
}
#epWrapper {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
/*dp2*/
#epDataPrivacy { color: #4e5685;}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output { display: none;}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}
#epDataPrivacy select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f0e9ff url(arrow.png) center right no-repeat;
    background-size: 27px;
    border: none;
    font: normal normal 400 12px/15px TrebuchetMS, sans-serif;
    margin: 0 0 1em 0;
    padding: 10px;
    width: 100%;
}
#epDataPrivacy option {
    color: #77777a;
    font-size: italic;
    font-weight: 700;
}
/*phone*/
#epPhone {color: #4e5685;}
#epPhone select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f0e9ff url(arrow.png) center right no-repeat;
    background-size: 27px;
    border: none;
    font: normal normal 400 12px/15px TrebuchetMS, sans-serif;
    margin: 0 0 1em 0;
    padding: 10px;
    width: 100%;
}
#epPhone option {
    color: #77777a;
    font-size: italic;
    font-weight: 700;
}


/*Notice*/
.return {
     background: #ee7622;
    border: none;
    border-radius:10px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.return:hover {
    background: #4e5685;
}

/*Issues*/
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal normal 700 16px/20px TrebuchetMS, sans-serif;}
#epIssues .details {
    font: normal normal 400 12px/20px TrebuchetMS, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
}
#epIssues .issue {
    color: #4e5685;
    margin: 10px 0;
    position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #E6B747;}
#epIssues .name {font: normal normal 700 14px/20px TrebuchetMS, sans-serif;}
#epIssues .desc {padding: 1em 0 0 0;}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.dropDowns .text {
    font-size: 13px;
    font-weight: 700;
    margin: 10px;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
.nowrap {white-space: nowrap;}
.top {
    margin-top: 0;
    padding-top: 0;
}
.fill {width: 100%;}
.contain {
    margin: 0 auto;
    /*width: 1316px;*/
}
.followText {padding: 0 20px;}