body {
  background-color: #eeeeee;
  }
.alliancecontent{
padding: 12px 20px;
}
.alliancecontent {
  font-family:Arial;
  font-size:17px;
  padding:30px;
}
article {
  margin: 30px 12px;
  padding: 0;
  border: 1px solid #ccc;
  max-width: 820px;
  background-color: #ffffff;
}

#contactinfo h1,
#countryData h1 {
  background-color: #005b90;
  color: #fff;
  margin: 0;
  padding: 12px 18px;
  border-bottom: 1px solid #ccc;
}

#contactinfo p,
#countryData p {
  margin: 17px;
  line-height: 1.6rem;
}

.filters a {
  background-color: #20558b;
  border: 2px solid #20558b;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 0.353rem;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  padding: 13px 18px;
  min-width: 100px;
  text-align: center;
  margin: 12px 20px;
}

.filters a:hover,
a:hover;

  {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: #ffffff;
}

article p a:hover {
  text-decoration: none;
}

select,
option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 12px;
  line-height: 20px;
  max-width: 820px
}

ul {
  padding-right: 30px;
}

li {
  padding-top: 12px;
}

.btn-back-top {
  background: rgba(102, 102, 102, 0.8);
  color: #ffffff;
  font-size: 1.4058823529rem;
  width: 2.9411764706rem;
  height: 2.9411764706rem;
  padding: 0;
  border-radius: 50%;
  position: fixed;
  bottom: 1.7647058824rem;
  right: 1.7647058824rem;
  transition: all 0.3s;
  border: none;
  scroll-behavior: smooth;
  z-index: 100;
}

.btn-back-top:hover {
  background: rgba(0, 68, 148, 0.8);
  color: #ffffff;
  cursor: pointer;
}

h1 {
  font-weight: normal;
}

.titlesimp {
  font-weight: normal;
  font-size: 17px
}

.selectedcountry {
  font-size: 20px;
}

eac-external-link:after {
  margin-left: 0.2941176471rem;
  content: "\f08e";
  font-weight: 900;
  color: #0E3051;
  text-decoration: none;
}
