/* ==========================================================================
   custom styles
   ========================================================================== */
.pad-left {
	padding-left: 5px;
}


.alertMessage {
	color: #7450A0;
	line-height: normal;
	padding: 10px 0;
}

.pageContentBlock {
	margin: 40px;
}

.homeEventSection {
	background: #E5E5E5;
	margin-bottom: 40px;
}

.pageTitleBar {
	font-size: 2em;
	font-weight: bold;
	padding: 10px 15px;
	margin-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	background: #1FB9F6;
}

.nolink {
	cursor: default;
}

.half {
	width: 50%;
	float:left ;
}

/* ==========================================================================
	 Header
  ========================================================================== */

header {
	position: relative;
	background: url(/images/bluebar.jpg);
	width: 100%;
	border-bottom: solid 5px #fff;
}

.container.header {
	position: relative;
	background-color: transparent;
}

.logo {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1000;
}



/* ==========================================================================
 	 slideshow and header graphics
   ========================================================================== */
#graphic {
	position: relative;
	margin: 0 auto;
	/*background-color: #ebe7e7;*/
}

#graphic .container.graphic {
	position: relative;
	text-align: right;
}

.graphic_label {
	position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 1000;
  width: 100%;
	line-height: 1em;
	color: #fff;
}

.graphicTextContainer {
	width: 100%;
	float: left;
	background: url(/images/bluebar.png);
}

.headerText {
	padding: 30px;
	text-align: left;
	line-height: 1.4em;
	color: #28A2DC;
	font-size: 1.3em;
}

.flexslider {
	margin: 0px;
}

.flexslider ul li {
	padding-bottom: 0;
	position: relative;
	margin: 0;
}

.flexslider .container {
	position: relative;
	margin: 0 auto;
}

.flexslider .graphic {
	text-align: center;
}

.flexslider .graphic img {
	width: 100%;
	height: 100%;
}


/* ==========================================================================
	 wrapper
  ========================================================================== */
	#workingBox {
		width: 100%;
		background: #fff;
	}

	.content {
		padding: 20px 40px;
	}

	#meat {
		position: relative;
	}

	#sidebar-wrapper {
		float: right;
		width: 31%;
		height: 100%;
		overflow-y: auto;
		z-index: 1000;
		transition: all 0.4s ease 0s;
		color: #24aadf;
		line-height: 1.2em;
		overflow: visible;
	}

	#sidebar-wrapper p {
		margin-bottom: 15px;
	}

	#page-content-wrapper {
		float: left;
		width: 69%;
		min-height: 465px;
		margin-bottom: 20px;
	}

	#newsContent {
		padding-right: 40px;
	}

	h3:hover {
		cursor: pointer;
	}

	.catPanel {
		background: #ccc;
		padding: 10px;
	}

	.panel.hidePanel .catPanel  {
		display: none;
	}

/* ==========================================================================
 	 footer
   ========================================================================== */
footer {
	position: relative;
	width: 100%;
	padding-top: 0px;
	color: #fff;
	background: #272d34;
}

footer .container {
	margin: 0 auto;
	text-align: center;
}

footer ul {
	margin: 0;
}

footer ul li {
	list-style: none;
}

ul#footer > li, ul.footer li {
	margin: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: normal;
	position: relative;
	vertical-align: top;
}

ul#footer > li {
	width: 30%;
	color: #ACACAC;
	text-align: left;
}

ul#footer > li:last-child {
	width: 69%;
}

ul.footerNav {
	margin: 0 0 0 30px;
}

ul.footerNav  > li {
	text-align: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: normal;
	position: relative;
	vertical-align: top;
	width: 32%;
}

ul.footerNav ul {
	margin: 0 0 15px;
}

ul.footerNav ul li {
	padding: 0 0 0px 0px;
	margin: 0;
	line-height: 1em;
}

ul.footerNav ul ul {
	margin: 0 0 0 10px;
}

