@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

:root {
    --color-mid-grey: #888888;
    --color-light-grey: #F4F8FA;
    --color-grey-transparent: rgba(0,0,0,0.05);
}

/* DEFAULTS */
html {
    overflow: scroll;
    overflow-x: hidden;
   
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

body {
    background-color: var(--color-light-grey) !important;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    overflow: hidden; 
    
    
}

.wrapper-1200px {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.23);
	border-radius: 8px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 700;
}

h1 {
	color: var(--color);
	margin-top:25px;
    font-size: 30px;
    margin-bottom: 30px;
}

h2 {
    color: var(--color);
    font-size: 24px;
    margin-top:25px;
    letter-spacing: -0.05em;
    margin-bottom: 26px;
}

h3 {
    color: var(--color);
    font-size: 16px;
    margin-bottom: 10px;
}

h4 {
    color: var(--color);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 28px;
    margin: 30px 0 20px 0;
}

h4:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--color);
    position: absolute;
    left: 8px;
    top: 4px;
}

.sub-header {
    font-weight: var(--bold);
    text-transform: uppercase;
    margin-bottom: 0;
}

p, li {
    line-height: 1.4em;
    margin-bottom: 20px;
    
}
p:last-child{
    margin-bottom: 0;
}

address {
	 margin-bottom: 20px;
}


/* CONTENT */
.content a:not(.button) {
    color: var(--color);
    text-decoration: none !important;
}

footer a:hover,
td a:hover,
.card-content a:hover {
    /*text-decoration: none;*/
}

/* SECTIONS/CONTAINERS */
section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.container {
    max-width: calc(100% - 60px);
    /*min-height: 100vh;
    /*max-width: 100%;
    max-height:20%;________________TESTING RESPONSIVENESS
    margin-left:30px;
    margin-right:30px;*/
   
}

.table {
    table-layout: auto;
    background-color: var(--color-light-grey);
    border-radius: 8px;
    padding-bottom: 10px;
    overflow-x: hidden;
    width:100%;
}

.curved {
    content:url(../images/New_NEFLBCA_Logo_Transparent_100_125.png);
	border-radius: 8px;
}


/* TOOLTIP */
#tooltip{
    border-radius: 8px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.2);
}


/* BREAKING NEWS */
.breaking-news-container{
	border-radius: 8px;
}

#league-breaking-news .breaking-news-container{
	margin-bottom: 0;
}


/* COLOURS */
body .white {
    color: white;
}

.theme-colour,
.theme-color {
    color: var(--color);
}

.mid-grey {
    color: var(--color-mid-grey);
}

body .background-theme {
	color: var(--color-text);
    background-color: var(--color);
    border-radius: 6px;
}


/* ICONS */
.icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* ___________________________________________ICON_____________________________________________*/
.icon > img {
    max-width: 100%;
}

.icon.star {
    background-image: url(../images/icon-star.svg);
}

.icon.cup {
    background-image: url(../images/icon-cup.svg);
}

.icon.search{
	background-image: url(../images/icon-search.svg);
}

.icon.note {
	background-image: url(../images/icon-note.svg);
}

.icon.youtube {
	width: 50px;
    height: 36px;
	background-image: url(../images/icons-white/icon-youtube.svg);
}

/* Promotion / relegation icons */
td.highlight .icon.star {
	background-image: url(../images/icons-white/icon-star.svg);
}
td.highlight .icon.arrowdown {
	background-image: url(../images/down-arrow_14.png);
}
td.highlight .icon.arrowup {
	background-image: url(../images/down-arrow_14.png);
	transform: rotate(180deg);
}

body.color-text-dark td.highlight .icon.star {
	background-image: url(../images/icon-star-2.svg);
}
body.color-text-dark td.highlight .icon.arrowdown {
	background-image: url(../images/icon-dropdown-arrow-2.svg);
}
body.color-text-dark td.highlight .icon.arrowup {
	background-image: url(../images/icon-dropdown-arrow-2.svg);
}

.icon.arrowleft {
	background-image: url(../images/down-arrow_14.png);
	transform: rotate(90deg);
}
.icon.arrowright {
	background-image: url(../images/down-arrow_14.png);
	transform: rotate(270deg);
}

/* Stats table icons */
th.top-level-th .icon.arrowup{
	width: 8px;
	height: 8px;
	background-image: url(../images/down-arrow_14.png);
	transform: rotate(180deg);
}

table.vertical-headers-table th.rotate > div .icon.arrowright{
	width: 14px;
	height: 7px;
	background-image: url(../images/down-arrow_14.png);
}


/* BORDERS */
.b-bottom,
.b-bottom-dark {
	border-bottom: 3px solid black;/*var(--color-grey-transparent)*/
}
.b-bottom.thick,
.b-bottom-dark.thick {
	border-bottom: 6px solid black;/*var(--color-grey-transparent)*/
}


