html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family:"proxima-nova";
    font-size: 1.875rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}
h1 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 40px 0;
    padding: 0;
}
h2 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #0069a6;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
}
p {
    font-size: 1.875rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
}
strong {
    font-weight: 700;
}
hr {
    color: #808080;
    background-color: #808080;
    margin: 60px 0;
}
img {
    max-width: 100%;
    height: auto;
}
a,
a:visited {
    color: #00a8e1;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #00a8e1;
    text-decoration: underline;
}

.header {
    padding: 12px 0;
    background-color: #0267b2;
    text-align: center;
}

main.main-content {
    padding-top: 40px;
    text-align: center;
}
main.main-content.home h1 {
    font-size: 4.125rem;
    line-height: 1.2;
}
main.main-content.home h1 .highlight {
    color: #00a8e1;
}
.yellow-bar {
    background-color: #ffd119;
    padding: 20px 0;
    margin-top: 50px;
}
.yellow-bar .icon {
    text-align: right;
}
.yellow-bar .text {
    font-size: 3.4375rem;
    line-height: 1.2;
    text-align: left;
    margin: 0;
}
.blue-bar {
    background-color: #d9e8f4;
    padding: 50px 0;
}
.blue-bar p {
    font-size: 2.6875rem;
    font-weight: 700;
    color: #0069a6;
    line-height: 1.2;
}
.blue-bar .line {
    position: relative;
    height: 100%;
}
.blue-bar .line:before {
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    background-color: #86898d;
}
.blue-bar .icon {
    text-align: right;
}
.blue-bar .text {
    text-align: left;
}
.blue-bar .text a.button {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.0;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #002d5c;
}
.blue-bar .text a.button:hover,
.blue-bar .text a.button:focus{
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 1.250rem;
        line-height: 1.2;
    }
    h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    h2 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
    p {
        font-size: 1.250rem;
        line-height: 1.2;
    }
    hr {
        margin: 30px 0;
    }
    main.main-content.home h1 {
        font-size: 2.1875rem;
        line-height: 1.2;
    }
    .yellow-bar .icon {
        text-align: center;
        margin-bottom: 20px;
    }
    .yellow-bar .text {
        font-size: 1.875rem;
        line-height: 1.2;
        text-align: center;
    }
    .blue-bar .line {
        height: 60px;
    }
    .blue-bar .line:before {
        height: 4px;
        width: auto;
        left: 15px;
        right: 15px;
        top: 50%;
        margin-left: 0;
        margin-top: 2px;
    }
    .blue-bar p {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}