.body .container {
  max-width: 1200px;
}

.dates > section h2 {
  font-size: 1.2em;
  line-height: 1.33333em;
  margin: 0em;
  font-weight: 500;
}
.dates > section h3 {
  font-size: 1em;
  line-height: 1.6em;
  margin: 0em;
  color: #777;
}
.dates > section p {
  font-size: 1em;
  line-height: 1.6em;
  margin: 0em;
  color: #4c6fa2;
}
.dates > section p:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  margin-right: .25em;
}

.tiles {
  width: 100%;
  margin: 0 auto 3.2em;
  text-align: center;
}
.tiles:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
.tiles > section {
  position: relative;
  width: 25%;
  padding: 4px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ie7 .tiles > section {
  behavior: url("/taglib/css/boxsizing.htc");
}
@media (max-width: 1080px) {
  .tiles > section {
    width: 49%;
  }
}
@media (max-width: 640px) {
  .tiles > section {
    width: 100%;
  }
}
.tiles > section a {
  min-height: 6.4em;
  padding: 1.6em;
  display: block;
  text-decoration: none;
  color: #333333;
  background-color: #eee;
}

.list {
  margin: 0 auto 3.2em;
}
.list > section {
  position: relative;
  padding: 0.8em 0;
  border-bottom: 2px solid #dedede;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ie7 .list > section {
  behavior: url("/taglib/css/boxsizing.htc");
}
.list > section:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
.list > section a {
  display: block;
  text-decoration: none;
  color: #333333;
}
@media (min-width: 1081px) {
  .list > section h2, .list > section h3, .list > section p {
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    width: 32%;
  }
}

article.tour-date {
  width: 100%;
  max-width: 768px;
  margin: 0 auto 4.8em;
  text-align: center;
}
article.tour-date header {
  margin-bottom: 1.6em;
  padding: 1.44em 0;
  border-top: 0.16em solid #eeeeee;
  border-bottom: 0.16em solid #eeeeee;
}
article.tour-date header h1 {
  font-size: 1.5em;
  line-height: 1.06667em;
  margin-top: 0em;
  margin-bottom: 0.53333em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
}
article.tour-date header h2 {
  margin: 0;
  font-weight: 700;
}
article.tour-date p {
  margin: 0;
}
article.tour-date .venue a {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
article.tour-date .venue a:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  margin-left: .334em;
}
article.tour-date .links {
  margin: 1.6em 0;
  list-style: none;
}
article.tour-date .links a {
  text-decoration: none;
}
article.tour-date .links a:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  margin-left: .334em;
}
article.tour-date .door-time, article.tour-date .opening-band span {
  font-weight: 700;
}
article.tour-date .additional-info {
  margin: 1.6em 0 0;
  padding: 1.44em 0 0;
  border-top: 0.16em solid #eeeeee;
}
article.tour-date .additional-info h3 {
  margin: 0 0 0.8em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
  color: #888;
}
