@charset "UTF-8";
body {
    margin: 0;
    background: #333333;
}
.N71A0A06E--header {
    background: #333333;
    background-attachment: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 1000px; /* fix iPhone & iPad behaviour where the containing div does not grow to contain inner div, leaving a margin on the right */
}
.N71A0A06E--window {
    width: 1000px;
    margin: 0 auto;
}
.N71A0A06E--menu {
    overflow: hidden; /* prevent iOS Safari from overflowing menu entry borders */
}
.N71A0A06E--menu .N71A0A06E--inner {
    width: 1000px;
    margin: 0 auto;
}

.N71A0A06E--main {
    padding: 5em 0 10em;
    background: white;
    min-width: 1000px; /* fix iPhone & iPad behaviour where the containing div does not grow to contain inner div, leaving a margin on the right */
}
.N71A0A06E--main-inner {
    width: 640px;
    margin: 0 auto;
    min-height: 50vh;
    overflow: hidden;
}

.N71A0A06E--left-menu {
    float: left;
    min-height: 200px;
}
.N71A0A06E--ph-1 {
    min-height: 200px;
    overflow: hidden;
    float: right;
}

.N71A0A06E--footer {
    border-top: 6px solid rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 1000px; /* fix iPhone & iPad behaviour where the containing div does not grow to contain inner div, leaving a margin on the right */
}
.N71A0A06E--footer .N71A0A06E--inner {
    width: 1000px;
    margin: 0 auto;
}
