/**** CUSTOM GLOBAL STYLES FOR ALL SITES USING THIS THEME       ****/
/**** THAT ARE NOT SPECFICALLY RELATED TO THE QLD DESIGN SYSTEM ****/

/* Set global base font size, use 'rem' units for everything else from here on */
html,header,body,footer {
    font-size:16px!important;
}

.element-hidden, .hidden-element {
    display: none !important;
}

/* Set font weight for strong/bold */
strong, b { 
    font-weight:600!important;
}
hr { 
    border:1px solid transparent;
    border-top-color:#333;
    margin-bottom:20px;
}