body {
	/*height:2000px;*/
	/*background-image: url("https://cal.mascores.com/league/assets/img/funky-lines.png");*/
	padding-top: 106px;
	background-color: #f3f3f3;
	color: black;
}

footer {
	background-color: #dbdff0;
	/*height: 100px;*/
}

.bottom-cta {
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 75px;
	display: grid;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
	transition: .5s;
}

.bottom-cta img {
	max-width: 100%;
}

.bottom-cta.unpinned {
	transform: translate(0, 110%);
	transition: 1s;
}

.list-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover {
	text-decoration: none;
}

.page {
	/*background-image: url("https://cal.mascores.com/league/assets/img/funky-lines.png");*/
	padding:15px 0;
	margin: 0 auto;
}

.block-head {
	padding: .25rem 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.25rem;
}

.main {
	background-color: #fff;
}

/*Home Page Standings*/
	

	.home-standings td {
		padding: .5rem;
	}

	select#home-standings-sport {
		border: none;
		font-size: 1.15rem;
	}

	select#home-standings-sport:focus, select#today-scoreboard-sport:focus {
		box-shadow: none;
	}

	
	.today-scoreboard {
		display: none;
	}

	select#today-scoreboard-sport {
		border: none;
		background-color: #555;
		color: white;
		font-size: 1.25rem;
	}

	.division-header {
		background-color: #3b6aa0;
		color: #fff;
		font-weight: bold;
	}

	a.expand-standings {
		height: 48px;
		color: #000;
		transition: all .5s;
	}

	a.expand-standings:hover {
		background-color: #3b6aa0;
		color: #fff;
		transition: all .5s;
	}

	.standings-head h3 {
		font-size: 1.5rem;
	}

	/*Styling for ad below the standings table*/
		/*.standings {
			position: relative;
		}*/

		.standings-cta {
			/*position: absolute;*/
			/*bottom: 5px;*/
			width: 320px;
			margin: 10px auto;
		}

	a.all-scores-link {
		height: 100%;
		color: white;
		transition: .5s;
	}

	a.all-scores-link:hover {
		background-color: #fff;
		color: #3b6aa0;
		transition: .5s;
	}

	.home-top {
		display: grid;
		/*grid-template-columns: auto 260px;*/
	}

		/*Leaderboard (IFS) ad*/
		.top-ad {
			background-color: #f3f3f3;
			padding-bottom: 15px;
		}

			.top-ad img {
				width: 100%;
				max-width: 970px;
			}

	.split-content {
		display: grid;
		/*grid-template-columns: 33% 67%;*/
	}

		.middle-block {
			grid-row: 1;
		}

	/*MAScore created news*/
		.news-slider {
			width: 320px;
			margin: 0 auto;
		}

		.news-slider img {
			width: 100%;
		}

	.slick-prev:before, .slick-next:before {
	    color: #3b6aa0;
	}

	.ad-holder-50 {
		display: none;
	}

	.navbar-collapse {
		max-height: calc(100vh - 56px);
		overflow: auto;
	}

	/*.sidebar-ads img {
		margin: 15px 5px;
		width: 225px;
	}*/

	.sidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.sidebar img {
		width: 45vw;
	}

	.post-featured-image img {
		width: 100%;
	}

	.post-photo img {
	    max-width: 100%;
	    margin: 0 auto;
	    place-self: center;
	    height: auto;
	    /*max-height: 310px;*/
	}

	.league-map {
		width: 300px;
	}

@media (min-width: 768px) {
	.bottom-cta {
		height: 110px;
	}

	.bottom-cta img {
		max-width: 728px;
	}

	.split-content {
		grid-template-columns: 45% 55%;
	}

		.news-slider {
			height: 420px;
		}

		.standings {
			grid-row: 1;
		}

	/*.sidebar-ads img {
		margin: 15px 5px;
		width: 275px;
	}*/

	.middle-block {
		border-left: 6px solid #f9f9f9;
	}

	.today-scoreboard {
		height: 85px;
		background-color: #555;
		display: grid;
		grid-template-columns: 2fr 4fr 1fr;
		margin-bottom: 10px;
	}

	.today {
		font-size: .85rem;
	}

	select#today-scoreboard-sport {
	    border: none;
	    background-color: #555;
	    color: white;
	    font-size: .8rem;
	}

	.slick-today-scoreboard {
		width: 100%;
		overflow: hidden;
	}

		.slick-today-scoreboard > .slick-list > .slick-track {
			margin-left: 0;
		}

			.today-score {
				border-left:1px solid #3b6aa0;
				border-right:1px solid #3b6aa0;
				background-color: #26466D;
			}

				.today-scoreboard-header {
					text-align: center;
					background-color: #ddd;
					font-size: .85rem;
				}

				.today-scoreboard-table {
					color: white;
					margin-bottom: 0;
				}

					.today-scoreboard-table td {
						padding:.4rem .25rem;
						border-top: none;
						font-size: .85rem;
					}

	.league-map {
		width: 400px;
	}

}

