  .bg-blue {
    background: #009ABC;
}

.text-primary {
    color: #006c91 !important;
}

.btn-sassi-primary {
    background: #006c91;
    color: #fff !important;
    font-family: "Verlag";
    font-weight: normal;
    border-width: 3px;
    padding: .575rem 2.2rem .675rem;
    font-size: 1.35rem;
    border-radius: 25px;
    transition: 0.25s;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}

.btn-sassi-primary:hover {
    background: #00506b !important;
    color: #fff  !important;
    font-weight: normal !important;
    opacity: 1.0 !important;
    text-decoration: none !important;
    transform: scale(1.04);
}

.text-white {
    color: #fff !important;
}

.standard-button, .button.button-base, .button.button-base.secondary {
    min-width: auto !important;
    min-height: auto !important;
}