/*body, text and heading defaults
=================================*/
body{
	background:#F9F9F9 url('./images/header-bg.png') repeat-x 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	text-align:center;
	margin:20px 0 0 0;
}
p{
	padding:0 0 20px 0;
	line-height:150%;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
h1, h2, h3, h4, h5, h6	{
	font-family:'AmbleRegular',Arial, Helvetica, sans-serif;
	font-size:2.25em;
	font-weight:normal;
	margin:0 0 10px 0;
}
h2{
	font-size:1.75em;
}
h3{
	font-size:1.5em;
}
h4{
	font-size:1.25em;
}
a{
	color:#2251D8;
	text-decoration:underline;
}
a:hover	{
	color:#333333;
	text-decoration:none;
}
text-label {
  color: #0d6efd;
  font-weight: bold;
}
info-btn {
  /*appearance:none;*/
  background-color:transparent;
  border:none;
  outline:none;
  background-image:url('../images/info.png');
  background-size: cover;
  width: 24px;
  height: 24px;
  background-repeat:no-repeat;
  cursor:pointer;
}
.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 8px;
  text-align: center;
  background-color: #555555;
}
.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 10px;
  text-align: center;
  background-color: #555555;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
    background-color: #555555;
}

/*layout
===================*/
header, section, footer{
	clear:both;
	margin:0 auto;
	display:inline-block;
	width:1000px;
	text-align:left;
}
/* apply a natural box layout model to elements
http://paulirish.com/2012/box-sizing-border-box-ftw/ */
section article,footer article {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

section article,footer article{
	float:left;
	/*padding:0 10px;*/
	display:inline-block;
}
.fullWidth article{
	width:100%;
}
.twoColumns article{
	width:50%;
}
.threeColumns article{
  flex: 0 0 auto;
	width:33.33%;
}
.threeColumns article.twoThirds{
	width:66.6%;
}
.fourColumns article{
	width:25%;
}
.fourColumns article.halfWidth{
	width:50%;
}
.fourColumns article.threeQuarters{
	width:75%;
}

section article h1 span{
	clear:both;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.44444em;
	/*padding:0 0 20px 0;*/
	color:#999;
	font-style:italic;
}

section article h1 {
  text-align: center;
}

article ul	{
	/*margin:0 0 20px 20px;*/
	list-style:disc;
}
article ol	{
	margin:0 0 20px 20px;
	list-style:decimal;
}
article li	{
	/*margin:0 0 0 20px;
	padding:0 0 10px 10px;*/
}
footer ul, footer li, footer ol{
	margin:0;
	padding:0;
	list-style:none;
}
td {
  height: 10px;
}
tr.collapse {
  visibility: collapse;
}
/*image alignment and styling*/

img.alignright{
	float:right;
	margin:0 0 20px 20px;
}
img.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
img.alignnone{
	float:left;
	margin:0 0 20px 0;
}

img.alignnone, img.alignleft, img.alignright{
	padding:10px;
	background:#FFF;
	border-radius:10px;
	box-shadow:1px 1px 4px 0 #333;
}

article img	{
	max-width:98%;
}

/*navigation
===================*/
header nav{
	float:right;
	font-family:'AmbleRegular',Arial, Helvetica, sans-serif;
	font-size:1.25em;
	text-transform:uppercase;
	/*margin:50px -15px 0 0;*/
}

header nav li	{
	display:inline;
	/*margin:0 5px;*/
}

header nav a{
	color:#000;
	text-decoration:none;
	padding:15px 10px 5px 10px;
}
header nav a:hover	{
	color:#2251D8;
	border-bottom:3px solid #2251D8;
}


/*header
===================*/

header	{
	display:inline-block;
	margin:0 0 20px 0;
}

header h1	{
	/*text-transform:uppercase;*/
  font-weight: bold;
  text-shadow: 2px 2px #CCC;
	text-align:center;
	/*color:#FFFFFF;*/
	color:#0000cc;
  /*background:url('../images/logo-bg.png') no-repeat top left;*/
	width:270px;
	height:106px;
	position:relative;
	top:-20px;
	padding:20px 10px 0 10px;
	margin:0;
	line-height:100%;
	float:left;
}
header h1 span	{
	text-transform:lowercase;
  text-shadow: none;
	color:#0000cc;
	font-style:italic;
	/*! RRM 210702font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:0.4444444444444444em;
	line-height:120%;
	display:block;
	padding:10px 0 0 0;
}


/*footer
===================*/

.footerBox{
	background:#e9ecef;
}
footer	{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	padding:10px 0;
}
footer a	{
	color:#000000;
}
footer a:hover	{
	/*! RRM 210702 color:#bfbfbf;*/
  color:#000000;
  font-weight: bold;
}
footer small{
	text-align:center;
	clear:both;
	display:block;
}
footer h1{
  font-weight: bold;
	font-size:1.625em;
}
footer article	{
	margin:0 0 20px 0;
}
footer li a	{
	/*padding:10px;*/
	display:block;
}
