#custom_hat{
	min-height:333px;
	width:100%;
	background:#f3f3f3 url(../uploads/images/hat.jpg) 50% 50% / cover no-repeat;
	font-family:"Roboto",Roboto,sans-serif;
	color:#fff;
	font-size:13px;
	font-weight:900;
	line-height:14px;
	overflow:hidden;
	position:relative;
	padding:40px 20px 30px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#custom_hat h1{
	font-size:34px;
	line-height:40px;
	display:block;
	color:#ffffff;
	text-align:center;
	margin:0 auto;
	padding:30px 10px 40px;
	text-transform:uppercase;
	max-width:900px;
	box-sizing:border-box;
}

#custom_hat div{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	gap:20px 30px;
	width:100%;
	max-width:1100px;
	margin:0 auto;
	text-align:center;
}

#custom_hat span{
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:1 1 220px;
	max-width:300px;
	min-height:42px;
	line-height:21px;
	box-sizing:border-box;
	margin:0;
	padding:0 10px;
}

#custom_hat h1 a{color:#f49244;}
#custom_hat h1 a:hover{text-decoration:none;}
#custom_hat span a{color:#ffffff;}
#custom_hat span a:hover{color:#27afd5;text-decoration:none;}

@media screen and (max-width:767px){
	#custom_hat{
		min-height:auto;
		padding:30px 15px 25px;
	}

	#custom_hat h1{
		font-size:28px;
		line-height:32px;
		padding:20px 5px 25px;
	}

	#custom_hat div{
		gap:15px;
	}

	#custom_hat span{
		flex:1 1 180px;
		max-width:240px;
		font-size:12px;
		line-height:18px;
		min-height:auto;
	}
}

@media screen and (max-width:479px){
	#custom_hat{
		padding:22px 10px 20px;
	}

	#custom_hat h1{
		font-size:24px;
		line-height:28px;
		padding:10px 0 20px;
	}

	#custom_hat div{
		flex-direction:column;
		align-items:center;
		gap:12px;
	}

	#custom_hat span{
		flex:none;
		max-width:280px;
		width:100%;
		padding:0;
		font-size:11px;
		line-height:16px;
	}
}

@media screen and (max-width:379px){
	#custom_hat{
		padding:18px 8px 16px;
	}

	#custom_hat h1{
		font-size:20px;
		line-height:24px;
		padding:5px 0 15px;
	}

	#custom_hat span{
		font-size:10px;
		line-height:14px;
		max-width:240px;
	}
}


.landing#directions{
	background:#f3f3f3;
	text-align:center;
	margin:15px 0 0;
	padding:40px 80px 35px;
	box-sizing:border-box;
	overflow:hidden;
}

.landing#directions .landing-header{
	margin:0 0 45px;
}

.landing#directions .landing-header h2{
	color:#0f8967;
	text-transform:uppercase;
	font-size:28px;
	line-height:30px;
	font-weight:700;
	margin:0 0 8px;
}

.landing#directions .landing-header p{
	color:#8a8a8a;
	text-transform:uppercase;
	font-size:16px;
	line-height:22px;
	margin:0;
}

.landing#directions > .landing-item{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:70px;
	margin:0 0 70px;
	width:100%;
	box-sizing:border-box;
	clear:both;
}

.landing#directions > .landing-item:last-child{
	margin-bottom:0;
}

.landing#directions > .landing-item .landing-item-image{
	position:relative;
	flex:0 0 auto;
	display:block;
	line-height:0;
	box-sizing:border-box;
}

.landing#directions > .landing-item .landing-item-image a{
	display:block;
	position:relative;
	z-index:2;
}

.landing#directions > .landing-item .landing-item-image img{
	display:block;
	height:220px;
	width:auto;
	max-width:none;
}

.landing#directions > .landing-item .landing-item-image.bg:before{
	content:"";
	position:absolute;
	background:#0f8967;
	z-index:1;
}

.landing#directions > .landing-item:not(.inverse) .landing-item-image{
	padding:24px 0 0 48px;
}

.landing#directions > .landing-item:not(.inverse) .landing-item-image.bg:before{
	left:0;
	top:0;
	right:48px;
	bottom:24px;
}

.landing#directions > .landing-item.inverse .landing-item-image{
	padding:0 48px 24px 0;
}

.landing#directions > .landing-item.inverse .landing-item-image.bg:before{
	left:48px;
	top:24px;
	right:0;
	bottom:0;
}

.landing#directions .left-top-padding,
.landing#directions .right-bottom-padding{
	margin:0;
}

.landing#directions > .landing-item .white-digits{
	position:absolute;
	z-index:3;
	width:48px;
	height:220px;
	color:#fff;
	font-size:56px;
	line-height:56px;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
}

.landing#directions > .landing-item:not(.inverse) .white-digits{
	left:0;
	top:0;
}

