.HC-button-left{
    width: 100%;
    text-align: left;
}

.HC-button-right{
    width: 100%;
    text-align: right;
}

.HC-button-center{
    width: 100%;
    text-align: center;
}

.HC-button-link {
    padding: 13px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
}

.HC-button-link-primary{
    background: #115fa0;
    color: white;
}

.HC-button-link-primary:hover{
    color: white !important;
    text-decoration: none;
    box-shadow: white 0px 0px 0px 2px, #115fa0 0px 0px 0px 5px;
}

.HC-button-link-primary:focus{
    color: white !important;
    text-decoration: none;
    outline: none;
    box-shadow: white 0px 0px 0px 2px, #115fa0 0px 0px 0px 5px;
}
