﻿@font-face {
    font-family: CourierPrime;
    src: url("./../fonts/webfonts/Courier Prime.woff")
}

:root {
    --lunicorn_dark_blue: rgba(31, 17, 76, 1);
    --lunicorn_light_blue: rgba(0, 159, 227, 1);
    --lunicorn_pink: rgba(230, 0, 126, 1);
    --lunicorn_light_grey: rgba(217, 217, 215, 1);
    --lunicorn_dark_grey: rgba(92, 92, 91, 1);
    --font-normal: Arial, Verdana, "sans-serif";
    --font-impact: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif
}

html {
    margin: 0 0 0 0;
    padding: 0px 10px 0px 10px
}

body {
    background-color: rbga(255, 0, 255, 1);
    height: 100%;
    margin: auto;
    color: var(--lunicorn_dark_blue);
    max-width: 1600px;
    overflow-x: hidden
}

ul {
    transition: all .2s ease
}

li {
    transition: all .2s ease
}

.container {
    transition: all .2s ease
}

.container-fluid {
    transition: all .2s ease
}

img {
    transition: all .2s ease
}

.text-left {
    text-align: left
}

blockquote {
    font-size: 1em;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px
}

blockquote:before {
    content: open-quote
}

blockquote:after {
    content: close-quote
}

blockquote:before,
blockquote:after {
    display: inline-block;
    vertical-align: bottom;
    color: var(--lunicorn_pink);
    font-size: 5em;
    top: .2em;
    position: relative
}

.hero-image {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 999;
    transition: background-image 1s ease-in-out;
    -webkit-transition: background-image 1s ease-in-out
}

.oblique {
    background-color: #fff
}

.photo_wrapper {
    border: 2px ridge rgba(88, 88, 88, .25);
    background-color: #fff;
    margin: 15px 25px 15px 25px;
    padding: 5px 7px 3px 7px;
    transition: all .75s ease;
    filter: drop-shadow(10px 10px 10px rgb(155, 155, 155));
    -webkit-filter: drop-shadow(10px 10px 10px rgb(155, 155, 155))
}

.photo_oblique {
    padding: 15px 15px 15px 15px;
    border: 2px ridge rgba(88, 88, 88, .25);
    background-color: #fff;
    filter: drop-shadow(10px 10px 10px rgb(155, 155, 155));
    -webkit-filter: drop-shadow(10px 10px 10px rgb(155, 155, 155))
}

.lunicorn_drop_shadow {
    filter: drop-shadow(4px 4px 4px rgba(155, 155, 155, 0.8));
    -webkit-filter: drop-shadow(4px 4px 4px rgba(155, 155, 155, 0.8))
}

canvas {
    background-color: #f7f7f7
}

table {
    font-family: var(--font-normal)
}

a {
    color: var(--lunicorn_pink);
    text-decoration: none
}

a:hover {
    color: var(--lunicorn_dark_grey);
    text-decoration: none;
    filter: drop-shadow(5px 5px 5px rgb(194, 194, 194));
    -webkit-filter: drop-shadow(5px 5px 5px rgb(194, 194, 194))
}

h1 {
    font-size: 2.5em
}

h2 {
    font-size: 2.35em
}

h3 {
    font-size: 2.1em
}

h4 {
    font-size: 1.85em
}

p {
    font-size: 1.2em
}

.nav-link {
    font-size: 1.3em !important
}

.text-copyright {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1em
}

.lunicorn_border_glow {
    border: 3px #c7d5ed solid
}

.lunicorn_page_clear_space {
    height: 40vh
}

.lunicorn_clear_space_height {
    height: 40px
}

.lunicorn_bold {
    font-weight: bold
}

.lunicorn_weight_normal {
    font-weight: normal
}

