body, html {
    color: #607d8b;
    /*font-family: 'Poppins', sans-serif;*/
    font-display: swap;
    font-weight: 400;
}
h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

.card h2 {
    font-size:1.5rem;
}

.card h3 {
    font-size: 1.2rem;
}


.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn:not(.btn-floating) {
    border-radius: 2px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.btn-primary {
    background: var(--base-color);
    
}
.btn-primary:hover {
    background-color: #2bbbad;
}


.btn-blue {
    background: #1E88E5;
    color:#fff !important;
}
.btn-large {
    font-size: 1rem;
    height: 54px;
    line-height: 54px;
    padding: 0 2rem;
}

.center, .center-align {
    text-align: center;
}
.no-shadow {
    box-shadow: none !important;
}
.jail-buttons {
    margin-bottom: 1rem;
}
.jail-buttons .btn {
    text-transform:none;
    font-weight:normal;
}



.opaq-white {
    background-color: #ffffff1a;
}
.blue-grey {
    background-color: #607d8b !important;
}
.card .card-body {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}

.white-text {
    color: #fff !important;
}

.h5 {
  font-size: 1.0625rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
  color: #1565c0;
  font-weight: 700;
}

footer {
    padding-top:25px;
    color:#fff;
}
footer a {
    color:#fff;
}
footer a:hover {
    color: #fff;
    text-decoration:underline;
}

.light, .page-footer .footer-copyright {
    font-weight: 300;
}

ul {
    list-style-type:none;
    padding-left:0;
}

.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    color: #fffc;
    background-color: #33333314;
}

.page-footer ul {
    padding:0;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.card-grid a {
    color:#000;
}

.card-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.card-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.card-image {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display:block;
}


.blog-card p:nth-child(2) {
    display: none;
}
.blog-card .card-title {
    letter-spacing: 0;
    line-height: normal;
    font-weight: 500;
    color: #607d8b;
    font-size: 18px;
}

.blog-card .card-footer {
    background: #f5f7fb;
    color: #00acc1;
    padding: 20px;
    font-size: 11px;
    color: #777;
    box-shadow: inset 0 5px 5px -5px rgb(0 0 0 / 10%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-content > h5:first-child {
    margin-top:0;
}

.paragraph {
	padding-bottom: 10px;
}
h1.facility-name {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

h1.header.text-uppercase {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

/* nav and dropdowns */

nav ul a,
nav .brand-logo {
    color: #fff;
    /*font-family: 'Poppins', sans-serif;*/
    font-display: swap;
}

.brand-logo img {
    width: 100px;
}

.navbar {
    background: var(--base-color);
    height:100px;
    padding: 0;
    color:white;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    line-height: 1.4em;
}

.nav-bar-text{
    line-height:1.2em;
    display:block;
}

a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 15px !important;
}
a.nav-link:hover {
    background: var(--highlight-color);    
}

nav ul li a {
    font-size: 14px;
    color:#fff;
}

.nav-breadcrumb {
    line-height: 1.5em; 
}

.nav-breadcrumb a {
    font-size: 13px;
    color: #ffffffb3;
}
.nav-breadcrumb a:last-of-type {
    color:#fff;
}
.nav-breadcrumb i {
    font-size: 13px;
    color: #ffffffb3;
    margin: 0 0.25rem;
}



body.side-nav-visible .side-nav{
    transform:translateX(0);
}
body.side-nav-visible #side-nav-overlay {
    display:block;
}

.no-padding {
    padding: 0 !important;
}
.side-nav {
    transition: transform ease-in-out 0.25s;
    position: fixed;
    width: 320px;
    left: 0;
    padding:0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 99999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

.side-nav li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-nav li > a {
    color: #000000de;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

#side-nav-overlay {
    height:100%;
    width:100%;
    position:fixed;
    background:rgba(0,0,0,0.3);
    z-index:9999;
    display:none;
}


.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #0d47a1;
    color: #fff;
}
.side-nav ul {
    padding:0;
}
.side-nav .collapsible-body li > a:hover {
    background-color: #0d47a1;
    color: #fff;
}
.side-nav .sub-menu {
    background: #ECEFF1;
 
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0;
}

.side-nav li a.active {
    background-color: #1565c0;
    color: #fff;
}

.side-nav li > a:hover {
    background-color: #1565c0;
    color: #fff;
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
    background-color: #1565c0;
    color: #fff;
}

.side-nav .logo {
    height: 57px;
    line-height: 57px;
    padding-left: 30px;
}


.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    text-align: left;
    list-style: none;
    background-color: #1565c0de;
    background-clip: padding-box;
    border: 1px solid #00000026;
    border-radius: 0.25rem;
}

nav .dropdown-menu.show {
    display: block;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 64px);
    border: 0;
    border-radius: 0;
}



.dropdown-menu li {
    display: block;
    float: none;
    line-height: 1rem;
}

.dropdown-menu li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0 !important;
}

