.FAA-Light {
    background-color: #e1f3f8;
    cursor: pointer;
}
.service-link {
    background-color: #0076c0;
}
.service-link:hover {
    background-color: #0B2168;
}
a {
    color: #1180c4;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar {
    background-color: #0076c0;
    color: white;
}
/* chevrons text */
text tspan {
    font-weight: 600; /* bold = 700 */
    font-size: 13px;
    fill: rgb(61,61,61); /* text color */
}
/* chevrons border */
svg g g use:nth-child(2) {
    stroke-width: 4;
    stroke: #0076c0;
}