@charset "utf-8";/* CSS Document */

/***************************** Publications Order Form ***********************/
@media only screen and (min-width: 992px) {
	.orderBox h5 {
		font-size: 1.25em;
	}
}
/***************************** /Publications Order Form ***********************/

/**************************** RGH Quick Links ********************************/
.rghQuick li a:visited {
	background: transparent;
	color:#333; 
}
.rghQuick li a:hover {
	background: #0f6fc0;
	color:#fff; 
}
/**************************** /RGH Quick Links *******************************/
/**************************** New Innovation ********************************/
.header{
	min-height:95px;
	font-size:1.25em;
	margin:10px;
	padding:10px 10px 10px 10px;
	vertical-align: middle;
	border:#002D56;
	border-radius:6px;
	background-color:#002D56;
	color:white;
	box-shadow: 2px 2px 2px #d6d6d6;
	}
.thumbnail{
	box-shadow: 2px 2px 2px #d6d6d6;
	}
.thumbnail-image{
	margin:10px;
	box-shadow: 2px 2px 2px #d6d6d6;
	border-radius:6px;	
	}

.header a:link {
	color : white;
	text-decoration : none;
}
.header a:visited {
	color : white;
	text-decoration : none;
}
.header a:hover {
	color : red;
	text-decoration : none;
}
.header a:active {
	color : white;
	text-decoration : none;
}
.btna{
  		bottom:10px; 
  		position:absolute; 
  		right:25px;
  		text-align:right;
}

/**************************** New Innovation ********************************/