
@import url('https://fonts.googleapis.com/css?family=Roboto:400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:700i&display=swap');

body {
	margin:0;
	padding:0;
	background:#333333;
	font-family:Roboto,Arial,Helvetica,sans-serif;
	color:#ffffff;
	line-height:1.33;
}

.its-banner-wrapper {
	margin:0 auto 0 auto;
	padding:20px;
	max-width:960px;
	background:#00274c;
}
.its-banner img {
	width:100%;
	max-width:820px;
	height:auto;
}

h1 {
	line-height:1.15;
}

.row {
	margin:0 auto 0 auto;
	padding:20px;
	max-width:960px;
	background:#fffefe;
}

.row .error {
	max-width:620px;
	margin:20px auto 20px auto;
	padding:30px;
	background:#f2dede;
	border:1px solid #e9cbcb;
	border-radius:7px;
	color:#5e0202;
	line-height:1.66;
}
.row .error h1 {
	margin:0;
	font-size:1.66rem;
	line-height:1;
}
.row .error h2 {
	margin:0;
	font-size:1.5rem;
	font-weight:400;
	line-height:1.66;
}
.row .error hr {
	margin:20px 0 20px 0;
	border:0;
	border-top:2px solid #e9cbcb;
}
.row .error .message {
	margin:0;
	padding:0 0 20px 0;
}
.row .error ul li {
	margin-bottom:.5rem;
}
.row .error a:link, .row .error a:visited {
	color:#0062cb;
}
.row .error a:hover, .row .error a:focus {
	color:#0d57aa;
}
.row .error p.footnote {
	margin:0;
}
@media (max-width:767px) {
	.row .error {
		margin:0 auto 0 auto;
		padding:20px;
	}
	.row .error ul {
		margin-left:10px;
		padding-left:10px;
	}
}

.footer {
	margin:0 auto 0 auto;
	padding:20px;
	max-width:960px;
	font-size:.9rem;
	text-align:center;
}
.footer a:link, .footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover, .footer a:focus {
	color:#ffcb05;
	text-decoration:underline;
}