/* Start Footer */
.cookie-btn {
	color: #cbcbcb !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	line-height: 35px !important;
	font-family: "dinosaur", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	border: none !important;
	font-size: 15px !important;
	padding: 0 !important;
	transition: all 0.2s ease-in-out !important;
	background: none !important;
	cursor: pointer !important;
}
.cookie-btn:hover {
	color: #fff !important;
	transition: all 0.2s ease-in-out !important;
}
#section-footer {
	background: #0b162a;
	color: white;
	z-index:20;
	position: relative;
}
.footer-logo{
	max-width: 400px;
	background: url(https://static.clubs.nfl.com/image/upload/v1711643110/bears/chxwd4v1swgph4aceqik.png) no-repeat center center;
	text-align: center;
	background-size: 275px;
	min-height: 100px;
	width: 100%;
	margin: 0 auto -10px auto;
	padding: 80px 0 0 0;
}
.footer-links{
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
}
.footer-links a {
	color: #cbcbcb;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 35px;
	font-family: "dinosaur", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	transition: all 0.2s ease-in-out;
}
.footer-links a:hover {
	color: #fff;
	transition: all 0.2s ease-in-out;
}
.first-footer-container{
	padding-bottom: 50px;
}
.second-footer-container{
	background: #343434;
	color: #cbcbcb;
	font-family: "dinosaur", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.second-footer-container .footer-left p{
	display: inline-block;
	padding: 20px 25px;
	margin: 0;
}
.second-footer-container .footer-right p{
	display: inline-block;
	padding: 20px 25px;
	margin: 0;
}
.social-btns {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	max-width: 350px;
	padding: 50px 0 0 0;
}
.social-btns img {
	height: 35px;
	padding: 0;
	transition: all 0.2s ease-in-out;
}
.social-btns img:hover {
	filter: brightness(2);
	transition: all 0.2s ease-in-out;
}
.footer-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.footer-right {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.footer-right a {
	line-height: 0;
}
.footer-right img{
	height: 30px;
	padding: 0 15px 0 0;
}
@media screen and (max-width: 1070px) {
	.footer-links a {
		padding: 0 10px;
		line-height: 20px;
	}
}
@media screen and (max-width: 840px) {
	.footer-links {
		flex-direction: column;
	}
	.footer-links a {
		padding: 10px;
	}
	.second-footer-container {
		flex-direction: column;
		align-items: center;
	}
	.second-footer-container .footer-left p {
		padding: 20px 15px 10px 15px;
	}
	.second-footer-container .footer-right p {
		padding: 20px 15px 20px 15px;
	}
}
@media screen and (max-width: 460px) {
	.footer-right {
		flex-direction: column;
	}
	.second-footer-container .footer-right p {
		padding: 10px 15px 20px 15px;
	}
	.footer-left img, .footer-right img {
		padding: 0 0 15px 0;
		height: 45px;
	}
	.footer-logo {
		background-size: 335px;
		padding: 60px 0 0 0;
		margin: 0px auto -20px auto;
	}
}