@import url(_fonts_.css);
html {box-sizing: border-box;}
*,
*::before,
*::after {box-sizing: inherit;}
body {
    color: #333;
    font: normal 400 16px/1.5 'Santander Text';
    margin: 0;
}
.home > .hero,
.report > .hero,
.issues > .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
        url(banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 55vh;
}
.report-dp-wrapper {display: flex;}
.hero-text {
    display: block;
    padding: 30px 0 0;
    color: #fff;
    position: relative;
}
.report .hero-text {
    display: block;
    padding: 100px 0 0;
    color: #fff;
    position: relative;
}
.hero-text h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: -20px;
}
.hero-text h2 {
    font-size: 65px;
    line-height: 1;
}
.santan-line {position: relative;}
.santan-line::after {
    content: '';
    height: 3px;
    width: 39px;
    background: #fff;
    position: relative;
    bottom: -30px;
    left: 0;
    display: block;
}
.santan-line.red::after,
.santan-line.black::after {
    background: #008c3c;
    bottom: -15px;
}
.santan-line.black::after {background: #000;}
a {
    color: #008c3c;
    outline: none;
    text-decoration: underline;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:hover,
a:focus {color: #000;}
img {
    border: 0;
    display: block;
}
ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}
li {margin-bottom: 10px;}
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;
}
.home h1.top {
    font: normal 700 32px / 1.1 'Santander Headline';
    padding-bottom: 10px;
}
/* header */
header {
    display: block;
    padding: 0 40px;
    margin-top: 10px;
}
header .flex {
    display: flex;
    justify-content: space-between;
}
.att-and-lang-wrapper {
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 50px;
}
#epAttention {
    color: black;
    margin-left: auto;
    height: 60px;
    text-align: center;
    padding: 20px 0;
}
#epLang {
    font-family: 'Santander Headline';
    direction: ltr !important;
    display: block;
    background-color: #008c3c;
    right: -20px;
    position: relative;
    width: 195px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 23px;
    padding: 3px 20px 10px;
    margin-left: auto;
}
#epLangMenu {
    font: normal normal 400 16px/18px 'Santander Headline';
    background: none repeat scroll 0 0 #008c3c;
    display: block;
    left: -20px;
    position: absolute;
    top: 33px;
    width: 195px;
    padding-left: 20px;
    z-index: 100;
}
#epLang a {
    font-family: 'Santander Headline';
    color: #fff;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    width: 180px;
}
#epLang a:after {
    float: right;
    margin-right: 15px;
    content: ' |   ▼';
}
#epLang a:first-child {padding-top: 5px;}
#epLang:hover span,
#epLang:focus span {display: block;}
#epLangMenu span {
    width: 160px;
    padding: 7px 0 4px;
    display: none;
}
#epLangMenu .colOne {
    float: left;
    z-index: 100;
}
#epLangMenu .colTwo {
    float: right;
    margin-right: 20px !important;
    z-index: 100;
}
#epLangMenu .colOne span:hover,
#epLangMenu .colTwo span:focus {color: #000000;}
a.logo {
    background: url(logo1-white.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 200px;
    width: 200px;
}
a.logo:lang(pteu) {
    background: url(logo1-pteu.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 200px;
    width: 200px;
}
.consent a.logo,
.issues a.logo {background: url(logo1-red.png) no-repeat center center / contain;}
nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
}
nav a {
    color: #fff;
    display: inline-block;
    font: normal 500 15px/19px 'Santander Text';
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
    position: relative;
}
nav a:hover,
nav a:focus {color: #fff;}
nav a:hover::after,
nav a:focus::after {
    display: block;
    position: absolute;
    content: '|';
    color: #fff;
    top: -30px;
    left: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.consent nav a,
.consent nav a:hover,
.consent nav a:focus,
.consent nav a:hover::after,
.consent nav a:focus::after {color: #000;}
.issues nav a,
.issues nav a:hover,
.issues nav a:focus,
.issues nav a:hover::after,
.issues nav a:focus::after {color: #000;}
th {text-align: left;}
/* content */
#epContent {
    clear: both;
    margin: 0 auto;
    padding: 40px 0;
    width: 960px;
}
#epColumn3 {
    min-height: 200px;
    padding: 40px 20px;
}
.home-content{
    text-align: justify;
}
main {
    display: block;
    padding: 30px 5px 50px;
}
.home main {padding: 70px 0px 0px;}
.report main {padding: 0px;}
.issues main {padding: 70px 0px 0px;}
/*consent*/
.infoTable {
    font: normal 400 16px/18px 'Santander Text';
    width: 1200px;
    margin: 0 auto 16px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.row,
.row-top {
    display: flex;
    border-bottom: 1px solid #333;
}
.row-top {
    padding: 5px;
    color: #fff;
    background-color: #008c3c;
}
.row .col-20 {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    width: 200px;
}
.row .col-80 {
    padding: 0px 20px;
    width: 1000px;
    border-left: 1px solid #333;
}
/*Issues*/
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
    font: normal normal 700 20px/20px 'Open Sans', sans-serif;
    padding: 12px 0 6px;
    border-bottom: 1px solid #9a9a9a;
}
#epIssues .issue {
    color: #008c3c;
    margin: 10px 0 10px 48px;
    position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #000;}
#epIssues .name {font: normal normal 700 17px/20px 'Open Sans', sans-serif;}
#epIssues .desc {
    color: #000;
    padding: 6px 0 0;
}
#epIssues .details {
    font: normal normal 400 12px/20px 'Open Sans', sans-serif;
    text-decoration: underline;
    position: absolute;
    right: 0;
    top: 0;
}
section {
    display: flex;
    justify-content: space-between;
}
div.col-left {
    padding: 20px;
    width: 38%;
    background: #f3fafb;
    margin-left: 5px;
}
div.col-right {
    padding: 0 10px;
    width: 58%;
    margin-right: 5px;
}
.grey-block {
    background: #f4f5f4;
    padding: 50px 0;
    margin-top: 50px;
}
.report .grey-block {margin-top: 0;}
.dialling-text {}
.bb-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.big-btn {
    background: #242424;
    color: #fff;
    border: 1px solid #242424;
    border-radius: 4px;
    text-decoration: none;
    margin: 8px 0;
    width: 357px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16.8px;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.big-btn:hover,
.big-btn:focus {
    background-color: #fff;
    color: #242424;
}
#epConsentCancel {
    background: #008c3c;
    color: #fff;
}
.big-btn.bb-white,
button,
.cont {
    border: 1px solid #242424;
    color: #242424;
    background-color: #fff;
}
.big-btn:hover.bb-white:hover,
.big-btn:focus.bb-white:focus {
    background-color: #242424;
    color: #fff;
    border: 1px solid #242424;
}
button,
.cont {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
    width: 150px;
    margin-top: 10px;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
button:hover,
button:focus,
.cont:hover,
.cont:focus {
    border: 2px solid #000;
    color: #000;
}
button:disabled {
    background: #ddd;
    cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.big-text {font: normal 300 21px/1.6 'Santander Text';}
h1 {
    font: normal 700 40px/1 'Santander Headline';
    padding: 0;
}
h2 {
    font: normal 700 32px/1.1 'Santander Headline';
    padding: 0;
}
h3 {
    font: normal 700 26px/1.2 'Santander Headline';
    margin: 0;
    padding: 0;
}
h4 {
    font: normal 700 18px/1.2 'Santander Headline';
    margin: 0;
    padding: 0;
}
.consentTable {margin: 50px;}
#epEmergency {}
#epDDN {
    font-weight: bold;
    white-space: nowrap;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
#epDataPrivacy {
    background: #f3fafb;
    display: inline-block;
    align-self: center;
    margin: 70px auto 0 auto;
    padding: 50px;
    min-height: 500px;
    border: 2px solid #008c3c;
    color: #000;
}
#epDataPrivacy .text {font: normal 400 19px/1.2 'Santander Text';}
#epDataPrivacy .newRedirectMessage {font-size: 14px !important;}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: none;
}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 500px;
}
select {
    font: normal 400 14px 'Santander Text';
    margin: 2px 0 15px;
    padding: 5px;
    width: 100%;
}
.nowrap {white-space: nowrap;}
/*Issues*/
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal normal 700 16px/20px 'Open Sans', sans-serif;}
#epIssues .details {
    font: normal normal 400 12px/20px 'Open Sans', sans-serif;
    position: absolute;
    right: 0;
    top: 0;
}
#epIssues .name {font: normal normal 700 14px/20px 'Open Sans', sans-serif;}
#epIssues .desc {padding: 1em 0 0 0;}
/* footer */
footer {
    border-bottom: 10px solid #026a3f;
    font-size: 12px;
    padding: 15px 0 15px;
    background: #0a8250;
    color: #fff;
}
footer th {display: none;}
footer td {padding: 0 !important;}
footer .line1 {
    float: left;
    padding-left: 880px;
    position: relative;
}
.line1::before {
    content: '';
    position: absolute;
    display: block;
    background: url(logo1-white.png) no-repeat center center / contain;
    height: 33px;
    width: 109px;
    top: 5px;
    left: 73px;
}
.line1:lang(pteu)::before{
    content: '';
    position: absolute;
    display: block;
    background: url(logo1-white-pteu.png) no-repeat center center / contain;
    height: 33px;
    width: 109px;
    top: 5px;
    left: 73px;
}
footer .line2 {
    color: #fff;
    float: right;
    padding-right: 10px;
}
footer .line2 a {color: #fff;}
footer .line2 a:hover,
footer .line2 a:focus {color: #fff;}
footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}