.lunicorn_border_tweak {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.lunicorn_border_tweak_bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.lunicorn_border_tweak_all {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.darkcontainer {
    color: rgba(255, 255, 255, .9);
    background: rgba(16, 19, 16, .7);
    background-color: rgba(16, 19, 16, .7)
}

.darkcontainer_padded {
    color: rgba(255, 255, 255, .9);
    background: rgba(16, 19, 16, .7);
    background-color: rgba(16, 19, 16, .7);
    padding: 5px 5px 5px 5px
}

.darkercontainer {
    color: rgba(255, 255, 255, .9);
    background: rgba(109, 109, 109, .8);
    background-color: rgba(109, 109, 109, .8)
}

.lightbluecontainer {
    color: rgba(255, 255, 255, .9);
    background: rgba(0, 159, 227, .85);
    background-color: rgba(0, 159, 227, .85)
}

.brightcontainer {
    color: rgba(213, 36, 43, .9);
    background: rgba(216, 191, 21, .978);
    background-color: rgba(216, 191, 21, .978)
}

.darkbluecontainer {
    color: rgba(255, 255, 255, .9);
    background: rgba(31, 17, 76, .9);
    background-color: rgba(31, 17, 76, .9)
}

.pinkcontainer {
    color: rgba(255, 255, 255, .9);
    background: rgba(230, 0, 126, .85);
    background-color: rgba(230, 0, 126, .85)
}

.darkestcontainer {
    color: rgba(255, 255, 255, .9);
    background: rgba(55, 55, 55, .8);
    background-color: rgba(55, 55, 55, .8)
}

.lightercontainer {
    color: rgba(44, 44, 44, .9);
    background: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .8)
}

.lightcontainer {
    color: rgba(44, 44, 44, .9);
    background: rgba(255, 255, 255, .6);
    background-color: rgba(255, 255, 255, .6)
}

.greencontainer {
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 248, 55, .8);
    background-color: rgba(14, 123, 14, .8)
}

.darkcontainer_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(16, 19, 16, .7);
    background-color: rgba(16, 19, 16, .7);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.darkcontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.darkcontainer_padded_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(16, 19, 16, .7);
    background-color: rgba(16, 19, 16, .7);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    padding: 5px 5px 5px 5px
}

