@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro-Bold";
  src: url("SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro-SemiBold";
  src: url("SourceSansPro-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansCondensed-Light";
  src: url("OpenSansCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansCondensed-Bold";
  src: url("OpenSansCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansCondensed-LightItalic";
  src: url("OpenSansCondensed-LightItalic.ttf") format("truetype");
}
*,
*::before,
*::after {box-sizing: border-box;}
body {
  color: #000;
  font: normal 400 18px/1.5 'source sans pro', sans-serif;
  margin: 0;
}
a {
  color: #5A287D;
  font-weight: 500;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #5A287D;
}
img {
  border: 0;
  display: block;
}
ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin: .5em 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;
}
.image_index {
  display: flex;
  flex-direction: column;
  width: 242px;
}
.image_top {
  background: url(home_top.png) no-repeat;
  background-size: contain;
  height: 484px;
  width: 242px;
}
.image_bottom {
  background: url(home_bottom.png) no-repeat, url(home_sub.png) no-repeat bottom right;
  background-size: 100%;
  height: 242px;
  width: 242px;
}
.image_center {
  background: url(home_sub.png) no-repeat center center;
  background-size: 100%;
  display: flex;
  height: 122px;
  width: 122px;
  margin-left: auto;
  position: relative;
  top: -121px;
}
.banner {
  background-color: #5A287D;
  padding: 1px;
}
.active {
  color: #5A287D;
  font-weight: bold;
}
.purple {color: #5A287D;}
.purple_button {margin-top: 20px;}
.bottom_text,
#ukText {
  width: 95%;
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
}
.bottom_text {display: none;}
.bottom_text_follow p {margin: 1em 0;}
.bottom_text_follow {width: 96%;}
.bottom_space {padding-top: 55px;}
.memberlogo {
  height: 150px;
  width: 150px;
}
.framework {
  align-items: center;
  display: flex;
}
#bottom_nav {
  background-color: #5A287D;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.nav_links {
  align-items: center;
  display: flex;
  width: 1000px;
}
a.homeButton {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 106px;
  padding: 6px 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-position: center 50px;
  background-repeat: no-repeat;
  text-decoration: none;
}
a.homeButton:hover,
a.homeButton:focus {text-decoration: underline;}
.homeButton--laptop {
  background-image: url(laptop_icon.png);
  background-size: 80px;
}
.homeButton--call {
  background-image: url(phone_icon.png);
  background-size: 52px;
}
.homeButton--follow {
  background-image: url(follow_icon.png);
  background-size: 52px;
}
a.homeButton--scan:hover,
a.homeButton--scan:focus {
  text-decoration: none;
  cursor: initial;
}
.negativeMargin {margin-left: -1.25em;}
.homeButton--check {background-image: url(check.svg);}
#bottom_nav>div>a {
  color: #fff;
  display: inline-block;
  font: normal 400 24px/35px 'Source Sans Pro', sans-serif;
  margin-left: 80px;
  text-decoration: none;
}
#bottom_nav>div>a:hover,
#bottom_nav>div>a:focus {
  font-weight: 600;
  text-decoration: underline;
}
/* header */
header {
  background-color: #F4F0E8;
  display: block;
}
#epLang {
  display: none;
  border: 1px solid #5e10b1;
  font: normal 600 19px/27px 'Source Sans Pro-SemiBold', sans-serif;
  cursor: pointer;
  height: 39px;
  padding: 5px 16px 0px 0px;
  position: relative;
  text-align: right;
  top: 36px;
  z-index: 1000;
  width: 140px;
}
#epLang>a {display: none;}
#epLang>div {
  color: #5e10b1;
  text-align: center;
}
#epLang:after {
  content: "â–¼";
  display: block;
  margin-top: -27px;
  margin-right: 6px;
  position: relative;
  color: #5e10b1;
}
#epLang a:hover,
#epLang a:focus {
  color: #fff;
  text-decoration: none;
}
#epLangDrop {
  background: #F4F0E8;
  color: #5A287D;
  display: none;
  width: 100%;
  padding-top: 10px;
  position: absolute;
  top: 30px;
}
#epLangDrop a {
  color: #5A287D;
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  text-align: center;
}
#epLangDrop a:hover,
#epLangDrop a:focus {background-color: #5A287D;}
#epLang:hover #epLangDrop,
#epLang:focus #epLangDrop {
  display: block;
}
header .flex {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}
a.logo {
  background: url(logo3.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 105px;
  margin: 0 30px 0 10px;
  width: 84px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #5e10b1;
  display: inline-block;
  font: normal 300 22px/26px 'Source Sans Pro', sans-serif;
  margin-right: 60px;
  text-align: center;
  text-decoration: none;
}
nav a:hover,
nav a:focus {color: #5e10b1;}
#epAttention {
  font: normal 300 17px/20px 'OpenSansCondensed-Light', sans-serif;
  padding: 10px 0;
  text-align: center;
}
.strong {font-weight: bold;}
.border_right {
  border-right: 1px solid rgba(91, 12, 176, .2);
  padding-left: 20px;
}
.border_left {
  border-right: 1px solid rgba(91, 12, 176, .2);
  padding-left: 20px;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
.consent {flex-direction: column;}
section.index_section {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
  width: 87%;
}
section.other_pages {margin-top: 50px;}
div.col-left {
  padding: 0 10px;
  width: 70%;
}
div.col-right {
  padding: 0 10px;
  width: 37%;
}
div.col-left.index_left {
  margin: 0 auto;
  padding: 0 10px;
  width: 74%;
}
div.col-right.index_right {
  padding: 0 10px;
  width: 17%;
}
div.col-left.other_left {width: 50.5%;}
div.col-right.other_right {width: 44%;}
h1 {
  font: normal 700 35px 'Source Sans Pro-Bold', sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 24px 'Source Sans Pro-Bold', sans-serif;
  padding: 0;
}
h2.banner_h2 {
  color: white;
  font: normal 700 44px/44px 'Source Sans Pro-Bold', sans-serif;
  text-align: center;
}
h3 {
  font: normal 700 18px 'Source Sans Pro-Bold', sans-serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}
.text {
  color: rgb(91, 12, 176);
  font-weight: bold;
  font-size: 19px;
}
#epDataPrivacy .online,
#epDataPrivacy .output {}
#epDataPrivacy .phone {display: none;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 500px;
}
h2.online {
  display: none;
}
.instructions {
  display: block;
  height: 50px;
  position: relative;
  width: 31%;
}
#epPhone {
  padding-bottom: 30px;
  position: relative;
}
#epPhone>div.output>.Gibraltar tbody,
#epPhone>div.output>.Gibraltar strong {color: #5A287D;}
#epPhone .output {
  color: #5A287D;
  display: none;
  position: absolute;
  margin: 72px auto;
  width: 89%;
}
#epPhone .table1 {
  width: 89%;
  font: normal 600 19px/25px 'OpenSansCondensed-Bold', sans-serif;
}
#epPhone .div1,
#epPhone .ol1,
#epPhone>div.output>div>h3 {
  color: #000;
}
#hideBtn {margin-top: 20px;}
#static {display: none;}
#dialingtext {
  color: #5A287D;
  display: none;
  font: normal 300 23px/35px 'OpenSansCondensed-Bold', sans-serif;
}
#blank {display: none;}
select {
  background-color: #F4F0E8;
  font: normal 400 17px 'source sans pro', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
#follow-form .row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 10px;
}
#follow-form .row:last-of-type {margin-bottom: 30px;}
.cont,
button {
  background: #5A287D;
  color: white;
  border: none;
  padding: 10px 38px;
  cursor: pointer;
  transition: all ease 0.3s;
  min-width: 143px;
  text-align: center;
}
#follow-form label {
  color: #5A287D;
  flex-basis: 120px;
  font: normal 500 20px/1.3 "Source Sans Pro-SemiBold", sans-serif;
  display: block;
}
input.follow {
  background-color: #ddd;
  border: 1px solid #5A287D;
  -webkit-box-shadow: 0px 0px 0px 100px #ddd inset;
  box-shadow: 0px 0px 0px 100px #ddd inset;
  lighting-color: #ddd;
  margin-left: 15px;
  padding: 3px 0px 3px 0px;
  width: 95%;
}
input[type="text"],
input[type="password"],
select {
  border: 1px solid #ADADAD;
  color: #525252;
  padding: 4px;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #5A287D;
  outline: none;
}
select:focus,
button:focus {outline: none;}
input,
select,
button {font: normal 500 18px/1.3 "Source Sans Pro-SemiBold", sans-serif;}
.cont:hover,
input.submit:hover,
button:hover,
.cont:focus,
input.submit:focus,
button:focus {
  background-color: #EABFD8;
  color: #5A287D;
}
input.submit {
  background: #808284;
  border: 1px solid #808284;
  color: #fff;
  cursor: pointer;
  font: normal 600 16px 'source sans pro', sans-serif;
  margin-left: 280px;
  margin-top: 10px;
  padding: 6px 14px;
}
.nowrap {white-space: nowrap;}
#epIssues {width: 86%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  color: #5A287D;  
  font: normal 700 23px/29px 'source sans pro', sans-serif;
}
#epIssues .details {
  font-size: 18px;
  margin-left: auto;
}
#epIssues .issue {
  border: 1px solid #5A287D;
  border-radius: 9px;
  color: #5A287D;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 10px;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {background-color: #ddd;}
