/** 404 Error **/
.link-w-icon {
    text-decoration: none;
    border-bottom: 0;
}

.link-w-icon .text {
    margin-left: 5px;
    border-bottom: 1px solid;
}

.link-w-icon .icon, .link-w-icon .text {
    vertical-align: middle;
}

.secondary-link {
    text-decoration: underline;
    color: #ec1d23;
}

/** Unsupported Browser Page **/
.not-found-wrapper {
    position: relative;
    padding-bottom: 2rem;
    height: 100vh;
}

.not-found-content-inner .title {
    font-size: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
    .not-found-content-inner .title {
        font-size: 50px;
        margin-top: 6rem;
        margin-bottom: 3rem;
    }
}

.hero-banner {
    padding: 0;
    position: relative;
    z-index: 1;
}

.not-found-wrapper .hero-banner {
    position: relative;
    height: 55vh;
}

@media only screen and (min-width: 992px) {
    .not-found-wrapper .hero-banner {
        height: 100vh;
    }
}

.hero-banner .triangle-right {
    height: 100vh;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7rem 100vw;
    border-color: transparent transparent #fff;
    z-index: 10;
}

@media only screen and (min-width: 992px) {
    .not-found-wrapper .hero-banner .triangle-right {
        left: auto;
        bottom: auto;
        right: -1px;
        top: 0;
        border-width: 0 0 100vh 14rem;
    }
}

.not-found-wrapper .not-found-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7f7e7e;
}

.not-found-wrapper .octobus-banner {
    position: absolute;
    max-width: 25rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
}

@media only screen and (min-width: 992px) {
    .not-found-wrapper .octobus-banner {
        max-width: 35rem;
        left: auto;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 10rem;
    }
}

.not-found-wrapper .logo-mob {
    top: 4rem;
}

.not-found-wrapper .img-logo {
    max-width: 17rem;
}

@media only screen and (max-width: 767px) {
    .hero-banner .logo-mob {
        top: 2rem;
    }
}

.hero-banner .logo-mob {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
}

.not-found-content {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media only screen and (min-width: 992px) {
    .not-found-content {
        height: 100vh;
        padding-right: 8rem;
    }
}

.not-found-content-inner .title-msg { font-size: 18px; }

.not-found-content-inner .msg { font-size: 16px; }

.img-chrome,
.img-safari {
    margin: 0.5rem 1rem;
}

@media only screen and (min-width: 992px) {
    .not-found-content-inner .title-msg {
        font-size: 26px;
    }

    .not-found-content-inner .msg {
        font-size: 22px;
        font-weight: 100;
    }
    .img-chrome,
    .img-firefox {
        margin: 2rem 3rem;
    }
}

.not-found-content-inner {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .not-found-content-inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

.not-found-wrapper .img-logo {
    max-width: 17rem;
}

.link-w-icon {
    text-decoration: none;
    border-bottom: 0;
}

.not-found-wrapper .img-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

@media only screen and (min-width: 992px) {
    .not-found-wrapper .img-footer {
        display: none;
    }
}

.img-logo.logo-mob {
    background: url(../assets/brands/cimb-clicks-logo.svg) no-repeat;
    height: 35px;
    width: 170px;
}

.img-logo {
    background: url(../assets/brands/cimb-clicks-logo-red.svg) no-repeat;
    height: 40px;
    width: 170px;
    margin: 0 auto;
}