body {
    background-color: black;
    width: 100%;
}

.clear {
    clear: both;
}

header {
    height: 187px;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
}

header .greyInfobar {
    width: 100%;
    height: 28px;
    background-color: #b2b2b2;
    position: absolute;
    top: 18px;
    left: 0px;
}

header .greyInfobar .greyInfobarInner {
    width: 934px;
    margin: 0 auto;
    height: 28px;
    color: white;
    font-family: 'ITC Kabel Std';
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}

header .greyInfobar .greyInfobarInner img {
    vertical-align: top;
    margin-right: 5px;
}

header .headerAndMenu {
    width: 1270px;
    margin: 0 auto;
    position: relative;
}

header .headerAndMenu .logo {
    position: absolute;
    left: 0;
    top: 74px;
}

header .headerAndMenu .sideMenuBtn {
    width: 74px;
    height: 57px;
    display: block;
    position: absolute;
    top: 87px;
    right: 0;
}

.sideMenu {
    display: none;
    width: 616px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: black;
    background-image: url('../images/sidemenuBg.jpg');
    background-repeat: no-repeat;
    z-index: 999;
}

.sideMenu .closeBtn {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 40px;
    height: 40px;
    background-image: url('../images/closeBtn.png');
    background-size: 40px 40px;
    display: block;
}

.sideMenu ul {
    position: absolute;
    top: 150px;
    left: 75px;
}

.sideMenu ul li {
    margin-bottom: 40px;
    font-family: 'ITC Kabel Std';
}

.sideMenu ul li a {
    margin-left: 10px;
    color: white;
    font-size: 36px;
    text-decoration: none;
    letter-spacing: -1px;
}

.oneThird {
    width: 33%;
    float: left;
    vertical-align: top;
    position: relative;
}

section.bodyText {
    width: 1478px;
    min-height: 920px;
    background-image: url('../images/bg.jpg');
    background-position-y: 187px;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 187px;
}

.active {
    font-weight: bold;
}

.homepage {
    text-align: center;
    font-family: 'ITC Kabel Std';
    color: white;
    font-size: 22px;
    margin-bottom: 70px;
}

.homepage h1 {
    font-size: 64px;
    color: rgba(254, 254, 254, 0.5);
    padding-top: 40px;
}

.homepage p {
    width: 910px;
    margin: 0 auto;
    line-height: 40px;
}

.homepage p a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.homepage p a:hover {
    text-decoration: underline;
}

.homepage .noPlaceLikeHome {
    margin-top: 20px;
    max-width: 95%;

}

.subpage {
    width: 920px;
    margin: 0 auto;
    padding-top: 125px;
    position: relative;
    color: white;
    font-family: 'ITC Kabel Std';
    font-size: 22px;
}

.subpage .noPlaceLikeHome {
    width: 470px;
    position: absolute;
    top: 20px;
    left: -50px;
}

.subpage .pageTitle h1 {
    display: inline-block;
    font-size: 66px;
    font-weight: bold;
}

.subpage p {
    line-height: 30px;
}

.subpage p strong {
    font-weight: bold;
}

.subpage .left {
    width: 540px;
    float: left;
}

.subpage .right {
    width: 380px;
    float: right;
    text-align: right;
}

.subpage .right img {
    margin-top: 10px;
}

.siteMenu .menuListIcon {
    width: 47px;
    height: 28px;
    background-image: url('../images/menuListIcon.png');
    display: inline-block;
}

.siteMenu {
    font-family: 'ITC Kabel Std';
    font-size: 26px;
    width: 1050px;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
}

.siteMenu a {
    color: #646363;
    text-decoration: none;
}

.siteMenu a.active {
    color: white;
    font-weight: normal;
}

.siteMenu a:hover {
    color: white;
}

.siteMenu span {
    display: inline-block;
}

.greyInfobarInner span {
    display: inline-block;
    height: 28px;
    vertical-align: top;
}

.greyInfobarInner a {
    display: inline-block;
    color: white;
    text-decoration: none;
}