

#carousel-section-id {
    width: 100%;
    height: 500px;
    position: relative;
}

.carousel-inner .item {
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-caption {
    bottom: 50px;
    right: auto;
    top: auto;
    left: 100px;
    max-width: 60%;
    padding: 10px;
    background-color: #ff00008f;
}

.carousel-bottom-caption {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ff0000;
    padding: 6px;
}
    .carousel-bottom-caption h2 {
        font-size: 16px;
        text-align: center;
        padding: 0;
        margin: 0;
        color: #fff;
    }
    .carousel-bottom-caption a.btn {
        background-color: #bfb7aa;
        background-color: #bb0f18;
        color: #fff;
        border-radius: 0;
        padding: 2px 4px;
    }
        .carousel-bottom-caption a.btn:visited {
            color: #fff;
        }
        
        
.carousel-caption-button {
    background-color: transparent
}
    .carousel-caption-button h2 {
        padding: 10px;
        background-color: #ff000096;
    }
    .carousel-caption-button h2:empty {
        visibility: hidden;
    }
    .carousel-caption-button a {
        background-color: #bfb7aa;
        background-color: #1795a5;
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
        border-radius: 0;
    }
        .carousel-caption-button a:hover {
            color: #bfb7aa;
        }
        
.carousel-caption-right {
    right: 100px;
    left: auto;
}
.carousel-caption-center {
    right: auto;
    left: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}


.carousel-inner,
.carousel-inner .item,
.carousel {
    height: 100%;
}


#vision-section-id {
    margin-bottom: 40px;
}
    #vision-section-id h2 {
        margin-bottom: 20px;
    }
    
    #vision-section-id .map {
        background-image: url('/img/layout/map-red-med.png');
        height: 260px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    
    
#benefit-section-id {

}    
    #benefit-section-id .widget {
        padding-top: 30px;
    }
    #benefit-section-id .widget img {
        width: 40px;
        margin-top: -15px;
    }
    #benefit-section-id .brochure-left {
        float: left;
        width: 60%;
    }
    #benefit-section-id .brochure-right {
        float: left;
        width: 40%;
    }
    #benefit-section-id .widget img.brochure-image {
        margin-top: 3px;
        width: 100%;
    }

    
    
    
.member-map img,
#vision-section-id img {
    max-width: 100%;
}

#network-member-links {
}
    #network-member-links a {
        color: #fff;
    }

    
#member-section-id {
    
}
    #member-section-id h2 {
        margin-bottom: 20px;
    }





.page-title form {
    visibility: hidden;
}
.page-title form .social-links,
.page-title form h4 {
    visibility: hidden;
}

.social-links {
    margin-left: 0;
    margin-top: 10px;
}

#top-link-block.affix-top {
    bottom: 0;
}

.panel-grey {
}
    .panel-grey .global-panel-content {
    }
        .panel-grey .global-panel-content:hover {
            background-color: #eee;
        }
    div#secondarycontent .panel-grey .global-panel-content a {
        text-decoration: none;
        padding: 15px;
        display: block;
    }


#download-benefit-docs {
    background-color: #e0e0e0;
    border: 1px solid #999;
}
#download-benefit-docs h2,
#download-benefit-docs p {
    color: #847f80;
}
#download-benefit-docs a {
    color: #fe6532;
}


#case-study-section-id {
    padding-bottom: 40px;
}


#footer-links {
    border-top: 1px solid #ddd;
}





@media (max-width: 1200px) {
    #carousel-section-id {
        height: 400px;
    }
    #vision-section-id .map {
        height: 200px;
    }
    
}
@media (max-width: 991px) {
    #carousel-section-id {
        height: 300px;
    }
    #vision-section-id .map {
        background-image: url('/img/layout/map-red-small.png');
        height: 160px;
    }
}


@media (max-width: 768px) {
    .carousel-caption {
        display: none;
    }
    .carousel-bottom-caption {
        display: block;
    }
}
            
@media (max-width: 767px) {
    #carousel-section-id {
        height: 240px;
    }
    #network-member-links {
        margin-left: 60px;
        margin-bottom: 40px;
    }
    #vision-section-id .map {
        background-image: url('/img/layout/map-red-med.png');
        height: 300px;
        background-position: center;
        margin-bottom:0;
    }
}

@media (min-width: 767px) {
    .carousel {
        margin: 0;
    }
}



