body {
  font-family: "Lato", sans-serif;
}
/* === HEADER ROW === */
header {
  background: #b11818 url(/Content/images/ddd-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
}
header > * {
  z-index: 2;
  position: relative;
}
header .bg-fill {
  background: #b11818;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  z-index: 1;
}
header h1,
header h2 {
  color: #FFF;
  font-family: "Lato";
  text-align: center;
}
header .title {
  padding: 7em 0;
}
header h1 {
  font-size: 5.5em;
  line-height: 0.85em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  margin: 0 0 0.25em 0;
}
header h2 {
  font-weight: 300;
  width: 65%;
  font-size: 1.8em;
  margin: 0 auto;
}
header a {
  color: inherit;
}
header a:hover {
  color: #ddd;
}
.status-row {
  color: #FFF;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1a000000', GradientType=0);
  /* IE6-9 */
  padding: 1em 0;
}
.sponsor-row {
  text-align: center;
}
.sponsor-row a {
  display: inline-block;
  padding: 0 25px;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .status-row {
    text-align: center;
  }
  header .title {
    font-size: 0.55em;
    padding: 6em 3em;
  }
  header h2 {
    font-size: 2.5em;
    width: 90%;
  }
}
/* === SPONSORSHIP === */
.sponsor-row {
  padding: 2em 0;
}
.no-boxshadow .obj {
  border: 2px solid #000;
}
.sponsor-platinum img {
  max-height: 150px;
  max-width: 100%;
}
.sponsor-gold img {
  max-height: 100px;
  max-width: 280px;
}
.sponsor-silver img {
  max-height: 75px;
  max-width: 210px;
}
.sponsor-standard img {
  max-height: 50px;
  max-width: 140px;
}
.sponsor-supporter img {
  max-height: 50px;
  max-width: 140px;
}
/* === AGENDA ROW === */
.session {
  cursor: pointer;
  vertical-align: top;
}
tr td.highlight-session {
  background: #00a2ff;
  color: #fff;
}
.agenda-row {
  padding: 1em 0 7em 0;
}
.agenda-row h2 {
  color: #333;
  font-family: "Lato";
  font-weight: 900;
  font-size: 1.75em;
  text-align: center;
  text-transform: uppercase;
  margin: 2.5em 0;
}
.agenda-row table {
  width: 100%;
}
.agenda-row th {
  background: #333;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
.agenda-row th strong {
  display: block;
  font-size: 1.25em;
  font-weight: 800;
  margin-bottom: 0.3em;
}
.agenda-row .breadth-row td {
  background: #F9F9F9;
  padding-top: 1em;
  padding-bottom: 1em;
}
.agenda-row .breadth {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}
.agenda-row .breadth em {
  font-weight: 400;
}
.agenda-row td {
  background: #FFF;
  width: 23%;
  border: 1px solid #DDD;
  line-height: 1.5;
}
.agenda-row .time {
  color: #888;
  width: 8%;
}
/* === MAP === */
#map {
  background: #F7F7F7;
  height: 375px;
  position: relative;
  -webkit-filter: grayscale(100%);
}
#map-view {
  height: 375px;
  z-index: 1;
}
#map-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 375px;
  line-height: 375px;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
  color: #FFF;
  z-index: 100;
}
#map-overlay h3,
#map-overlay h4 {
  color: #FFF;
  font-family: "Lato";
  margin: 0;
}
#map-overlay h3 {
  font-size: 40px;
  font-weight: 900;
  margin-top: 140px;
}
#map-overlay h4 {
  font-size: 24px;
  font-weight: 300;
  font-style: oblique;
}
@media only screen and (max-width: 600px) {
  #map-overlay {
    padding: 0 2em;
  }
  #map-overlay h3 {
    margin-top: 100px;
    margin-bottom: 15px;
  }
}
/* === PAGE CONTENT === */
.copy-block {
  padding: 3em 0;
}
.copy-block h4 {
  font-family: "Lato";
}
.copy-block p {
  color: #333;
  font-size: 1.15em;
  line-height: 1.75em;
  font-weight: 400;
}
.copy-block .large-8 {
  padding-right: 3em;
}
@media only screen and (max-width: 600px) {
  .copy-block {
    padding: 3em 1em;
  }
  .copy-block .large-8 {
    margin-bottom: 1.5em;
  }
}
.done {
  text-decoration: line-through;
}
/* === PANEL === */
.panel {
  border: 0 none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.panel h4 {
  font-family: "Lato";
}
.panel ul {
  margin-left: 1.1em;
}
.panel li {
  list-style-type: square;
}
button,
.button {
  border-width: 0 0 2px 0;
  border-color: #841212;
  background: #b11818;
  text-transform: uppercase;
  -webkit-box-shadow: 0 none !important;
  -moz-box-shadow: 0 none !important;
  box-shadow: 0 none !important;
}
button:hover,
.button:hover {
  background: #841212;
}
.panel button {
  width: 100%;
}
.button.muted {
  background: #a72222;
  border-color: #b11818;
  color: #CCC;
}
#final-cta {
  text-align: center;
  margin-bottom: 6em;
}
#final-cta h3 {
  font-family: "Lato";
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
#final-cta button {
  font-weight: 800;
  font-size: 24px;
  padding: 18px 50px;
}
#final-cta small {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-top: 8px;
}
/* === Submit === */
fieldset ul {
  list-style-type: none;
}
.validation-summary-errors,
.field-validation-error {
  color: #F00;
}
.where-grid .columns {
  padding: 0.5em;
}
.panel.blue {
  background: #b11818;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel.blue.shade {
  background: #841212;
  height: auto;
  margin-bottom: 0;
}
.panel.blue.shade i {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: cover;
}
.car i {
  background: url(/Content/images/car.png);
}
.train i {
  background: url(/Content/images/train.png);
}
.tram i {
  background: url(/Content/images/tram.png);
}
.bus i {
  background: url(/Content/images/bus.png);
}
.parking i {
  background: url(/Content/images/car.png);
}
.panel.blue p,
.panel.blue h5 {
  color: #FFF;
}
.panel.blue a {
  color: #FFF;
  text-decoration: underline;
}
.panel h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.25em;
  font-family: "Titillium Web";
}
/* === SPONSOR TYPE PANELS === */
.sponsor-types,
.sponsor-intro {
  padding-bottom: 2em;
}
.sponsor-types .panel p {
  text-align: center;
  font-size: 1.25em;
}
/* === BIG COPY === */
.large-12,
.large-12 p {
  text-align: center;
}
.large-12 h4 {
  font-family: "Titillium Web";
  font-size: 3em;
  text-transform: uppercase;
  text-align: center;
}
footer {
  padding: 30px 0 10px 0;
  background: #f7f7f7;
  text-align: center;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: inline;
  padding: 0 10px 0 10px;
}
/* voting */
.selected {
  background: #d1f2ff;
}
#showFullDescriptionLabel {
  display: inline;
  margin-right: 10px;
  font-size: 16px;
}
.maroon {
  background-color: #800000;
  padding: 3px;
}
.red {
  background-color: #c00000;
  padding: 3px;
}
.orange {
  background-color: #ffa500;
  padding: 3px;
}
.blueRoom {
  background-color: #00a2ff;
  padding: 3px;
}
.purple {
  background-color: purple;
  padding: 3px;
}
#feedback label {
  text-align: left;
}
#feedback .row {
  margin-bottom: 18px;
}
#feedback input,
#feedback textarea,
#feedback .fill-me-out {
  margin-top: 6px;
}
ul.feedback-list li {
  margin-left: 1.5em;
}
/* DESKTOP SPECIFIC */
@media only screen and (min-width: 767px) {
  .where-grid .panel {
    height: 17em;
  }
  .sponsor-types .panel {
    height: 13em;
  }
}
/* DESKTOP SPECIFIC */
@media only screen and (max-width: 767px) {
  .sponsor-row {
    padding: 10px 0;
  }
  .sponsor-row a {
    margin: 20px 0;
  }
}