/* BUTTONS */
.button,
input[type="submit"].button {
    display: inline-block;
    background-color: var(--color);
    color: var(--color-text);
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    padding: 8px 12px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.button.large {
    display: inline-block;
    background-color: var(--color);
    color: var(--color-text);
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    padding: 14px 16px;
    border-radius: 30px;
}

.button.invert {
    background-color: white;
    color: var(--color) !important;
}
body.color-text-dark .button.invert {
    background-color: var(--color-text);
    color: white;
}

.button:not(.invert):hover {
	color: white;
    background-color: black;
    transition: background-color 0.3s ease-in;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus {
	color: #bcbcbc;
	background-color: var(--color-grey-transparent);
	cursor: not-allowed;
}


/* FORM INPUTS */
input[type="submit"]{
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	color: #555555;
	padding: 0;
}

input[type="text"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="email"]{
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	color: #555555;
	background: white;
	padding: 0 5px 0 5px;
	border: 1px solid gray;
}
.textarea {
    margin-left:5px;
    margin-right:5px;
    width: 100%;
}
/*_______________________________________________SELECT_____________________*/
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    color: #555555;
    padding: 0 5px 0 5px;
    background-color: white;
    background-image: url('../images/down-arrow_14.png');
    background-size: 12px auto;
    background-position: right center;
    background-repeat: no-repeat;
    border: none;
    margin-bottom: 10px;
}

.filters select:not(:first-child),
.filters > div > div > select:first-child {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 3px solid var(--color-grey-transparent);
}

.filters select:last-child {
	margin-right: 24px;
}

.secondary-filters {
	padding: 24px;
	margin-bottom: 20px;
	border-top: 3px solid var(--color-grey-transparent);
	border-bottom: 3px solid var(--color-grey-transparent);
}

.secondary-filters .dropdowns > div {
	margin-bottom: 20px;
	margin-right: 24px; 
}
.secondary-filters .dropdowns > div:not(:first-child){
	padding-left: 24px;
	border-left: 3px solid var(--color-grey-transparent);
}

.secondary-filters .dropdowns label{
	font-weight: bold;
}
.secondary-filters .dropdowns select{
	font-weight: var(--regular);
	margin: 0;
}

.secondary-filters .radio-inline > label{
	margin-right: 24px;
}
.secondary-filters .radio-inline > ul > li{
	margin-right: 12px;
}


/* TABS */
.tabs-container {
	width: 100%;
	height: 54px;
	border-bottom: 6px solid var(--color-grey-transparent);
	margin-bottom: 20px;
}
.tabs-container:after {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 100%;
	background: rgb(244,248,250);
	background: -moz-linear-gradient(90deg, rgba(244,248,250,0) 0%, rgba(244,248,250,1) 45%);
	background: -webkit-linear-gradient(90deg, rgba(244,248,250,0) 0%, rgba(244,248,250,1) 45%);
	background: linear-gradient(90deg, rgba(244,248,250,0) 0%, rgba(244,248,250,1) 45%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa",endColorstr="#f4f8fa",GradientType=1);
}

.tabs-container .tabs {
    width: 100%;
    height: 54px;    
    padding-left: 8px;
    padding-right: 8px;
    color: var(--color);
    font-weight: bold;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; 
}
.tabs-container .tabs::-webkit-scrollbar {
  display: none;
}

.tabs-container .tabs .tab {
    height: 54px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 0;
    flex: 0 0 auto;
}

.tabs-container .tabs .tab:not(.tab-active):hover {
    border-bottom: 6px solid #dadada;
}

.tabs-container .tabs .tab a,
.tabs-container .tabs .tab input {
    display: block;
    height: 54px;
    line-height: 50px;
    padding: 0 24px;
    white-space: nowrap;
}

.tabs-container .tabs .tab input{
	color: inherit;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
}

.tabs-container .tabs .tab-active {
    border-bottom: 6px solid var(--color);
}


/* TABLES */
.table-scroll {
    overflow-x: auto;
}
.table-scroll::-webkit-scrollbar {
    height: 8px;
}

.table-scroll::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.15);
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color);
}
table {
	font-size: 14px;
    border: 0px solid var(--color-light-grey);
    table-layout: auto;
    border-collapse: separate;
}

/* Promotion and relegation */
.promotion-separator-end td,
.relegation-separator-start td{
	border-bottom: 2px dotted #555555;
}
.champion-row td{
	background-color: #dedede;
}
.promoted-row td,
.relegated-row td{
	background-color: #e6e6e6;
}

th {
    text-transform: uppercase;
    color: #7b7b7b;
    font-size: 10px;
    text-align: center;
    /*border-left: 3px solid var(--color-light-grey);
    border-right: 3px solid var(--color-light-grey);*/
}

th.top-level-th{
	background-color: #ebebeb;
	padding: 2px 0;
}

th > a.underline{
	color: #aeaeae;
}

td {
    background-color: white;
    border: 3px solid var(--color-light-grey);
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

td.highlight {
    background-color: var(--color);
    color: var(--color-text);
    font-weight: bold;
}
td.highlight .icon {
    margin-right: 10px;
}

tr td:first-child {
    width: 60px !important;
}

td:not(.highlight) a {
    color: var(--color);
}

/* Stats table */
table.vertical-headers-table th.rotate {
	padding: 5px 0 4px 0;
}
table.stats-table.vertical-headers-table thead th.rotate {
    padding: 5px 3px 4px 0;
}
table.stats-table thead th:not(.top-level-th) {
	background-color: var(--color-light-grey);
}
/* Fake borders - scrollable fixed column tables can't have left / right borders */
table.stats-table th:not(:last-child):after, 
table.stats-table td:not(:last-child):after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--color-light-grey);
}

/* SIDEBAR MENU__________________*/
aside {
	position: fixed;
    width: 100px;
    top:0;
    bottom:0;
    background-color: var(--color-sidebar-menu);
    box-shadow: 3px 0 7px 0 rgba(0,0,0,0.15);
    font-size: 12px;
    font-weight: bold;
    color: var(--color-sidebar-menu-text);
    text-transform: uppercase;
    z-index: 50;
}

