/* url(/graphics/headers/KCHousingLocatorLogo.webp);*/
/* url(/graphics/images/KClogofooter.webp);*/

.ctnavcontainer {
    color: #006340;
    min-width: 320px;
    padding: 0 20px;
}

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

.ctnavcontainer ul li {
    display: block;
    float: left;
    margin: 0;
    flex:1 1 auto;
    padding:0;
    min-width:155px;
    max-width: 220px;
}

.ctnavcontainer ul li a {
    color: #fff;
    background: inherit;
    text-decoration: none;
    padding: 10px 5px;
    display: inline-block;
    text-align: center;
    font: bold 20px/30px 'Times New Roman', serif;
    background-color: #fff;
    color: #217fc3;
}

.ctnavcontainer ul li a:hover {
    color:#F04C43;
}

.ctnavcontainer ul li a.listingButton {
    display:block;
    background-color:#F04C43;
    color:#ffffff;
}

.ctnavcontainer ul li a.listingButton:hover{
    background-color:#217fc3;
}

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


body {
    margin: 0;
    font: normal 16px/20px 'Times New Roman', serif;
    font-size: 16px;
    text-align: left;
    color: #000033;
    background-color:#FFF;
}

a, a:visited, a:active  {
    color: #207fc3;
    text-decoration: underline;
    background-color: inherit;
}
a:hover {
    text-decoration: none;
    background-color: inherit;
}

#mastertable {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font: normal 16px/20px Verdana, Geneva, Helvetica, sans-serif;
    font-size: 16px;
    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;
    flex-basis:100% !important;
    color:#000;
    z-index: 1;
}
.languageLinkPadding a {
    color:#000;
}

.welcomeKC {
    text-align:center;
    max-width:1000px;
    margin:auto;
    font-size:115%;
    line-height:140%;
}
.welcomeHead {
    color:#006340;
    text-align:center;
    line-height:125%;
    font-size:175%;
    margin:10px auto;
}

h1.welcomeWAddy{
    font: normal normal bold 34px/40px Times New Roman;
    margin: 0 0 10px;
}

@media only screen and (max-width: 420px) {
    h1.welcomeWAddy{
        font: normal normal bold 32px/40px Times New Roman;
    }
}


h1 {
    font-size: 120%;
    color: #003;
}

#paintTitle {
    color: #c46e0f;
    border-bottom: solid 1px #003;
    background-color: inherit;
}

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

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

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

.footerstrip
{
    background-color: inherit;
}

.KCFooter {
    background-color:#fff;
    color:#000;
    margin-top:20px;
    padding-bottom:40px;
}
.KCFooter > div:first-child {
    display:flex;
    flex-wrap:wrap-reverse;
    max-width:1125px;
    margin: 0 auto;
}
.KCFooter > div:first-child > div {
    flex:1 1 400px;
}

@media only screen and (max-width: 890px) {
    .KCFooter > div:first-child > div {
        justify-content: center;
    }
}
.KCFooter a {
    text-decoration: underline;
}
.footerNav {
    display:flex;
    flex-wrap:wrap;
    align-content: flex-start;
    line-height:175%;
}
.footerNav > div {
    padding: 20px 25px 10px;
    max-width: 120px;
}

@media only screen and (max-width: 890px) {
    .footerNav > div {
        padding: 20px 20px 10px;
    }
}
.footerNav > div:last-child {
    flex-basis: 47%;
    padding: 0;
    max-width: initial;
}
.footerNav ul {
    margin: 10px 0 0;
    padding: 0;
}
.footerNav li {
    list-style-type: none;
    margin-bottom: 6px;
}
.footerNav li.lh-small {
    line-height: 22px;
}
.footerNav a {
    color: #000000;
}
.footNavHead {
    color:#000;
    font-weight:700;
}

.KCSponsor div.ctr div.ctr {
    text-align: right;
}

@media only screen and (max-width: 875px) {
    .KCSponsor div.ctr div.ctr {
        text-align: center;
    }
}
.KCSponsor div.ctr div.ctr a:first-child{
    margin-right: 30px;
}

