.hero {
    margin: 80px 0
}

.hero h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: 700;
    color: #355E99;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.hero h1.header-title {
    font-size: 35px;
    font-size: 2.1875rem
}

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

.hero 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
}

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

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

.hero-image img {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stores span {
    display: block
}

.stores span img {
    height: 45px
}
.footer__bottom {
    color: #6e6e6e;
    border-top: 1px solid #333;
    font-size: 13px;
    background:#242626
}

@media screen and (max-width: 895.98px) {
    .footer__bottom {
        text-align:center
    }
}

.footer__bottom a {
    display: inline-block;
    font-size:13px
}

.footer__bottom h5 {
    padding: 0px;
    margin:0px
}

.footer__bottom small {
    font-size:13px
}

.footer__bottom svg {
    width: 60px;
    margin-right:20px
}

@media screen and (max-width: 895.98px) {
    .footer__bottom svg {
        margin-right:0px
    }
}

.footer__bottom a svg {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    fill:#6e6e6e
}

.footer__bottom a:hover svg {
    fill:#fff
}

.footer__bottom--links a {
    padding: 0 10px;
    color:#6e6e6e
}

.footer__bottom--links a:hover {
    color:#ccc
}

.footer__bottom--mail a {
    display: flex;
    color:#6e6e6e
}

.footer__bottom--mail a i {
    font-size: 20px;
    margin-right: 3px;
    color:#2BBDAE
}

.footer__bottom--mail a:hover {
    color:#ccc
}

.footer__bottom--social {
    margin-left:20px
}

.footer__bottom--social a {
    color: #6e6e6e;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight:normal
}

.footer__bottom--social a i.fa-inverse {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    color:#333
}

.footer__bottom--social a:hover {
    color:#fff
}

.footer__bottom--social a:hover i.fa-inverse {
    color:#2BBDAE
}
