html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #d2d2d2;
}
.font-light {
    font-weight: 300;
}
.font-regular {
    font-weight: 400;
}
.font-bold {
    font-weight: 700;
}
.font-xbold {
    font-weight: 800;
}
.font-white {
    color: #fff;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}
section {
    padding: 40px 0;
}
.section-title {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #444;
}
.section-title::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #444;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.section-secondary .section-title {
    color: #fff;
}
.section-secondary .section-title::after {
    background-color: #fff;
}
.section-secondary,
.section-secodary h3 {
    color: #fff;
}
.banner {
    padding: 100px 0 60px 0;
    background-size: cover;
}
.banner__header {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.banner-logo {
    margin-bottom: 40px;
}
.addonh1 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 1px 2px #000;
}
.addonpage {
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 1px 2px #000;
}
.details-main {
    font-size: 3rem;
    letter-spacing: -2px;
    color: #ff960c;
    text-shadow: 0 1px 2px #000;
}
.details-h2 {
    font-size: 3rem;
    letter-spacing: -2px;
    color: #ff982b;
    position: relative;
    text-shadow: 0 1px 2px #000;
}
.details-sub {
    color: #fff;
    margin-bottom: 2px;
}
.details-number a {
    font-size: 3rem;
    color: #ff960c;
}
.banner__form {
    background-color: rgba(21, 21, 21, 0.5);
    border-radius: 14px;
    padding: 21px;
    border: 2px solid rgba(21, 21, 21, 0.1);
}
.inmatesearch {
    background-color: #151515;
}
.inmatesearch-cta {
    margin-bottom: 0;
}
.inmatesearch-cta-wrap {
    position: relative;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 0;
}
.inmatesearch-cta span,
.inmatesearch-cta span a {
    color: #ff960c;
}
.inmatesearch .media {
    margin-bottom: 30px;
    padding: 10px 18px;
}
.inmatesearch .media .media-body {
    vertical-align: middle;
}
.inmatesearch .fa-stack .fa-square {
    color: transparent;
    border-radius: 21%;
    border: 1px solid #ffa73d;
}
.inmatesearch .fa-stack .fa-search.fa-inverse {
    color: #ffa73d;
}
.inmatesearch .fa-stack .fa-users.fa-inverse {
    color: #ffa73d;
}
.inmatesearch .fa-stack .fa-file-text.fa-inverse {
    color: #ffa73d;
}
.inmatesearch .fa-stack .fa-calendar.fa-inverse {
    color: #ffa73d;
}
.jail-info {
    color: #444;
    background-color: #d2d2d2;
}
.jail-content {
    margin-bottom: 40px;
}
.jail-content ul li {
    margin-top: 10px;
}
.jail-content ul li i {
    color: #005b87;
    margin-right: 10px;
}
.jail-content ul li:first-child {
    margin-top: 0;
}
footer {
    padding: 14px 0;
}
footer a {
    color: #d2d2d2;
}
footer a:hover {
    color: #d2d2d2;
    text-decoration: underline;
}
footer p {
    margin: 0;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 80px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 60px;
    background-color: #171717;
}
body > .container {
    padding: 60px 15px 0;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
code {
    font-size: 80%;
}

/* Header */
.main-navigation {
    border-bottom: 2px solid #fafafa;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}
.main-navigation .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    outline: none;
    border: 0px solid transparent;
    background-size: 2em 2em;
    width: 2em;
    height: 2em;
    padding: 0rem 0rem;
}
.main-navigation .inner-header {
    margin: 0px 10%;
}
.main-navigation .inner-header .main-logo {
    max-width: 100%;
    width: 80px;
    height: auto;
}
/* .main-navigation .nav-menu{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 80%);
    z-index: -1;
} */
.main-navigation .nav-menu ul{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 80%);
    z-index: -1;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
.main-navigation .nav-menu ul .nav-item+.nav-item{
    margin-left: 0rem;
}
/* Header */

@media (max-width: 543px) {
}
@media (max-width: 767px) {
    .details-main {
        font-size: 2.6rem;
    }
    .details-sub {
        font-size: 1.8rem;
    }
    .details-number a {
        font-size: 2.6rem;
    }
}
@media (max-width: 991px) {
    .main-navigation .inner-header {
        margin: 0px 0px;
    }
}
@media (max-width: 1199px) {
}
@media (min-width: 544px) {
}
@media (min-width: 768px) {
    .banner__form {
        margin: 0 10%;
    }
    .inmatesearch-info {
        background-color: #d3d3d3;
        margin: 21px auto;
        position: relative;
        z-index: 1000;
        display: inline-block;
        padding: 0 14px;
        font-size: 2.1rem;
    }
    .inmatesearch-cta-wrap::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        background-color: #676767;
        left: 0;
    }
}
.form-group label {
    color: darkgrey;
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.dob__group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-group * {
    border-radius: 0 !important;
    outline: none;
    border: none;
}
.dob__line {
    color: white;
    font-size: 25px;
}
.dob__dd,
.dob__mm,
.dob__year,
label {
    color: white !important;
    font-size: small;
}
.submit-btn {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    padding: 22px;
    width: 330px;
    background-color: #ff960c;
    border-radius: 10px;
    font-size: 25px;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "roboto", sans-serif;
    margin: 0;
    color: #151515;
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.col button {
    margin: 0 auto;
}
.details-number {
    color: white;
}
/* @media (max-width: 525px) {
    .dob {
    }
    .dob__dd,
    .dob__mm,
    .dob__year {
    }
}
@media (max-width: 390px) {
    .dob {
    }
    .,
    .dob__mm,
    .dob__year {
    }
} */
.inmate-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inmate-name,
.inmate-dob {
    width: 390px;
}
.form-group input,
.form-group select {
    border-radius: 7px !important;
}
.form-group > span {
    margin-top: 15px !important;
}
.text-detail > p {
    text-align: center;
    color: white;
    font-size: small;
}
.loading-gif {
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: 1000;
    display: none;
}
@media (max-width: 1200px) {
    .inmate-detail {
        display: block;
    }
    .inmate-name,
    .inmate-dob {
        width: 100%;
    }
}