.standardFooter {
    font-size:75%;
    background-color: #fff;
    color:#5d5d5d;
}
.standardFooter a {
    color:#5d5d5d;
}
.standardFooter img {
    background-color:#FFF;
}

.headFlex {
    max-width:1400px;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    background-color: #FFFFFF;
    border-bottom: none;
    margin: auto;
}
.headFlex > div {
    flex: 1 1 auto;
}
.headFlex > div:nth-child(2) {
    padding:0 5px;
}

.headFlexBG {
    background: url(/graphics/headers/DCHSheaderbg.png) no-repeat bottom left;
    max-height: 217px;
}

.headProper img {
    max-width: 321px;
    padding-bottom: 10px;
    margin-top: 10px;
}

/*Text Search Styling*/

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

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

.KCTextSearchContainer .tsSubmitClass {
    height:40px;
    width:initial;
    background:#fff;
    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:100%;
    padding: 7% 0%;
    background:url(../graphics/images/KCHLhero.webp) no-repeat;
    background-position-y:center;
    background-position-x:center;
    background-size: cover;
}

.textContainer .alt-btn{
    padding: 16px 40px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    background-color: #fff;
    color: #f04c43;
    border-radius: 10px;
    align-self: center;
    text-transform: uppercase;
    font: normal normal bold 20px/25px Times New Roman;

}
.textContainer .alt-btn:hover{
    background-color: #207fc3;
    color: #fff;
    border: solid 2px #fff;
    padding: 14px 38px;
}

.textFlex {
    display:flex;
    flex-direction:column;
    color:white;
    background-color: rgba(33, 128, 195, 0.84);
    padding: 20px 30px;
    max-width: 740px;
    margin: 0 auto;
    width: 85%;
}

@media only screen and (max-width: 420px) {
    .textFlex {
        width: 82%;
    }
}

.textTitle {
    font-size: 40px;
    font-weight:700;
    font-family: "Times New Roman";
    line-height: 40px;
    padding-bottom: 4px;
    margin-left: -3px;
    line-height: 120%;
}
.bottomLinks {
	display: flex;
	flex-wrap: wrap;
}
.textAdvanced {
	display: inline-block;
	margin-left: auto;
}
.textAdvanced a{
    float: right;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
}

.textAdvanced a:hover{
    text-decoration: underline;
}

.searchTips {
	padding-top:10px;
	text-decoration:underline;
	display: inline-block;
}
.searchTips a {
	color:white;
	font-size: 14px;
}

@media all and (max-width: 1000px) {
    .textContainer {
        background-size:cover;
    }
}
@media all and (max-width: 600px) {
    .textContainer .textTitle {
        display:none;
    }
    .KCTextSearchContainer .tsTextboxClass {
        width:80%
    }
    .KCTextSearchContainer .tsLabel {
        width:89%;
    }
	.searchTips {
		padding-top:2px;
	}
}

.frontBoxBox {
    width: 95%;
    margin-left: -1%;
    padding: 3%;
    background-color: #f3f3f4;
}

.frontBoxBox > div:first-child {
    font-size:125%;
    line-height: 100%;
}

.frontFlex {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:0 auto;
    max-width:1100px;
}
.frontFlex > div {
    flex: 1 1 250px;
    white-space:nowrap;
    min-height:440px;
    margin:10px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center top;

}
.frontFlex > div > div {
    margin-top:150px;
}
.frontFlex a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    color: #fff;
    width: 32%;
    position: relative;
}

.boxBlue{
    background-color: #217FC3;
    margin-top: -4px;
    padding: 2px 0 38px;
    z-index: 5;
    position: inherit;
}

