.primary-bg-color{
	background-color: #FFD400;
}
.primary_font-color{
	color: #CDB971;
}

.secondary-bg-color{
	background-color: #F6EDCF;
}
.secondary-font-color{
	color: #F6EDCF;
}

.highlight-font-color{
	color:#ffcf01 !important;
}

.accent-bg-color{
	background-color:#282828;
}
.accent-font-color{
	color: #000;	
}

.red-bg{
	background-color: #932A01;
}
.red-font{
	color: #932A01;
}

.hoverWhiteFont:hover{
	color: #fff !important;
}

.hoverWhiteFont:hover{
	color: #fff !important;
}

.hoverBlackFont:hover{
	color: #000;	
}

.hoverGoldFont:hover{
	color:#FFD400 !important;
}

.hoverGoldBg:hover{
	background-color:#FFD400 !important;
}

.hoverPrimary-bg-color:hover{
	background-color: #CDB971;
}

h1,h2,h3,h4,h5,h6{ font-size: initial; }

/* Quick Classes */
.siteWidth {
	max-width: 1400px;
	width: 100%;
}

#offender-levels{
	display: block;
}

#expansion:hover{color:#FFFFFF !important;}

.show-at-medium-only,
.show-at-small-only { display: none; }

.row {max-width:none !important;}

.pointer {cursor: pointer;}
   
.center {margin-left:auto;margin-right:auto;}

.inlineBlock {display: inline-block !important;}

.inline {display: inline !important;}

.block {display: block;}

.relative {position: relative;}

.absolute {position: absolute;}

.clear {clear: both;}

.bold {font-weight: bold !important;}

.italic {font-style: italic !important;}

.uppercase {text-transform: uppercase !important;}

.noUnderline {text-decoration: none !important;}

.textCenter {text-align: center;}

.textRight {text-align: right;}
.textLeft {text-align: left;}

.size30 {font-size:30px;}
.size28 {font-size:28px;}
.size26 {font-size:26px;}
.size24 {font-size:24px;}
.size20 {font-size:20px;}
.size18 {font-size:18px;}
.size14 {font-size:14px;}

.inline-list {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 18px;
}

.inline-list li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
}
.padding-left{
	padding-left: 2rem;
}

#rotator-sheriff{
	z-index: 4;
    position: absolute;
    bottom: 0;
    right: 1%;
}

#rotator-sheriff img{
	width: 20vw;
}
/* ============================================================ 
		FONTS | COLORS | TRANSIONS/EFFECTS
   ============================================================ */
.text2 {font-size: 16px;}

.tbold {
	font-weight: bold !important;
	font-size:16px;
}

.text2 a {
	text-decoration: underline;
	color: inherit;
}

.tbold a {
	text-decoration: underline;
	color: inherit;
}

.text2 a:visited, 
.text2 a:link {color: inherit;}

.tbold a:visited, 
.tbold a:link {color: inherit;}

.ptitles {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color:#333333;
}

.search_titles {font-size:18px;}

.subtitles {
	font-size:24px;
	font-weight: 700;
	line-height: 1.0;
	color:#333333;
	font-style:italic;
}

.subheadings {
	font-size:30px;
	font-weight:400;
	text-transform:none;
}

.oswald {font-family: 'Oswald', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}

.condensed {font-family: 'Roboto Condensed', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}

.roboto {font-family: 'Roboto', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}

.gold-text{ color: #FFD400; }

.gold {background:#FFD400;}

.rounded-button{ border-radius: 5px }

.red {background:#A60000;}

.red-text {color:#98251e;}

/*.active {background:#FFD400;}*/

.stripes {
	background-image: linear-gradient(-45deg, #000000 25%, #333333 25%, #333333 50%, #000000 50%, #000000 75%, #333333 75%, #333333);
    background-size: 4px 4px;
}

.ease {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.zoom:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.cboxElement {margin: 10px;}


/* ============================================================
		CUSTOM STYLING
   ============================================================ */
body {
	background-color: #FFFFFF;
	color: #000;
	font-size: 16px;
	font-weight:400;
	font-family: 'Roboto', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.web_accessibility {
	display: inline-block;
	width: 128px;
}

.web_accessibility strong {
	position: relative;
}

.accessibility_icon, .contact_icon {
	max-height: 24px;
	max-width: 24px;
	margin-top: -5px;
}

#rotator_controls {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #4b3a1e;
    color: white;
    font-size: 18px;
    z-index: 3;
    padding: 10px 4px;
    box-shadow: 2px 0px 25px 0px #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#rotator_controls i {
    display: block;
    text-align: center;
    padding: 4px 0;
}
#rotator_right_btn {
    margin: 0 10px;
}
#rotator_pause {
    font-size: 14px;
}

#mobile-menu .fa-angle-right,
#mobile-menu .fa-angle-left{
	font-size:26px !important;
}

#disclaimer-container {
    margin: auto;
}

#header {
	color:#FFD400;
	width: 100%;
	position: absolute;
	z-index: 4;
	
	/*
		background: rgba(255,255,255,0.7);
		box-shadow: 0 0 13px 10px rgba(255,255,255,0.7);
	
		Maybe Someday this will be a thing we can do. IE/Edge fails us again
		-webkit-clip-path: polygon(100% 0, 100% 90%, 23% 90%, 20% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 90%, 23% 90%, 20% 100%, 0 100%, 0 0);
	*/
	
}

#header-right li{
	padding: 0 15px;
}