aside nav {
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

aside ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 2.5em;
    width: 100%;
}

aside li {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    padding: 16px 0;
}

aside li.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: rgba(255,255,255,0.7);
}

body.color-sidebar-menu-text-dark aside li.active:after {
	background-color: rgba(0,0,0,0.7);
}

aside li:hover {
    background-color: rgba(0,0,0,0.15);
}

aside li img {
    margin-bottom: 8px;
}

aside a,
aside img {
    display: block;
}

aside #lr-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

aside button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
}

aside #sidebar-overflow-menu > ul {
    display: none;
}
/*__________NOT USING________________ */

/* MAIN CONTENT AREA */
main {
    width: 100%;
	margin-left: 0px;
	background-color: white;
	border-radius: 8px;
	min-height: 100vh;
}

body.no-match-centre-menu main {
    width: 100%;
    margin-left: 0;
}


/* HEADER */
header {
    z-index: 25;
    background-color: white;
    border-radius: 6px;
}

header .header-bkgrd.with-header-image{
    background-image: url('../images/BCAPL_LOGO_125_125.png');
	border-bottom: none;
	/*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 6px;
    
    
    /* Maintains aspect ratio of image */ 
    height: 0;
	overflow: hidden;
	padding-top: calc(190 / 1220 * 100%);
}

header .header-bkgrd.with-header-logo{
     background-image: url('../images/107.png');
	 min-height: 10%;
}

header .header-bkgrd.with-header-logo,
header .header-bkgrd.with-header-text{
	/* removes aspect ratio css as not needed */
	height: auto;
	overflow: visible;
	padding-top: 0;
}

header .header-bkgrd.with-header-text:not(.with-header-logo){
	min-height: 171px;
}

header .header-bkgrd > div{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding-top: 10px;/*_____________________________________________________________________________________________________________________*/
	padding-bottom: 10px;
	
	
}

header .header-bkgrd .header-logo{
	background-color: transparent;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    width: 15.949%; /* this makes the parent div 171px in desktop */
	flex: 0 0 auto;
}

header .header-bkgrd .header-logo.no-border{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	
}

header .header-bkgrd .header-logo img{
	font-size:15px;
	height: auto;
	display: block;
	margin-left: 10px;
}

header .header-bkgrd .header-text{
	color: var(--color-text);
}

header .header-bkgrd .header-text h1{
	color: var(--color-text);
}

/* Header text colour - overlay setting - only used if header uploaded or pre-made selected */
header .header-bkgrd.with-header-image .header-text.header-text-light,
header .header-bkgrd.with-header-image .header-text.header-text-light h1 {
	color: #ffffff;
	text-shadow: 1px 1px 0px #212121;
}
header .header-bkgrd.with-header-image .header-text.header-text-primary,
header .header-bkgrd.with-header-image .header-text.header-text-primary h1{
    clear: both;
    display: inline-block;
    white-space: nowrap;
    margin-left:8%;
	color: var(--color);
	text-shadow: 1px 1px 0px #212121;
	
}
header .header-bkgrd.with-header-image .header-text.header-text-dark,
header .header-bkgrd.with-header-image .header-text.header-text-dark h1 {
	color: #212121;
	text-shadow: 1px 1px 0px #ffffff;
}


header nav {
    position: absolute;
    width:100%;
    color: white; /*var(--color-text);*/
    background-color: var(--color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
}

header nav > ul > li {
    background-color: var(--color);
	margin-bottom: 0;
	flex: 0 1 auto;
	padding-right:1%;
    padding-left:1%;
}

header nav > ul > li > a {
    color: white;
    padding: 10px 10px;
    display: block;
}

header nav > ul > li > a:hover {
    background-color: #499af5;
        border-color: #0A62C5;
        border-radius: 8px
    /*background-color: var(--color); -light-grey Nav options 
    color: black;*/
}

header li.dropdown > a:after {
	content: url(../images/down-arrow_14_white.png);
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    
}
header li.dropdown > a:hover:active:after { 
    top:10px;
	content: url(../images/down-arrow_14_white.png); /* black arrow */
}

body.color-text-dark header li.dropdown > a:after {
	content: url(../images/down-arrow_14.png);
}

header li.dropdown li.dropdown > a:after {
	content: url(../images/down-arrow_14.png);
}

header li.dropdown > ul { /*_________________________________DROPDOWN SIZE */
    display:none;
    background-color: white;
    width: 220px;
    border-radius: 8px;
    position: absolute;
    top: 8px;
    left: 190px;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    text-align: left;
}

header nav > ul > li.dropdown > ul {
    left: 0px;
    top: 32px;
    color: var(--color);
}

header li.dropdown.open > ul {
    display: block;
    padding: 8px;
}

header li.dropdown > ul li {
    margin-top: 6px;
    margin-bottom: 6px;
}

header li.dropdown > ul a {
    display: block;
    padding: 1px 5px;
    border-radius: 4px;
}

header li.dropdown > ul a:hover {
    background-color: var(--color-light-grey);
    color: black;
}

header li.dropdown li.dropdown > a {
	padding: 1px 19px 1px 5px;
}

header li.dropdown li.dropdown > a:after {
	position: absolute;
	top: calc(50% - 4px);
    right: 16px;
	transform: rotate(-90deg);
	margin-left: 0;
}
button.js--mobile-nav {
    display: inline-block;
    width: auto;
    margin: 5px;
}
button.js--mobile-nav img {
    width: auto;
    height: auto;
}

/* FOOTER */
footer {
	color: var(--color-text);
	margin-top: .5% !important;
	margin-bottom: .5% !important;
}

footer .background-theme {
	color: var(--color-text);
    background-color: var(--color);
    height: 10%;
}

footer h3 {
	color: var(--color-text);
    margin-bottom: 30px;
    margin-top:30px;
}

footer li {
    margin-bottom: 14px;
    margin-top: 20px;
}

footer .footer-grid {
	width: 100%;
}
footer .footer-grid.with-lr-advert {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: var(--grid-gap, 30px);
}

footer .footer-grid .footer-menu-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: var(--grid-gap, 30px);
}
footer .footer-grid.with-lr-advert .footer-menu-grid{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

footer .footer-grid.with-lr-advert .lr-advert {
	color: white;
	padding: 15px;
	border-radius: 4px;
	overflow: hidden;
}
footer .footer-grid.with-lr-advert .lr-advert:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
}

