/* 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);*/


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

a, a:visited, a:active  {
	color: #01598b;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #328cc8;
    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 'Karla', 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;
	}

.welcomeIL {
	text-align:center;
	max-width:1000px;
	margin:auto;
	font-size:120%;
}
.welcomeHead {
	color:#01598b;
	text-align:center;
	line-height:125%;
	font-size:175%;
	margin:10px auto;
}

h1 {
	font-size: 22px;
	}

#paintTitle {
	color: #328cc8;
	border-bottom: solid 1px #328cc8;
	background-color: inherit;
	}

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

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

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

.footerstrip
{
	background-color: inherit;
}

.ILFooter {
	background-color:rgb(1,89,139);
	color:#FFF;
	margin-top:20px;
	padding-bottom:40px;
	}
.ILFooter > div:first-child {
	display:flex;
	flex-wrap:wrap-reverse;
	max-width:1125px;
	margin: 0 auto;
	}
.ILFooter > div:first-child > div {
	flex:1 1 400px;
	}
.ILFooter a {
	color:#FFF;
	}
.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:#ffffff;
	font-weight:700;
	}

.standardFooter {
	margin-top:15px;
	font-size:75%;
	background-color: #01598b;
	color:#FFF;
	}
.standardFooter a {
	color:#FFF;
}
.standardFooter img {
	background-color:#FFF;
}


/*Text Search Styling*/

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

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

.ILTextSearchContainer .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;
}

@keyframes hero{
	0%, 7%, 10%		{background-position-x: 0%;}
	10%, 17%, 20%	{background-position-x: 25%;}
	20%, 27%, 30%	{background-position-x: 50%;}
	30%, 37%, 40%	{background-position-x: 75%;}
	40%, 47%, 50%	{background-position-x: 100%;}
	50%, 57%, 60%	{background-position-x: 100%;}
	60%, 67%, 70%	{background-position-x: 75%;}
	70%, 77%, 80%	{background-position-x: 50%;}
	80%, 87%, 90%	{background-position-x: 25%;}
	90%, 97%, 100%	{background-position-x: 0%;}
}

.textContainer {
	width:80%;
	padding: 8% 10%;
	background:url(/graphics/images/ILHSherobg.jpg) no-repeat;
	background-position-y:center;
	background-position-x:0%;
	background-size: auto;
	animation-name:hero;
	animation-duration:150s;
	animation-iteration-count: infinite;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:white;
	background-color: rgba(50,140,200,0.8);
	padding:4%;
	max-width: 750px;
	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;
	}
	.ILTextSearchContainer .tsTextboxClass {
		width:80%
	}
	.ILTextSearchContainer .tsLabel {
		width:100%;
	}
}

/*CMS Styling*/
.cmsTiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}
.cmsTiles > div {
	flex: 1 1 390px;
    min-height: 390px;
    max-width: 390px;
    margin: 5px;
    background-size: cover !important;
}
.plate {
	color:#FFF;
	overflow: hidden;
	height:100%;
	max-height:40ch;
}
.plateContent {
	display: flex !important;
    flex-wrap: wrap;
    height: 60%;
    align-items: flex-end;
    padding-top: 30%;
}
.plateContent > span {
	flex:1 1 100%;
}
.plateTitle {
	font-weight:bold;
	font-size:200%;
	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: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
	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: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	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;
}
.cmsStickies a:hover .stickyButton {
	background-color:#FFF;
	color:#328cc8;
}

.SFnavcontainer {
	font-size:90%;
}