@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, .35), rgba(0, 0, 0, .35)), url(banner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100vh;
}
.report-dp-wrapper {
  display: flex;
}
.hero-text {
  display: block;
  padding: 300px 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: #ec0000;
  bottom: -15px;
}
.santan-line.black::after {
  background: #000;
}
.center {
  text-align: center;
}
a {
  color: #ec0000;
  outline: none;
  text-decoration: underline;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}
a:hover,
a:focus {
  color: #000;
}
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: 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-size: 25px;
  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: #ec0000;
  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 #ec0000;
  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 {
  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:hover {
  color: #000000;
}
a.logo {
  background: url(logo1-red.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 36px;
  margin: 20px 30px 20px 10px;
  width: 192px;
}
.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;
}
main {
  display: block;
  padding: 30px 5px 50px;
}
.home main {
  padding: 70px 0px 0px;
}
.report main {
  padding: 0px;
}
.issues main {
  padding: 70px 0px 0px;
}
/*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 .issue {
  color: #ec0000;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover {
  color: #000;
}
#epIssues .name {
  font: normal normal 700 14px/20px 'Open Sans', sans-serif;
}
#epIssues .desc {
  padding: 1em 0 0 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: #ec0000;
  color: #fff;
  border: 2px solid transparent;
  text-decoration: none;
  margin: 8px 0;
  width: 357px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.big-btn:hover,
.big-btn:focus {
  border: 2px solid #000;
  color: #fff;
}
#epConsentCancel {
  background: #ec0000;
  color: #fff;
  border: 2px solid transparent;
}
.big-btn.bb-white,
button,
.cont {
  color: #ec0000;
  background: #fff;
  border: 2px solid #ec0000;
}
.big-btn:hover.bb-white:hover,
.big-btn:focus.bb-white:focus {
  color: #000;
  border: 2px solid #000;
}
button,
.cont {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
  width: 150px;
  margin-top: 10px;
  transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all .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 {
  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 #ec0000;
  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 .issue {
  color: #ec0000;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover {
  color: #000;
}
#epIssues .name {
  font: normal normal 700 14px/20px 'Open Sans', sans-serif;
}
#epIssues .desc {
  padding: 1em 0 0 0;
}
/* footer */
footer {
  font-size: 12px;
  padding: 20px 0;
  background: #ec0000;
  color: #fff;
}
footer th {
  display: none;
}
footer td {
  padding: 50px 0 0 !important;
}
footer .line1 {
  float: left;
  padding-left: 880px;
  position: relative;
}
.line1::before {
  content: "";
  position: absolute;
  display: block;
  background: url(logo1-white.svg) no-repeat center center / contain;
  height: 50px;
  width: 185px;
  top: -55px;
  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;
}