﻿.custom-error-page {
    background: #FFF;
}
.custom-error-page .inset {
    padding: 0 30px;
    font-family:"Nexa W01 Regular";
    margin: 20px 0 40px;
}
.custom-error-page .inset h2 {
     font-family:"Nexa W01 Bold";
     font-size: 32px;
     margin: 0 0 20px;
     color: #000;
}
h2.caps {
    font-size: 24px;
}
.custom-error-page #content_0_txtSearchBox {
    padding: 15px 35px 15px 15px;
    border: solid 1px #CCC;
    width: 100%;
    box-sizing: border-box;
}
.custom-error-page a {
    color: #8f1336;
    text-decoration: none;
    word-break: break-all;
}
.popular-results h3 a {
    color: #000;
    font-size: 20px;
}
.custom-error-page h3 {
    font-size: 24px;
    margin: 0 0 15px;
    color: #000;
}
.popular-results .result {
    border-bottom: solid 1px #CCC;
    padding: 15px 0;
}
.popular-results .result:last-child {
    border-bottom: none;
}
.custom-error-page #search-form {
    margin: 15px 0 30px;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 369px;
}
.custom-error-page #content_0_btnSubmit {
    background: url(../png/sprite-images-2.png) no-repeat -21px -351px;
    width: 24px;
    height: 23px;
    border: none;
    position: absolute;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-error-page .inset h2 {
       background: url(../jpg/home-top-nav-bg.jpg) repeat-x;
       background-size: cover;
       color: #FFF;
       text-transform: uppercase;
       font-family:"Birch W03 Regular1180575";
       margin: 0 -30px;
       font-style: normal;
       font-weight: normal;
       padding: 28px;
       font-size: 46px;
    }
    .custom-error-page .inset h2.caps {
        background: none;
        color: #000;
        font-family:"Nexa W01 Bold";
        text-transform: none;
        font-size: 26px;
        margin: 0;
        padding: 20px 0;
    }
    .custom-error-page .inset {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .custom-error-page .inset h2 {
        font-family:"Birch W03 Regular1180575";
        font-weight: normal;
        font-style: normal;
        font-size: 48px;
    }
    .custom-error-page .inset h2.caps {
        font-family:"Nexa W01 Bold";
        font-size: 34px;
    }
}