footer .footer-grid.with-lr-advert .lr-advert h4 {
	color: white;
	text-transform: none;
	margin: 10px 0;
	padding: 0;
}
footer .footer-grid.with-lr-advert .lr-advert h4:before {
	display: none;
}


            /* FOOTER NAV TO MATCH HEADER NAV */
            
            
            
footer nav {
    width: 100%;
    color: var(--color-text);
    background-color: var(--color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
}

footer nav > ul > li {
    display: inline-block;
    background-color: var(--color);
	margin-bottom: 1%;
	flex: 0 1 auto;
	padding-right:1%;
    padding-left:1%;
    
}

footer nav > ul > li > a {
    padding: 10px 10px;
}

footer nav > ul > li > a:hover {
    background-color: #499af5;
        border-color: #0A62C5;
        border-radius: 6px
    /*background-color: var(--color); -light-grey Nav options 
    color: black;*/
}

footer li.dropdown > a:after {
	content: url(../images/down-arrow_14_white.png);
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    
}
footer li.dropdown > a:hover:active:after { 
    top:10px;
	content: url(../images/down-arrow_14_white.png); 
}

body.color-text-dark footer li.dropdown > a:after {
	content: url(../images/down-arrow_14.png);
	
}

footer li.dropdown li.dropdown > a:after {
	content: url(../images/down-arrow_14.png);
	
}

footer li.dropdown > ul { /*_________________________________DROPDOWN SIZE */
    display:none;
    background-color: white;
    width: 220px;
    border-radius: 5px;
    position:absolute;
    left: 190px;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    text-align: left;
    top:-235px;
}

footer nav > ul > li.dropdown > ul {
    left: 0px;
    top: -85px;/* footer dropdowns show above nav */
    color: var(--color);
    
}

footer li.dropdown.open > ul {
    display: block;
    padding: 8px;
}

footer li.dropdown > ul li {
    margin-top: 6px;
    margin-bottom: 6px;
   
}

footer li.dropdown > ul a {
    display: block;
    padding: 1px 5px;
    border-radius: 4px;
}

footer li.dropdown > ul a:hover {
    background-color: var(--color-light-grey);
    color: black;
}

footer li.dropdown li.dropdown > a {
	padding: 1px 19px 1px 5px;
}

footer li.dropdown li.dropdown > a:after {
	position: absolute;
	top: calc(50% - 4px);
    right: 16px;
	transform: rotate(-90deg);
	margin-left: 0;
}


            /* ABOUT THE LEAGUE */
            
            
            
#about-the-league:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}

#about-the-league .about-league-content{
	width:100%;
	min-height: 100vh;
}
#about-the-league .about-league-content a:not(.button) {
    color: var(--color);
}
#about-the-league .about-league-content a:hover {
    color:#888888;
}
#about-the-league .about-league-content a:visited {
    color: black;
}
#about-the-league .about-league-content ol {
    margin-bottom: 20px;
}
#about-the-league .about-league-content ol li {
	list-style: decimal inside;
	margin-bottom: 10px;
}
#about-the-league .about-league-content ul {
	margin-bottom: 20px;
}
#about-the-league .about-league-content ul li {
	list-style: disc inside;
	margin-bottom: 10px;
}

#about-the-league .about-league-image{
	width: 50%;
}
#about-the-league .about-league-image img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}


            /* LEAGUE STANDINGS CAROUSEL */
            
            
            
#league-standings .table-truncated-note {
	background: #ffffff;
	background: -moz-linear-gradient(0deg, rgba(244,248,250,1) 10%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(244,248,250,1) 10%, rgba(255,255,255,1) 50%);
	background: linear-gradient(0deg, rgba(244,248,250,1) 10%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa",endColorstr="#ffffff",GradientType=1);
	border-top: 2px dashed #dedede;
}

.league-standings-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.league-standings-carousel .owl-nav button.owl-next, 
.league-standings-carousel .owl-nav button.owl-prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 30px;
	position: absolute;
	color: #ffffff;
	background-color: #999; 
	border: 1px solid #888;
}
.league-standings-carousel .owl-nav button.owl-next {
	right: -20px;
}
.league-standings-carousel .owl-nav button.owl-prev {
	left: -20px;
	margin-right: 10px;
}

.league-standings-carousel .owl-dots {
    padding-top: 8px;
    text-align: center;
}

