@charset "utf-8";
/* CSS Document */
h1 {color: white;}
.white {color: white;}
.panel-body p, .events a, .page-content p, .page-content li {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 1.2em;
	text-align: justify;
}
.page-content li {
  line-height: 1.5em;
  margin-bottom: 0px;
}
.col1 {
  float: left;
  width: 70%;
}
.col2 {
  float: right;
  width: 260px;
}

.center {
  margin: auto;
  text-align: center;
}

p a {
  text-decoration: underline;
}

.fig-img {
	width: 100%;
}
.fig-img div {
	text-align: center;
	margin: auto;
	width: 650px;
	margin-bottom: 2em;
	font-weight: bold;
}
.fig-img > div > figcaption {
	text-align: left;
	display: inline;
}
figcaption .cap1 {
	float: left;
}
.cap2 {
	margin-left: 170px;
}

aside {
  float: right; 
  padding-left: 10px;
}
aside > div {
	margin-bottom: 20px;
}
aside > div:first-child {
	margin-top: 30px;
}
aside > a > img {
  border: solid 2px #555 !important;
}
aside .img-insert {
  width: 230px;
  font-style: italic; 
  text-align: center;
}

aside .img-insert img {
  width: 230px;
  font-style: italic; 
  text-align: center;
  margin-bottom: 10px;
}

.seal {
  text-align: center;
  margin: auto;
}
.seal img {
  display: inline;
  padding: 5px;
  width: 90px;
}

.danger {
  color: red !important;
}

.button-pill-blue {
	background-color: #2b3f6f; 
	color: white; 
	padding:15px; 
	text-align:center; 
	font-size:16px; 
	margin: 0px 0px; 
	margin-bottom: 10px; 
	border-radius: 10px; 
	cursor:pointer; 
	outline: none; 
	border: none;
	width: 100%;
	width: -webkit-fill-available;
}
.button-pill-blue a {
	color: white; 
}

@media (min-width: 992px){
  .imgCaption {
		width: 100%;
  }
}