* {
	box-sizing: content-box;
	color: inherit;
	font-family: "proxima-nova",Arial,Helvetica,sans-serif !important;
	font-size: 14px;
	line-height: 135%;
	transition: all 0.2s linear;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body.linear.hd.errorPage {
	background: none repeat scroll 0 0 #f1f1f1;
	color: #222;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	        flex-direction: column;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	height: 100%;
	margin: 0;
	min-height: 100vh;
	padding: 0;
}
body.linear.hd.errorPage .topLinearContainer {
	align-content: center;
	align-items: center;
	display: flex;
	height: 40px;
	margin: 0;
	min-height: 40px;
	padding: 0 0 0 2%;
	z-index: 10;
}
body.linear.hd.errorPage .topLinearContainer a {
	flex: 1;
}
main {
	        flex: 1;
	    -ms-flex: 1;
	-webkit-flex: 1;
}

body.linear.hd.errorPage #lockedFooter {
	background-color: rgba(0, 0, 0, 0.65);
	        flex: 1;
	    -ms-flex: 1;
	-webkit-flex: 1;
	margin: 0;
	max-height: 160px;
	overflow: visible;
	padding: 1em 0;
	width: auto;
}

ul {
	padding-left: 7%;
}

.error {
	flex: 1;
	margin: 0;
}

#outline {
	background: none repeat scroll 0 0 transparent;
	border-radius: 4px;
	margin: 3.5vh auto;
	max-width: 600px;
	min-width: 300px;
	padding: 0;
	width: 90%;
}

ul.suggestions {
	list-style: none outside none;
	margin: 0.5em auto;
	padding: 0;
	width: 95%;
}

ul.suggestions li {
	font-weight: 600;
	padding: 0.25em 0;
}

#errorboxoutline {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 0;
	width: 100%;
}

h1#errorboxheader {
	background: none repeat scroll 0 0 #1e6b52;
	border-bottom: 1px solid #888;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 600 !important;
	height: auto;
	line-height: normal !important;
	margin: 0;
	padding: 4% 4% 2%;
	text-align: center;
	text-shadow: none;
	width: 92%;
}

#errorboxheader span {
	color: #fff;
}

#errorboxbody {
	margin: 0;
	padding: 2% 8% 5%;
	text-align: center;
}
#techinfo {
	border: 1px solid #ccc;
	color: #595959;
	margin: 5% auto 0;
	padding: 2%;
	text-align: center;
}
#techinfo .error-code {
	color: #595959;
}

td.gsc-input input {
	line-height: normal;
}
td.gsc-input .gsib_a {
	padding: 0.4em;
}
body.errorPage .gsc-search-box-tools .gsc-search-box .gsc-input {
	margin: 0;
	padding: 0.6em 0;
}
.gsc-search-button.gsc-search-button-v2 {
	background: #1e6b52;
	border: none;
	margin: 0;
	min-width: 39px;
	padding: 10px;
	width: auto;
}

.hidden,
.sr-only {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

body.blocked h1#errorboxheader {
	background: none repeat scroll 0 0 #ff5722;
	padding: 4%;
}
body.blocked h2 {
	font-size: 18px;
	margin-bottom: 1em;
	text-align: center;
}
body.blocked ul.suggestions {
	list-style-type: disc;
	max-width: 20em;
	text-align: left;
}
body.blocked #techinfo {
	margin: 2% auto;
}