@import url(/lib/g/1.0/styles/base.css);

@font-face {
    font-family: 'JohnSans';
    src: url('/fonts/JohnSansLitePro.eot');
    src: url('/fonts/JohnSansLitePro.eot?#iefix') format('embedded-opentype'),
         url('/fonts/JohnSansLitePro.woff') format('woff'),
         url('/fonts/JohnSansLitePro.ttf') format('truetype'),
         url('/fonts/JohnSansLitePro.svg#johnsanslitepro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JohnSans';
    src: url('/fonts/JohnSansLitePro-Italic.eot');
    src: url('/fonts/JohnSansLitePro-Italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/JohnSansLitePro-Italic.woff') format('woff'),
         url('/fonts/JohnSansLitePro-Italic.ttf') format('truetype'),
         url('/fonts/JohnSansLitePro-Italic.svg#johnsanslitepro-italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


body {
    font-family: JohnSans, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    padding: 0;
}
input, textarea, select {
    font-family: JohnSans, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}
h1, h2, h3, h4 {
    font-family: JohnSans, sans-serif;
    font-weight: normal;
    color: #000;
    text-transform: none;
}
h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    color: #000;
}
h1 {
    font-size: 24px;
}
h3 {
    font-size: 15px;
}

strong {
    font-weight: normal;
}

a, a:visited, .link_color {
    text-decoration: none !important;
    color: #000;
}

#cms-frontend-toolbar #cms-frontend-toolbar-container {
    background: #000 !important;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}
