/*
Light Blue: #8AB6CC;
Dark Blue: #1B4486;
*/

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@600&family=Roboto:wght@400;700&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #000;
  font: normal 400 17px/1.5 "Roboto",sans-serif;
  margin: 0;
}

a {
  color: #1B4486;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #8AB6CC;  
}

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;
}

.centered {
  text-align:center;	
}


/* header */

header {
  display: block;
}

#epLang {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  align-items:flex-end;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 90px;
  margin-left:40px;
  width: 300px;
}

#banner {
  background: #fff url(banner.jpg) center center no-repeat;
  background-size:cover;
  display:block;
  height:405px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin-right:40px;
}

nav a {
  color: #1B4486;
  display: inline-block;
  font: normal 700 26px "Roboto",sans-serif;
  padding: 0 10px 0 70px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #1B4486;
  text-decoration:underline;
}

#epAttention {
  background-color:#8AB6CC;
  color:#fff;
  margin-top:20px;
  padding: 7px 0;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 60%;
}

div.col-right {
  padding: 29px 10px 0;
  width: 35%;
}

section.col-100 {
  display:block !important;
  padding:0 10px;
  width:100%;
}

h1, h2 {
  color:#1B4486;
  font: normal 600 32px "Prompt",sans-serif;
  padding: 0;
  text-transform:uppercase;
}

h3 {
  color:#1B4486;	
  font: normal 600 25px "Prompt",sans-serif;
  margin: .5em 0 .3em;
  padding: 0;
}

h4 {
  color:#1B4486;	
  font: normal 600 25px "Prompt",sans-serif;
  padding: 0;
}

.emergencyBox {
  background-color:#8AB6CC;
  border-bottom:5px solid #1B4486;
}

.button {
  align-items:center;
  border:2px solid #1B4486;
  display:flex;
  flex-direction:column;
  margin-bottom:10px;
  padding:10px 30px;
  width:100%;
}

a.button {
  background-color:#1B4486;
  color:#fff;
  font: normal 600 25px "Prompt",sans-serif;
  padding:24px 30px;
  text-decoration:none;
}

.button p {
  margin-top:0;
  width:300px;  
}

li.continueText div.button {
  border:none;	
}

.instruct {
  padding-left:5px;
  padding-right:5px;
}

#epEmergency {
  color:#fff;
  margin:0 auto;
  padding:10px 0;
  text-align:center;
  width:1100px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .text {
  font-size:.9em;
  margin-bottom:5px;
  width:339px !important;	
}

#epDataPrivacy .online, 
#epDataPrivacy .phone, 
#epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epPhone {
    width: 100%;
}

.att.Italy .ol1 .li1 table th {
    text-align: left;
    white-space: normal !important;
    width: 76.1% !important;
}

select {
  font: normal 400 14px "Roboto",sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background:#1B4486;
  border: 1px solid #1B4486;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}

button:hover {
  background: #fff;
  color: #1B4486;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  margin:0 auto !important;
  width: 600px;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Roboto",sans-serif;
}

#epIssues .details {
  display:none;
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  border:1px solid #777;
  border-radius:5px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  background-color: #8AB6CC;
  color:#000;
}

#epIssues .name {
  font: normal 700 14px/20px "Roboto",sans-serif;
  padding:10px; 
  width:100%;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 20px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}

footer .line2 a {}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}