.league-standings-carousel .owl-dots span {
    display: none;
}

.league-standings-carousel button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888888;
    margin: 0 2px;
}

.league-standings-carousel .owl-dot.active {
    background-color: var(--color);
}


            /* CARDS */
            
            
            
.card{
	background-color: var(--color-light-grey);
	border-radius: 8px;
	overflow: hidden;
	padding-top: 24px;
	background: transparent;
	z-index: 2;
}

.card-news,
.card-widget,
.card-widget-placeholder {
    background-color: var(--color-light-grey);
    border-radius: 6px;
    top: 0;
    transition: box-shadow 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.card-news-list,
.card-document-list {
	background-color: white;
    border-radius: 6px;
    border: 2px solid #f7f7f7;
    top: 0;
    text-decoration: none;
    box-shadow: 0px 0px 0px;
}

.card-contact-list,
.card-committee-list {
	background-color: var(--color-light-grey);
    border-radius: 6px;
}

.card-news-list:hover {
    border: 2px solid var(--color);
}

.card-news:hover {
    top: -5px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease-in;
    transition: top 0.3s ease-in;
}

.card-news .card-image,
.card-news-list .card-image{
    width: 100%;
    padding-bottom: 55%;
    overflow: hidden;
    border-radius: 6px;
}

.card .card-image img {
	width: 100%;
    height: auto;
    display: block;
}
.card-news .card-image img,
.card-news-list .card-image img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
}

.card .card-content,
.card-news .card-content,
.card-news-list .card-content,
.card-widget .card-content,
.card-widget-placeholder .card-content{
    padding: 12px;
}
.widget-facebook .card-content{
	padding: 0;
}

.card-widget {
	min-width: 100%; /* added to fix owl-carousel issues */
    min-height: 350px;
}

.card-widget h3 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--color-light-grey);
    background-color: white;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-bottom: 0;
}

.card-widget-placeholder h3 {
    font-size: 18px;
    margin-top: 8px;
    color: var(--color-text);
}

.card-content-scroll {
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
}

.card-content-scroll::-webkit-scrollbar {
    width: 3px;
}

.card-content-scroll::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.15);
}

.card-content-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color);
}


            /* MATCH GROUPS */
            
            
            
#match-groups li {
    background-color: var(--color-light-grey);
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
    padding: 8px;
    border: 2px solid transparent;
    transition: color 0.3s ease-in;
    display: flex;
    align-items: center;
}

#match-groups li:hover {
    color: var(--color);
    border: 2px solid var(--color);
    transition: color 0.3s ease-in;
}

#match-groups li a {
    display: flex;
    align-items: center;
}

#match-groups li .icon {
    margin-right: 12px;
}

#match-groups li img {
    margin-right: 12px;
    width: 30px;
    height: 30px;
}


            /* WIDGETS */
            
            
            
#widgets:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}

.widget-tweet {
    background-color: #1DA1F2;
    color: #ffffff;
}

.widget-tweet .card-content-scroll::-webkit-scrollbar-thumb {
    background-color: white;
}

.widget-tweet a {
	display: block;
   margin-bottom: 20px;
}
.widget-tweet a:last-child {
   margin-bottom: 0;
}

.widget-tweet .tweet-hash {
    color: #B7E3FE;
}

.widget-rss {
    font-size: 14px;
    color: black;
	background-color: #FDD130;
}

.widget-weather {
    line-height: 1.1em;
}

.widget-weather .current-temp {
    color: var(--color);
    font-size: 5vh;
    top: 4px;
}

@media screen and (width: 768px) {
    .widget-weather .current-temp {
        font-size: 10vh;
    }
}

.widget-weather .current-temp sup {
    vertical-align: super;
    font-size: 50%;
}

.widget-weather .forecast {
    padding-top: 16px;
}

.widget-weather .forecast:before {
    content: '';
    width: 50%;
    height: 1px;
    background: var(--color-grey-transparent);
    position: absolute;
    top: 0;
    left: 25%;
}

.widget-weather .forecast-icon {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-weather .forecast-icon img {
    width: 24px;
    max-height: 24px;
}

            /* WIDGET: IMAGE */
            
            
            
.widget-image > a{
	border-radius: inherit;
}

.widget-image .card-image img{
	width: 100%;
	height: auto;
}

            /* WIDGET: IMAGE CAROUSEL */
            
            
            
.widget-image-carousel .owl-dots {
    padding-top: 8px;
    text-align: center;
}

.widget-image-carousel .owl-dots span {
    display: none;
}

.widget-image-carousel button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888888;
    margin: 0 2px;
}

.widget-image-carousel .owl-dot.active {
    background-color: var(--color);
}


            /* WIDGET: CONTACT LIST */
            
            
            
.widget-contacts .card-content {
	height: calc(100% - 50px);
}

.widget-contacts .contact{
	border-bottom: 1px solid var(--color-grey-transparent);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget-contacts .contact p{
	margin-bottom: 4px;
}

.widget-contacts .contact .contact-details{
	 min-width: 0;
	 width: 100%;
}

.widget-contacts .contact .email{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


            /* SEARCH */
            
            
            
#search  .card {
	padding-top: 20px;
}

#search-form > div:first-child {
	width: 100%;
    height: 54px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    margin-bottom: 20px;
}

#search-form > .search-box {
    background-color: #fff;
    border: 3px solid var(--color-grey-transparent);
    margin-right: 24px;
    margin-left: 24px;
    width: calc(100% - 48px);
}

