/* Global site styles */

hr.sectionDivider {
    height: 1px;
    box-shadow: 0 1px 10px 2px #000;
}
hr.sectionDivider.noOffset {
    height: 1px;
    box-shadow: 0 1px 10px 0 #000;
}


.reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}