#dropdown-menu ul{
	column-count: 3;
}

#dropdown-menu ul li{
	padding: 0 15px;
	width: 230px;
}
#header-angle{
	height: 125px;
    position: absolute;
	fill: rgba(75,58,30,.9);
	top: 29px;
	left: -1px;
}

.facebook-svg img {
    content: " ";
	width: 25px;
	height: 25px;
	background: #FFFFFF;
/*	position: absolute;*/
	z-index: -1;
	top: 1px;
	left: 2px;
	border-radius: 14px;
}

.facebook-svg {
	width: 30px;
}

#skipToContent{position:absolute;left:-1000px}
a:focus {outline:1px solid #3297FD !important;}

#rotator-mobile-left-images{ display: none;position: absolute;}

#menu-trigger,
#desktop-search-trigger{
	cursor: pointer;
}

#header-badge,
.header-badge{
    vertical-align:top;
	position:relative;
	top:15px;
	font-weight: 900;
}

.appIcon{
	font-size: 30px !important;
	transform: rotate(180deg);
	vertical-align: bottom;
	display: inline-block;
	top: 5px;
    position: relative;
}

.state,
#state {
	display:inline-block;
	position:relative;
	top: 28px;
/*    right: -5px;*/
	max-width: 98px;
}

.state{
	width:98px;
}

#header-line{
	position: absolute;
	z-index: 3;
	width: 100%;
	height:20px;
	fill:none;
	stroke:#282828;
	stroke-width: 1px;
	top: 72px;
}

#index-header-thin-line{
	position: absolute;
    top: 55px;
    left: 0px;
	min-width:3450px;
}

#header a {text-decoration:none;}

.top-nav{
    position: relative;
    overflow: hidden;
    height: 30px;
	color: #fff;
}

.top-nav ul {
    margin: 0;
    text-align: right;
    list-style: none;
}

.top-nav li {
    display: inline-block;
    padding: 0 10px;
}

.fancyHover:hover:after{
	content: '';
    position: absolute;
    bottom: 3px;
    left: 10%;
    right: 0;
    width: 80%;
    height: 1px;
    transform: scaleX(1);
    background-color: #FFFFFF;
    transition: transform 0.3s;
}

#main-buttons img{
	max-height: 54px;
}

#main-buttons a:hover:after{
	content: '';
    position: absolute;
    bottom: -3px;
    left: 20%;
    right: 0;
    width: 60%;
    height: 2px;
    transform: scaleX(1);
    background-color: #000000;
    transition: transform 0.3s;
}

#main-body a:hover:after,
#interior-pre-footer a:hover:after{
	content: '';
    position: absolute;
    bottom: -3px;
    left: 10%;
    right: 0;
    width: 80%;
    height: 2px;
    transform: scaleX(1);
    background-color: #000000;
    transition: transform 0.3s;
}

#sign-up {
    width: 150px;
    height: 30px;
    float: left;
    color: #000000;
    text-align: center;
	margin-right: 40px;
}

#sign-up:after{
    content: "";
    position: absolute;
    left: 150px;
    border-bottom: 30px solid #932A01;
    border-right: 13px solid transparent;
    width: 20px;
    height: 0;
	top:0;
}

#phone-subheader {
	display: none;
	margin-top: 50px;
	width: 100%;
	height: 96px;
	background: #282828;
	color: #fff;
	padding: 30px 10px;
}

#phone-subheader div { display: inline-block;}
#phone-subheader div:first-of-type { 
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#phone-subheader div:last-of-type { 
	text-align: right; 
	font-size: 18px;
	float: right;
}

