<!-- v 1.0.1 Remember to update version number in header.php to force recaching --->

ol.gavList ol {
  list-style-type: upper-alpha;
}
.gavList ol ol {
  list-style-type: upper-roman;
}
.gavList ol ol ol {
  list-style-type: lower-alpha;
}
.gavList ol ol ol ol {
  list-style-type: lower-roman;
}
.gavList ol ol ol ol ol {
  list-style-type: lower-greek;
}

.navbar-social a {
	font-size: inherit
}

@media screen and (max-width: 1200px) {
.rightRailColumnsBox .title
	{
		font-size:1.25em;
	}
}
@media screen and (max-width: 992px) {
.rightRailColumnsBox .title
	{
		font-size:1em;
	}
}