﻿@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Light.2943189f6c23.woff2") format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Regular.47840fabbca0.woff2") format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Medium.c807ed7b7f25.woff2") format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-SemiBold.4834f1c48eda.woff2") format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url("../fonts/SourceSans3-Bold.1d07068df1d3.woff2") format('woff2'); font-weight: 700; font-display: swap; }
:root {
  --rc-font-body: 'Source Sans 3', Arial, Helvetica, sans-serif;
}

@import "https://use.fontawesome.com/releases/v5.1.0/css/all.css";

html, body, .rcw-expanded-body {
    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
}

html::-webkit-scrollbar, body::-webkit-scrollbar, .rcw-expanded-body::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

body {
    font-family: var(--rc-font-body);
    color: #fff;
    font-size: 14px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.rcw-expanded-body.hidden, .rcw-minimised-body.hidden, .rcw-mobile-body.hidden, .rcw-widget-popup.hidden, .rcw-widget-multirace-popup.hidden, .rcw-rc-popup.hidden, .rcw-review-btn.hidden, .rcw-free-body.hidden, .rcw-mobile-free-body.hidden, .rcw-closed-body.hidden {
    display: none;
}

.shrink-icon, .shrink-icon-mobile {
    background: #A7C239;
    border: none;
    cursor: pointer;
    padding: 8px 6px 5px 6px;
    position: fixed;
    top: -2px;
    right: -2px;
    border-radius: 0 7px 0 10px;
    z-index: 2;
}

.shrink-icon:before, .shrink-icon-mobile:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 10px;
    height: 7px;
    margin-top: -4px;
    border-top: 4px solid #A7C239;
    border-right: 4px solid #A7C239;
    border-top-right-radius: 1em;
}

.shrink-icon:before {
    right: 21px;
}

.shrink-icon-mobile:before {
    right: 23px;
}

.shrink-icon > img, .shrink-icon-mobile > img {
    width: 13px;
}

.shrink-icon-mobile > img {
    margin-left: 2px;
}

.shrink-icon-mobile {
    display: none;
}

.expand-icon {
    background: none;
    border: none;
    cursor: pointer;
    color: rgb(166, 169, 175);
    padding: 5px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.expand-icon > img {
    width: 12px;
}

.expand-icon-banner {
    top: 6px !important;
}

.rcw-body-section {
    margin: 10px;
    background-color: #1A212E;
    border-top: 3px solid #A7C239;
    border-bottom: 3px solid #1A212E;
    border-radius: 6px;
}

.rcw-body-section-reviews, .characteristics-section {
    margin-bottom: 82px;
}

.collapsible {
    background: none;
    color: white;
    padding: 5px 10px 10px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--rc-font-body);
}

.dropdown-arrow {
    float: right;
    margin-right: 4px;
}

.dropdown-arrow > img.open {
    transform: rotate(-180deg);
}

.content {
    padding: 0 15px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.content-no-collapse {
    max-height: 100% !important;
}

.reviewing-content {
    padding: 0 10px !important
}

.no-margin-copy {
    margin: 0 !important;
}

.rcw-header {
    margin: 0 auto;
}

.multiple-race-dots {
    margin-top: 12px;
    margin-bottom: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-dot {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 2px;
    content: "";
    background: #757981;
    opacity: 0.3;
    border-radius: 50%;
}

.page-dot.active-dot {
    background: #757981 !important;
    opacity: 1 !important;
}

.header-main-row {
    padding: 0 20px;
    margin-bottom: 13px;
    margin-top: 13px;
}

.hmr-award {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header-central-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    /* flex: 0 0 80%; */
}

.header-award {
    height: 70px;
    margin-right: 5px;
}

.header-award > img {
    height: 100%;
    display: block;
}

.hcc-centered {
    align-items: center !important;
    margin: 0 auto;
}

.hcc-centered > h1 {
    text-align: center !important;
}

.header-central-col > .rcw-link {
    margin: 0 !important;
}

.rcw-expanded-review-btn {
    margin: 10px;
}

.rcw-expanded-review-btn > .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 3px 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    border-style: none;
    font-family: var(--rc-font-body);
}

.review-section-ctas > .btn {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    border-style: none;
    font-family: var(--rc-font-body);
    margin: 0 10px -2px 10px;
}

.write-review-text-cta {
    margin: 5px 0 !important;
}

.load-more-btn {
    margin: 0 !important;
    background-color: #272f3d !important;
    border: 1px solid #323c4d !important;
    border-style: solid !important;
    padding: 4px 0 !important;
    font-size: 14px !important;
}

.header-left-col, .header-right-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 10%;
}

.header-left-arrow > img {
    transform: rotate(90deg);
    height: 6px;
    opacity: .2;
    cursor: pointer;
    display: block;
    margin-right: 3px;
}

.header-right-arrow > img {
    transform: rotate(-90deg);
    height: 6px;
    opacity: .2;
    cursor: pointer;
    display: block;
    margin-left: 3px;
}

.header-left-arrow:hover > img, .header-right-arrow:hover > img {
    opacity: .35;
    transition: all ease 0.2s;
}

h1 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 2px;
    font-family: var(--rc-font-body);
    line-height: 22px;
}

.rcw-mini-racedata > .star-rating {
    margin-top: 3px;
    margin-bottom: 5px;
}

