/** Error Page
 * Tablet & Desktop
 */
#outer {
    background: #F4F3F8;
}
/* m_10.01.08 Page Introduction */
.pageIntroduction {
    margin: 32px auto 0;
    text-align: center;
    width: 90%;
    max-width: 60em;
}
.pageIntroduction p {
    font-size: 2.4em;
    line-height: 1.1;
    padding: 0;
}
.pageIntroduction h1,
.pageIntroduction p.intro {
    color: #dc182d;
    font-size: 5em;
}
.pageIntroduction p.intro {
    text-transform: uppercase;
    margin: -.3em 0 0.35em;
    line-height: 1;
    padding: 0;
}
.pageIntroduction .wrapper {
    background-position: 50% 99%;
    text-align: center;
    padding: 2.5em 6.6em 0.4em;
}
.ie8 .module.pageIntroduction {
}
.landscapeImage hr {
    padding: 0 0 50px;
}

/* m_107.01 Landscape Image */
.module.landscapeImage {
    margin-bottom: 0;
}

/*------------------------------
 	Tablet
--------------------------------*/

@media screen and (min-width:621px) and (max-width:800px) {

    .pageIntroduction {
        margin: 32px 9.3% 0;
        width: auto;
    }
    .pageIntroduction p {
        font-size: 2.4em;
        margin-top: -1.2em;
    }
    .pageIntroduction p.intro {
        margin: 0 0 1em;
    }
    .pageIntroduction .wrapperInner {
        padding: 2.5em 6.4em 0.4em;
    }
}