#phone-subheader div a {
	text-decoration: none; 
	line-height: 1;
}

#main-body ul,
#interior-pre-footer ul{
	list-style: none;
	margin: 0 auto;
	padding: 5px;
    text-align: center;
	font-size:18px;
}

#main-body ul li, 
#interior-pre-footer ul li{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 0 20px;
	position: relative;
}

.state-image,
#state-image{
/*	margin-top: 5px;*/
}
.state-name,
#state-name{
	position: relative;
    top: 5px;
    left: 10px;
	font-weight: bold;
	text-align: left;
}

#text_alerts{
	background-image: url("../images/alerts-text.png")!important;
	width: 283px!important;
	height: 160px!important;
	border:none !important 
}

#email_alerts{
	background-image: url("../images/alerts-email.png")!important;
	width: 283px!important;
	height: 160px!important;
	border:none !important 
}

.alerts-button span{
	display: none;
}

#mobile-top {
	position: fixed;
	z-index: 11;
	top:0;
	left:0;
	border: solid 1px #282828;
}

#mobile-fixed-bottom{
	display: none;
	position: fixed;
	z-index: 4;
	bottom: 0;
	left: 0;
}

#logo-heading,
#logo-heading2 {
	color: #FFD400;
    font-weight: 900;
    font-size: 35px;
    margin: 20px 0px 0 0px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	font-style: italic;
}

#logo-sub-heading {
	color:#282828;
	font-weight:bold;
	font-size:31px;
	text-transform:uppercase;
	margin:0 10px;
	display: inline-block;
}

#logo {margin-left:20px;}

#sidebar { 
	width:69px;
	background-color: rgba(40, 40, 40,.9);
	float: left;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
	height: 100%;
}

.top-nav li,
.mobile-top-nav li{
  position: relative;
  display: inline-block;
}


.searcher 
{
	display: none !important;
}

.top-nav a:after,
.mobile-top-nav a:after,
#main-buttons a:after,
#main-body a:after
#interior-pre-footer a:after
{
  content: '';
  position: absolute;
  bottom: 5px;
  left: 5%;
  right: 0;
  width: 90%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.mobile-top-nav{
	font-size: 18px;
	position:absolute;
	top: 20px;
	right: 20px;
}

.top-nav a,
.mobile-top-nav a{
	display:block;
	color:#fff;
	padding:5px 0;
	text-align:center;
}

#mobile-top {
	padding:0 5px;
	height: 50px;
}

#mobile-brown-bar{
	width:100%;
	z-index: 4;
	left: -1px;
	margin-top: 50px;
	padding: 9px 0 15px 0;
	background: #4b3a1e;
}

#mobile-search-bar,
#interior-search-bar{
	z-index: 4;
	left: -1px;
	width:100%;
	display: none;
	position: absolute;
}

#mobile-search-bar .search_button,
#interior-search-bar .search_button
{
	top: 2px;
	border-left: solid 1px black;
}

#mobile-search,
#interior-search{
	cursor: pointer;
    padding-left: 12px;
}

#mobile-search i{
	position: absolute;
	top:10px;
	left:50px;
}

#desktop-search-bar {
	position: absolute;
/*    left: 37%;*/
	left: calc(50% - 200px);
    top: 54%;
    z-index: 3;
}

.translateSVG {
    width: 24px;
    height: 24px;
    margin-top: -5px;
    vertical-align: middle;
}


#sticky-footer span{
    color: #FFD400;
}

.translateSVG .cls-1, 
.translateSVG .cls-2 {
    stroke: #FFD400;
    stroke-miterlimit: 10;
}

.translateSVG .cls-1 {
    fill: transparent;
}

.translateSVG .cls-2 {
    fill: none;
}

.translateSVG .cls-1, 
.translateSVG .cls-2 {
    stroke: #FFD400;
    stroke-miterlimit: 10;
}

.search_button{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 34px;
    width: 44px;
    border: none;
	border-left:1px solid #282828;
    color: #282828;
    background-color: #fff;
}

#query2 {width:420px;}

#mobile-rotator-shadow{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.65);
	position: absolute;
	z-index: 3;
	display: block;
}

#rotator-left-sidebar {display: none; position: absolute;}

#rotator-text{
	position: absolute;
	top: 35%;
    left: 15%;
    z-index: 3;
    color: white;
	font-size: 3vw;
	display: inline-block;
	line-height: 1;
	text-shadow: 2px 2px #000;
}

#rotator-text h2,
#rotator-text h3{
	display: inline-block;
	margin: 0px;
}