ul.footerNav li a, ul.footerNav li a:visited {
	color: #ACACAC;
	font-size: .8em;
	text-align: left;
	font-weight: normal;
}

ul.footerNav .main {
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}


ul#footer {
	margin: 30px 0;
}


ul.footer li {
	padding: 0px 5px;
	border-left: solid 1px;
	font-size: .8em;
	color: #6F6F6F;
	line-height: 1em;
}

ul.footer li a {
	color: #6F6F6F;
}

ul.footer li:first-child {
	border: none;
}



/* ==========================================================================
 	 Contact Form
   ========================================================================== */
form#contactForm {
	margin: 0px 0px 0 20px;
}

form#contactForm .control-group {
margin-bottom: 3px;
}

form#contactForm label {
	width: 20%;
}

form#contactForm input[type="text"] {
	width: 90%;
	margin: 2px 0;
	padding: 20px;
	border: none;
	border-radius: 0;
	background-color: #A4C8D9;
	color: #fff;
	font-size: 1.2em;
}

.emailDisclaimer {
	width: 50%;
	float: left;
	margin-top: 10px;
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 20px;
}


form#contactForm textarea {
	margin: 2px 0;
	border: none;
	border-radius: 0;
	padding: 20px;
	background-color: #A4C8D9;
	width: 90%;
	height: 100px;
	color: #fff;
	font-size: 1.2em;
}

form#contactForm select {
	background-color: #A4C8D9;
	color: #fff;
	width: 99.5%;
	border-radius: 0;
	border: none;
	height: 60px;
	text-indent: 10px;
	font-size: 1.2em;
}

a.buttonlink.contact, input.buttonlink.contact {
	display: block;
	padding: 10px 40px;
	background: #1FB9F6;
	border: none;
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.2em;
	float: right;
	margin-top: 20px;
	margin-right: 3px;
}

a:hover.buttonlink.contact, input:hover.buttonlink.contact {
	text-decoration: none;
	background: #105580;
	color: #fff;
}


#emailConfirmation {
	margin: 20px;
	font-size: 1.3em;
	color: #105580;
}

.valError {
	color: #FF5050;
}

/* ==========================================================================
Placeholder
   ========================================================================== */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}


input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
   color: #fff;
}




/* ==========================================================================
 	 web Nav
   ========================================================================== */
	 .navbar {
		margin-bottom: 0;
	}

	.navbar-inner {
		padding-left: 0;
		padding-right: 0;
		background-color: #11547F;
		background-image: none;
		border: none;
	}

	ul.nav li {
		margin-bottom: 0;
	}

	.navbar .nav > li > a {
		padding: 20px 10px;
		color: #fff;
		text-shadow: none;
		font-weight: 400;
	}

	.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #1FB9F6;
	}

	.navbar .nav li.dropdown > .dropdown-toggle .caret {
		border-top-color: #fff;
		border-bottom-color: #fff;
	}

	.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
		border-top-color: #fff;
		border-bottom-color: #fff;
	}

	.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
		border-top-color: #fff;
		border-bottom-color: #fff;
	}

	.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
		color: #fff;
		background-color: #1FB9F6;
	}

	.dropdown-menu {
		background: #1FB9F6;
		z-index: 1010;
	}

	.navbar .nav > li > .dropdown-menu:before {
		border-bottom: 7px solid #1FB9F6;
	}

	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		color: #fff;
		text-shadow: none;
		background: #1FB9F6;
	}

	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		box-shadow: none;
	}

	.dropdown-menu > li > a {
		color: #fff;
	}

	.navbar .btn-navbar,  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		background-color: #1FB9F6;
		background-image: none;
	}



/* ==========================================================================
 	 Home Elements
   ========================================================================== */

#newsBox {
	height: 450px;
}

#newsBoxContent {
	max-height: 400px;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	margin: 20px 40px;
}

ul.homeNewsList {
	margin: 0;
}

ul.homeNewsList li {
	text-align: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 1.1em;
	position: relative;
	vertical-align: top;
	width: 49%;
	height: 127px;
	font-size: .9em;
	color: #000;
	margin: 10px 0;
}

