.btn-img-txt {
    float: left;
    position: relative;
    padding-right: 15px;
}

.btn-img-icon {margin-left: 10px;}
.btn-image {
    /* position: absolute; */
    margin-top: 5px;
    padding: 5px;
    }
.btn-img-title {
    display:block;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
}

@media only screen and (max-width: 495px) {
    .btn-img-title {
        font-size: 16px;
        line-height: 1.25;
    }
}

.btn-with-img{
	position: relative;
    border: 1px solid;
    border-color: #c2c2c2;
    background: #fff !important;
    color: #5A5A5A!important;
    margin-top: 15px;
    width: 100%;
    box-shadow: 0px 1px 5px rgba(194, 194, 194, 1);
 	min-height: 75px;
    display: flex;
    align-items: center;
}

.btn-with-img:hover{border-color: #0096d6;}

/** BLUE BUTTON STYLE **/
.blue .btn-with-img{
    position: relative;
    border: 1px solid;
    border-color: #0171ad;
    background: #0171ad !important;
    color: #ffffff !important;
    margin-top: 15px;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
 	min-height: 97px;
    display: flex;
    align-items: center;
}

.blue .btn-img-title {
    font-family: HPSimplifiedLight;
    display:block;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
}