.minimised-rating-info {
    margin: 3px 5px 0 0;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.minimised-rating {
    margin: 0;
    font-size: 17px;
}

.minimised-rating-out-of {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 2px;
}

.star-rating {
    font-weight: 500;
    color: #FFCC00;
    font-size: 19px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-family: var(--rc-font-body);
}

.star-rating > img {
    margin-right: 2px;
}

.race-rating-main-rating {
    margin: 0 10px 5px 10px;
}

.expanded-rating {
    margin-bottom: -3px;
    margin-top: 0;
    margin-right: 4px;
    display: flex;
    align-items: baseline;
}

.expanded-rating-value {
    font-weight: 600;
    font-size: 16px;
}

.expanded-rating-out-of {
    font-size: 14px;
    font-weight: normal;
    margin-left: 2px;
}

.no-rating-stars {
    filter: grayscale(1);
}

.no-rating-stars > .expanded-rating > .frb-rating-value {
    font-size: smaller !important;
    opacity: .5;
    margin-top: 1px;
}

.rb-row:not(:last-child) {
    margin-bottom: 15px;
}

.rb-row > p {
    margin: 0;
}

.frb-rating-value {
    font-size: 17px !important;
}

.frb-out-of {
    font-size: 12px ! important;
}

.frb-subtitle {
    font-family: var(--rc-font-body);
    font-weight: 500;
    margin: 5px 0;
    font-size: 14px;
}

.rcw-link-container {
    margin-bottom: 0px;
}

.rcw-link {
    color: #A7C239;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    font-family: var(--rc-font-body);
    font-weight: 500;
}

.rcw-secondary-text {
    font-size: 3px;
    opacity: 0;
}

.rcw-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.rcw-nb-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 85px;
    padding: 10px 0 5px 0;
    cursor: pointer;
    border-bottom: 2px solid #212937;
    transition: all ease 0.2s;
}

.rcw-nb-item:hover {
    border-bottom: 2px solid #2D3747;
}

.rcw-nb-item-active {
    border-bottom: 2px solid #A7C239 !important;
    color: #A7C239;
}

.rcw-nb-item > p {
    margin: 0;
    font-family: var(--rc-font-body);
    font-size: 13px;
    letter-spacing: 0.4px;
    text-align: center;
    font-weight: 300;
}

.rcw-nb-item-active > p {
    font-weight: 400;
}

.rcw-nb-item > img {
    height: 24px;
    margin: 0 0 2px 0;
    transform: none !important;
    display: block;
}

.rcw-nb-item > img:last-of-type {
    display: none;
}

.rcw-nb-item-active > img:last-of-type {
    display: block;
}

.rcw-nb-item-active > img:first-of-type {
    display: none;
}

.rcw-brand-link {
    color: inherit;
    text-decoration: none;
}

.rcw-brand-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -5px 9px -5px rgba(98, 98, 98, 0.25);
    z-index: 9999;
    background-color: #212937;
    border-radius: 0 0 10px 10px;
    padding: 0;
    border-top: 1px solid #2D3747;
}

.rcw-brand-banner-small {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 7px 0;
}

.rcw-bb-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.rcw-bb-copy {
    font-size: 10px;
    opacity: 0.9;
    margin: 0;
    font-family: var(--rc-font-body);
}

.rcw-bb-copy:first-of-type {
    margin: 1px 0 0 0;
}

.rcw-bb-logo {
    height: 14px;
    margin: 0 4px;
}

.rcw-book-cta {
    cursor: pointer;
    margin: 5px 10px 2px 10px !important;
}

.minimised-intro {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
}

.rtr-container {
    margin: 15px 10px 10px 10px;
    padding: 15px 0 0 0;
    border-top: 1px solid #2D333F;
}

.race_top_ratings {
    display: flex;
    justify-content: space-around;
}

.top_rating_container {
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--rc-font-body);
    font-size: 12px;
}

.top_rating_badge {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top_rating_badge > img {
    width: 22px !important;
    position: relative;
    left: -5px;
}

.top_rating_badge > img:nth-child(1) {
    left: 5px;
}

.top_rating_info {
    font-size: 16px;
    font-family: var(--rc-font-body);
    font-weight: 500;
}

.top_rating_info > .stars {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -1px;
    margin-bottom: 4px;
}

.top_rating_info > .stars > img {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 33.33%;
    height: 15px !important;
}

.top_rating_info > img:nth-child(4) img:nth-child(5) {
    margin-top: 5px !important;
}

.rating_1, .rating_2, .rating_3, .rating_placeholder {
    font-weight: bold;
    font-size: 25px;
}

.rating_1 {
    color: #FFCC00;
}

.rating_2 {
    color: #CCCCC2;
}

.rating_3 {
    color: #965A38;
}

.rating_placeholder {
    color: #3F4447;
}

.rp_tags_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5px 5px 0 5px;
}

.rp-tags-empty-copy {
    margin: 0 10px;
    font-family: var(--rc-font-body);
    opacity: .75;
    font-size: 12px;
}

.rp_tag {
    margin: 0 3px 8px 3px;
    background-color: #212937;
    border: 1px solid rgba(255, 0, 0, 0);
    padding: 5px 6px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 44%;
    font-family: var(--rc-font-body);
}

.rp_t_category {
    opacity: .6;
    margin: 0;
    font-size: 12px;
}

.rp_t_count {
    opacity: .5;
    margin: 0;
    font-size: 12px;
}

.rp_t_img {
    height: 20px;
    margin: 10px 0;
}

.rp_t_title {
    margin: 0;
    text-align: center;
    font-size: 12px;
}