.homeNewsItem {
	margin-right: 20px;
	border-bottom: solid 1px #ACACAC;
	padding-bottom: 10px;
	height: 127px;
}

.newsThumb {
	width: 124px;
	height: 127px;
	margin-right: 20px;
	float: left;
}

ul.homeNewsList li h3 {
	margin-top: 0;
	padding-top: 0;
}

ul.homeNewsList li h3 a, ul.homeNewsList li h3 a:visited {
	color: #000;
	font-size: 1.1em;
}


::-webkit-scrollbar {
      width: 15px;
}

::-webkit-scrollbar-track {
      background-color: #fff;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
      background-color: #C7C7C7;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */


.grayFull {
	width: 100%;
	background: #E5E5E5;
	padding-bottom: 20px;
}

.contactSection {
	width: 100%;
	background-color: #31A2D9;
	padding: 50px 0 20px;
	color: #fff;
	background-repeat: no-repeat;
	background-image:  url(/images/tintedlogo.png);
	background-position:  calc(50% - 375px) 0;
}
.contactSection .container {

}

ul#qlinks {
	margin: 0;
}

ul#qlinks li {
	text-align: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 1.1em;
	position: relative;
	vertical-align: top;
	width: 33%;
}

.qlinkPhoto {
	position: relative;
	margin-bottom: 10px;
}

.qlinkTitle {
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin: 0px auto;
  background: url(/images/whitebanner.png);
  text-align: center;
  width: 97%;
	padding: 10px 0;
	color: #28A2DC;
	font-size: 1.1em;
	font-weight: bold;
}

.qlinkContent {
	margin: 5px;
	color: #000;
	font-size: .9em;
}


/* ==========================================================================
 	 Calendar
   ========================================================================== */

#calView {
	float: left;
	width: 40%;
}

#calDays {
	float: left;
	width: 60%;
}


.calendarBox {
	display: block;
	width: 316px;
	height: 354px;
	background: url(/images/calendarbox.png) no-repeat;
	margin: 20px 20px 0px;
	}

.calendarTitle {
	color: #fff;
	text-align: center;
	font-size: 1.6em;
	text-shadow: 1px 1px #000;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;
}

#calendar {
	margin: 0 10px;
}

#calendar .header {
	color: #000;
	font-size: 1.3em;
	padding: 0px 0 10px;
	text-align: center;
}

#calendar th.header {
	font-size: 1.5em;
	line-height: 41px;
	padding: 0;
	width: 193px;
}

#calendar td {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 30px;
}

a.calNav, input.calNav, input.calSearch {
	display: block;
	width: 45px;
	height: 41px;
	background: url(/images/calendararrows.png) no-repeat;
}

a.calNav.prev {background-position: 0 -42px;}
a:hover.calNav.prev {background-position: 0 0px;}

a.calNav.next, input.calNav.next, input.calSearch {background-position: -45px -42px;}
a:hover.calNav.next, input:hover.calNav.next, input:hover.calSearch {background-position: -45px 0px;}

input:hover.calSearch {
	cursor: pointer;
}

#calendar .event {
	background: #ccc;
}

#calendar .highlight {
	background: #F1ECEC;
}

#calendar .event a, #calendar .event a:visited {
	color: #000;
}

#calendarSearch {
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 10px;
  width: 316px;
  margin: 20px;
	padding: 2px 0;
}

#calendarSearch form {
	margin: 0;
}

#calendarSearch input {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
	border: none;
}

#calendarSearch input[type="text"] {
	line-height: 41px;
	height: 41px;
	padding: 0 5px;
	color: #000;
	font-size: 1.3em;
	width: 250px;
	box-shadow: none;
	margin-left: 5px;
}

#eventsBox {
	margin: 20px 20px 0px;
}

#eventsBoxContent {
	height: 400px;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	margin: 40px 0px 0 0px;
}

.calDayDate {
	width: 30%;
	float: left;
	color: #1FB9F6;
}