#menu-button {
	text-align:center;
	width:42px;
	cursor:pointer;
	margin: 10px auto;
	color:#fff;
}

.menu-bar {
	height:3px;
	background:#fff;
	margin-top:6px;
}

#sticky-footer-translate,
#sidebar-translate,
#footer-translate{
	cursor: pointer;
}

/* Google Translate */
#google_translate_element, 
#translate-sidebar-container, 
#footer-translate-container,
#sticky-footer-translate-container{
    height: 35px;
    overflow: hidden;
    margin: 0 !important;
	width: 200px;
	position: absolute;
    top: 62px;
    left: 70px;
	display: none;
	z-index: 3;
}


#half-trap-gold {
	border-top: 39px solid #FFD400;
    border-left: 35px solid transparent;
	display:inline-block;
	min-width:740px;
}

#mid-nav li {
  position: relative;
  display: inline-block;
}

#mid-nav a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 10%;
  right: 0;
  width: 80%;
  height: 1px;
  transform: scaleX(0);
  background-color: #000000;
  transition: transform 0.3s;
}
#mid-nav a:hover:after {
  transform: scaleX(1);
}

#mid-nav {
	color:#000000;
	position:absolute;
	top:47px;
	right:0;
	font-size:18px;
	font-weight:bold;
}

#mid-nav a {padding:6px 10px;}

#bottom-nav li {
  position: relative;
  display: inline-block;
}

#bottom-nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  width: 80%;
  height: 1px;
  transform: scaleX(0);
  background-color: #FFFFFF;
  transition: transform 0.3s;
}

#bottom-nav a:hover:after {transform: scaleX(1);}

#bottom-nav{margin-top:-5px;}

#bottom-nav a,
#bottom-nav span{padding:6px 10px;}

#bottom-nav span {
	padding-bottom:11px;
	cursor:pointer;
}

#mobile-911 {display:none;}
#menu-trigger {font-weight: bold;}

#dropdown-menu {
    position: absolute;
    z-index: 4;
    width: 55vw;
    height: auto;
    background-color: #282828;
    opacity: 0.9;
    color: #fff;
    top: 62px;
    right: -313px;
	font-weight: normal;
	display: none;
	border-top: 5px #FFD400 solid;
	padding:10px;
}


#menu-trigger:hover > #dropdown-menu{display: block;}

#menu-trigger:focus-within > #dropdown-menu{display: block;}

#dropdown-menu:focus-within{display: block;}

#dropdown-menu ul {list-style-type:none !important;}

#dropdown-menu a {padding:3px 0;}

#dropdown-menu a:hover:before,
#dropdown-menu a:focus:before

{
	content: '\f005';
	font-family:'Font Awesome 5 Free';
	color: #FFD400;
	padding-right:3px;
	font-size:12px;
	font-weight: 600;
}
#mobile-search-share,
#search-share {
	background:#000000;
	color:#FFD400;
}

#mobile-search-share {display:none;}

.share-button:after,
#mobile-911 a:after{
	content: ''!important;
	position: static!important;
	bottom: 0!important;
	left:0!important;
	right:0!important;
	width:0!important;
	height:0!important;
	transform: none!important;
	background-color: none!important;
	transition: none!important
}

.share-button:hover:after,
#mobile-911 a:after {transform:none!important;}

.search-container {
	font-size:28px;
	width:75px;
	text-align:center;
}

.search-container i{cursor:pointer;}

.search-box-cont {
	display: none;
	position: absolute;
    z-index: 4;
    left: -180px;
}

.search-box-cont i {font-size:14px;}

form[name=form_search] {
	border: 1px solid #555;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap !important;
}

.search-input {
	border: none !important;
	box-shadow: none !important;
	font-size:11px;
	font-style:italic;
	padding-left:3px !important;
	position:relative;
	height:30px !important;
	margin-bottom:0 !important;
	min-width:175px !important;
	max-width:250px !important;
}

.search-button {
	padding:0;
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.search-submit {
	position:absolute;
	top: 0px;
	right: 10px;
}
.share-container {
	text-align:center;
}

.share-container img {
	position:relative;
	top:-3px;
}

.hoverZoom:hover { transform: scale(1.03); }

#motto {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	border-bottom: 3px solid #FFD400;
}

#motto span {
	font-weight:bold;
	font-size:20px;
	margin-right:15px;
}

#latest-news-container section:last-of-type {
	margin-top: 15px;
}

#latest-news-container {border:none;}

#main-buttons {
	text-align:center;
	color:#4b3a1e;
	font-weight:bold;
    background-color: #f6edcf;
	padding-top: 12px;
    padding-bottom: 8px;
}

