@charset "UTF-8";
/* CSS Document */






/* */

.group:after {
  content: "";
  display: table;
  clear: both;
}

.ikc-nav-wrapper {
	padding:0 0 2px 0;
	height:32px;
}


.ikc-nav {
	float:left;
	background-color:#ccc;
	width:141px;
	height:17px;
	padding-bottom:8px;
	margin-right:8px;
	text-align:center;
	color:black;
}

a .ikc-nav:hover {
	background-color:#fcb040;
}



.ikc-nav-active {
	background-color:#fcb040;
}


.ikc-nav.ikc-nav-home-icon {
	float:left;
	background:none;
	width:24px;
	margin-right:12px;
	margin-top:-3px;
}



.ikc-home-panels {
	clear:both;
	background:white;
	padding:22px;
	width:536px;
	margin:9px 0 9px 0;
}


.ikc-home-panel {
	float:left;
	width:164px;
	height:132px;
	margin-right:22px;
	text-align:center;
}

.ikc-home-panel-a {
	background-color:#fcb040;
	margin-bottom:22px;
}

.ikc-home-panel-a h4 {
	color:black;
	font-size:24px;
	line-height:28px;
	margin-top:20px;
}

.ikc-home-panel-a h4:hover {
	color:white;
}


.ikc-home-panel-b {
	background-color:#765077;
}

.ikc-home-panel-b h4 {
	color:white;
	font-size:20px;
	line-height:26px;
	margin-top:24px;
}




.panel-last {
	margin-right:0;
}


.ikc-home-banner {
	height:110px;
	clear:both;
	background-color:#31407d;
	position:relative;
}


.ikc-home-banner img {
	position:absolute;
	z-index:1;
}

.ikc-home-banner img.active_slide {
	z-index:3
}



.ikc-nav-search {
	float:right;
	margin-right:0px;
	width:34%;
	background-color:white;
	height:25px;
	padding-bottom:0;
	text-align:left;
	
}

.ikc-nav-search input[type='text'] {
	float:left;
	display:block;
	background:transparent;
	border:none;
	color:black;
	font-style:italic;
	width:150px;
}


#mainSearch::-webkit-input-placeholder {
  color: black;
}
#mainSearch:-moz-placeholder {
  color: black;
}
#mainSearch:-ms-input-placeholder {
  color: black;
}





.spinner {
		margin:64px auto;
		position:absolute;
	}
	.docs-search-wrapper {
		float:left;
		position:relative;
		width:90px;
	}
	
	.docs-search-wrapper input{
		width:100%;
		font-size:11px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;

	}
	
	.docs-search-wrapper img {
		position:absolute;
		top:6px;
		right:-4px;
	}
	
	.search-button {
		float:right;
		margin-right:4px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		border:none;
		background:#fcb040;
		color:black;
		height:24px;
		margin-top:2px;
		cursor:pointer;
		
	}
	
	.search-button:hover {
		background:#31407d;
	}
	
	
	
	.contact-item {
		clear:both;
		width:70px;
		float:left;
		font-size:14px;
	}
	
	.contact-info {
		width:120px;
		float:left;
		font-size:14px;
	}
	
	.contact-item.long {
		width:200px;
	}	


.ikc-nav-search input[type='submit'] {
	float:right;
	border:none;
	background:none;
	color:#999;
	font-size:13px;
}


.ikc-main-section {
	background-color:white;
	margin-bottom:8px;
	margin-right:12px;
	position:relative;
	padding-bottom:16px;
}

.ikc-main-section h2, .ikc-main-section h1, #primary h1.pageTitle, #main h1.pageTitle {
	
}


.ikc-main-section p {
	margin:4px 16px 12px 16px;
	font-size:16px;
}






.ikc-column {
	background-color:white;
	margin-bottom:16px;
	clear:both;
	padding-bottom:12px;
}

.ikc-column#support_us {
	padding-bottom:4px;
}


.ikc-column#support_us .col-content {
	padding-bottom:0px;
}



.ikc-column h2 {
	background-color:#765077;
	color:white;
	text-align:left;
	font-size:18px;
	margin:0;
	padding:4px 0 4px 12px;
	text-transform:lowercase;
}

.ikc-column .col-content {
	margin:12px;
	padding-bottom:8px;
}

.ikc-col-newsletter {
	padding:12px;
	background-color:#31407d;
	color:white;
	font-size:16px;
	line-height:22px;
} 


.ikc-col-newsletter img {
	float:left;
	margin-right:12px;
} 



.ikc-col-square_bt {
	width:128px;
	height:108px;
	margin:16px 0 16px 16px;
	background:#765077;
	color:white;
	padding-top:20px;
	text-align:center;
	font-size:16px;
	float:left;
	text-transform:lowercase;
}


.ikc-sidebar-posts {

}

.ikc-sidebar-post {
	margin:4px 12px 12px 12px;
}

.ikc-sidebar-post a h4 {
	font-size:16px;
	color:#31407d;
	line-height:20px;
}

.ikc-sidebar-post-date {
	color:#999;
}

.ikc-sidebar-post img {
	width:100px;
	float:right;
	margin:8px 0 4px 4px;
}

