@charset "utf-8";
/* CSS Document */
.largelink.centered {
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1em;
}
.centered {
  text-align: center;
}
.largelink {
  font-size: 1.5em;
}
.largelink.centered a {
  color: #d34500;
}
.panel {
  height: auto;
  overflow: visible;
  text-align: left;
  background-color: #FCFCFC;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.winners-nav {
  padding-bottom: 50px;
  font-size: 2em;
  line-height: 2em;
}
.centered {
  text-align: center;
}
.winners-nav a {
  font-size: .8em;
  position: relative;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #40454c;
  opacity: 0.5;
  line-height: 2em;
}
.winners-nav a.active {
  color: #e84e0e;
  opacity: 1;
}
.awardwinners h3 {
  font-size: 3em;
  line-height: 1em;
  color: #3ab4eb;
  letter-spacing: -.03em;
  text-align: center;
  font-weight: 200;
}
.awardwinners ul {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  list-style: none;
  display: block;
}
li.winner {
  position: relative;
  display: block !important;
  min-height: 420px;
  background-image: none !important;
  padding-left: 5px !important;
}
li.winner .inner {
  padding: 10px;
}
.awardwinners .videocontainer {
  background-color: #e7e7e7;
  padding: 15px 15px 10px 15px;
  position: relative;
  margin-bottom: 15px;
}
.winner h4 {
  margin-bottom: 0 !important;
  color: #0071be !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}
.winner .location {
  opacity: 0.5;
}
p.synopsis {
  margin-top: 10px;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}