.dropdown-menu li a:hover {
    background: #0C4091;
    color: #fff;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 0;
    text-shadow: none !important;
}

a {
    color: #2196F3;
}
p {
  line-height: 1.4em;
}
.medium-font {font-weight:500;}
.button-collapse {
  color: #26a69a;
}

.parallax-container {
    min-height: 900px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);

}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 720px) {
	.parallax-container {
  min-height: 1200px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
	}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
    .parallax-container {
        min-height: 1200px;
        line-height: 0;
        height: auto;
        color: rgba(255,255,255,.9);
    }
    h3.header {
        font-size:1.9rem;
    }
    #top .nav-breadcrumb  {
        display:none;
    }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.dropdown-content {
  background-color: rgba(21,101,192,0.87);
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #0d47a1;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: inherit;
  color: #fff;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.opaq-white {
	background-color: rgba(255,255,255,0.10)
	}
.opaq-white2 {
	background-color: rgba(255,255,255,0.90)
	}
.no-shadow {
  box-shadow: none !important;
}
/* paddings */
.paddingtb100 {
	padding: 100px 0px 100px 0px;
	}
.paddingtb150 {
	padding: 150px 0px 150px 0px;
	}
.paddingtb80 {
	padding: 80px 0px 80px 0px;
	}
.paddingbtm20 {
	padding-bottom: 20px;
	}
.no-btm-padding {padding-bottom: 0px;}



/* Google Material Icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-15 { font-size: 15px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
.custom-list
{
    margin-top: 12px;
}
.custom-list li
{
    margin-bottom: 10px;
}


.custom-list li > a:hover
{
    color: #1e88e5;
}

ul {
padding-left: 18px;
}

.btn-block {
  display: block;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.hr-sm {
  border-color: #1976d2 ;
  border-width: 3px;
  max-width: 50px;
}
.hr-sm-lt {
  border-color: #fff ;
  border-width: 3px;
  max-width: 50px;
}

.hr-no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordion {
    background:#fff;
}
.accordion-item {
    border-radius: 0 !important;
}
.accordion-button {
    border-left: solid 4px #1e88e5;
    border-radius: 0 !important;
    color: #4f4f4f !important;
}

.accordion .accordion .accordion-button {
    border-left: solid 4px #27A79B;
}

.card {
    border-radius: 0;
}

.card .card-title {
    font-size: 24px;
    font-weight: 400;
}

.card-title-blu {
    font-weight: 400;
    color: #1976d2;
    font-size: 24px;
    line-height: 2rem;
}
.card-top-border {
	border-top: solid 4px #1e88e5;
	}

.card-heading-border {
	border-left: solid 4px #1e88e5;
	}
.card-body-border {
	border-left: solid 4px #90caf9;
	}

.collapsible-body .card-heading-border {
    border-left: solid 4px #27A79B;
}


/* Sticky sidebar */
#sticky_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
#sticky_ads_300 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	}
/* Media List */
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.no-left-padding {
	padding-left: 15px;
	}
.no-right-padding {
	padding-right: 15px;
	}

@media (max-width: 480px) {
	.no-left-padding {
	padding: 0px;
	}
.no-right-padding {
	padding: 0px;
	}
}
.no-border {
  border: 0 !important;
}
.colored-box {
	padding: 5px;
	text-align: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 3px;

	}
.border-bx {
	border: 1px solid #B0B6BF;
	}
.box {
	padding: 10px;
	border: solid 1px #eceff1;
	border-left: solid 4px #1565c0;
	margin-top: 10px;
	}
.box h6 {
	font-size: 18px;
	font-weight: 500;
	color: #1565c0;
	}

