* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: proxima-nova, -apple-system, "BlinkMacSystemFont", helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    list-style: none;
}

* p {
    line-height:1.75;
}

* p, * li {
    font-weight: 400;
    font-size: 0.9rem;
}

.main-content {
    max-width:1200px;
    margin: auto;
    padding: 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
    color:#00395e;
    width:100%;
    padding:0 0 0.5rem 0;
    border-bottom: 1px solid #0d89ce;
    margin-bottom:1rem;
    font-family: "Quicksand", proxima-nova, -apple-system, "BlinkMacSystemFont", helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

section {
    margin-bottom: 2rem;
}

.main {
    width:58%;
}

.sidebar {
    width:38%
}

.sidebar .latest-link {
    font-size:0.9rem;
    color:#00395e;
    text-decoration: none;
}

@media only screen and (max-width: 1300px) {
    .main-content {
        padding: 1rem;
    }
}

@media only screen and (max-width: 900px) {
    .main {
        width:100%;
    }

    .sidebar {
        width:100%
    }
}