/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/INHNlogoheader.png);*/
/* url(/graphics/images/IHHNherobg.jpg);*/
/* url(/graphics/images/INHNSearchIcon.png);*/
/* url(/graphics/images/IHCDAlogo.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: #13294b;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #20447d;
    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;
	float:right;
	position:relative;
	top:2em;
	}

.welcomeIN {
	text-align:center;
	max-width:980px;
	margin:40px auto;
	font-size:120%;
	line-height:1.25;
}
.welcomeIN .bold {
	color:#13294b;
}
.welcomeHead {
	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;
}

.INFooter {
	background-color:rgb(214,215,216);
	margin-top:50px;
	padding-bottom:40px;
	}
.INFooter > div {
	max-width:1125px;
	margin: 0 auto;
	}
.footerNav {
	margin-top:20px;
	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 {
	padding-top:3em;
	text-align:center;
	}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.footNavHead {
	font-weight:700;
	}

.standardFooter {
	font-size:75%;
	background-color:rgb(214,215,216);
	}
	
.light.standardFooter {
	color:#000000 !important
}
/*Text Search Styling*/

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

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

.INTextSearchContainer .tsSubmitClass {
	height:32px;
	width:initial;
	background:white;
	border:none;
	padding:6px 8px 2px 2px;
}
.tsPlaceholder {
	font-style:normal !important;
	font-weight:bold;
	padding-left:12px !important;
}
.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%, 10%, 13%	{background-position-x: 0%;}
	13%, 22%, 25%	{background-position-x: 33%;}
	25%, 35%, 38%	{background-position-x: 66%;}
	38%, 47%, 50%	{background-position-x: 100%;}
	50%, 60%, 63%	{background-position-x: 100%;}
	63%, 72%, 75%	{background-position-x: 66%;}
	75%, 85%, 88%	{background-position-x: 33%;}
	88%, 97%, 100%	{background-position-x: 0%;}
}

.textContainer {
	width:80%;
	padding: 8% 10%;
	background:url(/graphics/images/IHHNherobg.jpg) no-repeat;
	background-position-y:center;
	background-position-x:0%;
	background-size: 420%;
	animation-name:hero;
	animation-duration:150s;
	animation-iteration-count: infinite;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:white;
	background-color: rgba(143,155,45,0.8);
	padding:2% 2% 1% 2%;
	max-width: 750px;
	margin: 0 auto;
}
.textMap {
	text-align:right;
	font-size:125%;
}

@media all and (max-width:820px) {
	.textMap {
		font-size:100% !important;
	}
}

.textMap a {
	color:white;
	text-decoration:none;
}
.textMap a:hover {
	color:#cb2020;
	text-decoration:underline;
}
.textTitle {
	font-size: 40px;
	font-weight:700;
	line-height: 40px;
	padding-bottom: 10px;
	margin-left: -3px;
}
.bottomLinks {
	display: flex;
	flex-wrap: wrap;
}
.textAdvanced {
	padding-top:8px;
	text-align:right;
	font-size:110%;
	font-weight:bold;
	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;
	}
	.INTextSearchContainer .tsTextboxClass {
		width:80%
	}
	.INTextSearchContainer .tsLabel {
		width:100%;
	}
	.textAdvanced {
		padding-top:4px;
	}
	.searchTips {
		padding-top:2px;
	}
}

.frontBoxBox {
	width: 94%;
	margin:auto;
	}

.frontFlex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	max-width:980px;
	}
.frontFlex > div {
	flex: 1 1 250px;
	white-space:nowrap;
	min-height:255px;
	margin:10px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	overflow:hidden;
	}
.frontFlex > div > div {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	}
.frontFlex a,
.frontFlex span {
	display:block;
	white-space:normal;
	font-size:140%;
	padding:15px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color: rgba(19,41,75,0.9);
	}
.frontFlex a:hover {
	background-color: rgba(222,165,49,0.8);
	}
.frontFlex span {
	background:inherit;
	font-size:155%;
	}

.FESPage {
	max-width: 820px;
	padding: 0 10px;
	margin: auto;
}

/*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;
}
.cmsTiles .cmsArticles a:hover {
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
}
.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 > 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:#8f9b2d;
}

.SFnavcontainer {
	font-size:90%;
}
.panels {
    display: flex;
    flex-wrap: wrap;
	gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 40px;
}
.colPanel {
	background-color: #13294B;
	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:#13294B;
	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: #13294B !important;
}

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

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