div#sectiontabs {
    font-family: Montserrat, sans-serif;    
}


div.sectiontab-label {
    background: #A4B494;
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 10px;
}

div#sectiontabs nav {
    background: #fff;
}

div#sectiontabs nav a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #004FB3;
    padding: 0.25rem 1.3rem;
}

div#sectiontabs nav a:hover {

}

blockquote p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;

    padding-left: 1.25em;
    line-height: 1.4;
    margin-left: 1.75em;
    border-left: 4px solid rgba(164, 180, 148, 1);
}

/* 
 * links styles, bottom of page
 */

div.explainer-links {
    background: #ECEBE7;
}

div.explainer-links a {
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    padding: .5rem .5rem;
}

div.explainer-links a:hover {
    text-decoration: underline;
}

div#resource_links div.explainer-links ul,
div#additional_links div.explainer-links ul {
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 0;
} 

div#resource_links div.explainer-links ul li {
    background: url('images/link-24px.svg') no-repeat 0 6px;
    padding-left: 2em;
}

div#additional_links div.explainer-links ul li {
     background: url('images/description-24px.svg') no-repeat 0 5px;    
    padding-left: 2em;
} 

div#last-updated {
    border-top: 1px solid rgba(38, 38, 38, 1);
}

div#last-updated p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    margin-left: -15px;
    margin-bottom: 0;

}