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

.border-info-gray {
  border-color: #b0b0b0 !important;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1d3084;
  white-space: nowrap;
}

.email-box {
	background-color: lightgray;
}

.figure-caption {
  font-size: 90%;
  text-align: center;
  color: #6c757d;
}

.bgimage {
  width:100%;
  height:40px;
  background-color: #20419A;
}
.bgimage h5 {
  color:white;
  text-align: center;
  line-height: 40px;
}

.top-buffer { 
  margin-top:20px; 
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color:#20419A;
}

.bullet-list-item {	
	padding-bottom: 8px;
}

.bullet-sub {	padding-bottom: 8px;
}

.bullet-sub-top {	padding-top: 8px;
}

.email-button { margin-top: 16px;
				margin-bottom: 22px;
}

hr{
	height: 1px;
	background: black;
}

.figure {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: .98rem;
}

h6, .h6 {
  font-size: .94rem;
}

.container-fluid-home {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

