* {box-sizing: border-box; position: relative; }

textarea {
    font-family: inherit;
}

/*

font-family: ff-tisa-sans-web-pro, sans-serif;

*/

a {
    color: #215eaa;
}

html, body {
    padding:0px;
    margin: 0px;
    width: 100%;
    background: white;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-size: 14px;
}

h1, h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 100;
    line-height: 125%;
    color: grey;
}

.header {
    height: 123px;

}

    .header .top {
        height: 20px;
        background: #fff;
    }

    .header .hlf {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 100%;
    }

        .header .hlf.blue {
            background: #002932;
            text-align: right;
        }

        .header .hlf.green {
            background: #9eaa75;
            
        }

    .header .hlf .mw {
        width: 100%;
        max-width: 700px;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 30px;
        padding-top: 40px;
        color: #fff;
        text-transform: uppercase;
    }

    .header .hlf .mw img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 50px;
    }

.center {
    margin: 10vh auto 0px auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

    .center a.btn {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        padding: 20px 30px;
        text-align: center;
        background: #9eaa75;
        color: #fff;
        text-decoration: none;
        font-size: 40px;
        text-transform: uppercase;
        transition: 0.5s;
    }

        .center a.btn:hover {
            background: #002932;
            transition: 0.5s;
        }