.darkcontainer_padded_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.darkercontainer_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(109, 109, 109, .8);
    background-color: rgba(109, 109, 109, .8);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.darkercontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.lightbluecontainer_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(0, 159, 227, .85);
    background-color: rgba(0, 159, 227, .85);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.lightbluecontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.brightcontainer_press {
    color: rgba(213, 36, 43, .9);
    background: rgba(216, 191, 21, .978);
    background-color: rgba(216, 191, 21, .978);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.brightcontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.darkbluecontainer_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(31, 17, 76, .9);
    background-color: rgba(31, 17, 76, .9);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.darkbluecontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.pinkcontainer_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(230, 0, 126, .85);
    background-color: rgba(230, 0, 126, .85);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.pinkcontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.darkestcontainer_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(55, 55, 55, .8);
    background-color: rgba(55, 55, 55, .8);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.darkestcontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.lightercontainer_press {
    color: rgba(44, 44, 44, .9);
    background: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .8);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.lightercontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.lightcontainer_press {
    color: rgba(44, 44, 44, .9);
    background: rgba(255, 255, 255, .6);
    background-color: rgba(255, 255, 255, .6);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.lightcontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.greencontainer_press {
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 248, 55, .8);
    background-color: rgba(14, 123, 14, .8);
    font-family: CourierPrime, "Courier New", Courier, monospace;
    transition: all .75s ease;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px
}

.greencontainer_press:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.lunicorn_smaller_font {
    font-size: 11pt !important
}

.lunicorn_lowercase {
    text-transform: lowercase !important
}

.lunicorn_uppercase {
    text-transform: uppercase !important
}

.lunicorn_titlecase {
    text-transform: capitalize !important
}

.lunicorn_transparent {
    color: rgba(255, 255, 255, .9)
}

.lunicorn_dark {
    color: rgba(44, 44, 44, .9)
}

.lunicorn_white {
    color: var(--lunicorn_light_grey)
}

.lunicorn_font_normal {
    font-family: var(--font-normal) !important
}

.lunicorn_font_news {
    font-family: CourierPrime, "Courier New", Courier, monospace !important
}

.lunicorn_dark_blue {
    color: var(--lunicorn_dark_blue)
}

.lunicorn_light_blue {
    color: var(--lunicorn_light_blue)
}

.lunicorn_pink {
    color: var(--lunicorn_pink)
}

.lunicorn_light_grey {
    color: var(--lunicorn_light_grey)
}

.lunicorn_dark_grey {
    color: var(--lunicorn_dark_grey)
}

.lunicorn_italic {
    font-style: italic
}

.affiliatestatement {
    color: #999;
    font-size: small;
    text-align: center
}

.print {
    display: none
}

.product_description {
    font-size: 1em;
    color: #000
}

.sub_header {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 2em;
    font-weight: bold;
    color: #fff
}

.results_table_header {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%
}

.results_table_value {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.5em;
    text-align: center;
    width: 50%
}

.results_table_footer {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    width: 50%
}

.car_info_list {
    font-weight: bold;
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.4em;
    white-space: normal;
    font-size: 1.3m !important
}

.stage_plan {
    font-size: 1em;
    font-family: CourierPrime, "Courier New", Courier, monospace
}

.stage_plan a {
    color: var(--lunicorn_pink)
}

.stage_plan th {
    font-size: 1.1em;
    background-color: var(--lunicorn_dark_blue);
    color: #fff;
    height: 50px
}

.stage_plan_cell_left {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid var(--lunicorn_light_grey);
    font-size: 1.3em
}

.stage_plan_cell_center {
    text-align: center;
    border: 1px solid var(--lunicorn_light_grey);
    font-size: 1.3em
}

.stage_plan_cell_right {
    text-align: right;
    padding-right: 15px;
    border: 1px solid var(--lunicorn_light_grey);
    font-size: 1.3em
}

.stage_plan_row_stage {
    color: #c4c4c4;
    height: 30px
}

.stage_plan_row_stage a {
    color: #c4c4c4;
    background-color: rgba(6, 128, 0, 0);
    height: 30px
}

.stage_plan_row_road {
    background-color: rgba(196, 196, 196, .6);
    color: var(--lunicorn_dark_blue);
    height: 30px
}

.stage_plan_row_refuel {
    background-color: rgba(118, 24, 139, .355);
    color: #fff;
    height: 30px
}

.stage_plan_row_subtotal {
    height: 70px;
    border-bottom: 1px solid var(--lunicorn_dark_blue);
    border-top: 1px solid var(--lunicorn_dark_blue);
    font-size: 1.15em
}

.stage_plan_header_row {
    background-color: var(--lunicorn_dark_blue);
    color: #c4c4c4;
    height: 50px;
    font-size: 1.4em;
    text-transform: uppercase
}

.stage_plan_row_total {
    background-color: var(--lunicorn_dark_blue);
    color: #c4c4c4;
    height: 50px;
    font-size: 1.2em
}

.stage_plan_row_total_fuel {
    background-color: var(--lunicorn_pink);
    color: #fff;
    height: 50px;
    font-size: 1.3em
}

.fuel_plan_over_fuel_size {
    color: red;
    font-weight: bold;
    background-color: rgba(17, 17, 17, .8)
}

.stage_plan_chart {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px
}

.rally_replay_data {
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: middle;
    line-height: 35px;
    padding-left: 75px
}

.rally_replay_data_light {
    text-align: right;
    font-size: 1em;
    vertical-align: middle;
    border: #fff 1px solid;
    line-height: 25px;
    background-color: #f7f7f7;
    color: var(--lunicorn_dark_blue)
}

.rally_replay_data_light_header {
    font-weight: bolder;
    color: var(--lunicorn_light_grey);
    background-color: #474747;
    border: #fff 1px solid
}

.rally_replay_light_border {
    border-left: 2px #bbb solid;
    border-right: 2px #bbb solid
}

.rally_replay_button_control {
    border: 1px #f7f7f7 solid;
    height: 50px;
    font-weight: bold;
    width: 50px;
    white-space: nowrap;
    font-size: 1.1em
}

.rally_replay_button_control:disabled {
    border: 1px #f7f7f7 solid;
    height: 50px;
    font-weight: bold;
    width: 50px;
    white-space: nowrap;
    font-size: 1.1em;
    color: #999
}

.rally_replay_button_control_nw {
    border: 1px #f7f7f7 solid;
    height: 50px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.1em
}

.rally_replay_button_image {
    width: 20px
}

.nav_car_image {
    padding-left: 10px;
    padding-bottom: 10px;
    animation: nav_car_image_keyframe 8s infinite ease-in-out;
    animation-delay: .5s;
    width: 15%;
    opacity: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0px;
    display: inline;
    z-index: -1
}

@keyframes nav_car_image_keyframe {
    0% {
        opacity: 0
    }

    45% {
        opacity: 1
    }

    60% {
        display: visible;
        opacity: 1;
        transform: translate(108vw, 0)
    }

    100% {
        opacity: 0
    }
}

.rally_replay_car_image {
    position: relative;
    animation-name: rally_replay_car_image_keyframe;
    animation-duration: 3s;
    width: 15%;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in
}

@keyframes rally_replay_car_image_keyframe {
    0% {
        left: 0vw;
        top: 0px
    }

    10% {
        left: 5vw;
        top: 0px
    }

    20% {
        left: 10vw;
        top: 0px
    }

    50% {
        left: 40vw;
        top: 0px
    }

    98% {
        left: 100vw;
        top: 0px
    }

    100% {
        display: none
    }
}

.rally_replay_button_control:focus,
.rally_replay_button_control.focus {
    background-color: #5a6268;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    border: 1px #f7f7f7 solid
}

.rally_replay_button_control_nw:focus,
.rally_replay_button_control_nw.focus {
    background-color: #5a6268;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    border: 1px #f7f7f7 solid
}

.rally_replay_button_control:hover,
.rally_replay_button_control.hover {
    background-color: var(--lunicorn_dark_blue);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    border: 1px #f7f7f7 solid
}

.rally_replay_button_control_nw:hover,
.rally_replay_button_control_nw.hover {
    background-color: var(--lunicorn_dark_blue);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    border: 1px #f7f7f7 solid
}

canvas#primaryChart {
    background-color: #474747
}

