@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

body {
    margin: 0;
    padding: 0;
    background: #191919;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #202020;
}

* {
    outline: 0;
}

.a-bg-11 {
    background-image: url('/img/awhonn/2016/bk-bot.jpg');
}

.a-bg-12 {
    background-image: url('/img/awhonn/2016/bk-top.jpg');
}

.headline {
    position: relative;
}

.headline:after {
    content: '';
    display: block;
    background: url('/img/awhonn/2016/content-bg-shade.png') repeat-x left top;
    width: 100%;
    height: 209px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.headline-inner {
    position: relative;
    z-index: 1;
    background: url('/img/awhonn/2016/headline-shadow.png') repeat-x 0px 0px;
    padding: 0 0 280px 0;
}

.fixw {
    width: 970px;
    margin: 0 auto;
}

.headline-left {
    float: left;
    width: 630px;
    padding: 30px 0 30px 0;
    text-align: left;
}

.headline.right-empty .headline-left {
    width: auto;
    float: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.container-wrapper {
    background: #191919 url('/img/awhonn/2016/content-bg.png');
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.container {
    background: #f5f5f5 url('/img/awhonn/2016/content-inner-bg.png');
    margin-top: -300px;
    padding: 1px 0;
    color: #575757;
    position: relative;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
}

.webprogramContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 920px;
    width: 80%;
    margin: 0 auto;
    background-color: white;
}

nav {
    padding: 0 25px;
}

.clientNavigation {
    margin: 25px 0;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
    background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 0;
    background-color: #003c69;
    display: flex;
    justify-content: space-between;
}

.clientNavigation ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.clientNavigation ul li {
    display: inline-block;
    padding-top: 3px;
}

.clientNavigation ul li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;    
}

.clientNavigation ul li a:hover {
    background-color: white;
    color: #003c69;
}

.clientNavigation ul ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: 6px 0 5px 0;
    margin: 0;
    position: absolute;
    z-index: 500;
    background-color: #003c69;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.15)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
    background-image: linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
}

.clientNavigation ul ul li {
    display: block;
}

.clientNavigation ul ul li a {
    font-size: 0.85em;
}

.clientNavigation ul li:hover ul {
    display: block;
}

span.registration a {
    float: right;
    margin: 3px;
    background: #fff;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
    background-image: linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    background-color: #c3996b;
}

h2.topTitle {
    font-size: 32px;
    line-height: 34px;
    font-family: serif;
    margin-left: 25px;
    font-weight: 100;
    color: #003c69;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: .8em;
    background: #f5f5f5 url('img/content-inner-bg.png');
    padding: 25px 5px 5px 5px;
    color: #575757;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
}

footer > div {
    width: 30%;
}

.seperator {
    content: '';
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer img {
    width: 140px;
    display: inline-block;
}

@media (max-width: 760px) {
    .fixw {
    width: 420px;
    margin: 0 auto;
    }

    .logoimage {
        margin: 0 auto;
        text-align: center;
    }

    .clientNavigation {
        display: none;
    }

        footer {
        flex-direction: column;
    }

    footer > div {
        width: 95%;
        margin: 10px 0;
    }
}