.tag_count {
    background-color: #A7C239e3;
    padding: 5px;
    border-radius: 50px;
    min-width: 11px;
    height: 11px;
    text-align: center;
    line-height: 12.5px;
    font-family: var(--rc-font-body);
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
}

.full-breakdown-section .content{
    margin-top: 25px;
    display: contents;
}

.race-rating-breakdown {
    margin: 10px 10px 0 10px;
    padding-top: 10px;
    border-top: 1px solid #2D333F;
    display: none;
}

.rating-breakdown-row {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.rating-breakdown-item {
    text-align: left;
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.rating-breakdown-item p {
    margin: 0 0 2px 0;
    width: 90%;
    font-family: var(--rc-font-body);
    font-size: 12px;
}

.rating-breakdown-item .stars {
    color: #fc0;
    font-weight: bolder;
    display: flex;
    align-items: center;
}

.rating-breakdown-item .stars .rating-text-info {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 5px;
    width: fit-content;
    display: flex;
    align-items: baseline;
}

.rating-breakdown-item .stars .rating-text-info .rating_no {
    font-weight: 600;
}

.rating-breakdown-item .stars img {
    margin-bottom: 0 !important;
    margin-right: 2px;
}

.rating-breakdown-tooltip-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 115%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px 10px;
    border-radius: 5px;
    background: #313742;
    width: 100%;
}

.rating-breakdown-tooltip-container:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #313742 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.rating-breakdown-item:hover .rating-breakdown-tooltip-container {
    display: flex;
}

.tooltip-section {
    text-align: center;
    position: relative;
}

.tt-rating-desc {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 2px 0 !important;
}

.tt-rating-count {
    font-size: 10px;
    opacity: .5;
    margin: 0 !important;
}

.rating-expand-toggle, .award-expand-toggle {
    margin: 0 0 0 10px;
}

.rating-expand-toggle > p, .award-expand-toggle > p {
    font-size: 13px;
    color: #DCDCDC;
    opacity: .75;
    font-family: var(--rc-font-body);
    cursor: pointer;
    margin: 0 0 5px 0;
    font-weight: 300;
    transition: all ease .2s;
}

.rating-expand-toggle > p > img, .award-expand-toggle > p > img {
    width: 10px;
    margin: 0 0 1px 3px;
    opacity: .75;
}

/* .award-expand-toggle {
    margin: 10px 10px 0 10px;
    padding: 10px 0 0 0;
    border-top: 1px solid #2D333F;
} */

.ret-open {
    display: none;
}

.ret-open > img {
    transform: rotate(180deg);
}

.rating-expand-toggle:hover > p, .award-expand-toggle:hover > p {
    opacity: .95;
}

.content-intro {
    margin-top: 0;
}

.review_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.review_header_info {
    display: flex;
    align-items: center;
}

.review_profile {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--rc-font-body);
}

/* .review_text {
    letter-spacing: 0.1px;
} */

.details_top_row {
    display: flex;
    align-items: center;
}

.review-author {
    margin-bottom: -1px;
}

.review-author > a {
    text-decoration: none;
    color: #fff;
}

.review_star_rating {
    color: #FFCC00;
    display: flex;
    align-items: center;
}

.review_star_rating > img {
    margin-right: 2px;
    margin-top: -3px;
}

.review_star_rating > .review_rating_info {
    margin: 0 4px 0 0;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.review_star_rating > .review_rating_info > span {
    color: #FFCC00;
    font-weight: 500;
}

.review_star_rating > .review_rating_info > .review_rating_out_of {
    margin-left: 1px;
    font-size: 10px;
    font-weight: normal;
}

.review_date {
    margin-top: 0;
    margin-bottom: 0;
}

.review_distance_year {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 40%;
    font-weight: 300;
}

.review_read_more, .review_read_less {
    margin-left: 2px;
    cursor: pointer;
    color: #A7C239;
    display: inline;
}

.short_review, .full_review {
    margin: 0;
    margin-bottom: 15px !important;
    display: inline;
}

.review_preview_text {
    display: inline;
}

.review_full_text, .review_read_less{
    display: none;
}

.bullet_separator {
    color: #87929d;
    margin-left: 8px;
    margin-right: 8px;
    font-size: smaller;
    opacity: 0.5;
}

.translate-review, .show-original-review {
    color: #bdbdbd;
    text-decoration: underline;
    cursor: pointer;
    font-family: var(--rc-font-body);
    font-size: 14px;
    display: none;
    margin-top: 10px;
}

.translate-review:hover, .show-original-review:hover {
    color: #A7C239FF;
}

.review-organiser-reply {
    padding-left: 10px;
    border-left: 2px solid #A7C239;
    margin: 10px 0 15px 0;
    opacity: .6;
}

.review-organiser-reply:hover {
    opacity: 1;
}

.review_reply > p {
    opacity: .7;
    margin: 0;
    font-style: italic;
    font-size: 13px;
    transition: all .25s;
}

.review_reply:hover > p {
    opacity: 1;
}

.review_extra_info {
    display: flex;
    align-items: center;
}

.review_extra_info > a {
    text-decoration: none;
}

.review_extra_info > .bullet_separator:nth-child(4) {
    display: none !important;
}

.review_header_share_btn {
    display: none !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.review-content {
    padding: 0 15px !important;
}

.review-content > hr:nth-child(1) {
    display: none !important;
}

.review-content > .race_review:nth-child(2) {
    margin-top: 20px !important;
}

hr {
    border: none;
    border-top: .5px solid rgba(216, 216, 216, .1) !important;
    margin: 10px 0;
}

.small_text {
    font-size: 10px;
    font-weight: 400;
}

.text-muted {
    color: #6c757d !important;
}

.review-section-ctas {
    text-align: center;
    width: 100%;
}

.btn-secondary {
    background-color: #A7C239;
    border-color: #A7C239;
    border-radius: 5px;
    cursor: pointer;
}

.btn-secondary-disabled {
    background-color: #484e53;
    border-color: #484e53;
    border-radius: 5px;
    cursor: not-allowed;
    color: #fff;
    text-decoration: none;
    padding: .375rem 4rem;
    opacity: .7;
}

.review-btn {
    color: #fff;
    text-decoration: none;
    padding: .375rem 4rem;
}

.rcw-expanded-race-container, .rcw-minimised-race-container, .rcw-mobile-race-container {
    display: none;
}

.active-widget-page {
    display: block !important;
}

.active-mini-widget-page {
    display: flex !important;
}

.rcw-minimised-race-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.rcw-mini-main-row {
    display: flex;
    width: 95%;
}

.rcw-mini-central-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 86%;
    cursor: pointer;
}

.rcw-mini-racedata {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.rcw-mini-left-col, .rcw-mini-right-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 7%;
}

.rcw-mini-left-col > .dropdown-arrow > img {
    transform: rotate(90deg);
    height: 8px;
    opacity: .5;
    cursor: pointer;
}

.rcw-mini-right-col > .dropdown-arrow > img {
    transform: rotate(-90deg);
    height: 8px;
    opacity: .5;
    cursor: pointer;
}

.minimised-race-name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-family: var(--rc-font-body);
    line-height: 18px;
}

