/*.component.parallax.layout-1.bg-white.text-dark.position-relative {
    z-index: 1;
    background-color: transparent!important;
    min-height:300px;
    position:relative;
}
.component.parallax:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/images/site-parallax1.jpg);
    z-index: -1;
}
.parallax-image {
    display: none;
}*/



header#section-header .mod-site-header .header-text {   display: none !important; }
.standings .switcher-main .mod-standings h1 {   display: none; }
.standings .switcher-main .mod-standings table.stats-table tr:nth-child(even) {    background: #efefef; }
.standings .switcher-main .mod-standings table.stats-table td {    padding: 8px 4px; /*   border: 1px solid #d6d6d6; */}
.standings .switcher-main .mod-standings {  /*  padding: 10px;    background: #fff;  */  color: #000; }
.standings .switcher-main .mod-standings table.stats-table tr a {    color: #000; }
.standings .switcher-main .mod-standings table.stats-table tr.stats-header:first-child td {    background: #a52a21;    color: #fff;    padding: 10px; }
.standings .switcher-main .mod-standings table.stats-table tr {    background: #fff; }
.standings a.full-standings.btn.btn-block.btn-outline-primary:hover {    color: var(--color-primary); }
.standings a.full-standings.btn.btn-block.btn-outline-primary {   background: #fff; }
.standings .switcher-main .mod-standings table.stats-table {   border: 1px solid #fff; }

@media(min-width:576px){
  header#section-header  .mod-site-header.style3 .navbar-primary .navbar-logo {   margin-top: 0; }
   header#section-header .mod-site-header.style3 .navbar-primary .navbar-logo img {   max-height: 64px; }
   .component.partnerlogos li img {   max-height: 50px; }
}