#carousel-section-id {
    width: 100%;
    height: 460px;
    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: #fe542c;
}

.carousel-bottom-caption {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fe542c;
    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: #fe542c;
    }
    .carousel-caption-button a {
        background-color: #bfb7aa;
        background-color: #bb0f18;
        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%;
}

.img:hover{
    color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari and Chrome */

}

/**Simple Gallery**/
.simplegallery{ 
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 1px solid black; /* default border of gallery */
}


.simplegallery .gallerylayer{
	width: 100%;
	height: 100%;
	text-align: center;
	background: black;

}

.simplegallery .gallerylayer:before{ /* technique to vertical center gallery contents */
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.simplegallery .gallerylayer .galleryinner{
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.simplegallery .gallerylayer .galleryinner.responsive img{
	max-width: 100%;
	display: inline-block;
}

.simplegallery .gallerydesc{
	position: absolute;
	width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	left: 0;
	top: 1000;
	z-index: 1001;
}

.simplegallery .gallerydesc:before{ /* overlay beneath description panel */
	content: '';
	position: absolute;
	background: black;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.4;
	z-index: -1;
}

.simplegallery .gallerydesc .gallerydesctext{
	width: auto;
	color: white;
	text-align: left;
	padding: 5px; /* padding inside description panel */
}
/**End Simple Gallery**/


#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;
    }


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



.page-title form {
    visibility: hidden;
}

#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;
    }


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

.return-fixed {
  position: relative;
  float: right;
  width: 135px;
  border: 2px solid red;
  padding: 2px;
  border-radius: 15px;
  font-family: 'Opensans Semibold';
  font-size: 10px;
  text-align: center;
  background-color: white;
}



@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;
    }
}
