﻿@font-face {
  font-family: 'simpler-black';
  src: url('../../base/fonts/simpler-black-webfont.eot') format('embedded-opentype'), url('../../base/fonts/simpler-black-webfont.svg') format('svg'), url('../../base/fonts/simpler-black-webfont.ttf') format('truetype'), url('../../base/fonts/simpler-black-webfont.woff') format('woff');
}
@font-face {
  font-family: 'simpler-bold';
  src: url('../../base/fonts/simpler-bold-webfont.eot') format('embedded-opentype'), url('../../base/fonts/simpler-bold-webfont.svg') format('svg'), url('../../base/fonts/simpler-bold-webfont.ttf') format('truetype'), url('../../base/fonts/simpler-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'simpler-light';
  src: url('../../base/fonts/simpler-light-webfont.eot') format('embedded-opentype'), url('../../base/fonts/simpler-light-webfont.svg') format('svg'), url('../../base/fonts/simpler-light-webfont.ttf') format('truetype'), url('../../base/fonts/simpler-light-webfont.woff') format('woff');
}
@font-face {
  font-family: 'simpler-regular';
  src: url('../../base/fonts/simpler-regular-webfont.eot') format('embedded-opentype'), url('../../base/fonts/simpler-regular-webfont.svg') format('svg'), url('../../base/fonts/simpler-regular-webfont.ttf') format('truetype'), url('../../base/fonts/simpler-regular-webfont.woff') format('woff');
}
body {
  font-family: 'simpler-regular', Arial;
  font-size: 10px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body.menu-open ng-view,
body.menu-open footer,
body.menu-open main {
    display: none;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.error-message {
    display: block;
    width: 100%;
    color: #D8000C;
    padding: 3px 5px;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid;
    background-color: #FFD2D2;
}


.search-wrapper .search-form input {
    padding: 0;
    box-sizing: border-box;
}