html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}

#TOPSmenu {
    float: left;
    width: 250px;
    max-width: 300px;
    margin: 30px auto;
    padding-top: 120px;
}

#menu h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 5px 10px;
}

#template img {
    margin: 5px 20px 0 0;
    float: left;
}

#template {
    width: 380px;
}

#template ol {
    float: left;
    margin: 0 0 0 30px;
    padding: 10px 10px 0 10px;
}

#template:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#template .k-button {
    float: left;
    clear: left;
    margin: 5px 0 5px 12px;
}

#menubar {
    max-width: 600px;
    margin: 0 auto;
    /*float: left;*/
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #0A1051;
    font-weight: 800
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #9ba3c6;
}

.btn-primary {
    background-color: #0A1051 !important;
}

.banner {
    background-color: #0A1051 !important;
    color: white !important;
    margin-bottom: 1% !important;
}

.litextcolor {
    color: white !important;
}

.hiddenDependent {
    display: none;
}