/* Scss Document */
/* TODO: change variables to reflect corporate color scheme */
/* TODO Another comment for testing purposes */
@import url("//fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
/* Global */
div.fixed-width {
  max-width: 1280px; }

div.content-wrapper {
  min-height: calc(100vh - 29rem); }

body {
  background-color: #eee; }

a {
  color: #0d4c92; }

a:hover {
  color: #0d6dd8; }

/* Primary Nav */
div.navbar-header {
  z-index: 2000000 !important; }

.navbar {
  margin-bottom: 15px; }
  .navbar .nav > li > a {
    padding: 15px 12px; }

a.navbar-brand img {
  width: 128px;
  /*height: 94px;*/
  height: auto; }

/* Push drop menus to the right, away from the logo */
@media screen and (min-width: 768px) {
  ul.menus {
    margin-left: 14rem; } }
.navbar-default {
  background-color: #000;
  border: none;
  border-radius: 0; }
  .navbar-default .dropdown-menu {
    background-color: #333; }
  .navbar-default .dropdown-menu > li > a {
    color: #ccc; }
  .navbar-default .navbar-nav {
    /* Do not hightlight primary nav menu when active */ }
    .navbar-default .navbar-nav .open > a,
    .navbar-default .navbar-nav .open > a:hover,
    .navbar-default .navbar-nav .open > a:focus {
      background-image: linear-gradient(135deg, #df1e36 0%, #cb1b31 100%);
      background-color: #df1e36; }
    .navbar-default .navbar-nav li.dropdown 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: inherit 12px; }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      background-color: transparent; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-nav > li > .dropdown-menu {
    border-top: none; }
  .navbar-default .navbar-toggle {
    border: none; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent; }
  .navbar-default button.navbar-toggle.collapsed {
    background: none; }

/* Main Logo */
a.navbar-brand {
  margin-top: -40px; }
  a.navbar-brand img {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
    position: absolute;
    z-index: 1; }

@media screen and (min-width: 768px) {
  .navbar-default {
    background-image: linear-gradient(to right, #121212 0%, #333 20%, #333 80%, #121212 100%);
    border-bottom: 8px solid #df1e36; }
    .navbar-default ul.dropdown-menu {
      border-top: 8px solid #df1e36 !important; }
    .navbar-default .navbar-nav .open > a,
    .navbar-default .navbar-nav .open > a:hover,
    .navbar-default .navbar-nav .open > a:focus {
      color: #fff !important;
      text-shadow: 0 1px 1px #000 !important; }
    .navbar-default .navbar-nav li.dropdown a.pnav:hover {
      color: #fff;
      text-shadow: none; }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #df1e36;
    color: #fff !important; }

  /*body {
  	background-image: url('../images/bg_offroad.jpg');
  	background-attachment: fixed;
  	background-size: cover;
  	background-position: 50% center;
  }*/
  div.col-sm-4.gutter {
    padding-left: 0; }

  #defaultNavbar1 {
    /* Make Menus Open on Hover for Desktop Only */
    /*ul.nav li.dropdown:hover > ul.dropdown-menu {
    	display: block;
    }*/ }
    #defaultNavbar1 .dropdown-menu > li > a:hover, #defaultNavbar1 .dropdown-menu > li > a:focus {
      color: #fff;
      border-left: 3px solid #df1e36;
      text-indent: -3px;
      background-color: #000; } }
/* Angle shapes in navbar, to add depth for wide screens */
@media screen and (min-width: 1400px) {
  .navbar-brand:before, .navbar-brand:after {
    display: block;
    position: absolute;
    content: '';
    height: 50px;
    width: 5%;
    top: 0;
    pointer-events: none !important; }

  .navbar-brand:before {
    left: 0;
    border-top: 50px solid rgba(121, 121, 121, 0.2);
    border-right: 25px solid transparent; }

  .navbar-brand:after {
    right: 0;
    border-bottom: 50px solid rgba(121, 121, 121, 0.2);
    border-left: 25px solid transparent; } }
/* Primary Nav - Mobile */
button.navbar-toggle {
  height: 32px;
  position: relative;
  top: -5px;
  right: -8px; }

#mobile-menu .fa.fa-bars, #mobile-menu-close .fa.fa-minus {
  color: #fff;
  font-size: 2em; }

#mobile-menu-close .fa.fa-minus {
  transform: translateY(-2px); }

#mobile-search {
  padding: 5px 0; }
  #mobile-search .btn-mini-search {
    color: #fff;
    background-color: #df1e36;
    border-color: #cb1b31; }

@media screen and (max-width: 767px) {
  .navbar-default {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); }
    .navbar-default .navbar-nav li.dropdown 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 .open .dropdown-menu {
      background-color: #000; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      font-size: 16px;
      color: #fff;
      text-indent: 1.5em; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff; }

  .navbar-header:after {
    display: block;
    height: 8px;
    background-color: crimson;
    position: relative;
    top: 2px; }

  a.navbar-brand img {
    width: 116px;
    height: 86px;
    position: absolute;
    top: -22px;
    left: 10px;
    z-index: 999; }

  div.feature-slider {
    margin: 0 -15px 10px -15px !important;
    box-shadow: none !important; }

  div#defaultNavbar1.navbar-collapse.collapse.in,
  div#defaultNavbar1.navbar-collapse.collapsing {
    background-color: #333;
    padding-top: 0.5em;
    transform: translateY(2px); } }
/* Utility Nav */
#utility-nav {
  width: 100%;
  background-color: black;
  padding: 5px;
  text-align: right;
  color: white;
  padding-right: 15px; }
  #utility-nav a.dd {
    color: white;
    font-weight: 700;
    text-decoration: none; }
  #utility-nav a.dd:before {
    font-family: FontAwesome;
    content: '\f0e4';
    padding-right: 10px;
    font-weight: normal !important; }

@media screen and (min-width: 768px) {
  #utility-nav {
    background-image: none;
    border-bottom: 1px solid #454545; } }
@media screen and (min-width: 1280px) {
  #utility-nav {
    padding-right: calc(((100vw - 1280px) / 2) + 25px); } }
li.dropdown 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); */ }

ul.navbar-right li a.social-link i.fa-circle {
  color: #222; }
ul.navbar-right li a.social-link:hover i.fa-circle {
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25); }
ul.navbar-right li a.social-link i.fa-inverse {
  color: #ccc; }
ul.navbar-right li a.social-link:hover i.fa-inverse {
  color: #fff; }
ul.navbar-right li a i.fa-search {
  color: #fff;
  /* text-shadow: 0 1px 1px rgba(255,255,255,0.25); */ }

ul.nav li a.social-link {
  padding: 0;
  margin: 6px 3px; }

/* Search Styles */
.search-button {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f002'; }

.nav-bar-search-btn {
  background: none !important;
  outline: none !important;
  border: none;
  color: #fff;
  padding: 15px 12px;
  cursor: pointer;
  position: relative;
  display: block; }

.nav-bar-search-box {
  position: absolute;
  right: 0;
  margin: -44px 38px 0 0;
  display: inline-block;
  overflow: hidden;
  height: 38px;
  width: 0;
  transition: width .3s;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  vertical-align: middle;
  z-index: 30; }

.nav-bar-search-input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border-radius: 2px; }

/* Banners */
div#banner-wide, div#banner-medium, div#banner-small, div#banner-xsmall, div#slider-wide, div#slider-small {
  display: none; }

section#banner2 {
  background-color: rgba(172, 172, 172, 0.6);
  padding: 1.5em;
  margin-top: 1.5em; }

div#banner-small.top, div#banner-xsmall.top {
  margin-bottom: 15px; }

