h1.stream-h1{
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0 0 0 0);
	clip-path:inset(50%);
	white-space:nowrap;
	border:0;
}
.stream-head{
	max-width:760px;
	margin:22px auto 26px;
	padding:0 10px;
}
#searchbox{
	border-radius:14px;
	box-shadow:0 6px 18px rgba(31,47,66,0.28);
}
.stream-head .img-search{
	margin:0px auto;
}
.stream-head .img-menu{
	margin:18px auto 0px;
	padding:0px;
}
.stream-sentinel{
	display:flex;
	align-items:center;
	justify-content:center;
	height:70px;
}
.stream-sentinel span{
	display:block;
	width:22px;
	height:22px;
	border:3px solid rgba(34,48,61,0.25);
	border-top-color:#4D90FE;
	border-radius:50%;
	animation:stream-spin 0.9s linear infinite;
}
@keyframes stream-spin{
	to{transform:rotate(360deg);}
}
@media (prefers-reduced-motion:reduce){
	.stream-sentinel span{
		animation:none;
	}
}
.stream-end{
	display:none;
	max-width:640px;
	margin:20px auto 40px;
	padding:30px 20px 34px;
	border-top:1px solid #a9bccd;
}
.stream-end.on{
	display:block;
}
.stream-end h2.stream-end-title{
	font-family:'Bree Serif', sans-serif;
	font-weight:normal;
	font-size:1.5rem;
	margin-bottom:22px;
}
a.stream-end-btn{
	display:inline-block;
	padding:16px 46px;
	border-radius:999px;
	background-color:#4D90FE;
	color:#ffffff !important;
	font-family:'Nunito', sans-serif;
	font-weight:900;
	font-size:1.125rem;
	text-decoration:none !important;
	box-shadow:0 4px 12px rgba(31,47,66,0.22);
}
a.stream-end-btn:hover{
	background-color:#3a78df;
}
@media only screen and (max-width:600px){
	a.stream-end-btn{
		padding:15px 32px;
		font-size:1rem;
	}
}
