@import url("https://use.typekit.net/xzr3okm.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*font-family: "futura-pt",sans-serif;*/

body {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 28px;
    /*padding: 25px;*/
    background-color: #fff;
    color: #333;
}

a {
    color: #006325;
    background-color:transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #939393;
}

strong {
    font-weight: 700;
    color: #1a2a2c;
}

h2 {
    font-size: 42px;
    font-family: futura-pt;
    font-weight: 400;
    line-height: 52px;
}

.no-pad {
    padding: 0;
}
.no-pad-right {
    padding-right:0;
}
.no-pad-left {
    padding-left: 0;
}
.btn {
    font-family: futura-pt;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 240px;
    height: 60px;
    text-align: center;
    padding: 16px;
    border-radius: 2px;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn.btn-green {
    background: #006325;
    color: #fff;
}
.btn.btn-green:hover, .btn.btn-green:focus {
    background: #0b3f1f;
}
.btn.btn-white {
    border: 1px solid #006325;
    background: #fff;
    color: #006325;
}
.btn.btn-white:hover, .btn.btn-white:focus {
    background: #d6d4d4;
}

/*----  Header Styling  ----*/
/*----  Header Styling  ----*/
.aux-header {
    background-color: #0b3f1f;
    font-family: "futura-pt",sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 13px 0 16px;
}
.aux-left {
    float: left;
    color: #fff;
    text-transform: uppercase;
    margin-left: 216px;
}
.aux-left p {
    display: inline;
    color: #fff;
}
.aux-left p:first-child {
    padding-right: 33px;
}
.aux-left .fa-mobile {
    display: none;
}
.aux-left a {
    color: #fff;
}

.aux-right {
    float: right;
    margin-right: 37px;
}
.aux-right a {
    padding-left: 18px;
    color: inherit;
}

.search {
    float: right;
    padding: 37px 35px 37px 0;
    color: #141414;
    cursor: pointer;
}
.search:hover {
    color: #006325;
}

/*----  Main Navigation  ----*/
/*----  Main Navigation  ----*/
.main-nav {
    position: relative;
}
.logo {
    position: absolute;
    top: -21px;
    z-index: 1;
    left: 39px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    padding: 27px 0px 29px;
    float: right;
}
.navbar-nav {
    float: right;
    margin: 0;
    left: 39px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #1a231e;
    font-family: futura-pt;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #006325;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #006325;
}
.main-nav .caret {
    display:none;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
    border: none;
    border-top: #006325 3px solid;
    box-shadow: none;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
    border: none;
    border-top: #006325 3px solid;
    box-shadow: none;
}
.dropdown-menu > li > a {
    color: #1a231e;
    font-family: futura-pt;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 15px 36px 15px 16px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #1a231e;
    text-decoration: none;
    outline: 0;
    background-color: #fbfbfb;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #006325;
    background-color: transparent;
}


/*----  Home Slider  ----*/
/*----  Home Slider  ----*/
.home-slider {
    height: 821px;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #000;
}
.home-slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fffbda;
    background: -moz-linear-gradient(top, transparent 0%, transparent 51%, #001f2f 100%);
    background: -webkit-linear-gradient(top, transparent 0%,transparent 51%,#001f2f 100%);
    background: linear-gradient(to bottom, transparent 0%,transparent 51%,#001f2f 100%);
    opacity: .3;
}
.hero.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.hero .slick-dots {
    position: absolute;
    bottom: auto;
    display: block;
    width: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero .slick-dots li.slick-active button::before {
    opacity: 1;
    border: #fff 2px solid;
    background: #006325;
    width: 20px;
    height: 20px;
    top: 0;
    left: -2px;
}
.hero .slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 25px;
    border: 2px solid #8a9193;
}
.slider-content {
    text-align: center;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-top: 47px;
    opacity: 0;
}
.slider-header {
    color: #fff;
    font-family: futura-pt;
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 916px;
    margin: 0 auto;
    line-height: 86px;
}
.slider-subheading {
    font-size: 20px;
    font-family: Open Sans;
    color: #fff;
    line-height: 34px;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: 10px auto 0;
}
.btn.btn-slider {
    background: #fff;
    color: #006325;
    margin-top: 32px;
}
a.btn-slider:hover, a.btn-slider:focus {
    color: #006325;
    text-decoration: none;
    background: #d6d4d4;
}

/*----  Aux Navigation  ----*/
/*----  Aux Navigation  ----*/

.aux-nav {
    text-align: center;
    padding: 40px 0;
    border-top: 16px solid #006325;
    border-bottom: 16px solid #fbfbfb;
}
.aux-nav img {
    display: block;
    margin: auto;
    opacity: .4;
    padding-bottom: 16px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.aux-nav a {
    color: #1a231e;
    font-family: futura-pt;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.aux-nav a:hover, .aux-nav a:focus {
    color: #0b3f1f;
    text-decoration: none;
} 
.aux-nav a:hover img {
   opacity: 1; 
}
.aux-nav li {
    overflow: visible;
    white-space: nowrap;
} 

/*----  Homepage CTA  ----*/
/*----  Homepage CTA  ----*/

/*Sheriff CTA*/
.cta-sheriff {
    height: 790px;
    background-image: url('../img/colors-bg.png');
}
.sheriff-col {
    height: 100%;
}
.sheriff-content {
    padding-left: 80px;
    max-width: 579px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sheriff-headshot {
    height: 790px;
}
.sheriff-headshot img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 67px;
    max-width: 100%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.cta-subhead {
    font-family: futura-pt;
    font-size: 14px;
    line-height: 52px;
    font-weight: 600;
    color: #006325;
    text-transform: uppercase;
}
.sheriff-content h1 {
    color: #1a231e;
    font-family: futura-pt;
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 41px;
}
.sheriff-content p {
    width: 96%;
    margin-bottom: 64px;
}
.cta-news-heading .btn-green {
    width: auto;
}
.btn-container .btn:first-child {
    margin-right: 14px;
}

/*News Slider CTA*/

.cta-news-slider {
    background-image: url('../img/news-bg.png');
    height: 822px;
    position: relative;
    background-color:#000;
}
.cta-news-heading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 90px;
    max-width: 29%;
}
.cta-news-heading h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 56px;
}
.cta-news-slides {
    float: right;
    width: 64%;
    position: relative;
    top: 50%;
    margin-right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-slide {
    background: #fff;
    margin: 0 13px;
}
.news-content {
    padding: 21px 49px 43px;
}
.news-title {
    color: #1a231e;
    font-family: futura-pt;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 14px;
}
.news-img {
    background: #1a231e;
    max-height: 418px;
    overflow: hidden;
}
.news-img img {
    max-width: 100%;
    opacity: .65;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.news-content p, .news-content a {
    opacity: .7;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    color: inherit;
}
.news-slide:hover .news-content p, .news-slide:hover .news-content a, .news-slide:hover .news-img img {
    opacity: 1;
}
.news-slide p {
    overflow-wrap: break-word;
    word-break: break-all;
    color: #525252;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.news-content a {
    color: #006325;
}
.news-detail {
    padding-bottom: 150px;
}
.cta-news-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.cta-news-slider .slick-prev, .cta-news-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: relative;
    top: auto;
    display: block;
    width: 55px;
    height: 57px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #006325;
    border-radius: 2px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    left: auto;
    right: auto;
    display: inline-block;
}

.cta-news-slider .slick-prev::before {
    content: "";
    border-top: white solid 2px;
    border-left: white solid 2px;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(-45deg);
    border-radius: 0px;
    left: 0;
    position: relative;
    right: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;

}
.cta-news-slider .slick-next::before {
    content: "";
    border-top: white solid 2px;
    border-left: white solid 2px;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(135deg);
    border-radius: 0px;
    left: 0;
    position: relative;
    right: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.cta-news-slider .slick-next:hover, .cta-news-slider .slick-prev:hover {
    background: #fff;
}
.cta-news-slider .slick-next:hover:before, .cta-news-slider .slick-prev:hover:before {
    border-top: #006325 solid 2px;
    border-left: #006325 solid 2px;
}

/*News Page*/

.news-block {
    outline: 1px solid #d9dbda;
    margin-bottom: 60px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    position:relative;
}
.news-block:hover {
    outline: 10px solid #006325;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}


.news-block-content {
    padding: 42px 52px 32px;
}
.news-date {
    font-size: 14px;
    font-family: futura-pt;
    font-weight: bold;
    color: #006325;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
}
.news-block-content h4 a {
    margin: 0;
    line-height: 32px;
    font-size: 20px;
    text-transform: none;
    color: #1a231e;
    font-weight: normal;
    white-space: nowrap;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #006325;
    border-color: #006325;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #006325;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.news-block .news-image {
    background: transparent;
    text-align: center;
    max-height: 232px;
    min-height: 418px;
    overflow: hidden;
}
.news-block-content p {
    padding: 0;
    color: #525252;
    opacity: .7;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    min-height: 119px;
}
.col-3-cta a.readmore {
    opacity: .7;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans';
    color: inherit;
}
.news-block:hover .readmore, .news-block:hover .news-block-content p {
    opacity:1;
}
.col-3-cta a.readmore::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 9px;
    background-image: url('../img/icons/green-arrow-sm.png');
    left: 81px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.col-3-cta a.readmore:hover:before {
    opacity: 1;
    left: 92px;
}
h3 span {
    color: #333;
}
.featured-image {
    margin-bottom: 75px;
    padding-top: 0;
    margin-top: -54px;
    border-bottom: 16px solid #006325;
    text-align: center;
}
.featured-image img{
    max-width:100%;
}
.centered-image {
    text-align: center;
}
.table-container {
    overflow-x:auto;
}
/*Citizen Alert CTA*/
.cta-alerts {
    height: 964px;
    border-top: 16px solid #006325;
    border-bottom: 16px solid #006325;
    background-image: url('../img/colors-bg2.png');
}
.alert-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.alert-container h2 {
    margin-top: 0;
}
.cta-alerts .col-lg-6 {
    height: 100%;
}
.alert-img-column {
    padding-left: 75px;
}
.alert-box {
    width: 621px;
    height: 100%;
    border: 6px solid #f2f2f2;
    margin: 40px 0 60px;
}
.alert-image {
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
}
.alert-image img {
    max-width: 100%;
    padding-left: 25px;
}
.alert-headings {
    border-bottom: 1px solid #f2f2f2;
    padding: 13px 0 14px;
}
.alert-headings h3 {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: #333;
}
.citizen-wrapper {
    padding-bottom: 75px;
}
.alert-content {
    border-bottom: 1px solid #f2f2f2;
    padding: 11px 0 11px;
}
.alert-date {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
}
.alert-location {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #006325;
}
.alert-location a {
    color: #006325;
}
.alert-title {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #1a231e;
}
.alert-title .read-more a {
    color: #006325;
}
.alert-detail {
    padding-bottom: 75px;
}
.mobile-bib {
    display: none;
}
.alert-bid {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #1a231e;
}
.stopper-content {
    padding-top: 22px;
    padding-bottom: 75px;
}
.featured-img img {
    max-width: 100%;
    padding-bottom: 20px;
}
.stopper-tip {
    border: 1px solid #006325;
    margin-bottom: 20px;
    background: #f5f6f5;
    padding: 20px;
    margin-top: 50px;
}
strong.stong-red {
    color: red;
    font-size:inherit;
}

.cold-case-item {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #0b3f1f;
    margin-bottom: 22px;
}
.cold-case-item:first-child {
    padding-top: 20px;
    border-top: 1px solid #0b3f1f;
}
.cold-case-list {
    margin-top: 50px;
}
.cc-list-details h3 {
    margin-top: -21px;
}
.cc-list-img img {
    max-width: 100%;
    float: left;
    padding: 0;
}
.cc-detail-img {
    text-align: center;
}
.aux-heading span {
    text-transform: none;
    color: #333;
}
.back-link {
    text-align: center;
    padding-top: 40px;
}

/*    Faqs   */
.faq-list h3 {
    color: #333;
}
.faq-list .btn.btn-link {
    font-family: futura-pt;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 5px;
    border-radius: 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    color: #006325;
    white-space: normal;
}
#accordion {
    padding-left: 17px;
}
.subpage-layout .sub-content #accordion p {
    width: 91.333%;
    margin: 0 auto 20px;
}
/*   Events   */

.polk-calendar {
    margin-bottom: 50px;
}
.polk-calendar .sf-calendarList-item {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
.k-editor, .k-grid, .k-menu, .k-scheduler {
    border-radius: 0;
}

.k-widget {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.k-grid table {
    border: 1px solid #ccc;
}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    color: #fff;
    background-color: #006325;
    border-color: #006325;
}
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #006325;
    font-size:inherit;
}

.k-state-selected a.k-link {
    color:#fff;
}
.sf-event-item {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.cal-detail address {
    text-align: center;
    font-weight: bold;
}
.cal-add {
    margin: 20px 0;
}
.cal-add ul {
    display: inline-block;
}
.cal-add li {
    list-style: none;
    display: inline-block;
    padding-right: 12px;
}
.cal-link {
    text-align: right;
}


/*Twitter CTA*/
.cta-twitter {
    background-image: url('../img/twitter-bg.png');
    height: 747px;
    overflow: hidden;
    background-color: black;
}
.cta-twitter-container {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
}
.cta-twitter-headings {
    text-align: center;
}
.cta-twitter-headings h2 {
    color: #fff;
    margin-top: 0;
}
.cta-twitter-slider {
    margin-top: 50px;
}
.cta-twitter-slider .slick-slide img {
    display: block;
    margin: auto;
    padding: 0 15px;
}
.tweet-item {
    background: #fff;
    padding: 37px;
    margin: 0 20px;
    cursor: pointer;
    border: 10px solid #fff;
    -webkit-transition: all 0.6s all;
    -moz-transition: all 0.6s all;
    transition: all 0.6s all;
}
.tweet-item:hover {
    border: 10px solid #006325;
}
.tweet-item a {
    color: #006325;
}
.tweet-profile-img {
    float: left;
}
.cta-twitter-slider .slick-slide .tweet-profile-img img {
    padding-left: 0;
}
.tweet-profile-info {
    line-height: 21px;
    font-family: Futura;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.tweet-header {
    padding-bottom: 29px;
}
.tweet-body {
    color: #525252;
    font-size: inherit;
}
.tweet-date {
    float: left;
}
.tweet-actions {
    float: right;
}
.tweet-actions a {
    padding-left: 13px;
    color: #686b6f;
}
.quoteTweet {
    padding: 15px;
    border: 1px solid #525252;
    margin: 8px;
}
.cta-twitter-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 25px;
    border: 2px solid #8a9193;
}
.cta-twitter-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    border: #fff 2px solid;
    background: #006325;
    width: 20px;
    height: 20px;
    top: -2px;
}
.cta-twitter-slider .slick-dots {
    bottom: -77px;
}

/*Accreditation CTA*/

.accreditation-heading {
    text-align: center;
    background: #fcfbfb;
    padding: 50px 0px 60px;
}
.accreditation-heading h2 {
    margin: 0;
}
.logo-wrapper {
    text-align: center;
}
.accreditation-logos {
    padding: 47px 0 45px;
}
.logo-wrapper li {
    width: 10%;
    float: left;
    display: table;
    padding: 0 5px;
    height: 100%;
    vertical-align: middle;
    line-height: 98px;
    height: 101px;
}
.logo-wrapper img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    max-width: 100%;
}
.logo-wrapper img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*About Us*/
.sub-navigation {
    float: left;
}

h1 {
    font-family: futura-pt;
    font-size: 60px;
    line-height: 86px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;

}

.sub-hero-content h1 {
    color: #fff;
    background: rgba(11, 63, 31, .5);
    padding: 0px 12px;
    display: inline-block;
}

h3 {
    font-family: futura-pt;
    font-weight: 400;
    color: #006325;
    font-size: 30px;
    line-height: 64px;
}

.sub-navigation .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    padding: 0;
    float: left;
    border: 0;
}

.sub-navigation .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.sub-navigation .navbar-default .navbar-collapse {
    border-color: transparent;
    padding-right: 0;
    padding-left: 0;
    border: 0;
}

.sub-navigation .navbar-nav > li {
    float: left;
    width: 241px;
}

.sub-navigation .navbar-default .navbar-nav > li.dropdown > a {
    color: #006325;
    font-family: futura-pt;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #000;
    padding: 27px 0 27px 36px;
}
.caret {
    display: none;
    width: 10px;
    height: 6px;
    margin-left: 2px;
    vertical-align: middle;
    border: none;
    background-image: url('../img/icons/arrow-down.png');
    padding: 13px 40px;
    background-repeat: no-repeat;
    margin-top: -3px;
    float: right;
    background-position: 50%;
}
.open .caret {
    background-image: url('../img/icons/arrow-up.png');
}
.sub-navigation .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 2px 0 0;
    margin-top: 2px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
    border: none;
    border: none;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}

.sub-navigation .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    border: none;
    border-top: none;
    box-shadow: none;
    width: 241px;
    z-index: 9;
}

.sub-navigation .navbar-nav > li.open:hover > .dropdown-menu, .sub-navigation .navbar-nav > li.open > .dropdown-menu {
    display: block;
    border: none;
    border-top: none;
    box-shadow: none;
    width: 241px;
}



.sub-navigation .dropdown-menu {
    background: #fbfbfb;
}

.sub-navigation .dropdown-menu li {
    list-style: none;
    padding: 10px 0px;
}

.sub-navigation .dropdown-menu li a {
    color: #1a231e;
    text-transform:none;
}

.sub-navigation .dropdown-menu > li > a:hover {
    color: #006325;
    background-color: transparent;
    padding: 15px 36px 15px 16px
}

.sub-hero {
    height: 555px;
    background-position: center top;
    background-size: cover;
    position: relative;
    border-bottom: 16px solid #006325;
    margin-top: -18px;
}
.sub-hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fffbda;
    background: -moz-linear-gradient(top, transparent 0%, transparent 51%, #001f2f 100%);
    background: -webkit-linear-gradient(top, transparent 0%,transparent 51%,#001f2f 100%);
    background: linear-gradient(to bottom, transparent 0%,transparent 51%,#001f2f 100%);
    opacity: .3;
}
.sub-hero.no-height {
    height: auto;
}
.sub-hero.no-height img {
    width: 100%;
}
.sub-hero-content {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 691px;
}

.subpage-layout {
    padding-top: 75px;
}

.subpage-layout .sub-content p {
    width: 83.3333333333%;
    margin: 0 auto 20px;
}
.sub-content img {
    max-width: 100%;
}

.sub-heading {
    text-align: center;
}

.sub-heading h2 {
    margin: 0;
}

.aux-heading {
    color: #006325;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 54px;
    font-family: futura-pt;
    font-weight: 600;
}

.content-img {
    padding-bottom: 80px;
    max-width: 100%;
}

.col-2-cta {
    display: flex;
    align-self: center;
    width: 100%;
}

.col-2-cta.right-img {
    flex-direction: row-reverse;
}

.img-col, .content-col {
    flex-grow: 2;
    align-self: center;
    padding-bottom: 100px;
}

.img-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 41.6666667%;
}

.right-img .img-col {
    text-align: right;
}

.img-col img {
    max-width: 100%;
}

.content-col p {
    padding-top: 55px;
}

.full-width-bg {
    background-image: url('../img/quote-bg.png');
    height: auto;
    position: relative;
    padding: 100px 0;
    background-size: cover;
}

.full-width-bg .container {
    position: relative;
}

.full-width-bg blockquote {
    
    font-size: 30px;
    line-height: 54px;
    
}
.full-width-bg p {
    font-size: 16px;
    line-height: 28px;
    width: 83.3333333333%;
    margin: 0 auto;
    color: #fff;
}

.full-width-bg a {
    font-size: 14px;
    font-family: futura-pt;
    font-weight: bold;
    color: #fff;
    line-height: 54px;
    display: block;
    text-transform: uppercase;
}

.sub-content ul {
    width: 83.3333333333%;
    margin: 0 auto 20px;
}
.sub-content li {
    color: #939393;
}
.col-3-cta {
    padding: 0px 0 45px;
}
.col-3-cta img {
    max-width:100%;
}
.col-3-cta p {
    padding-top: 7px;
}

.col-3-cta a {
    font-size: 14px;
    font-family: futura-pt;
    font-weight: bold;
    color: #006325;
    line-height: 54px;
    display: block;
    text-transform: uppercase;
}

.cta-menu {
    background-image: url('../img/menu-cta-bg.png');
    text-align: center;
    padding: 75px 0 100px;
    border-top: 16px solid #006325;
    background-size: cover;
}

.cta-menu .cta-subhead, .cta-menu h2 {
    color: #fff;
    font-size: inherit;
}

.cta-menu h2 {
    margin-top: 0;
}

.menu-wrapper {
    width: 909px;
    margin: 63px auto 0;
}

.menu-item {
    width: 270px;
    background: #fff;
    height: 230px;
    display:inline-block;
    margin: 15px;
    position: relative;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-box-shadow: inset 0px 0px 0px 0px #006325;
    -moz-box-shadow: inset 0px 0px 0px 0px #006325;
    box-shadow: inset 0px 0px 0px 0px #006325;
}

.menu-item:hover {
    -webkit-box-shadow: inset 0px 0px 0px 10px #006325;
    -moz-box-shadow: inset 0px 0px 0px 10px #006325;
    box-shadow: inset 0px 0px 0px 10px #006325;
}

.item-contents {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 66px;
    left: 0;
    right: 0;
}

.item-contents img {
    opacity: .37;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.menu-item:hover .item-contents img {
    opacity: 1;
}

.item-contents p {
    color: #1a231e;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.menu-item:hover .item-contents p {
    color: #006325;
    font-size: inherit;
}



/*Warrant Search*/
#warrantDetailPanel, .inmate-container, .warrant-search, .jail-search-container {
    margin: 20px 0 100px 0;
}

/*.warrant-search label {
    padding-right: 5px;
    display: inline-block;
    width: 27%;
    text-align: right;
}*/
.warrant-search ::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.warrant-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555;
    font-size: inherit;
}

.warrant-search ::-moz-placeholder { /* Firefox 19+ */
    color: #555;
    font-size: inherit;
}

.warrant-search :-ms-input-placeholder { /* IE 10+ */
    color: #555;
    font-size: inherit;
}

.warrant-search :-moz-placeholder { /* Firefox 18- */
    color: #555;
    font-size: inherit;
}

.warrant-search .form-group {
    margin-right: 0;
}

.warrant-search input, .warrant-search select {
    max-width: 100%;
    width: 100%;
    height: 60px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.warrant-search select {
    background-image: linear-gradient(45deg, transparent 50%, #006325 50%), linear-gradient(135deg, #006325 50%, transparent 50%), linear-gradient(to right, #006325, #006325);
    background-position: calc(100% - 20px) calc(1em + 12px), calc(100% - 15px) calc(1em + 12px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
    cursor: pointer;
}

#warrants-grid a {
    color: #006325;
    font-size: inherit;
}

/*Warrant Detail*/
.warrant-section {
    border: 1px solid #006325;
    margin-bottom: 20px;
    background: #f5f6f5;
    padding: 20px 0;
}
.warrant-detail .field-label{
    font-weight:bold;
}
.warrant-detail textarea {
    width:100%;
}
.warrant-detail .btn {
    margin-bottom: 5px;
}

/*Newsletter Sign Up */
.newsletter .form-horizontal {
    border: 1px solid #999;
    padding: 20px 0 50px;
    margin: 50px 0 60px;
}
.newsletter .form-horizontal h3 {
    margin-top: 0;
    text-align: center;
}
.newsletter .form-wrapper {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
}
.newsletter .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 17%;
    padding-right: 20px;
}
.newsletter-email {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48%;
    margin-right: 4%;
    height: 60px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.newsletter-signup {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48%;
}



.jail-search-container a {
    color: #006325;
    font-size: inherit;
}
#inmate-profile img {
    max-width: 100%;
}

.jail-search-container input, .jail-search-container select {
    height: 60px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.jail-search-container .k-picker-wrap .k-input {
    height: 60px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}
.jail-search-container .k-icon, .jail-search-container .k-tool-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1em;
    height: 3em;
}
.jail-search-container .k-icon::before {
    margin: auto;
    width: 1em;
    height: 3em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 46px;
    bottom: 0;
    left: 0;
    right: 0;
}
.jail-search-container #jail-grid .k-icon, .jail-search-container #jail-grid .k-tool-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1em;
    height: 1em;
}

.jail-search-container #jail-grid .k-icon::before {
    margin: auto;
    width: 1em;
    height: 1em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}
.jail-search-container .k-link:link,
.jail-search-container .k-link:visited,
.jail-search-container .k-nav-current.k-state-hover .k-link {
    color: #006325;
    font-size: inherit;
}
.jail-search-container .k-draghandle.k-state-selected:hover,
.jail-search-container .k-ghost-splitbar-horizontal,
.jail-search-container .k-ghost-splitbar-vertical,
.jail-search-container .k-list > .k-state-highlight,
.jail-search-container .k-list > .k-state-selected,
.jail-search-container .k-marquee-color,
.jail-search-container .k-panel > .k-state-selected,
.jail-search-container .k-scheduler .k-scheduler-toolbar .k-state-selected,
.jail-search-container .k-scheduler .k-today.k-state-selected,
.jail-search-container .k-state-selected,
.jail-search-container .k-state-selected:link,
.jail-search-container .k-state-selected:visited,
.jail-search-container .k-tool.k-state-selected {
    color: #fff;
    background-color: #006325;
    border-color: #006325;
}

.jail-search-container select {
    background-image: linear-gradient(45deg, transparent 50%, #006325 50%), linear-gradient(135deg, #006325 50%, transparent 50%), linear-gradient(to right, #006325, #006325);
    background-position: calc(100% - 20px) calc(1em + 12px), calc(100% - 15px) calc(1em + 12px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
    cursor: pointer;
}
.jail-search-container .form-horizontal .checkbox, .jail-search-container .form-horizontal .checkbox-inline, 
.jail-search-container .form-horizontal .radio, .jail-search-container .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    min-width: 27px;
}
.jail-search-container .form-horizontal .control-label.booking-year {
    padding-top: 15px;
}
.jail-search-container .form-horizontal .booking-date {
    padding-top: 19px;
    text-align:left;
}

#inmate-profile span, #charge-list span, #aka-list span{
    font-weight: 700;
}
.charge, .aka-container {
    padding-bottom: 30px;
    border: 1px solid #006325;
    margin-bottom: 20px;
    background: #f5f6f5;
    padding: 20px;
}
.charge .col-md-3, .charge .col-md-9 {
    min-height: 28px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

footer {
    border-top: 16px solid #006325;
}
.footer-main {
    background: #0b3f1f;
    padding: 50px 0 40px;
}
.footer-main .container {
    padding: 0;
}
.footer-main h3 {
    color: #fff;
    font-size: 14px;
    font-family: futura-pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
}
.footer-main ul li {
    padding-bottom: 28px;
    display: block;
}
.footer-main a {
    color: #75857b;
    font-family: Open Sans;
    font-size: 16px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.footer-main a:hover {
    color: #fff;
    font-size: inherit;
}
.footer-main .contact-info a {
    color: #fff;
    font-size: inherit;
}
.footer-main .quick-links ul li {
    float: left;
    width: 50%;
}
.footer-sub {
    background: #0b3f1f;
    padding: 25px 0;
    border-top: 1px solid #006325;
}

.footer-sub p {
    color: #7c7f7d;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    width: 69%;
    margin: auto;
}
.nav-sitemap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.nav-sitemap > li {
    display: block;
    border-left: none;
}
.nav-sitemap.nav > li > a:focus, .nav-sitemap.nav > li > a:hover, .nav-sitemap .nav > li > a:focus, .nav-sitemap .nav > li > a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #006325;
}
.nav-sitemap .nav.nav-stacked {
    padding-left: 15px;
}
.nav-stacked ul, .sf-ml-m {
    margin-left: 25px;
}


.left-in {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    animation: come-in 1s ease forwards;
    -webkit-animation: come-in 1.5s ease forwards;
    -moz-animation: come-in 1.5s ease forwards;
    -o-animation: come-in 1.5s ease forwards;
}
.right-in {
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    animation: come-in 1s ease forwards;
    -webkit-animation: come-in 1s ease forwards;
    -moz-animation: come-in 1s ease forwards;
    -o-animation: come-in 1s ease forwards;
}
.down-in {
    transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -o-transform: translateY(250px);
    animation: come-in 1s ease forwards;
    -webkit-animation: come-in 1.7s ease forwards;
    -moz-animation: come-in 1.7s ease forwards;
    -o-animation: come-in 1.7s ease forwards;
}
.already-visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  animation: none;
  -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media screen and (max-width: 1510px) {
    .aux-left { margin-left: 172px; }
    .logo { width: 400px; top: -9px;}
    .logo img { max-width: 100%; }

    .search { padding: 33px 35px 37px 0; }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 7px;
        color: inherit;
    }
    .aux-nav a {
        white-space: normal;
        color: inherit;
    }

    .sheriff-img {height: 100%;}
    .sheriff-bg { background: #006325; height: 100%; }
    .sheriff-bg img {display: none;}
    .sheriff-headshot img {padding-left: 21px;}
}



.sfPageEditor .aux-left {
    max-width: 684px;
}
.sfPageEditor .aux-right {
    max-width: 169px;
}
.sfPageEditor .logo {
    max-width: 549px;
}

.sfPageEditor .btn {
    font-family: futura-pt;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: inherit;
    height: inherit;
    text-align: center;
    padding: 16px;
    border-radius: 2px;
    letter-spacing: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}
.RadDock .rdTable .rdTitleBar {
    height: 47px !important;
}

.RadDock .rdTable .rdTitleBar div {
    padding: 2px 0 0 59px !important;
    height: 43px !important;
    white-space: normal !important;
    text-overflow: inherit !important;
    overflow: visible !important;
}
.RadDock .rdTable .news-slide {
    display: none;
}
.RadDock .rdTable .news-slide:first-child {
    display: block;
}



@media screen and (max-width: 1500px) {
    .caret {
        display: inline-block;
        padding: 13px 40px 13px 22px;
    }
    .sub-navigation .navbar-nav > li {
        float: left;
        width: 300px;
    }
    .sub-navigation .dropdown-menu {
        display: none;
    }
    .sub-navigation .navbar-nav > li:hover > .dropdown-menu {
        display: none;
    }
    
}

@media screen and (max-width: 1300px) {
    .btn {
        line-height: 21px;
        width: auto;
        height: 53px;
    }
    .aux-left { margin-left: 81px; }
    .logo {
        width: 256px;
        top: 6px;
        left: -3px;
    }
    .search {
        padding: 33px 9px 32px 0;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px 5px;
        color: inherit;
    }

    .slider-header { font-size: 62px; line-height: 66px;}
    .sheriff-headshot img {padding-left: 0;}

    .alert-container { right: auto; }
    .alert-box { width: 98%; }
}
@media screen and (max-width: 1100px) {
    .cta-news-heading {
        margin-left: 62px;
    }
}
@media screen and (max-width: 991px) {
    .container {
        width: 720px;
    }
    .aux-header { font-size: 13px; }
    .aux-left { margin-left: 102px; }
    
    .logo { width: 316px; top: -4px;}

    .navbar-default { padding: 16px 0px 16px; }
    .navbar-toggle { display: block; }
    .container-fluid { padding-left: 0; padding-right: 0; }
    .navbar-collapse.collapse { display: none !important; }
    .sub-navigation .navbar-collapse.collapse {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }

    .navbar-nav > li {
        float: none;
    }
    .main-nav .caret {
        display: block;
    }
    .main-nav li.open .dropdown-menu {
        position: relative;
        top: auto;
        left: 0;
        z-index: 1000;
        display: block;
        float: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        margin-top: 2px;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: none;
        border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: none;
        background-clip: padding-box;
    }
    .main-nav .navbar-collapse {
        display: none !important;
    }
    .collapse.in { display: block !important; }
    .main-nav .collapse.in, .main-nav .navbar-collapse.in {
        display: block !important;
        position: absolute;
        right: 2px;
        background: #fff;
        z-index: 99;
        width: 349px;
        top: 82px;
    }
    .main-nav .navbar-nav {
        float: right;
        margin: 0;
        left: 39px;
        width: 100%;
    }
    .search {
        padding: 28px 9px 32px 0;
        position: absolute;
        right: 71px;
    }

    .home-slider { height: 577px; }
    .slider-header, .slider-subheading {
        max-width: 80%;
    } 
    .slider-content {
        margin: 47px auto 0;
        width: 90%;
    }

    .aux-nav li { padding-bottom: 25px; }
    .aux-nav img { padding-bottom: 10px; }

    .cta-sheriff { height: auto; }
    .sheriff-headshot {
        text-align: center;
        height: auto;
    }

    .sheriff-headshot img {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
    }
    .sheriff-content {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 40px 0px 60px 80px;
    }
    .cta-news-slider {
        background-image: url('../img/news-bg.png');
        height: auto;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 93px 0 93px;
    }
    .cta-news-heading {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 90px;
        max-width: 52%;
        padding-bottom: 40px;
    }
    .cta-news-slides {
        float: none;
        width: 80%;
        position: relative;
        top: auto;
        margin: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .news-block .news-image {
        max-height: 204px;
    }
    .cta-alerts { height: 800px; }
    .alert-container {
        padding: 80px 0;
        width: 88%;
        margin: auto;
        left: 0;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .alert-img-column { display: none; }
    .quick-links, .support-links { padding-bottom: 20px; }
    #inmate-profile img {
        padding-bottom: 20px;
    }

    .sub-navigation, .sub-navigation .navbar-default, navigation .navbar-nav, .sub-navigation .navbar-nav > li {
        width: 100%;
        z-index: 1;
    }
    .sub-navigation .navbar-nav {
        float: left;
        margin: 0;
        left: 39px;
        width: 100%;
    }
    .col-2-cta {
        display: block;
    }
    .right-img .img-col {
        text-align: left;
    }
    .col-2-cta.left-img .img-col, .col-2-cta.left-img .content-col {
        margin-right: 0;
        text-align: center;
    }
    .col-2-cta.right-img .img-col, .col-2-cta.right-img .content-col {
        margin-right: 0;
        text-align: center;
    }
    .img-col .row {
        margin:0;
    }
    .menu-wrapper {
        width: auto;
    }

    #back-inmate {
        float: none !important;
        display:block;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 875px) {
    .aux-left {
        margin-left: 25px;
    }
    .aux-left p:first-child {
        padding-right: 14px;
    }
}
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .navbar-nav > li:hover > .dropdown-menu {
        display: none;
    }
    .navbar-nav > li.open:hover > .dropdown-menu {
        display: block;
    }
    .aux-text { display: none; }
    .aux-left .fa-mobile {
        display: inline-block;
        font-size: 19px;
        padding-right: 5px;
        position: relative;
        top: 3px;
    }
    .navbar-default {
        padding: 16px 15px 16px;
    }
    
    .slider-content {
        margin: 0 auto 0;
    }
    .sheriff-content {
        padding: 70px 0px 90px 0px;
        width: 88%;
        margin: 0 auto;
        max-width: 100%;
    }
    .cta-news-slides { width: 92%; }
    .cta-news-heading {
        margin-left: 42px;
        max-width: 71%;
    }
    .news-img img { width: 100%; }
    .news-slide p { font-size: 14px; line-height: 24px; }
    #news-prev, #news-next { display: none !important; }
    
    .alert-container {
        right: 0;
        width: 88%;
        margin: auto;
        left: 0;
    }
    .cta-alerts { height: auto; }
    .alert-container { width: 93%; }
    .alert-box { width: 100%; }
    .alert-headings { display: none; }
    .mobile-bib {
        display: inline-block;
    }
    .alert-bid {
        padding: 6px 4px;
        width: 100%;
    }
    .alert-bid:nth-child(2n+1) {
        background: #f6f6f6;
    }
    .footer-main .container { width: 88%; }
    .logo-wrapper li {
        width: 20%;
        padding: 10px 0;
        height: 121px;
    }
    .cta-twitter-slider .slick-dots {
        bottom: -19px;
        position: relative;
    }
    .sub-hero-content {
        width: 85%;
    }
    .sub-navigation .navbar-default {
        padding: 0;
    }
    .full-width-bg p {
        font-size: 22px;
        line-height: 34px;
    }
    .menu-item {
        width: 200px;
        height: 170px;
    }
    .full-width-bg {
        background-image: url('../img/quote-bg.png');
        height: auto;
        position: relative;
        background-size: cover;
    }
    .full-width-bg .container {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 75px 0;
    }
    .footer-main ul li { 
        padding-bottom: 16px; 
    }

}
@media screen and (max-width: 767px) {
    h1 {
        font-family: futura-pt;
        font-size: 50px;
        line-height: 60px;
    }

    h3 {
        line-height: 40px;
    }
    .slider-header {
        font-size: 47px;
        line-height: 53px;
    }
    .sub-navigation .navbar-default {
        padding: 0 15px;
    }
    .cta-twitter {
        height: 100%;
    }
    .hero .slick-dots {
        width: auto;
        top: auto;
        right: 0;
        bottom: -5px;
        left: 0;
        margin: 0 auto;
    }
    .cta-twitter-container {
        position: relative;
         top: auto; 
         -webkit-transform: none; 
        -ms-transform: none;
         transform: none; 
    }
    .sub-navigation .dropdown-menu > li > a:hover {
        padding: 5px 15px 5px 25px;
    }
    .subpage-layout .sub-content p {
        width: 100%;
        margin: 0 auto 20px;
    }
    .subpage-layout .col-lg-12 {
        padding: 0;
    }
    .col-2-cta.left-img .img-col, .col-2-cta.left-img .content-col {
        margin-right:0;
    }
    .img-col, .content-col {
        padding-bottom: 50px;
    }
    .content-col h2 {
        margin-top: 0;
    }
    .content-col p {
        padding-top: 12px;
    }
    .col-3-cta .col-xs-12 {
        padding-bottom: 40px;
    }
    .polk-calendar .sf-calendarList-item {
        display: block;
    }
    .container.newsletter {
        padding: 0;
    }
    .newsletter .form-wrapper {
        display: block;
    }
    .newsletter-email {
        display: inline-block;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
    }
    .newsletter-signup {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        width: 100% !important;
        margin-top: 15px;
    }
}
@media screen and (max-width: 575px) {
    .cc-list-img img {
        max-width: 100%;
        float: none;
        padding: 0 20px 10px 0;
        display: block;
        margin: 0 auto;
    }
    .cc-list-details h3 {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        font-family: futura-pt;
        font-size: 35px;
        line-height: 45px;
    }
    .slider-header {
        max-width: 100%;
        font-size: 32px;
        line-height: 41px;
    }
    
    .aux-right {
        margin-right: 10px;
    }
    .aux-left {
        margin-left: 10px;
    }
    .aux-right a {
        padding-left: 10px;
        color: inherit;
    }
    .logo {
        width: 224px;
        top: 9px;
    }

    .aux-links {
        width: 50%;
        min-height: 157px;
    }

    .btn.btn-slider {
        height: 42px;
        line-height: 9px;
    }

    .sheriff-content {
        padding: 70px 0px 0px;
    }

    .btn-container {
        padding-bottom: 90px;
    }

        .btn-container .btn {
            width: 100%;
            margin-bottom: 15px;
        }

    .accreditation-logos {
        display: none;
    }

    .news-block-content {
        padding: 22px 32px 22px;
    }
    .sub-hero {
        height: 400px;
    }
    .footer-main .quick-links ul li {
        float: none;
        width: 100%;
    }
}
/*ADA Styles*/
.high-contrast-wrapper {
    position: relative;
    width: 100%;
    margin: -25px auto 0;
    left: 0;
    right: 0;
    text-align: center;
    background: white;
    top: 0;
    padding-top: 14px;
    border-top: none;
    z-index: 9;
    padding-top: 5px;
    border-bottom: 2px solid #006325;
    height: 52px;
    display:none;
}
.high-contrast-wrapper::after {
    content: "";
    background: white;
    display: block;
    height: 2px;
    width: 25px;
    position: absolute;
    right: -25px;
    top: 50px;
    border-bottom: 2px solid #006325;
    border-radius: 2px;
}
.high-contrast-wrapper::before {
    content: "";
    background: white;
    display: block;
    height: 2px;
    width: 25px;
    position: absolute;
    left: -25px;
    top: 50px;
    border-bottom: 2px solid #006325;
    border-radius: 2px;
}
.high-contrast-wrapper p {
    display: inline-block;
    color: #575757;
    display:none;
}
.high-contrast {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.high-contrast a {
    text-decoration: underline;
}
.high-contrast .aux-right a {
    color: #fff;
}
.high-contrast .btn {
    font-size: 16px;
}
.high-contrast .home-slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fffbda;
    background: -moz-linear-gradient(top, #001f2f 0%, #001f2f 51%, #001f2f 100%);
    background: -webkit-linear-gradient(top, #001f2f 0%,#001f2f 51%,#001f2f 100%);
    background: linear-gradient(to bottom, #001f2f 0%,#001f2f 51%,#001f2f 100%);
    opacity: .7;
}
.high-contrast-wrapper button.close {
    font-size: 22px;
    line-height: 1px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
    background: #0b3f1f;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    position: relative;
    right: -11px;
    float: none;
    top: 2px;
}
.high-contrast-wrapper button.close span {
    position: relative;
    top: -1px;
}
.high-contrast .cta-news-slider .slick-prev, .high-contrast .cta-news-slider .slick-next {
    background: #00EB56;
}
/*.btn.btn-green {
    background: #00EB56;
    color: #fff;
}*/
.high-contrast p, .high-contrast .news-slide p, .high-contrast .tweet-body, .high-contrast .sub-content li {
    color: #333;
    font-size: inherit;
}
.no-contrast {
    display:none;
}

.high-contrast .aux-text, .high-contrast .full-width-bg p {
    color: #fff;
    font-size: inherit;
}

.high-contrast .cta-news-heading .cta-subhead {
    color: #00E654;
    font-size: inherit;
}
.high-contrast .cta-twitter-container .cta-subhead {
    color: #5CFF98;
}
.high-contrast .jail-search-container a, .high-contrast .jail-search-container .k-link:link, .high-contrast #jobs-grid a, .high-contrast #warrants-grid a {
    color: #00521E;
}

.high-contrast .k-pager-wrap, .high-contrast .text-muted, .high-contrast .tweet-actions a {
    color: #000;
}

.high-contrast .hero .slick-dots li button::before {
    border: 2px solid #fff;
}
.high-contrast .news-content p, .high-contrast .news-content a {
    opacity: 1;
}
.high-contrast .icon-txt .icon-txt-pdf {
    background-color: #1a231e;
}
.high-contrast .icon-txt .icon-txt-doc, .icon-txt .icon-txt-docx {
    background-color: #1a231e;
}

.high-contrast .footer-main a, .high-contrast .footer-sub p, .high-contrast .contact-info p {
    color: #fff;
}
.high-contrast .footer-sub p {
    font-size: 14px;
    width: 88%;
    line-height: 22px
}
.high-contrast .sub-hero-content h1 {
    background: rgba(11, 63, 31, .9);
}
.high-contrast .sub-navigation .navbar-default .navbar-nav > li.dropdown > a {
    color: #00B843;
}
.high-contrast .navbar-default .navbar-nav > li > a {
    color: #1a231e;
}
.high-contrast .aux-nav img {
    display: block;
    margin: auto;
    opacity: 1;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    top: 9px;
    margin-left: 7px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #595959;
    -webkit-transition: .4s;
    transition: .4s;
    display:none;
}

.toggle-slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle-label {
    display:none;
}
.switch input:checked + .toggle-slider {
    background-color: #006325;
}

.switch input:focus + .toggle-slider {
    box-shadow: 0 0 1px #0b3f1f;
}

.switch input:checked + .toggle-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}