@media (min-width: 1024px) {
	body {
		padding-top: 190px;
	}

	.split-content {
		grid-template-columns: 40% 60%;
	}

	.today-scoreboard {
		height: 85px;
		background-color: #555;
		display: grid;
		grid-template-columns: 2fr 6fr 1fr;
		margin-bottom: 10px;
	}

	.slick-today-scoreboard {
		width: 100%;
		overflow: hidden;
	}

		.slick-today-scoreboard > .slick-list > .slick-track {
			margin-left: 0;
		}

			.today-score {
				border-left:1px solid #3b6aa0;
				border-right:1px solid #3b6aa0;
				background-color: #26466D;
			}

				.today-scoreboard-header {
					text-align: center;
					background-color: #ddd;
					font-size: .85rem;
				}

				.today-scoreboard-table {
					color: white;
					margin-bottom: 0;
				}

					.today-scoreboard-table td {
						padding:.4rem .25rem;
						border-top: none;
						font-size: .85rem;
					}

	/*.sidebar-ads img {
		margin: 15px 0;
		width: 250px;
	}*/

	.post-container {
		width: 880px;
		margin: 0 auto;
		padding-top: 20px;
	}

	.news-slider {
		width: 500px;
	}

	.league-map {
		width: 500px;
	}
}


@media (min-width: 1280px) {
	body {
	    padding-top: 130px;
	}

	.container, .page {
		max-width: 1280px;
	}

/*Hopefully constant across all "league" pages*/
	/*Keep the content of the top part of the page the same height as sidebar ads*/
	.split-content {
		min-height: 840px;
	}

		.standings {
			grid-row: 1;
		}

	.home-top {
		grid-template-columns: auto 300px;
	}

	.split-content {
		grid-template-columns: 33% 67%;
	}

	.sidebar {
		display: block;
		margin-top: 0;
	}

		.sidebar img {
			width: 280px;
			max-height: 233px;
		}

		.ducks {
			margin-top: 0;
		}

	/*Leaderboard (IFS) ad*/
	.top-ad {
		padding-right: 6px;
	}

		.top-ad img {
			width: 900px;
		}

	.middle-block {
		border-left: 6px solid #f9f9f9;
		padding-right: 6px;
	}

	/*MAScore created news*/
		.news-slider {
			width: 550px;
			margin: 0 auto;
			height: 480px;
		}

	/*Links to outside news*/
		.outside-news {
			min-height: 320px;
			/*overflow: hidden;*/
		}

	
	/*Today's Scores*/
		.today-scoreboard {
			grid-template-columns: 3fr 10fr 2fr;
		}

		select#today-scoreboard-sport {
		    font-size: 1rem;
		}

		.today {
			font-size: 1rem;
		}	

	
	/*Styling for ad below the standings table*/
		.standings {
			position: relative;
		}

		.standings-cta {
			/*position: absolute;
			bottom: 5px;
			padding-left: 8px;*/
		}

}

@media (min-width: 1336px) {
	.today-select {
		padding-left: 30px;
	}
}

@media (min-width: 1440px) {
	.container, .page {
		max-width: 1340px;
	}

	.home-top {
		grid-template-columns: auto 300px;
	}

	.top-ad img {
		width: 970px;
	}

	.sidebar img {
		width: 300px;
		max-height: 250px;
	}

	/*.standings-cta {
		bottom: 10px;
		padding-left: 10px;
	}*/

	.ad-holder-50 {
		display: none;
	}

	.ad-holder-100 {
		display: block;
	}

	.today-select {
		padding-left: 50px;
	}

	.all-scores {
		padding-right: 90px;
	}
}

@media (min-width: 1600px) {
	.container, .page {
		max-width: 1440px;
	}

	.home-top {
		grid-template-columns: auto 320px;
	}

	.today-select {
		padding-left: 65px;
	}

	select#today-scoreboard-sport {
	    font-size: 1.15rem;
	}
	
}

@media (min-width: 1920px) {
	body {
	    padding-top: 150px;
	}

	.container, .page {
	    max-width: 1600px;
	}

	/*Today's Scores*/
		.today-scoreboard {
			grid-template-columns: 3fr 12fr 2fr;
		}

		.today-select {
			padding-left: 65px;
		}

		select#today-scoreboard-sport {
		    font-size: 1.25rem;
		} 
}