@font-face {
	font-family: 'Montserrat';
	src: url('https://sportsdatalive.com/assets/fonts/Montserrat-Regular.ttf');	
}
@font-face {
	font-family: 'RobotoSlab';
	src: url('https://sportsdatalive.com/assets/fonts/RobotoSlab-Regular.ttf');	
}
@font-face {
	font-family: 'RobotoSlabLight';
	src: url('https://sportsdatalive.com/assets/fonts/RobotoSlab-Light.ttf');	
}
* {
	font-family: 'Montserrat';
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
body {
	margin: 0;
}
#content {
	min-height: 100vh; 
	margin: 0; 
	display: grid;
	grid-template-rows: auto 1fr auto;
}
#header {
	width: 100%;
    background-color: #2B2C2D;
    color: white;
}
.outer-container {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto;
	position: relative;
}
#header-content {
	display: grid;
    grid-template-columns: 160px 1fr 160px;
    grid-template-rows: 80px;
	align-items: center;
	justify-items: center;
}
.hc-lnav {
	display: flex;
    align-items: center;
    gap: 10px;
}
.hc-rnav {
	display: flex;
    justify-content: space-evenly;
    width: 100%;
	font-size: 16px;
}
.hc-cus {
	width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-image: linear-gradient(90deg, #0070F0 -12.5%, #01F4F5 111.11%) 1;
	font-size: 16px;
}
.city-header {
	background-image: linear-gradient(90deg, #0070F0 -12.5%, #01F4F5 111.11%);
    width: 100%;
    line-height: 30px;
	text-align: center;
}
.city-name {
	font-size: 16px;
    color: white;
    font-weight: bold;
}



#cities-toggle-mb,
#cities-toggle {
	display: flex;
    align-items: center;
    color: white;
    background: linear-gradient(90deg, #0070F0 -192.5%, #01F4F5 111.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
	cursor: pointer;
}
#cities-toggle-mb {
	display: none;
}
#cities-toggle-mb img,
#cities-toggle img {
	filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(208deg) brightness(105%) contrast(100%);
	width: 16px;
}
#cities {
	display: none;
    position: fixed;
    height: calc(100lvh - 80px);
    width: 100%;
    /*background-color: #ffffffe6;*/
    background-color: #ffffffeb;
    z-index: 20;
    justify-content: center;
    justify-items: center;
    text-align: center;
    top: 80px;
    padding-top: 20px;
    align-content: baseline;
}
#cities > a {
	margin-top: 30px;
    text-decoration: underline;
}
.cities-container {
	display: flex;
    column-gap: 50px;
    row-gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    align-content: baseline;
    padding: 0 10px;
}
.cities-container a.active {
	background: linear-gradient(90deg, #0070F0 -192.5%, #01F4F5 111.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
}



.city-competition-header {
	display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	gap: 5px;
}
.city-competition-header img {
	height: 25px;
}
.city-competition {
	margin-bottom: 30px;
}
.city-competition-teams {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
	padding: 0 5px;
}
.city-competition-team {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
	display: grid;
	grid-template-columns: min-content 1fr 200px;
	align-items: center;
    padding: 0 5px;
	height: 55px;
}
.city-competition-team img {
	width: 25px;
	margin-right: 10px;
}
.city-competition-links {
	display: flex;
    justify-content: center;
    gap: 15px;
}
.city-competition-links a {
	background: linear-gradient(90deg, #0070F0, #01F4F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
    cursor: pointer;
	font-size: 13px;
}




#comp-nav {
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	background-color: white;
}
#comp-nav-content {
	height: 60px;
    display: flex;
	justify-content: space-between;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}
