button,
.button-tp {
    font-family: 'Open Sans';
    color:#242424;
    font-weight:600;
    line-height: 1.5;
    text-transform: uppercase;
    min-width:160px;
    text-align: center;
    padding:0.6rem 1.5rem;
    border-radius:2px;
}

.button-tp {
    background-color:#008488;
    color:#fff;
    font-size:1.6rem;
    border-width: 2px;
    border-style: solid;
    border-color: #008488;
}

.button-tp.white {
    background-color:#ffffff;
    color:#008488;
    border-color: #ffffff;
}

/*This style is currently used for the Quote Generator buttons*/
.button-tp.white.w-h-100 {
    min-width:100%;
    color:#242424;
    height:100%;
}

.button-tp:hover {
    background-color:#096869;
    border-color: #096869;
}

.button-tp.white:hover,
.button-tp.white:active {
    background-color:transparent !important;
    color:#ffffff !important;
    border-color: #ffffff !important;
}

@media (min-width:992px) {
    button,
    .button-tp {
        font-size: 1.8rem;
        line-height: 1.4444444444444444;
        min-width:180px;
    }
}