/* Scss Document */
/* Import Oswald */
@import url("//fonts.googleapis.com/css?family=Oswald");
/* Primary Nav */
.navbar-default .navbar-nav li.dropdown a.pnav, .navbar-default .navbar-nav > li > a.pnav {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  /* text-shadow: 0 1px 1px rgba(255,255,255,0.25); */
  padding: 15px 12px; }

@media screen and (min-width: 768px) {
  body {
    background-image: url("../images/bg_offroad.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% center;}

  #defaultNavbar1 ul.menus {
    margin-left: 11.5rem; }

  .navbar-default .navbar-nav li:not(.dropdown) > a.pnav, .navbar-default .navbar-nav li.active:not(.dropdown) > a.pnav, .navbar-default .navbar-nav li.active:not(.dropdown) > a.pnav:hover, .navbar-default .navbar-nav li.active:not(.dropdown) > a.pnav:focus {
    padding: 5px 10px;
    margin: 9px 0 0 8px;
    background-color: gold;
    border: 1px solid goldenrod;
    border-radius: 3px;
    color: #000 !important;
    text-shadow: none !important; } }
/* Primary Nav (Mobile) */
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav li.dropdown a.pnav, .navbar-default .navbar-nav > li > a.pnav {
    color: #ccc;
    text-shadow: none;
    font-size: 16px;
    font-weight: 400;
    text-indent: 1em; }
  .navbar-default .navbar-nav li.dropdown.open a.pnav {
    color: #fff; }
  .navbar-default .navbar-nav > li.active a.pnav {
    color: #fff !important; }
  .navbar-default .navbar-nav > li:not(.active) > a.pnav {
    color: #ccc; } }
a.navbar-brand img {
  width: 128px;
  height: 94px;
  transform: translateX(-10px); }

/* Mini Schedule */
#mini-schedule {
  font-size: 0.9em;
  background-color: #fff;
  padding-left: 38px;
  position: relative; }
  #mini-schedule div.scroll {
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    #mini-schedule div.scroll a.btn:active, #mini-schedule div.scroll a.btn:focus {
      border-radius: 0;
      box-shadow: none; }
    #mini-schedule div.scroll a.btn.prev, #mini-schedule div.scroll a.btn.next {
      height: 100px; }
      #mini-schedule div.scroll a.btn.prev i, #mini-schedule div.scroll a.btn.next i {
        margin-top: 25px; }
  #mini-schedule div.scroll.left {
    left: 0;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1); }
  #mini-schedule div.scroll.right {
    right: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1); }
  #mini-schedule div.event {
    position: relative;
    padding: 1em;
    line-height: 1.15;
    border-right: 1px solid #ddd;
    height: 100px;
    width: 300px; }
    #mini-schedule div.event img {
      width: 70px;
      height: 70px;
      position: relative;
      left: 5px; }
    #mini-schedule div.event p {
      position: absolute;
      top: 50%;
      left: 105px;
      width: 175px;
      transform: translateY(-50%); }
    #mini-schedule div.event span.label {
      display: inline-block;
      margin: 2px 0; }
    #mini-schedule div.event div.actions {
      width: 100%;
      height: 100px;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      text-align: center;
      padding-top: 20px;
      background-color: rgba(0, 0, 0, 0.75);
      /* display: none; */
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-filter: alpha(opacity=0); }
      #mini-schedule div.event div.actions .btn {
        color: #999;
        font-size: 11px;
        padding: 5px;
        border: 1px solid #999;
        width: 7em; }
        #mini-schedule div.event div.actions .btn .disabled {
          opacity: 0.5;
          pointer-events: none; }
      #mini-schedule div.event div.actions a.btn:hover {
        color: #fff;
        border-color: #fff; }
      #mini-schedule div.event div.actions .btn:first-child {
        margin-right: 2em; }
  #mini-schedule div.event.past {
    background-color: #eee;
    color: #999; }
    #mini-schedule div.event.past img {
      filter: grayscale(90%);
      opacity: 0.4 !important;
      filter: alpha(opacity=40) !important; }
    #mini-schedule div.event.past span.label {
      background-color: #ccc;
      border-left: 5px solid #ddd; }
  #mini-schedule div.event.next-event {
    color: #000;
    border-top: 3px solid #cb1b31;
    border-bottom: 3px solid transparent;
    padding-top: calc(1em - 3px); }

