html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    min-width: 1024px;
    font-size: 13px;
    line-height: 150%;
    color: #444;
    height: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    color: #999;
    text-decoration: none;
}

.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.content {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.back-to-top {
    position: fixed;
    bottom: 10%;
    right: 3%;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}

.btt-arrow {
    background-color: #FFF;
}

.header {
    background-color: #1B73BD;
    height: 35px;
    width: 100%;
    position: relative;
}

.header-inner {
    position: relative;
    margin: 0 auto;
}

.header ul {
    list-style-type: none;
    float: left;
}

.header ul li {
    display: inline-block;
}

.header img {
    padding-right: 14px;
}

ul.breadcrumbs {
    padding-top: 10px;
    color: #E0E0E0;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

li.logo img {
    height: 27px;
    margin-top: -8px;
}

ul.help-icon {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

ul.help-icon li {
    margin-right: 10px;
}

h2.title {
    padding: 5px;
    font-size: 18px;
    margin: 20px 0 5px -5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
}

#title-header {
    text-transform: uppercase;
    font-size: 20px;
}

.langdivider {
    width: 890px;
    height: 25px;
    border-bottom: 1px dashed #999;
    clear: both;
}

.titles {
    float: right;
}

.languages {
    width: 500px;
    height: 30px;
    background: #1B73BD;
    margin: 0;
    border-top: 1px solid #444;
    border-radius: 0 0 5px 5px;
}

.langspec {
    font-style: italic;
    line-height: 30px;
    display: block;
    float: left;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
}

.langspec a:visited {
    cursor: pointer;
    color: #fff;
}

.langspec a:link {
    cursor: pointer;
    color: #fff;
}

.textblock {
    margin: 0 0 65px 0;
}

.btn {
    background-color: #1B73BD;
    width: 67%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 4px 17px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

.btn:hover {
    background-color: #3A8ED5;
}

.info {
    background: #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 20px;
}

.footer {
    padding-top: 10px;
    color: #777;
    height: 50px;
    border-top: 2px solid #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.footer-inner {
    margin-left: 30px;
}