/* CSS Document 
Copyright 2014-2016, Oracle and/or its affiliates. All rights reserved.
Author: Jordan Douglas 
Template: v2
Version: 2016.Aug.4
*/

/* footer ==============================*/	

#helpful, #helpful a, #helpful label {
	background-color: #eef1f4;/*#7d8f9f;*/
	font-weight: bold;/*color:#fff;*/
}



.footer-container {
	border-top: 1px solid #d9dfe3;
	width:100%;
	float:left;
	left: 0;
	margin: 0 auto;
	background: #eaeaea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%); /* W3C */
}
.footer-list {
	float:left;
	margin: 0;
	padding: 0;
}
.footer-list ul {
	padding: 0;
	margin: 0;
	margin-left: -7px;
}
.footer-list li {
	display: inline;
	padding: 0 7px;
	font-size: 11px;
	border-right: 1px solid #cbcbcb;
	list-style-type: none;
}
.footer-list li:last-child {
	border-right: none;
}
.footer-list ul li a:link {
	color:#145c93;
}



/* social icons */

.socialicons {
	float: right;
	padding-bottom: 10px;
}
img.socialIcon {
	width: 17px;
	height: 16px;
	display: inline;
	float: left;
	margin-left: 3px;
	background-image: url(../img/social-icons.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
img.socialIcon.linkedin {
	background-position: -203px 0;
}
img.socialIcon.linkedin:hover {
	background-position: -223px 0;
}
img.socialIcon.rss {
	background-position: -283px 0;
}
img.socialIcon.rss:hover {
	background-position: -303px 0;
}
img.socialIcon.twitter {
	background-position: -243px 0;
}
img.socialIcon.twitter:hover {
	background-position: -263px 0;
}
img.socialIcon.youtube {
	background-position: -123px 0;
}
img.socialIcon.youtube:hover {
	background-position: -143px 0;
}
img.socialIcon.facebook {
	background-position: -163px 0;
}
img.socialIcon.facebook:hover {
	background-position: -183px 0;
}
img.socialIcon.googleplus {
	background-position: -43px 0;
}
img.socialIcon.googleplus:hover {
	background-position: -63px 0;
}
.SocialBar {
	float: right;
	vertical-align: middle;
	margin-bottom: 25px;
}

.copyright{
clear:left;
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
display:block; 
float:left}


/* new footernav for accessibility */
/*/ Update for accessible logout /*/




.language {
		float: right;
}
		

.language ul
{
	list-style: none;
	margin: 0;
	padding: 0;

}

.language ul li
{

	position: relative;

}

.language ul li:hover,
.language ul li.hover
{
	z-index: 100;
}

.language ul a
{	
	text-decoration: none;
	padding-left:10px;
	display: block;
	position: relative;
	line-height:35px;
	border-left:1px solid #efefef;
}

.language ul a:hover,
.language ul a:focus,
.language ul a:active,
.language ul li.hover a /* <- keeps the tab hover state on as the dropdown gets explored */
{	
	
}

.language ul ul
{
	position: absolute;
	/*top: 100%;*/
	bottom: 9999em;
	text-align:center;
	/*width: 180px;
*/}
.language ul ul a{	line-height:24px; padding:2px 10px;}

.language ul li:hover ul,
.language ul li.hover ul
{
	bottom:35px;
	right:15px;
}

.language ul ul li
{
	float: none;
	position: static;
}

.language ul li:hover ul a,
.language ul li.hover ul a
{	
background:#fff;
	border: 1px solid #d6dfe6;
	padding: 5px 10px;
	/*width: 168px;*/
	min-width:100px;
	
	margin-top: -1px; /* collapses top border */
}

.language ul li:hover ul a:hover,
.language ul li.hover ul a:hover,
.language ul li.hover ul a:focus,
.language ul li.hover ul a:active
{	
	background: #f7f7f7;
}


/* OLD FOOTER menu*/
#footernav {
	float: right;
	top: 0;
	font-size: 12px;
	position: relative;
	margin-left: 5px;
}
#footernav ul {
	margin: 0;
	padding: 0;
/*	margin-right: 20px;*/
	list-style: none;
	background-color: #fff;
}
#footernav a {
	padding: 8px 0px 0px 10px;
	color:  #145c93;
	text-decoration: none;
}
#footernav a:hover {
	text-decoration: none;
}
#footernav li {
	float: left;
	margin-right: 1px;
	position: relative;
	height: 30px;
	line-height: 30px;
	margin: 0;
}
#footernav li li {
	width: 100%;
	min-width: 160px;
	margin-top: 1px;
	height: 30px;
	line-height: 30px;
}
#footernav li li:hover {
	background-color: #f7f7f7;
}
#footernav ul ul {
	position: absolute;
	visibility: hidden;
	padding: 0;
	z-index: 4000;
	right: 0px;
	bottom: 30px;
	display:block;
}
#footernav ul ul ul {
	position: absolute;
	left: 100%;
	bottom: -2px;
	border: solid 1px transparent;
}
#footernav li:hover > ul {
	visibility: visible;
}



