﻿.WCFHeading {
    color: #992183;
}

.WCFSubheading {
    color: #992183;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Header {
    background-color: white;
    height: 173px;
    border-bottom: 3px solid #992183;    
}

.Footer {
    background-color: #992183;
}

.SectionNumber {
    font-size: 18px;
    background-color: #992183;
    color: white;
    font-weight: bold;
    padding: 8px 16px;
}

.WCCButtonBurgundy {
    background-color: #992183;
    color: white;
    box-shadow: 0 3px 0 #AE2695;
}

.WCCButtonBurgundy:hover {
    background-color: #992183;
    box-shadow: 0 3px 0 #AE2695;
    text-decoration: none;
}