/*Notes:
- 04.05.23 BB - updated font size of buttons to 1rem and line height to 1.5
- 09.10.21 DD - updated font-size for the Format > Formats callouts with smaller font-size
- 09.07.21 PS - updates for buttons in my elgin, caught two comments that were not closed correctly
- 01.17.19 DD - removed font-sizes for h1 thru h6
- 10.30.18 DD - added .small, .note, .disclaimer, .source
- 08.14.18 DD - added .indent
- 02.15.18 PS - Commented out unused selectors
*/

/* Works but Formats is limited to displaying 14 itmes */
h2, h3, h4, h5, h6 { 
    font-style: normal;
    font-family: 'Noto Sans', verdana, "sans-serif";
    font-weight: 700;
}
h2, h3, h4 { 
    line-height: 1.5em;
}
h2, h3, h4 {
    color: #005195;
}
h2 {
    font-size: 1.625rem; /*!important;*/  
}
h3 {
    font-size: 1.313rem /*!important*/;  
}
h4 {
    font-size: 1.125rem !important;  
}
h5 {
    font-size: 1.0rem !important;  
}
h6 {
    font-size: 0.875rem !important;   
}
p.btn-default, .btn-default {
    display: inline-block;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    color: #005195;
    text-transform: capitalize;
    border-color: #004986;
    background-color: transparent;
}
p.btn-primary, .btn-primary {
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    text-transform: capitalize;
    border-color: #004986;
    background-color: #005195;
}
/*p.btn-primary a, p.btn-primary a, .btn-primary a, .btn.btn-primary a {
    color: white;
}*/
.indent {
    padding-left: 25px;
    margin-top: -.4em;
    padding-bottom: 0.5em;
}
.small, .note, .disclaimer, .source, .asterisk, .asterisk-double { 
    font-size: 80%!important;
}
.note::before {
    content : "Please Note: ";
}
.disclaimer::before {
    content : "Disclaimer: ";
}
.source::before {
    content : "Source: ";
}
.asterisk::before {
    content : "*";
}
.asterisk-double::before {
    content : "**";
}
