/* Agency Specific CSS */

@charset "utf-8";
/**** Accordion Styles ****/
/*.accordion {
  background-color: #eee;
  color: #444;
  background-color:#0071AD;
  color: white;
  cursor: pointer;
  padding: 12px;
  width: 95%;
  border: none;
  border-radius: 7px;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
  margin-left: 25px;
}

.active, .accordion:hover {
  background-color: #ccc;
  background-color: white;
}

.accordion:after {
  color: #777;
  color:white;
  font-size:20px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
 
}

.panel {
  padding:0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-left: 20px;
  margin-bottom:5px !important;
}*/
/**** End Accordion Styles ****/
	
.bot25 {
	margin-bottom:25px;
}
.bot50 {
	margin-bottom: 50px;
}

.contact-info {
	color: #31708f;
	background-color: #F5F5F5;
	border-color: #bce8f1 !important;
}

.contact-info p {
	margin:0px;
	font-weight:400;
}

.contact {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

#contact hr {
	border-image: none;
	border: 1px solid #d9edf7 !important;
	margin-bottom: 20px;
	margin-top: 10px;
}
.semiBold {
	font-weight:500;
}	
.content-center {
	margin-left:auto;
	margin-right:auto;
}
.emiTitle {
	padding-bottom:0px;
}
.emiSubTitle {
	font-size:.6em;
	padding-top:0px;
}
#featured h3 {
	color:#30BF29;
}
.foia-btn {
    background-color: #337ab7; 
    border: none;
	border-radius: 10px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
	width:100%;
}
.foia-btn:hover {
    background-color: #2e6da4; /* Green */
    color: white;
}
.hpfeed-rel {
	position:relative;
}
.hpfeed-abs {
	position:absolute;
	right:5px;
	bottom:5px;
}
.learnMore {
	margin-bottom:5px;
	margin-right:5px;
	float:right;
}
.left15 {
	margin-left:15px;
}
.newsbox-rel {
	height:220px;
	width:100%;
	border:solid;
	border-width:1px;
	margin-bottom:10px;
	position:relative;
}
.newsbox-abs {
	position:absolute;
	right:5px;
	bottom:5px;
}
.newsboxlrg-rel {
	height:450px;
	width:100%;
	border:solid;
	border-width:1px;
	margin-bottom:5px;
	position:relative;
}
.right15 {
	margin-right:15px;
}
.top25 {
	margin-top:25px;
}
.top50 {
	margin-top:50px;
}
.topbot25 {
	margin-bottom: 25px !important;
	margin-top: 25px !important;
}
.topbot50 {
	margin-bottom: 50px !important;
	margin-top: 50px !important;
}
figcaption {
	font-size: .9em;
    text-align: center;
    font-style: italic;
	margin-top:5px;
}

