body, h1, h2, h3, h4, h5, h6, p.header-subtitle, p.header-subtitle2 {
    font-family: "Verdana", "Open Sans", Helvetica, Arial, sans-serif;
}

.text-shadow-dark {
    text-shadow: 1px 1px 2px #000000;
}

.border-radius-15-tl-tr {
    border-radius: 15px 15px 0 0;
}

.border-radius-15-bl-br {
    border-radius: 0 0 15px 15px;
}

.bg-color1 {
    background-color: #8fbb40;
}

.bg-color1-light {
    background-color: #e3eed1;
}

.formula-badge {
    margin-top: -34px;
    position: absolute;
    width: 100%;
    left: 0;
}

.formula-badge span {
    font-size: 1rem;
    display: inline-block;
    line-height: 26px;
    padding: 0 12px;
    border-radius: 5px;
}

.bg-blue-dark {
    background-color: #005C61;
}

.border-radius-15 {
    border-radius: 15px;
}

.home-box-shadow {
    box-shadow: 0 7px 9px rgba(141, 141, 141, 0.1), 0 4px 13px rgba(141, 141, 141, 0.08);
}

.button:only-child, ul:last-child, p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, .comment-author .fn:last-child, h6:last-child {
    margin-bottom: 0;
}

.btn-sitelight {
    background-color: #e3eed1;
    border-color: #cad5b9;
    border-width:1px 2px 3px 2px;
    border-radius: 20px !important;
    padding: 0.6rem 1.2rem;
    box-shadow: none !important;
    color: #4C4C4C;
}

.btn-sitelight:hover, .btn-sitelight.active, .btn-sitelight:active, .btn-sitelight:focus, .btn-sitelight:not(:disabled):not(.disabled):active {
    background-color: #d9ecba;
    border-color: #b4c796;
    box-shadow: rgba(179, 190, 137, 0.6) 0 14px 26px -12px !important;
}

hr.gray {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-radius {
    border-radius: 5px;
}

.bg-blue-light {
    background-color: #e2eaeb;
}
.color-blue-dark {
    color: #005C61;
}

.box-formula-active {
    box-shadow: 0 7px 9px rgb(143 187 64 / 10%), 0 4px 13px rgb(143 187 64 / 50%);
}

.formula-container.active {
    margin-bottom: 0;
}

.formula-container.active .formula-container--content.active {
    margin-bottom: 70px;
}

.sub-label {
    line-height: 20px;
    padding-top: 7px;
}

.sub-div {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.btn-sub-abs {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

[data-formula-check] {
    position: absolute;
    width: calc(100% - 30px);
    bottom: -70px;
    left: 15px;
    box-shadow: 0 7px 9px rgb(143 187 64 / 10%), 0 4px 13px rgb(143 187 64 / 50%);
}

.border-3-light {
    border: 3px solid #FFFFFF;
}

.border-3-color-1-light {
    border: 3px solid #cad5b9;
}

@media only screen and (min-width: 768px) {
    .input-group-prepend label {
        width: 190px;
    }

    .formula-container.active {
        margin-bottom: 80px;
    }

    .formula-container.active .formula-container--content.active {
        margin-bottom: 0;
    }
}