canvas#speedo-guage {
    background-color: #474747
}

.toast {
    background-color: var(--lunicorn_light_blue)
}

.toast-title {
    font-size: 1.3em
}

.toast-body {
    font-size: 1.3em;
    background-color: var(--lunicorn_light_grey)
}

.replay_height {
    height: 300px
}

.rally_replay_speedo_guage_container {
    width: 100%;
    margin: 5px auto;
    padding: 5px;
    text-align: center
}

.replay-dropdown-item {
    display: block;
    width: 100%;
    padding: .2rem .5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 1.1em
}

.replay-dropdown-item a {
    width: 80%;
    padding: .2rem .5rem;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 1.1em
}

.replay_bookmark_name {
    font-size: 1.1em
}

.replay-dropdown-item:hover,
.replay-dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.replay-dropdown-item.active,
.replay-dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.video-car {
    width: 552px;
    height: 276px
}

.lunicorn_nav_selected {
    color: #fff;
    font-weight: bold;
    background-color: var(--lunicorn_dark_grey);
    border: 1px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.lunicorn_nav_selected:hover {
    color: var(--lunicorn_pink)
}

.socials_link_image {
    max-height: 60px;
    max-width: 150px;
    opacity: .85;
    margin: 10px 10px 10px 10px
}

.nav-item-live {
    color: var(--lunicorn_pink);
    font-size: 1.2em;
    font-family: CourierPrime, "Courier New", Courier, monospace
}

.nav-item {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.4em
}

.nav_socials {
    width: 20%
}

.nav_banner_icon {
    min-width: 30px;
    width: 100%;
    max-width: 50px
}

.nav_banner_icon_long {
    min-width: 80px;
    width: 100%;
    max-width: 250px
}

.socials_reduce {
    opacity: .85
}

.dropshadow:hover,
.nav_banner_icon_long:hover,
.nav_banner_icon:hover {
    -webkit-filter: drop-shadow(5px 5px 5px rgb(194, 194, 194));
    filter: drop-shadow(5px 5px 5px rgb(194, 194, 194))
}

.footer_icon {
    width: 80%
}

.teams_bwrdc_icon {
    width: 40%
}

.sponsor_logo_main {
    max-width: 500px
}

.sponsor_logo {
    max-width: 250px
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    margin-top: -5px;
    font-size: .9em;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.rotate_title {
    padding-bottom: 20px;
    padding-top: 20px
}

.rotate_title_p0t20 {
    padding-top: 20px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -30rem;
    margin-top: 0px
}

.navbar-nav li:hover>ul.dropdown-menu-right {
    display: block;
    margin-top: -5px
}

.dropdown-submenu-right {
    position: relative
}

.dropdown-submenu-right>.dropdown-menu {
    top: 0;
    left: 8.5rem;
    margin-top: 0px
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg)
}

#schedule_table_body>tr>td {
    border: none
}