.box2 {
	padding: 10px 20px 10px 20px;
	border-left: solid 4px #1565c0;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	}
.box2 h6 {
	font-size: 18px;
	font-weight: 500;
	color: #1565c0;
	}
.box3 {
	padding: 10px 20px 10px 20px;
	border-left: solid 4px #1e88e5;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	}
.box3 h6 {
	font-size: 18px;
	font-weight: 500;
	color: #1565c0;
	}
.modal-fullscreen.open{
    width: 100%;
    max-height: 100%;
    height: 100%;
    top: 0 !important;
}

.modal-fullscreen > .modal-content {
  height: calc(100% - 56px);
}
.select-wrapper {
	max-height: 250px;
    overflow:auto;
}
.select-wrapper a {
    padding: 0.5rem 0;
    display: block;
    border-bottom: 1px solid #ccc;
}
.select-wrapper a:hover {
    color: #fff;
    background: #0D47A1;
}
.text-uppercase {
    text-transform: uppercase;
}
.minheight800 {
	min-height: 500px;}
.left-border {
	border-left: 1px solid #C2C4C6;
}
.itable td,
.itable th
{
    text-align:left;
	padding-left: 10px;
}


.itable td + td,
.itable th + th
{
    text-align:right;
	padding-right: 10px;
}
.select-dropdown {
	background-color: #fff;
	color:#000;
}

.select-dropdown li:hover, .select-dropdown li.active, .select-dropdown li.selected {
  background-color: #0d47a1;
}
.select-dropdown li > a, .select-dropdown li > span {
  font-size: inherit;
  color: #000;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.list-links .collapsible-header {
    justify-content:space-between;
}
.list-links li.active .fa-chevron-left{
    transform:rotate(-90deg)
}
.list-links .fa-chevron-left {
    transition:0.25s ease-in-out;
}

.list-links .list-link {
    margin-bottom: 10px;
    display: inline-block;
}
.list-links .list-link:hover {
    color: #1e88e5;
}

a.list-link.list-link-highlight {
    font-weight: bold;
}


.paragraphs p {
    margin-bottom: 1em !important;
}

.paragraphs .text-uppercase.teal-text {
    margin-top:2em;
}

.paragraphs span:first-child .text-uppercase.teal-text:first-child {
    margin-top: 0;
}
.paragraphs .text-uppercase.teal-text:first-child {
    margin-top: 0;
}


ul.bullets, .paragraphs ul {
    padding-left: 20px;
}

    ul.bullets li, .paragraphs ul  li{
        list-style-type: disc;
    }

div.section.has-background-photo {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
    div.section.has-background-photo     a.breadcrumb{
        color:#fff;
    }

    div.section.has-background-photo .header,
    div.section.has-background-photo a,
    div.section.has-background-photo p {
        text-shadow: 1px 1px rgba(0,0,0,0.8);
    }

div.section.has-background-video {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position:relative;
}
div.section.has-background-video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    margin-top: -5em;
    z-index:0;
}
div.section.has-background-video .video-overlay {
    background: #1666c117;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    margin-top: -5em;
}

.jail-photos img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.dropdown-content a{
    white-space:nowrap;
}
.modal .modal-footer {
    background:none;
    text-align:left;
}


.paddingtb80 {
    padding-top:30px;
}

.btn.btn-block {
    padding-left: 0;
    padding-right: 0;
}

nav .button-collapse {
    margin:0;
}

.card img {
    max-width: 100%;
}
.card a.edit-facility-text  {
    float: right;
}
.inmate-search-button {
    background: #1e8278;
}

.side-nav li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.placeholder {
    min-height: 1em;
    margin: 1em 0;
    color: #fff;
    font-size: 20px;
    font-family: monospace;
    justify-content: center;
    display: flex;
    align-items: center;
    background: repeating-linear-gradient( 45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px );
}
.placeholder a {
    color:#fff;
}

.cke_reset_all input[type="text"], .cke_reset_all select,
.cke_reset_all textarea {
    height: auto !important;
    border: 1px solid #D2D2D2 !important;
    transition:none !important;
    display:inline;
}

.card-anchor {
    position:absolute;
    margin-top:-75px;
}

input[type="text"].browser-default {
    padding:3px 6px;
}

table.plain td, table.plain th {
    border: none;
    padding: 3px 6px;
}
table.plain tr {
    border:none;
}

.cke_dialog_ui_input_text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.cke_dialog_ui_vbox_child {
    padding: 0 !important;
}

ul.list-links li:nth-child(2n) .collapsible-header {
    background-color: #F2F2F2;
}

ul.phone-number-list{
    padding:0;
    margin-top:0;
    list-style-type:none;
}
ul.phone-number-list li {
    list-style-type: none;
}



.tabs .tab a {
    color: #2196F3;
}
    .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #1862B6;
    }
.tabs .indicator {
    background-color: #1862B6;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(22,102,193,.15);
}

.browser-default[type="checkbox"] {
    position: relative !important;
    opacity: 1.0 !important;
    pointer-events: all !important;
}

a.bad-link {
    background-color:yellow;
    color:red;
    font-weight:bold;
}

a.bad-link .bad-link-url {
    color:black;
    background:#ccc;
    font-size:12px;
    font-weight:normal;
}


ul.pagination {
    padding:1em 0;
}
.pagination li.active {
    background-color: #1565C0;
}
ul.pagination li:first-child > a {
    padding-left:0;
}


/* media boxes */
.media-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

@media only screen and (max-width : 600px) {
    .media-box-grid {
        display: block;
    }
    .media-box {
        margin-bottom:25px;
    }
}

.media-box {
    border-radius: 5px;
}
.media-box-container {

}

.media-box-title {
    letter-spacing: 0;
    line-height: normal;
    font-weight: 500;
    color: #607d8b;
    font-size: 18px;
}
.media-box-content {
    padding: 20px;
    position: relative;
    background: #fff;
    color: #263238;
    line-height: 17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.media-box-content .media-box-text {
    margin-bottom: 0 !important;
}

.media-box-content .media-box-text {
    margin-bottom: 0 !important;
}

.media-box-text {
    color: #263238;
    font-size: 14px;
    margin: 13px 0 13px 0 !important;
}

.media-box-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.media-box-footer {
    background: #f5f7fb;
    color: #00acc1;
    font-weight: 500;
    padding: 20px;
}

.media-box-footer {
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.media-box-footer {
    background: #f5f7fb;
    color: #00acc1;
    font-weight: 500;
    padding: 20px;
}

.media-box-categories {
    margin: 0;
    font-size: 11px;
    color: #777;
}

.media-box-categories span {
    color: #333;
    font-weight: 600;
}

.media-box-text p:nth-child(2) {
    display: none;
}

#siteseal img {
    width: 131px;
    height:32px;
}

#main-banner {
    background: url("/images/FL - Palm Beach County Jail.jpg") 50% 50% no-repeat;
    width: 100%;
    height: 900px;
}


@media only screen and (max-width : 600px) {
    #main-banner {
        background: #1565C0;
    }

    .parallax-container {
        min-height: 850px;
        background: #1565C0;
    }
}