#search-form > div:first-child .icon.search {
	width: 48px;
	height: 48px;
	margin-right: 8px;
	background-size: 24px;
	flex: 0 0 auto;
}
#search-form > div:first-child input[type='text'] {
	width: 100%;
	height: 48px;
}

.search-results-container {
	padding: 0 24px 24px 24px;
}

.search-results-container .search-result-list{
	margin-bottom: 20px;
}
.search-results-container .search-result-list:last-child{
	margin-bottom: 0;
}

.search-result-list a {
	display: flex;
    align-items: center;
	color: #555555;
	background-color: #fff;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 6px;
	border: 2px solid transparent;
    transition: color 0.3s ease-in;
	text-decoration: none;
}
.search-result-list a:hover,
.search-result-list a:focus {
	color: var(--color);
    border: 2px solid var(--color);
    transition: color 0.3s ease-in;
}

.search-result-list a .icon {
    margin-right: 12px;
}

.search-result-list a img {
    margin-right: 12px;
    width: 30px;
    height: 30px;
}

.search-result-list.news a{
	padding: 0;
	overflow: hidden;
}
.search-result-list.news a img {
    margin-right: 12px;
    width: 100%;
    height: auto;
    display: block;
}

.search-result-list .player-team {
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.search-result-list .player-team:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.image-caption {
	color: var(--color-text);
	background: var(--color);
	padding: 8px;
}


            /* LATEST MEDIA */
            
            
            
#latest-media:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}
.latest-media-carousel .latest-media-carousel-link{
	display: block;
}
.latest-media-carousel img {
	border-radius: 6px;
}
.latest-media-carousel button.owl-dot {
    border-radius: 50%;
    background-color: var(--color-text);
}
.latest-media-carousel .owl-dot.active {
    background-color: var(--color);
}


            /* POPUP CONTAINERS */
            
            
            
.popup-image-container,
.popup-video-container {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
}
.pop-up-card-container {
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
}


            /* MESSAGE ME */
            
            
            
#message-me,
#message-me-success {
	background-color: #ffffff;
}

#message-me .form-row input[type='text'],
#message-me .form-row textarea {
	border: 3px solid #f7f7f7;
}


            /* CUSTOM PAGE */
            
            
            
#custom-page hr{
	border: 1px solid var(--color-grey-transparent);
}


            /* VENUES */
            
            
            
#venues .venue-details {
	padding-right: 24px;
	padding-left: 24px;
}


            /* WEB STATS */
            
            
            
#web-stats-totals .daily-totals-list > div p span {
	color: var(--color);
}


            /* CONTACT FORM */
            
            
            
#contact-form .form-rows input[type='text'],
#contact-form .form-rows textarea {
	border: 3px solid #efefef;
}


        /* MATCH PAGE */
        
        
        

            /* SECTION: Match overview */
            
            
            
#match-overview:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    opacity: 0.1;
}

#match-overview .match-teams-and-score .score {
	color: var(--color-text);
	background-color: var(--color);
}

            /* SECTION: Head to Head */
            
            
            
#head-to-head .stat-container .bar{
	background-color: #fff;
}

            /* SECTION: Recent matches */
            
            
            
#recent-matches a.match-link:hover,
#recent-matches a.match-link:focus{
	background-color: var(--color-grey-transparent);
}

            /* SECTION: Recent form */
            
            
            
#recent-form a.match-link:hover, 
#recent-form a.match-link:focus {
	background-color: var(--color-grey-transparent);
}


            /* TEAM FORM */
            
            
            
td .team-form-box a{
	color: white;
}
.team-form-box{
	border-radius: 100%;
	overflow: hidden;
}


        /* POSITION CHANGES */




                    /* STANDINGS PREDICTOR */




#standings-predictor .predictor-score-entry .fixture .score-inputs input[type='text']{
	border: 3px solid #efefef;
}




                    /* PLAYER STATISTICS */



.played-games-percentage .percentage-input > div{
	background-color: #fff;
	border: 3px solid #efefef;
}


                    /* HONOURS AND TIMELINE */
                    
                    
                    
#honours-and-timeline .honours-type-container {
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	margin-bottom: 16px;
}

#honours-and-timeline .honours-list {
	padding: 0 24px 24px 24px;
}
#honours-and-timeline .honours-list > div {
	background-color: white;
    border-radius: 6px;
    padding: 12px;
}

#honours-and-timeline .timeline-container {
	padding: 0 24px 24px 24px;
	margin-bottom: 16px;
}

                    /* PLAYER STATS FOR TEAM CUMULATIVE */
                    
                    
                    
#player-stats-for-team-cumulative,
#player-stats-for-team-noncumulative{
	padding-bottom: 0;
}


                    /* PHOTOS AND VIDEOS */
                    
                    
                    
                    
.photos-and-videos-grid img{
	border-radius: 6px;
}


                    /* CALENDAR AGENDA */
                    
                    
                    
                    
#calendar-agenda .agenda-list h2 {
	color: #555555;
}


                    /* MESSAGES */
                    
                    
                    
                    
.message{
	padding: 8px;
	border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid #f1c40f;
	border-left: 6px solid #f1c40f;
	background-color: #fff;
}
.message.error{
	border-color: #e74c3c;
}
.message.info{
	border-color: #3498db;
}
.message.success{
	border-color: #2ecc71;
}


                    /* SPONSORS */
                    
                    
                    
                    
                    