@media screen and (min-width: 1025px) {
  div#banner-wide, div#slider-wide {
    display: block; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div#banner-medium, div#slider-wide {
    display: block; } }
@media screen and (min-width: 501px) and (max-width: 767px) {
  div#banner-small, div#slider-wide {
    display: block; } }
@media screen and (max-width: 500px) {
  div#banner-xsmall, div#slider-small {
    display: block; } }
/* Content Area */
div.feature-slider {
  margin: 15px 5px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }

div.content-panel {
  margin: 15px 5px;
  padding: 15px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #efefef 4px, #fff 60px, #fff 99%, #efefef 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
  div.content-panel h3, div.content-panel h4 {
    margin-top: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #333;
    text-shadow: 0 1px 1px #fff;
    letter-spacing: -0.015em; }
  div.content-panel h3:after {
    font-family: "FontAwesome";
    color: #ddd;
    text-shadow: 0 1px 1px #fff;
    font-weight: normal;
    float: right;
    transform: translateY(-2px); }
  div.content-panel h3.featured-video:after {
    content: '\f144'; }
  div.content-panel h3.latest-news:after, div.content-panel h3.more-headlines:after {
    content: '\f1ea'; }
  div.content-panel h3.next-event:after {
    content: '\f133'; }
  div.content-panel h3.weekend-schedule:after {
    content: '\f017'; }
  div.content-panel h3.newsletter-signup:after {
    content: '\f1d8'; }
  div.content-panel h3.text-updates:after {
    content: '\f10b'; }
  div.content-panel h3.buy-tickets:after {
    content: '\f145'; }
  div.content-panel h3.photo-gallery:after {
    content: '\f16e'; }
  div.content-panel h3.links:after {
    content: '\f08e'; }
  div.content-panel h3.location:after {
    content: '\f041'; }
  div.content-panel h3.facility-map:after {
    content: '\f279'; }
  div.content-panel h3.pdf:after {
    content: '\f1c1'; }
  div.content-panel h3.contact:after {
    content: '\f2bd'; }
  div.content-panel h3.driver-spotlight:after {
    content: '\f21d'; }
  div.content-panel h3.racing:after {
    content: '\f11e'; }
  div.content-panel h3.faq:after {
    content: '\f059'; }
  div.content-panel h3.tv-schedule:after {
    content: '\f26c'; }
  div.content-panel h3.media-logos:after {
    content: '\f0ed'; }
  div.content-panel h3.points:after {
    content: '\f091'; }
  div.content-panel h3.terminology:after {
    content: '\f02d'; }
  div.content-panel h3.sponsors:after {
    content: '\f132'; }
  div.content-panel h3.dashboard:after {
    content: '\f0e4'; }
  div.content-panel .btn-primary {
    color: #0d6dd8;
    background-color: #fff;
    border-color: #0d6dd8; }
  div.content-panel .btn-primary:active, div.content-panel .btn-primary:hover {
    color: #fff;
    background-color: #0d6dd8;
    border-color: #0d4c92; }
  div.content-panel .btn-cta {
    background-color: #df1e36;
    border-color: #cb1b31;
    color: #fff;
    font-weight: 600;
    font-size: 130%;
    padding: 0.5em;
    margin-top: 1em;
    box-shadow: 0 1px 1px 1px #fff, 0 -1px 3px 3px #ddd, 0 0 6px 6px #eee;
    letter-spacing: -0.015em; }
  div.content-panel .btn-cta:active, div.content-panel .btn-cta:hover {
    background-color: #cb1b31;
    border-color: maroon; }

/* Driver Dashboard */
div#dd-header {
  margin: 5px;
  padding: 15px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #122e5b 0%, #000 100%);
  background-color: #122e5b;
  color: dodgerblue; }
  div#dd-header span.pull-right {
    color: #999;
    font-size: 80%;
    transform: translateY(-10px); }
    div#dd-header span.pull-right img {
      height: 4em;
      margin-left: 1em; }
  div#dd-header h3 {
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -0.015em; }
    div#dd-header h3 i.fa {
      padding-right: 5px; }

