/*@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');*/

html {
    font-size: 14px;
}

@media (min-width: 0) and (max-width: 480px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5882352941;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: .75rem;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    margin-top: 0;
    font-size: 2.074em;
}

h2 {
    font-size: 1.469em;
}

h3 {
    font-size: 1.44em;
}

h3.subtitle, h3.meta-info {
    font-weight: normal;
    font-size:  1.125em;
}

h4 {
    font-size: 1.2em;
}

p {
    margin-top: 0;
    margin-bottom: .5em;
}

small, .font_small {
    font-size: 0.833em;
}

ul, ol {
    list-style: disc;
    padding-left: 1em;
    margin-left: .25em;
    margin-top: .125em;
    margin-bottom: .25em;
}

li > ul,
li > ol {
    list-style: circle;
}

li {
    margin-left: .25em;
    margin-bottom: .25em;
}

li:last-child {
    margin-bottom: 0;
}