/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

#region-agency-home-lower-first .owl-carousel, #region-agency-home-lower-second .owl-carousel {
	width: 100%!important;
}



/* Profile Page Styles */
 .content_area .missingsince {
  font-weight: bold;
  margin-bottom: 0px;
}
.download_button {
  margin-left: 374px;
}
#missing_expand {
  margin-left: 375px;
}
.total_cases {
  float: right;
  margin-top: -30px;
  font-size: 15px;
  margin-right: 20px;
}

.footer-links{
	width: 800px;
}
.footer-connected{
	min-height: 100px;
}
.footer-logo{
	display: block;
	float: right;
	border-left: 1px solid #fff;
    /* border: 1px solid green; */
    position: relative;
    top: -50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    padding: 10px 20px 0 0;
    width: auto;
    min-height: 100px;
    text-align: center;
}
.footer-logo img{
	max-height: 100px;
}