.icon {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon:hover {
  opacity: 1;
}
.icon.icon-none {
  float: none;
  width: 16px;
  height: 16px;
  margin: 0 6px 0;
}
.icon.icon-site {
  background-image: url(/images/icons/icon-site.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-pin {
  background-image: url(/images/icons/icon-pin.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-phone {
  background-image: url(/images/icons/icon-phone.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-fax {
  background-image: url(/images/icons/icon-fax.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-mail {
  background-image: url(/images/icons/icon-email.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-time {
  background-image: url(/images/icons/icon-time.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-mobile {
  background-image: url(/images/icons/icon-mobile.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-pdf{
  width: 42px;
  height: 42px;
  background-image: url("/images/pdf-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.arLinks a{
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.icon.icon-rc {
  background-image: url(/images/rc_icon.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 2px;
  margin: 0 6px 0;
}
blockquote.border {
    border: 1px solid #1569A9!important;
}
@media(max-width: 480px) {
  .btn-participants {white-space: normal}
}
.spPackages-item-red {
  border-color: #FE504F!important;
}
.spPackages-item-grey {
  border-color: #D9E2F3!important;
}