@media screen and (max-width: 500px) {
  div.content-panel {
    margin: 5px -10px;
    padding: 10px; }
    div.content-panel h3 {
      font-size: 18px; }

  div#dd-header {
    display: none; }

  div.col-stack-mobile {
    width: 100%; } }
/* News Carousel */
div.news-carousel {
  margin-bottom: 4em; }
  div.news-carousel div.owl-item div.news-carousel-row img {
    height: auto;
    margin-bottom: 1em;
    outline: 1px solid white; }
  div.news-carousel div.owl-item div.news-carousel-row h4 {
    text-transform: uppercase; }
  div.news-carousel div.owl-nav {
    width: 100%;
    position: absolute;
    z-index: 100;
    transform: translateY(-2.5em); }
  div.news-carousel div.owl-dots {
    width: 100%;
    position: relative;
    top: 1.25em; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #999; }

.owl-theme .owl-nav [class*=owl-] {
  color: #999;
  background: transparent;
  font-size: 60px;
  margin: 0;
  padding: 10px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #666;
  background: transparent; }

div.owl-prev {
  float: left; }

div.owl-next {
  float: right; }

table#featured-news {
  width: 100%; }
  table#featured-news a img {
    width: 100%;
    object-fit: cover; }

ul.headlines {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.headlines li {
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    line-height: 1.25; }
  ul.headlines li:last-child {
    padding-bottom: 10px; }
  ul.headlines li a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #0d4c92; }
  ul.headlines li a:hover {
    color: #0d6dd8; }
  ul.headlines div.views-field.views-field-title {
    text-transform: uppercase; }

/* News Articles */
.news-date {
  color: #999;
  display: block;
  margin-bottom: 0.5em; }

div.news-title span {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
  letter-spacing: -0.015em;
  line-height: 1.1; }

@media screen and (max-width: 500px) {
  .news-date {
    font-size: 75%; }

  div.news-title span {
    font-size: 18px; } }
div.views-row h4 {
  text-transform: uppercase; }
div.views-row img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }
div.views-row ul.links.inline {
  list-style-type: none;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  -webkit-padding-start: 0px; }

div.news-image img.img-responsive {
  width: 100%;
  height: auto; }

div.news-image-caption {
  font-size: 85%;
  line-height: 1.1;
  color: #666;
  text-align: center;
  margin: 1.25em 0; }

/* Load More Button */
.pager li > a, .pager li > span {
  border-radius: 3px; }

p.required-label {
  color: #df1e36; }

input.required:focus {
  border: 1px solid #df1e36;
  box-shadow: 0 0 5px 0 #df1e36;
  transition: all .15s; }

.pull-quote {
  font-size: 1.75em;
  font-style: italic;
  line-height: 2;
  color: #666;
  margin-top: 40%;
  transform: translateY(-40%);
  border-left: 3px solid #df1e36;
  padding-left: 1.5em; }

i.preferred-hotel {
  padding-left: 1em;
  color: #df1e36; }

tr.danger td {
  border-top: 1px solid #fff !important; }

span.faq-toggle {
  font-weight: bold; }

.video-player {
  background: #000;
  background-image: linear-gradient(to bottom, #000 0%, #121212 25%, #121212 100%);
  padding: 15px 0; }
  .video-player h3, .video-player h4, .video-player p {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 130%; }

@media screen and (min-width: 501px) {
  .video-player div.row {
    margin-left: -10px;
    margin-right: -10px; } }
div.featured-video-info {
  color: #fff; }
  div.featured-video-info .video-date {
    color: #999;
    font-size: 1em; }
  div.featured-video-info .video-description {
    font-size: 1em;
    line-height: 1.25; }

.photo-thumbs h5, .video-thumbs h5 {
  font-weight: bold;
  margin-bottom: 0;
  height: 2.25em;
  overflow: hidden; }
.photo-thumbs span.video-date-small, .video-thumbs span.video-date-small {
  display: inline-block;
  font-size: 11px;
  color: #999;
  line-height: 1; }
.photo-thumbs .grid-column, .video-thumbs .grid-column {
  padding-bottom: 15px; }

/* FancyBox Thumbnail Orientation Fix */
.thumb {
  position: relative;
  overflow: hidden; }
  .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .thumb img.portrait {
      width: 100%;
      height: auto; }

@media screen and (min-width: 1280px) {
  .grid-column .thumb {
    width: 280px;
    height: 280px; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .grid-column .thumb {
    width: 100%;
    height: 20vw; } }
@media screen and (max-width: 767px) {
  .grid-column .thumb {
    width: 100%;
    height: 42vw; } }
/* FancyBox Thumbnails at the bottom */
@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important; } }
/* Countdown Timer */
#countdown {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: #333;
  background-image: linear-gradient(to bottom, #000 0%, #333 90%);
  color: #fff;
  padding: 15px;
  margin: 15px 5px;
  border-radius: 3px; }
  #countdown div.date {
    background-color: #df1e36;
    padding: 12px;
    transform: translate(0, -30px);
    font-size: 2em;
    text-align: center;
    position: absolute;
    right: 10px;
    z-index: 1;
    width: 2.5em;
    line-height: 1.15; }
    #countdown div.date:after {
      display: block;
      border-left: 10px solid maroon;
      border-bottom: 10px solid transparent;
      width: 15px;
      height: 5px;
      position: absolute;
      content: '';
      right: -5px;
      bottom: -10px;
      z-index: -1; }
    #countdown div.date span.month {
      font-size: 11px;
      font-weight: 600;
      display: block;
      text-transform: uppercase; }
  #countdown div.event {
    margin-right: 3.5em; }
  #countdown a.event-title {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1; }
    #countdown a.event-title:hover {
      color: dodgerblue; }
  #countdown small {
    font-size: 12px;
    color: #999; }
  #countdown table {
    width: 100%;
    margin-top: 1em;
    color: #999; }
    #countdown table td {
      text-align: center; }
      #countdown table td.value {
        width: 30%;
        color: #fff; }
        #countdown table td.value span.number {
          text-shadow: 0px 2px 12px #000; }
  #countdown span {
    font-size: 3em; }
  #countdown > h3 {
    margin: 0; }
  #countdown span#event-day {
    font-size: 1.25em; }

