.headerup {

}

.headerup h1 {
    font-size: 25px;
    font-weight: 700;
    color: #355E99;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.headerup h1.header-title {
    font-size: 25px;
}

.headerup a.page-parent {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.headerup a.page-parent::after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 15px;
    background: #2BBDAE
}

.headerup a.page-parent:hover {
    color: #2BBDAE
}

.headerup p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 30px
}

.headerup-image img {
    width: 100%
}

.headerup-pages h4 {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 10px;
    font-weight: 700;
    color: #355E99
}

.headerup-pages a {
    margin-bottom: 3px
}

.headerup-pages .btn {
    font-size: 14px;
    font-size: .875rem
}

.headerup-pages .btn-primary {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    background: #355E99;
    border-color: #355E99
}

.headerup-pages .btn-primary i {
    color: #2BBDAE
}

.headerup-pages .btn-primary:hover {
    background: #2e5286;
    border-color: #2e5286;
    color: #2BBDAE
}

.headerup-pages .btn-primary:focus {
    background: #355E99;
    border: 1px solid #355E99;
    box-shadow: 0 0 0 0.2rem rgba(53, 94, 153, 0.5)
}

.headerup-pages .btn-primary:not(:disabled):not(.disabled) {
    cursor: pointer
}

.headerup-pages .btn-primary:not(:disabled):not(.disabled):active {
    color: #FFFFFF;
    background: #2e5286;
    border-color: #2e5286
}

.headerup-pages .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 94, 153, 0.5)
}

.headerup .stores {
    text-align: left !important
}

.headerup .stores h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    color: #355E99;
    font-weight: 700
}

.headerup .stores a {
    display: inline-block
}

.headerup-home h1 {
    font-size: 35px;
    font-size: 2.1875rem
}

@media screen and (max-width: 895.98px) {
    .headerup {
        margin-top: 50px;
        text-align: center
    }

    .headerup h1 {
        font-size: 35px;
        font-size: 2.1875rem
    }

    .headerup p {
        font-size: 18px;
        font-size: 1.125rem
    }

    .headerup img {
        margin-bottom: 40px
    }
}

