.view-article .page-header,
.view-article .article-aside,
.divider-vertical,
.pager.pagenav,
.btn.jmodedit{
  display: none;
}
#t3-content h1 {
    margin: 20px 0 40px 0;
}
.t3-content .article-content {
	border-bottom: 0;
	padding-bottom: 0;
}
.view-article h2 {
  margin: 10px 0 24px 0;
}
.subpage-banner .bg-image {
  background-image: url('../../images/banners/career_bg.jpg') !important;
}

.t3-content h4{
	color: #00a046;
	font-size: 16px;
	font-weight: 600;
	margin: 40px 0 33px;
}

.t3-content h5{
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 26px;
}

.t3-content hr{
	margin: 40px 0;
}

.more-info-button:link,
.more-info-button:visited,
.more-info-button:hover,
.more-info-button:active{
	color: #ffffff;
	text-decoration: none;
}

.more-info-button{
	display: block;
	width: 97px;
	height: 23px;
	background-color: #ff970f;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 8px;
	margin-bottom: 40px;
	
}


/**/
.caring-swiper-container{
	height: 430px;
	margin-bottom: 10px;
}

.caring-swiper-container .swiper-wrapper .swiper-slide img{
	margin:0 auto;
}

.swiper-button-next, .swiper-button-prev {
  top: 43%;
  width: 38px;
  height: 65px;
}

.swiper-button-next {
	background: transparent url("/modules/mod_bct_homeslider/tmpl/images/arrow_next_bigbanner.png");
	right: 180px;
}

.swiper-button-prev {
	background: transparent url("/modules/mod_bct_homeslider/tmpl/images/arrow_prev_bigbanner.png");
	left: 180px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #ffffff;
	border: 2px solid #a6ce39;
	opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #a6ce39;
}

a:hover, a:focus{
	text-decoration: none;
}

.why-bct-videos{
	margin-top: 24px;
}

.why-bct-videos .single-video{
	display: inline-block;
	margin-right: 24px;
	width: 78%;
}

.why-bct-videos .videos{
	display: inline-block;
	vertical-align: top;
	width: 17%;
}

.why-bct-videos .single-video img,
.why-bct-videos .videos .video img{
	border-radius: 8px;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.08);
	width: 100%;
	margin-bottom: 12px;
}

.why-bct-videos .single-video .title,
.why-bct-videos .videos .video .title{
	font-weight: 600;
	color: #00a046;
	font-size: 14px;
	margin-bottom: 30px;
}
.modal-dialog h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	
	.links-item{
	  width: 100%;
	  margin: 0 auto 10px;
	}

	.links-item.item-2{
	  margin: 0 auto 10px;
	}
	
	.search-and-apply {
		margin: 40px 0;
	}
	
	.why-bct-videos .videos {
		margin-top: 20px;
		margin-bottom: -27px;
		width: 100%;
	}
	
	.why-bct-videos .videos .video{
		margin-bottom: 23px;
	}
	
	.why-bct-videos .videos .video img{
		width: 50%;
		display: inline-block;
	}
	
	.why-bct-videos .videos .video .title{
		display: inline-block;
		width: 45%;
		vertical-align: middle;
		margin: 3% 0 3% 3%;
	}

	
	.why-bct-videos .single-video{
		margin-right: 0;
		border-bottom: 1px solid #e0e0e0;
		width: 100%;
	}
	
	.why-bct-videos .single-video .title{
		margin-top: 13px;
	}


	
}