@media screen and (max-width: 991px) {
  #mini-schedule {
    padding-left: 24px; }
    #mini-schedule div.scroll a.btn.prev, #mini-schedule div.scroll a.btn.next {
      height: 80px;
      padding: 6px; }
      #mini-schedule div.scroll a.btn.prev i, #mini-schedule div.scroll a.btn.next i {
        font-size: 1.5em;
        margin-top: 20px; }
    #mini-schedule div.event {
      font-size: 0.8em;
      width: 200px;
      height: 80px;
      /*div.actions {
      	height: 80px;
      	padding-top: 15px;
      	a.btn:first-child {
      		margin-right: 1em;
      	}
      	i {
      		font-size: 2em;
      	}
      }*/ }
      #mini-schedule div.event p {
        left: 1em;
        width: calc(200px - 2em); }
    #mini-schedule div.event:hover div.actions {
      display: none; } }
@media screen and (min-width: 992px) {
  #mini-schedule div.event:hover img, #mini-schedule div.event:hover p, #mini-schedule div.event.past:hover img, #mini-schedule div.event.past:hover p {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  #mini-schedule div.event:hover div.actions, #mini-schedule div.event.past:hover div.actions {
    /* display: block; */
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    transition: all 0.3s;
    -webkit-transition: all 0.3s; } }
@media screen and (max-width: 768px) {
  #mini-schedule {
    padding-left: 0; }
    #mini-schedule div.scroll {
      display: none; } }
/* Utility Nav */
#utility-nav {
  background-color: #122e5b;
  color: #80BFFF; }
  #utility-nav a.dd {
    color: #80BFFF;
    visibility: hidden !important; }

@media screen and (min-width: 768px) {
  #utility-nav {
    background-image: linear-gradient(to right, #000 0%, #122e5b 100%); } }
/* Events */
#event-date {
  font-size: 1.5em;
  font-weight: 700;
  width: 100%;
  margin: 1em 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee; }
  #event-date span i {
    color: #999;
    padding-right: 10px; }

@media screen and (max-width: 767px) {
  #event-date {
    margin: 0 0 1em 0; } }
table.full-width {
  width: 100%;
  margin: 15px 0; }

ul.event-sponsors {
  text-align: center;
  list-style-type: none;
  padding: 0; }
  ul.event-sponsors li {
    margin: 15px 0; }

table.day-schedule, table.night-schedule {
  margin-top: 2em; }

/* Event Details */
h2.event-detail-title {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em; }

div.btn-share-right {
  float: right;
  transform: translateY(-7px); }

span.event-venue {
  color: #999;
  display: inline;
  margin-bottom: 0.5em; }

/* Next Event (Previously: Countdown Timer) */
#countdown div.event {
  margin-top: 1em; }
#countdown table {
  display: none; }

