body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.header {
  background: #000;
  height: 64px;
  -webkit-box-shadow: 0px 0px 10px -1px #000000; 
  box-shadow: 0px 0px 10px -1px #000000;
}

.header-content {
  box-sizing: border-box; 
  margin: 0 auto;
  line-height: 64px;
  padding: 0 15px;
  text-align: right;

  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

.header-lup-logo {
  width: 45px;
  height: 42px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}

.main {
  margin: 0 auto;
  width: 100%;
  
  max-width: 428px;
}

.event-logo {
  margin: 0px;
  text-align: center;
}

.event-logo img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.main h1 {
  text-align: center;
  margin: 16px;
  font-family: Montserrat;  
  font-weight: normal;
  font-size: 24px;
}

.event-heroes {
  margin-bottom: 12px;
}

.event-hero {
  display: block;
  text-align: center;
}

.event-hero img {
  vertical-align: bottom; /*trigger removal of spacing without change display mode*/
  max-width: 100%;
}

.content-group-heading {
  display: block;
  position: relative;
  height: 68px;
  line-height: 68px;
  margin: 12px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;

  color: #2f2f2f;

  box-sizing: border-box;
  padding: 0 24px;
}

a.content-group-heading,
a.content-group-heading:visited,
a.content-group-heading:active {
  text-decoration: none;
  color: #2f2f2f;
}

.content-group-heading .circle {
  background: #fcd91d;
  border-radius: 5000px;
  width: 56px;
  height: 56px;

  position: absolute;
  top: 50%;
  right: 0;

  margin-top: -28px;
  margin-right: 24px;

  text-align: center;
  line-height: 56px;
}

.content-group-heading .circle img {
  display: inline-block;
  vertical-align: middle;
}

.circle .circle-chevron-right {  
  background: url("../images/right-chevron.svg") no-repeat center;
  background-size: 150%;
  width: 24px;
  height: 24px;

  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.content-group-body {
  margin: 0 24px;
}

.exhibitor {
  border-bottom: solid 1px rgba(151, 151, 151, 0.25);
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.exhibitor-title {
  min-height: 56px;
  margin-bottom: 12px;
}

.exhibitor-title img {
  max-width: calc(100% - 96px - 12px);
}

.exhibitor-stand-info {
  background: #fcd91d;
  width: 96px;
  height: 56px;
  text-align: center;

  font-size: 10px;
  font-weight: 500;

  box-sizing: border-box;
  padding-top: 5px;

  position: absolute;
  top: 0;
  right: 0;
}

.exhibitor-stand-info .exhibitor-stand-number {  
  font-size: 30px;
  font-weight: 600;
}

.footer {
  background: #2f2f2f;
  height: 56px;
  margin-top: 40px;
}

.footer-content {
  position: relative;
  box-sizing: border-box;

  margin: 0 auto;
  padding: 0 15px;
  line-height: 56px;
  font-size: 14px;
}

.footer-content a,
.footer-content a:visited,
.footer-content a:active {
  color: #fcd91d;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.footer-lup-logo {
  width: 25px;
  height: 33px;
  margin-top: -16px;
  margin-right: 15px;
  
  position: absolute;
  top: 50%;
  right: 0;
}
