body {
	margin: 0;
	font: normal 14px/20px Roboto, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000033;
	background-color:#FFF;
	}

a, a:visited, a:active  {
	color: #0065a6;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #189b48;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	max-width:1200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 14px/20px Roboto, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000033;
	}

#toptable {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#reducetable {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.languageLinkPadding {
	padding-right: 5px;
	}

h1 {
	font-size: 22px;
	}

#paintTitle {
	color: #0065a6;
	border-bottom: solid 1px #0065a6;
	background-color: inherit;
	}

.paintTitle {
	color: #0065a6;
	border-bottom: solid 1px #0065a6;
	background-color: inherit;
	}

.paintTitle2 {
	color: #0065a6;
	border-bottom: solid 1px #0065a6;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #0065a6;
	border-bottom: solid 1px #0065a6;
	font-size: 16px;
	background-color: inherit;
	}

.footerstrip
{
	background-color: inherit;
}

.KCHAFooter {
	color:#FFF;
	margin-top:20px;
	}
.KCHAFooter > div:first-child {
	display:flex;
	flex-wrap:wrap-reverse;
	margin: 0 auto;
	background-color:rgba(0, 101, 166, 1)
	}
.KCHAFooter > div:first-child > div {
	flex:1 1 400px;
	}
.KCHAFooter a {
	color:#FFF;
	}
.footerNav {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
	line-height:175%;
	}
.footerNav > div {
	flex:1 1 auto;
    padding: 20px 20px 10px 20px;
	}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.footNavHead {
	color:#6ca2cd;
	font-weight:700;
	}
.standardFooter {
	font-size:75%;
	color:#FFF;
	}
.standardFooter img {
	background-color:#FFF;
}


/*Text Search Styling*/

.KCHATextSearchContainer form > div {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.KCHATextSearchContainer .tsTextboxClass {
	border:none;
	height:36px;
	width: calc(100% - 44px);
}

.KCHATextSearchContainer .tsSubmitClass {
	height:40px;
	width:initial;
	background:none;
	border:none;
	padding:0;
}
.tsSuggest {
	flex-basis: 100%;
	background: white;
	color: #111;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: -25px;
	z-index:99;
}
.tsSuggest > ul {
	margin: 2px;
	padding: 0px;
	list-style-type: none;
	-webkit-columns: 4 150px;
	-moz-columns: 4 150px;
	columns: 4 150px;
}
.tsMessage {
	margin-bottom:-10px;
}

.textContainer {
	width:80%;
	padding: 7% 10%;
	background:url(/graphics/KCHA/KCHA_text_bg2.jpg) no-repeat;
	background-position-y:center;
	background-position-x:0%;
	background-size: cover;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:white;
    background-color: rgba(0, 101, 166, 0.75);
    padding:4%;
	max-width: 1000px;
	margin: 0 auto;
}
.textTitle {
	font-size: 40px;
	font-weight:700;
	line-height: 40px;
	padding-bottom: 4px;
	margin-left: -3px;
}
.textAdvanced {
	padding-top:4px;
	text-align:right;
}
.textAdvanced a {
	color:white;
	text-decoration:none;
}

@media all and (max-width: 1000px) {
	.textContainer {
		background-size:cover;
	}
}
@media all and (max-width: 600px) {
	.textContainer .textTitle {
		display:none;
	}
	.KCHATextSearchContainer .tsTextboxClass {
		width:80%
	}
	.KCHATextSearchContainer .tsLabel {
		width:100%;
	}
}

.ctnavcontainer {
	color: #0065a6;
	padding: 5px 20px 0 20px;
	text-align:center;
}

.ctnavcontainer ul {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	max-width:800px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
}

.ctnavcontainer ul li {
	display: block;
	float: left;
	margin: 0;
	flex:1 1 auto;
	padding:0;
}

.ctnavcontainer ul li a {
	height: 32px;
	color: #0065a6;
	background: inherit;
	padding: 0 5px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font: bold 16px/32px Roboto, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.ctnavcontainer ul li a:visited {
	text-decoration: none;
}

.ctnavcontainer ul li a:hover,
.ctnavcontainer li a#active:hover {
	color:#189b48;

}
.ctnavcontainer li a#active {
	color: #189b48;
}

.fullHead {
	border-bottom: 1px solid #189b48;
}
.fullHead, .fullHead a {
	color:#0065a6;
}

.headFlex {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.headFlex > div {
	flex: 1 1 auto;
	align-self: flex-end;
}

.headFlex > div:first-child img {
	max-width:260px;
	background-color:white;
	padding:5px;
}

.headFlex > div:first-child a {
	display: inline-block;
    background: white;
    color: #0065a6;
    text-decoration: none;
	padding: 5px;
	font-weight: bold;
    font-size: 110%;
    text-align: center;
}

.fullBorder {
	border-left: #189b48 solid 1px;
	border-right: #189b48 solid 1px;
	border-top: #189b48 solid 1px;
	border-bottom: #189b48 solid 1px
    }

.fullBorderStandard {
	border-left: #189b48 solid 1px;
	border-right: #189b48 solid 1px;
	border-top: #189b48 solid 1px;
	border-bottom: #189b48 solid 1px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    }

.borderFull {
	border-left: #189b48 solid 1px;
	border-right: #189b48 solid 1px;
	border-top: #189b48 solid 1px;
	border-bottom: #189b48 solid 1px
    }

.borderL {
	border-left: #189b48 solid 1px
    }

.borderLT{
	border-left: #189b48 solid 1px;
	border-top: #189b48 solid 1px
    }

.borderLTR{
	border-left: #189b48 solid 1px;
	border-top: #189b48 solid 1px;
	border-right: #189b48 solid 1px
    }

.borderLR {
	border-right: #189b48 solid 1px;
	border-left: #189b48 solid 1px
    }

.borderLTB {
	border-left: #189b48 solid 1px;
	border-top: #189b48 solid 1px;
	border-bottom: #189b48 solid 1px
	}

.borderLRB {
	border-bottom: #189b48 solid 1px;
	border-right: #189b48 solid 1px;
	border-left: #189b48 solid 1px
    }

.borderLB {
	border-bottom: #189b48 solid 1px;
	border-left: #189b48 solid 1px
    }

.borderT {
	border-top: #189b48 solid 1px
    }

.borderTR{
	border-top: #189b48 solid 1px;
	border-right: #189b48 solid 1px
    }

.borderTRB {
	border-top: #189b48 solid 1px;
	border-right: #189b48 solid 1px;
	border-bottom: #189b48 solid 1px
    }

.borderTB {
	border-top: #189b48 solid 1px;
	border-bottom: #189b48 solid 1px
    }

.borderR {
	border-right: #189b48 solid 1px
    }

.borderRB {
	border-bottom: #189b48 solid 1px;
	border-right: #189b48 solid 1px
    }

.borderB {
	border-bottom: #189b48 solid 1px
    }