/* Ticket Prices Table */
table.table.ticket-prices {
  background-color: transparent; }
  table.table.ticket-prices > thead {
    color: #aaa; }
    table.table.ticket-prices > thead > tr > th {
      border-bottom: 1px solid #ddd;
      font-size: 0.8em; }
  table.table.ticket-prices > tbody {
    font-size: 0.85em; }

.table.ticket-prices > thead > tr > th,
.table.ticket-prices > tbody > tr > th,
.table.ticket-prices > tfoot > tr > th,
.table.ticket-prices > thead > tr > td,
.table.ticket-prices > tbody > tr > td,
.table.ticket-prices > tfoot > tr > td {
  padding: 3px;
  line-height: 1.1; }

p.ticket-disclaimer {
  line-height: 1.1; }

/* Results */
.results-list ul {
  list-style-type: none;
  padding: 0; }
  .results-list ul li {
    padding: 0.5em 0;
    border-top: 1px solid #ddd; }
.results-list .news-date {
  white-space: nowrap;
  margin-top: 1em; }
.results-list div.col-xs-4.text-right {
  margin-top: 0.75em; }

@media screen and (max-width: 500px) {
  .results-list div.col-xs-2 {
    width: 100%; }
  .results-list div.col-xs-6 {
    width: 70%; }
  .results-list div.col-xs-4.text-right {
    width: 30%;
    margin-top: 0.5em; }
  .results-list .news-date {
    margin-top: 0;
    margin-bottom: -1em; } }
/* Live Timing */
.btn-info {
  color: #26c4f1;
  background-color: #fff;
  border-color: #26c4f1; }

.btn-info:active, .btn-info:hover {
  color: #fff;
  background-color: #26c4f1;
  border-color: #09c; }

.flag-green {
  color: green; }

.flag-red {
  color: red; }

.flag-yellow {
  color: gold; }

@media screen and (min-width: 1024px) {
  .live-timing thead th:nth-child(1), .live-timing thead th:nth-child(2), .live-timing tbody td:nth-child(1), .live-timing tbody td:nth-child(2) {
    width: 3em; }
  .live-timing thead th:nth-child(3), .live-timing thead th:nth-child(5), .live-timing tbody td:nth-child(3), .live-timing tbody td:nth-child(5) {
    width: 7em; }
  .live-timing thead th:nth-child(6), .live-timing thead th:nth-child(7), .live-timing thead th:nth-child(8), .live-timing tbody td:nth-child(6), .live-timing tbody td:nth-child(7), .live-timing tbody td:nth-child(8) {
    width: 7em; }
  .live-timing button.btn-info {
    margin-left: 10px; } }
@media screen and (max-width: 767px) {
  .live-timing thead > tr > th, .live-timing tbody > tr > td {
    padding: 3px; }
  .live-timing button.btn-primary, .live-timing button.btn-info {
    width: 48%; }
  .live-timing .live-timing-share {
    text-align: center; }
  .live-timing button.btn-info {
    margin-left: 5px; } }
/* Tracks */
div.track-hover img {
  width: 12em; }

/* Driver Spotlight */
div.driver-spotlight-photo {
  float: right;
  padding: 0 0 15px 15px; }

@media screen and (max-width: 768px) {
  div.spotlight-stats {
    margin-top: 1em; } }
/* Driver Extras (Profiles) */
.driver-extras a.btn {
  margin-top: 0.75em; }

.img-driver-profile {
  float: left;
  width: 25%;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

div.driver-profile-classes-wrapper {
  margin-top: 5em; }

div.driver-profile-class, div.driver-profile-hometown {
  display: inline; }

div.driver-profile-body {
  clear: both; }

@media screen and (min-width: 501px) and (max-width: 1024px) {
  .img-driver-profile {
    width: 33%; } }
@media screen and (max-width: 500px) {
  .img-driver-profile {
    width: 100%; }

  div.driver-profile-classes-wrapper {
    margin-top: 4em; }

  /*strong.field-label-inline {
  	display: block;
  }*/ }
/* Driver Photos */
div.item-list > ul.row {
  list-style-type: none;
  -webkit-padding-start: 0; }

.driver-race-number {
  font-family: "Oswald", Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif"; }

@media screen and (min-width: 992px) {
  li.col-sm-6.col-md-4:nth-of-type(3n+4) {
    clear: left; } }
@media screen and (max-width: 991px) {
  li.col-sm-6.col-md-4:nth-of-type(2n+3) {
    clear: left; } }
@media screen and (max-width: 767px) {
  li.col-sm-6.col-md-4 {
    width: 100% !important; }

  div.caption {
    text-align: center; } }
@media screen and (min-width: 992px) {
  div.featured-video-info {
    padding: 1em; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.feature-track {
    margin: 0; }

  div#features {
    margin: 0 -10px; }

  span.next-event-title {
    font-size: 10px; }

  .pull-quote {
    font-size: 1.25em;
    padding-left: 1em; } }
@media screen and (max-width: 767px) {
  .pull-quote {
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 1em;
    transform: none;
    padding-left: 1em; } }
/* YouTube Gallery */
div.video-player button#share-button {
  margin-left: 0; }

/* Driver Dashboard - Weekend Schedules */
table.table.driver-soe {
  margin-bottom: 0; }
  table.table.driver-soe > tbody > tr > td {
    line-height: 1.15; }
    table.table.driver-soe > tbody > tr > td:first-child {
      width: 2em;
      text-align: center;
      padding: 15px 0; }
  table.table.driver-soe a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #0d4c92; }
  table.table.driver-soe i {
    color: #999; }

/* Search Results Page */
form#views-exposed-form-search-page {
  margin-top: 0.75em;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd; }
  form#views-exposed-form-search-page div.js-form-item.form-item.js-form-type-textfield.form-item-keywords.js-form-item-keywords, form#views-exposed-form-search-page div#edit-actions.form-actions.js-form-wrapper.form-wrapper {
    display: inline-block; }
  form#views-exposed-form-search-page div.js-form-item.form-item.js-form-type-textfield.form-item-keywords.js-form-item-keywords {
    width: calc(100% - 50px);
    margin-right: 0;
    display: inline; }
    form#views-exposed-form-search-page div.js-form-item.form-item.js-form-type-textfield.form-item-keywords.js-form-item-keywords input.form-text {
      width: 84%;
      font-size: 16px;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 3px 0 0 3px; }
      form#views-exposed-form-search-page div.js-form-item.form-item.js-form-type-textfield.form-item-keywords.js-form-item-keywords input.form-text:focus {
        outline: none; }
      form#views-exposed-form-search-page div.js-form-item.form-item.js-form-type-textfield.form-item-keywords.js-form-item-keywords input.form-text::selection {
        background: #cb1b31;
        color: #fff; }
      form#views-exposed-form-search-page div.js-form-item.form-item.js-form-type-textfield.form-item-keywords.js-form-item-keywords input.form-text:hover {
        box-shadow: 0px 2px 8px #aaa;
        transition: all 0.25s;
        -webkit-transition: all 0.25s; }
  form#views-exposed-form-search-page div.form-actions {
    display: inline; }
    form#views-exposed-form-search-page div.form-actions input.js-form-submit {
      font-size: 16px;
      font-weight: bold;
      border: 1px solid #ccc;
      border-radius: 0 3px 3px 0;
      background-image: linear-gradient(to top, #ddd 0%, #fff 100%);
      outline: none;
      padding: 5px 10px;
      margin-left: -8px; }