#sponsors .sponsor {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sponsors img {
    width: 100%;
}






        /* MOBILE ADJUSTMENTS */
        
        
        
        

@media screen and (max-width: 768px) { /*_________________ Matches current site size transition______________________*/

                    /* MOBILE HEADER */
                    
                    
                    
    
    header {
        position:fixed;
        width: 100%;
        margin-bottom:100px;
		-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    }
  
	/* As we remove the header logo in mobile*/
    header .header-bkgrd,
    header .header-bkgrd.with-header-logo, 
    header .header-bkgrd.with-header-text,
    header .header-bkgrd.with-header-text:not(.with-header-logo){
        background-image: none !important;
	    height: 0;
	    min-height: 0;
	    overflow: hidden;
	    /*padding-top: calc(190 / 1220 * 100%);/*___________________________TESTING___________________*/
	   
	}
	
	header .header-bkgrd > div {
	    display:flex;
	    flex-flow: row nowrap;
	    align-items: center;
	    background-image:none;
		padding: 20px;
		width: 100%;
	}
	
	header .header-bkgrd .header-text {
		padding-left: 10px;
		
	}
	header .header-bkgrd .header-text h1{
		font-size: 16px;
	}
	header .header-bkgrd .header-text p{
		display: none;
	}
	
	header .mobile-nav-header {
		background-color: White ;/*var(--color)*/
		padding-right: 10px;
		padding-left: 10px;
	}
	header .mobile-nav-header .mobile-nav-header-text {
		color: var(--color-text);
		min-width: 0;
	}
	header .mobile-nav-header .mobile-nav-header-text p {
		font-weight: var(--bold);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	header .mobile-nav-header .mobile-nav-header-text p a {
		text-decoration: none;
	}
	header .mobile-nav-header #logo {
		height: auto;
		max-height: 25%;
		margin-left: 5px;
		margin-top: 5px;
    }
    header .mobile-nav-header #logo a {
		display: inline-block;
    }
    header .mobile-nav-header #logo a img {
		width: auto;
    	max-height: 25%;
    	display: block;
    }
    header .mobile-nav-header img {
        height: auto;
    }
    header .mobile-nav-header button {
        display:block;
        margin-left:auto;
        margin-right:auto;
    	flex: 0 0 auto;
    }
    
    
    
    
                /* MOBILE MAIN NAV */
                
                
                
                
    header nav {
        resize:auto;
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        color: var(--color);
        background-color: var(--color);
        width: 100%;
        overflow-y: auto;
        transition: left 0.5s ease-out;
        z-index: 30;
        
    }

    header nav.open {
        left: 0;
        transition: left 0.5s ease-out;
    }

    header nav > ul {
        background-color:var(--color);
        color:white;
        display: block;
        width: 80%;
        margin-bottom: 60px;
    }

    header nav > ul li {
        
        width: 100%;
        margin-bottom: 0;
    }
    
     header nav > ul li:after {
        background-color: #499af5;
        border-color: #0A62C5;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 0;
    }
    
    header nav > ul > li:first-child {
        background-color: var(--color);
        height: 60px;
        padding: 10px 10px;
    }

    header nav > ul > li > a:before {
        display: block;
        padding: 10px;
        /*border-bottom: 1px solid var(--color-light-grey);*/
        border-radius: 0;
    }
    
     header nav > ul > li > a:visited {
        background-color: #499af5;
        display: block;
        padding: 10px;
        /*border-bottom: 1px solid var(--color-light-grey);*/
        border-radius: 0;
        
     }
     header nav > ul > li > a:active {
        background-color: #499af5;
        display: block;
        padding: 10px;
        /*border-bottom: 1px solid var(--color-light-grey);*/
        border-radius: 8px;
        
     } 
    header nav > ul li.dropdown > ul {
        width: calc(100% - 16px);
        position: relative;
        top: 0;
        left: 10px;
        border-radius: 8px;
        box-shadow: 8px 8px 20px;
        background-color: white;
    }

    header li.dropdown.open {
        background: var(--color-light-grey);
        background-color: transparent;
    }
    
    header li.dropdown.open ul { /* DIVISIONS LI FOR EACH COUNTY */
        padding-top: 0;
        white-space: normal;
    }

    header li.dropdown > ul a { /* DIVISIONS EFFECTS REFERENCE mobile_div_black */
        padding: 7px 8px;
    }

	header li.dropdown > a:after,
    body.color-text-dark header li.dropdown > a:after {
        position: absolute;
        right: 16px;
        top: calc(50% - 10px);
        content: url(../images/down-arrow_14_white.png);
    }
    
    header li.dropdown li.dropdown > a {
    	padding: 7px 32px 7px 8px;
    }
    
    header li.dropdown li.dropdown > a:after {
    	top: calc(50% - 10px);
		transform: rotate(0deg);
		margin-left: 0;
    }
    .wrapper-1200px {
	    width: 100%;
	    /*max-width: 1200px; */
	    margin: 0 auto;
	    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.23);
    }
    .container {
        margin-right:20px;
        margin-left:20px;
    }
    
    
    
    
                /* MOBILE FOOTER */
                
                
                
                
    footer {
        padding: 10px 10px 10px 10px;

    }

	footer .footer-grid.with-lr-advert,
	footer .footer-grid .footer-menu-grid,
	footer .footer-grid.with-lr-advert .footer-menu-grid {
		grid-gap: 1px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
	}
    /*footer nav > ul > li {
        display: inline-flex;
        background-color: var(--color);
	    margin-bottom: 25px;
	    flex: 0 1 auto;
	    padding-right: 10%;
        padding-left:25px;
    }*/
    
    
    
                /* MOBILE MAIN CONTENT */
                
                
                
                
    main {
        width: 100%;
        
     
    }

    .container {
        max-width: calc(100% - 20px);
        /*max-width:100% /*calc(100% - 20px)*/;
    }

    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #about-the-league .about-league-content{
        margin-top:100px;
    	width: 100%;
    	padding-right: 0;
    	margin-bottom: 20px;
    }
    #about-the-league .about-league-content .button{
    	width: 100%;
    	text-align: center;
    }
    #about-the-league .about-league-image{
    	width: 100%;
    }

    /* Fixed Sidebar */
    #lr-logo {
        display: none;
    }
    
    
    
    
                /* MOBILE ASIDE (NOT USED) */
                
                
                
                
    /*aside {
        top: unset;
        width: 100%;
        box-shadow: 0 -3px 7px 0 rgba(0,0,0,0.15);
        font-size: 10px;
    }

    aside nav {
        height: 60px;
    }

    aside nav ul {
        flex-direction: row;
        height: inherit;
        line-height: normal;
    }

    aside li {
        padding: 10px 0 4px 0;
        margin-bottom: 0;
        line-height: normal;
    }

    aside li:hover {
        background-color: transparent;
    }

    aside li.active:after {
        left: 0;
        width: 100%;
        height: 4px;
    }

    aside li img {
        height: 24px;
        margin-bottom: 4px;
    }

    /* Fixed Sidebar - overflow menu 
    aside #sidebar-overflow-menu ul {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        background: white;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
        transition: right 0.5s ease-out;
    }

    aside #sidebar-overflow-menu ul.open {
        right: 0;
        transition: right 0.5s ease-out;
    }

    aside #sidebar-overflow-menu ul li {
        text-align: left;
        padding: 14px 10px;
        border-bottom: 1px solid #f7f7f7;
    }

    aside #sidebar-overflow-menu ul li:first-child {
        background-color: var(--color-light-grey);
    }

    aside #sidebar-overflow-menu ul h3 {
        margin-bottom: 0;
    }

    aside #sidebar-overflow-menu ul img {
        display: inline-block;
        width: 24px;
        height: auto;
        margin-bottom: 0;
        margin-right: 8px;
        vertical-align: text-bottom;
    }
    
    aside #sidebar-overflow-menu ul li a {
        color: black;
    }




                /* MOBILE _OTHER_ */
                
                
                
                
                
    .filters {
        margin-bottom: 20px;
    }
    .filters select {
	   width: calc(100% - 20px);
	}

    select {
        margin-bottom: 0;
        padding-left: 0;
        width: calc(100% - 20px);
        margin: 0 auto;

    }
    
    .filters select:not(:last-child) {
        border-bottom: 1px solid var(--color-grey-transparent);
    }

    .filters select:not(:first-child) {
        border-left: none;
        margin: 0 auto;
        padding-left: 0;
    }
    
    .filters select:last-child{
    	margin: 0 auto;
    }
    
    .secondary-filters {
		padding: 10px;
	}
	
	.secondary-filters .dropdowns > div {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0; 
		border-bottom: 1px solid var(--color-grey-transparent);
	}
	.secondary-filters .dropdowns > div:not(:first-child){
		padding-left: 0;
		border-left: none;
	}
	
	.secondary-filters .dropdowns label{
		display: block;
	}
	.secondary-filters .dropdowns select{
		margin-bottom: 0;
		margin-right: 0;
		padding-left: 10px;
		width: 100%;
	}

    .button.large {
        padding: 8px 12px;
    }
    
    
    
    
                /* MOBILE TABLES */
                
                
                
                
    table {
		font-size: 13px;
	}
	th.short:after {
	    content: none;
	}
	th.long:after {
	    content: none;
	}
	tr td:first-child {
	    width: auto !important;
	}
    td {
	    border: 1px solid var(--color-light-grey);
     	padding: 4px;
	}
	td.highlight {
		white-space: normal;
	}
	
	
	
	
	            /* MOBILE LEAGUE STANDINGS CAROUSEL */
	            
	            
	            
	            
	            
	#league-standings .table {
		padding: 0 20px;
	}
	.league-standings-carousel .owl-nav button.owl-next, 
	.league-standings-carousel .owl-nav button.owl-prev {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.league-standings-carousel .owl-nav button.owl-next {
		right: -25px;
	}
	.league-standings-carousel .owl-nav button.owl-prev {
		left: -25px;
	}
	
    
    
    
    /* MOBILE SEARCH */
    
    
    
    
    
    #search-form > .search-box {
	    margin-right: 10px;
	    margin-left: 10px;
	    width: calc(100% - 20px);
	}
	
}

@media screen and (max-width: 768px) {
    #match-groups li .icon {
        /*display: none;*/
    }
}




    /* OLDER BROWSER FIXES */
    
    
    
    
@supports not (display: grid) {

    #match-groups li {
        margin-bottom: 30px;
    }

    @media screen and (max-width: 768px) {
        #match-groups li {
            margin-bottom: 10px;
        }
        .grid-2 > *,
        .grid-4 > *,
        .grid-6 > * {
            margin-bottom: 10px;
        }
    }

}