﻿.homeBannerCallout {
    padding: 0px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-inner {
    background-color: #b7d23c;
}

    .homeBannerCallout h1 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: 2.8em;
        line-height: 1em;
        padding: 0px 0px 15px 0px;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .homeBannerCallout p {
        font-family: "proxima-nova", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #596b78;
        font-size: 1.4em;
        line-height: 1.2em;
        margin: 20px 0px;
        text-align: center;
    }

.mobileShow, .mobileShow img {
    display: inherit;
}

.homeIntro, .homeIntro .callout-button {
    text-align: center;
    margin: auto;
}

p.homeIntroText {
    min-height: 125px;
}

    .homeIntro {
        margin-bottom: 15px;
        display: table;
        width: 100%;
    }

        .homeIntro h2, .homeBottomContent h2 {
            color: #596b78;
            font-family: "proxima-nova", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 2.2em;
            text-align: center;
            margin-top: 10px;
        }

        .homeBottomContent h2 {
            text-align:left;
        }

        .carousel-indicators {
            bottom: 5px;
            display: block;
        }

.carousel {
    padding-bottom: 50px;
}


        .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #596b78;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background-color: #bbd346;
    border: 1px solid #596b78;
}


.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.arthritisPocket {
    background: #eeeef0;
    padding: 0px 30px 20px 30px;
    border-bottom: 16px solid #b2c943;
    border-top: 16px solid #b2c943;
    margin-top:20px;
}

    .arthritisPocket strong {
        padding-top: 30px;
        display: table;
    }

    .arthritisPocket img {
        margin-bottom: 15px;
    }

.homePromos a {
    text-align: center;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.1em;
    text-decoration: none;
}

.homePromos a:hover {
    color: #b2c943;
    text-decoration: none;
}

    .homePromos {
    margin:0px -15px;
}

.homePromos img {
    width:100%;
    height:auto;
}

.homePromos .bodyRow {
    background: #798893;
    border-bottom: 16px solid #b2c943;
    text-align: center;
    padding: 20px;
    height: 220px;
    display: table;
    width: 100%;
}

.homePromos p {
    color: #fff;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 10px 0;
}

.topGreyRow {
    border-bottom: 10px solid #b2c943;
}

.mobileShow {
    display: none !important;
}

a.onpage {
    font-weight: normal;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #596b78;
}


@media (min-width: 1367px) and (max-width: 1480px) {
    .homeIntro p {
        font-size: 1.35em;
        line-height: 1.35em;
    }

    .homeBannerCallout p {
        font-size: 1.25em;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {

    .homeBannerCallout h1 {
        font-size: 2.4em;
    }

    .homeBannerCallout p {
        font-size: 1.1em;
    }

    p.homeIntroText {
        min-height: 110px;
    }

    .topGreyRow h3 {
        font-size: 22px;
        line-height: 24px;
        padding: 0px 5px;
    }

    .homePromos .bodyRow {
        height: 240px;
    }

    .homePromos p {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .homeIntro h2, .homeBottomContent h2 {
        font-size: 2em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .homeBannerCallout h1 {
        font-size: 1.8em;
    }

        .homeBannerCallout p {
        font-size: 1em;
        line-height: 1.2em;
        margin: 10px 0px;
    }

    .homeBannerCallout {
        padding: 0px 30px;
        height: 274px;
    }

    p.homeIntroText {
        min-height: 110px;
    }


        .rightGreenBannerCallout .form-control, .homeBannerCallout .form-control {
            padding: 4px 12px;
            font-size: 12px;
            height: 28px;
        }

    .homePromos .bodyRow {
        height: 235px;
    }
        .homePromos p {
        font-size: 1.1em;
        line-height: 1.2em;
        margin: 8px 0;
    }

    .homeIntro h2, .homeBottomContent h2 {
        font-size: 1.6em;
    }

    .homeIntro p {
        font-size: 1.25em;
        line-height: 1.35em;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .homeBannerCallout h1 {
        font-size: 1.4em;
    }

    p.homeIntroText {
        min-height: 145px;
    }

    .homeBannerCallout {
        padding: 0px 20px;
        height: 210px;
    }

        .homeBannerCallout p {
            font-size: 1em;
        }

        .homeBannerCallout p {
            font-size: 1em;
            line-height: 1.2em;
            margin: 10px 0px;
        }

    .homeIntro h2, .homeBottomContent h2 {
        font-size: 1.5em;
    }

    .homePromos p {
        font-size: .95em;
        margin: 0px;
    }
        .homePromos .bodyRow {
        padding: 15px;
        height: 230px;
    }

    .homeIntro img {
        width:45px;
        height:auto;
    }

    .topGreyRow {
        min-height: 74px;
    }
}

@media (min-width: 280px) and (max-width: 767px) {

    .homeBannerCallout h1 {
        font-size: 1.6em;
        line-height: 1em;
        padding: 15px 0px 10px 0px;
    }

    .mobileShow {
        display: block !important;
    }

    .homeBannerCallout {
        padding: 5px 50px;
    }
        .homeBannerCallout p {
        font-size: 1.2em;
        line-height: 1.2em;
        margin: 5px 0px;
    }

    p.homeIntroText {
        min-height: inherit;
    }

    .homeIntro h2, .homeBottomContent h2 {
        font-size: 1.2em;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .homeIntro p {
        margin: 0 0 10px;
    }

    .homeIntro img {
        width:55px;
        height:auto;
    }

    .homePromos .bodyRow {
        padding: 15px;
        margin: 0px 0px 25px 0px;
    }

    .homePromos .bodyRow {
        height: inherit;
    }

    .homeBottomContent .col-sm-6 {
        padding: 0px;
    }

    .homePromos p {
        font-size: 1.2em;
    }

        .homeBottomContent img {
        width: 40%;
        height: auto;
    }

    .homeIntro .col-sm-4 {
        width: 33%;
        float: left;
        padding: 5px;
    }

    .arthritisPocket .col-sm-4 {
        padding: 0px;
    }

    .arthritisPocket .noBottomPadding {
        margin-bottom: 0px !important;
    }

    .arthritisPocket {
        padding: 0px 20px 20px 20px;
        margin-top: 30px;
    }

        .arthritisPocket strong {
            padding-top: 20px;
        }
}