/* mdb fixes*/



.breadcrumb {
    display: inline-block;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #757575;
    content: var(--mdb-breadcrumb-divider,"/") /*!rtl: var(--mdb-breadcrumb-divider, "/") */;
}

.jail-header-nav {
    box-shadow: none;
    background: none;
    height: auto;
    line-height: 1.5;
}

.jail-header-nav .breadcrumb-item { 
    display:inline-block;

}
.jail-header-nav ol {
    margin:0;
}
.jail-header-nav  .dropdown {
    position: relative;
}



/* US map */
#states-wrap path {
    fill: #FAFDFF;
    stroke: #BCC5CC;
}

#states-wrap path:hover {
    fill: #1565C0;
    cursor: pointer;
}

#states-wrap g:hover text {
    fill: #fff;
}

#states-wrap text {
    fill: #89A9C6;
    pointer-events: none;
}

.map-card svg {
    width: 100%;
    height: auto !important;
    max-height: 800px;
}

.map-card path {
    fill: #FAFDFF;
    stroke: #BCC5CC;
    
}

.map-card path:hover {
    fill: #1565C0;
    cursor: pointer;
}


.county-map path {
    fill: #FAFDFF;
    stroke: #CCD3D9;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
    stroke-linecap: square;
}

.county-map text {
    font-size: 0.5px;
    text-anchor: middle;
    fill: #fff;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: -1px 1px rgba(0,0,0,0.4), 1px -1px rgba(0,0,0,0.4), -1px -1px rgba(0,0,0,0.4), 1px 1px rgba(0,0,0,0.4);
    alignment-baseline: middle;
    pointer-events: none;
}

@media (max-width: 768px) {
    .county-map text {
        font-size: 1px;
        text-shadow: -1px 1px rgba(0,0,0,0.4), 1px -1px rgba(0,0,0,0.4), -1px -1px rgba(0,0,0,0.4), 4px 2px rgba(0,0,0,0.4);
    }
}
.county-map path:hover {
    stroke-width: 10px;
    cursor: pointer;
    z-index: 2;
}

.county-map path:nth-child(1) {
    fill: #62ce91;
}