h4.search-results-title {
  line-height: 1; }

hr.search-results-hr {
  margin: 10px 0; }

/* Sidebar Banner */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div#block-advertisement300x250customblock {
    display: none; } }
/* Bottom Banner Area */
#block-advertisement600x100customblock {
  padding: 1.5em 0;
  margin-top: 1em;
  background-color: rgba(172, 172, 172, 0.25); }

#block-advertisement728x90customblock {
  padding: 0 0 1.5em 0;
  background-color: rgba(172, 172, 172, 0.25); }

/* Hide Bottom Banners on narrow devices */
@media screen and (max-width: 630px) {
  #block-advertisement600x100customblock {
    display: none; } }
@media screen and (max-width: 767px) {
  #block-advertisement728x90customblock {
    display: none; } }
/* Sponsors */
section#sponsors {
  background-color: #fff;
  height: 8em; }
  section#sponsors div a > img {
    max-height: 6em;
    max-width: 120px;
    margin: 1em auto; }

div#sponsor_logos {
  padding: 0; }

/* 404 Page */
.header-404 {
  background-image: url("../images/404-header.jpg");
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 24em;
  padding: 15px;
  padding-top: 8em; }
  .header-404 h2 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff; }
  .header-404 span {
    color: #fff; }

@media screen and (max-width: 991px) {
  .header-404 {
    height: 14em;
    padding-top: 2em; } }
ul.sitemap {
  list-style-type: none;
  padding: 1px; }

/* Featured News */
.featured-news {
  /* Bootstrap tweak */ }
  .featured-news .col-md-6:nth-child(3n+0) {
    clear: both; }
  .featured-news .news-blurb {
    margin-top: 0.5em; }
  .featured-news .news-thumb {
    width: 100%;
    height: auto; }
  .featured-news h4 {
    text-transform: uppercase; }

/* Multi-Day Events */
span.event-date-day {
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

td.column-date {
  width: 8em !important; }

div.start-date, div.end-date {
  display: inline-block; }

div.end-date {
  margin-left: 0.5em;
  padding-left: 0.8em;
  border-left: 1px solid #cdcdcd; }

div.day-night {
  margin-top: 6px; }

span.event-duration {
  font-size: 0.7em;
  color: #999;
  padding-left: 3px; }

@media screen and (max-width: 768px) {
  td.column-date {
    width: 5em !important;
    padding: 5px !important; }

  div.start-date, div.end-date {
    transform: scale(0.6); }

  div.end-date {
    margin-left: -0.7em;
    padding-left: 0.5em; }

  div.day-night {
    margin-top: -5px; }

  span.event-duration {
    font-size: 0.5em; }

  .start-date .event-date-day, .end-date .event-date-day {
    font-size: 2em; } }