#main-buttons li {
	min-height:100px;
	padding:0;
}

#main-buttons a {
	color: #4b3a1e;
	border-left: solid 1px #4b3a1e;
	text-decoration: none;
	position:relative;
	display:block;
}
#main-buttons li:last-of-type a {
	border-right: solid 1px #4b3a1e;
}

#main-buttons li:nth-child(4) a {
	border-right: 1px solid #4b3a1e;
}
#main-buttons li:nth-child(5) a {
	border-left: none;
}

#main-buttons > ul > li > a > div {
    min-height: 61px;
}

#special-alert {
	font-size:26px;
	margin-top:10px;
}

#main-body h1 {
	margin:10px 0 0 0;
	line-height:1;
	color: #282828;
}

#main-body h2 {
	margin:0;
	line-height:1;
	color: #282828;
}

.home-body-headings {
	color: #282828;
}

#main-body .text2 {line-height:1;}

#home-left,
#home-middle,
#home-right {padding:0 10px;}

/*#home-left {padding-left: 80px;}*/
#home-right {float:right; padding-top: 45px;}

.home-box {
	position:relative;
	margin-bottom:15px;
	font-size:24px;
	background-color: #282828;
	border-radius: 5px;
}

#mobile-banner {display:none;}

#message-from,
#submit-text {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 65px;
    left: 20px;
	z-index: 3;
}

.message,
#submit-text {color:#FFD400;}

.message:hover,
#submit-text:hover {color:#FFFFFF;}

.phone-text,
#email-text {color:#FFFFFF;}

.phone-text:hover,
#email-text:hover {color:#FFD400;}

#submit-crime-tip {z-index:10;}

#tips-number {
	font-size:24px;
	font-weight:bold;
	position:relative;
	bottom:5px;
	color:#FFFFFF;
}

#association-links {
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
/*	padding-left:80px;*/
}

#association-links a {
	text-decoration:none;
	display:block;
}

#association-link-3 img {
/*	width: 26%;*/
}

#association-link-1 img,
#association-link-2 img,
#association-link-4 img
{
/*	width:24%;*/
}

.association-link-1, .association-link-2 {
    margin-bottom: 15px;
}

#association-links img {
    height: 70px;
}

#crime-tips-bar {
	font-size:28px;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
}

.sticky-footer-interior {
	margin: 10px 0 0 0;
}

/*
.footer-icons{
	width:100px;
}
*/

#sticky-footer {
	display: none;
	position: fixed;
	bottom: 0px;
	left:0;
	height: 60px;
	z-index: 10;
	width:100%;
	padding: 4px;
	background: #282828;
}

#footer {
	background:#4b3a1e;
	color:#FFFFFF;
	padding-top:10px;
}

#footer-nav a {
/*	display:block;*/
	margin:2px 0;
	text-decoration:none;
}

#footer-nav a:hover {text-decoration:underline;}

#social-icons {
	font-size:30px;
	display: inline-block;
}

#social-icons a {
	margin-left:10px;
	position:relative;
	z-index:2;
	top: 12px;
}

.sidebar-social {
	font-size: 40px;
	color:#fff;
	position: absolute;
	left:17px;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: normal;
    vertical-align: middle;
    top: -3px;
}
#home-square {
	color:#F6EDCF;
}
#home-icon {
	font-size: 26px;
    top: 2px;
	color:#282828;
}



#social-icons-tablet-footer a {
	font-size: 30px;
}

#facebook-icon-tablet-footer:hover {
	color: #1877f2;
	position: relative;
	z-index: 1;
}

#youtube-icon:hover {color:#bb0000;}
#youtube-icon:hover:before {
	content: " ";
    width: 12px;
    height: 14px;
    background: #FFFFFF;
    position: absolute;
    bottom: 12px;
    left: 10px;
    z-index: -1;
}

#twitter-icon-tablet-footer:hover {
	color:#1DA1F2;
	position: relative;
	z-index: 1;
}
#twitter-icon-tablet-footer:hover:before {
	content: " ";
	width: 23px;
    height: 21px;
	background: #FFFFFF;
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 1px;
}

#linkedin-icon:hover {
	color:#0077B5;
	position: relative;
	z-index: 1;
}


#linkedin-icon:hover:before {
	content:" ";
	width:20px;
	height:23px;
	background:#FFFFFF;
	position:absolute;
	bottom:6px;
	left:3px;
	z-index:-1;
}