.landing#directions > .landing-item.inverse .white-digits{
	right:0;
	bottom:0;
}

.landing#directions > .landing-item .landing-item-description{
	flex:1 1 0;
	text-align:left;
	box-sizing:border-box;
	max-width:460px;
}

.landing#directions > .landing-item .landing-item-description h3{
	font-size:22px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	color:#2f3f52;
	margin:0 0 24px;
	display:flex;
	align-items:center;
}

.landing#directions > .landing-item .landing-item-description h3:after{
	content:">";
	color:#0f8967;
	margin-left:12px;
	font-weight:700;
}

.landing#directions > .landing-item .landing-item-description ul{
	list-style:none;
	padding:0;
	margin:0;
}

.landing#directions > .landing-item .landing-item-description li{
	position:relative;
	padding-left:34px;
	margin:0 0 18px;
	color:#6c7680;
	font-size:16px;
	line-height:28px;
}

.landing#directions > .landing-item .landing-item-description li:last-child{
	margin-bottom:0;
}

.landing#directions > .landing-item .landing-item-description li:before{
	content:"—";
	position:absolute;
	left:0;
	top:0;
	color:#0f8967;
}

@media screen and (max-width:1499px){
	.landing#directions{
		padding:35px 25px 30px;
	}

	.landing#directions > .landing-item{
		gap:45px;
		margin-bottom:55px;
	}

	.landing#directions > .landing-item .landing-item-image img{
		height:200px;
	}

	.landing#directions > .landing-item .white-digits{
		height:200px;
		font-size:48px;
		line-height:48px;
		width:42px;
	}

	.landing#directions > .landing-item:not(.inverse) .landing-item-image{
		padding:22px 0 0 42px;
	}

	.landing#directions > .landing-item:not(.inverse) .landing-item-image.bg:before{
		right:42px;
		bottom:22px;
	}

	.landing#directions > .landing-item.inverse .landing-item-image{
		padding:0 42px 22px 0;
	}

	.landing#directions > .landing-item.inverse .landing-item-image.bg:before{
		left:42px;
		top:22px;
	}

	.landing#directions > .landing-item .landing-item-description{
		max-width:420px;
	}

	.landing#directions > .landing-item .landing-item-description h3{
		font-size:20px;
		line-height:26px;
	}

	.landing#directions > .landing-item .landing-item-description li{
		font-size:15px;
		line-height:25px;
	}
}

@media screen and (max-width:899px){
	.landing#directions{
		padding:30px 20px 25px;
	}

	.landing#directions .landing-header{
		margin-bottom:30px;
	}

	.landing#directions .landing-header h2{
		font-size:22px;
		line-height:28px;
	}

	.landing#directions .landing-header p{
		font-size:14px;
		line-height:20px;
	}

	.landing#directions > .landing-item,
	.landing#directions > .landing-item.inverse{
		flex-direction:column;
		align-items:center;
		gap:24px;
		margin-bottom:40px;
	}

	.landing#directions > .landing-item.inverse .landing-item-image{
		order:0;
	}

	.landing#directions > .landing-item .landing-item-description{
		max-width:100%;
		text-align:center;
	}

	.landing#directions > .landing-item .landing-item-description h3{
		justify-content:center;
		margin-bottom:16px;
	}

	.landing#directions > .landing-item .landing-item-description ul{
		display:inline-block;
		text-align:left;
	}
}

@media screen and (max-width:479px){
	.landing#directions{
		padding:25px 10px 20px;
	}

	.landing#directions .landing-header h2{
		font-size:18px;
		line-height:24px;
	}

	.landing#directions .landing-header p{
		font-size:12px;
		line-height:18px;
	}

	.landing#directions > .landing-item{
		gap:18px;
		margin-bottom:30px;
	}

	.landing#directions > .landing-item .landing-item-image img{
		height:160px;
	}

	.landing#directions > .landing-item .white-digits{
		height:160px;
		width:28px;
		font-size:34px;
		line-height:34px;
	}

	.landing#directions > .landing-item:not(.inverse) .landing-item-image{
		padding:16px 0 0 28px;
	}

	.landing#directions > .landing-item:not(.inverse) .landing-item-image.bg:before{
		right:28px;
		bottom:16px;
	}

	.landing#directions > .landing-item.inverse .landing-item-image{
		padding:0 28px 16px 0;
		order:0;
	}

	.landing#directions > .landing-item.inverse .landing-item-image.bg:before{
		left:28px;
		top:16px;
	}

	.landing#directions > .landing-item .landing-item-description h3{
		font-size:18px;
		line-height:22px;
	}

	.landing#directions > .landing-item .landing-item-description li{
		font-size:13px;
		line-height:21px;
		padding-left:24px;
		margin-bottom:12px;
	}
}