/* Add here all your css styles (customizations) */
/* Custom 120316 */
.homepage-hero-carousel{
	text-align: left;
}

.homepage-hero-carousel h3{
	/*background-color: rgba(255,255,255,0.5);*/
	padding: 10px;
	color: #fff;
	margin-bottom: 0px;
	text-shadow: 1px 1px #666;
	font-size: 42px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: .85em;

}
.homepage-hero-carousel p{
	/*background-color: rgba(255,255,255,0.5);*/
	padding: 10px;
	color: #fff;
	text-shadow: 1px 1px #666;
	font-size: 22px;
	text-transform: uppercase;
	line-height: .85em;

}
.active_navbar{
	color: #a10f2b;
}

.carousel img{
	width: 100%;
	height: 100%;
}

/* page layouts */
.header_picture_prek {
  height: 440px;
  background-image: url(../img/kapor/headers/headers-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.header_picture_postsec {
  height: 440px;
  background-image: url(../img/kapor/headers/headers-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.header_picture_techwf {
  height: 440px;
  background-image: url(../img/kapor/headers/headers-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.header_picture_vc {
  height: 440px;
  background-image: url(../img/kapor/headers/headers-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.well-programs{
	border: 1px solid #f3f3f3;
	min-height:250px;
	background-color:#fbfbfb;
	padding: 20px;
}

.rpwe-alignleft {
    display: inline;
    float: left;
}
.rpwe-thumb {
    border: 1px solid #EEE!important;
    box-shadow: none!important;
    margin: 2px 10px 2px 0;
    padding: 3px!important;
}
.rpwe-block a {
    display: inline!important;
    text-decoration: none;
}
.rpwe-block ul {
    list-style: none!important;
    margin-left: 0!important;
    padding-left: 0!important;
}

.rpwe-block li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
.rpwe-block h3 {
    background: none!important;
    clear: none;
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 15px!important;
    line-height: 1.5em;
}
.rpwe-clearfix {
    zoom: 1;
}



@media all and (max-width: 640px) {
  .hide-caption-mobile {
    display: none;
  }
}