.fa-stack:hover #home-square {
	color:#1a975d;
}

.fa-stack:hover #home-icon {
	color:#ffffff;
}




#bjm-logo {text-align:right;}

#wrapper {width:100%;}

#interior {
	padding:10px 0;
	min-height:650px;
	padding-top: 180px;
    padding-left: 80px;
}


#lm_main_page {
	color: #fff;
	padding:10px;
	font-weight:bold;
	font-size:20px;
	margin-top:8px;
	display:block;
	text-decoration:none;
	background-color: #000;
}

.lm_sub_page {
	display:block;
	text-decoration:none;
	border-bottom: 1px solid #000;
	padding:10px;
	font-weight: bold;
}

.lm_sub_page a
{
	display: block;
	padding:10px;
}

.lm_sub_page:hover, .lm_sub_page:focus {
	border-radius: 4px;
	background-color: #FFD400;
	text-decoration: underline;
}

#menu-button-mobile,
#menu-button-mobile2{
	padding:7px 0;
	max-width:40px !important;
	cursor: pointer;
	display: inline-block;
    width: 50px;
}

.menu-bar-mobile {
	height:4px;
	margin-top:4px;
}

#mobile-menu {
	padding:20px 0;
	color:#FFFFFF;
	width:100% !important;
	max-width:300px !important;
    background: #4b3a1e;
	/*
		background: -moz-linear-gradient(left, #282828 70%, #1b1b1b 100%);
		background: -webkit-linear-gradient(left, #282828 70%,#1b1b1b 100%);
		background: linear-gradient(to right, #282828 70%,#1b1b1b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1b1b1b',GradientType=1 );
	*/
	display: none;
}

#mobile-menu li {border-bottom:2px solid #000000;}

#mobile-menu li:hover, #mobile-menu a:focus, #mobile-menu span:focus {
    background: #000000;
}

#mobile-menu span {
    cursor: pointer;
}

#mobile-menu i {
	font-size:20px;
	color:#FFD400;
}

.back {
	display: block;

	padding:10px 0 10px 20px;
}

#mobile-menu a,
#services-link {
	text-decoration:none;
	padding:10px 0 10px 20px;
}

#services-pages {display:none;}

.no-hover-color:hover {
	background-color: inherit !important;
	border-bottom: none;
}

.close-menu {
	padding:0 0 5px 20px;
	color:#ffffff;
}

.close-menu i {
	cursor: pointer;
	font-size:32px !important;
}

#left-menu-heading {
	background:#000000;
	color:#FFFFFF;
	padding:10px;
	font-weight:bold;
	font-size:20px;
	margin-top:8px;
}

#left-menu a {text-decoration:none;}

.left-menu-sub a {padding:10px;}

.left-menu-sub {border-bottom:1px solid #000000;}

.left-menu-sub:hover {
	background:#FFD400;
	text-decoration:underline;
}

.left-menu-sub:last-child {border:none;}

.bif_button,
.bif_toggle button,
.bif_toggle input,
#submit {
	font-weight:400 !important;
	font-size:16px;
	width:100%;
	max-width:310px;
	padding:5px;
	margin-top:5px;
}

#results {word-wrap:break-word;}

#cboxTitle {display:none !important;}

/* YouTube Embed */
#youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 ratio */
	padding-top: 50px;
}

#youtube iframe,
#youtube object,
#youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* CMS styles */
#cms-content {}
#cms-body-content{padding-top:5px;}

.disclaimer-text p {
	margin:0;
	padding-bottom:10px;
}

#copycred { text-align: left; }

.mid-laptop-break { display: none; }

#siteMapBreak { display: none; }

#footer-logo-left {border-right: 1px solid white;}

.state-map-svg { height: 88px; }

.wanted_slide { left: 0 !important; }

.btn, #submit, #cms-content input[type=submit] {
    font-weight: 400 !important;
    font-size: 16px;
    width: 100%;
    max-width: 303px;
    padding: 5px;
    margin: 5px 0 5px 0 !important;
}

@media screen and (min-width: 90em)
{
	#interior-search-bar {
		z-index: 4;
		right: 10px;
		left: auto;
		width: 25%;
		display: none;
		position: absolute;
		top: 99px;
	}
}


/* Xlarge - Desktop */
@media (max-width: 90.0em) 
{
	
	
	.hide-early {display:none !important;}
	#mid-nav {top:9px;}
	#bottom-nav #seach-container,
	#bottom-nav .share-container {display:block;}
	#bottom-nav ul {width:400px;}
	#bottom-nav .share-container {margin-top:6px;}
	#search-share {
		position: relative;
		top:1px;
	}
	
	.search-box-cont {
		top:77px;
		right:75px;
	}
		
	.mobile-top-nav {display:block;}
	#desktop-911 {display:none;}
	#mobile-911 {display:inline-block;}
	#home-link {display:none !important;}
}

