@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,700,700i");

html,
body {
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

a {
    color: #0087d4;
    text-decoration: none;
}

html {
    font-size: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    font-style: normal;
    background-color: #fff;
    color: #3e3e3e;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.5em;
    line-height: 130%;
    font-weight: 700;
}

h2 {
    font-size: 1.3em;
    line-height: 130%;
    font-weight: 700;
}

h1, h2 {
    margin-top: 0;
    margin-bottom: 0.3em;
}

@media (min-width: 600px) {
    body {
        font-size: 18px;
        line-height: 150%;
    }

    h1 {
        font-size: 2em;
    }

    h1, h2 {
        line-height: 150%;
    }
}

nav {
    gap: 1rem;
    font-size: 17px;
}

blockquote {
    border-left: 4px solid #082045;
    background: #f0f8ff;
    padding: 1em;
    margin: 1em 0;

    p {
        margin: 0 !important;
    }
}

.localNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}

a.active {
    font-weight: bold;
}

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

.hcContentContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hcContentContainer > * {
    width: 100%;
    max-width: 1200px;
}

.hcBasicSideMargin {
    padding-left: 2rem;
    padding-right: 2rem;
}

.hcPageHeaderSimple {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    width: 100%;
}

.hcPageHeaderSimple > * {
    height: 100%;
    display: flex;
    align-items: center;
}

.hcBrand {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 18px 0;
    height: 100%;
}

.hcTitle {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
}

.pageHeader {
    margin-bottom: 1rem;
    background-color: #082045;
    color: #fff;
}

.pageHeader a {
    color: #fff;
}

.pageHeaderAfter {
    margin-bottom: 5rem;
    border-bottom: 1px solid #ededed;
}
