@charset "utf-8";

/*-------------------------------------------------------------------------------
 CONFIDENCE
 -------------------------------------------------------------------------------*/

#page .confidence  {
	background-color: #199FDD;
	color: #FFF;
	height: 80px;
}
#page .confidence > *  {
	position: relative;
	height: 100%;
}
#page .confidence > * > *  {
	height: 100%;
}
#page .confidence-logo  {
	position: absolute;
	top: 50%;
	left: 0;
	width: 130px;
	height: 130px;
	margin-top: -65px !important;
	background: #199FDD url(/library/img/confidence-logo.png) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	opacity: 1 !important;
}
#page .confidence-logo:hover  {
	-webkit-transform: scale(1.1) rotate(-10deg);
	-moz-transform: scale(1.1) rotate(-10deg);
	-ms-transform: scale(1.1) rotate(-10deg);
	-o-transform: scale(1.1) rotate(-10deg);
	transform: scale(1.1) rotate(-10deg);
}

/*-------------------------------------------------------------------------------
 FOOTER
 -------------------------------------------------------------------------------*/

#page .footer {
	background-color: #021E4A;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	color: #FFF;
	font-size: 14px;
	font-size: 1rem;
}
#page .footer a  {
	color: inherit;
}
#page .footer-top {
	padding-top: 80px !important;
}
#page .footer-inner  {
	padding-bottom: 60px !important;
}

#page .footer-fixed  {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#page .footer-links {
	float: left;
	width: 195px;
	margin: 0!important;
	padding: 0!important;
}
#page .footer-links:first-child {
	width: 290px;
}
#page .footer-links + .footer-links  {
	margin-left: 25px !important;
}
#page .footer-links > li  {
	vertical-align: top;
}
#page .footer-links > li > a  {
	display: block;
	padding: 8px 0 !important;
	border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none !important;
}
#page .footer-links > li > a:before  {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	line-height: 0;
	margin-top: -0.15em !important;
	margin-right: 0.7em !important;
	border-style: solid;
	border-width: 3px 5px;
	border-color: transparent transparent transparent #FFFFFF;
}
#page .footer-links > li > a  {

}
#page .footer-certification  {
	margin-top: 30px !important;
	font-size: 13px;
	font-size: 0.9rem;
}
#page .footer-copyright  {
	float: right;
}
#page .pbFooterArea  {
	overflow: visible;
}