/* Desktop Sizes*/
@media screen and (min-width: 1025px) and (max-width: 90.0em)
{
	#map-trigger {
		display: none !important;
	}
	
	.state-map-svg { height: auto; }
	#sticky-footer{ display: block; }
	#sticky-footer > div div { margin-top: 0px !important; }
	#mobile-search { display: none !important; }
	#main-buttons li:first-child a { border-left: none; }
	#main-buttons li:last-child a { border-right: none; }
	#footer > div > div:nth-child(1) > div { text-align: center; }
	#footer-logo-left {border-right: none; }
	#footer-nav div{ text-align: center; }
/*	#footer-nav div:first-of-type{ margin-bottom: 20px; }*/
	#footer > div > div:nth-child(1) > div{ margin-top: 10px; }
	
	#desktop-search-bar { top: 63%; }
	.state-name{ display: none; }
	
	#header-badge, .header-badge { top: 15px; }
	#rotator > ul{	margin-top: 176px;	}
	#copycred { padding-left: 10px; }
	#bjm-logo { padding-right: 10px; }
	#interior {	padding-top: 200px; }
	#footer { 
		padding-top: 0px;   
		padding-bottom: 60px;
	}
}

/* Medium - Tablet */
@media (max-width: 64.0em) {
	
	.state-map-svg { height: auto; }
	.state-name { display: none; }
	#footer-nav > div div{ margin-top: 10px; }
	#footer-logo-left { border-right: none; }
	
	#main-body,#interior-pre-footer{ display: none; }
	#main-buttons li {
		min-height: 95px;
		margin-bottom: 10px;
	}
	
	#main-buttons ul li:nth-child(-n+3) { border-bottom: solid 1px #4b3a1e; }
	#main-buttons ul li:last-of-type a { border-right: none; }
	#main-buttons ul li:nth-child(3n+1) a { border-left: none; }
	
	#header-angle { display: none; }
		
	#right_nav { border:none; }
	
	#mobile-brown-bar { display: block; margin-top: 50px; padding: 5px 0px 15px 0;}

	#copycred { text-align: center; }
	#association-links { padding-left: 0}
	#interior {
		padding-top: 30px; 
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#rotator-sheriff img { width: 25vw; 	}
	
	#home-left { padding-left: 10px; }
	#footer { text-align: center; }
	.hide-at-medium { display: none; }
	.show-at-medium-only { display: block; }
	
	#footer-nav > div > div { padding: 0; }
	
	#rotator-left-sidebar {
		display: inline-block;
		/* top:130px; */
		left: 50px;
		top: 85%;
    	transform: translateY(-79%);
	}
	
	#rotator-state-name {
		left: 89px;
		bottom: -15px;
		color: white;
		position: absolute;
		text-shadow: 2px 2px #000;
	}
	
	#rotator-text {
		left: 50px;
		font-size: 30px;
		z-index: 3;
		top: 45%;
   		transform: translateY(-76%);
	}
	
	#rotator-text em {
		font-size: 3vw;
	}
	
	.feed-items {height: 400px;}
	
	#home-middle {padding:20px 10px;}
	
	#sticky-footer {display: block;}
	
	#social-icons-tablet-footer {
		display: block;
	}
	
	#latest-news-container section {
		width: 49%;
		display: inline-block;
	}

	#latest-news-container section img {
		width: 180px;
	}

	.feed-items div {
		text-align: center;
		margin-bottom: 10px;
	}
	
	#mobile-top {display:block !important;}
	
	#mobile-rotator-shadow {
		display: block;
	}
	
	#sidebar, #logo, .flex-direction-nav {
		display: none;
	}
	#header {
		position: static;
	}
	
	#main-buttons {
		padding-top: 15px;
		padding-left: 0px;
		box-shadow: 0px 6px 5px #888888;
	}
	
	#logo {text-align:center !important;}
	
	#logo .left {
		float:none !important;
		display:inline-block;
	}
	
	.search-box-cont {
		top:2px;
		right:125px;
	}
	
	.search-container {width:35px;}

	.home-box {border-radius: 0px;}
	
	#home-right {padding:0;}
	
	.feed-items {padding:20px;}
	
	#poll-title {margin-top:20px;}
	
	#social-icons {
		float:none;
		display:block;
		margin:10px 0 0 0;
	}
	
	#copycred,
	#bjm-logo {text-align:center;}
	
	#bjm-logo {margin-top:10px;}
	
	.top-nav,
	.middle-nav {display:none !important;}
	
	#mobile-search-share {display:inline-block;}
	
	#header-right {display:none;}
	
	#menu-button {display:block;}
	
	#association-link-1,
	#association-link-2 {margin-bottom:15px;}
	#footer {padding-bottom: 70px;}
	#copyred {border-top: solid 1px #fff;}
	#siteMapBreak {display: inline;}
	#siteMap {display: none;}
	
