/* --------------------------------------------------------
	RESETS
   -------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, b, u, i, ol, ul, li, form, label, table, caption, article, aside, canvas, footer, header, hgroup, menu, nav, output, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Lato', Arial, Helvetica, Arial, Tahoma, sans-serif;
	font-weight: 400;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow-x:hidden;
}
a {
	text-decoration: none;
	color: #4a4a4a;
	cursor: pointer;
	font-weight: 600;
}
a:focus, a:hover {
	text-decoration: none;
	color: #5e5e5e;
}
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	overflow: hidden;
	font-size: 1.000em;
	color: #4a4a4a;
	line-height: 1.35em;
	margin-bottom: 8px;
}

img {
    max-width: 100%;
    height: auto;
}

/* --------------------------------------------------------
	GENERAL
   -------------------------------------------------------- */
.error-wrapper {
    overflow: hidden;
    display: block;
}

.error-section{
	margin-bottom:35px;
	overflow:hidden;
	display:block;
}
.wide-layout-bg {
	background:#ededf3;
	padding:50px 0;
}
header.branding {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: block;
}
header.branding a.navbar-brand.brand-prime {
    float: none;
    overflow: hidden;
    display: block;
    height: 100px;
	padding-top:20px;
}
.error-wrapper h1 {
    color: #dc2a2a;
    font-size: 1.625em;
    line-height: 1.2em;
    font-weight: 900;
	margin-top:0;
	margin-bottom:15px;
}
.error-wrapper h2.sub-title {
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #555;
}

p.sm-note {
    font-size: 0.875em;
    line-height: 1.4em;
    color: #666;
	margin: 2px 0;
}
.error-wrapper .searchbardiv input#qTextBox, .error-wrapper .searchbardiv .input-group-btn input {
    height: 40px;
    border-radius: 0;
}
.error-wrapper .searchbardiv .input-group-btn input {
    background: #dc2a2a;
    color: #fff;
    padding: 10px 20px;
    border: none;
}
.error-wrapper .btn{
	padding: 10px;
}
.error-wrapper .btn.button-home a {
    color: #fff;
    font-size: 1.1em;
    padding: 15px;
}
.error-wrapper .more-content {
    margin:35px auto;
    text-align:center;
}
.error-wrapper ul.tsol-pagelist {
    overflow: hidden;
    display: block;
    margin-top:20px;
    list-style-type: none;

}
.error-wrapper ul.tsol-pagelist li:last-child{
    margin-right:0;
}
.error-wrapper ul.tsol-pagelist li{
    display:inline-block;
    margin-right:35px;
	margin-bottom:10px;
}

.error-wrapper .visual img {
    margin: 0 auto;
    text-align: center;
    float: none;
}

.error-wrapper .visual {
    margin: 0 auto;
    text-align: center;
}

/* --------------------------------------------------------
	MEDIA QUERIES
   -------------------------------------------------------- */
@media only screen and (max-width : 767px) {
	.error-wrapper ul.tsol-pagelist li {
    margin-bottom:15px;
		margin-right:10px;
		margin-left:10px;
}
	.error-wrapper ul.tsol-pagelist{
		padding:20px;
		padding-top:0;
	}
.wide-layout-bg {
    padding: 20px 0;
}
}