/* Style rules required by content defined in e404.jspf */

h1 {
    margin: 0;
}

.pageTitleContainer {
    overflow: auto;
    overflow-y: hidden;
    width: 980px;
    margin-bottom: 5px;
}

.dividedSection{
    border-bottom: 1px solid #C6C7C9;
    padding-bottom : 5px;
}

.pageTitleText {
    font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #58595B;
}


.body {
    margin: 5px 30px 50px;
    font-size: 12px;
    color: #333;
    width: 980px;
}
.sorry {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 13px;

    font-family: "Avenir LT W01 85 Heavy", verdana, arial, sans-serif;
    font-weight: normal;
}

#srch_li {
    height: 45px;
}

#srch_404 {
    width: 282px; /* 235 + 2 (padding) + 4 (border) + 7 (space) + 34 */
}
#srch_404 input.srch_q {
    font-size: 11px;
    font-weight: normal;
    width: 235px;
}
.body img {
    float: left;
    margin-right: 13px;
}

.primary-heading {
	font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #58595b;
}

.sub-heading {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 22px;
	text-align: center;
	margin-top: 5px;
	color: #58595b;
}

.featured-categories {
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.featured-category {
	margin-bottom: 40px;
}

.featured-category a, .featured-category a:hover {
	text-decoration: none;
	color: #58595b;
}

.category-title {
	font-family: "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
}

.tp-enabled #footer {
	margin-top: 0;
}

@media (max-width: 991px) {
    #mobileTPNav.mobile-only {
        display: block;
    }
}