#epIssues .name {
  color: #5A287D;
  font: normal 700 20px/26px 'source sans pro', sans-serif;
}
#epIssues .desc {
  color: #000;
  flex-basis: 100%;
  padding: 5px 0;
}
.issues_text {
  color: #5A287D;
  font: normal 700 25px/29px 'source sans pro', sans-serif;
  padding-bottom: 22px;
}
table {empty-cells: hide;}
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}
.question-block {
  border: 1px solid #5A287D;
  border-radius: 9px;
  color: #5A287D;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 10px;
  position: relative;
}
.question {
  color: #5A287D;
  font-size: 18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail-question{
  font-size: 18px;
  margin-left: auto;
}
.answer{padding: 0 20px;}
.answer p:first-child {margin-top: 0;}
.answer p:last-child {margin-bottom: 5;}
/* footer */
footer {
  font-size: 15px;
  padding: 20px 0;
}
footer th {display: none;}
footer td {
  padding: 5px 0 0 !important;
  border: 1px solid white;
  color: #000;
  font: normal 400 18px/1.5 'source sans pro', sans-serif;
}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color: #000;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #000;
  text-decoration: underline;
}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}
/*========================================*/
@media only screen and (max-width:800px) {
  body {
    width: 100%;
  }
  a.logo {
    background: url(logo3.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 105px;
    width: 100%;
    margin: 0;
  }
  .fill {
    min-width: 100vw;
    width: 100%;
  }
  .contain {
    margin: 0 auto;
    width: 100%;
  }
  header .flex {
    display: flex;
    padding: 14px 0;
    flex-direction: column;
  }
  nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
  }
  nav a {
    color: #5e10b1;
    display: block;
    width: 95%;
    font: normal 300 22px/26px 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin: 0;
    text-align: left;
    padding-left: 5%;
    text-decoration: none;
  }
  #epLang {
    top: 8px;
    width: 140px;
    align-self: flex-end;
    margin-right: 5%;
    display: none;
  }
  section.index_section {
    width: 100%;
    margin: 0;
  }
  div.col-left.index_left {
    width: 95%;
    margin: 0 auto;
  }
  div.col-right.index_right {
    display: none;
  }
  .nav_links {flex-direction: column;}
  #bottom_nav>div>a {margin-left: 0px;}
  footer .line1,
  footer .line2 {
    float: none;
    padding: 0px !important;
    display: flex;
    justify-content: center;
  }
  footer table {width: 100% !important;}
  footer table td {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  div.col-left.other_left,
  div.col-right.other_right {
    width: 100%;
    display: inline-block;
  }
  section {flex-direction: column;}
  .consent,
  .issues_text {
    width: 95%;
    margin: 0 auto;
  }
  #epIssues {
    width: 95%;
    margin: 0 auto;
  }
}