@media screen and (max-width: 500px) {
  #countdown {
    margin: 5px -10px; }
    #countdown h3 {
      font-size: 18px; }
    #countdown div.date {
      right: 5px;
      transform: translate(0, -40px); }
      #countdown div.date:after {
        display: none; } }
/* Misc */
div.news-title {
  margin-bottom: 1em; }
  div.news-title button.btn-share {
    float: right; }

img.logo-download {
  margin: 1em 0;
  max-width: 170px; }

a.track:hover {
  text-decoration: none; }

a.track img {
  width: 100%;
  height: 12em;
  object-fit: cover; }

#tv-schedule-table {
  margin-top: 1em;
  /* These columns are now centered using Bootstrap classes in the TWIG */
  /* thead tr th:last-child, tbody tr td:last-child {text-align: center;} */ }
  #tv-schedule-table img.tv-logo {
    width: 5em;
    position: relative; }

img.spotlight-photo {
  float: right;
  padding: 0 0 15px 15px;
  width: 30%; }

@media screen and (max-width: 375px) {
  #tv-schedule-table {
    font-size: 90%; }
    #tv-schedule-table thead > tr > th, #tv-schedule-table tbody > tr > td {
      padding: 3px; }
    #tv-schedule-table img.tv-logo {
      width: 4em;
      top: 1.5em; }

  img.spotlight-photo {
    float: none;
    padding: 0 0 15px 0;
    width: 100%; } }
