body {
    font: normal 16px Open Sans, Arial, Helvetica, sans-serif;
    color: #777777;
    line-height: 1.6;
}
h1 {
    color: #e4a70a;
}
a {
    color: #00abd3;
}
a:hover,
a:active,
a:focus {
    color: #0050ab;
}
nav {
    border-top: 1px solid #efefef;
    border-bottom: 2px solid #efefef;
}
nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
nav a {
    display: inline-block;
    padding: 1rem;
    font: 700 15px Montserrat, Arial, Helvetica, sans-serif;
    color: #e4a70a;
    text-decoration: none;
}
nav a:hover {
    text-decoration: underline;
}
.ap-active a {
    color: #0050ab;
    text-decoration: none;
    pointer-events: none;
}
.ap-header-line {
    font: 20px/1.6 Open Sans, Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ap-header-line-1 {
    color: #e4a70a;
}
.ap-header-line-2 {
    color: #00346c;
}
.ap-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.ap-col {
    padding: 1rem;
}
@media (min-width: 769px) {
    .ap-row {
        display: flex;
    }
    .ap-col-3 {
        width: 25%;
    }
    .ap-col-4 {
        width: 33.33%;
    }
    .ap-col-6 {
        width: 50%;
    }
    .ap-col-8 {
        width: 66.66%;
    }
    .ap-col-9 {
        width: 75%;
    }
}