@charset "utf-8";
.highlight .img-fluid {
	width:100% !important;
}
/* marketing-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: bold;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* Featurettes------------------------- */
.featurette-divider {
	margin: d1rem 0;
	/* Space out the Bootstrap <hr> more */
}
.featurette {
}
/* RESPONSIVE CSS-------------------------------------------------- */
@media (max-width:350px) {
	.navbar-toggler {
		text-align: center;
	}
}
@media (max-width:48em){
	#collapseSearch {
		display:none;
	}
}
@media (max-width:39em) {
	.featurette-heading {
		font-weight: normal;
		font-size: 40px;
	}
	.kckcc_logo {
		width: 200px;
	}
	.carousel-caption h1 {
		font-weight: 400;
		font-size: 1.5rem;
	}
}
@media (min-width: 40em) {
	.featurette-heading {
		font-size: 40px;
	}
	.kckcc_logo {
		width: 275px;
	}
}
@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 4rem;
	}
}
/*Shadow*/
.z-depth-2 {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-4 {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.z-depth-5 {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
/*Social Media*/
.sm-hover img {
	width: 45px;
}
.sm-hover img:hover {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
	transition: box-shadow .5s ease-in-out;
}
/*Callout*/
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 0px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #777;
}
.bs-callout-default h4 {
	color: #777;
}
.bs-callout-primary {
	border-left-color: #428bca;
}
.bs-callout-primary h4 {
	color: #428bca;
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}
.bs-callout-alert {
	border-left-color: #d9534f;
}
.bs-callout-alert h4 {
	color: #d9534f;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}
/*Backgrounds*/
.blueArrowBg {
	background: url(../images/blue_arrow_background.png);
	background-size: cover;
}
.blueSectionDivder {
	background: url(../images/bottom_pattern.png);
	background-size: cover;
	height: 150px;
}
/*Backgrounds*/
.blueArrowBg {
	background: url(../images/blue_arrow_background.png);
	background-size: cover;
}
.blueSectionDivder {
	background: url(../images/bottom_pattern.png);
	background-size: cover;
	height: 150px;
}
/*Misc*/
.page-header::after {
	content:url('/_files/images/components/red-divider.jpg');
	display:block;
	width:50px;
	height:10px;
}
.list-group-title {
	color:#135eaa;
}
.list-group-title::after {
	content: url('../images/bullet_arrow.png');
}
.reddivider {
	content:url('/_files/images/components/red-divider.jpg');
	display:block;
	width:50px;
	height:10px;
}
.red-divider::after {
	content:url('/_files/images/components/red-divider.jpg');
	display:block;
	width:50px;
	height:10px;
}
.deskSearch {
	min-width: 60%;
	height: 50px;
}
/*Simple List*/
ol.simple-list {
	list-style-type: none;
	margin: 0;
	margin-left: 3em;
	padding: 0;
	counter-reset: li-counter;
}
ol.simple-list > li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 0.5em;
	min-height: 3em;
	border-left: 2px solid #d51633;
}
ol.simple-list > li:before {
	position: absolute;
	top: 0;
	left: -1em;
	width: 0.8em;
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
	text-align: right;
	color: #0054a6;
	content: counter(li-counter);
	counter-increment: li-counter;
}
