@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');
body {
    font: normal normal 400 15px/1.6em 'Noto Sans', Arial, sans-serif;
    margin: 0;
    color: #424242;
}
a {
    color: #0066f5;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus {
}
a.logo {
    background: url(logo1.png) no-repeat;
    background-size: contain;
    display: block;
    height: 120px;
    margin-right: 30px;
    width: 646px;
}
h1 {
    font: normal normal 700 2em/2.1em 'Noto Sans', Arial, sans-serif;
    margin: 0.67em 0;
    padding: 0;
}
h2 {
    font: normal normal 700 1.5em/1.6em 'Noto Sans', Arial, sans-serif;
    margin: 0.83em 0;
    padding: 0;
}
h3 {
    font: normal normal 700 1.17em/1.5em 'Noto Sans', Arial, 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;
}
.flex {
    display: flex;
}
.logosTitle {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.centered {
    line-height: 40px;
    text-align: center;
}
ol.faqListUnderline li {
    font-weight: bold;
    text-decoration: underline;
}
ol.faqListUnderline ul li,
ol.faqListUnderline ol li {
    font-weight: 400;
    padding-left: 10px;
    text-decoration: none;
}
table.contactTable {
    max-width: 1100px;
}

table.contactTable tr {
    display: flex;
    justify-content: space-evenly;
}

table.contactTable td {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 22%;
    word-break: break-all;
}

.hideResources span {
    display: none;
}

.hideResources:hover span {
    display: block;
}

#epResources {
    overflow: visible;
    position: absolute;
    top: 34px;
    z-index: 10;

    span {
        background: white;
        border-right: 4px solid white;
        color: #424242;
        cursor: pointer;
        padding: 0 20px 0 25px;
        padding: 10px;
        position: relative;
        text-align: left;
        text-shadow: none;
        width: 345px;
        z-index: 10;
    }

    span:hover {
        background: white no-repeat 13px center;
        border-right: 4px solid #003c71;
        text-shadow: 1px 0 0 #424242;
    }
}

#epAttention {
    width: 100%;
    text-align: center;
    font-style: italic;
}

#epBanner {
    align-items: center;
    background: url(banner.jpg) no-repeat left top;
    display: flex;
    height: 380px;
    justify-content: space-between;
    width: 1170px;

    .content {
        align-items: center;
        background: url(content.png) center;
        border-radius: 0 20px 20px 0;
        display: flex;
        height: 311px;
        justify-content: space-between;
        width: 637px;

        .culture {
            background: url(culture.jpg) no-repeat left top;
            height: 169px;
            width: 237px;
        }

        .values {
            background: url(values.jpg) no-repeat right top;
            height: 201px;
            margin-right: 40px;
            width: 161px;
        }
    }
}

html[lang="es"] #epBanner .content {
    background: url(content-es.png) no-repeat;
    align-items: flex-start;
    border-radius: 0 20px 20px 0;
    display: flex;
    height: 240px;
    justify-content: space-between;
    width: 660px;
}

#epButtons {
    cursor: pointer;
    display: block;
    width: 270px;
    margin-right: 100px;
    margin-top: 60px;
}
#epButtons a {
    align-items: center;
    background: #003c71;
    color: #fff;
    display: flex;
    font: normal normal 700 17px/26px 'Noto Sans', Arial, sans-serif;
    height: 80px;
    margin-bottom: 15px;
    padding: 0 0 0 90px;
    position: relative;
    text-transform: uppercase;
    width: 180px;
}

#epButtons a:lang(es) {
	font: normal normal 700 14px/26px 'Noto Sans', Arial, sans-serif;
	padding: 0 0 0 80px;
	width: 190px;
}	

#epButtons a.report {
    background: #003c71 url(button_report.png) no-repeat left 15px center;
}

.reportselect {
    background: url(button_report.png) no-repeat left 15px center #0366c4 !important;
}

#epButtons a.question {
    background: #003c71 url(button_question.png) no-repeat left 15px center;
}

.questionselect {
    background: url(button_question.png) no-repeat left 15px center #0366c4 !important;
}

#epButtons a.follow {
    background: #003c71 url(button_follow.png) no-repeat left 15px center;
}

.followselect {
    background: url(button_follow.png) no-repeat left 15px center #0366c4 !important;
}

#epButtons a i {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 80px;
    font-size: 42px;
    font-weight: bold;
}
#epButtons a:hover i,
#epButtons a:focus i {
    right: 10px;
}
#epColumn1 {
    margin-right: 420px;
    padding: 20px;
}
#epColumn2 {
    padding: 20px;
    width: 400px;
}
#epColumn3 {
    border-top: 1px solid #757588;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 40px;
    width: 100%;

    p {
        padding: 0 20px;
    }

    .left {
        width: 700px;
    }

    .right {
        margin-right: 100px;
        width: 270px;
    }

    #epButtons {
        margin-right: 0;
    }
}

#epColumn3.mainpage {
    display: block;
    border-top: none;
}