.schedule_table_cell {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.2em
}

.schedule_table_cell_event_link {
    color: var(--lunicorn_pink)
}

.schedule_rally_plate {
    width: 75%;
    height: 75%
}

#control_breadcrumb_container {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.breadcrumb,
.breadcrumb-item {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--lunicorn_light_grey)
}

.breadcrumb a,
.breadcrumb-item a {
    color: var(--lunicorn_pink)
}

.lu-dark.navbar-lu {
    border-color: #c4c4c4;
    color: var(--lunicorn_dark_grey);
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all .3s linear
}

.lu_hidden {
    display: none
}

.lu-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.article_header {
    color: var(--lunicorn_pink);
    font-family: CourierPrime, "Courier New", Courier, monospace
}

.article_title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.article_content {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-weight: bold;
    line-height: 2em;
    font-size: 1.1em
}

.article_subheader {
    color: var(--lunicorn_dark_grey);
    font-family: CourierPrime, "Courier New", Courier, monospace
}

.news_tile_title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.6em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_tile_title_link {
    font-weight: bold;
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.3em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_tile_subtitle_link {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.1em
}

.article_link_title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.article_link_bold {
    font-weight: bold;
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.25em
}

.article_link {
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.2em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.article_link_alt {
    font-weight: bold;
    text-transform: uppercase;
    font-family: CourierPrime, "Courier New", Courier, monospace;
    color: var(--lunicorn_pink);
    font-size: 1.2em
}

.article_link_sub {
    font-family: CourierPrime, "Courier New", Courier, monospace;
    font-size: 1.1em
}

.table_schedule {
    font-size: 1em
}

.schedule_nextevent_row {
    font-size: 100%
}

.banner_image {
    min-height: 400px;
    background-size: auto
}

.schedule_banner_image {
    min-height: 350px;
    background-size: auto
}

.home_banner_image {
    min-height: 300px;
    background-size: auto
}

.team_info_list {
    list-style-type: none;
    margin-left: -15px
}

.lunicorn_no_border {
    border: none !important
}

.zoom_small {
    transition: all .75s ease
}

.zoom_small:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1
}

.zoom {
    transition: all .75s ease
}

.zoom:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    z-index: 1
}

.image_zoom {
    transition: all .75s ease
}

.image_zoom:hover {
    opacity: 1;
    transform: scale(1.25) rotate(0deg);
    -moz-transform: scale(1.25) rotate(0deg);
    -webkit-transform: scale(1.25) rotate(0deg);
    z-index: 9999;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9
}

.ticker {
    background-color: #fff;
    overflow: auto;
    height: 60px;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 20px #c4c4c4
}

.ticker a {
    color: red
}

.ticker .title {
    background-color: red;
    color: #fff;
    position: absolute;
    left: 0;
    font-weight: bold;
    border-right: 2px solid #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    width: 140px;
    padding-right: 10px;
    z-index: 10;
    box-shadow: 0px 0px 10px var(--lunicorn_dark_blue)
}

