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

:root {
    --bs-green: #677A43;
}

a{
  	color: #0056b3;
}
a:hover{
	color: #0056b3;
    text-decoration : underline;
}

h2.text-blue, #spotlight h2, #assist h2, #links h2, h1.blue {
	color: #045574 !important;
    font-size: 2rem;
}
.card-block{
	border-radius: .25rem;
}
.card-text ul{
	list-style: none;
	padding: 0px;
}
#site-name h1, #site-name .department{
color:#b25424;
font-size:2.5rem;
font-weight: bold;                     
 }
.ona-color{
  color: #b25424;
}
.policeaddr{
    color: #798f4e;
}
.carousel-caption-police{
	
    background: #90c2f3;
    color: #000;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#police .card.blue .capped,
#police .card.blue>img.card-img-top.blue{
	border-top: 9px solid #90C2F2 !important;
}

#police .card.blue .card-header{
	background-color: #C7E0F8;
	border: 0px;
}

#police .card.blue .card-header.muted,
#police .card.blue .muted,
#police .blue.muted{
	background-color: #C7E0F8;
}
.police-card-img{
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
@media screen and (min-width: 768px) {
	.columned {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
          break-inside: avoid;
	}
    .card-block{
    	height: 266px;
    }
}

@media  screen and (min-width: 994px) and (max-width: 1300px) {
	 .card-block{
     	height: 242px;
    }
}
@media screen and (min-width: 1301px) { 
	 .card-block{
     	height: 242px;
    }
}

#police-modal {
	
}
.modal-style {
	color: #00299b;
}
.modal-title {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
.modal-text {
	padding-left: 15px;
	margin-bottom: 0px;
}
.modal-button {
	padding-left: 15px;
}
.content-styles a {
	text-decoration:underline;	
}

.btn-primary:hover {
  color: #fff !important;  
  background-color: #0056b3 !important;
  text-decoration:underline !important;	
}
.btn-primary {
  color: #fff !important;   
  background-color: #0056b3 !important;
}
.carousel-indicators li{
	border-top: 3px solid transparent !important;
	border-bottom: 3px solid transparent !important;
	width: 12px !important;
	height: 12px !important;
	border: .5px solid white !important;
	margin: 5px 5px 15px 5px !important;
}

.carousel-indicators li{
	border-top: 3px solid transparent !important;
	border-bottom: 3px solid transparent !important;
	width: 12px !important;
	height: 12px !important;
	border: .5px solid white !important;
	margin: 5px 5px 15px 5px !important;
}

footer .site-footer {
    background: #6faef0;
	color: #010103 !important;
}

.footer.site h3 a, .footer.site-footer h3 a, .footer.site .columned a, .footer.site-footer .columned a, .footer.site h3, .footer.site-footer h3, .footer.site-footer h4, .footer.site ul.statewide a, .footer.site-footer ul.statewide a {
    color: #000000 !important;
}

.footer.site h3, .footer.site-footer h3 {
    border-bottom: 2px solid #000000 !important;
}

.footer.site-footer .columned>ul>li>h4 {
    border-bottom: 1px solid #000000 !important;
}

#site-name h1, #site-name .department {
    color: #677A43 !important;
    font-size: 2.5rem !important;
    font-weight: 500 !important;
}

#police footer a.snav {
    font-size: 0.875rem !important;
}

#Slider .carousel-control-prev:focus, #Slider .carousel-control-next:focus {
    background-color: rgba(103, 122, 67, .5);
    border: 3px solid var(--bs-green);
}

main .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#police button.navbar-toggler:focus, #police button.navbar-toggler:hover {
    background-color: #ffffff !important;
    color: #ffffff !important;
}