@media only screen and (max-width: 890px) {
    .frontFlex {
        justify-content: center;
    }
    .frontFlex a {
        width: 48%;
        margin-bottom: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .frontFlex {
        justify-content: center;
    }
    .frontFlex a {
        width: 100%;
        margin-right: 0;
    }
}
.frontFlex a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background: transparent linear-gradient(0deg, #FFFFFF00 0%, #FFFFFF00 0%, #ADADAD7E 33%, #626262DC 73%, #474848 88%, #4C4E4E 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.77;
  }

.frontFlex a img{
    height: auto;
    max-width: 100%;
}

.frontFlex a:hover  span{
    border: 1px solid #Fff;
    background-color: #F04C43;
    color: #Fff;
}
.frontFlex a:hover::before {
    background: transparent;
}

.frontFlex a h1{
    color: #fff;
    margin-bottom: 40px;
    font: normal bold normal 25px/28px Times New Roman;
}

.frontFlex a span{
    background: inherit;
    padding: 14px;
    text-decoration: none;
    color: #c53d36;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 16px;
}
.frontFlex a span:hover {
    border: 1px solid #Fff;
    background-color: #F04C43;
    color: #Fff;
}


.homepageFlex {
    display: flex;
    flex-wrap:wrap-reverse;
    max-width: 1080px;
    margin: 0 auto;
    font-size:120%;
    padding:30px;

    align-items: baseline;
}

.homepageChildNarrow {
    flex: 1 1;
    height: 100%;
    line-height: 140%;
    padding-right:40px;
    min-width:185px;
    margin: 15px 0;
}
.homepageChildNarrow p{
    font: normal normal bold 18px/27px Times New Roman;
    margin: 0;
}
.homepageChildNarrow p span.bigBlue{
    font: normal normal bold 24px/24px Times New Roman;
}

.homepageChildWide {
    flex: 2 1;
}

.homepageChildWide p{
    margin: 0;
    font: normal normal normal 18px/28px Times New Roman;
}

.homepageChildWide h2{
    font-size: 15px;
}

.homepageHead{
    color: #57641f;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font: normal normal bold 34px/60px Times New Roman;
    line-height: normal;
}

.homepageChildWide .prim-btn{
    padding: 16px 40px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    background-color: #F04C43;
    color: #fff;
    border-radius: 10px;
    align-self: center;
    text-transform: uppercase;
    font: normal normal bold 20px/25px Times New Roman;
    margin: 10px 0 20px;
}

.homepageChildWide .prim-btn:hover{
    background-color: #207fc3;
}

.homepagelist {
    padding-left: 60px;
    margin: 0 0 20px;
}

.homepagelist li{
    font: italic normal normal 18px/24px Times New Roman;
}

.bigBlue{
    color: #217FC3;
}

.ctnavcontainer {
    min-width: 320px;
    padding: 0 20px;
}


.kcrhp_logo {
    margin-left: 70px;
}

@media all and (max-width: 382px) {
    .kcrhp_logo {
        margin-left: 0;
    }
}

.redColor {
    color: #F04C43 !important;
}

.panels {
    display: flex;
    flex-wrap: wrap;
	gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
.colPanel {
	background-color: #217FC3;
	padding: 22px 57px 30px;
	text-align: center;
}

.colPanel p {
	color: #fff;
	font-size: 15px;
}
.colPanel p.panelTitle {
	font-weight: bold;
	font-size: 22px;
    margin: 0;
	line-height: normal;
}

.colPanel .panelBtn {
	margin-top: 30px;
}
.colPanel .panelBtn a{
    padding: 8px 27px;
    border-radius: 6px;
    font-size: 18px;
    margin: 5px auto;
    font-weight: bold;
    background-color: #fff;
	color:#217FC3;
	text-transform: uppercase;
	text-decoration: none;
}

.colPanel #bell.panelBtn a{
    background: url(/graphics/images/Bell_icon.svg) no-repeat;
    background-position-y: center;
    background-position-x: 200px;
    background-color: #fff;
    padding-right: 50px;
}
.colPanel .panelBtn a:hover,
.colPanel #bell.panelBtn a:hover {
	background-color: #E9A821;
	color:#000;
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 {
	background-color: #217FC3 !important;
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 .imgMiddle {
	border: 1px solid #fff;
	border-radius: 50%; 
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 .saveRow .leftCol #bell.panelBtn a {
	color:#217FC3;
}
#shsWrapper .notifyPanel.shsSpecialOptions.row3 .saveRow .leftCol #bell.panelBtn a:hover {
	color:#000;
}