body {
    font-family: 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    color: #101F59;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4, h5, h6 {
    font-size: 18px;
}

h1.heavy {
    font-family: 'Arial Black';
    font-weight: 900;
}

.heading--underline {
    flex: 1;
    padding-bottom: 10px;
    border-bottom: 2px solid #5EC3CB;
}

.heading--underline-part {
    padding-bottom: 10px;
    width: 75%;
    border-bottom: 2px solid #5EC3CB;
}

p, li {
    color: black;
    font-size: 16px;
    line-height: 27px;
}

p.lead {
    font-size: 24px;
    line-height: 36px;
}

a {
    color: #0C1E5F;
}

a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    padding-left: 20px;
    margin-left: 0;
}

figure {
    margin-inline: 0;   
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.width-180 {
    max-width: 180px;
}

img.center {
    margin: 0 auto;
}

.icon {
    width: 50px;
    height: auto;
}

hr {
    width: 100%;
    margin: 20px auto;
    border: 0;
    border-top: 1px solid #5EC3CB;
}

hr.hr--primary {
    border-top: 1px solid #101F59;
}

.pagination {
    font-size: 18px;
}

@media all and (min-width: 1400px) {
    p, li {
        font-size: 18px;
    }

    p.small {
        font-size: 16px;
    }

    h1 {
        font-size: 48px;
        line-height: 53px;
    }

    h2 {
        font-size: 32px;
        line-height: 33px;
    }

    h3 {
        font-size: 24px;
        line-height: 31px;
    }

    h4 {
        font-size: 20px;
        line-height: 22px;
    }
}