@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
@import url("https://use.typekit.net/aif5psz.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled], html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* ==========================================================================
    VARS
   ========================================================================== */
/* ==========================================================================
    FONTS
   ========================================================================== */
.quaternary-heading, .news-list-module__news-item a, .media-grid-module__media-item a, .footer-navigation .nav-item__nav-item {
    font-family: industry, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.article-ribbon span, .media-grid-module__read-more, .footer-navigation .nav-item, .next-race-details__live-event_header {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.utilitarian__toggle-search {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.primary-heading, .driver-detail-hero__hero-title, .secondary-heading, .nav__secondary-title, .next-race-details__title, .tabs-module__tab-links-list li, .driver-detail-content-tabs__tab-links-list li, .driver-stats-content-tabs__tab-links-list li, .stats-tabs__tab-links-list li, .stats-tabs__load-more a, .phone-download-wrap .primary-heading, .phone-download-wrap .driver-detail-hero__hero-title, .phone-download-wrap__phone-download-link, .phone-title-bar .primary-heading, .phone-title-bar .driver-detail-hero__hero-title, .stats-filter__download-link, .dropdown-links__dropdown-link, .dropdown-links__dropdown a, .select-lists select, .secondary-nav__download-link, .btn-primary, .series-videos__link-more, .view-more-mobile__link-more, .news-list-module__more-news a, .cta-list__link, .nav__primary-link, .nav__secondary-link, .more-links__title, .more-links__link, .table-nav__header, .table-nav__column, .next-race-details__date, .next-race-details__sub-title, .next-race-details__slider-text, .next-race__cta, .next-race__link--close, .next-race__race-list-link, .search-header-bar__search-form [type="text"], .search-header-bar__search-form [type="submit"], .driver-detail-hero__stats-container, .driver-detail-hero__rank-title, .driver-detail-hero__rank-number, .generic-table__header, .generic-table__column, .pagination__pagination-link, .secondary-nav__nav-link, .newsletter-signup__email-address, .back-link a, .section-navigation li {
    font-family: industry, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.body-text, .driver-detail-hero__stats-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
}

.tertiary-heading, .driver-detail-hero__hero-sub-title, .next-race-details__detail-one {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

.next-race-details__detail-two {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    /*font-style: italic;*/
}
/* ==========================================================================
TYPOGRAPHY
========================================================================== */
.primary-heading, .driver-detail-hero__hero-title {
    font-size: 2rem;
    text-transform: uppercase;
}

.secondary-heading, .nav__secondary-title, .next-race-details__title, .tabs-module__tab-links-list li, .driver-detail-content-tabs__tab-links-list li, .driver-stats-content-tabs__tab-links-list li, .stats-tabs__tab-links-list li, .stats-tabs__load-more a, .phone-download-wrap .primary-heading, .phone-download-wrap .driver-detail-hero__hero-title, .phone-download-wrap__phone-download-link, .phone-title-bar .primary-heading, .phone-title-bar .driver-detail-hero__hero-title, .stats-filter__download-link, .dropdown-links__dropdown-link, .dropdown-links__dropdown a, .select-lists select, .secondary-nav__download-link {
    font-size: 1.5rem;
}

.tertiary-heading, .driver-detail-hero__hero-sub-title {
    font-size: 1.4rem;
    height: 30px;
}

.content-area h1 {
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.content-area h2 {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

.content-area h3 {
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

.content-area p {
    /*font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;*/
}

.content-area a {
    -webkit-transition: all, 0.25s;
    -moz-transition: all, 0.25s;
    transition: all, 0.25s;
}

    .content-area a[href] {
        color: #0075C9;
    }

.content-area strong {
    font-weight: 700;
}

.content-area small {
    font-size: 80%;
}

.content-area em {
    font-style: italic;
}

.content-area ul {
    padding: 0 0 0 2rem;
    list-style: disc;
}

    .content-area ul li {
        font-family: Arial, sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        list-style: disc;
        margin: 0 0 10px;
    }

.content-area ol {
    padding: 0 0 0 2rem;
}

    .content-area ol li {
        font-family: Arial, sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0 0 10px;
    }

.content-area img.align-left {
    display: inline-block;
    float: left;
    margin: 0 2rem 2rem 0;
    width: 50%;
    height: auto;
}

.content-area img.align-right {
    display: inline-block;
    float: right;
    margin: 0 0 2rem 2rem;
    width: 50%;
    height: auto;
}

.content-area img.align-center {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
    height: auto;
}

.content-area .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .content-area .video iframe,
    .content-area .video object,
    .content-area .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.uppercase {
    text-transform: uppercase;
}

.error-msg, .RadCaptcha span {
    color: #0075C9;
    display: block;
    font-size: 10pt;
    padding: 3px 0;
}

/* ==========================================================================
ICONS
========================================================================== */
@font-face {
    font-family: 'icomoon';
    src: url("/images/indycar/icons/icomoon.eot?#354241") format('embedded-opentype'), url("/images/indycar/icons/icomoon.woff?354241") format('woff'), url("/images/indycar/icons/icomoon.ttf?234931") format('truetype'), url("/images/indycar/icons/icomoon.svg?234931#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-play:before, .icon-more-news:before, .btn-primary:after, .series-videos__link-more:after, .view-more-mobile__link-more:after, .news-list-module__more-news a:after, .icon-dropdown:before, .icon-minus:before, .icon-plus:before, .icon-close:before {
    font-family: 'icomoon';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.icon-play:before {
    content: "\f01d";
}

.icon-more-news:before, .btn-primary:after, .series-videos__link-more:after, .view-more-mobile__link-more:after, .news-list-module__more-news a:after {
    content: "\e600";
}

.icon-dropdown:before {
    content: "\e601";
}

.icon-minus:before {
    content: "\e602";
}

.icon-plus:before {
    content: "\e603";
}

.icon-close:before {
    content: "\e604";
}

.icon-back-arrow, .icon-next-arrow, .icon-up-arrow, .icon-down-arrow, .icon-play-multimedia {
    fill: white;
    width: 12px;
    height: 12px;
}

.tab-links-arrows .icon-back-arrow, .tab-links-arrows .icon-next-arrow, .tab-links-arrows .icon-up-arrow, .tab-links-arrows .icon-down-arrow {
    fill: #0075C9;
    width: 25px;
    height: 25px;
    margin: 5px 10px;
    cursor: pointer;
}
/* ==========================================================================
    MIXINS
   ========================================================================== */
/*
Efrain: I had to modify this sass mixin a little bit
https://raw.githubusercontent.com/jorenvanhee/sass-burger/master/_burger.scss */
/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
.button--service:after, .button--with-arrow:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: 28px;
    top: 50%;
    width: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    transition: width 0.25s;
}

.button--service:hover:after, .button--with-arrow:hover:after {
    width: 20px;
}

a:hover .button--service:after, a:hover .button--with-arrow:after {
    width: 20px;
}

.clearfix:after, .container:after, .utilitarian__container:after, .nav__container:after, .latest-feeds:after, .stats:after, .series-videos:after, .series-point-standings:after, .indy-car-social:after, .ajax-panel-container .driver-detail:after, .secondary-nav__container:after, .affiliates__container:after, .copyright__container:after, .footer-navigation__container:after, .main:after, .button:after, .driver-detail-meta__social:after, .media-grid-listing-module:after, .detail-section:after, .in-the-news__container:after, .news-detail:after, .news-detail .article-social:after, .news-detail .article-container:after, .latest-photos__container:after, .content-module:after {
    content: "";
    display: table;
    clear: both;
}

.container, .utilitarian__container, .nav__container, .latest-feeds, .stats, .series-videos, .next-race-module, .series-point-standings, .indy-car-social, .ajax-panel-container .driver-detail, .secondary-nav__container, .affiliates__container, .copyright__container, .footer-navigation__container, .driver-listing, .media-grid-listing-module, .detail-section, .in-the-news__container, .news-detail, .content-module {
    max-width: 1270px;
    margin: 0 auto;
}

/* ==========================================================================
    BROWSER TWEAKS
   ========================================================================== */
html {
    -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

* {
    outline: 0;
}

    /* IE 10 Overrides */
    *::-ms-clear {
        display: none;
    }

body {
    -ms-overflow-style: scrollbar !important;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select {
    border-radius: 0;
}

textarea {
    resize: none;
}

input[type=submit] {
    cursor: pointer;
}

/* Mobile Overrides */
* {
    -webkit-tap-highlight-color: transparent;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: block;
}
/* ==========================================================================
    GLOBAL
   ========================================================================== */

a {
    text-decoration: none;
}

sub, sup {
    font-size: 35%;
}

sup {
    top: -1.5em;
}

hr {
    height: 1px;
    background-color: #ebebeb;
    display: inline-block;
    width: 100%;
    border: none;
    margin: 20px 0;
}

.nav-open .main-wrapper {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main {
    background: url("/images/indycar/global/bg-white-texture.png") left top repeat;
    background-attachment: fixed;
    position: relative;
}

.button {
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 10px 60px 10px 20px;
    position: relative;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

    .button:hover {
        background-color: #fff;
        cursor: pointer;
    }

.button--service {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 20px;
    left: 0;
    position: absolute;
    z-index: 2;
    font-size: 32px;
}

    .button--service:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

.button__arrow {
    position: absolute;
    fill: #fff;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    width: 11px;
}

.hero--interior .button {
    padding-right: 50px;
    width: 100%;
}

.padding {
    padding: 35px 0;
}

.small-content-area {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    padding: 0 40px;
}

.bg-light-half {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(-180deg, #ffffff 0%, #ffffff 50%, rgba(237, 28, 36, 0) 50%, rgba(237, 28, 36, 0) 100%);
    background-image: linear-gradient(-90deg,white 0%, white 50%, rgba(237, 28, 36, 0) 50%, rgba(237, 28, 36, 0) 100%);
}

    .bg-light-half .container-light {
        padding: 0;
    }

    .bg-light-half.hero {
        margin: 133px 0 0 0;
    }

.container-light {
    background-color: #fff;
    /*padding: 0 40px;*/
    box-shadow: -2px 0 0 rgba(0, 0, 0, 0.05);
}

.bg-gray-half {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(-180deg, #ebebeb 0%, #ebebeb 50%, rgba(237, 28, 36, 0) 50%, rgba(237, 28, 36, 0) 100%);
    background-image: linear-gradient(-90deg,#ebebeb 0%, #ebebeb 50%, rgba(237, 28, 36, 0) 50%, rgba(237, 28, 36, 0) 100%);
}

.container-gray {
    background-color: #fff;
    padding: 0 40px;
    box-shadow: -2px 0 0 rgba(0, 0, 0, 0.05);
}

.border-left {
    padding: 40px 0;
    box-shadow: -2px 0 0 rgba(0, 0, 0, 0.05);
}

.no-padding {
    padding: 0 !important;
}

.panel-open {
    width: 100%;
    position: fixed;
    z-index: 0;
}

.ajax-loaded-article {
    background: #fff;
}

.scrollable {
    min-height: 101%;
}

/* ==========================================================================
  BUTTONS
  ========================================================================== */
.btn-primary, .series-videos__link-more, .view-more-mobile__link-more, .news-list-module__more-news a, .schedule-list__links a {
    color: #000;
}

.road-to-indy .btn-primary, .road-to-indy .series-videos__link-more, .road-to-indy .view-more-mobile__link-more, .road-to-indy .news-list-module__more-news a, .news-list-module__more-news .road-to-indy a, .road-to-indy .schedule-list__links a, .schedule-list__links .road-to-indy a {
    color: #1e87cb;
}

.btn-primary:after, .series-videos__link-more:after, .view-more-mobile__link-more:after, .news-list-module__more-news a:after, .schedule-list__links a:after {
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.bg-dark .btn-primary:hover, .bg-dark .series-videos__link-more:hover, .bg-dark .view-more-mobile__link-more:hover, .bg-dark .news-list-module__more-news a:hover, .news-list-module__more-news .bg-dark a:hover, .bg-dark .schedule-list__links a:hover, .schedule-list__links .bg-dark a:hover {
    color: #fff;
}

/* ==========================================================================
  COMMON ELEMENTS
  ========================================================================== */
.article-ribbon {
    display: block;
    position: absolute;
    right: -6px;
    top: 30px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.article-ribbon__ribbon {
    height: 33px;
    width: 47px;
}

    .article-ribbon__ribbon.photos {
        width: 79px;
        height: 33px;
    }

.article-ribbon.breaking .article-ribbon__ribbon {
    width: 70px;
}

.article-ribbon__video-play {
    position: absolute;
    top: 22.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 11px;
    width: 11px;
}

.article-ribbon span {
    color: #fff;
    display: block;
    height: 33px;
    font-size: 1rem;
    left: 0;
    line-height: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 60%;
    width: 47px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.article-ribbon.video span {
    line-height: 3.25rem;
}

.article-ribbon.results span {
    line-height: 2rem;
    padding-left: 3px;
}

.article-ribbon.mrti span {
    /*line-height: 2rem;*/
    font-size: 7pt;
    padding-left: 6px;
    /*background: #1e87cb;*/
}

.article-ribbon.breaking span {
    color: black;
    left: 5px;
    width: 68px;
    font-size: 1.15rem;
    line-height: 1.1rem;
}

.article-ribbon.qa span {
    font-size: 1.25rem;
    line-height: 1.7rem;
}

.article-ribbon.photos span {
    width: 100%;
    top: 65%;
    left: 5%;
    font-size: .65rem;
}

/* ==========================================================================
  TABS MODULE
  ========================================================================== */
.tabs-module {
    display: block;
    width: 100%;
    zoom: 1;
}

    .tabs-module:before, .tabs-module:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .tabs-module:after {
        clear: both;
    }

.tabs-module__title-bar {
    width: 70%;
    float: unset;
    border-bottom: none;
    padding: 10px 20px;
    margin: 0 0 10px;
}

.bg-light .tabs-module__title-bar {
    background: #f5f5f5;
}

.bg-grey .tabs-module__title-bar {
    color: #191919;
    background: #fff;
}

/*.bg-grey .tabs-module__title-bar .primary-heading, .bg-grey .tabs-module__title-bar .driver-detail-hero__hero-title {
        color: #fff;
        text-transform: uppercase;
    }*/

.bg-dark .tabs-module__title-bar {
    background: #111;
}

.bg-dotted .tabs-module__title-bar {
    background-color: #0075C9;
}

.tabs-module__title-bar .primary-heading, .tabs-module__title-bar .driver-detail-hero__hero-title {
    font-size: 3.5rem;
    color: #999;
    margin: 0 20px 0 0;
    display: inline-block;
}

.bg-dotted .tabs-module__title-bar .primary-heading {
    color: #fff;
}

.bg-dotted .tabs-module__title-bar a {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.tabs-module__title-bar a.btn-primary, .tabs-module__title-bar a.series-videos__link-more, .tabs-module__title-bar a.view-more-mobile__link-more, .tabs-module__title-bar .news-list-module__more-news a, .news-list-module__more-news .tabs-module__title-bar a, .tabs-module__title-bar .schedule-list__links a, .schedule-list__links .tabs-module__title-bar a {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.tabs-social .tabs-module__title-bar {
    position: relative;
}

/*.tabs-social .tabs-module__title-bar:before {
        content: "";
        display: inline-block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        z-index: 0;
        background-color: transparent;
        background-image: -webkit-linear-gradient(-550deg, #cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
        background-image: linear-gradient(280deg,#cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
    }*/

.tabs-module__tab-links-list {
    min-height: 350px;
    width: 15.38462%;
    float: left;
    margin-right: 1.53846%;
}

.bg-light .tabs-module__tab-links-list {
    background: #f5f5f5;
}

.bg-grey .tabs-module__tab-links-list {
    background: url("/images/indycar/global/light-bg-pattern.png");
}

.bg-dark .tabs-module__tab-links-list {
    background: #111;
}

.bg-dotted .tabs-module__tab-links-list {
    background: #f0f0f0;
    padding: 10px 10px 10px 0;
}

.tabs-social .tabs-module__tab-links-list {
    width: 16.52893%;
    float: left;
    margin-right: 0.16529%;
}

.tabs-module__tab-links-list ul {
    padding: 0;
    margin: 0;
}

.tabs-module__tab-links-list li {
    display: block;
    list-style: none;
    text-align: center;
    background: #fff;
    margin: 0 0 10px 0;
}

.tabs-module__tab-link {
    color: #0075C9;
    display: block;
    font-size: 1.8rem;
    padding: 20px 20px;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 1120px) {
    .tabs-module__tab-link {
        font-size: 1.4rem;
    }
}

.bg-dark .tabs-module__tab-link {
    border-bottom: 1px solid #000;
}

    .bg-dark .tabs-module__tab-link--active, .bg-dark .tabs-module__tab-link:hover {
        background: #0075C9;
        color: #fff;
    }

.bg-dotted .tabs-module__tab-link {
    color: #0075C9;
}

    .bg-dotted .tabs-module__tab-link--active, .bg-dotted .tabs-module__tab-link:hover {
        background: #0075C9;
        color: white;
    }

.bg-grey .tabs-module__tab-link {
    background: #e0e0e0;
    color: #111;
    border-bottom: 1px solid #b5b5b5;
}

    .bg-grey .tabs-module__tab-link--active, .bg-grey .tabs-module__tab-link:hover {
        background: #0075C9;
        color: #fff;
    }

.bg-light .tabs-module__tab-link--active, .bg-light .tabs-module__tab-link:hover {
    background: #0075C9;
}

.road-to-indy .bg-light .tabs-module__tab-link--active, .road-to-indy .bg-light .tabs-module__tab-link:hover {
    background: #1e87cb;
}

.tabs-module__tab-link--active, .tabs-module__tab-link:hover {
    background: #0075C9;
    color: white;
}

.road-to-indy .tabs-module__tab-link--active, .road-to-indy .tabs-module__tab-link:hover {
    background: #1e87cb;
}

.small-content-area .tabs-module__tab-link {
    padding: 10px;
    margin: 0;
}

.tabs-module__tab-content {
    width: 83.07692%;
    float: right;
    margin-right: 0;
    display: none;
}

.tabs-module__tab-content--active {
    display: block;
}

.tabs-module .select-lists__select-wrap {
    width: 100%;
    margin: 10px 0;
}

    .tabs-module .select-lists__select-wrap select {
        border: 0;
    }

/* ==========================================================================
    BLOCKS
   ========================================================================== */
.bg-light, .bg-dark, .bg-grey, .bg-dotted {
    position: relative;
    width: 100%;
    padding: 50px 0;
}

    .bg-grey.schedule-detail-links {
        padding: 20px 0;
    }

.full-page {
    background-color: #fff;
}

.ajax-panel-container .schedule-detail .full-page {
    padding-top: 0;
}

.bg-blue {
    background: #0075C9;
}

.bg-light {
    background: #fff;
}

.bg-dark {
    background: #191919;
}

.bg-dotted {
    background-image: url('/images/indycar/backgrounds/dot-pattern.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-light-grey {
    background-color: #F7F7F7;
}

.bg-grey {
    background-color: #f0f0f0;
    /*background-image: url('/images/indycar/global/bg-stripes.png');
    background-position: 105% top;
    background-repeat: no-repeat;*/
}

    .bg-grey.hero {
        /*background-image: url('/images/indycar/global/bg-stripes.png');
        background-position: left top;*/
        padding: 150px 0 50px 0;
    }

    .bg-grey.content-page {
        padding: 10px 0 0 0;
    }

    .bg-grey.modal-page {
        padding: 50px 0 50px 0;
    }

.next-race-open .bg-grey.hero {
    padding: 20px 0 50px 0;
}

@media (max-width: 980px) {
    .bg-grey.hero {
        padding: 123px 0 10px 0;
    }

    .next-race-open .bg-grey.hero {
        padding: 20px 0 10px 0;
    }
}

@media (max-width: 768px) {
    .bg-grey.hero {
        padding: 123px 0 10px 0;
    }

    .next-race-open .bg-grey.hero {
        padding: 20px 0 10px 0;
    }
}

/* ==========================================================================
  SECTION TITLE
  ========================================================================== */
.section__title-wrap {
    width: 100%;
    float: right;
    margin-right: 0;
    background-color: #f5f5f5;
    background-position: right;
    border-bottom: 2px solid #cccccc;
    display: inline-block;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
    position: relative;
}

    .section__title-wrap .section__heading {
        margin: 0;
        width: 125px;
        display: block;
        float: left;
        padding-top: 8px;
    }

        .section__title-wrap .section__heading h2 {
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 2.8rem;
            text-transform: uppercase;
            margin: 0;
            border-right: 2px solid #ebebeb;
            width: 125px;
        }

            .section__title-wrap .section__heading h2 .sub-title {
                font-size: 15pt;
                vertical-align: top;
                float: right;
            }

                .section__title-wrap .section__heading h2 .sub-title img {
                    width: 100px;
                    vertical-align: top;
                    padding-top: 8px;
                }

            .section__title-wrap .section__heading h2 a {
                color: black;
                font-family: industry, sans-serif;
                font-weight: 600;
                font-style: italic;
                font-size: 14pt;
            }

                .section__title-wrap .section__heading h2 a .icon-play-multimedia {
                    fill: black;
                }

    .home-module .section__title-wrap, .section__title-wrap.modal-content {
        /*width: 70%;*/
        float: unset;
        background-color: #0075C9;
        border-bottom: none;
    }

    .section__title-wrap.modal-content {
        background-color: #000;
    }

        .home-module .section__title-wrap .section__heading, .section__title-wrap.modal-content .section__heading {
            width: 100%;
        }

            .home-module .section__title-wrap .section__heading h2, .section__title-wrap.modal-content .section__heading h2 {
                font-size: 3.8rem;
                color: white;
                text-transform: uppercase;
                border-right: none;
                width: unset;
                padding: 8px;
            }

                .section__title-wrap.modal-content .section__heading h2 a {
                    color: white;
                }

                    .section__title-wrap.modal-content .section__heading h2 a.modal-back-link:before {
                    }

.bg-blue .home-module .section__title-wrap {
    background: #fff;
}

    .bg-blue .home-module .section__title-wrap .section__heading h2 {
        color: #0075C9;
    }
/* ==========================================================================
  GENERAL CONTENT
  ========================================================================== */
.page-heading {
    width: 100%;
    height: 525px;
    max-height: 525px;
    overflow: hidden;
    position: relative;
}

    .page-heading .page-heading_img {
        display: inline-block;
        position: relative;
        right: -50%;
    }

        .page-heading .page-heading_img img {
            height: 100%;
            width: auto;
            position: relative;
            left: -50%;
        }

    .page-heading .page-heading__top-title {
        position: absolute;
        bottom: 95px;
        width: 100%;
    }

        .page-heading .page-heading__top-title .title-container {
            width: 90%;
            margin: 0 auto;
            position: relative;
        }

            .page-heading .page-heading__top-title .title-container h2 {
                color: white;
                position: absolute;
                bottom: 0;
                left: 100px;
                font-family: industry, sans-serif;
                font-style: normal;
                font-weight: 900;
                font-size: 35pt;
                text-transform: uppercase;
                line-height: .95em;
                margin: 0;
                width: 65%;
            }

    .page-heading .page-heading__title {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 125px;
        background: rgba(0,117,201,.75);
        font-size: 4rem;
    }

        .page-heading .page-heading__title .title-container {
            width: 90%;
            margin: 0 auto;
            position: relative;
        }

            .page-heading .page-heading__title .title-container h2 {
                color: white;
                position: absolute;
                top: 1px;
                left: 100px;
                font-family: industry, sans-serif;
                font-style: normal;
                font-weight: 900;
                font-size: 60pt;
                text-transform: uppercase;
                line-height: .8em;
                margin: 0;
            }

    .page-heading.race-detail {
        position: relative;
    }

        .page-heading.race-detail .page-heading__top-title {
            bottom: 125px;
        }

        .page-heading.race-detail .page-heading__title {
            /*height: 95px;*/
        }

            .page-heading.race-detail .page-heading__title .title-container h2 {
                font-size: 45pt;
            }

                .page-heading.race-detail .page-heading__title .title-container h2 span {
                    display: block;
                    font-size: 25pt;
                }

    .page-heading.driver-detail {
        position: relative;
        height: 650px;
        max-height: 650px;
        margin-top: 100px;
    }

        .page-heading.driver-detail .page-heading__title {
            height: 150px;
        }

            .page-heading.driver-detail .page-heading__title .title-container .driver-flag {
                position: absolute;
                top: 0px;
                padding: 0;
                margin: 0;
                height: 100px;
                width: auto;
            }

            .page-heading.driver-detail .page-heading__title .title-container {
                width: 80%;
            }

                .page-heading.driver-detail .page-heading__title .title-container h2 {
                    font-size: 64pt;
                    font-family: industry, sans-serif;
                    font-style: normal;
                    font-weight: 900;
                    left: 200px;
                }

                .page-heading.driver-detail .page-heading__title .title-container h3 {
                    position: absolute;
                    top: 60px;
                    left: 200px;
                    color: white;
                    font-size: 22pt;
                    font-family: industry, sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    text-transform: uppercase;
                }

    .page-heading .page-heading__item-nav {
        position: absolute;
        bottom: 365px;
        right: 30px;
        width: 180px;
    }

        .page-heading .page-heading__item-nav div {
            float: left;
        }

            .page-heading .page-heading__item-nav div:first-child {
                width: 60%;
                text-align: right;
            }

            .page-heading .page-heading__item-nav div:last-child {
                width: 40%;
                text-align: left;
            }

            .page-heading .page-heading__item-nav div span {
                float: left;
            }

                .page-heading .page-heading__item-nav div span.text {
                    padding-top: 5px;
                    font-family: industry, sans-serif;
                    font-style: normal;
                    font-weight: 800;
                    font-size: 8pt;
                    color: white;
                    text-transform: uppercase;
                    line-height: 1.1em;
                }

            .page-heading .page-heading__item-nav div svg {
                background: rgba(255, 255, 255, 0.5);
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                padding: 3px;
                margin: 5px;
            }

@media screen and (max-width: 1580px) {

    .page-heading.driver-detail .page-heading__title .title-container .driver-flag {
        height: 100px;
    }

    .page-heading.driver-detail .page-heading__title .title-container h2 {
        font-size: 55pt;
        left: 195px;
    }

    .page-heading.driver-detail .page-heading__title .title-container h3 {
        font-size: 18pt;
        left: 195px;
    }
}

@media screen and (max-width: 1240px) {

    .page-heading .page-heading__title .title-container h2 {
        font-size: 50pt;
    }

    .page-heading.driver-detail .page-heading__title .title-container .driver-flag {
        height: 75px;
    }

    .page-heading.driver-detail .page-heading__title .title-container h2 {
        font-size: 50pt;
        left: 150px;
    }

    .page-heading.driver-detail .page-heading__title .title-container h3 {
        font-size: 15pt;
        left: 150px;
    }
}

.detail-page-back-link {
    display: block;
    position: absolute;
    top: 117px;
    left: 0px;
    background: rgba(0,134,191,.4);
    margin: 0;
    padding: 15px 30px;
    z-index: 10;
}

    .detail-page-back-link a {
        color: #fff;
        font-size: 12pt;
        font-weight: 600;
    }

.link-container {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 10px;
}

    .link-container a {
        background: white;
        text-align: center;
        font-size: 13pt;
        font-weight: 700;
        font-family: industry, sans-serif;
        font-style: normal;
        color: #0075C9;
        text-transform: uppercase;
        padding: 10px 5px;
        margin: 5px 10px;
    }

        .link-container a:hover, .link-container a.active {
            background: #0075C9;
            color: white;
        }

        .link-container a.nonactive {
            background: #d0d1d3;
            color: white;
        }

        .link-container a.timing {
            background: #a0c548;
            color: black;
        }

@media (max-width: 980px) {
    .link-container {
        width: 100%;
    }
}

.content-module {
    padding-bottom: 15px;
}

    .content-module:before, .content-module:after, .content-module:before, .content-module:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .content-module:after, .content-module:after {
        clear: both;
    }

    .content-module .content__title-wrap {
        width: 100%;
        float: right;
        margin-right: 0;
        background-color: #0075C9;
        background-position: right;
        display: inline-block;
        margin-bottom: 6px;
        padding: 0 0 6px 10px;
        position: relative;
    }

        .content-module .content__title-wrap:before {
            content: "";
            display: inline-block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 70px;
            z-index: 0;
            background-color: transparent;
        }

    .content-module .content__heading {
        margin: 0;
        display: block;
        float: left;
        padding-top: 8px;
        margin-bottom: 10px;
        width: 100%;
    }

        .content-module .content__heading h2 {
            font-family: industry, sans-serif;
            font-weight: 900;
            font-size: 35pt;
            margin: 0;
            padding: 15px 15px 0 5px;
            color: #0075C9;
            border-bottom: solid 5px;
            line-height: .5em;
        }

    .content-module .content__primary-container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0px 22px;
    }

        .content-module .content__primary-container.main-page {
            width: 74.8%;
        }

        .content-module .content__primary-container.half-page {
            width: 49.6%;
        }

    .content-module .content__secondary-container {
        margin-left: 0;
        margin-right: 0.76336%;
        width: 24.42748%;
        float: left;
    }

        .content-module .content__secondary-container.right-rail {
            margin-left: 0.76336%;
            margin-right: 0;
        }
/* ==========================================================================
  DETAIL SECTION
  ========================================================================== */
.detail-section {
    margin-bottom: 50px;
}

.detail-section__title-wrap {
    width: 100%;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
    position: relative;
    color: #0075C9;
    border-bottom: 5px solid;
}


    .detail-section__title-wrap a {
        color: black;
        font-style: italic;
        font-size: 18pt;
        font-family: industry, sans-serif;
        font-weight: 600;
        position: absolute;
        right: 10px;
        bottom: 0;
    }

        .detail-section__title-wrap a .icon-play-multimedia {
            fill: black;
        }

.detail-section__heading {
    margin: 0;
    display: block;
    float: left;
    padding-top: 8px;
}

    .detail-section__heading h2 {
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 35pt;
        text-transform: uppercase;
        margin: 0;
        color: #0075C9;
        line-height: .5em;
    }

        .detail-section__heading h2 a {
            color: black;
            font-style: italic;
            font-size: 14pt;
        }

#schedule-links.sticky {
    position: fixed;
    top: 116px;
    width: 100%;
    z-index: 90;
}

#broadcasts.sticky {
    padding-top: 230px;
}

.detail-section__primary-container {
    margin: 0;
}

.detail-section__about {
    display: grid;
    grid-template-columns: 20% auto;
}

.detail-section__about-left {
    text-align: center;
}

    .detail-section__about-left .logo {
        padding: 30px 0;
        width: 80%;
        height: auto;
    }

.detail-section__about h2 {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 800;
}

    .detail-section__about h2.race-details {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22pt;
    }

.detail-section__about p {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18pt;
}

.detail-section__about .social-section {
    width: 60%;
    float: left;
}

    .detail-section__about .social-section h2 {
        font-size: 18pt;
    }


    .detail-section__about .social-section .social-links {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        max-width: 200px;
    }

        .detail-section__about .social-section .social-links div {
            font-size: 15pt;
            text-align: center;
        }

            .detail-section__about .social-section .social-links div svg {
                height: 50px;
                width: 50px;
                fill: #0075C9;
                vertical-align: middle;
            }

.detail-section__about .track-outline {
    width: 40%;
    float: right;
}

.detail-section__about-addl-links {
    padding: 15px 0;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.detail-section .cta-list__icon {
    width: 50px;
    height: 50px;
}


.media-container {
}

.detail-section__media-item {
    width: 48%;
    /*float: left;*/
    margin: 10px;
    background: #fff;
}

    .detail-section__media-item img {
        width: 100%;
    }

    .detail-section__media-item div {
        padding: 10px;
        min-height: 155px;
    }

    .detail-section__media-item h2 {
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 800;
        color: #000;
        font-size: 16pt;
    }

    .detail-section__media-item h3 {
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #000;
        font-size: 12pt;
    }

    .detail-section__media-item .article-ribbon {
        display: none;
    }

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-next, .slick-prev {
    width: 50px;
    height: 50px;
}

    .slick-next:before, .slick-prev:before {
        color: #000;
        font-size: 50px;
    }
/* ==========================================================================
  SPONSORS LIST
  ========================================================================== */
.sponsors h2 {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    /*font-style: italic;*/
    font-size: 2.4rem;
}

ul.sponsor-list {
    list-style-type: none;
    padding: 0;
}

    ul.sponsor-list:after {
        display: block;
        clear: both;
        content: "";
    }

    ul.sponsor-list li {
        display: block;
        width: 30.5%;
        background: #f5f5f5;
        border-bottom: solid 3px #ccc;
        float: left;
        margin: 1.25%;
    }

        ul.sponsor-list li img {
            width: 90%;
            height: auto;
            display: block;
            margin: 10px auto;
        }

    ul.sponsor-list.primary li {
        width: 97.5%;
    }

        ul.sponsor-list.primary li img {
            width: 40%;
        }

    ul.sponsor-list.engine li {
        width: 47.5%;
    }

/* ==========================================================================
  HOME CAROUSEL
  ========================================================================== */
.carousel {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    margin-top: 115px;
}

    .carousel .slide {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        background: white;
    }

        .carousel .slide .slide-img {
            display: inline-block;
            position: relative;
            right: -50%;
        }

            .carousel .slide .slide-img img {
                /*filter: grayscale(100%);*/
                position: relative;
                left: -50%;
            }

        .carousel .slide .carousel-headline {
            position: absolute;
            bottom: 0;
            width: 100%;
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 900;
            text-transform: uppercase;
        }

            .carousel .slide .carousel-headline .carousel-headline-top {
                width: 90%;
                margin: 0 auto;
                font-size: 30pt;
                padding-left: 100px;
            }

            .carousel .slide .carousel-headline .carousel-headline-bottom {
                width: 100%;
                height: 150px;
                background: rgba(0,117,201,.75);
                position: relative;
            }

                .carousel .slide .carousel-headline .carousel-headline-bottom .carousel-headline-bottom_text {
                    width: 90%;
                    margin: 0 auto;
                    position: relative;
                }

                    .carousel .slide .carousel-headline .carousel-headline-bottom .carousel-headline-bottom_text span {
                        color: white;
                        position: absolute;
                        top: 0;
                        left: 100px;
                        font-size: 60pt;
                        line-height: .8em;
                    }

                        .carousel .slide .carousel-headline .carousel-headline-bottom .carousel-headline-bottom_text span a {
                            color: white;
                            font-family: industry, sans-serif;
                            font-weight: 600;
                            font-size: 15pt;
                            text-transform: none;
                            font-style: italic;
                        }

    .carousel ul.slick-dots {
        position: absolute;
        bottom: 5px;
        /* left: 50%; */
        margin-left: 5%;
        width: 100%;
    }

        .carousel ul.slick-dots li {
            list-style: none;
            /* float: left; */
            display: inline-block;
            width: 25%;
            margin: 0 20px;
        }

            .carousel ul.slick-dots li button {
                width: 100%;
                height: 5px;
                text-indent: -5000px;
                border: 0;
                margin: 0 10px;
                background: linear-gradient(to right, black 50%, white 50%);
                background-size: 200% 100%;
                background-position: right bottom;
                transition: all 4s ease-out;
            }

            .carousel ul.slick-dots li.slick-active button {
                background-position: left bottom;
                transition: all 4s ease-out;
                color: #000;
            }

            .carousel ul.slick-dots li.slick-nonactive button {
                background: linear-gradient(to right, black 50%, white 50%);
                background-size: 200% 100%;
                background-position: right bottom;
                transition: none;
            }

        .carousel ul.slick-dots.four-slides li {
            list-style: none;
            /* float: left; */
            display: inline-block;
            width: 18%;
            margin: 0 20px;
        }

    .carousel .slick-next, .slick-prev {
        display: none;
    }

@media screen and (max-width: 980px) {
    .carousel {
        height: auto;
        margin-top: 55px;
    }
}

@media screen and (max-width: 900px) {
    .carousel .slide .carousel-headline .carousel-headline-top {
        height: 27px;
        font-size: 20pt;
        padding-left: 50px;
    }

    .carousel .slide .carousel-headline .carousel-headline-bottom span {
        left: 50px;
        font-size: 50pt;
        line-height: .8em;
    }

        .carousel .slide .carousel-headline .carousel-headline-bottom span a {
            font-size: 12pt;
        }
}

/* ==========================================================================
    NEXT RACE HOME MODULE
  ========================================================================== */

.next-race-module .tabs-module__tab-content {
    position: relative;
    background: white;
}

    .next-race-module .tabs-module__tab-content .race-image {
        /*filter: grayscale(100%);*/
        opacity: .35;
        width: 100%;
        height: auto;
    }

    .next-race-module .tabs-module__tab-content .race-details {
        width: 100%;
        position: absolute;
        top: 25px;
        text-align: center;
    }

        .next-race-module .tabs-module__tab-content .race-details .race-logo {
            height: 100px;
            max-height: 100px;
        }

        .next-race-module .tabs-module__tab-content .race-details h3 {
            font-size: 4.5rem;
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 800;
            color: #000;
            text-transform: uppercase;
            margin: 10px 0 0 0;
        }

        .next-race-module .tabs-module__tab-content .race-details h4 {
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 3.5rem;
            text-transform: uppercase;
            color: #0075C9;
            margin: 10px 0 0 0;
            padding: 0;
        }

        .next-race-module .tabs-module__tab-content .race-details .event-location {
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 2rem;
            text-transform: uppercase;
            color: #000;
            margin: 0;
            padding: 0;
        }

        .next-race-module .tabs-module__tab-content .race-details .race-broadcast {
            margin: 20px;
        }

            .next-race-module .tabs-module__tab-content .race-details .race-broadcast img {
                padding: 0 50px;
                max-height: 100px;
            }

    .next-race-module .tabs-module__tab-content .countdown-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75px;
        background: rgba(0,117,201,.75);
        text-align: center;
        color: white;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 4.8rem;
        padding: 9px 0;
    }

.next-race-module .cta-list--alt .cta-list__link {
    background: none;
    border: none;
    padding: 12px 50px;
    font-size: 1.75rem;
    line-height: 1.15em;
}

.next-race-module .tabs-module__tab-links-list {
    background: #f0f0f0;
}

    .next-race-module .tabs-module__tab-links-list .schedule-tabs {
        max-height: 500px;
        overflow: hidden;
    }

    .next-race-module .tabs-module__tab-links-list .schedule-tabs {
        display: block;
    }

        .next-race-module .tabs-module__tab-links-list .schedule-tabs div.slick-slide {
            width: 100%;
            display: block;
        }

        .next-race-module .tabs-module__tab-links-list .schedule-tabs .tab-link-0 .schedule-tabs-module__tab-link {
            border-top: none;
        }

            .next-race-module .tabs-module__tab-links-list .schedule-tabs .tab-link-0 .schedule-tabs-module__tab-link .race-tab {
                padding: 35px 10px;
            }

    .next-race-module .tabs-module__tab-links-list .schedule-tabs-module__tab-link.next-race-link .title {
        top: unset;
    }

.next-race-module .schedule-tabs-module__tab-link {
    width: 100%;
    height: 100px;
    max-height: 100px;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #0075C9;
    background: #fff;
    border: none;
    border-top: #f0f0f0 solid 5px;
    border-bottom: #f0f0f0 solid 5px;
    font-size: 2.5rem;
    display: block;
}

    .next-race-module .schedule-tabs-module__tab-link--active, .next-race-module .schedule-tabs-module__tab-link:hover {
        background: #0075C9;
        color: #fff;
    }

    .next-race-module .schedule-tabs-module__tab-link .race-tab {
        padding: 15px 10px;
    }

        .next-race-module .schedule-tabs-module__tab-link .race-tab .date {
            max-width: 42px;
            float: left;
            font-size: 2rem;
            line-height: 1.5em;
            text-align: center;
        }

            .next-race-module .schedule-tabs-module__tab-link .race-tab .date .day {
                display: block;
                font-size: 3.5rem;
            }

        .next-race-module .schedule-tabs-module__tab-link .race-tab .title {
            color: #000;
            top: 15px;
            float: left;
            position: relative;
            padding-left: 9px;
        }

            .next-race-module .schedule-tabs-module__tab-link .race-tab .title.top-zero {
                top: 0px;
                font-size: 2.4rem;
            }

            .next-race-module .schedule-tabs-module__tab-link .race-tab .title.smaller {
                font-size: 2.15rem;
            }

    .next-race-module .schedule-tabs-module__tab-link--active .race-tab .title, .next-race-module .schedule-tabs-module__tab-link:hover .race-tab .title {
        background: #0075C9;
        color: #fff;
    }

.next-race-module .slick-slider .slick-track, .next-race-module .slick-slider .slick-list {
    height: 500px;
}

.next-race-module .tab-links-arrows {
    width: 100%;
    text-align: center;
    background: white;
    margin: 10px 0;
}

    .next-race-module .tab-links-arrows span i {
        font-size: 2.5rem;
        color: #0075C9;
        padding: 5px 15px;
        cursor: pointer;
    }

        .next-race-module .tab-links-arrows span i:hover {
            color: #fff;
            background: #0075C9;
        }

@media screen and (max-width: 1080px) {

    .next-race-module .tabs-module__tab-content .race-details .race-logo {
        height: 80px;
        max-height: 80px;
    }

    .next-race-module .tabs-module__tab-content .race-details h3 {
        font-size: 3.5rem;
    }

    .next-race-module .tabs-module__tab-content .race-details h4 {
        font-size: 2.5rem;
    }

    .next-race-module .tabs-module__tab-content .race-details .race-broadcast {
        margin: 10px;
    }

        .next-race-module .tabs-module__tab-content .race-details .race-broadcast img {
            padding: 0 50px;
            max-height: 60px;
        }

    .next-race-module .tabs-module__tab-content .countdown-container {
        font-size: 2.8rem;
    }

    .next-race-module .schedule-tabs-module__tab-link {
        height: 80px;
        max-height: 80px;
        border-top: #f0f0f0 solid 2px;
        border-bottom: #f0f0f0 solid 2px;
        font-size: 1.95rem;
    }

        .next-race-module .schedule-tabs-module__tab-link--active, .next-race-module .schedule-tabs-module__tab-link:hover {
            background: #0075C9;
            color: #fff;
        }

        .next-race-module .schedule-tabs-module__tab-link .race-tab {
            padding: 10px 10px;
        }

            .next-race-module .schedule-tabs-module__tab-link .race-tab .date {
                font-size: 2rem;
            }

                .next-race-module .schedule-tabs-module__tab-link .race-tab .date .day {
                    font-size: 3rem;
                }
}

/* ==========================================================================
  SEARCH RESULTS
  ========================================================================== */
.search-result-module .content__primary-container {
    padding: 0;
    background: none;
}

.search-form-container, .search-results-container {
    width: 100%;
    background: #fff;
    float: left;
}

.search-form-container {
    margin-bottom: 15px;
}

    .search-form-container .search-form-text {
        width: 83%;
        float: left;
        margin: 0;
        padding: 15px 0 15px 15px;
    }

        .search-form-container .search-form-text input {
            width: 100%;
            padding: 15px 10px 15px 30px;
            font-size: 1.65rem;
            border: none;
            background: #ebebeb;
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 600;
            text-transform: uppercase;
        }

    .search-form-container .search-form-button {
        width: 15%;
        float: left;
        padding: 15px 15px 15px 0;
        margin: 0;
        margin-left: 1.25%;
    }

        .search-form-container .search-form-button input {
            width: 100%;
            border: none;
            padding: 17px 0px;
            background: #d61f23;
            color: white;
            text-transform: uppercase;
            font-size: 1.35rem;
            font-family: industry, sans-serif;
            font-weight: 600;
            font-style: italic;
        }

.search-results-container .filter-box {
    width: 100%;
    height: 52px;
    min-height: 52px;
    border-bottom: #ebebeb solid 1px;
}

    .search-results-container .filter-box .search-filter {
        float: left;
        width: 30%;
        padding: 0;
        margin: 0;
    }


        .search-results-container .filter-box .search-filter .select-lists {
            float: left;
            width: 100%;
        }

            .search-results-container .filter-box .search-filter .select-lists select {
                background: #fff url('/images/indycar/global/dropdown-underline-icon.png') no-repeat 14px 23px;
                border-right: 1px solid #e0e0e0;
                border-bottom: none;
                color: #000;
                font-size: 1.5rem;
                padding: 15px 20px;
                text-transform: uppercase;
                -webkit-appearance: none;
                cursor: pointer;
            }

    .search-results-container .filter-box .search-query {
        float: left;
        width: 50%;
        text-align: right;
        font-size: 1.5rem;
        color: #999;
        padding: 20px;
    }

.search-results-container ul.search-list {
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
}

    .search-results-container ul.search-list li {
        width: 100%;
        display: block;
        float: left;
        padding: 10px 20px;
        background: #fff;
        border-bottom: #ebebeb solid 1px;
    }

        .search-results-container ul.search-list li.top-five .image {
            width: 25%;
            float: left;
        }

            .search-results-container ul.search-list li.top-five .image img {
                width: 100%;
                height: auto;
                padding: 0 20px;
            }

        .search-results-container ul.search-list li .description {
            width: 100%;
            float: left;
            color: #000;
        }

        .search-results-container ul.search-list li.top-five .description {
            width: 65%;
        }

        .search-results-container ul.search-list li .description h2 {
            font-size: 1.8rem;
            font-style: normal;
            margin: 0;
        }

        .search-results-container ul.search-list li .description p {
            font-size: 1.4rem;
        }

        .search-results-container ul.search-list li .description h3 {
            color: #767676;
        }

.search-results-container .media-grid-module__load-more {
    padding: 10px;
}
/* ==========================================================================
  LATEST FEEDS CONTAINER
  ========================================================================== */
.latest-feeds {
    position: relative;
}

.latest-feeds__secondary-container {
    margin-left: 0;
    margin-right: 0.76336%;
    width: 24.42748%;
    float: left;
}

@media (max-width: 850px) {

    .latest-feeds__secondary-container {
        display: none;
    }
}

.latest-feeds__secondary-container--last {
    margin-left: 0;
    width: 24.42748%;
    float: right;
    margin-right: 0;
}

.latest-feeds__primary-container {
    margin-left: 0;
    margin-right: 0;
    width: 74.8%;
    float: left;
}

/* ==========================================================================
  STATS
  ========================================================================== */
.stats__secondary-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 24.42748%;
    float: left;
    margin-right: 0.76336%;
}

    .stats__secondary-container:last-child {
        width: 24.42748%;
        float: right;
        margin-right: 0;
    }

.stats__primary-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

/* ==========================================================================
  SERIES VIDEOS CONTAINER
  ========================================================================== */
.series-videos {
    padding: 25px 0;
}

    .series-videos:after {
        clear: both;
        content: "";
    }

.series-videos__title-wrap {
    width: 100%;
    float: right;
    margin-right: 0;
    background-color: #0075C9;
    display: inline-block;
    margin-bottom: 6px;
    padding: 15px 20px;
    position: relative;
}

.series-videos__heading {
    margin: 0;
    display: block;
    float: left;
    padding-top: 8px;
}

.series-videos__title-wrap h2 {
    font-size: 3.8rem;
    color: white;
    text-transform: uppercase;
    border-right: none;
    width: unset;
    padding: 8px;
}

.home-module .series-videos__title-wrap {
    width: 70%;
    float: unset;
    background-color: #0075C9;
    border-bottom: none;
}

    .home-module .series-videos__title-wrap h2 {
        font-size: 3.8rem;
        color: white;
        text-transform: uppercase;
        border-right: none;
        width: unset;
        padding: 8px;
    }
/*.series-videos__title-wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        z-index: 0;
        background-color: transparent;
        background-image: -webkit-linear-gradient(-550deg, #cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
        background-image: linear-gradient(280deg,#cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
    }*/

.series-videos__title-left {
    display: inline-block;
}

    .series-videos__title-left .primary-heading, .series-videos__title-left .driver-detail-hero__hero-title {
        text-transform: uppercase;
    }

.series-videos__grid {
    display: inline-block;
    width: 100%;
}

.series-videos__grid-item {
    width: 24.42748%;
    float: left;
    margin-right: 0.76336%;
}

    .series-videos__grid-item:nth-child(4) {
        width: 24.42748%;
        float: right;
        margin-right: 0;
    }

.series-videos__link-more {
    font-size: 1.4rem;
    margin-left: 15px;
    text-transform: uppercase;
}

    .series-videos__link-more:hover {
        color: #666A6D; /* Bug #27*/
    }

.series-videos__firestone-logo {
    padding: 10px 0 0 10px;
    position: relative;
    width: 112px;
    z-index: 1;
    float: right;
}

.series-videos__title-right {
    color: #999;
    float: right;
    font-size: 1.2rem;
    padding-top: 12px;
    text-transform: uppercase;
}

.series-videos .slick-dots {
    margin: 20px 0;
    padding: 0;
}

    .series-videos .slick-dots li {
        background-color: #959595;
        border-radius: 100%;
        display: inline-block;
        font-size: 0;
        height: 10px;
        list-style: none;
        margin-right: 10px;
        width: 10px;
    }

        .series-videos .slick-dots li.slick-active {
            background-color: #0075C9;
        }

        .series-videos .slick-dots li button {
            width: 100%;
            height: 100%;
            opacity: 0;
        }

.view-more-mobile__link-more {
    background: #f5f5f5;
    border-bottom: 2px solid #cccccc;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/* ==========================================================================
  Series point standings block
  ========================================================================== */
.series-point-standings__primary-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    /*width: 74.80916%;
    float: left;
    margin-right: 0.76336%;*/
}

/*@media (max-width: 768px) {
    .series-point-standings__primary-container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}*/

.series-point-standings__secondary-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 24.42748%;
    float: right;
    margin-right: 0;
}

/*@media (max-width: 768px) {
    .series-point-standings__secondary-container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}*/

/* ==========================================================================
  Indycar Social block
  ========================================================================== */
.indy-car-social {
    position: relative;
}

.indy-car-social__primary-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 74.80916%;
    float: left;
    margin-right: 0.76336%;
}
/*
@media (max-width: 768px) {
    .indy-car-social__primary-container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}*/

.indy-car-social__secondary-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 24.42748%;
    float: right;
    margin-right: 0;
}
/*
@media (max-width: 768px) {
    .indy-car-social__secondary-container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}*/

/* ==========================================================================
  DRIVER DETAIL HERO
  ========================================================================== */
.driver-detail-hero {
    position: relative;
    overflow: hidden;
    max-height: 625px;
}

.driver-detail-hero__hero-content-wrapper {
    display: inline-block;
    padding: 20px 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .driver-detail-hero__hero-content-wrapper.race-hero-content-wrapper {
        width: 80%;
    }

.driver-detail-hero__hero-title {
    color: #fff;
    padding: 15px 0 0 0;
    text-transform: uppercase;
}

.driver-detail-hero__hero-sub-title {
    color: #999;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    padding: 0 0 60px 0;
}

.driver-detail-hero__main-image {
    display: block;
    height: auto;
    width: 100%;
}

.driver-detail-hero__stats {
    background: url(/images/indycar/global/bg-driver-detail-stats.png) right top no-repeat;
    background-size: cover;
    height: 100%;
    right: 0;
    text-align: center;
    top: 0;
    width: 50%;
    position: absolute;
    padding-left: 150px;
}

.driver-detail-hero__stats-trophy {
    padding: 10px 0 90px 0;
    height: 50px;
}

    .driver-detail-hero__stats-trophy img {
        height: 50px;
        padding: 0 5px;
    }

.driver-detail-hero__stats-value {
    display: block;
    font-size: 50pt;
    color: white;
    font-weight: normal;
    padding: 10px 0;
}

.driver-detail-hero__stats-title {
    color: #666;
    font-size: 1.8rem;
    padding: 20px 0 0 0;
    text-transform: uppercase;
}

.driver-detail-hero__stats-graph-container {
    display: inline-block;
    zoom: 1;
}

    .driver-detail-hero__stats-graph-container:before, .driver-detail-hero__stats-graph-container:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .driver-detail-hero__stats-graph-container:after {
        clear: both;
    }

.driver-detail-hero__stats-container {
    display: inline-block;
    float: left;
    position: relative;
    width: 210px;
}

    .driver-detail-hero__stats-container:nth-child(2n+1) {
        clear: left;
    }

.driver-detail-hero__stats-chart {
    position: relative;
    z-index: 1;
}

.driver-detail-hero__stats-bg {
    border: 7px solid #141414;
    border-radius: 100%;
    position: absolute;
    z-index: 0;
    left: 30px;
    height: 100px;
    top: 10px;
    width: 100px;
    z-index: 0;
}

.driver-detail-hero__rank {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.driver-detail-hero__rank-container {
    padding: 0 15px 0 0;
    position: relative;
}

.driver-detail-hero__rank-content {
    background: #111;
    padding: 8px 10px 8px 0;
}

.driver-detail-hero__rank-title {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 0 0 17px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.driver-detail-hero__rank-number {
    display: inline-block;
    font-size: 3.8rem;
    margin: 0 0 0 -12px;
    padding: 0;
}

.no-csstransforms .driver-detail-hero__rank-number {
    margin: 0;
    padding: 0 0 0 5px;
}

.driver-detail-hero__rank-bg {
    background: url(/images/indycar/global/bg-driver-detail-rank.png) right top no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

.driver-car-image {
    height: auto;
    padding: 10px 0 10px 0;
}

.driver-detail-hero__event-detail {
    margin-top: 30px;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.driver-detail-hero__row {
    zoom: 1;
}

    .driver-detail-hero__row:before, .driver-detail-hero__row:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .driver-detail-hero__row:after {
        clear: both;
    }

    .driver-detail-hero__row:first-child .driver-detail-hero__col {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #666;
    }

.driver-detail-hero__col {
    display: inline-block;
    float: left;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0 1%;
    width: 48%;
}

    .driver-detail-hero__col span {
        color: #666;
        display: block;
        font-size: 2.3rem;
        text-transform: uppercase;
    }

        .driver-detail-hero__col span:first-child {
            color: #fff;
            font-size: 4.3rem;
            font-style: italic;
        }

/* ==========================================================================
  LATEST FEEDS CONTAINER
  ========================================================================== */
.news-list-module {
    width: 100%;
    zoom: 1;
}

    .news-list-module:before, .news-list-module:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .news-list-module:after {
        clear: both;
    }

.news-list-module__news-list {
    margin: 0;
    padding: 0;
    zoom: 1;
}

    .news-list-module__news-list:before, .news-list-module__news-list:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .news-list-module__news-list:after {
        clear: both;
    }

.news-list-module__news-item {
    border-bottom: 1px solid #ebebeb;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
}

    .news-list-module__news-item a {
        background: #fff;
        color: #000;
        display: block;
        font-size: 1.7rem;
        padding: 16px 20px;
        position: relative;
    }

        .news-list-module__news-item a:hover {
            color: #0075C9;
        }

.road-to-indy .news-list-module__news-item a:hover {
    color: #1e87cb;
}

.news-list-module__more-news {
    display: block;
    float: left;
    width: 100%;
    zoom: 1;
}

    .news-list-module__more-news:before, .news-list-module__more-news:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .news-list-module__more-news:after {
        clear: both;
    }

    .news-list-module__more-news a {
        background: #fff;
        border-bottom: 2px solid #bcbcbc;
        color: #0075C9;
        display: block;
        font-size: 1.4rem;
        padding: 20px;
        text-align: right;
        text-transform: uppercase;
    }

/* ==========================================================================
  MEDIA GRID MODULE
  ========================================================================== */
.media-grid-module {
    zoom: 1;
    width: 100%;
}

    .media-grid-module:before, .media-grid-module:after, .media-grid-listing-module:before, .media-grid-listing-module:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .media-grid-module:after, .media-grid-listing-module:after {
        clear: both;
    }

.media-grid-module__media-grid {
    margin: -5px;
    padding: 0;
    zoom: 1;
}

    .media-grid-module__media-grid:before, .media-grid-module__media-grid:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .media-grid-module__media-grid:after {
        clear: both;
    }


.media-grid-listing__title-wrap {
    width: 100%;
    float: right;
    margin-right: 0;
    background-color: #f5f5f5;
    background-position: right;
    border-bottom: 2px solid #cccccc;
    display: inline-block;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
    position: relative;
}

    .media-grid-listing__title-wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        z-index: 0;
        background-color: transparent;
    }

.home-module .media-grid-listing__title-wrap {
    /*width: 70%;*/
    float: unset;
    background-color: #0075C9;
    border-bottom: none;
}


.media-grid-listing__heading {
    margin: 0;
    width: 125px;
    display: block;
    float: left;
    padding-top: 15px;
}

    .media-grid-listing__heading h2 {
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 2rem;
        text-transform: uppercase;
        margin: 0;
        border-right: 2px solid #ebebeb;
        width: 125px;
    }

        .media-grid-listing__heading h2 a {
            color: black;
            font-style: italic;
            font-size: 14pt;
        }

.home-module .media-grid-listing__heading {
    width: unset;
}

    .home-module .media-grid-listing__heading h2 {
        font-size: 3.8rem;
        color: white;
        text-transform: uppercase;
        border-right: none;
        width: unset;
        padding: 8px;
    }

.media-grid-listing__select {
    float: left;
    padding-left: 10px;
}

.media-grid-listing-module .select-lists {
    float: left;
    padding-left: 10px;
    width: 70%;
}

    .media-grid-listing-module .select-lists select {
        background: #f5f5f5 url('/images/indycar/global/dropdown-underline-icon.png') no-repeat 14px 23px;
        border: 1px solid #e0e0e0;
        border-top: none;
        border-bottom: 2px solid #e0e0e0;
        color: #000;
        font-size: 1.25rem;
        padding: 15px 20px;
        text-transform: uppercase;
        width: 100%;
        -webkit-appearance: none;
        cursor: pointer;
    }

.media-grid-listing-module .select-lists__select-wrap {
    display: inline-block;
    padding-right: 4px;
    position: relative;
    width: calc(17% - 5px);
}

.media-grid-listing-module .video-filters .select-lists__select-wrap {
    width: calc(20% - 5px);
}

.media-grid-listing-module .select-lists__dropdown-icon {
    fill: #fff;
    width: 120px;
    height: 12px;
    position: absolute;
    top: 22px;
    left: 15px;
}

.media-grid-module__load-more {
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    background-position: right;
    border-bottom: 2px solid #cccccc;
    margin: 10px auto;
    margin-bottom: 6px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bolder;
    font-size: 1.6rem;
    color: #0075C9;
    cursor: pointer;
}

.media-grid-listing__primary-container {
    margin-left: 0;
    width: 74%;
    float: left;
    margin-right: 0.76336%;
    padding-left: 0;
}

@media (max-width: 850px) {

    .media-grid-listing__primary-container {
        width: 100%;
        margin: 0 10px;
    }
}

.driver-detail-content-tabs__tab-content .media-grid-listing__primary-container {
    width: 100%;
    padding-top: 10px;
}

.home-module .media-grid-listing__primary-container {
    margin-left: 0;
    width: unset;
    float: unset;
    margin-right: 0;
    padding-left: 0;
}

.media-grid-module__media-item {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px;
    position: relative;
    width: 33.32%;
}

    .media-grid-module__media-item:first-child {
        border-top: 0;
        width: 66.68%;
    }

.home-module .media-grid-module__media-item {
    width: 25%;
}

    .home-module .media-grid-module__media-item:first-child {
        width: 50%;
    }

.driver-detail-content-tabs__tab-content .media-grid-listing__primary-container .media-grid-module__media-item {
    height: 250px;
    max-height: 250px;
    margin: 10px 0;
}

.driver-detail-content-tabs__tab-content .media-grid-module__media-item:first-child {
    width: 33.32%;
}

.media-grid-module__media-item:nth-child(3n+4) {
    clear: left;
}

.home-module .media-grid-module__media-item:nth-child(3n+4) {
    clear: unset;
}

.media-grid-listing-module .media-grid-module__media-item {
    margin-bottom: 80px;
}



.media-grid-listing-module.galleries .media-grid-module__media-item {
    margin-bottom: 40px;
}


.media-grid-module__media-item img {
    display: block;
    height: auto;
    width: 100%;
}

.media-grid-module__media-item .article-ribbon {
    right: -6px;
    z-index: 5;
}

.media-grid-module__media-item a {
    color: #000;
    display: block;
    font-size: 1.5rem;
}

    .media-grid-module__media-item a:hover {
        color: #0075C9;
    }

.road-to-indy .media-grid-module__media-item a:hover {
    color: #1e87cb;
}

.media-grid-module__article {
    display: block;
    position: relative;
    width: 100%;
}

.media-grid-module__caption {
    background: #fff;
    bottom: 0;
    display: block;
    padding: 20px 20px 40px;
    position: absolute;
    width: 100%;
    max-height: 98%;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    transition: height 0.25s;
    font-size: 1.4rem;
}

.driver-detail-content-tabs__tab-content .media-grid-module__caption {
    max-height: 130%;
}

.media-grid-listing-module .media-grid-module__media-item .media-grid-module__caption {
    bottom: -80px;
}

.media-grid-module__media-grid .media-grid-module__media-item:first-child .media-grid-module__caption {
    bottom: -2px;
    font-size: 1.7rem;
    color: #000;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.media-grid-listing-module .media-grid-module__media-item:first-child .media-grid-module__caption {
    bottom: -163px;
    font-size: 1.4rem;
    color: #000;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.driver-detail-content-tabs__tab-content .media-grid-module__media-item:first-child .media-grid-module__caption, .driver-detail-content-tabs__tab-content .media-grid-module__media-item .media-grid-module__caption {
    bottom: -84px;
}

.media-grid-listing-module.galleries .media-grid-module__media-item:first-child .media-grid-module__caption {
    bottom: -83px;
}

.media-grid-listing-module.galleries .media-grid-module__media-item .media-grid-module__caption {
    bottom: -40px;
}

.media-grid-module__caption h2, .media-grid-module__caption h3 {
    color: #000;
    margin: 0;
    padding: 0;
}

.media-grid-module__caption h2 {
    font-size: 1.25rem;
    font-style: normal;
}

.media-grid-module__caption h3 {
    bottom: 5px;
    font-size: 1rem;
    bottom: 5px;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
}

    .media-grid-module__caption h3 span {
        color: #767676;
    }

        .media-grid-module__caption h3 span.media-grid-module__date {
        }

        .media-grid-module__caption h3 span.media-grid-module__author {
            border-left: 1px solid #909090;
            margin: 0 0 0 5px;
            padding: 0 0 0 5px;
        }

.media-grid-module__read-more {
    bottom: 40px;
    color: #0075C9;
    font-size: 1rem;
    left: 20px;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.media-grid-module__media-item:first-child .media-grid-module__caption .media-grid-module__read-more {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.media-grid-listing-module .media-grid-module__media-item .series-videos-grid-item__play-icon {
    top: auto;
    bottom: 30px;
    left: 10px;
}

.driver-detail-content-tabs__tab-content .media-grid-module__media-item .series-videos-grid-item__play-icon {
    top: auto;
    bottom: 30px;
    left: 10px;
}

.road-to-indy .media-grid-module__read-more {
    color: #1e87cb;
}

.media-grid-module__article:hover .media-grid-module__read-more {
    opacity: 1;
}

.media-grid-module__hover-text {
    max-height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

    .media-grid-module__hover-text p {
        color: #767676;
        margin: 5px 0;
    }

.media-grid-module__article:hover .media-grid-module__hover-text {
    opacity: 1;
    max-height: 200px;
}

.easyPaginateNav {
    display: block;
    font-size: 14pt;
    clear: both;
    margin: 25px auto;
    width: 100%;
    text-align: center;
}

    .easyPaginateNav a {
        padding: 0 5px;
    }

        .easyPaginateNav a.current {
            background: #AAA;
            color: white;
        }

/* ==========================================================================
  ALL ACCESS
  ========================================================================== */
.all-access-listing .all-access_item {
    background: #fff;
    margin-bottom: 0;
    margin: 5px;
    position: relative;
    min-height: 309px;
    width: 48.5%;
}

    .all-access-listing .all-access_item:nth-child(3n+4) {
        clear: none;
    }

    .all-access-listing .all-access_item .logo {
        position: relative;
        top: 15px;
        width: 100%;
        height: 75px;
        min-height: 75px;
        max-height: 75px;
    }

        .all-access-listing .all-access_item .logo img {
            width: auto;
            height: 80px;
            position: absolute;
            top: 0px;
            left: 25px;
        }

            .all-access-listing .all-access_item .logo img.horizontal-logo {
                width: 70%;
                height: auto;
            }

    .all-access-listing .all-access_item .description {
        /*font-style: italic;*/
        color: #000;
        font-size: 11pt;
        line-height: 1.75em;
        width: 90%;
        position: absolute;
        top: 110px;
        left: 25px;
    }

    .all-access-listing .all-access_item a.btn {
        background: #0075C9;
        /*font-style: italic;*/
        font-weight: bold;
        color: white;
        /*width: 100%;*/
        text-align: right;
        padding: 10px 25px 10px 25px;
        position: absolute;
        bottom: 25px;
        right: 0;
    }

    .all-access-listing .all-access_item .description a {
        color: #6f959c;
        font-weight: bold;
    }


@media only screen and (max-width: 1175px) {
    .all-access-listing .all-access_item {
        width: 48.5%;
    }
}
/* ==========================================================================
  IN THE NEWS
  ========================================================================== */
.in-the-news__container {
}

    .in-the-news__container .in-the-news__title-bar {
        background: #f5f5f5;
        position: relative;
        border-bottom: 2px solid #cccccc;
        width: 100%;
    }

        .in-the-news__container .in-the-news__title-bar h2 {
            color: #000;
            font-size: 2.5rem;
        }

    /*.in-the-news__container .in-the-news__title-bar:before {
            content: "";
            display: inline-block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 70px;
            z-index: 0;
            background-color: transparent;
            background-image: -webkit-linear-gradient(-550deg, #cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
            background-image: linear-gradient(280deg,#cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
        }*/

    .in-the-news__container .in-the-news__items {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .in-the-news__container .in-the-news__items li {
            display: block;
            list-style-type: none;
            float: left;
            width: 24.41%;
            background: #f5f5f5;
            border-bottom: 2px solid #cccccc;
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 600;
            padding: 15px;
            margin: 5px;
        }

            .in-the-news__container .in-the-news__items li .in-the-news__item-date {
                /*float: left;
                width: 15%;*/
                /*padding-top: 18px;*/
                padding-right: 2px;
                font-size: 1.5rem;
                font-weight: 900;
                color: black;
                /*text-align: right;*/
            }

            .in-the-news__container .in-the-news__items li .in-the-news__item-separator {
                float: left;
                width: 10%;
                padding: 2px;
                font-size: 6rem;
                font-weight: 100;
                color: #c2c2c2;
            }

            .in-the-news__container .in-the-news__items li .in-the-news__item-title {
                /*float: left;
                width: 75%;*/
                /*padding-top: 13px;*/
                padding-left: 2px;
            }
/* ==========================================================================
  NEWS DETAIL
  ========================================================================== */
.news-detail {
    position: relative;
}

    .news-detail .article-meta {
        padding: 0 20px;
    }

        .news-detail .article-meta .article-title {
            font-family: industry, sans-serif;
            font-size: 2rem;
            font-weight: 800;
            text-transform: uppercase;
            margin: 5px 0px;
        }

        .news-detail .article-meta .article-sub {
            font-family: industry, sans-serif;
            font-style: normal;
            color: #767676;
            font-size: 1.5rem;
            font-weight: 600;
            margin: 5px 0px;
        }

        .news-detail .article-meta .article-social {
            margin-bottom: 10px;
        }

            .news-detail .article-meta .article-social .facebook {
                padding: 10px 0 0;
                float: left;
            }

            .news-detail .article-meta .article-social .twitter {
                padding: 10px 0 0 15px;
                float: left;
            }

            .news-detail .article-meta .article-social:after {
                content: "";
                clear: both;
            }

    .news-detail .article-container {
        margin-left: 0;
        width: 74%;
        float: left;
        margin-right: 0.76336%;
        padding-left: 0;
    }

        .news-detail .article-container .article-hero img {
            width: 100%;
            height: auto;
        }

        .news-detail .article-container .content-area {
            padding-left: 10px;
        }

            .news-detail .article-container .content-area img {
                background: black;
                border: 0;
            }

    .news-detail .advert-col {
        width: 24.42748%;
        float: right;
        margin-right: 0;
    }

@media (max-width: 850px) {
    .news-detail .article-container {
        width: 100%;
        margin: 0 10px;
    }

    .news-detail .advert-col {
        display: none;
    }
}
/* ==========================================================================
  VIDEO DETAIL
  ========================================================================== */

.news-detail .video-container .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .news-detail .video-container .video iframe,
    .news-detail .video-container .video object,
    .news-detail .video-container .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.news-detail .video-container .content-area h3 {
    padding: 0px 25px;
}

/* ==========================================================================
  PHOTO GALLERY DETAIL
  ========================================================================== */
/*.photo-gallery .article-meta .article-social {
    width: 51.45%;
    float: left;
}

.news-detail .photo-gallery-views {
    height: 52px;
    max-height: 52px;
    float: left;
}

    .news-detail .photo-gallery-views .view-title {
        float: left;
        text-transform: uppercase;
        font-size: 1.45rem;
        font-weight: bold;
        position: relative;
        top: 45%;
        padding-right: 5px;
    }

    .news-detail .photo-gallery-views .view {
        background: #000;
        width: 52px;
        height: 52px;
        display: block;
        float: left;
        position: relative;
    }

        .news-detail .photo-gallery-views .view:hover, .news-detail .photo-gallery-views .view.active {
            background: #0075C9;
        }

        .news-detail .photo-gallery-views .view .gallery-view-image {
            position: absolute;
            top: 15px;
            left: 11px;
        }

        .news-detail .photo-gallery-views .view .gallery-view-grid {
            position: absolute;
            top: 15px;
            left: 15px;
        }*/

.gallery-container .photo-thumbnail {
    position: relative;
    width: 15%;
    margin: .4%;
    overflow: hidden;
    float: left;
}

    .gallery-container .photo-thumbnail:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
/* ==========================================================================
  LATEST PHOTOS LISTING
  ========================================================================== */
.latest-photos__container {
}

    .latest-photos__container .latest-photos__title-bar {
        background: #f5f5f5;
        position: relative;
        border-bottom: 2px solid #cccccc;
    }

        .latest-photos__container .latest-photos__title-bar h2 {
            color: #000;
        }

    /*.latest-photos__container .latest-photos__title-bar:before {
            content: "";
            display: inline-block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 70px;
            z-index: 0;
            background-color: transparent;
            background-image: -webkit-linear-gradient(-550deg, #cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
            background-image: linear-gradient(280deg,#cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
        }*/

    .latest-photos__container .latest-photos__items {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .latest-photos__container .latest-photos__items li {
            display: block;
            list-style-type: none;
            float: left;
            width: 100%;
            background: #f5f5f5;
            border-bottom: 2px solid #cccccc;
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 600;
            padding: 15px;
            margin: 5px 0px;
        }

            .latest-photos__container .latest-photos__items li .latest-photos__item-image {
                float: left;
                width: 25%;
                margin-right: 10px;
                font-size: 1.5rem;
                font-weight: 900;
                color: black;
                text-align: right;
                overflow: hidden;
            }

            .latest-photos__container .latest-photos__items li .latest-photos__item-title {
                float: left;
                width: 70%;
                padding-top: 13px;
                padding-left: 2px;
            }
/* ==========================================================================
  GENERIC TABLE
  ========================================================================== */
.generic-table {
    border-bottom: 1px solid #bcbcbc;
    border-spacing: 0;
    border-collapse: separate;
    text-align: center;
    width: 100%;
}

.generic-table__header {
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 18px 5px;
    position: relative;
    text-transform: uppercase;
}

    .generic-table__header:after {
        content: '';
        display: block;
        height: 2px;
        width: calc(100% - 10px);
        background: #0075C9;
        position: absolute;
        left: 5px;
        bottom: 0;
    }

.generic-table__column {
    color: #000;
    font-size: 1rem;
    padding: 18px 5px;
}

    .generic-table__column:last-child {
        border-right: none;
    }

    .generic-table__column a {
        color: #0075C9;
    }

.generic-table tr td {
    background: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.generic-table tr:nth-child(odd) td {
    background: #ebebeb;
    border-top: 1px solid white;
}

.generic-table tr.generic-table__last-row:nth-child(odd) td {
    background: #d7d7d7;
    border-top: none;
}

.generic-table__last-row:nth-child(odd) td, .generic-table__last-row td {
    background: #d7d7d7;
}

    .generic-table__last-row:nth-child(odd) td:first-child, .generic-table__last-row td:first-child {
        border-right: none;
    }

    .generic-table__last-row:nth-child(odd) td:nth-child(2), .generic-table__last-row td:nth-child(2) {
        padding-right: 15px;
        text-align: right;
        text-transform: uppercase;
    }

.generic-table--drivers-table .generic-table__header {
    width: 3.666%;
}

    .generic-table--drivers-table .generic-table__header:first-child, .generic-table--drivers-table .generic-table__header:last-child {
        padding-left: 15px;
        padding-right: 15px;
        width: 5%;
    }

@media (max-width: 980px) {
    .generic-table--drivers-table .generic-table__header:first-child, .generic-table--drivers-table .generic-table__header:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

.generic-table--drivers-table .generic-table__header:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 23.333%;
}

@media (max-width: 980px) {
    .generic-table--drivers-table .generic-table__header:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.generic-table--drivers-table .generic-table__column:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 23.333%;
}

@media (max-width: 980px) {
    .generic-table--drivers-table .generic-table__column:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.generic-table--lap-table .generic-table__header:first-child {
    padding-left: 15px;
    padding-right: 15px;
    width: 5%;
}

.generic-table--lap-table .generic-table__header:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 20%;
}

.generic-table--lap-table .generic-table__column:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 20%;
}

.generic-table--career-stats .generic-table__header {
    width: 8%;
}

    .generic-table--career-stats .generic-table__header:first-child {
        padding-left: 15px;
        padding-right: 15px;
        width: 5%;
    }

    .generic-table--career-stats .generic-table__header:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        width: 28%;
    }

.generic-table--career-stats .generic-table__column:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 28%;
}

.table-heading {
    font-family: industry, sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.table-descr {
    padding: 20px 0;
}

.table-descr__left {
    float: left;
}

.table-descr__right {
    float: right;
}

.table-descr:after {
    content: "";
    clear: both;
}

.table-descr p {
    color: #a3a2a2;
    font-family: industry, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px 0;
}

/* ==========================================================================
  AD BANNERS MODULE
  ========================================================================== */
.ad-module {
    margin-bottom: 10px;
    clear: both;
    /*padding: 5px;
    background: url("/images/indycar/global/bg-header-desktop.png");*/
}

    .ad-module img {
        width: 100%;
        height: auto;
        display: block;
    }

.double-ad .ad-module {
    padding-left: 0;
    padding-right: 0;
}

    .double-ad .ad-module:first-child {
        padding-bottom: 0;
    }

/* ==========================================================================
  SERIES VIDEOS GRID ITEMS
  ========================================================================== */
.series-videos-grid-item {
    position: relative;
    width: 100%;
    display: inline-block;
}

    .series-videos-grid-item img {
        max-width: 100%;
    }

@media (max-width: 768px) {
    .series-videos-grid-item img {
        max-width: inherit;
        width: 100%;
    }
}

.series-videos-grid-item__text-wrap {
    background-color: #fff;
    border-bottom: 2px solid #cccccc;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 95px;
    max-height: 95px;
}

.series-videos-grid-item__title {
    color: #000;
    display: inline-block;
    font-family: industry, sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.series-videos-grid-item:hover .series-videos-grid-item__title {
    color: #0075C9;
}

.series-videos-grid-item__time {
    color: #999;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 5px;
    width: 100%;
}

.series-videos-grid-item__play-icon {
    background-image: url(/images/indycar/global/play.png);
    background-repeat: no-repeat;
    height: 48px;
    position: absolute;
    top: -65px;
    width: 48px;
}

.series-videos-grid-item__img-wrap {
    position: relative;
    display: inline-block;
}

@media (max-width: 768px) {
    .series-videos-grid-item__img-wrap {
        width: 100%;
    }
}

.series-videos-grid-item__img-wrap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(-315deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.3) 35%, transparent 100%);
    background-image: linear-gradient(45deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.3) 35%, transparent 100%);
    z-index: 2;
}

.series-videos-grid-item__img-wrap img {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
  DRIVER DETAIL PROFILE
  ========================================================================== */
.ajax-panel-container {
    background: #fff;
    padding: 0;
    position: relative;
    right: 0;
    top: 110px;
    width: 100%;
    z-index: 50;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

@media (max-width: 980px) {
    .ajax-panel-container {
        top: 50px;
    }
}

.ajax-panel-container.transitioning {
    border-left: 1px solid rgba(237, 28, 36, 0.35);
    visibility: visible;
}

.ajax-panel-container.loaded {
    height: calc(100% - 177px);
    overflow-y: auto;
    padding: 70px 0 0 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: -webkit-transform 1s ease-out 0;
    -moz-transition: -moz-transform 1s ease-out 0;
    transition: transform 1s ease-out 0;
}

.ie9 .ajax-panel-container.loaded {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.ajax-panel-container .driver-detail {
    background: #fff;
}

.close-ajax-panel {
    background: Red;
    height: 50px;
    right: 0;
    position: absolute;
    top: 0px;
    width: 50px;
    cursor: pointer;
}

    .close-ajax-panel:before, .close-ajax-panel:after {
        width: 20px;
        height: 3px;
        content: "";
        background-color: #fff;
        position: absolute;
        top: 24px;
        left: 14px;
    }

    .close-ajax-panel:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-ajax-panel:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* ==========================================================================
  TABS MODULE DRIVERS
  ========================================================================== */
.driver-profile {
    overflow: hidden;
    width: 32.65306%;
    float: left;
    margin-right: 1.02041%;
    position: relative;
}

.bg-light .driver-profile {
    background: #f5f5f5;
}

.bg-grey .driver-profile {
    background: #fff;
}

.bg-dark .driver-profile {
    background: #111;
}

.bg-dotted .driver-profile {
    background: #f0f0f0;
}

.driver-profile:nth-child(3) {
    width: 32.65306%;
    float: right;
    margin-right: 0;
}

.driver-profile img.driver-profile__profile-image {
    /*filter: grayscale(100%);*/
    height: auto;
    width: 100%;
}

.driver-profile .driver-profile__rank {
    position: absolute;
    top: 0;
    right: 0;
    background: #0075C9;
    z-index: 10;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25pt;
    color: white;
    padding: 5px 20px;
}

    .driver-profile .driver-profile__rank sup {
        top: unset;
        font-size: 50%;
        text-transform: uppercase;
    }

.driver-profile__driver-details {
    padding: 8px 20px 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    background: white;
}

    .driver-profile__driver-details img {
        float: left;
    }

    .driver-profile__driver-details h2 {
        color: #000;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 2.4rem;
    }

        .driver-profile__driver-details h2 a {
            color: #000;
        }

.bg-grey .driver-profile__driver-details h2 {
    color: #111;
}

.driver-profile__driver-details h3 {
    color: #5D5D5D;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}

.driver-profile__driver-sponsors {
    padding: 10px 0;
    margin: 0;
    zoom: 1;
    padding-bottom: 20px; /* bug #45,#21*/
}

    .driver-profile__driver-sponsors:before, .driver-profile__driver-sponsors:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .driver-profile__driver-sponsors:after {
        clear: both;
    }

    .driver-profile__driver-sponsors li {
        list-style: none;
        width: 14.3%; /* bug #45,#21*/
        float: left;
        margin-right: 2.32558%;
    }

        .driver-profile__driver-sponsors li:nth-child(4) {
            width: 14.3%; /* bug #45,#21*/
            /*  float: right;/* /* bug #45,#21*/
            margin-right: 0;
        }

.driver-profile__driver-details .driver-charities {
    min-height: 40px;
    font-size: 1.25rem;
    line-height: 1.5em;
}

    .driver-profile__driver-details .driver-charities a {
        color: #0075C9
    }

.driver-profile__point-standings-heading {
    background: #000;
    color: #666666;
    display: block;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0 10px 0;
    position: relative;
}

    .driver-profile__point-standings-heading span {
        position: relative;
        z-index: 5;
    }

    .driver-profile__point-standings-heading svg {
        content: '';
        display: block;
        position: absolute;
        height: 55px;
        width: 101%;
        bottom: 0px;
    }

.driver-profile__point-standings {
    background: white;
    display: block;
    padding: 5px 0;
}

.driver-profile__point-standings-table {
    width: 95%;
    margin: 15px auto;
    zoom: 1;
}

    .driver-profile__point-standings-table:before, .driver-profile__point-standings-table:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .driver-profile__point-standings-table:after {
        clear: both;
    }

    .driver-profile__point-standings-table th {
        color: #000;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.2rem;
        text-align: center;
        text-transform: uppercase;
    }

    .driver-profile__point-standings-table td {
        color: #000;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        text-align: center;
        width: 25%;
    }

.driver-profile a:hover .secondary-heading, .driver-profile a:hover .nav__secondary-title, .driver-profile a:hover .next-race-details__title, .driver-profile a:hover .tabs-module__tab-links-list li, .tabs-module__tab-links-list .driver-profile a:hover li, .driver-profile a:hover .driver-detail-content-tabs__tab-links-list li, .driver-detail-content-tabs__tab-links-list .driver-profile a:hover li, .driver-profile a:hover .stats-tabs__tab-links-list li, .stats-tabs__tab-links-list .driver-profile a:hover li, .driver-profile a:hover .stats-tabs__load-more a, .stats-tabs__load-more .driver-profile a:hover a, .driver-profile a:hover .phone-download-wrap .primary-heading, .phone-download-wrap .driver-profile a:hover .primary-heading, .driver-profile a:hover .phone-download-wrap .driver-detail-hero__hero-title, .phone-download-wrap .driver-profile a:hover .driver-detail-hero__hero-title, .driver-profile a:hover .phone-download-wrap__phone-download-link, .driver-profile a:hover .phone-title-bar .primary-heading, .phone-title-bar .driver-profile a:hover .primary-heading, .driver-profile a:hover .phone-title-bar .driver-detail-hero__hero-title, .phone-title-bar .driver-profile a:hover .driver-detail-hero__hero-title, .driver-profile a:hover .stats-filter__download-link, .driver-profile a:hover .dropdown-links__dropdown-link, .driver-profile a:hover .dropdown-links__dropdown a, .dropdown-links__dropdown .driver-profile a:hover a, .driver-profile a:hover .select-lists select, .select-lists .driver-profile a:hover select, .driver-profile a:hover .secondary-nav__download-link {
    color: #0075C9;
}

/* ==========================================================================
  DRIVER DETAIL HISTORY
  ========================================================================== */
.header-stats {
    border-bottom: 1px solid #ebebeb;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    padding: 20px 0 40px 0;
    text-transform: uppercase;
    zoom: 1;
}

    .header-stats:before, .header-stats:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .header-stats:after {
        clear: both;
    }

.header-stats__graphics {
    padding-top: 10px;
}

.header-stats__item {
    float: left;
    padding-right: 20px;
    width: 33.333%;
}

.header-stats__label {
    color: #999;
    display: block;
    font-size: 1.8rem;
}

#divSocial .header-stats__item a {
    color: #0075C9;
    text-decoration: underline;
    font-size: 2.2rem;
}

    #divSocial .header-stats__item a:hover {
        color: #191919;
        text-decoration: none;
    }

.header-stats__stat {
    color: #191919;
    display: block;
    font-style: italic;
}

.header-stats img {
    margin-right: 10px;
}

.driver-detail-history {
    padding: 40px 0;
}

.driver-detail-history__timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .driver-detail-history__timeline:before {
        content: '';
        width: 1px;
        height: 100%;
        background: #cccccc;
        position: absolute;
        left: 50%;
    }

.driver-detail-history__item {
    padding-right: 50%;
    text-align: right;
}

    .driver-detail-history__item:nth-child(odd) {
        padding-left: 50%;
        padding-right: 0%;
        text-align: left;
    }

        .driver-detail-history__item:nth-child(odd) .driver-detail-history__date {
            padding: 10px 40px 2px 20px;
        }

            .driver-detail-history__item:nth-child(odd) .driver-detail-history__date:before {
                left: -8px;
                right: auto;
            }

            .driver-detail-history__item:nth-child(odd) .driver-detail-history__date:after {
                left: -5px;
                right: auto;
            }

.driver-detail-history__date {
    border-bottom: 1px solid #cccccc;
    color: #191919;
    display: inline-block;
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 2.8rem;
    padding: 40px 20px 2px 40px;
    position: relative;
}

    .driver-detail-history__date:before {
        content: '';
        background: #fff;
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        border: 1px solid #0075C9;
        border-radius: 100%;
        bottom: -8px;
        right: -8px;
    }

    .driver-detail-history__date:after {
        content: '';
        background: #0075C9;
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        bottom: -5px;
        right: -5px;
    }

.driver-detail-history__achievements {
    font-size: 1.5rem;
    line-height: 1.6em;
    list-style-type: none;
    margin: 0;
    padding: 20px;
}

/* ==========================================================================
  DRIVER DETAIL SELECT
  ========================================================================== */
.driver-detail-select {
    background: #f5f5f5;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 18px;
    position: relative;
}

/*.driver-detail-select:before {
        content: "";
        display: inline-block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        z-index: 0;
        background-color: transparent;
        background-image: -webkit-linear-gradient(-550deg, #cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
        background-image: linear-gradient(280deg,#cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
    }*/

/* ==========================================================================
  TABS MODULE SOCIAL
  ========================================================================== */
.tab-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.tabs-module__tab-link--active .tab-icon, .tabs-module__tab-link:hover .tab-icon {
    fill: #fff;
}

.tabs-social {
    zoom: 1;
}

    .tabs-social:before, .tabs-social:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .tabs-social:after {
        clear: both;
    }

    .tabs-social .tabs-module__tab-link {
        text-align: left;
    }

    .tabs-social .content p {
        font-family: industry, sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 2rem;
    }

    .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content-default a, .tabs-social a {
        color: #0075C9;
    }

    .tabs-social .content-header {
        position: absolute;
        bottom: 0;
        top: auto;
        border-top: 1px solid #e0e0e0;
        padding-bottom: 15px;
        box-shadow: none;
    }

    .tabs-social article.content {
        position: relative;
        padding-bottom: 95px;
    }

    .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content-default.content-with-image .content-header {
        top: auto;
        height: auto;
        background: none;
        box-shadow: none;
    }

    .tabs-social .hub-list-more {
        display: none !important;
    }

    .tabs-social .content-author-name a {
        font-family: industry, sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 2rem;
        color: #191919;
    }

    .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content-default .content-byline .content-author-name a, .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content-default.content-with-image .content-header .content-author-name a, .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content-default.content-with-image .content-header .content-author-avatar img {
        color: #191919;
        text-shadow: none;
        border-radius: 0;
        box-shadow: none;
    }

    .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content-default .content-author-username a, .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content-default.content-with-image .content-header .content-author-username a {
        text-shadow: none;
        color: #999;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: bold;
    }

    .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content.content-tweet .hub-btn.hub-content-action-reply, .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content.content-tweet .hub-btn.hub-content-action-retweet, .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .content.content-tweet .hub-btn.hub-content-action-favourite {
        width: auto;
    }

    .tabs-social [data-lf-package~="streamhub-wall#3.5.0"] .streamhub-media-wall-view .hub-wall-column {
        padding: 0 0 0 10px;
    }

.tabs-dropdown {
    width: 100%;
    height: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.tabs-dropdown__tab-current {
    background-color: #0075C9;
    cursor: pointer;
    font-family: industry, sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.road-to-indy .tabs-dropdown__tab-current {
    background-color: #1e87cb;
}

.tabs-dropdown__tab-current svg {
    fill: #fff;
}

.tabs-dropdown__dropdown-icon {
    width: 8px;
    height: 8px;
    margin-left: 8px;
}

.tabs-dropdown ul {
    background: #fff;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 99;
}

.open .tabs-dropdown ul {
    height: auto;
}

.tabs-dropdown ul li {
    padding: 15px 20px;
}

    .tabs-dropdown ul li a {
        color: #191919;
        font-family: industry, sans-serif;
        font-size: 1.4rem;
        font-style: italic;
        font-weight: 500;
        text-transform: uppercase;
    }

        .tabs-dropdown ul li a.tabs-module__tab-link--active {
            background: transparent;
            color: #191919;
        }

            .tabs-dropdown ul li a.tabs-module__tab-link--active svg {
                fill: #191919;
            }

        .tabs-dropdown ul li a:hover {
            color: #0075C9;
        }

            .tabs-dropdown ul li a:hover svg {
                fill: #0075C9;
            }

.tabs-dropdown.open ul {
    height: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


/* ==========================================================================
  DRIVER DETAILS
  ========================================================================== */
.driver-info {
    background: #F7F7F7;
    display: flex;
    flex-wrap: wrap;
}

    .driver-info .car-icons {
        flex: 15%;
    }

        .driver-info .car-icons img {
            vertical-align: top;
            margin-top: 15px;
        }

        .driver-info .car-icons .car-end-plate {
            width: 130px;
            height: auto;
        }

        .driver-info .car-icons .car-engine-icon {
        }

    .driver-info .car-image {
        flex: 20%;
        margin-left: -75px;
    }

        .driver-info .car-image img {
            width: 100%;
            height: auto;
            margin-top: 40px
        }

    .driver-info .bio-text {
        flex: 65%;
        font-family: Helvetica, sans-serif;
        font-size: 10pt;
        padding: 20px;
    }

.driver-detail-section {
    width: 100%;
    padding-top: 60px;
    clear: both;
}

    .driver-detail-section h2 {
        font-family: industry, sans-serif;
        font-weight: 900;
        font-size: 45pt;
        margin: 0;
        padding: 15px 15px 0 5px;
        color: #0075C9;
        border-bottom: solid 5px;
        line-height: .5em;
    }

.driver-stats {
}

    .driver-stats .stat-tabs {
        text-align: center;
        font-family: industry, sans-serif;
        font-weight: 800;
        font-size: 25pt;
        color: black;
        padding: 20px 0;
    }

        .driver-stats .stat-tabs a {
            color: #767676;
            padding: 0 5px;
        }

            .driver-stats .stat-tabs a.active {
                color: #0075C9;
            }

    .driver-stats .stat1 {
        grid-area: stat1;
    }

    .driver-stats .stat2 {
        grid-area: stat2;
    }

    .driver-stats .stat3 {
        grid-area: stat3;
    }

    .driver-stats .stat4 {
        grid-area: stat4;
    }

    .driver-stats .stat5 {
        grid-area: stat5;
    }

    .driver-stats .stat6 {
        grid-area: stat6;
    }

    .driver-stats .stat-graph {
        grid-area: stat-graph;
        font-size: 12pt;
        font-family: Industry, sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    .driver-stats #season-stats, .driver-stats #career-stats {
        display: grid;
        grid-template-areas:
            'stat1 stat-graph stat-graph stat2 stat3'
            'stat4 stat-graph stat-graph stat5 stat6';
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 25px;
        padding: 10px;
    }

        .driver-stats #season-stats .stat, .driver-stats #career-stats .stat {
            position: relative;
            text-align: center;
            padding: 20px 0;
            background: white;
            box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        }

            .driver-stats #season-stats .stat:hover, .driver-stats #career-stats .stat:hover {
                box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
            }

    .driver-stats .stat1, .driver-stats .stat2, .driver-stats .stat3, .driver-stats .stat4, .driver-stats .stat5, .driver-stats .stat6 {
        height: 200px;
    }

    .driver-stats .stat .stat-icon {
        position: absolute;
        top: 20px;
        left: 30px;
    }

        .driver-stats .stat .stat-icon img {
            height: 50px;
            width: auto;
        }

    .driver-stats .stat .stat-label {
        position: absolute;
        top: 80px;
        left: 25px;
        font-family: Industry, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14pt;
        color: #767676;
        text-align: left;
        line-height: 1.15em;
    }

    .driver-stats .stat .stat-value {
        position: absolute;
        bottom: -10px;
        right: 15px;
        font-family: Industry, sans-serif;
        font-weight: 800;
        font-size: 60pt;
    }

    .driver-stats .stat .stat-info-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
    }

.stats-tooltip {
    background-color: #bababa;
    color: #000 !important;
    padding: 10px;
    font-family: Industry, sans-serif;
    font-weight: normal;
    font-size: 14pt;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.driver-team .team-details {
    display: grid;
    grid-template-areas:
        'team-details team-bio team-bio';
    gap: 25px;
    padding: 10px;
}

    .driver-team .team-details .team-info {
        grid-area: team-details;
    }

        .driver-team .team-details .team-info a {
            text-align: center;
        }

        .driver-team .team-details .team-info .team-social {
            text-align: center;
        }

    .driver-team .team-details .team-bio {
        grid-area: team-bio;
        font-size: 10pt;
    }

/* ==========================================================================
  Driver Photo Reel
  ========================================================================== */
.photo-reel_photo {
    width: 100%;
    max-height: 700px;
    margin: 10px auto;
    list-style: none;
    text-align: center;
}

    .photo-reel_photo img {
        width: auto;
        height: 700px;
        margin: 0 auto;
    }

.photo-reel .slick-dots {
    bottom: 10px !important;
}

    .photo-reel .slick-dots li button:before {
        font-size: 14px !important;
    }
/* ==========================================================================
  Driver Media Item List
  ========================================================================== */
.driver-media ul {
    margin: 20px 0;
    padding: 0;
}

.driver-media .slick-track {
    padding: 10px 0;
}

.driver-media .slick-prev {
    left: -50px;
}

.driver-media .slick-next {
    right: -50px;
}

.driver-media .slick-next, .driver-media .slick-prev {
    width: 50px;
    height: 50px;
}

    .driver-media .slick-next:before, .driver-media .slick-prev:before {
        color: #707070;
        font-size: 50px;
    }

.driver-media .media-grid__media-item {
    width: 23%;
    float: left;
    background: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    margin: 0 10px;
    list-style: none;
    position: relative;
}

    .driver-media .media-grid__media-item:hover {
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
    }

    .driver-media .media-grid__media-item img {
        width: 100%;
        height: auto;
        z-index: 1;
        display: block;
    }

    .driver-media .media-grid__media-item .media-item__caption {
        display: block;
        width: 100%;
        height: 100px;
        padding: 10px;
        background: #F7F7F7;
        z-index: 5;
    }

        .driver-media .media-grid__media-item .media-item__caption .media-item__title {
            font-family: Arial, sans-serif;
            font-size: 11pt;
            border: none;
            color: black;
            font-weight: 600;
            line-height: unset;
            padding: 0;
            margin: 0;
        }

        .driver-media .media-grid__media-item .media-item__caption .media-item__by-line {
            color: black;
        }
/* ==========================================================================
  STATS TABS
  ========================================================================== */
.stats-tabs {
    display: block;
    padding-bottom: 60px;
    width: 100%;
    zoom: 1;
}

    .stats-tabs:before, .stats-tabs:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .stats-tabs:after {
        clear: both;
    }

.stats-tabs__tab-links-list ul {
    font-size: 0rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stats-tabs__tab-links-list li {
    display: inline-block;
    margin-right: 4px;
    text-align: center;
}

.stats-tabs__tab-link {
    background-color: #d9d9d9;
    color: #000;
    display: block;
    font-size: 1.25rem;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
}

    .stats-tabs__tab-link:hover {
        color: #0075C9;
    }

.stats-tabs__tab-link--active {
    background: #fff;
    color: #0075C9;
}

.stats-tabs__tab-content .select-lists select, .select-lists.driver-listing__select-lists select {
    background: #f5f5f5 url('/images/indycar/global/dropdown-underline-icon.png') no-repeat 14px 23px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom: 2px solid #e0e0e0;
    color: #000;
    font-size: 1rem;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    cursor: pointer;
}

.stats-tabs__tab-content {
    background: #fff;
    display: none;
}

.stats-tabs__tab-content--active {
    display: block;
}

.stats-tabs__tab-gutter {
    padding: 20px;
}

.stats-tabs__title-bar {
    padding-bottom: 10px;
    zoom: 1;
}

    .stats-tabs__title-bar:before, .stats-tabs__title-bar:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .stats-tabs__title-bar:after {
        clear: both;
    }

    .stats-tabs__title-bar .primary-heading, .stats-tabs__title-bar .driver-detail-hero__hero-title {
        margin: 0;
        text-transform: uppercase;
    }

    .stats-tabs__title-bar .sub-text {
        color: #767676;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.8rem;
    }

.stats-tabs__title {
    margin-right: 200px;
}

.stats-tabs__last-update {
    color: #767676;
    float: right;
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: right;
    width: 200px;
}

.stats-tabs__load-more {
    border-top: 1px solid #ebebeb;
    padding: 20px;
    text-align: center;
}

    .stats-tabs__load-more a {
        color: #0075C9;
        font-size: 1.8rem;
        text-transform: uppercase;
    }

.phone-download-wrap {
    padding: 10px;
}

    .phone-download-wrap .primary-heading, .phone-download-wrap .driver-detail-hero__hero-title {
        border-top: 1px solid #ebebeb;
        color: #000;
        font-size: 2rem;
        margin: 0;
        padding-top: 10px;
        text-transform: uppercase;
    }

    .phone-download-wrap .sub-text {
        color: #999;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.4rem;
        padding-bottom: 10px;
    }

.phone-download-wrap__phone-download-link {
    background: #0075C9;
    border-bottom: 2px solid #e0e0e0;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.phone-download-wrap__download-icon {
    bottom: -4px;
    fill: #fff;
    height: 18px;
    margin: 0 8px 0 0;
    position: relative;
    width: 18px;
}

.phone-title-bar {
    padding: 10px 10px 0 10px;
    position: relative;
}

    .phone-title-bar .primary-heading, .phone-title-bar .driver-detail-hero__hero-title {
        border-top: 1px solid #ebebeb;
        color: #000;
        font-size: 2rem;
        margin: 0;
        padding-right: 100px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    .phone-title-bar .swipe {
        color: #999;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        position: absolute;
        right: 10px;
        top: 30px;
    }

.phone-title-bar--no-padding {
    padding: 20px 0;
}

    .phone-title-bar--no-padding .swipe {
        right: 0px;
        top: 38px;
    }

.stats-filter {
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.stats-filter__download-link {
    color: #0075C9;
    display: block;
    font-size: 1.5rem;
    min-width: 120px;
    padding: 8px 10px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
}

.stats-filter__download-icon {
    bottom: -4px;
    fill: #0075C9;
    height: 20px;
    margin: 0 8px 0 0;
    position: relative;
    width: 20px;
}

.phone-stats-filter {
    font-size: 0;
    padding: 10px;
    text-align: center;
}

    .phone-stats-filter .primary-heading, .phone-stats-filter .driver-detail-hero__hero-title {
        font-family: industry, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
    }

/* ==========================================================================
  DROPDOWN
  ========================================================================== */
.dropdown-links {
    z-index: 25;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*background-color: white;*/
}

.dropdown-links__primary-icon {
    fill: #0075C9;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
}

.dropdown-links__item {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    position: relative;
}

.dropdown-links__item--active {
    background: #0075C9;
}

    .dropdown-links__item--active .dropdown-links__dropdown-link {
        color: #fff;
    }

        .dropdown-links__item--active .dropdown-links__dropdown-link:hover {
            color: #fff;
        }

    .dropdown-links__item--active .dropdown-links__primary-icon {
        fill: #fff;
        position: relative;
        bottom: -27px;
        left: 20px;
    }

    .dropdown-links__item--active .dropdown-links__dropdown {
        display: block;
    }

.dropdown-links__dropdown-link {
    color: #000;
    display: block;
    font-size: 1.5rem;
    min-width: 120px;
    padding: 20px;
    text-transform: uppercase;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
}

    .dropdown-links__dropdown-link:hover {
        color: #0075C9;
    }

    .dropdown-links__dropdown-link span {
        border-bottom: 1px solid #0075C9;
        display: block;
        padding-bottom: 2px;
        padding-right: 20px;
    }

.dropdown-links__dropdown {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 20;
}

    .dropdown-links__dropdown a {
        background: #fff;
        color: #000;
        display: block;
        font-size: 1.4rem;
        padding: 10px 20px;
    }

        .dropdown-links__dropdown a:hover {
            background: #0075C9;
            color: #fff;
        }

.select-lists select {
    background: #0075C9;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom: 2px solid #e0e0e0;
    color: #fff;
    font-size: 1.4rem;
    padding: 15px 5px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
}

    .select-lists select option {
        background: #FFF;
        color: #000;
    }

.select-lists__select-wrap {
    display: inline-block;
    padding-right: 4px;
    position: relative;
    width: calc(33.333% - 5px);
}

.select-lists__dropdown-icon {
    fill: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 22px;
    right: 10px;
}

/* ==========================================================================
  PAGINATION
  ========================================================================== */
.pagination {
    background: #fff;
    padding: 40px 0;
    zoom: 1;
}

    .pagination:before, .pagination:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .pagination:after {
        clear: both;
    }

.pagination__pagination-link {
    background: #f5f5f5;
    border-bottom: 2px solid #d2d2d2;
    display: block;
    float: right;
    padding: 20px;
    text-align: right;
    text-transform: uppercase;
    width: calc(50% - 10px);
}

    .pagination__pagination-link:first-child {
        float: left;
        text-align: left;
    }

        .pagination__pagination-link:first-child .pagination__label {
            margin-left: 5px;
            margin-right: 0px;
        }

    .pagination__pagination-link:hover {
        background: #e8e8e8;
    }

.pagination__name {
    color: #000;
    display: block;
    font-size: 2.8rem;
}

.pagination__label {
    color: #0075C9;
    font-size: 1.4rem;
    margin-right: 5px;
}

.pagination__chevron-icon {
    fill: #0075C9;
    height: 11px;
    width: 11px;
}

/* ==========================================================================
  SECONDARY NAV
  ========================================================================== */
.secondary-nav {
    zoom: 1;
}

    .secondary-nav:before, .secondary-nav:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .secondary-nav:after {
        clear: both;
    }

.secondary-nav__download-link {
    color: #0075C9;
    display: block;
    font-size: 1.5rem;
    min-width: 120px;
    padding: 8px 10px;
    text-transform: uppercase;
    float: right;
    /*position: absolute;
    right: 0;
    top: 0;
    top: 5px;*/
}

.secondary-nav__download-icon {
    bottom: -4px;
    fill: #0075C9;
    height: 20px;
    margin: 0 8px 0 0;
    position: relative;
    width: 20px;
}

.secondary-nav__container {
    padding-bottom: 11px;
    padding-top: 5px;
}

.secondary-nav__nav {
    background: #fff;
    /*border-bottom: 2px solid #bcbcbc;*/
    font-size: 0rem;
    min-height: 50px;
    position: relative;
}

    /*.secondary-nav__nav ul,*/ .secondary-nav__nav ul.nav-list {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    /*.secondary-nav__nav li, */
    .secondary-nav__nav li.nav-list-item {
        border-right: 1px solid #ebebeb;
        display: inline-block;
    }

        .secondary-nav__nav li, .secondary-nav__nav li.nav-list-item:first-child {
            border-left: 1px solid #ebebeb;
        }

    .secondary-nav__nav .dropdown-links {
        display: inline-block;
        float: right;
    }

        .secondary-nav__nav .dropdown-links .dropdown-links__dropdown-link {
            padding: 15px;
        }

.secondary-nav__nav-link {
    border-bottom: 5px solid #fff;
    color: #0075C9;
    display: block;
    font-size: 1.4rem;
    padding: 18px 20px 12px 20px;
    position: relative;
    text-transform: uppercase;
}

.secondary-nav__nav-link--active {
    border-color: #0075C9;
}

.secondary-nav .nav-title, .driver-listing .nav-title {
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

.secondary-nav__theme-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.secondary-nav__theme-link {
    border-bottom: none;
    float: left;
    height: 40px;
    padding-top: 6px;
    text-align: center;
    width: 40px;
    height: 100%;
    padding-top: 0;
}

    .secondary-nav__theme-link:hover {
        background: #0075C9;
    }

.secondary-nav__theme-link--active:last-child {
    background: #1e87cb;
}

.secondary-nav__theme-link:last-child:hover {
    background: #1e87cb;
}

.secondary-nav__logo {
    width: 30px;
    height: 30px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ==========================================================================
  LIST DROPDOWN NAV
  ========================================================================== */
.list-navigation_container {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 15px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14pt;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #0075C9;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "\f0c9";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20pt;
        top: 10px;
        left: 15px;
        width: 0;
        height: 0;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        top: 10px;
        font-family: sans-serif;
        font-weight: 600;
        content: "\58";
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    padding-left: 50px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #0075C9;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
  NEWSLETTER SIGNUP MODULE
  ========================================================================== */
.newsletter-signup {
    background: #f0f0f0;
    padding: 10px 20px;
    zoom: 1;
}

    .newsletter-signup:before, .newsletter-signup:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .newsletter-signup:after {
        clear: both;
    }

    .newsletter-signup .secondary-heading, .newsletter-signup .nav__secondary-title, .newsletter-signup .next-race-details__title, .newsletter-signup .tabs-module__tab-links-list li, .tabs-module__tab-links-list .newsletter-signup li, .newsletter-signup .driver-detail-content-tabs__tab-links-list li, .driver-detail-content-tabs__tab-links-list .newsletter-signup li, .newsletter-signup .stats-tabs__tab-links-list li, .stats-tabs__tab-links-list .newsletter-signup li, .newsletter-signup .stats-tabs__load-more a, .stats-tabs__load-more .newsletter-signup a, .newsletter-signup .phone-download-wrap .primary-heading, .phone-download-wrap .newsletter-signup .primary-heading, .newsletter-signup .phone-download-wrap .driver-detail-hero__hero-title, .phone-download-wrap .newsletter-signup .driver-detail-hero__hero-title, .newsletter-signup .phone-download-wrap__phone-download-link, .newsletter-signup .phone-title-bar .primary-heading, .phone-title-bar .newsletter-signup .primary-heading, .newsletter-signup .phone-title-bar .driver-detail-hero__hero-title, .phone-title-bar .newsletter-signup .driver-detail-hero__hero-title, .newsletter-signup .stats-filter__download-link, .newsletter-signup .dropdown-links__dropdown-link, .newsletter-signup .dropdown-links__dropdown a, .dropdown-links__dropdown .newsletter-signup a, .newsletter-signup .select-lists select, .select-lists .newsletter-signup select, .newsletter-signup .secondary-nav__download-link {
        color: #000;
        margin: 0 0 5px;
    }

    .newsletter-signup fieldset {
        border: 0;
        padding: 0;
        position: relative;
    }

.newsletter-signup__mail-icon {
    fill: #000;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 10px;
}

.newsletter-signup__email-address {
    width: 100%;
    background: 0;
    border-color: #0075C9;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #000;
    display: block;
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 10px 10px 10px 30px;
    text-transform: uppercase;
}

.road-to-indy .newsletter-signup__email-address {
    border-color: #1e87cb;
}

.newsletter-signup__email-address.error-msg {
    color: #0075C9;
}

.road-to-indy .newsletter-signup__email-address.error-msg {
    color: #1e87cb;
}

.newsletter-signup .btn-primary, .newsletter-signup .series-videos__link-more, .newsletter-signup .view-more-mobile__link-more, .newsletter-signup .news-list-module__more-news a, .news-list-module__more-news .newsletter-signup a, .newsletter-signup .schedule-list__links a, .schedule-list__links .newsletter-signup a {
    background: 0;
    border: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.newsletter-bg {
    margin-bottom: 10px;
    /*padding: 5px;
    background: url(/images/indycar/global/bg-header-desktop.png);*/
}
/* ==========================================================================
  ADS
  ========================================================================== */

.google-ad:first-child {
    border-top: 0 none;
    margin-top: 10px;
    padding-top: 0;
}

.google-ad {
    border-top: 1px solid #c6c6c6;
    margin: 0;
    padding: 20px 0;
    background: none;
}

.google-ad-single {
    border-top: 1px solid #c6c6c6;
    margin: 0;
    padding: 20px 0;
}

    .google-ad div, .google-ad-single div {
        margin: 0 auto;
    }
/* ==========================================================================
  FOOTER AFFILIATES
  ========================================================================== */
.affiliates {
    position: relative;
    /*background: #000;*/
}

/*.affiliates:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: -40px;
        height: 70px;
        background: #000;
        width: 102%;
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }*/

.affiliates__affliates-list {
    padding: 20px 0;
    zoom: 1;
    border-bottom: 1px solid #1a1a1a;
    margin: 0 0 20px 0;
}

    .affiliates__affliates-list:before, .affiliates__affliates-list:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .affiliates__affliates-list:after {
        clear: both;
    }

    .affiliates__affliates-list .slick-dots {
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }

        .affiliates__affliates-list .slick-dots li {
            background-color: #959595;
            border-radius: 100%;
            display: inline-block;
            font-size: 0;
            height: 10px;
            list-style: none;
            margin-right: 10px;
            width: 10px;
        }

            .affiliates__affliates-list .slick-dots li.slick-active {
                background-color: #0075C9;
            }

            .affiliates__affliates-list .slick-dots li button {
                width: 100%;
                height: 100%;
                opacity: 0;
            }

.affiliates__affliate {
    color: #fff;
    list-style: none;
    padding: 20px 10px;
    width: 10.20408%;
    float: left;
    /*margin-right: 1.02041%;*/
}

    .affiliates__affliate a:hover img {
        opacity: 1;
    }

    .affiliates__affliate a img {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        margin: auto;
        opacity: 0.25;
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        transition: opacity 0.25s;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

/* ==========================================================================
  FOOTER COPYRIGHT
  ========================================================================== */
.copyright {
    background: #0075C9;
    padding: 10px;
}

.road-to-indy .copyright {
    background: #1e87cb;
}

.copyright p, .copyright a {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    color: #FFF;
}

.copyright__copyright {
    color: #FFF;
    float: left;
    margin: 0;
}

.copyright__siteby {
    color: #fff;
    float: right;
}

/* ==========================================================================
  FOOTER AFFILIATES
  ========================================================================== */
.footer-navigation {
    /*background: #000;*/
    zoom: 1;
    padding: 40px 0;
}

    .footer-navigation:before, .footer-navigation:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .footer-navigation:after {
        clear: both;
    }

.footer-navigation__nav-items {
    padding: 0;
    margin: 0;
    zoom: 1;
}

    .footer-navigation__nav-items:before, .footer-navigation__nav-items:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .footer-navigation__nav-items:after {
        clear: both;
    }

.footer-navigation .nav-item {
    color: #fff;
    font-size: 1.3rem;
    list-style: none;
    text-transform: uppercase;
    width: 18.85%;
    float: left;
    margin-right: 1.14943%;
}

    .footer-navigation .nav-item:nth-child(5n) {
        width: 18.85%;
        float: right;
        margin-right: 0;
    }

.footer-navigation .nav-item__nav-link {
    display: block;
    color: #000;
    position: relative;
}

    .footer-navigation .nav-item__nav-link:hover {
        color: #0075C9;
    }

.footer-navigation .nav-item__sub-pages {
    padding: 20px 0 0;
}

    .footer-navigation .nav-item__sub-pages .nav-item__sub-nav-item {
        border: 0;
    }

.footer-navigation .nav-item__nav-item {
    color: #666666;
    list-style: none;
    text-transform: none;
    margin: 0 0 20px;
}

    .footer-navigation .nav-item__nav-item a {
        color: #666666;
    }

        .footer-navigation .nav-item__nav-item a:hover {
            color: #0075C9;
        }

.road-to-indy .footer-navigation .nav-item__nav-item a:hover {
    color: #1e87cb;
}


/* ==========================================================================
  PAGE SECTION NAVIGATION
  ========================================================================== */
.section-navigation, .section-navigation li ul {
    width: 100%;
    background: #e0e0e0;
    font-size: 1rem;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .section-navigation li {
        position: relative;
        z-index: 1;
    }

        .section-navigation li ul {
            background: #FFF;
            display: none;
        }

            .section-navigation li, .section-navigation li ul li {
                width: 100%;
                text-indent: 0;
            }

                .section-navigation li ul li {
                    position: relative;
                    z-index: 5;
                }

                    .section-navigation li a, .section-navigation li ul li a {
                        display: block;
                        position: relative;
                        width: inherit;
                        padding: 15px 0 15px 25px;
                        text-indent: 0;
                        border-bottom: #b6b6b6 1px solid;
                        border-left: #b6b6b6 solid thin;
                        color: black;
                    }

                        .section-navigation li a:hover, .section-navigation li a.selected, .section-navigation li ul li a:hover, .section-navigation li ul li a.selected {
                            background-color: #0075C9;
                            color: white;
                        }

                        .section-navigation li a.selected, .section-navigation li ul li a.selected {
                            border-bottom: none;
                            padding-left: 38px;
                        }

.section-nav__primary-icon {
    fill: #0075C9;
    height: 8px;
    width: 8px;
    margin: 6px 4px 0 0;
    float: left;
}

.section-navigation li a.selected .section-nav__primary-icon {
    fill: #FFF;
    height: 8px;
    width: 8px;
    position: absolute;
    bottom: 0;
    left: 37px;
}

/* ==========================================================================
  DRIVER DETAIL META
  ========================================================================== */
.driver-detail-meta {
    display: inline-block;
    width: 100%;
    position: relative;
}

.driver-detail-meta__left {
    float: left;
    width: 100%;
}

.driver-detail-meta__right {
    float: right;
}

.driver-detail-meta:after {
    clear: both;
    content: "";
}

.driver-detail-meta__img-wrap {
    display: inline-block;
    float: left;
}

.schedule-detail .driver-detail-meta__img-wrap {
    margin: 10px;
}

.driver-detail-meta__content-wrap {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.driver-detail-meta__driver-name {
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 2.8rem;
    text-transform: uppercase;
}

.driver-detail-meta__team-name {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.driver-detail-meta__car-image {
    float: right;
}

.driver-detail-meta__close {
    background-color: #0075C9;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 50px;
}

    .driver-detail-meta__close:before, .driver-detail-meta__close:after {
        background-color: #e3e3e3;
        content: "";
        display: inline-block;
        height: 3px;
        position: absolute;
        top: 24px;
        width: 20px;
    }

    .driver-detail-meta__close:before {
        left: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .driver-detail-meta__close:after {
        right: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.driver-detail-meta__social {
    padding: 10px 0;
}
/* Enhancement 11*/
.driver-detail-img {
    height: 142px;
    width: auto;
}

.driver-detail-meta__social .facebook {
    padding: 20px 0 0;
    float: left;
}

.driver-detail-meta__social .twitter {
    padding: 20px 0 0 15px;
    float: left;
}

.driver-detail-meta__social:after {
    content: "";
}

.back-link {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 20px 10px;
}

    .back-link a {
        display: block;
        text-transform: uppercase;
    }

    .back-link span {
        color: #0075C9;
        font-size: 1.4rem;
        margin-left: 5px;
    }

.road-to-indy .back-link span {
    color: #1e87cb;
}

.back-link__chevron-icon {
    fill: #0075C9;
    height: 8px;
    width: 8px;
}

.road-to-indy .back-link__chevron-icon {
    fill: #1e87cb;
}

/* ==========================================================================
  DRIVER LISTING CONTAINER
  ========================================================================== */

.driver-listing {
    max-width: 1270px;
    margin: 0 auto;
    margin-top: 10px;
}

    .driver-listing:after {
        clear: both;
        content: "";
    }

.driver-listing__title-wrap {
    width: 100%;
    float: right;
    margin-right: 0;
    background-color: #f5f5f5;
    background-position: right;
    border-bottom: 2px solid #cccccc;
    display: inline-block;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
    position: relative;
}

    .driver-listing__title-wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        z-index: 0;
        background-color: transparent;
    }

.driver-listing__title {
    padding: 0 10px;
    width: 100%;
    float: right;
    margin-right: 0;
    background-color: #f5f5f5;
    background-position: right;
    border-bottom: 2px solid #cccccc;
    display: inline-block;
    margin-bottom: 6px;
    position: relative;
}

.driver-listing__heading {
    font-family: industry, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.8rem;
    text-transform: uppercase;
    margin: 0;
    border-right: 2px solid #ebebeb;
    width: 125px;
}

.driver-listing__select {
    float: left;
    padding-left: 10px;
}

.driver-listing .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .driver-listing .dropbtn:hover, .driver-listing .dropbtn:focus {
        background-color: #2980B9;
    }

.driver-listing .dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.driver-listing .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .driver-listing .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.driver-listing .dropdown a:hover {
    background-color: #ddd;
}

.driver-listing .show {
    display: block;
}



.driver-listing__primary-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 74.80916%;
    float: left;
    margin-right: 0.76336%;
    padding-left: 0;
}

@media (max-width: 768px) {
    .driver-listing__primary-container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }
}

.driver-listing__driver-profile {
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
    border-bottom: 2px solid #cccccc;
    margin-right: 5.75%;
    width: 29.5%;
}

    .driver-listing__driver-profile:nth-child(3n) {
        margin-right: 0;
    }

    .driver-listing__driver-profile:nth-child(3n+1) {
        clear: both;
    }

.favorite-driver .driver-listing__driver-profile {
    width: 15.96%;
    position: relative;
}

    .favorite-driver .driver-listing__driver-profile .driver-profile__driver-details {
        padding: 10px 20px 0;
    }

    .favorite-driver .driver-listing__driver-profile .voteHover, .favorite-driver .driver-listing__driver-profile .voteSelected {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
        /*button css*/
        .favorite-driver .driver-listing__driver-profile .voteHover .mini-listing.button, .favorite-driver .driver-listing__driver-profile .voteHover .mini-listing.button100, .favorite-driver .driver-listing__driver-profile .voteSelected .mini-listing.button, .favorite-driver .driver-listing__driver-profile .voteSelected .mini-listing.button100 {
            font-size: 14px;
            margin-top: -5px;
            padding: 5px 7px;
        }

        .favorite-driver .driver-listing__driver-profile .voteHover a.button, .favorite-driver .driver-listing__driver-profile .voteSelected .button {
            border-radius: 3px 3px 3px 3px;
            color: #FFFFFF;
            cursor: pointer;
            display: inline-block;
            font-family: "proxima-nova-1","proxima-nova-2",Helvetica,Arial,sans-serif;
            font-weight: bold;
            line-height: 1;
            padding: 9px 34px;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            position: absolute;
            bottom: 51px;
            width: 100%;
        }

        .favorite-driver .driver-listing__driver-profile .voteHover .gray, .favorite-driver .driver-listing__driver-profile .voteSelected .gray {
            background: none repeat scroll 0 0 #0075C9;
        }

    .favorite-driver .driver-listing__driver-profile .voteHover, .favorite-driver .driver-listing__driver-profile .voteSelected {
        display: none;
    }

        .favorite-driver .driver-listing__driver-profile:hover .voteHover, .favorite-driver .driver-listing__driver-profile .voteSelected.active {
            display: inline;
        }

    .favorite-driver .driver-listing__driver-profile:nth-child(5):after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        /*visibility: hidden;*/
    }

    .favorite-driver .driver-listing__driver-profile .secondary-heading {
        font-size: 1.35rem;
        margin: 0 0 12px 0;
    }

.driver-votes {
    width: 100%;
    clear: both;
    height: 10px;
    margin: 15px;
}

    .driver-votes .driver {
        width: 15%;
        height: 10px;
        font-size: 12pt;
        float: left;
    }

    .driver-votes .numVotes {
        width: 40%;
        height: 10px;
        float: left;
    }

.favorite-driver-vote-popup {
    clear: both;
    padding: 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

    .favorite-driver-vote-popup input[type=text] {
        width: 100%;
        margin: 10px 0;
        font-size: 12pt;
    }

.sponsor-description {
    overflow: hidden;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #cccccc;
    width: 100%;
}

.sponsors-image {
    width: 100%;
    height: auto;
}

.bg-light .driver-listing__driver-profile {
    background: #f5f5f5;
}

.bg-grey .driver-listing__driver-profile {
    background: #fff;
}

.bg-dark .driver-listing__driver-profile {
    background: #111;
}

.driver-listing__driver-profile .driver-profile__profile-image {
    width: 100%;
    height: auto;
}

.driver-listing__driver-profile a:first-child {
    position: relative;
    display: block;
    max-height: 250px;
}

.driver-listing__driver-profile .rank {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    font-size: 30pt;
    padding: 10px;
    font-family: industry, sans-serif;
    font-weight: 900;
    color: black;
}

    .driver-listing__driver-profile .rank .label {
        font-size: 8pt;
        font-weight: 600;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        margin-top: 12px;
        float: left;
    }

    .driver-listing__driver-profile .rank .number {
        float: left;
        padding: 0;
        margin: 0;
        line-height: 1;
    }

.driver-listing__driver-profile .points {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 30pt;
    padding: 5px 10px 5px 5px;
    font-family: industry, sans-serif;
    font-weight: 900;
    color: white;
}

    .driver-listing__driver-profile .points .label {
        font-size: 7pt;
        font-weight: 600;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        margin: 0;
        margin-top: 12px;
        padding: 0;
        float: left;
    }

    .driver-listing__driver-profile .points .number {
        float: left;
        padding: 0;
        margin: 0;
        line-height: 1;
    }

    .driver-listing__driver-profile .points.black {
        color: black;
    }

.driver-listing__driver-profile img.driver-profile__country-flag {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.driver-listing__driver-profile__driver-details {
    padding: 20px 20px 0;
    display: block;
    width: 100%;
}

    .driver-listing__driver-profile__driver-details h2 {
        color: #fff;
        padding: 0;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

.bg-grey .driver-listing__driver-profile__driver-details h2 {
    color: #111;
}

.driver-listing__driver-profile__driver-details h3 {
    color: #999;
    padding: 0;
    margin: 0;
}

.driver-listing__driver-profile__driver-sponsors {
    padding: 10px 0;
    margin: 0;
    zoom: 1;
}

    .driver-listing__driver-profile__driver-sponsors:before, .driver-listing__driver-profile__driver-sponsors:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .driver-listing__driver-profile__driver-sponsors:after {
        clear: both;
    }

    .driver-listing__driver-profile__driver-sponsors li {
        list-style: none;
        width: 23.25581%;
        float: left;
        margin-right: 2.32558%;
    }

        .driver-listing__driver-profile__driver-sponsors li:nth-child(4) {
            width: 23.25581%;
            float: right;
            margin-right: 0;
        }

.driver-listing__logobg {
    opacity: .25;
    background-image: url('/images/indycar/global/bg-header-desktop.png');
}

    .driver-listing__logobg:hover {
        opacity: 1;
    }

.event-sub-text {
    color: #999;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
}

.sub-header {
    cursor: pointer;
}
/* ==========================================================================
  SCHEDULE LIST
  ========================================================================== */
.schedule-list {
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 700;
    /*font-style: italic;*/
}

    .schedule-list ul {
        margin: 0;
        padding: 0;
    }

.schedule-list__item {
    background: white;
    width: 24.7%;
    max-height: 400px;
    height: 400px;
    margin: 0 5px;
    margin-bottom: 10px;
    list-style: none;
    float: left;
    overflow: hidden;
    position: relative;
}

    .schedule-list__item:nth-child(1n) {
        margin-left: 0;
    }

    .schedule-list__item:nth-child(4n) {
        margin-right: 0;
    }

    .schedule-list__item .race-image {
        filter: grayscale(100%);
        height: 100%;
        width: auto;
        position: absolute;
        right: -50%;
        opacity: .35;
        z-index: 1;
    }

    .schedule-list__item .schedule-list__content {
        z-index: 10;
        zoom: 1;
        padding: 15px 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .schedule-list__item .schedule-list__content:after {
            clear: both;
        }

        .schedule-list__item .schedule-list__content .schedule-list__title {
            display: inline-block;
            font-family: industry, sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 1.5rem;
            text-transform: uppercase;
        }

            .schedule-list__item .schedule-list__content .schedule-list__title span {
                display: block;
                margin-top: 10px;
                color: #000;
            }

                .schedule-list__item .schedule-list__content .schedule-list__title span.event-location {
                    font-size: 1.25rem;
                }

    .schedule-list__item .schedule-list__description {
        position: absolute;
        bottom: 35px;
        width: 100%;
        z-index: 10;
        padding: 5px 0px;
        font-family: industry, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        color: #000;
        text-transform: uppercase;
    }

        .schedule-list__item .schedule-list__description .schedule-list__date {
            float: left;
            display: inline-block;
            /*font-style: italic;*/
            font-weight: bold;
            position: relative;
            font-size: 2.5rem;
            line-height: 1em;
            text-align: center;
            float: left;
            bottom: 50px;
            padding-left: 15px;
            padding-right: 0;
            margin: 0;
            min-height: 54px;
        }

            .schedule-list__item .schedule-list__description .schedule-list__date .schedule-list__date-day {
                display: block;
                font-size: 3.5rem;
            }

        .schedule-list__item .schedule-list__description .schedule-list__time {
            float: left;
            color: #000;
            display: inline-block;
            position: relative;
            bottom: 50px;
            padding-left: 10px;
            padding-top: 15px;
        }

        .schedule-list__item .schedule-list__description .schedule-list__broadcast {
            float: right;
            bottom: 50px;
            max-width: 50px;
        }

            .schedule-list__item .schedule-list__description .schedule-list__broadcast img {
                width: 50px;
                height: auto;
            }

        .schedule-list__item .schedule-list__description .schedule-list__broadcast-logos {
            position: absolute;
            width: 100%;
            text-align: left;
            padding-left: 10px;
        }

            .schedule-list__item .schedule-list__description .schedule-list__broadcast-logos img {
                width: 18%;
                height: auto;
                padding-right: 3px;
            }

                .schedule-list__item .schedule-list__description .schedule-list__broadcast-logos img:last-child {
                    padding-right: 0px;
                }

        .schedule-list__item .schedule-list__description .schedule-list__race-winner {
            height: 60px;
            padding-left: 15px;
        }

            .schedule-list__item .schedule-list__description .schedule-list__race-winner .schedule-list__race-winner-flag {
                float: left;
            }

            .schedule-list__item .schedule-list__description .schedule-list__race-winner .schedule-list__race-winner-name {
                float: left;
                padding-left: 10px;
                font-weight: bold;
                font-size: 3rem;
                line-height: .8em;
            }

                .schedule-list__item .schedule-list__description .schedule-list__race-winner .schedule-list__race-winner-name .schedule-list__race-winner-last-name {
                    line-height: .8em;
                    display: block;
                    font-weight: 900;
                    font-size: 2.8rem;
                }

    .schedule-list__item .schedule-list__links {
        z-index: 10;
        padding: 8px 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0,117,201,.75);
        height: 35px;
    }

        .schedule-list__item .schedule-list__links a {
            color: #fff;
            font-size: 1.25rem;
            text-transform: uppercase;
            width: 25%;
            float: left;
            text-align: center;
        }

            .schedule-list__item .schedule-list__links a:first-child {
                text-align: left;
            }

            .schedule-list__item .schedule-list__links a:nth-child(2n) {
                width: 50%;
            }

            .schedule-list__item .schedule-list__links a:last-child {
                text-align: right;
            }

.schedule-list__load-more {
    background-color: #fff;
    border-bottom: 2px solid #bcbcbc;
    color: #0075C9;
    display: block;
    font-family: industry, sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.schedule-filter {
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 2px solid #bcbcbc;
}

    .schedule-filter .select-lists__select-wrap {
        width: calc(50% - 5px);
    }

.phone-download-wrap.no-padding {
    margin: 0 0 10px 0;
}

@media only screen and (max-width: 1260px) {

    .schedule-list__item {
        width: 24.6%;
    }
}

@media only screen and (max-width: 1085px) {
    .schedule-list__item .schedule-list__links a {
        font-size: 1.15rem;
    }
}
/* ==========================================================================
  DETAIL PAGE META
  ========================================================================== */
.detail-page-meta {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.detail-page-meta__left {
    float: left;
}

.detail-page-meta__right {
    float: right;
}

.detail-page-meta:after {
    clear: both;
    content: "";
}

.detail-page-meta__img-wrap {
    display: inline-block;
    float: left;
}

    .detail-page-meta__img-wrap img {
        max-width: 100%;
        height: auto;
    }

.schedule-detail .detail-page-meta__img-wrap {
    margin: 10px;
}

.detail-page-meta__content-wrap {
    display: inline-block;
    float: left;
    margin: 10px 0 0 20px;
}

    .detail-page-meta__content-wrap:after {
        zoom: 1;
    }

        .detail-page-meta__content-wrap:after:before, .detail-page-meta__content-wrap:after:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .detail-page-meta__content-wrap:after:after {
            clear: both;
        }

.detail-page-meta__title {
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.8rem;
}

.detail-page-meta__description {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
}

.detail-page-meta__close {
    background-color: #0075C9;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 50px;
}

    .detail-page-meta__close:before, .detail-page-meta__close:after {
        background-color: #e3e3e3;
        content: "";
        display: inline-block;
        height: 3px;
        position: absolute;
        top: 24px;
        width: 20px;
    }

    .detail-page-meta__close:before {
        left: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .detail-page-meta__close:after {
        right: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.detail-page-meta__social {
    margin: 10px 0;
}

    .detail-page-meta__social .facebook {
        float: left;
        padding: 20px 0 0;
    }

    .detail-page-meta__social .twitter {
        float: left;
        padding: 20px 0 0 15px;
    }

    .detail-page-meta__social:after {
        content: "";
    }

.back-link {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 20px 10px;
}

    .back-link a {
        display: block;
        text-transform: uppercase;
    }

    .back-link span {
        color: #0075C9;
        font-size: 1.4rem;
        margin-left: 5px;
    }

.road-to-indy .back-link span {
    color: #1e87cb;
}

.back-link__chevron-icon {
    fill: #0075C9;
    height: 8px;
    width: 8px;
}

.road-to-indy .back-link__chevron-icon {
    fill: #1e87cb;
}
/* ==========================================================================
  RACE DETAIL CONTENT AREA
  ========================================================================== */
.race-detail-content-area__advert-col {
    padding-top: 40px;
    width: 23.72881%;
    float: right;
    margin-right: 0;
}

.race-detail-content-area .ad-module img {
    display: block;
    height: auto;
    width: 100%;
}

.race-detail-content-area__content {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    padding: 40px;
}

.race-detail-content-area__img-wrap {
    width: 21.05263%;
    float: left;
    margin-right: 5.26316%;
}

    .race-detail-content-area__img-wrap img {
        max-width: 100%;
    }

.race-detail-content-area__prev-winners {
    display: inline-block;
    width: 100%;
}

.race-detail-content-area__title {
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 2.8rem;
}

.race-detail-content-area__intro {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.race-detail-content-area__about {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.race-detail-content-area p {
    font-size: 1.5rem;
    line-height: 2.3rem;
}

.race-detail-content-area__news, .race-detail-content-area__prev-winners {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 40px;
    padding-top: 10px;
}

.title-bar {
    background-color: #f5f5f5;
    border-bottom: 2px solid #cccccc;
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-size: 2.8rem;
    padding: 15px 20px;
}

    .title-bar:before {
        content: "";
        display: inline-block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        z-index: 0;
        background-color: transparent;
        background-image: -webkit-linear-gradient(-550deg, #cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
        background-image: linear-gradient(280deg,#cdcdcd 0px, #cdcdcd 36px, #d9d9d9 36px, #d9d9d9 46px, #e8e8e8 46px, #e8e8e8 56px, rgba(245, 245, 245, 0) 56px, rgba(245, 245, 245, 0) 58px);
    }

    .title-bar .secondary-nav__download-link {
        margin-right: 35px;
        margin-top: -5px;
    }

.race-list {
    zoom: 1;
}

    .race-list:before, .race-list:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .race-list:after {
        clear: both;
    }

.race-list__item {
    margin: 0 10px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background-color: white;
    padding: 10px;
    font-family: industry, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13pt;
}

    .race-list__item:nth-child(odd) {
        background: #e6e7e7;
    }

    .race-list__item div.text {
        padding-top: 15px;
        padding-left: 15px;
        border-right: solid 2px #a6a8aa;
        margin-right: 10px;
    }

.race-list__date {
    text-transform: uppercase;
    font-weight: bold;
}

.race-list__time {
}

.race-list__race {
}

.race-list__img-wrap {
}

    .race-list__img-wrap img {
        display: inline-block;
        max-width: 80px;
        padding: 0 10px;
    }

.race-list__link a {
    color: #0075C9;
}

    .race-list__link a.nonactive {
        color: #AAA;
    }

.race-detail-content-area__prev-winners .race-list__item {
    padding: 20px 10px 0 10px;
}

.race-list__finish-position {
    float: left;
    min-height: 60px;
    font-style: italic;
    font-weight: 600;
    padding-right: 40px;
    position: relative;
    text-align: right;
    font-family: industry, sans-serif;
    font-size: 1.4rem;
}

.race-list__finish-position {
    font-size: 3.5rem;
}

    .race-list__finish-position sup {
        font-size: 1.5rem;
        top: -1em;
    }

.race-list__flags {
    display: inline-block;
    margin: 0 0 10px 10px;
    max-width: 30px;
}

    .race-list__flags img {
        height: auto;
        max-width: 100%;
    }

.race-list__age {
    background-color: #ffcb08;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

.race-list__row {
    display: block;
}

.race-list.past-winners .race-list__row {
    padding: 0 0 15px 17px;
}

.race-list__name {
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 600;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.race-list__year {
    font-family: industry, sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.8rem;
}

.stats-select-wrap {
    width: 24%;
}
/* ==========================================================================
  CHANNEL FINDER MODULE
  ========================================================================== */
.channel-finder {
    background: #111;
    padding: 10px 20px;
    zoom: 1;
}

    .newsletter-signup:before, .channel-finder:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .channel-finder:after {
        clear: both;
    }

    .channel-finder .secondary-heading, .channel-finder .nav__secondary-title, .channel-finder .next-race-details__title, .channel-finder .tabs-module__tab-links-list li, .tabs-module__tab-links-list .channel-finder li, .channel-finder .driver-detail-content-tabs__tab-links-list li, .driver-detail-content-tabs__tab-links-list .channel-finder li, .channel-finder .stats-tabs__tab-links-list li, .stats-tabs__tab-links-list .channel-finder li, .channel-finder .stats-tabs__load-more a, .stats-tabs__load-more .channel-finder a, .channel-finder .phone-download-wrap .primary-heading, .phone-download-wrap .channel-finder .primary-heading, .channel-finder .phone-download-wrap .driver-detail-hero__hero-title, .phone-download-wrap .channel-finder .driver-detail-hero__hero-title, .channel-finder .phone-download-wrap__phone-download-link, .channel-finder .phone-title-bar .primary-heading, .phone-title-bar .channel-finder .primary-heading, .channel-finder .phone-title-bar .driver-detail-hero__hero-title, .phone-title-bar .channel-finder .driver-detail-hero__hero-title, .channel-finder .stats-filter__download-link, .channel-finder .dropdown-links__dropdown-link, .channel-finder .dropdown-links__dropdown a, .dropdown-links__dropdown .channel-finder a, .channel-finder .select-lists select, .select-lists .channel-finder select, .channel-finder .secondary-nav__download-link {
        color: #fff;
        margin: 0 0 5px;
    }

    .channel-finder fieldset {
        border: 0;
        padding: 0;
        position: relative;
    }

.channel-finder__logo {
    width: 40px;
    margin: 2px;
    position: absolute;
    top: 10px;
    left: 0;
}

.channel-finder__zip {
    width: 100%;
    background: 0;
    border-color: #0075C9;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #666666;
    display: block;
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 19px 10px 10px 55px;
    text-transform: uppercase;
    float: left;
}

.road-to-indy .channel-finder__zip {
    border-color: #1e87cb;
}

.channel-finder__zip.error-msg {
    color: #0075C9;
}

.road-to-indy .channel-finder__zip.error-msg {
    color: #1e87cb;
}

.channel-finder .btn-primary {
    background: 0;
    border: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    float: right;
}

.channel-finder-bg {
    margin-bottom: 10px;
    padding: 5px;
    background: url(/images/indycar/global/bg-header-desktop.png);
}
/*Enhancement #12 #13 #18*/
.link-label-left {
    color: #0075C9;
    font-size: 1.8rem;
    margin-left: 15px;
    font-style: italic;
    text-transform: uppercase;
    font-family: industry, sans-serif;
    font-weight: 600;
    vertical-align: top;
}

.link-label {
    color: #0075C9;
    font-size: 1.8rem;
    font-style: italic;
    text-transform: uppercase;
    font-family: industry, sans-serif;
    font-weight: 600;
}

.header-link-label {
    color: #999;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: industry, sans-serif;
    font-style: normal;
}

.col-half {
    width: 50%;
    float: left;
}

.greenflag {
    margin-bottom: 26px;
    width: 40px;
    height: 40px;
}

.greenflagdiv {
    padding-bottom: 25px !important;
}