@media screen and (min-width: 376px) and (max-width: 500px) {
  img.spotlight-photo {
    width: 50%; } }
.track-teaser {
  padding-bottom: 1em; }
  .track-teaser a > img {
    width: 100%;
    height: 12em;
    object-fit: cover;
    cursor: pointer; }
  .track-teaser:hover div.track-hover {
    display: block; }

div.track-hover {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 100;
  width: calc(100% - 2em);
  height: 12em;
  display: none; }
  div.track-hover img {
    display: block;
    width: 50%;
    margin: 0 auto;
    height: 12em; }

div.track-photo img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }

div.track-logo img {
  height: 90px;
  width: 120px;
  margin: 0 auto;
  object-fit: cover; }

.no-racing {
  font-size: 1.5em;
  color: #999;
  margin: 3em 0; }

/* Drivers */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #666; }

ul#driver-tabs.nav.nav-pills {
  position: absolute;
  z-index: 100; }

div.tab-content h4 {
  position: relative;
  top: 10px;
  left: 50px; }

div.thumbnail.driver div.caption h2, div.thumbnail.driver div.caption h5 {
  margin: 0; }

/* Footer */
section#footer {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(221, 221, 221, 0.7);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25); }
  section#footer a.social-link i.fa-inverse {
    color: #eee; }
  section#footer ul {
    list-style-type: none;
    text-align: center;
    -webkit-padding-start: 0px;
    margin-top: 1em; }
    section#footer ul li {
      display: inline;
      padding: 5px; }
      section#footer ul li a {
        color: rgba(0, 0, 0, 0.25); }
      section#footer ul li a:hover {
        color: rgba(0, 0, 0, 0.75); }
  section#footer div.copyright {
    padding: 3em 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }

/* Sponsor Scroller */
section#sponsors {
  height: 8em;
  background-color: white; }
  section#sponsors div a > img {
    max-height: 6em;
    max-width: 120px;
    margin: 1em auto; }

/* Ajax Throbber */
.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  text-indent: -99999em; }

.ajax-progress-throbber:before,
.ajax-progress-fullscreen:before {
  content: " ";
  display: block;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  border-radius: 120px;
  border-width: 10px;
  border-style: solid;
  border-color: #D6232F transparent #D6232F transparent;
  overflow: hidden;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg); } }
@keyframes spin {
  to {
    transform: rotate(360deg); } }