.calDateEvents {
	width: 70%;
	float: left;
}

.cDay {
	font-size: 2em;
	font-weight: bold;
	padding: 3px 0;
}

.cMonth {
	font-size: 1.6em;
	padding: 3px 0;
	font-weight: bold;
}

.cYear {
	font-size: 1.3em;
	padding: 3px 0;
	font-weight: bold;
}



#eventsBoxContent hr {
	width: 98%;
	margin: 20px 0;
}

/* ==========================================================================
 	 Police Departments
   ========================================================================== */

ul.groupItems li {
	text-align: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 1.1em;
	position: relative;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;

}

ul.groupItems li a, ul.groupItems li a:visited {
	font-size: 1.4em;
	padding: 20px 10px;
	display: block;
	background: url(/images/whitebanner.png);
	margin: 0px 10px;
	line-height: 1.em;
}

.backLink {
	margin: 10px 0 0;
	font-size: .9em;
	font-style: italic;
}


/* ==========================================================================
 	 News Items
   ========================================================================== */

ul.newsItems li {
	text-align: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 1.1em;
	position: relative;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;

}

ul.newsItems li a, ul.newsItems li a:visited {
	font-size: 1.1em;
	padding: 10px 10px;
	display: block;
	background: url(/images/whitebanner.png);
	margin: 0px 10px;
}

/* ==========================================================================
 	 Big Col/Little column
   ========================================================================== */

.bigColumn {
	float: left;
	width: 60%;
}

.smallColumn {
	float:right;
	width: 38%;
}

/* ==========================================================================
 	 Gallery
   ========================================================================== */

.owl-carousel .item img{
    display: block;
    width: auto;

}

.owl-carousel .item .caption {
    display: block;
    width: auto;
		padding: 10px 0;
		color: #000;
		text-align: center;
}

#sync1 .item{
  display: block;
	height: auto;
	margin: 0 4px;
}

#sync1 .item img {
	height: 400px;
	margin: 0 auto;
	border: solid 2px #000;
}

#sync2 {
	padding-bottom: 10px;
}

#sync2 .item{
  display: block;
	margin: 3px 4px;
}

#sync2 .item img {
	width: 100px;
	border: solid 2px #000;
}

/* ==========================================================================
 Police Socials
 ========================================================================== */

#socials {
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 1000;
}

ul.socials {
	margin-top: 0px;
}

ul.socials li {
  margin: 0;
  display: inline-block;
  zoom: 1;
	vertical-align: top;
	text-indent: -9999px;
}

ul.socials li a {
	width: 39px;
	height: 39px;
	display: block;
	background-image: url(/images/policesocialmedia.png);
	background-repeat: no-repeat;
}

ul.socials li a.facebook {background-position: 0 -39px;}
ul.socials li a:hover.facebook {background-position: 0 0px;}

ul.socials li a.twitter {background-position: -39px -39px;}
ul.socials li a:hover.twitter {background-position: -39px 0px;}

#notificationView { padding: 10px 0 40px;}
.valSuccess {font-weight: bold; font-style: italic; color: green;}


#manageTextOption {
	margin: 10px 20px;
	border: solid 1px #ccc;
	padding: 20px;
	float: left;
}

#notificationView input[type="checkbox"] {
	font-size: 2em;
	margin: 0px 0 2px 0;
}

.buttonLink {
	-webkit-appearance: none;
	border: none;
	color: #2480b2;
  font-weight: bold;
}

.buttonLink:hover {
	text-decoration: underline;
}

#notificationBody {
	all:unset;
}

table.subscriptions {
	border: solid 1px #eee;
	width: 100%;
	margin-bottom: 40px;
}

table.subscriptions td {
	padding: 5px 10px;
	border: solid 1px #eee;
}

table.subscriptions th {
	padding: 10px 15px;
	margin-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	background: #1FB9F6;
}

#history {
	margin: 40px 0;
}

#notificationSlideBanner {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 60%;
	z-index: 5;
}