/**** 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;
}


/* Settings for site header */
.fusion-contact-info {
    padding-bottom:10px;
}
.fusion-header {
    padding-top:0!important;
    padding-bottom:0!important;
}
.fusion-header .fusion-logo a p,
.fusion-header .fusion-logo a:link p, 
.fusion-header .fusion-logo a:hover p, 
.fusion-header .fusion-logo a:visited p {
    font-family: "Open Sans";
    font-size:2.125rem;
    color:#333;
    line-height:1.25rem;
}
/*.fusion-secondary-menu .menu-text {
    font-family:Raleway, Arial, Helvetica, sans-serif;
}*/
