/*
 * @author McGowan www.anthum.com
 *
 * Justice Center header should stand alone and be insertable into other sites
 * CSS requires Font Awesome CSS for font icons http://www.bootstrapcdn.com/#fontawesome_tab
 * And Lato Font http://fonts.googleapis.com/css?family=Lato:300,400,700
 */

html, body {
	margin: 0;
	padding: 0;
}
.jc-global,
.jc-global *,
.jc-global input[type=search],
.jc-global *:focus
{
	background: transparent;
	border: none;
	border-color: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;

	margin: 0;
	padding: 0;
	outline: none;	
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-indent: 0;
}
.jc-global input[type="search"]::-webkit-search-cancel-button,
.jc-global input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jc-global .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.jc-global a {
	text-decoration: none;
	color: #013e73 !important;
	font-weight: 400;
}
.jc-global a:hover {
	text-decoration: underline;
}
.jc-global .bg-blue {
  background: #4285f4;
  background: -webkit-linear-gradient(top,#4387fd,#4683ea);
  background: linear-gradient(top,#4387fd,#4683ea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=1);	
}
.jc-global button {
	cursor: pointer;
}
.jc-global button.bg-blue:hover {
	background: #0B62F3;	
}
.jc-global .content {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
.jc-global .dropdown-list {
	list-style: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.jc-global .dropdown-list li {
	display: none;
}
.jc-global .dropdown-list ul {
}
.jc-global .dropdown-list.active ul {
	position: absolute;
	z-index: 200;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 100%;
	box-shadow: 1px 2px 5px #aaa;
}
.jc-global .dropdown-list.active li {
	display: block;
}
.jc-global .dropdown-list li.selected {
	display: block;
}
.jc-global .rounded-5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.jc-global .circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}



.jc-header,
.jc-footer
 {
	background: #fff;
}
.jc-header {
	background: #eee;
}


.jc-header .top-row {
	position: absolute;
	top: 12px;
}

.jc-header .border-box {
	border: 1px solid #c7c7c7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.jc-header .logo {
	display: inline-block;
	width: 280px;
	height: auto;
	margin: 12px 0;
	float: left;
}
.jc-header .logo img {
	width: 100%;
}
.jc-header .jc-nav {
	list-style: none;
}
.jc-header .jc-nav {
	position: absolute;
	bottom: 5px;
	right: 0;
}
.jc-header .jc-nav-item .fa {
	width: 30px;
	/*margin-left: -2px;*/
	text-align: center;
	/*vertical-align: bottom;*/
	line-height: inherit;
	color: rgba(1, 62, 115, 0.5);
	/*color: #c7c7c7;*/
}
.jc-header .jc-nav-item:hover .fa {
	color: rgba(1, 62, 115, 1);
}
.jc-header .jc-nav-item {
	float: left;
	margin-left: 78px;
}
.jc-header .jc-nav-item-first {
	margin-left: 0;
}
.jc-header .jc-nav-item a {
	display: inline-block;
	height: 36px;
	font-size: 15px;
	line-height: 36px;
	font-weight: 700;
}

.jc-header .header-links {
	right: 0;
	height: 18px;
}
.jc-header .header-links a {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	float: left;
	margin-left: 12px;
}
.jc-header .header-links a:first-child {
	margin-left: 0;
}
.jc-header .header-links a i {
	margin-right: 5px;
}
.jc-header .header-links .subscribe-link i {
	margin-top: -1px;
}


.jc-header .jc-search {
	left: 460px;
}
.jc-header .jc-search button {
	height: 18px;
	padding: 0;
	width: 40px;
	float: left;
	font-size: 0;
}
.jc-header .jc-search button i {
	font-size: 14px;
	color: #eaeaea;
}
.jc-search .reset {
	float: left;
	display: inline-block;
	visibility: hidden;
	width: 22px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #c7c7c7;
	font-size: 14px;
}
.jc-header .jc-search input {
	font-weight: 400;
	width: 170px;
	padding: 0 0 0 1em;
	color: #000;
	display: inline-block;
	float: left;
	line-height: 18px;
	height: 18px;
	font-size: 12px;
}
.jc-header .jc-search.focused,
.jc-header .jc-search.has-value
{
	background: #fff;
}
.jc-header .jc-search.has-value .reset {
	visibility: visible;
	background-color: #fff;
	cursor: pointer;
}
.jc-header .programs-nav {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	width: 214px;
	width: 140px;

	left: 302px;
}
.jc-header .dropdown-list button {
	width: 40px;
	height: 18px;
	float: right;
	font-size: 0;
}
.jc-header .dropdown-list button i {
  color: #eaeaea;
  font-size: 14px;
  margin: -2px 0 0 0;
}
.jc-header .programs-nav li {
	width: 100;
	padding: 0 1em;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #898989;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.jc-header .programs-nav li a {
	color: default;
	font-size: inherit;
}
.jc-header .programs-nav li a:hover {
	/*text-decoration: none;*/
}
.jc-header .programs-nav ul {
}
.jc-header .programs-nav.active ul {
	margin: -1px 0 0 -1px;
	margin-top: -.5em;
	background: #fff;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	border-radius: 5px;	
}
.jc-header .programs-nav.active li {
	padding: 0;
}
.jc-header .programs-nav.active li.selected,
.jc-header .programs-nav.active li.selected * {
	color: #000;
	/*font-weight: 700;*/
}
.jc-header .programs-nav.active li.header,
.jc-header .programs-nav.active li a {
	padding: .5em 1em;
	font-weight: 700;
	display: block;
}
.jc-header .programs-nav.active li a {
	padding: .2em 1em;
	font-weight: 400;
	display: block;
}
.jc-header .programs-nav.active .level-2  a {
	padding-left: 2em;
}
.jc-header .programs-nav.active .first {
	margin-top: .5em;
}
.jc-header .programs-nav.active .last {
	margin-bottom: .5em;
}
.jc-header .programs-nav.active li.header {
	border-bottom: 1px solid #d7d7d7;
}
.jc-header .programs-nav.active li.header.selected {
}

.jc-header .button-links {
	left: 712px;
}
.jc-header .button-links a {
	float: left;
	font-size: 12px;
	background: none;
	display: inline-block;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #dadada;
	color: #004b8d;
	margin-left: 12px;
}
.jc-header .button-links a:first-child {
	margin-left: 0;
}
.jc-header .button-links a:hover {
	color: #fff;
	background: #036CC9;
}
.jc-header .button-links a i {
	font-size: inherit;
}

#jc-nav-who {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -1em;
	padding: 30px 0 .5em 0;
}
#jc-nav-who a {
	background: #eee;
	height: auto;
	line-height: 1em;
	padding: .5em 1em;
	display: block;
}
#jc-nav-who a:first-child {
	padding-top: 1em;
}
#jc-nav-who a:last-child {
	padding-bottom: 1em;
}
.jc-nav-item-first > a:hover {
	text-decoration: none;
}
.jc-nav-item-first:hover #jc-nav-who {
	display: block;
}


.jc-click-progress {
	padding: 1em 2em;
	font-size: 11px;
	line-height: 11px;
	z-index: 300;
	font-weight: 700;
	text-align: center;
	background: #0b9444;
	color: #fff;
	white-space: nowrap;

	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	border-radius: 5px;	
}

.jc-global.jc-footer * {
	font-size: 10px;
	line-height: 1.5em;
	color: #999;
}
.jc-global.jc-footer a {
	color: #004b8d;
	font-weight: 400;
}
.jc-footer .content {
	padding: 2em 0 3em 0;
	border-top: 6px solid #e3e0d2;
}
.jc-footer .content > * {
	display: block;
	float: left;
}
.jc-footer .logo img {
	width: 285px;
	height: 35px;
}
.jc-footer .content .footer-legal {
	width: 437px;
	text-align: justify;
	float: right;
}
.jc-footer .footer-copy {
	margin-left: 60px;
	text-align: center;
}