.ticker .title2 {
    background-color: #fff;
    position: absolute;
    left: 92%;
    display: block;
    text-align: center;
    padding-top: 5px;
    height: 40px;
    width: 8%;
    z-index: 10
}

.ticker .title a {
    background-color: red;
    color: #fff
}

.ticker {
    width: 100%;
    margin: auto;
    padding-left: 200px
}

.ticker ul {
    display: block;
    padding: 0px;
    line-height: 30px;
    margin: 0px;
    list-style: none;
    white-space: nowrap;
    animation: ticker-animation 10s linear infinite;
    position: absolute
}

.ticker ul li {
    display: inline-block;
    white-space: normal;
    margin-left: 20px
}

.ticker_car_image {
    height: 35px;
    padding-right: 8px
}

#ticker_event_image {
    height: 35px;
    padding-right: 8px
}

#ticker_event_text {
    padding-right: 8px;
    color: var(--lunicorn_dark_blue);
    font-weight: bold
}

#ticker_speed_text {
    color: var(--lunicorn_dark_blue);
    font-weight: normal
}

#ticker_speed_value {
    font-weight: normal
}

#ticker_alt_text {
    color: var(--lunicorn_dark_blue);
    font-weight: normal
}

#ticker_alt_value {
    font-weight: normal
}

#ticker_sats_text {
    color: var(--lunicorn_dark_blue);
    font-weight: normal
}

#ticker_sats_value {
    font-weight: normal
}

#ticker_lanlng_text {
    padding-right: 8px;
    color: var(--lunicorn_dark_blue);
    font-weight: normal
}

#ticker_latlng_value {
    font-weight: normal
}

#ticker_time_text {
    padding-right: 8px;
    color: var(--lunicorn_dark_blue);
    font-weight: normal
}

#ticker_time_value {
    font-weight: normal
}

#LIVE_LOGO_FULL {
    width: 50%
}

#LIVE_FOOTER {
    font-size: 1.1em
}

.control-label {
    font-weight: bold;
    text-transform: capitalize
}

.topcontainer {
    text-align: center;
    border-top-left-radius: 37px 110px;
    border-top-right-radius: 23px 130px;
    border-bottom-left-radius: 110px 19px;
    border-bottom-right-radius: 120px 24px;
    display: block;
    position: relative;
    border: solid 3px #6e7491;
    max-width: 900px;
    box-shadow: 3px 15px 8px -10px rgba(0, 0, 0, .3);
    border: 3px outset rgba(192, 192, 192, .7)
}

.sketchy {
    display: inline-block;
    border: solid 3px #333;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    position: relative;
    width: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .8)
}

.sketchy::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
    border-radius: 1% 1% 2% 4%/2% 6% 5% 4%
}

.sketchy_light {
    display: inline-block;
    border: solid 1px #333;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    position: relative;
    width: 100%
}

.sketchy_light::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
    border-radius: 1% 1% 2% 4%/2% 6% 5% 4%
}