.ikc-sidebar-post p {
	font-size:14px;
	line-height:18px;
	max-height:76px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.ikc-docs {
	width:100%;
	float:left;
	margin-right:2%;
}

.ikc-docs-wrapper {
	margin-top:32px;
	position:relative;
	clear:both;
	height:4000px;
}

.ikc-doc-liner {
	clear:both;
	padding:16px;
}



.ikc-docs-nav-section {
	clear:both;
	margin-bottom:12px;
	padding:4px 0;
}

.ikc-docs-nav-section input {
	max-width:250px;
}

.ikc-doc-cats {
	/*display:none;*/
}

input[type=checkbox], input[type=radio] {
	opacity:1;
}

label {
	display:inline;
	margin-left:8px;
}

.ikc-doc-thumb {
	width:350px;
	height:188px;
	overflow:hidden;
	margin:0;
	border-bottom:2px solid #e8e8e8;
}

.ikc-doc-thumb img {
	width:100%;
	height:auto;
}



.ikc-docs-subcats {
	border:1px solid #777;
	padding:4px;
	font-size:12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#E4E1E1;
}


.ikc-docs-subcats h4 {
	font-size:12px;
	margin-bottom:6px;
}

.ikc-docs-subcats ul {
	margin-left:8px;
}

.select2-results, .select2-results li, .select2-container-multi .select2-choices .select2-search-field input {
	font-size:12px;
	color:black;
}

.select2-container-multi .select2-choices {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.ikc-main-section p {
	font-size:20px;
}

.ikc-docs-nav-section h5 {
	text-transform:uppercase;
	color:#00335d;
	margin-bottom:8px;
	font-weight:bold;
	font-family: 'Khula', sans-serif;
	font-size:22px;
	margin-top:0;
}

.reset-button {
	display:block;
	margin:0 auto;
	width:50%;
	border:2px solid #00335d;
	padding:6px 12px 2px 12px;
	text-align:center;
	text-transform:uppercase;
	color:#00335d;
	text-decoration:none;
	cursor:pointer;
}

/* total width 590px; */
.ikc-docs-nav {
	width:25%;
	position:absolute;
	top:0;
	left:0;
	padding:16px;
	border:2px solid #e8e8e8;
}


.ikc-docs-wrapper {
	font-family: 'Khula', sans-serif;
}

.ikc-docs-nav select {
	width:100%;
}

.ikc-docs-list {
	position:absolute;
	top:0;
	right:0;
	width:70%;
	padding-top:8px;
	overflow-y:auto;
}

.videos-wrapper {
	overflow-y:auto;
	max-height:500px;
}
.ikc-video-listing {
	clear:both;
	margin:8px 16px 16px 16px;
}

.ikc-doc {
	margin-bottom:32px;
	margin-right:32px;
	float:left;
	width:350px;
	height:350px;
	border:2px solid #e8e8e8;
	overflow:hidden;
	background-color:white;
}



.ikc-docs-waiting {
	display:none;
	padding-top:120px;
	text-align:center;
}

.ikc-doc-title {
	margin-top:32px;
	clear:both;
}
.ikc-doc-title a {
	font-size:18px;
	text-decoration:none;
	line-height:120%;
	color:#3673b8;
	display:block;
	margin-top:18px;
}

.ikc-doc-title-large {
	font-size:20px;
	line-height:18px;
	margin:2px 0 4px 0;
}

.ikc-doc-description {
	font-size:12px;
	line-height:14px;
	margin:6px 0 4px 0;
}

.ikc-doc-type {
	width:54%;
	float:left;
	text-transform:uppercase;
	color:#888;
	font-size:14px;
}

.ikc-doc-date {
	width:45%;
	float:right;
	font-size:14px;
	color:#888;
	text-transform:uppercase;
	color:#888;
	text-align:right;
}



.posts-block-liner .ikc-doc-title, .posts-block-liner .ikc-doc-type {
	text-align:left;
}

.posts-block-wrapper .ikc-doc {
	display:inline-block;
	float:none;
	margin:12px;
	margin-bottom:32px;
	position:relative;
}




.ikc-column:before,
.ikc-column:after {
  	content: '\0020';
  	display: block;
  	overflow: hidden;
  	visibility: hidden;
  	width: 0;
  	height: 0; 
}

.ikc-column:after {
  clear: both; 
}

.ikc-column {
  zoom: 1; 
}
	  
.ikc-col-innerds {
	margin:12px;
	font-size:14px;
}



@media only screen and (max-width: 600px) {
	
	.ikc-doc-thumb {
		width:100%;
		border-bottom:none;
		height:auto;
	}
	.ikc-doc, .posts-block-wrapper .ikc-doc {
		width:100%;
		clear:both;
		margin:12px 0;
		border:1px solid #444;
	}
	
	.ikc-doc-liner {
		padding:2px 8px;
	}
	
	.ikc-docs-nav {
		border:none;
	}
	
	.ikc-doc-date, .ikc-doc-type {
		clear:both;
		width:100%;
		float:none;
		text-align:left;
	}
	
	.ikc-doc-title {
		font-size:14px;
		margin-top:4px;
	}
	
	.ikc-doc-title a {
		margin-top:0;
		margin-bottom:8px;
	}

	.ikc-docs-nav, .ikc-docs-list {
		width:50%;
		padding:8px;
	}
	
	.ikc-doc {
		height:auto;
	}
	
	.ikc-docs-nav-section label {
		font-size:12px;
	}
	
	.ikc-docs-nav-section {
		width: 90%;
	}
	
	.ikc-docs-nav-section h5 {
		font-size:16px;
	}

}
