/* Secure static stylesheet for the Redress Scheme mock-up. No inline styles or scripts are required. */
html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #243F74;
    background-image: url("images/mountains_bkdrop.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFFFFF;
    font-family: "MS Reference Sans Serif", Verdana, Arial, "Times New Roman", Helvetica, sans-serif;
    font-size: 12px;
}

a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #C8CCD7;
}

.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 106px;
    overflow: hidden;
    background-color: #023b6a;
}

.header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 7px 20px 15px 20px;
}

.header-logo {
    width: 260px;
    padding-top: 14px;
    padding-bottom: 14px;
    flex: 0 0 auto;
}

.header-logo img {
    border: 0;
    display: block;
}

.header-notice {
    margin: 0;
    padding-top: 0;
    text-align: right;
    white-space: nowrap;
    line-height: 1.45;
}

.site-menu {
    position: absolute;
    top: 80px;
    left: 0;
    height: 22px;
    width: 100%;
    border-top: solid 2px #C8CCD7;
    border-bottom: solid 2px #C8CCD7;
    background-color: #023b6a;
}

.main-panel-container {
    position: absolute;
    top: 106px;
    bottom: 82px;
    width: 100%;
    overflow: hidden;
}

.main-panel {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.redress-container {
    padding: 40px 55px;
    max-width: 880px;
    line-height: 1.65;
    font-size: 13px;
}

.redress-container h1 {
    font-family: "Times New Roman", serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: .5pt;
    margin: 0 0 24px 0;
    color: #FFFFFF;
}

.redress-container h2 {
    font-size: 14px;
    margin: 28px 0 8px 0;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .4pt;
}

.redress-container p {
    margin: 0 0 16px 0;
}

.redress-panel {
    border-top: solid 1px #C8CCD7;
    border-bottom: solid 1px #C8CCD7;
    padding: 22px 0;
    margin-top: 8px;
}

.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: #023b6a;
    border-top: solid 2px #C8CCD7;
    color: #FFFFFF;
    font-size: 11px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 7px 20px 15px 20px;
}

.footer-inner p {
    margin: 0;
}

.footer-registered-office,
.footer-regulatory-notice {
    white-space: nowrap;
}

.footer-regulatory-notice {
    text-align: left;
}

@media (max-width: 900px) {
    .site-header,
    .site-footer,
    .main-panel-container {
        position: static;
        height: auto;
    }

    .header-inner,
    .footer-inner {
        display: block;
    }

    .header-notice,
    .footer-registered-office,
    .footer-regulatory-notice {
        white-space: normal;
        text-align: left;
    }

    .site-menu {
        position: static;
    }

    .redress-container {
        padding: 28px 24px;
    }
}