#epColumn3 #epColumn100 {
    padding: 30px 35px 40px;
    width: 1100px;
}
#epContent {
    width: 1170px;
}
#epEmergency {
}
#epFollow {
    padding: 15px;
    margin-bottom: 15px;
}
#epFollow input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 5px 0px;
    padding: 5px 0;
    width: 200px;
}
#epFollow table th {
    font-weight: 400 !important;
    text-align: left;
    padding: 5px 0;
}
#epFollow table td {
}
fieldset {
    border: 0;
    padding: 0;
}
#epFollow .submit {
    background: #424242;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font: normal normal 400 16px/15px 'Noto Sans', Arial, sans-serif;
    padding: 15px 60px;
    margin-top: 10px;
}

#epHeader {
    padding-top: 15px;
    position: relative;
}
#epHeader div.logosbar {
    align-items: center;
    display: flex;
    height: 150px;
    width: 755px;
}
#epHeader .title {
    border-left: 1px solid #003c71;
    padding: 34px 0 34px 31px;
    font-size: 24px;
    font-weight: bold;
}
#epLang {
    display: flex;
    justify-content: flex-end;
}
#epLang a {
    color: #003c71;
    font-size: 14px;
    line-height: 8px;
    border-right: 1px solid #003c71;
    padding: 0 5px;
}
#epLang a:last-child {
    border: 0;
}
#epLang a:hover,
#epLang a:focus {
    text-decoration: underline;
}
#epNav {
    font: normal normal 400 13px/35px 'Noto Sans', Arial, sans-serif;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#epNav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px;
    text-transform: uppercase;
    color: #424242;
    position: relative;
}
#epNav a:hover,
#epNav a:focus,
#epNav a.selected {
    text-shadow: 1px 0 0 #424242;
}
#epWrapper {
    margin: 0 auto;
    position: relative;
    width: 1170px;
}
#reportTop {
    font: normal normal 400 19px/35px 'Noto Sans', Arial, sans-serif;
    margin: 0 0 30px 0;
    text-align: center;
    width: 100%;
}
#reportTop a {
    color: #003c71;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}
#reportTop a:hover,
#reportTop a:focus {
    background: #003c71;
    color: #fff;
}
#step,
#consentStep {
    float: right;
    font: italic normal 700 14px/35px 'Noto Sans', Arial, sans-serif;
    margin: -50px 20px 0 0;
}
/*dp2*/
#epDataPrivacy .online,
#epDataPrivacy .output {
}
#epDataPrivacy .output {
    width: 80%;
}
#epDataPrivacy ol.dropDowns {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
#epDataPrivacy select {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font: normal normal 400 15px/1.6em 'Noto Sans', Arial, sans-serif;
    margin: 0 0 1em 0;
    padding: 5px 0;
    width: 500px;
}
button {
    background: #424242;
    border: none;
    color: #ffffff;
    font: normal normal 400 16px/15px 'Noto Sans', Arial, sans-serif;
    margin-right: 5px;
    padding: 15px 60px;
}
button:hover,
button:focus {
    background: #666666;
}
#epDataPrivacy table {
    border-spacing: 3px;
    border-collapse: separate;
    width: 100%;
}
#epDataPrivacy th {
    font-weight: 700;
    margin: 2px;
    padding: 5px;
    text-align: center;
}
#epDataPrivacy td {
    margin: 2px;
    padding: 5px 5px 5px 10px;
    text-align: left;
}
#epDataPrivacy tr.even {
    background: #eaeff7;
}
#epDataPrivacy tr.odd {
    background: #d2deef;
}
#epDataPrivacy tr.odd:hover,
#epDataPrivacy tr.even:hover,
#epDataPrivacy tr.odd:focus,
#epDataPrivacy tr.even:focus {
    background: #ebebeb;
    color: #006bb6;
    cursor: pointer;
}
#epDataPrivacy > div > h2,
h2.online {
    display: none;
}
/*phone*/
#epPhone select {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font: normal normal 400 15px/1.6em 'Noto Sans', Arial, sans-serif;
    margin: 0 0 1em 0;
    padding: 5px 0;
    width: 500px;
}
/*Issues*/
#epIssues {
    width: 100%;
}
#epIssues .catdesc {
    display: none;
}
#epIssues .catname {
    font: normal normal 700 16px/20px 'Noto Sans', Arial, sans-serif;
}
#epIssues .details {
    color: #808080;
    font: italic normal 400 14px/20px 'Noto Sans', Arial, sans-serif;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#epIssues .issue {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #003c71;
    margin: 5px 0;
    padding: 5px 5px 25px 5px;
    position: relative;
    clear: both;
    min-height: 130px;
}
#epIssues .issue:hover,
#epIssues .issue:focus {
    color: #000000;
}
#epIssues .name {
    font: normal normal 700 16px/20px 'Noto Sans', Arial, sans-serif;
    padding-left: 10px;
    width: 330px;
    margin: 25px 0 0;
}
#epIssues .name p {
    font: normal normal 400 13px/20px 'Noto Sans', Arial, sans-serif;
    padding-left: 30px;
}
#epIssues .desc {
    font-size: 12px;
    padding: 1em 0 0 20px;
    margin: 0 10px 0 350px;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.faqlink {
    color: #003c71;
}
.hide {
    display: none;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
.nowrap {
    white-space: nowrap;
}
.top {
    margin-top: 0;
    padding-top: 0;
}

#epNAVEXFooter {
    font-size: 13px;

    a {
        color: #003c71;
    }

    th {
        display: none;
    }

    td {
        display: flex;
        justify-content: space-between;
    }
}
