/* CSS Document */

#page h1,
#page h2,
#page h3,
#page h4,
#page p.pseudo-h1,
#microsite_header p.lead {
	color: #0069D2;
}

#page .well > h3{
	color: #005EBD
}

#page_content .alert > h4,
#page_content .alert > h3 
{
	color: #003061 !important;
}

#page_content .alert > h4{
	color: #003061 !important;
}

#page .icon.large {
	color: #5B9BD5 !important;
}

#page .navbar {
	z-index: 9000;
}

#page .navbar-inner {
	background-color: #9CC2E5;
	box-shadow: 0 0.5rem 0 -0.25rem #E7EAF4;
	border-radius: 0.75em;
}

#page .navbar .nav>li {
	padding: 0.2em;
}

#page .navbar .nav>li>a {
	color: #000000;
	text-shadow: none;
	padding: 0.3em;
}

#page .navbar .nav>li>a:focus,
#page .navbar .nav>li>a:hover {
	color: #000000;
}

#page .navbar .dropdown-menu li {
	background-color: #9CC2E5;
}

#page .navbar .dropdown-menu li>a {
	color: #000000;
}

#page .bx-wrapper .bx-control,
#page .bx-wrapper .bx-control:hover {
    z-index: 8500 !important;
}

#page dt[id^='step-'] {
    color: #0069D2;
}

#page a[role='button'].blue,
#page button.blue,
#page input[type='submit'].blue,
#page input[type='reset'].blue,
#page input[type='button'].blue,
#page .card a[role='button'].green {
    background-color:#2F75B6 !important;
	border-color:#0069D2;
	color:#FFFFFF !important;
	text-shadow:0px -1px 0px #000000 !important;
}

#page .navbar ul.dropdown-menu.remove-sides li a:hover{
	color: #FFFFFF;
}

.pseudo-h1 a {
	border-bottom: none;
}

@media only screen and (min-width: 37.5em) {
	img.scale-with-grid.nudge-down {
		padding-top: 2rem;
	}
	img.restrict-size {
		max-width: 10rem;
	}
}

#page_content .table-striped-grey{
	color: #000;
}

#page_content table{
	color: #000;
}

#page_content a[role='button'].blue{
	background-color: #2F75B6 !important;
}

#page_content div.bx-wrapper{
	padding: 0 !important;
	margin: 0 auto .5em;
}

#page_content .txt-right.remove-top{
	margin-bottom: 5px !important;
}