/*! Place your custom styles here */
#menu-top-blue {
    background-color: #6BB8E2;
    padding: 0;
}

#menu-top-blue .bar__module {
    margin-bottom: 0;
}

#menu-top-blue .menu-horizontal {
    top: 2px;
}

#menu-top-blue .menu-horizontal a {
    color: #FFF;
    font-size: 23px;
    opacity: 1;
}

#menu1 {
    padding: 12px 15px;
}

.bar .logo {
    max-height: 60px;
}

.bar .menu-horizontal {
    top: 20px;
    font-size: 15px;
}

.illustration-icon {
    width: 80px;
}

.center-image {
    position: absolute;
    z-index: 9;
    width: 384px;
    top: 80px;
}

.home-banner {
    padding-top: 32px;
    padding-bottom: 2px;
}

.goal-box {
    height: 370px;
    border: 2px solid #666;
    border-radius: 35px;
    padding: 20px 30px;
}

.goal-box p {
    line-height: 1.3;
}

.menu-horizontal > li > a.active {
    color: #6BB8E2;
    font-weight: bold;
    opacity: 0.8;
}

article .article__body p,
.text-size {
    font-size: 17px !important;
}

.input-checkbox + span {
    bottom: 7px;
    margin-left: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .goal-box {
        height: 370px;
        border: 2px solid #666;
        border-radius: 35px;
        padding: 20px;
    }

    .goal-box .lead {
        font-size: 15px;
    }

    article .article__body p,
    .text-size {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bar .logo {
        max-height: 40px;
    }

    .home-banner {
        padding-top: 5px;
    }

    .goal-box {
        height: 270px;
        margin-bottom: 30px;
        padding: 20px;
    }

    article .article__body p,
    .goal-box .lead,
    .text-size {
        font-size: 15px !important;
    }
}
