@font-face {
    font-family: 'Lato';
    src:         url('../../lib/fonts/lato-v14-latin-regular.woff2');
}

@font-face {
    font-family: 'Bauhaus';
    src:         url('../../lib/fonts/BauhausLT-Light.woff');
}

body {
    background-image: url('../../lib/images/dermapharm-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:       #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bauhaus', sans-serif !important;
    font-weight: 600;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li a {
    font-size: 14px;
    text-transform: uppercase;
}

header {
    margin-bottom: 45px;
}

.wrapper {
    max-width: 1200px;
    margin:    15px auto;
    position:  relative;
}

#logoImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

header .wrapper h1 {
    line-height: 40px;
    margin:      0;
    padding:     0;
}

.not-valid {
    border: 1px solid red;
}

#response {
    display: none;
}

.ajax-request {
    cursor: pointer;
}

a {
    text-decoration: none;
    color:           #000;
    transition:      all ease-in-out 0.2s;
}

a:focus,
a:hover,
a:active,
a.active {
    color:           #6286a9;
    text-decoration: none;
}

#mainNav a.active {
    border-bottom: 2px solid #6286a9;
}

.upper {
    text-transform: uppercase;
}

.mibe-green {
    color: #6286a9;
}

.font-200 {
    font-weight: 200;
}

.font-400 {
    font-weight: 400;
}

.font-600 {
    font-weight: 600;
}

.size-12 {
    font-size: 12px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-22 {
    font-size: 22px;
}

.size-24 {
    font-size: 24px;
}

.padding-1 {
    padding-left: 10px;
}

.padding-2 {
    padding-left: 20px;
}

.padding-3 {
    padding-left: 30px;
}
.padding-4 {
    padding-left: 40px;
}

.padding-5 {
    padding-left: 50px;
}

.frontendLogin #loginFrontend {
    max-width: 300px;
    margin:    25px auto;
}

.frontendLogin .wrapper {
    max-width: 1200px;
}

.frontendLogin .wrapper #response {
    max-width: 600px;
    margin:    0 auto;
}

.frontendLogin button {
    margin-top: 24px;
    width:      100%;
}

.btn-primary {
    background-color: #6286a9;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    background-color: #dce9f2 !important;
}

ul {
    transition: all ease-in-out 0.2s;
}

nav > ul ul {
    max-height: 0;
    overflow: hidden;
}

nav ul.open {
    max-height: 5000px;
}

#subNavTop {
    position: absolute;
    top:      -129px;
    right:    0;
}

#mainContent {
    min-height: 500px;
}

.pdfWrapper {
    margin: 45px 0;
    padding-left: 25px;
}

.pdfWrapper a {
    margin: 15px 0;
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.pdfWrapper a i {
    font-size: 20px;
    margin-right: 5px;
}

#mainContent .pdfWrapper {
    margin: 15px 0;
}

#mainContent .siteTitle {
    margin-bottom: 35px;
}

nav ul ul {
    padding-left: 15px;
}

.newsHeader + .row {
    text-transform: uppercase;
    font-size: 12px;
}

.fileHeader,
.newsHeader {
    margin-top: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.newsRow {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.fa-spinner {
    color: #000;
    margin-right: 7px;
}

.spinner-wrapper .fa-spinner {
    font-size: 28px;
}

footer {
    margin-top: 45px;
    border-top: 1px solid #6286a9;
    padding:    15px 0;
}

footer .innerFooter {
    max-width: 1200px;
    margin:    0 auto;
}

ul.home,
ul.external-links {
    margin: 15px 0;
    font-weight: bold;
}

.noActive div {
    color: #aaa;
}

.not-valid,
.not-valid-pass {
    border: 1px solid red;
}