/*	#mobile-brown-bar img{height: 80px;}*/
	.state {top:28px;}
	#logo-heading,#logo-heading2 {font-size: 26px; margin: 20px 0 0 0px;}
	
	#copycred {padding-left: 10px}
	#bjm-logo {padding-right: 10px}
}
 
/* Small - Mobile */
@media (max-width: 40.0em) 
{
	#association-links img {
		height: 50px;
	}
	
	#main-buttons li:nth-child(4) a {
		border-right: none;
	}
	
	#bodyContainer caption {display: inherit;}
	
	.state {width: 70px; height: 100%; top: 28px;}
	/*#association-link-3 img { margin: 10px 0; }*/
	/*#mobile-brown-bar img{width: 70px;}*/
	.header-badge {width: 70px;}
	#logo-heading,
	#logo-heading2 { 
		font-size: 25px; 
		margin: 15px 0px 0 0px;
	}
	.hide-at-small {display: none;}
	.show-at-small-only {display: block;}
	
	#rotator-sheriff img {
		display: inline-block;
		width: 25vw;
	}
	
	.feed-items { height: auto; }
	
	#main-body h1 { width: 70%; }
	#main-buttons {	box-shadow: 0px 6px 5px #CDB971; }
	
	#rotator-mobile-left-images{ display: block;}
	
	#rotator { margin-top: 0; }
	#crime-tips-bar{ border-bottom: solid 1px #fff; }
	
	#phone-subheader { display: block; }
	#rotator-left-sidebar {
		top: 40%;
		transform: translateY(-50%);
		left: 5px;
	}
	
	#rotator-text { display: none; }
	
	.small-hidden { display: none; }
	


	#latest-news-container section {
    	width: 100%;
    	display: block;
	}

	#message-from,
	#submit-text {
		font-size: 26px;
		left: 10px;
	}

	#tips-number {font-size:18px;}
	
	#mobile-banner {display:block;}
	
	#motto {display:none;}
	
	#logo-image {width:215px;}
	
	.img-column {
		text-align:center;
		padding-bottom:10px;
	}
	
	.alerts-button {margin-bottom:10px;}
	
	#interior {min-height:0; padding-top: 15px;}
	
	#association-links {border:none;}
	
	#main-buttons ul {
		padding-top: 10px;
	}
	#main-buttons ul li a{
		border-left: none;
		border-right:none;
	}
	
	#main-buttons ul li:nth-child(-n+4) {
		border-bottom: solid 1px #4b3a1e;
	}
	#main-buttons ul li:nth-child(2n+0) a {
		border-left: solid 1px #4b3a1e;
	}
	
	#main-buttons li {
		min-height: 100px;
		text-align: center
	}
	
	.feed-items {
		padding-bottom:10px;
		border-bottom:2px solid #999999;
	}

}

@media (max-width:48em) 
{
	#bodyContainer caption {
		display: inherit;
	}
}

@media (max-width:1025px) and (min-width:1025px)
{
	.top-nav {display: inline-block !important;}
}

@media (max-width: 360px) 
{	
/*	#association-link-3 img { margin: 25px 0; }*/
	#logo-heading,
	#logo-heading2 
	{
		font-size: 20px;
		margin: 0 0px;
		margin-top: 15px;
		margin-right: 0px;
	}
	
/*
	.footer-icons {
   		width: 90px;
	}
*/
}

/*  =========================================
		FOR RESPONSIVE TABLES 
	========================================= */

@media only screen and (max-width: 40em),
(max-device-width: 48em) {

	table, thead, tbody, th, td, tr { 
		display: block; 
		width:100% !important;
		height:auto !important;
	}
	
	table {padding-bottom:1em;}
	
	td { 
		border: none;
		position: relative;
		padding: 2% 0 2% 1% !important;
		width:100% !important;
		height:auto !important;
		text-align: center !important;
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	td:after {content:" "; clear:both;}

}