@media(max-width: 480px) {
    .news_tile_title {
        font-size: 1.1em
    }

    .news_tile_title_link {
        font-size: 1em
    }

    .news_tile_subtitle_link {
        font-size: .8em
    }

    .lunicorn_page_clear_space {
        height: 20px
    }

    .hero-image {
        left: -350px
    }

    .nav-link {
        font-size: .8em !important
    }

    .nav_banner_icon {
        width: 200%
    }

    .nav_banner_icon_long {
        width: 175%
    }

    .footer_icon {
        width: 200%
    }

    .sponsor_logo_main {
        max-width: 50%
    }

    .teams_bwrdc_icon {
        width: 20%
    }

    .nav_socials {
        width: 8%
    }

    .table_schedule {
        font-size: .9em
    }

    .banner_image {
        min-height: 150px;
        background-size: auto 150px
    }

    .schedule_banner_image {
        min-height: 100px;
        background-size: auto 100px
    }

    .home_banner_image {
        min-height: 150px;
        background-size: auto 150px
    }

    .cell_mobile_hidden_icon,
    .cell_mobile_hidden {
        display: none
    }

    .image_zoom:hover {
        transform: scale(3)
    }

    .schedule_rally_plate {
        width: 150%;
        height: 150%
    }

    .lead {
        font-size: 1.2em
    }

    h1 {
        font-size: 1.75em
    }

    h2 {
        font-size: 1.75em
    }

    h3 {
        font-size: 1.25em
    }

    h4 {
        font-size: 1em
    }

    h5 {
        font-size: 1em
    }

    .article_link {
        font-size: 1.2em
    }

    .article_link_sub {
        font-size: 1.1em
    }

    .car_info_list {
        font-size: 1em
    }

    .schedule_table_cell {
        font-size: 1em
    }

    .ticker .title2 {
        display: none
    }

    #LIVE_LOGO_FULL {
        width: 90%
    }

    .video-car {
        width: 99%;
        height: 276px
    }

    .stage_plan {
        font-size: .75em
    }

    .rally_replay_data {
        font-size: .75em
    }

    .replay_height {
        height: 225px
    }

    .rally_replay_button_control {
        height: 35px;
        width: 35px;
        font-size: .8em
    }

    .rally_replay_button_control_nw {
        height: 35px;
        font-size: .8em
    }

    .rally_replay_button_control:disabled {
        height: 35px;
        width: 35px;
        font-size: .8em
    }

    .rally_replay_button_control_nw:disabled {
        height: 35px;
        font-size: .8em
    }

    .rally_replay_button_image {
        width: 15px
    }

    .replay_bookmark_name {
        font-size: .75em
    }

    .rally_replay_data_light {
        font-size: .7em
    }
}

@media(min-width: 480px)and (max-width: 768px) {
    .news_tile_title {
        font-size: 1.3em
    }

    .news_tile_title_link {
        font-size: 1.1em
    }

    .news_tile_subtitle_link {
        font-size: 1em
    }

    .nav-link {
        font-size: .9em !important
    }

    .lunicorn_page_clear_space {
        height: 20vh
    }

    .nav_banner_icon {
        width: 90%
    }

    .nav_banner_icon_long {
        width: 150%
    }

    .footer_icon {
        width: 175%
    }

    .nav_socials {
        width: 8%
    }

    .sponsor_logo_main {
        max-width: 50%
    }

    .banner_image {
        min-height: 200px;
        background-size: auto 200px
    }

    .schedule_banner_image {
        min-height: 175px;
        background-size: auto 150px
    }

    .home_banner_image {
        min-height: 200px;
        background-size: auto 200px
    }

    .cell_mobile_hidden_icon,
    .cell_mobile_hidden {
        display: none
    }

    .image_zoom:hover {
        transform: scale(2)
    }

    .schedule_rally_plate {
        width: 100%;
        height: 100%
    }

    .lead {
        font-size: 1.2em
    }

    h1 {
        font-size: 2em
    }

    h2 {
        font-size: 2em
    }

    h3 {
        font-size: 1.5em
    }

    h4 {
        font-size: 1.25em
    }

    h5 {
        font-size: 1.1em
    }

    .article_link {
        font-size: 1.1em
    }

    .article_link_sub {
        font-size: 1em
    }

    .car_info_list {
        font-size: 1.1em
    }

    .schedule_table_cell {
        font-size: 1em
    }

    .ticker .title2 {
        display: none
    }

    #LIVE_LOGO_FULL {
        width: 90%
    }

    .video-car {
        width: 99%;
        height: 276px
    }

    .stage_plan {
        font-size: .75em
    }

    .rally_replay_data {
        font-size: .75em
    }

    .replay_height {
        height: 225px
    }

    .rally_replay_button_control {
        height: 35px;
        width: 35px;
        font-size: .8em
    }

    .rally_replay_button_control_nw {
        height: 35px;
        font-size: .8em
    }

    .rally_replay_button_control:disabled {
        height: 35px;
        width: 35px;
        font-size: .8em
    }

    .rally_replay_button_control_nw:disabled {
        height: 35px;
        font-size: .8em
    }

    .rally_replay_button_image {
        width: 15px
    }

    .rally_replay_button_height {
        height: 35px
    }

    .replay_bookmark_name {
        font-size: .8em
    }

    .rally_replay_data_light {
        font-size: .7em
    }
}

