* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #686868;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #A60622;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

hr {
  margin: 0 0 16px 0;
  padding: 0;
  border: 0;
  border-bottom: 4px solid #E2E4E5;
}

hr.alternate {
  border-color: #F09E44;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

div.content {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
}

div.flex {
  display: flex;
}

header.site {
  height: 290px;
  background: url('../images/bg_header.png') repeat-x #4D4A4C;
}

header.site .content {
  min-height: 100%;
  background: url('../images/judges.jpg') no-repeat bottom right;
}

header.site .logo {
  position: absolute; bottom: 24px;
}

nav {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #5C101A;
}

nav ul {
  position: relative;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

nav ul li a {
  display: block;
  padding: 24px 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

nav ul li:first-child a {
  padding-left: 0;
}

nav ul li a:hover {
  color: #F09E44;
}

nav.site ul.social {
  position: absolute; top: 0; right: 0; left: auto;
  height: 100%;
}

nav.site ul.social li {
  margin-left: 16px;
}

nav.site ul.social li a {
  padding: 0;
  width: 40px;
}

nav.site ul.social li a img {
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%);
}

aside.listings {
  background-color: #A60622;
}

aside.listings form {
  margin: 0 auto;
  max-width: 1100px;
  text-align: right;
}

aside.listings form fieldset {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 8px 0;
  border: 0;
  text-align: left;
}

aside.listings form fieldset label {
  display: inline-block;
  vertical-align: middle;
  color: #F09E44;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

aside.listings form fieldset input {
  display: block;
}

aside.listings form fieldset .select {
  width: 182px;
}


main {
  padding: 48px 0 40px 0;
}

main h1 {
  display: inline-block;
  position: relative;
  margin: 0 32px 40px 0;
  padding: 16px 112px 16px 32px;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  background-color: #5C101A;
}

main h1:after {
  content: '';
  position: absolute; top: 100%; left: 24px;
  width: 32px;
  height: 32px;
  background-color: #5C101A;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}

main h1.folder {
  padding-right: 200px;
}

main h2 {
  position: relative;
  margin: 0 0 24px 0;
  padding: 16px 16px 16px 32px;
  color: #F09E44;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  background-color: #5C101A;
}

main h2.arrow:after {
  content: '';
  position: absolute; top: 100%; left: 24px;
  width: 32px;
  height: 32px;
  background-color: #5C101A;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}


section.spotlights {
  background-color: #E0DFDF;
}

section.spotlights .content {
  padding-top: 48px;
  padding-bottom: 32px;
  max-width: 1060px;
}

section.spotlights ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

section.spotlights ul li {
  flex: 0 1 auto;
  position: relative;
  margin-bottom: 48px;
  width: 320px;
  min-height: 460px;
}

section.spotlights .standard,
section.spotlights .facebook {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  padding-bottom: 40px;
  color: #626060;
  background-color: #FFF;
}

section.spotlights .facebook {
  padding: 0;
  background: none;
}

section.spotlights .standard img:first-child {
  margin-bottom: 8px;
}

section.spotlights h1 {
  margin: 0 30px 8px 30px;
  padding: 8px;
  color: #A60622;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #E0DFDF;
}

section.spotlights h2,
section.spotlights h3 {
  margin: 0 30px 8px 30px;
  padding: 8px 8px 16px 8px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #E0DFDF;
}

section.spotlights h2 {
  font-weight: bold;
}

section.spotlights p {
  margin: 8px 30px;
  text-align: justify;
}

section.spotlights p.center {
  text-align: center;
}

section.spotlights form fieldset {
  margin: 0;
  padding: 12px 0;
  border: 0;
  text-align: center;
}

section.spotlights form fieldset label:not(:last-child) {
  margin-right: 16px;
}

section.spotlights .more,
section.spotlights form fieldset.submit {
  position: absolute; right: 0; bottom: 0; left: 0;
  padding: 0;
}

section.spotlights .more,
section.spotlights form fieldset.submit input {
  display: block;
  padding: 4px 0;
  width: 100%;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  background-color: #A60622;
  border: 0;
}

section.spotlights .more.alternate {
  background-color: #CE9C5C;
}

section.spotlights .facebook .facebook-connect {
  position: absolute; right: 0; bottom: 0; left: 0;
}

section.spotlights .facebook .facebook-connect img {
  display: block;
  width: 100%;
}



footer.site {
  padding: 40px 0;
  min-height: 230px;
  color: #FFF;
  background-color: #2A2829;
}

footer.site .content {
  min-height: 90px;
}


footer.site nav {
  position: absolute; top: 0; right: 0;
  text-align: right;
  background: none;
}

footer.site nav ul li a {
  padding: 0 16px;
  color: #B7B6B6;
  font-size: 20px;
}

footer.site nav ul li a:hover {
  color: #FFF;
}

footer.site nav ul li:last-child a {
  padding-right: 0;
}

footer.site nav ul.social {
  padding: 16px 0;
}

footer.site .credits {
  padding: 16px 0;
  color: #B7B6B6;
  font-size: 64%;
  text-align: center;
}

footer.site .copyright {
  padding-top: 16px;
  color: #B7B6B6;
  font-size: 72%;
  text-align: center;
}

footer.site .copyright + .copyright {
  padding: 0;
}

footer.site .copyright a,
footer.site .credits a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

footer.site .copyright a:hover,
footer.site .credits a:hover {
  text-decoration: none;
}

footer.site .copyright a {
  display: inline-block;
  margin: 0 8px;
}


/**
 *
 *  Weekly Video
 *
**/

.video-data {
  flex: 1 1 auto;
  position: relative;
  width: 40%;
  background: url('../images/bg_gavel.jpg') no-repeat;
  background-size: 100%;
}

.video-data h1 {
  display: block;
  margin-bottom: 0;
  padding-right: 0;
}

.video-data h1:after {
  top: 50%; left: 100%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.video-data p {
  margin: 20px;
  color: #696868;
  font-weight: bold;
}

.video-data p a {
  display: block;
  font-size: 80%;
}

.video-data p a:after {
  content: ' \003E ';
}

.video-data .video-weekdays {
  position: absolute; right: 0; bottom: 0; left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-data .video-weekdays li {
  flex: 1 1 auto;
  position: relative;
  width: 33.333%;
  border: 1px solid #FFF;
  border-bottom: 0;
  cursor: pointer;
}

.video-data .video-weekdays li[data-image]:not(.active):before {
  content: '';
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.48);
  opacity: 1.0;
  transition: opacity 0.2s;
}

.video-data .video-weekdays li[data-image]:after {
  content: attr(data-day);
  position: absolute; top: 50%; left: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  transform: translateY(-50%);
  transition: transform 0.4s, top 0.4s;
}

.video-data .video-weekdays li[data-image]:hover::before {
  opacity: 0.0;
}

.video-data .video-weekdays li[data-image]:hover::after,
.video-data .video-weekdays li[data-image].active::after {
  top: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  transform: translateY(-100%);
}

.video-data .video-weekdays li:last-child {
  height: auto;
  cursor: auto;
}

.video-data .video-weekdays li img,
.video-data .video-weekdays li:hover img {
  display: block;
  width: 100%;
}

.video-embed {
  flex: 1 1 auto;
  position: relative;
  width: 60%;
}

.video-embed iframe,
.video-embed .video-embed-image {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed .video-embed-image[data-video] {
  cursor: pointer;
}

.video-embed .video-embed-image.inactive {
  display: none;
}

.video-embed .video-embed-image:not([data-video]) + .video-embed-play {
  display: none;
}

.video-embed .video-embed-play {
  position: absolute; top: 50%; left: 50%;
  padding: 16px 40px;
  color: #FFF;
  font-size: 56px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.56);
  border: 1px solid #FFF;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 #000;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

.video-embed .video-embed-image:hover + .video-embed-play,
.video-embed .video-embed-play:hover {
  color: #F09E44;
  border-color: #F09E44;
}

.video-info {
  flex: 1 1 auto;
  max-width: 430px;
}

.video-area {
  flex: 1 1 auto;
  padding-bottom: 16px;
  max-width: 670px;
}

.video-area .video-embed {
  width: 100%;
  margin-bottom: 16px;
}

.video-social-share-wrapper.content {
  padding: 16px 0;
  text-align: right;
}

.episodes + .video-social-share-wrapper .video-social-share {
  display: inline-block;
  width: 60%;
  text-align: left;
}

.video-social-share > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  cursor: pointer;
}

.video-social-share > *:last-child {
  margin-right: 0;
}

.video-social-share > * img {
  display: block;
  width: 50px;
  height: 50px;
}




/**
 *
 *  Coming Up
 *
**/

.coming-up {
  padding-bottom: 0;
}

.coming-up .video-data {
  width: auto;
  background: none;
}

.coming-up .video-data .video-weekdays {
  position: relative; top: auto; right: auto; bottom: auto; left: auto;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}

.coming-up .video-data .video-weekdays li {
  font-size: 20px;
  font-weight: bold;
}

.coming-up .video-data .video-weekdays li:last-child {
  background: none;
  cursor: pointer;
}

.coming-up .video-info ol {
  margin: 24px;
  margin-top: 0;
  padding: 0;
  padding-top: 24px;
  list-style: none;
}

.coming-up .video-info ol li {
  position: relative;
  padding: 8px;
  padding-top: 40px;
  margin-bottom: 24px;
  background: url('/images/folder.png') no-repeat;
  background-size: auto 32px;
}

.coming-up .video-info ol li:before {
  content: attr(title);
  position: absolute; top: 0; left: 64px;
  padding: 2px 16px;
  color: #F09E44;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #5C101A;
}

.coming-up .video-info ol li:after {
  content: '';
  position: absolute; top: 16px; left: 64px;
  width: 14px;
  height: 14px;
  background-color: #5C101A;
  transform-origin: center center;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.coming-up .video-info h4 {
  margin: 0;
  color: #3C3C3C;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.coming-up .video-info p {
  margin: 0;
}

.coming-up .video-area {
  max-width: 670px;
  background: url('/images/bg_gavel.jpg') bottom right no-repeat;
}



/**
 *
 *  Video
 *
**/

.video .video-info {
  padding-right: 32px;
}

.video .video-info h2 {
  margin: 0 0 16px 0;
  padding: 0;
  background: none;
}

.video .video-info p {
  margin-bottom: 24px;
  font-size: 18px;
}


.video section {
  margin-bottom: 40px;
}

.video section:last-child {
  margin-bottom: 16px;
}

.video section h2 {
  margin-bottom: 32px;
}

.video section ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.video section ol li {
  position: relative;
  flex: 0 1 25%;
  padding-bottom: 16px;
  text-align: center;
  background-color: #EFEFEF;
  border: 4px solid #FFF;
  cursor: pointer;
}

.video section ol.extended li {
  flex: 0 1 33.33%;
  padding-bottom: 48px;
  background-color: transparent;
  border-width: 12px;
}

.video section ol.extended li:after {
  content: 'Watch Video';
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 4px 0;
  color: #F09E44;
  text-transform: lowercase;
  background-color: #5C101A;
}

.video section ol li img {
  display: block;
  width: 100%;
}

.video section ol li h5 {
  margin: 0;
  padding: 8px;
  color: #3C3C3C;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

.video section ol.extended li h5 {
  color: #C37337;
  font-size: 22px;
  text-transform: uppercase;
}

.video section ol li p {
  display: none;
  margin: 0 32px;
}

.video section ol.extended li p {
  display: block;
}


/**
 *
 *  Meet the Judges
 *
**/

.meet-the-judges section {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 64px;
  max-height: 718px;
  overflow: hidden;
}

.meet-the-judges section.expandable:after {
  content: ' ';
  position: absolute; right: 0; bottom: 0; left: 0; z-index: 8;
  height: 128px;
  background: linear-gradient(to bottom, rgba(256, 256, 256, 0.0), rgba(256, 256, 256, 1.0) 64px);
}

.meet-the-judges section.expanded {
  max-height: none;
  overflow: visible;
}

.meet-the-judges section.expanded::after {
  display: none;
}

.meet-the-judges section figure {
  flex: 1 1 auto;
  margin: 0 4px 0 0;
  padding: 0;
  width: 58px;
  max-width: 640px;
}

.meet-the-judges section figure img {
  display: block;
  width: 100%;
}

.meet-the-judges section aside {
  flex: 1 1 auto;
  padding: 24px;
  max-width: 457px;
  max-height: 360px;
  color: #FFF;
  background: url('/images/bg_facts.jpg') bottom right no-repeat;
}

.meet-the-judges section aside ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.meet-the-judges section aside ul li {
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
}

.meet-the-judges section aside ul li:not(:last-child) {
  border-bottom: 3px solid #F09E44;
}

.meet-the-judges section h2 {
  margin-bottom: 4px;
  font-weight: normal;
}

.meet-the-judges section h2 span {
  font-weight: bold;
}

.meet-the-judges .expandable button {
  position: absolute; bottom: 0; right: 0; z-index: 16;
  padding: 16px;
  padding-right: 56px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  background: url('/images/icon_expand.png') no-repeat;
  background-position: right 12px center;
  background-color: #A60622;
  border: 0;
  cursor: pointer;
}

.meet-the-judges .expanded button {
  background-image: url('/images/icon_expanded.png');
}



.meet-the-judges .lightbox:before {
  content: '';
  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 16;
  background-color: rgba(0, 0, 0, 0.72);
}

.meet-the-judges .lightbox .close {
  position: absolute; top: -64px; right: 0;
  color: #FFF;
  font-size: 56px;
  background: none;
  border: 0;
  transform: rotate(45deg);
  cursor: pointer;
}

.meet-the-judges .lightbox {
  display: none;
}

.meet-the-judges .lightbox.active {
  display: block;
}

.meet-the-judges .lightbox .content {
  position: absolute; top: 48px; left: 0; z-index: 32;
  padding: 32px;
  width: 100%;
  background-color: #FFF;
}

.meet-the-judges .lightbox .flex > * {
  flex: 1 1 auto;
}

.meet-the-judges .lightbox .flex figure {
  margin: 0;
  padding: 0;
  max-width: 644px;
  border-right: 4px solid #FFF;
}

.meet-the-judges .lightbox .flex figure img {
  display: block;
  width: 100%;
}

.meet-the-judges .lightbox .flex section {
  max-width: 384px;
  height: 360px;
  color: #FFF;
  background: url('/images/bg_facts.jpg') bottom right no-repeat;
}

.meet-the-judges .lightbox .flex h5 {
  margin: 0;
  padding: 8px;
  color: #5C101A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #F09E44;
  border-bottom: 4px solid #FFF;
}

.meet-the-judges .lightbox .flex section p {
  padding: 40px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}


/**
 *
 *  Showtimes
 *
**/

.showtimes .flex > * {
  flex: 1 1 auto;
}

.showtimes .flex > section {
  margin-left: 48px;
  max-width: 350px;
}

.showtimes .flex > section img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

.showtimes .facebook-button {
  width: 100%;
}

table {
  border-collapse: collapse;
}

table th {
  padding: 16px;
  padding-bottom: 32px;
  color: #5C101A;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #F09E44, #F09E44) no-repeat;
  background-position: bottom 16px left 0px;
  background-size: 100% 4px;
}

table td {
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
}

table tr:nth-child(even) td {
  background-color: #E2E4E5;
}


table.listings {
  margin-bottom: 16px;
  width: 100%;
}

table.listings td {
  white-space: nowrap;
}

table.listings td:first-child {
  white-space: normal;
}

table.listings td:last-child {
  font-weight: normal;
}

table.listings a {
  text-decoration: none;
}

table.listings a:hover {
  color: #000;
}

table.listings + hr {
  border-color: #F09E44;
}


/**
 *
 *  Main Forms
 *
**/

main form {
  display: flex;
  justify-content: space-between;
}

main form > section {
  flex: 1 1 50%;
}


main form > section:first-child {
  margin-right: 32px;
}

main #form-case > section:first-child {
  padding-bottom: 370px;
  background: url('/images/bg_columns.jpg') bottom center no-repeat;
  background-size: 100%;
}


/**
 *
 *  Main Form Elements
 *
**/

main fieldset {
  margin: 0 0 16px 0;
  padding: 0;
  border: 0;
}

main label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

main label.required:before {
  content: '* ';
  display: inline;
  color: #A60622;
}

main label span {
  margin-left: 4px;
  font-size: 80%;
  font-weight: normal;
}

main input,
main textarea {
  padding: 2px 4px;
  width: 100%;
  color: #686868;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border: 1px solid #C2C2C2;
}

main input[type="radio"],
main input[type="radio"] + span,
main input[type="checkbox"],
main input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  line-height: 100%;
}

main input[type="radio"] + span + input {
  margin-left: 16px;
}

main input[type="submit"] {
  padding: 8px 80px;
  width: auto;
  color: #FFF;
  font-size: 24px;
  text-transform: lowercase;
  background-color: #A60622;
  border: 0;
  cursor: pointer;
}

main input[type="submit"].folder {
  padding-right: 128px;
  background-position: right 72px center;
  background-size: auto 32px;
}


main form aside.extra {
  margin-bottom: 16px;
  padding-bottom: 8px;
  background-color: #E2E4E5;
}

main form aside.extra h3 {
  position: relative;
  padding: 8px 16px;
  color: #FFF;
  background-color: #5C101A;
}

main form aside.extra h3:after {
  content: '';
  position: absolute; top: 100%; left: 16px;
  width: 16px;
  height: 16px;
  background-color: #5C101A;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}

main form aside.extra fieldset {
  padding: 0 16px;
}


/**
 *
 *  Selects
 *
**/

.select {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  height: 26px;
  text-indent: 8px;
  line-height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 26px, rgb(255, 255, 255) 26px);
  border-radius: 4px 0 0 4px;
  cursor: default;
  overflow: hidden;
}

.select .select-button {
  float: right;
  width: 26px;
  height: 26px;
  border: 0;
}

.select .select-value {
  display: block;
  margin: 0;
  padding: 0;
  height: 26px;
  color: #5C101A;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  background: none;
}

.select ul {
  position: relative; z-index: 8;
  margin: 0 8px 0 4px;
  padding: 0;
  max-height: 232px;
  list-style: none;
  font-size: 12px;
  border-bottom: 1px solid #C5C5C5;
  overflow: auto;
}

.select ul li {
  margin: 0;
  padding: 2px 0;
  line-height: 20px;
  text-indent: 4px;
  white-space: nowrap;
  background-color: #FFF;
  border: 1px solid #C5C5C5;
  border-width: 0 1px 0 1px;
}

.select ul li:hover {
  background-color: #C5C5C5;
}


/**
 *
 *  Messages
 *
**/

.messages {
  margin: 0 0 16px 0;
  padding: 16px 32px;
  color: #000;
  font-weight: bold;
  background-color: #F09E44;
  border: 4px solid #A60622;
}

.messages li:first-child {
  list-style: none;
}

.messages.success {
  background-color: #EEFAEE;
  border-color: #80AA80;
}


/**
 *
 *  Miscellaneous
 *
**/

.asterisk {
  color: #A60622;
  font-weight: bold;
}

.folder {
  background-image: url('/images/folder.png');
  background-position: right 112px center;
  background-repeat: no-repeat;
}

.facebook-button {
  display: block;
  position: relative;
  width: 180px;
  height: 56px;
  color: #FFF;

  text-align: center;
  /*line-height: 56px;*/

  background-color: #3B6AAC;
}

.facebook-button .fb-like {
  position: absolute; top: 50%; left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.devices {
  display: none;
}

.devices img.close {
  display: none;
}