.rcw-mobile-race-container {
    height: 55px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.active-mobile-widget-page {
    display: flex !important;
}

.rcw-expanded-body {
    border-radius: 10px;
}

.rcw-minimised-body {
    background-color: #212937;
    width: 250px;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-top: 3px solid #A7C239;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
}

.rcw-closed-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212937;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    position: fixed;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
    bottom: 20px;
    right: 20px;
    border: 1px solid #2b3445;
}

.rcw-closed-body .rcw-closed-image {
    width: 50px;
    height: 50px;
}

.rcw-free-body {
    background-color: #212937;
    width: 220px;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-top: 3px solid #A7C239;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
}

.rcw-mobile-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 55px;
    background-color: #212937;
    border-radius: 50px;
    bottom: 15px;
    position: fixed;
    right: 15px;
    animation: pulse 2s infinite;
}

.rcw-rc-mobile-btn {
    margin: 0;
    padding: 2px 15px;
    width: 100%;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
    font-family: var(--rc-font-body);
}

.rcw-review-collector-mobile {
    width: 145px;
}

.rcw-mobile-animation-delay:after {
    content: '';
    display: block;
    width: 100px;
    height: 55px;
    position: absolute;
    border-radius: 50px;
    animation: pulse 2s infinite;
    animation-delay: .5s;
}

.rcw-mobile-branding {
    height: 10px;
    margin-bottom: 7px;
}

.rcw-review-count {
    font-size: 11px;
    margin: 0 0 5px 0;
}

.rcw-review-link {
    text-decoration: underline;
}

.rcw-review-count-expanded {
    color: #D9D9D9;
    opacity: .6;
    font-size: 12px;
    margin-left: 2px;
    margin-top: 3px;
    font-weight: normal;
}

.rcw-secondary-review-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 5px;
}

.rcw-secondary-review-links > p {
    margin: 0;
    cursor: pointer;
}

.bullet_separator {
    color: #87929d;
    opacity: .5;
    cursor: default !important;
}

.rcw-award-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    top: 2px;
    right: -38px;
    height: 85px;
    margin-top: -10px;
}

.aw-multiple > .race_awards > .rcw-award-container {
    top: 15px !important;
    right: 8px !important;
}