.county-map path:nth-child(2) {
    fill: #d2c375;
}

.county-map path:nth-child(3) {
    fill: #4F81BD;
}

.county-map path:nth-child(4) {
    fill: #C0504D;
}

.county-map path:nth-child(5) {
    fill: #8064A2;
}

.county-map path:nth-child(6) {
    fill: #4BACC6;
}

.county-map path:nth-child(7) {
    fill: #DF5327;
}

.county-map path:nth-child(8) {
    fill: #FEC306;
}

.county-map path:nth-child(9) {
    fill: #A5B592;
}

.county-map path:nth-child(10) {
    fill: #D092A7;
}



.state-map path:nth-child(10n+2) {
    fill : rgb(227, 242, 253);
}

.state-map path:nth-child(10n+3) {
    fill: rgb(187, 222, 251);
}

.state-map path:nth-child(10n+4) {
    fill: rgb(144, 202, 249);
}

.state-map path:nth-child(10n+5) {
    fill: rgb(100, 181, 246);
}

.state-map path:nth-child(10n+6) {
    fill: rgb(66, 165, 245);
}

.state-map path:nth-child(10n+7) {
    fill: rgb(33, 150, 243);
}

.state-map path:nth-child(10n+8) {
    fill: rgb(30, 136, 229);
}

.state-map path:nth-child(10n+9) {
    fill: rgb(25, 118, 210);
}

.state-map path:nth-child(10n+10) {
    fill: rgb(21, 101, 192);
}

.state-map path:nth-child(10n+11) {
    fill: rgb(13, 71, 161);
}



/* common to materializecss */

/* colors */
.blue-text.text-darken-2 {
    color: #1976d2 !important;
}

.blue-text {
    color: #2196f3 !important;
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}
.blue-text.text-darken-3 {
    color: #1565c0 !important;
}
.blue.darken-3 {
    background-color: #1565c0 !important;
}
.blue.darken-4 {
    background-color: #0d47a1 !important;
}
.blue-text.text-lighten-4 {
    color: #bbdefb !important;
}

.opaq-white {
    background-color: #ffffff1a;
}

.red.darken-4 {
    background-color: #b71c1c !important;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem;
}


.parallax-container {
    min-height: 900px;
    line-height: 0;
    height: auto;
    color: #ffffffe6;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.parallax-container .section {
    width: 100%;
}
.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.video-container iframe {
    width:100%;
}

.section.no-pad-bot {
    padding-bottom: 0;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

nav {
    width:100%;
}
@media only screen and (min-width: 601px) {
    .navbar-fixed {
        height: 64px;
    }
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    
        line-height: 64px;
    }
}


@media only screen and (min-width: 993px) {
    nav a.button-collapse {
        display: none;
    }
}

.navbar-fixed nav {
    position: fixed;
}
.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997;
}

nav .nav-wrapper {
    position: relative;
    height: 100%;
}
.right {
    float: right !important;
}

nav ul {
    margin: 0;
}

nav ul li {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0;
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

nav ul li a {
    font-size: 14px;
}

.dropdown-content {
    background-color: #1565c0de;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width,height;
}

.nav-tabs .nav-link {
    background-color: #0000;
    color: #1862b6;
    text-align: center;
    line-height: 48px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px !important;
    font-size: 14px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease;
}


/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
    .card-grid {
       display:block;
    }
    .card-grid .card {
        margin-bottom:1rem;
    }
    .blog-card {
        margin:1rem;
    }
    .jail-buttons {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-gap:10px;
    }
    .jail-buttons .btn {
        padding: 0 1rem;
        width:100% !important;
    }

    .card-grid a {
        font-size: 25px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}



#acc-jail-links .accordion-collapse .d-flex {
    justify-content: space-between;
}


.base-color {
    background-color: var(--base-color);
}

.jail-links img {
    width:50px;
}

.mugshot-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mugshot-photos div {
    max-width: 40%;
    margin: 1rem;
    display: flex;
    align-items: center;
}

.mugshot-label { font-weight:bold; padding-right:1rem;}


.card.arreseted .card-body {
    opacity: 0.5;
}

.mugshot-status {
    background: #b71c1c;
    color: #fff;
    padding: 1rem;
    position: absolute;
    width: 100%;
    font-weight: bold;
    box-shadow: 0 0 10px 5px rgb(183 28 28 / 50%);
    transform: rotate(-23deg);
    top: 17rem;
    text-align: center;
    left: -0.5rem;
    z-index: 2;
}