﻿@media only screen and (max-width: 767px) {
    .errorPage header .contentHolder {
        height: 50px;
    }
}

.errorPage header .contentHolder:after {
    background-color: rgba(255,255,255,0.3);
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    visibility: visible;
    width: calc(100%);
}


.errorPage .heroBanner {
    height: 100vh !important;
}

.secondaryFooter .widthHolder,
footer .widthHolder {
    height: auto;
}

.errorPage header {
    width: 100% !important;
}