a {
	color: #265A87;
}

a:hover {
	color: #1A3956;
}

fieldset>legend {
	font-weight: bold;
	font-size: 14px;
	border: none;
	margin-bottom: 5px;
}

h1 {
	font-family: Arial, sans-serif;
	color: #114C95;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.searchFormHeading {
	font-family: Arial, sans-serif;
	color: #C8161D;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.panel-default>.panel-heading h2 {
	font-family: Arial, sans-serif;
	color: #114C95;
	font-size: 20px;
	font-weight: bold;
}

button,input[type=submit],input[type=button] {
	color: white !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 6px 12px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.highlight-btn {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(top, #A90329 0, #6D0019 100%);
	background-image: -o-linear-gradient(top, #A90329 0, #6D0019 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A90329), to(#6D0019) );
	background-image: linear-gradient(to bottom, #A90329 0, #6D0019 100%);
	background-repeat: repeat-x;
	border: 3px solid #fff;
}

.highlight-btn:hover {
	background: #6D0019;
}

.primary-btn {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 13px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(top, #476FA2 0, #114C95 100%);
	background-image: -o-linear-gradient(top, #476FA2 0, #114C95 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #476FA2), to(#114C95) );
	background-image: linear-gradient(to bottom, #476FA2 0, #114C95 100%);
	background-repeat: repeat-x;
	border: 3px solid #fff;
}

.primary-btn:hover {
	background: #012169;
	color: #fff;
}

.default-btn {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 13px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(top, #CCCCCC 0, #5E5E5E 100%);
	background-image: -o-linear-gradient(top, #CCCCCC 0, #5E5E5E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), to(#5E5E5E) );
	background-image: linear-gradient(to bottom, #CCCCCC 0, #5E5E5E 100%);
	background-repeat: repeat-x;
	border: 3px solid #fff;
}

.ref-footer-bottom {
	background: #eeeeee;
	color: #4d4d4d;
	font-size: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 8px;
	border-bottom: 1px solid rgb(204, 204, 204);
}

.heading-stripe {
	height: 5px;
	background-image: -webkit-linear-gradient(top, #476fa2 0, #114c95 100%);
	background-image: -o-linear-gradient(top, #476fa2 0, #114c95 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #476fa2), to(#114c95) );
	background-image: linear-gradient(to bottom, #476fa2 0, #114c95 100%);
	background-repeat: repeat-x;
}

.ref-heading {
	border-top: 1px solid #eee;
}

.header-header {
	background-color: #eeeeee;
	color: #4d4d4d;
	font-size: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 8px;
}

.text-muted {
	color: rgb(51, 51, 51);
}

/* Media query for mobile */
@media ( max-width : 767px) {
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
	.h2-small {
		font-size: 11px;
	}
	h3 {
		font-size: 14px;
	}
}