.comp-nav-item {
	display: flex;
	height: 100%;
    align-items: center;
    border-image: unset;
	border-bottom: 2px solid transparent;
	padding: 0 10px;
	gap: 5px;
	position: relative;
	cursor: pointer;
	color: inherit;
}
.comp-nav-item.active {
    border-image: linear-gradient(90deg, #0070F0 -12.5%, #01F4F5 111.11%) 1;
}
.comp-nav-item > img {
	max-width: 25px;
}
.comp-nav-submenu {
	display: none;
	position: absolute;
    background-color: white;
	top: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 10px 0;
	z-index: 2;
}
.comp-nav-submenu > a {
	line-height: 32px;
    padding: 0 30px;
}
.hc-logo {
	max-height: 90%;
	max-width: 90%;
}
.hc-sports {
	display: flex;
    gap: 15px;
	height: 100%;
    align-items: center;
}
.hc-sports > a,
.hc-sports > div {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	text-transform: uppercase;
}
.hc-sports i {
	font-size: 12px;
	margin-left: 5px;
}
.hc-submenu {
	display: none;
	position: absolute;
	top: 100%;
	padding: 20px;
	background-color: white;
	z-index: 2;
	color: black;
	-webkit-box-shadow: 0 4px 22px rgba(0,0,0,.25);
    box-shadow: 0 4px 22px rgba(0,0,0,.25);
}
.hc-more {
	cursor: pointer;
}
.hc-more:hover > .hc-submenu {
	display: block;
}
.hcsm-wrapper {
	display: grid;
	background-color: #ecf3f7;
    padding: 20px;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    row-gap: 10px;
}
.hcsm-wrapper > a:hover {
	text-decoration: underline;
}


#main {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}
.placeholder-text {
	color: #2b2c2d;
    width: 100%;
    max-width: 800px;
    font-size: 18px;
    margin: 100px auto;
}
.sport-subheader {
	font-size: 45px;
	text-align: center;
	font-family: 'RobotoSlab';
	text-transform: uppercase;
}
.sport-subheader span {
	font-family: 'RobotoSlabLight';
	font-weight: normal;
}




#header-content-mb {
	display: none;
	position: fixed;
	height: calc(100lvh - 80px);
	width: 100%;
	background-color: #ffffffe6;
	z-index: 20;
	grid-template-rows: 1fr min-content;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
    
	
	height: 100svh;
    top: 0px;
}
#header-content-mb > div:first-child {
	display: grid;
    grid-auto-rows: 50px;
    color: black;
    width: 100vw;
}
#header-content-mb > div:first-child a {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
}
#header-content-mb > div:first-child a.active {
	font-weight: bold;
	background: linear-gradient(90deg, #0070F0 -12.5%, #01F4F5 111.11%);
	color: white;
}
#mb-menu-toggle {
	cursor: pointer;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(103%) contrast(101%);
}
#header-content-mb > div:last-child {
	color: black;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}
#header-content-mb > div:last-child > a:first-child {
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
    line-height: 60px;
}
#header-content-mb > div:last-child > div:last-child {
	
}


#main-cta {
	position: relative;
    max-height: 250px;
    overflow: hidden;
}
.cta-img {
	width: 100%;
	min-height: 100px;
}
.cta-grad {
	position: absolute;    
	left: 0;    
	width: 100%;    
	height: 100%;    
	opacity: 1;
}
.cta-inner {
	width: 100%;
    max-width: 1100px;
}
.cta-ov {
	position: absolute;
    left: 0;
    width: 100%;
	max-width: 1100px;
    height: 70%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cta-ov-mb {
	
}
.cta-text {
	position: absolute;
    width: 100%;
    max-width: 1100px;
    height: 70%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    gap: 10px;
}
.cta-text div {
	font-size: min(24px,2vw);
	color: white;
}
.cta-text a {
	background-color: white;
    font-size: min(18px,1.5vw);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    justify-items: center;
    padding: 15px 25px;
    cursor: pointer;
    font-weight: bold;
}

#footer-wrapper {
	margin-top: 10px;
}
#footer {
	width: 100%;
    background-color: #2B2C2D;
    color: white;
}
#footer-content {
	display: grid;
    grid-template-columns: 160px 1fr 160px;
    grid-template-rows: 80px;
    align-items: center;
    justify-items: center;
	padding: 0 10px;
	overflow: hidden;
}
#footer-content > div:nth-child(1) {
	height: 100%;
    display: flex;
    align-items: center;
}
#footer-content > div:nth-child(1) a {
	display: contents;
}
#footer-content > div:nth-child(2) {
	text-align: center;
    line-height: 30px;
	font-size: 16px;
}
#footer-content > div:nth-child(2) a {
	background: linear-gradient(90deg, #0070F0 -192.5%, #01F4F5 111.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: relative;
}
#footer-content > div:nth-child(2) a:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: red;
    bottom: 0;
    left: 0;
	background: linear-gradient(90deg, #0070F0 -192.5%, #01F4F5 111.11%);
}
#footer-content > div:nth-child(3) {
	display: grid;
    grid-auto-flow: column;
    width: 100%;
    justify-content: end;
    gap: 10px;
}
#footer-content > div:nth-child(3) a {
	display: contents;
}


