
/* Lato Regular 400 */
@font-face {
    font-family:Lato;
    src: url('/files/sn/fonts/Lato/Lato-Regular.ttf') format('truetype');
}

/* Lato Bold 700 */
@font-face {
    font-family:Lato-Bold;
    src: url('/files/sn/fonts/Lato/Lato-Bold.ttf') format('truetype');
}
*,
html {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body {
    font:16px Lato,sans-serif;
    color:#393939;
}
h1,
h2,
h3,
h4,
h5 {
    margin:0;
    padding:0;
    font-family:Lato-Black;
}
h1 {
    margin-top:1.25rem;
    margin-bottom:1.25rem;
    font-size:1.25rem;
    line-height:150%;
}
h2 {
    margin-top:3rem;
    margin-bottom:1rem;
    font-size:1.25rem;
    line-height:1.5rem;
}
h4 {
    font:1.125rem Lato-Bold;
}
a {
    text-decoration:none;
    color:#393939;
}
p {
    font-size:.9375rem;
    line-height:150%;
}
strong {
    font-family:Lato-Bold;
    font-weight:normal;
}
figure,
figure a {
    display:block;
    font-size:0;
    line-height:0;
}
img {
    width:100%;
    height:auto;
}
#mbCenter {
    box-sizing: content-box;
}
#mbNumber {
    display:none;
}
#mbBottom {
    padding-top:5px;
}