.rcw-award-group {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.awards-section {
    margin-right: 45px;
    position: relative;
}

.aw-multiple {
    margin-right: 10px !important;
}

.aw-bronze {
    border-top: 3px solid #965A38;
    box-shadow: 0px 0px 5px 0px rgba(150, 90, 56, 0.15);
}

.aw-silver {
    border-top: 3px solid #CCCCC2;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 194, 0.15);
}

.aw-gold {
    border-top: 3px solid #FFCC00;
    box-shadow: 0px 0px 5px 0px rgba(255, 204, 0, 0.15);
}

.aw-top {
    border-top: 3px solid #A7C239;
    box-shadow: 0px 0px 5px 0px rgba(167, 194, 57, 0.15);
}

.race_awards {
    margin: -9px 90px 5px 10px;
}

/* .rcw-award {
    width: 85%;
} */

.rcw-award-title {
    text-align: center;
}

.rcw-award-explanation {
    font-size: 12px;
    font-weight: 300;
    font-family: var(--rc-font-body);
    opacity: .75;
    margin: 0;
}

.rcw-award-explanation > span {
    display: inline-flex;
    align-items: center;
}

.rcw-award-explanation > span > img {
    margin-left: 2px;
    margin-bottom: 2px;
}

.race-awards-all {
    display: none;
    flex-wrap: wrap;
    margin: 0 10px;
}

.award-exapnd-toggle {
    font-size: 13px;
    color: #DCDCDC;
    opacity: .75;
    font-family: var(--rc-font-body);
    cursor: pointer;
    margin: 0 0 5px 0;
    font-weight: 300;
    transition: all ease .2s;
}

.aet-open {
    display: none;
    margin-top: 15px;
}

.aet-open > img {
    transform: rotate(180deg);
}

.raa-divider {
    border-top: 1px solid #2D333F;
    margin: 7px 0 10px 0;
    display: block;
    width: 73%;
}

.award-container {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
}

.award-container > .rcw-award {
    width: 80px;
}

.award-container > p {
    font-family: var(--rc-font-body);
    font-size: 11px;
    margin: 3px 0 0 0;
    line-height: 15px;
}

.rcw-mobile-race-container > .star-rating {
    margin-bottom: -4px;
}

.mobile-rating {
    margin: 0 5px 0 0;
    font-size: 16px;
}

.mobile-rating-out-of {
    font-size: 11px;
    margin-left: 1px;
}

.mobile-star-icon {
    width: 18px;
    margin: 0 !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(33, 41, 55, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0.4);
        box-shadow: 0 0 0 0 rgba(33, 41, 55, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(33, 41, 55, 0);
        box-shadow: 0 0 0 10px rgba(33, 41, 55, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0);
        box-shadow: 0 0 0 0 rgba(33, 41, 55, 0);
    }
}

/* REVIEW COLLECTOR WIDGET */

.rcw-rc-popup {
    opacity: 0;
    width: 100%;
    position: fixed;
}

.rcw-rc-star-container {
    margin: 0 auto;
    width: fit-content;
    position: relative;
}

@keyframes moveStar {
    0% {
      top: 50px;
    }
    100% {
      top: 0px;
    }
  }

.rcw-rc-star {
    position: relative;
    margin: 0 1px;
}

.rc-star-1, .rc-star-2, .rc-star-3, .rc-star-4, .rc-star-5 {
    top: 50px;
}

.rc-star-1 {
    width: 25px;
    animation: moveStar .3s ease 4.25s 1 normal forwards;
}

.rc-star-2 {
    width: 33px;
    animation: moveStar .3s ease 4.15s 1 normal forwards;
}

.rc-star-3 {
    width: 43px;
    animation: moveStar .3s ease 4s 1 normal forwards;
}

.rc-star-4 {
    width: 33px;
    animation: moveStar .3s ease 4.15s 1 normal forwards;
}

.rc-star-5 {
    width: 25px;
    animation: moveStar .3s ease 4.25s 1 normal forwards;
}

.rcw-rc-btn {
    padding: 0.3rem .65rem;
    margin: 10px 0 5px 0;
    width: 100%;
    text-align: center;
    font-family: var(--rc-font-body);
}

.rcw-rc-inactive-review-btn {
    display: none;
}

.rcw-rc-review-page {
    padding-top: 54px;
}

.rcw-rc-review-page > .rcw-subpage-header > h1 {
    padding: 0 35px 0 15px !important;
    width: 87%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 27px;
}

.rcw-rc-thanks {
    border-top: none !important;
    margin-top: 11px;
}

.rcw-rc-thanks > .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* END OF REVIEW COLLECTOR WIDGET */

.rcw-widget-popup {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.rcw-popup-container {
    position: fixed;
    bottom: 145px;
    right: 20px;
    width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.rcw-popup-message {
    color: white;
    background-color: #212937;
    background-attachment: fixed;
    border-radius: 10px;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    min-height: 20px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.rcw-popup-right:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent #212937;
    display: block;
    width: 0;
    z-index: 1;
    right: -7px;
    bottom: 8px;
}

.rcw-popup-left:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 10px 8px 0px;
    border-color: transparent #212937;
    display: block;
    width: 0;
    z-index: 1;
    left: -7px;
    bottom: 8px;
}

.rcw-popup-img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 12px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.rcw-readmore, .rcw-multi-readmore {
    color: #A7C239;
    cursor: pointer;
    margin-left: 5px;
    opacity: 0;
    transition: opacity 0.6s;
}

.rcw-readmore:hover, .rcw-multi-readmore:hover {
    text-decoration: underline;
}

.rcw-widget-multirace-popup {
    position: fixed;
    bottom: 155px;
    right: 20px;
    width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

.rcw-multirace-popup-message {
    color: white;
    background-color: #212937;
    border-radius: 10px;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    min-height: 20px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.rcw-multirace-popup-img {
    border-radius: 50%;
    width: 30px;
    margin-left: 12px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
    background-color: #1A212E;
    padding: 4px;
}

@media (max-width: 350px) {
    .top_rating_badge {
        transform: scale(0.9);
    }
}

@media (max-width: 300px) {
    .top_rating_badge {
        transform: scale(0.8);
    }
}

.rcw-mobile-widget-drawer {
    width: 30%;
    height: 100%;
    position: absolute;
    background-color: #1A212E;
    border-radius: 50px 0 0 50px;
    z-index: -2;
    right: 60%;
    display: flex;
    align-items: center;
    transition: width 0.4s;
}

.rcw-mobile-widget-drawer > p {
    color: #A7C239;
    text-align: center;
    margin: 0;
    width: 60%;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.2s;
}

.rcw-mobile-main {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #212937;
    border-radius: 50px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.review-banner {
    width: 100%;
    height: 23px;
    line-height: 23px;
    background-color: #A7C239;
    border-radius: 10px;
    position: absolute;
    top: -25px;
    z-index: -1000;
    /* border-bottom: 2px solid #8CA42D; */
    text-align: center;
    font-size: smaller;
    cursor: pointer;
    font-family: var(--rc-font-body);
}

.review-banner > p {
    margin: 0;
}

.review-banner > p > span {
    margin-left: 5px;
}

.tooltip-section >  .tt-rating-count {
    width: 100% !important;
    font-size: 11px;
}

.tooltip-section >  .tt-rating-desc {
    width: 100% !important;
    font-size: 11px;
    font-style: normal !important;
}

.rcw-subpage-header {
    padding-top: 10px;
    background: #1A212E;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 10px 5px 9px -5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-bottom: 1px solid #2D3747;
}

.rcw-subpage-header > h1 {
    text-align: left;
    margin: 0;
    padding: 0 35px 0 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
}

.subpage-header-back {
    float: none;
    cursor: pointer;
}

.subpage-header-back > img {
    transform: rotate(90deg);
    margin-bottom: 3px;
}

.review-section-first {
    margin-top: 67px;
}

.rating-section {
    padding-top: 10px;
    margin-top: 10px;
}

.rating-section-first {
    margin-top: 63px;
}

.rating-page-stars {
    display: flex;
    justify-content: center;
}

.rating-page-stars > .star-rating {
    margin-bottom: 5px !important;
}

.rcw-review-group {
    margin-bottom: 18px;
}

.rcw-review-q {
    margin: 0 0 8px 0;
}

.review-section > .collapsible {
    padding: 5px 10px 0px 10px !important;
}

.review-section-intro {
    margin: 0 0 5px 0;
    font-family: var(--rc-font-body);
    display: block;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px !important;
}

.rcw-review-btn {
    margin: 10px;
}

.rcw-review-btn > .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    border-style: none;
    font-family: var(--rc-font-body);
}

.review-section-textarea {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    height: 100px;
    min-height: 100px;
    margin: 5px 0 3px 0;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #222d3e;
    border: 1px solid #293242;
    color: #fff;
}

.review-form-label {
    margin-bottom: 2px !important;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--rc-font-body);
}

.review-form-input {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    margin: 0 0 15px 0;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #222d3e;
    border: 1px solid #293242;
    color: #fff;
}

.review-form-required {
    color: red;
    font-weight: normal;
}

.review-form-half-row {
    display: flex;
    justify-content: space-between;
}

.review-form-half-row > .review-form-group {
    width: 47.5%;
}

.ui-selectmenu-button-text {
    display: none;
}

.review-form-dropdown {
    width: 100%;
    max-width: 100%;
    height: 26px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #222d3e, #222d3e);
    background-position: calc(100% - 15px) .8em,
    calc(100% - 10px) .8em,
    calc(100% - 2em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

.review-form-checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 5px 0 10px 0px !important;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.review-form-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.review-form-terms-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #222d3e;
    border-radius: 3px;
    border: 1px solid #293242;
}

.review-form-checkbox-container:hover input ~ .review-form-terms-checkmark {
    background-color: #2d394b;
}

.review-form-checkbox-container input:checked ~ .review-form-terms-checkmark {
    background-color: #A7C239;
}

.review-form-terms-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.review-form-checkbox-container input:checked ~ .review-form-terms-checkmark:after {
    display: block;
}

.review-form-checkbox-container .review-form-terms-checkmark:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.review-form-link {
    color: #A7C239;
    cursor: pointer;
    text-decoration: none;
}

.review-form-link:hover {
    text-decoration: underline;
}

.review-tags-title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--rc-font-body);
    margin-bottom: 0;
}

.review-tags-desc {
    margin: 0 0 5px 0 !important;
    font-family: var(--rc-font-body);
    display: block;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px !important;
}

.review-tags-list {
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-direction: column;
}

.review-tags-list-item {
    /* display: inline-block;
    margin: 0 4px 8px 0;
    background-color: #FFFFFF33;
    border: 2px solid rgba(255, 0, 0, 0);
    padding: 3px 10px 3px 5px;
    list-style-type: none;
    border-radius: 50px;
    cursor: pointer; */
    list-style: none;
    display: flex;
    flex-grow: 1;
    width: 100%;
    margin: 0 0 10px 0;
}

.review-tags-list-item-label {
    /* margin: 0 !important;
    padding: 0 0 0 23px !important; */
    display: flex !important;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: space-between; */
    border-radius: 5px;
    border: 1px solid #293242;
    background: #222d3e;
    /* padding: 15px 10px 10px 10px; */
    margin: 0 !important;
    flex-grow: 1;
    transition: all ease-in .15s;
    height: 100%;
    padding: 10px 10px 10px 10px;
    justify-content: flex-start;
    flex-direction: row;
}

.review-tags-list-item-label:hover {
    background: #283446;
}

.review-tags-list-item-label:has(input:checked) {
    border: 1px solid #A7C239;
    background: #283446;
}

.review-tags-list-item-label > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.review-tags-list-item-label > img {
    height: 20px;
    margin: 0 10px 0 0;
}

.review-tags-list-item-label > p {
    text-align: left;
    margin: 0 !important;
}

.review-tag-checkmark {
    height: 100%;
    width: 18px;
    height: 18px;
    background: none;
    border-radius: 50px;
    box-sizing: border-box;
    border: 2px solid #ffcc0069;
    top: 0 !important;
}

.review-form-checkmark {
    position: absolute;
    top: 12px !important;
    right: 9px !important;
    width: 15px;
    height: 15px;
    left: initial;
    background-color: #222d3e;
    border-radius: 10px;
    border: none !important;
    opacity: 0;
    transition: all ease-in .15s;
}

.review-form-checkbox-container input:checked ~ .review-tag-checkmark::after {
    content: "";
    position: absolute;
    left: 5px !important;
    top: 3px !important;
    width: 4px !important;
    height: 7px !important;
    border: solid #222D3E !important;
    border-width: 0 1px 1px 0 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.review-form-checkbox-container input:checked ~ .review-tag-checkmark {
    background-color: #A7C239 !important;
    opacity: 1;
}

.review-tag-checkmark:after {
    display: none !important;
}

.review-form-checkbox-container input:checked ~ .review-tag-checkmark::after {
    display: block !important;
}

/* .review-form-checkbox-container:hover input ~ .review-tag-checkmark {
    border: 2px solid #FFCC00;
    background: none;
}

.review-form-checkbox-container input:checked ~ .review-tag-checkmark {
    border: 2px solid #FFCC00;
    background: #FFCC00;
} */

.review-smart-question {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--rc-font-body);
    margin-bottom: 0px;
}

.rcw-review-page, .rcw-rating-page {
    display: none;
    padding-top: 45px;
}

.rcw-rp-collector {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

.rcw-review-page {
    margin-bottom: 82px;
}

.rcw-rating-page > .rcw-subpage-header > h1 {
    margin-bottom: 10px;
}

.rcw-review-cta {
    cursor: pointer;
}

.rcw-review-cta > .rating_title {
    display: none;
}

.no-dropdown-title {
    cursor: default !important;
}

.star_rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-options-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after, .star_rating .rating > label::after  {
    background-size: 29px 25px !important;
    width: 29px !important;
    height: 25px !important;
}

.star_rating .rating > label {
    margin: 0 4px 0 0 !important;
    cursor: pointer;
}

.na_icon > label {
    width: 28px !important;
    height: 28px !important;
    cursor: pointer;
}

.star_rating .rating-descr {
    font-size: 12px !important;
    font-family: var(--rc-font-body);
    font-weight: 400;
    color: #fc0;
    /* background: #222d3e; */
    border-radius: 5px;
    padding: 4px 0 4px 5px;
}

.star_rating .rating-descr:empty {
    display: none !important;
} 

.star_rating fieldset, .star_rating label {
    margin: 0;
    padding: 0
}

.rating_subtitle {
    margin-bottom: 5px !important;
    display: block;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px !important;
}

.progress-container {
    width: 100%;
    height: 3px;
    background: #252c3b;
    margin-top: 12px;
}

.progress-bar {
    height: 3px;
    background: #A7C239;
    width: 0%;
}

.rcw-review-success {
    margin: 80px 10px 50px 10px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-thank-you {
    position: relative;
}

.rcw-rs-img {
    width: 70px;
}

.rcw-rs-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--rc-font-body);
}

.rcw-rs-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    cursor: pointer;
    opacity: .5;
}

.rcw-rs-copy {
    margin-top: 5px;
    opacity: .75;
    font-family: var(--rc-font-body);
    font-size: 13px;
}

.rcw-rs-back {
    color: #A7C239;
    cursor: pointer;
}

.rcw-rs-back:hover {
    text-decoration: underline;
}

.rcw-review-group-error {
    margin: 0px 0 0 0;
    font-size: smaller;
    color: rgb(218, 0, 0);
    font-style: italic;
}

.rcw-top-error {
    color: rgb(230, 0, 0);
    padding: 0 10px;
    text-align: center;
}

.rcw-form-error {
    margin: -4px 0 10px 0 !important;
}

@media (max-width: 767px) {
    .star_rating .rating-descr {
        font-size: 12px
    }
}

.star_rating .rating {
    border: none;
    float: left
}

.star_rating .rating > input {
    display: none
}

.star_rating .rating > input[type=reset] {
    display: block
}

.star_rating .rating > label {
    color: #ddd;
    float: right;
    margin: 5px
}

.star_rating .rating > label::after {
    background-image: url("images/star_unselected.c2a33d291038.svg");
    display: inline-block;
    content: ""
}

@media (max-width: 767px) {
    .star_rating .rating > label::after {
        background-size: 19px 17px;
        width: 19px;
        height: 17px
    }
}

@media (min-width: 768px) {
    .star_rating .rating > label::after {
        background-size: 38px 34px;
        width: 38px;
        height: 34px
    }
}

.star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after {
    color: #fc0;
    background-image: url("images/star_selected.123162082c77.svg");
    display: inline-block;
    content: ""
}

@media (max-width: 767px) {
    .star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after {
        background-size: 19px 17px;
        width: 19px;
        height: 17px
    }
}

@media (min-width: 768px) {
    .star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after {
        background-size: 38px 34px;
        width: 38px;
        height: 34px
    }
}

.star_rating .rating > input:checked + label:hover, .star_rating .rating > input:checked ~ label:hover, .star_rating .rating > label:hover ~ input:checked ~ label, .star_rating .rating > input:checked ~ label:hover ~ label {
    color: #ffed85
}

.na_icon {
    display: flex;
    align-items: center
}

.na_icon-new {
    display: flex;
    align-items: center;
    background-color: #222d3e;
    border-radius: 18px;
    padding: 2px 8px 2px 2px;
    border: 1px solid #293242;
    margin: 0 0 0 3px;
    transition: all ease .15s;
    cursor: pointer;
    opacity: .8;
}

.na_icon-new:has(input:checked) {
    border: 1px solid #c8474c;
}

.na_icon-new>input:checked~label {
    opacity: 1;
}

.na_icon-new input {
    display: none;
}

.na_icon-new label {
    opacity: .5;
    cursor: pointer;
    display: flex;
    align-self: center;
    transition: all ease .15s;
}

.na_icon-new label img {
    margin: 0 5px 0 0;
    height: 22px;
}

.na_icon-new label span {
    font-family: var(--rc-font-body);
    display: block;
    line-height: 20px;
    margin-top: 1px;
}

.na_icon > label {
    background-image: url("images/na_icon.6363b6e930c8.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 3px 10px;
    opacity: .2;
    width: 32px;
    height: 32px;
    content: ""
}

.na_icon > label:hover {
    opacity: 1
}

.na_icon > input:checked ~ label {
    opacity: 1
}

@media (max-width: 692px) {
    .na_icon > label {
        width: 17px;
        height: 17px;
        margin: 0 0 3px 6px
    }
}


.wizardbox .generrors {
    margin: 10px;
    border-radius: 5px
}

.wizardbox ul.errorlist {
    margin: 0px
}

.wizardbox input[type=text] {
    height: 15px
}

.wizardbox input[type=file] {
    color: #fff
}

.wizardbox input.tickets_field {
    text-align: right;
    font-weight: 600
}

.wizardbox div.icheckbox_flat-green.checked + span.tickets_checkbox {
    color: #A7C239
}

.wizardbox .section_title {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.wizardbox .rating_title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--rc-font-body);
    margin-bottom: 0;
}

.wizardbox .rating_subtitle {
    color: rgba(255, 255, 255, .5);
    margin: 0 0 5px 0;
    font-family: var(--rc-font-body);
}

.reviews-options-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.reviews-filter-wrap {
    display: none;
    margin: -5px 0 18px 0;
    padding: 0 10px;
}

.reviews-filter-wrap > div { 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-top: 1px solid rgba(216, 216, 216, 0.1);
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
}

.reviews-filter-wrap select {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background: transparent;
    border: none;
}

.reviews-filter-wrap .bullet_separator {
    color: #87929d;
    opacity: .5;
    cursor: default !important;
    margin: 0 10px !important;
}

.reviews-filter-wrap .rcw-dropdown-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.reviews-filter-wrap .rcw-filter-dropdown {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 12px;
    cursor: pointer;
    font-family: var(--rc-font-body);
    font-weight: 400;
    max-width: 102px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 

.rcw-dropdown-arrow {
    height: 6px;
    margin-left: 4px;
}

.collapsible-filters-wrap {
    display: flex;
    justify-content: space-between;
}

.rcw-review-summary-stars {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.reviews-filter-wrap .rcw-rating-text-info {
    margin-bottom: -1px;
    margin-top: 0;
    margin-left: 3px;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.reviews-filter-wrap .rating {
    font-family: var(--rc-font-body);
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    color: #FFCC00;
}
.reviews-filter-wrap .rating-total {
    font-family: var(--rc-font-body);
    font-style: normal;
    font-size: 9px;
    color: #FFCC00;
    margin-left: 1px;
}
.reviews-filter-wrap .rcw-review-count-expanded {
    font-size: 9px;
    margin-left: 2px;
}

.collapsible-filters-button {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    color: #fff;
    padding-right: 10px;
    margin-right: 0;
}

.rcw-mini-free-col {
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-left: 2px;
}

.rcw-mini-free-col > .rcw-mini-racedata > p {
    margin: 0 0 5px;
    font-family: var(--rc-font-body);
    font-size: 15px;
    font-weight: 300;
}

.rcw-mini-free-col > .rcw-mini-racedata > .rcw-mini-row {
    display: flex;
    align-items: center;
    margin: -2px 0 0 0;
}

.rcw-mini-free-col > .rcw-mini-racedata > p > .rcw-count-highlights {
    font-weight: 600;
    font-size: 16px;
}

.rcw-mini-free-logo {
    height: 18px;
    margin: 0 0 0 5px;
}

.rcw-mini-free-arrow {
    /* margin: 0 0 0 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .75;
    transition: opacity 0.2s ease-out;
    transition: left 0.2s ease-out;
    position: relative;
    left: 10px;
}

.rcw-mini-free-arrow > img {
    transform: rotate(-90deg);    
    height: 15px;
    width: 15px;
}

.rcw-mini-free-container:hover .rcw-mini-free-arrow {
    left: 13px;
    opacity: .95;
}

.rcw-mini-free-container:hover .rcw-mini-racedata {
    /* padding: 0 0 0 5px; */
    transition: none !important;
}

.rcw-mini-free-link {
    text-decoration: none;
    color: inherit;
}

.rcw-mobile-free-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 55px;
    background-color: #212937;
    border-radius: 50px;
    bottom: 15px;
    position: fixed;
    right: 15px;
    animation: pulse 2s infinite;
}

.rcw-mobile-free-data {
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity .3s ease-in;
}

.rcw-mobile-free-data > p {
    margin: 0;
    font-family: var(--rc-font-body);
    font-size: 12px;
}

.rcw-mobile-free-data > img {
    height: 15px;
    margin: 2px 0 0 0;
}

.rcw-free-mobile-animation-delay:after {
    width: 120px;
}