.ft-cpr-mb {
	display: none;
	height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.cta-ov-mb {
	display: none;
	width: 100%;
}
.cta-grad-mb {
	display: none;
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.85;
}

.section {
	display: none;
}
.section.active {
	display: block;
}
.section-tab {
	width: 100%;
    height: 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 16px;
	margin: 20px 0;
}
.section-tab > div {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.section-tab > div.active {
	font-weight: bold;
	border-image: linear-gradient(90deg, #0070F0 -12.5%, #01F4F5 111.11%) 1;
}


.section-content {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
	justify-content: space-between;
}
.section-item  {
	width: 48%;
	min-width: 320px;
    float: left;
}
.section-item .dsg-widget {
	
}
.section-item h2 {
	color: #BFBFBF;
    font-size: 25px;
    font-weight: 300;
	text-transform: uppercase;
}
.fl-right {
	float: right;
}

#main:has(.no-comp) {
	display: grid;
    align-items: center;
}
.no-comp {
	width: 100%;
    display: grid;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
    font-weight: bold;
    justify-items: center;
    background: linear-gradient(90deg, #0070F0, #01F4F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-dl {
	width: 100%;
    display: grid;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
    font-weight: bold;
    justify-items: center;
    background: linear-gradient(90deg, #0070F0, #01F4F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;
}


#page-contact-us.placeholder-text {
	text-align: center;
}
#page-contact-us div {
	margin: 10px 0;
}
#page-contact-us .b-email {
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen AND (min-width: 768px) {
	#header-content-mb {
		display: none;
	}
	#mb-menu-toggle {
		display: none;
	}
}	
@media screen AND (max-width: 767px) {
	.fl-right {
		float: left;
	}
	#cities-toggle-mb {
		display: flex;
	}
	#cities {
		justify-content: unset;
	}
	.cities-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: left;
		padding: 0 20px;
	}
	#header {
		position: absolute;
		z-index: 30;
	}
	#comp-nav {
		margin-top: 80px;
	}
	#header-content {
		display: flex;
		justify-content: space-between;
		padding: 0 40px;
		height: 80px;
	}
	.hc-rnav,
	.hc-cus {
		display: none;
	}
	
	#footer #footer-content {
		grid-template-columns: 1fr;
	}
	#footer #footer-content > div:nth-child(3) {
		justify-content: center;
		gap: 20px;
	}
	.ft-cpr {
		display: none;
	}
	#footer-content > div:nth-child(2) {
		margin-bottom: 25px;
	}
	.ft-cpr-mb {
		display: flex;
	}
	#footer-content .hc-logo {
		max-height: 100%;
		max-width: 100%;
	}
	
	#content #main-cta {
		display: flex;
		height: 270px;
		align-items: center;
		justify-content: center;
		max-height: unset;
		overflow: unset;	
		background-image: url(https://sportsdatalive.com/assets/img/cta-img-full.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#content .cta-inner {
		max-width: 90%;
		display: inline-table;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: auto;
	}
	
	.cta-ov-mb,
	.cta-grad-mb {
		display: block;
	}
	
	.cta-img,
	.cta-ov,
	.cta-grad {
		display: none;
	}	
	.cta-text {
		display: grid;
		justify-items: center;
		padding: 0px 30px;
	}
	.cta-text div,
	.cta-text a {
		font-size: 18px;
	}
}
@media screen AND (max-width: 500px) {
	.section-item  {
		width: 100%;
		min-width: 320px;
	}
}