﻿.custom-error-page {
    padding: 0 15px;
}

.error-heading {
    font-family: 'Philosopher-Bold';
    font-size: 38px;
    margin-bottom: 15px;
}

    .error-heading.caps {
        font-family: 'Figtree-SemiBold';
        font-weight: normal;
        font-style: normal;
        font-size: 26px;
        text-align: left;
        position: relative;
        left: 0;
    }

.custom-error-page #content_0_txtSearchBox {
    width: 100%;
    box-sizing: border-box;
}

.custom-error-page #search-form {
    margin: 15px 0 30px;
    display: inline-block;
    position: relative;
}

.custom-error-page h3 {
    color: #666;
    font-size: 26px;
    margin-bottom: 20px;
}

.custom-error-page a {
    text-decoration: none;
    color: #006aa6;
    word-break: break-all;
}

.result h3 a {
    color: #333;
    font-family: 'Figtree-Light';
    font-size: 22px;
}

.result {
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 15px;
    font-family: 'Figtree-Light';
}

    .result:last-child {
        border-bottom: none;
    }

.custom-error-page #content_0_btnSubmit {
    background: url(/file/media/Schrock/global/sprite-images.png) no-repeat -184px -11px;
    width: 19px;
    height: 19px;
    border: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .error-heading {
        text-align: center;
    }

    .custom-error-page #content_0_txtSearchBox {
        background: rgb(241,251,254);
        padding: 15px 26px 15px 15px;
    }

    .custom-error-page #search-form {
        width: 265px;
    }
}

@media (min-width: 768px) {
    .error-heading {
        text-align: left;
        position: relative;
        left: -7px;
    }

    .custom-error-page #content_0_txtSearchBox {
        padding: 10px 26px 10px 10px;
    }

    .custom-error-page #search-form {
        width: 370px;
    }

    .custom-error-page a {
        font-size: 18px;
        font-family: 'Figtree-Light';
    }
}
@media (min-width: 992px) {
    .custom-error-page .inset {
        padding: 0 18px;
    }
}