@media(min-width: 751px)and (max-width: 1000px) {
    .news_tile_title {
        font-size: 1.6em
    }

    .news_tile_title_link {
        font-size: 1.2em
    }

    .news_tile_subtitle_link {
        font-size: 1em
    }

    .nav-link {
        font-size: 1em !important
    }

    .lunicorn_page_clear_space {
        height: 30vh
    }

    .nav_banner_icon {
        width: 120%
    }

    .nav_banner_icon_long {
        width: 150%
    }

    .footer_icon {
        width: 125%
    }

    .nav_socials {
        width: 10%
    }

    .sponsor_logo_main {
        max-width: 50%
    }

    .banner_image {
        min-height: 275px;
        background-size: auto 300px
    }

    .schedule_banner_image {
        min-height: 200px;
        background-size: auto 200px
    }

    .home_banner_image {
        min-height: 300px;
        background-size: auto 300px
    }

    .image_zoom:hover {
        transform: scale(1.5)
    }

    .cell_mobile_hidden_icon {
        display: none
    }

    .schedule_rally_plate {
        width: 75%;
        height: 75%
    }

    .lead {
        font-size: 1.2em
    }

    h1 {
        font-size: 2.25em
    }

    h2 {
        font-size: 2.25em
    }

    h3 {
        font-size: 1.75em
    }

    h4 {
        font-size: 1.5em
    }

    h5 {
        font-size: 1.25em
    }

    .article_link {
        font-size: 1.1em
    }

    .article_link_sub {
        font-size: 1em
    }

    .car_info_list {
        font-size: 1.2em
    }

    .schedule_table_cell {
        font-size: 1.1em
    }

    .stage_plan {
        font-size: .75em
    }

    .rally_replay_data {
        font-size: .75em
    }

    .replay_height {
        height: 225px
    }

    .rally_replay_button_control {
        height: 45px;
        width: 45px;
        font-size: .9em
    }

    .rally_replay_button_control_nw {
        height: 45px;
        font-size: .9em
    }

    .rally_replay_button_control:disabled {
        height: 45px;
        width: 45px;
        font-size: .9em
    }

    .rally_replay_button_control_nw:disabled {
        height: 45px;
        font-size: .9em
    }

    .replay_bookmark_name {
        font-size: .9em
    }

    .rally_replay_data_light {
        font-size: .8em
    }
}

@media print {
    .no_print {
        display: none
    }

    .print {
        display: block
    }
}

@media(min-width: 776px)and (max-width: 1150px) {
    .medium_size_hidden {
        padding-bottom: 0;
        display: none
    }
}

.tree {
    --spacing: 1.5rem;
    --radius: 7px
}

.tree li {
    display: block;
    position: relative;
    padding-left: calc(2*var(--spacing) - var(--radius) - 2px)
}

.tree ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0
}

.tree ul li {
    border-left: 2px solid #ddd
}

.tree ul li:last-child {
    border-color: rgba(0, 0, 0, 0)
}

.tree ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--spacing)/-2);
    left: -2px;
    width: calc(var(--spacing) + 2px);
    height: calc(var(--spacing) + 1px);
    border: solid #ddd;
    border-width: 0 0 2px 2px
}

.tree summary {
    display: block;
    cursor: pointer
}

.tree summary::marker,
.tree summary::-webkit-details-marker {
    display: none
}

.tree summary:focus {
    outline: none
}

.tree summary:focus-visible {
    outline: 1px dotted #000
}

.tree li::after,
.tree summary::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--spacing)/2 - var(--radius));
    left: calc(var(--spacing) - var(--radius) - 1px);
    width: calc(2*var(--radius));
    height: calc(2*var(--radius));
    border-radius: 50%;
    background: #ddd
}

.tree summary::before {
    content: "+";
    z-index: 1;
    background: gray;
    color: #fff;
    line-height: calc(2*var(--radius) - 2px);
    text-align: center
}

.tree details[open]>summary::before {
    content: "−"
}