/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/ILHSheaderlogo.png);*/
/* url(/graphics/images/ILHSSearchIcon.png);*/
/* url(/graphics/images/ILHSherobg.jpg);*/
/* url(/graphics/images/WIHSSearchIcon.png);*/
/* url(/graphics/images/WisconnValley.png);*/


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

a, a:visited, a:active  {
	color: #005774;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #158c59;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	max-width:1400px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 16px/20px 'Open Sans', Arial, 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;
	}

.welcomeWI {
	text-align:center;
	max-width:1000px;
	margin:auto;
	font-size:115%;
	line-height: 140%;
	margin:25px auto;
	font-weight: normal;
}
.welcomeHead {
	color:#158c59;
	text-align:center;
	line-height:125%;
	font-size:150%;
	margin:10px auto;
}

h1 {
	font-size: 22px;
	}

#paintTitle {
	color: #158c59;
	border-bottom: solid 1px #158c59;
	background-color: inherit;
	}

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

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

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


.footerstrip
{
	background-color: inherit;
}

.WIFooter {
	background-color: #e2e2e2;
	color:#000;
	margin-top:20px;
	}
.WIFooter > div:first-child {
	display:flex;
	flex-wrap:wrap-reverse;
	max-width:1125px;
	margin: 0 auto;
	}
.WIFooter > div:first-child > div {
	flex:1 1 400px;
	}
.WIFooter a {
	color:#005774;
	}
.footerNav {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
	line-height:175%;
	}
.footerNav > div {
	flex:1 1 13%;
    padding: 20px 20px 10px 20px;
	}
.footerNav > div:last-child {
	flex-basis:90px;
	}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.footNavHead {
	color:#005774;
	font-weight: bold;
	}
.WISponsor {
	margin:0 20px;
	flex-basis:200px !important;
	}
.WISponsor > div:first-child {
	height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
.WISponsor > div > div:nth-child(2) {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	}
.WISponsor > div > div:nth-child(2) > a {
	margin:5px auto 0 auto;
	}
.standardFooter {
	margin-top:15px;
	font-size:75%;
	color:#000;
	}
.standardFooter img {
	background-color:#FFF;
}

.standardFooter a {
	color:#000;
}

/*Text Search Styling*/

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

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

.WITextSearchContainer .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: 8% 10%;
	background:url(/graphics/images/WIHousingSearchSplash.jpg) no-repeat;
	background-position-y:center;
	background-position-x:center;
	background-size: cover;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:white;
	background-color: rgba(0,87,116,0.8);
	padding:4%;
	max-width: 750px;
	margin: 0 auto;
}
.textTitle {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 4px;
	margin-left: -3px;
}
.bottomLinks {
	display: flex;
	flex-wrap: wrap;
}
.textAdvanced {
	padding-top:4px;
	text-align:right;
	display: inline-block;
	margin-left: auto;
}
.textAdvanced a {
	color:white;
	text-decoration:none;
}

.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;
	}
	.WITextSearchContainer .tsTextboxClass {
		width:80%
	}
	.WITextSearchContainer .tsLabel {
		width:100%;
	}
	.searchTips {
		padding-top:2px;
	}
}

/*CMS Styling*/
.cmsTiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}
.cmsTiles > div {
	flex: 1 1 320px;
    min-height: 320px;
    max-width: 390px;
    margin: 30px;
    background-size: cover !important;
}
.plate {
	color:#FFF;
	overflow: hidden;
	height:100%;
	max-height:40ch;
}
.plateContent {
	display: flex !important;
    flex-wrap: wrap;
    height: 80%;
    align-items: flex-end;
    padding-top: 10%;
}
.plateContent > span {
	flex:1 1 100%;
}
.plateTitle {
	font-size:215%;
	line-height:115%;
	padding-bottom:5px;
}
.plateIntro {
	font-size:90%;
	padding-bottom:5px;
}
.cmsTiles a span {
	display:block;
}
.cmsTiles .cmsArticles a {
	text-decoration:none;
	background-position: center bottom;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc(100% - 40px);
	padding:20px;
}
.cmsTiles .cmsArticles a:hover {
	background-size: 100% 233%;
}
.cmsTiles .cmsArticles a > span {
	flex: 1 1 auto;
}
.cmsTiles .cmsStickies a {
	text-decoration:none;
	color:#FFF;
	text-align:center;
	display:block;
	height: calc(100% - 40px);
	padding:20px;
}
.stickyPlate {
	display:flex !important;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.stickyPlate > span {
	flex: 1 1 auto;
}
.stickyHeadSpace {
	height:15%;
}
.stickyTitle {
	font-size:140%;
	line-height:140%;
	font-weight:700;
	height:40%;
}
.stickyButtonWrapper {
	height:20%;
}
.stickyButton {
	padding:15px;
	border:1px solid #FFF;
	border-radius:6px;
	width:50%;
	font-size: 110%;
	margin:5px auto;
	background-color: #ffffff;
    color: #005774;
}
.cmsStickies a:hover .stickyButton {
	background-color:#005774;
	color:#ffffff;
}

.SFnavcontainer {
	font-size:90%;
}



.ctnavcontainer a {
	font-size: 25px !important;
	font-weight: normal !important;
	margin-bottom: 5px;
}

.ctnavcontainer  a.listingButton {
	display: none !important;
}

.WIResources.ui-widget {
	font-family: 'Open Sans' !important;
}

.frontLayout {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.frontLayout > div {
	flex: 1 1 300px;
}

.panels {
    display: flex;
    flex-wrap: wrap;
	gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
.colPanel {
	background-color: #005774;
	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:#005774;
	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: 183px;
    background-color: #fff;
    padding-right: 57px;
}
.colPanel .panelBtn a:hover,
.colPanel #bell.panelBtn a:hover {
	background-color: #E9A821;
	color:#000;
}

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

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

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