.center {
    text-align: center;
}
a:hover {
    color: #dd0000;
}
hr {
    background-color: #679e29;
    margin: 30px auto;
    width: 75%;
    border: none;
    height: 1px;
}
.wcmga-header {
    border-bottom: 2px solid #679e29;
}
.publicContentView a.primary_btn {
    background: #679e29;
    border: 4px solid #679e29;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 0 #679e29;
    box-shadow: 0 0 0 0 #679e29;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
    outline: none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px 15px;
}
.publicContentView a.primary_btn:hover {
    background: #333;
        border: 4px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 0 #333;
    box-shadow: 0 0 0 0 #333;
}
.publicContentView a.secondary_btn {
    background: #fff;
    border: 2px solid #679e29;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 0 #679e29;
    box-shadow: 0 0 0 0 #679e29;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
    outline: none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px 15px;
    min-width: 300px;
}
.publicContentView a.secondary_btn:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 0 #333;
    box-shadow: 0 0 0 0 #333;
}