﻿/* CDN Fonts for now */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css');
@import url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css');



/* SP Online */
#status_preview{display: none;}
#status_previewctl00_ctl36{display: none;}
/* end of SP Online */

html,body{
    height:100%;
}
body {
    font-family: "Open Sans", sans-serif;
    height: 100%;
    margin:0;
    padding:0;
}
a {
    color:#005bbb;
    cursor: pointer;
	word-break:break-word;
    -ms-word-break: break-word;
}
.breakall li{ -ms-word-break: break-all; }

.row-nomar{
  margin-right: 0px;
  margin-left: 0px;
}

.toppad {
    margin-top:20px;
}
.min-tall {
    min-height: 500px;
}
.well {
    background-color: #f1f1f1;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

.row.vdivide [class*='no-vdivide']:not(:last-child):after {
    width:0px;
    background: transparent;
}

/* Colors */
.blue {
    color: #005bbb;
}

/* Font Sizes */
.smaller {
    font-size: 13px;
}

/* Table */
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table-striped.table-striped-reverse>tbody>tr:nth-child(odd)>td, 
.table-striped.table-striped-reverse>tbody>tr:nth-child(odd)>th {
   background-color: #fff;
}
.table-striped.table-striped-reverse>tbody>tr:nth-child(even)>td, 
.table-striped.table-striped-reverse>tbody>tr:nth-child(even)>th {
   background-color: #f5f5f5;
}

.noliststyle ul {
    list-style: none;
    padding-bottom: 20px;
}
.btn {
    border-radius: 0px;
}

.btn-primary {
  background-color: #005bbb;
  border-color: transparent;
}

.btn-primary:hover {
  background-color: #4084cc;
  border-color: transparent;
  }

/* Social Icons */

.social-icons ul {
    list-style: none;
    margin:0;
    padding:0;
}
.social-icons ul li {
    float:left;
}
#topbar .social-icons ul li {
    width:22px;
    margin-left:8px;
}
footer .social-icons ul li {
    width:18px;
    margin-right:4px;
    margin-top:5px;
}
.social-icons a {
    text-decoration: none;
}
.social-icons {
    margin:15px 0px;
    text-align: right;
    display: inline;
}
#topbar .social-icons {
    float:right;
    z-index: 1;
    position: relative;
}

#topbar .dpd-social .col-xs-12.col-md-12 {
    padding-left:0px;
    padding-right:0px;
}

#featured .social-icons ul {
    text-align: center;
}
#featured .social-icons ul li {
    text-align: center;
    width:40px;
    margin:1px 5px 1px 5px;
    float:none;
    display: inline-block;
}


/* Header */
#translate {
    margin:5px 0px;
    text-align: right;
}
#topbar .cod-logo {
    height: 32px;
}
#topbar .fa {
    color:#005bbb;
}
#cod-btn .btn {
  padding: 0px 0px;
}
#cod-btn .btn-default {
  color: #333;
  background-color: #fff;
  border-color: transparent;
}
#cod-btn.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cod-btn .btn:active,
#cod-btn .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cod-btn .dropdown-menu {
  border: 0px solid #ccc;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: 0px;
}
#cod-btn .dropdown-menu>li>a {
  color: #005bbb;
}
#cod-btn .dropdown-menu>li>a:hover {
    background: #005bbb;
    color:#fff !important;
}
#topbar #cod-btn:hover .fa, #topbar #cod-btn.open .btn:focus .fa {
    color:#172645;
}
#nav, #footer {
    color:#fff;
    background: #172645;
}

#nav {
  /*This is used with the default DPDInternet/DPDInternet (DPD Internet Master Page) master page.   
  background: url('/PublishingImages/badge-glow.png') #172645 no-repeat 10% 0;
  */


  /*This is used with the DPDInternet/DPDInternet_v2 (DPD Internet Master Page with Join DPD button in header) master page.*/
  background: url('/PublishingImages/badge-glow-joindpd.png') #172645 no-repeat 10% 0;

}

#nav .col-md-4, .col-md-12.dpd-search, .col-md-3.dpd-search {
	padding-left:0px;
	padding-right:0px;
}
.dpd.navbar {
    margin:5px 0px;
}
.dpd-logo.navbar-brand img {
    width:40%;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.dpd-logo.navbar-brand {
    padding:0px;
}
.logo-text {
    margin:25px 0px;
}
.logo-text h3 {
    display: inline;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-weight: normal;
    color:#fff;
}

/* Search Bar */
.search-icon .navbar-form .input-group .input-group-btn {
    width:1%;
}
#topbar .navbar-form {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-icon {
    text-align: right;
    display: inline;
    z-index: 1;
    position: relative;
}
.search-icon .col-md-4, .nopad {
  padding-right:0px;
  padding-left: 0px;
}
.search-icon .form-control {
  border-radius: 15px;
  border: none;
  height:32px;
}
.search-icon .btn {
    border-radius: 15px;
    border:none;
    height:32px;
    z-index: 1;
    position: relative;
}
.ms-srch-sb > .ms-srch-sb-navLink{
	display:none !important;
}

/* Nav */
#menu .col-xs-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar {
    margin:0px;
    border: 0px solid transparent;
}
.navbar {
  border-radius: 0px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggle {
    border-color:#ccc;
    color:#fff;
    margin-top:15px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #005bbb;
  border-color:#005bbb;
}
.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    background: #005bbb;
    color:#fff;
}
.nav>li>a {
  padding: 1px 8px;
  font-size:1.2em;
  border-right:1px solid #005bbb;
  font-weight: normal;
}
.nav>li>a:hover {
    background: none;
}
.nav>li:last-child a {
    border-right: none;
}

/* Backgrounds */
#welcome {
    background: url('/PublishingImages/bg-1.jpg') center;
    background-size: cover;
    /*min-height:400px;*/
    padding-bottom: 50px;

}
#quote {
    background: url('/PublishingImages/bg-2.jpg') center;
    background-size: cover;
    min-height:150px;
}
#featured {
    background: url('/PublishingImages/bg-3.jpg') center;
    background-size: cover;
    min-height:300px;
    padding:25px 0px;
}
#news {
    background: url('/PublishingImages/bg-4.jpg') center;
    background-size: cover;
    min-height:500px;
}

/* Section 1 */
#dpd-reports, #chief-box {
    background: rgba(0,91,187,0.4);
    width:75%;
    position: relative;
    height:100%;
}
#dpd-reports h3, #chief-box h3 {
    color:#fff !important;
    text-shadow: 2px 2px #444;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    z-index: 60;
}
#dpd-reports {
    text-align: center;
    margin-top:50px;
    padding:10px 20px;
}
#dpd-reports .btn, #chief-box .btn {
    border-radius: 0px;
    background: rgba(255,255,255,0.7);
    border-color: transparent;
    margin:8px 0px;
    font-weight: 700;
}
#dpd-reports .btn {
    display: block;
}
#dpd-reports .btn:hover, #chief-box .btn:hover {
    background: rgba(255,255,255,1.0);
}
#chief-box {
    float:right;
    margin:50px 0px;
    padding-top:25px;
    min-height:305px;
   
}
#chief-box .btn {
    display: table-cell;
    height:50px;
    width:200px;
    vertical-align: middle;
}
.cb-btns, .cb-title, .cb-photo {
    position: absolute;
    height: 280px;
    width:100%;
}
.cb-btns {
    padding:0px 20px;
    position: absolute;
    top:25px;
    z-index: 10;
    
}

.cb-btns p:nth-child(n+2) { display:none; }


.cb-title {
    height:30%;
    padding:0px 20px;
    background: rgba(23,38,69, 0.4);
    bottom: 0px;
}
.cb-title h3 {
    position: absolute;
    z-index: 25;
    text-align: center;
    bottom: 20px;
}
.h3-sm {
    font-size:.95em;
    text-align: center;
}
.cb-photo {
}
.cb-photo img {
    position: absolute;
    bottom:0;
    right:0;
    width:50%;
    z-index: 50;
}

/* Section 2 */
#quote h3 {
    color:#5a5a5a;
    font-weight: 700;
    font-style: italic;
}
#quote h3:before {
    content: '\201C';
    color:#cecece;
    font-family: Georgia, serif;
    font-style: italic;
    font-size:3em;
    line-height: 0px;
    position: relative;
    top:25px;
}
#quote h3:after {
    content: '\201E';
    color:#cecece;
    font-family: Georgia, serif;
    font-style: italic;
    font-size:3em;
    line-height: 0px;
}
.btn-dpd-primary {
    margin:10px 0px;
    text-align: center;
}
.btn-dpd-primary .btn-primary {
    border-radius: 0px;
    border: 0px solid transparent;
    background: #005bbb;
    margin:10px 5px;
    width:auto;
    min-width: 175px;
}
.btn-dpd-primary .btn-primary:hover {
    background: #4084cc;
}

/* Section 3 */

#featured .thumbnail, #news .thumbnail {
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 0px;
}
#featured .carousel {
    overflow: hidden;
    height:240px;
}
#featured .thumbnail .caption {
    padding:15px;
    text-align: left;
}
#featured .thumbnail .caption h3 {
    display: inline;
}
#featured .thumbnail>img {
}
.programs, .stay-connected, .recruiting {
    text-align: center;
    margin:10px;
}
#featured .col-md-3 {
  width: 25%;
}
#featured .col-md-4 {
    width:37.5%;
}
#featured .col-md-pull-3 {
  right: 37.5%;
}
.stay-connected {
    position: relative;
    text-align: center;
}
.stay-connected-heading {
    position: absolute;
    height:188px;
    text-align: center;
    width: 100%;
    top:30px;
}
.stay-connected-bg .img-responsive {
    display: inline;
}
.stay-connected-heading h3 {
    font-style: italic;
    font-weight: 700;
    color:#172645;
}
#featured .stay-connected .col-sm-12.btn-dpd-primary {
    padding-right: 0px;
    padding-left: 0px;
}
.dpd-btn-lg .btn {
    font-size:1.5em !important;
    padding:15px;
    width:100%;
    margin:0;
}

/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Section 4 */
.news-box {
    margin:20px 0px;
    color: #172645;
}
.news-box .thumbnail .caption {
    border-top: 5px solid #005bbb;
    min-height: 250px;
    padding: 20px;
}
.news-box .caption h3 {
    font-size: 1.5em;
    font-weight: 700;
}
#news .btn-dpd-primary {
    text-align: left;
}
#news .col-md-6, #news .col-md-7, .col-sm-12.minuspad {
    padding-right: 0px;
    padding-left: 0px;
}
.dpd-police-car img {
    width: 650px;
}
.crime-info {
    text-align: left;
    margin:10px 8px;
}
.crime-info img {
    height: 64px;
    margin:0px 10px 10px 0px;
}
.crime-info a {
    color: inherit;
    font-weight: bold;
}
.crime-info a:hover {
    
}
/* Accordion-toggle */
.accordion-toggle {width:100%;display:block; word-break: break-word;}
.faqs-collaspe .panel-heading .collapsed[data-toggle="collapse"]:after{text-decoration:none;}
/* Footer */
footer {
    padding:20px 0px 10px 0px;
}
footer h4 {
    border-bottom: 1px solid #275e8c;
    padding:0px 0px 4px 0px;
    font-size:1.125em;
    font-weight: 700;
}
footer .ft-logos {
    height: 42px;
    margin:0px 10px 5px 0px;
}
footer ul {
    margin:0;
    padding: 0;
    list-style: none;
}
footer a {
    color:#fff;
    font-size:0.9em;
}
footer a:hover, footer a:focus {
    color: inherit;
}
footer .crime-info img {
    height:42px;
}
footer .crime-info p {
    font-size: 0.7em;
}
footer .ft-col-3 {
    padding-right:0px;
    padding-left: 0px;
}
footer small {
    font-size:0.7em;
    display: inline-block;
    line-height: 12px;
    color:#ccc;
    font-style: italic;
}

/* Contact Form overlay and box */
.overlay{
    background: rgba(0,0,0,0.5);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    position:fixed;
    top:-550px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#333;
    padding:20px;
    border:2px solid #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
    text-align: left;
}
.box h1{
    margin:-20px -20px 0px -20px;
    padding:10px;
    background: url('/PublishingImages/halftone-royal-blue.png') #005bbb repeat top left;
    color:#fff;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url('/PublishingImages/close.png') repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}

/* Interior Pages */
.interior, .interior1 {
    padding-top:20px;
    padding-bottom:20px;
}
.download-btn-text {
    margin:10px 0px;
}
.division-img-box img:first-child {
    margin:10px 0px;
}
.division-img-box img {
    margin:0px 0px 10px 0px;
}
.division-boxes .panel {
    min-height: 250px;
}
.division-boxes .panel-body ul {
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
}
.division-boxes .panel-body ul li {
    margin:5px 0px;
}
.division-boxes .panel-body ul li a {
    color:#000;
    text-decoration: underline;
}
.division-boxes .panel-body ul li a:hover {
    color:#005bbb;
    text-decoration: none;
}
.division-boxes .panel-primary {
  border-color: transparent;
}
.division-boxes .panel-primary>.panel-heading {
  background-color: #2673c5;
  border-color: transparent;
}
.division-boxes .panel-primary>.panel-heading:after {
    font-family: FontAwesome;
    content:"\f015";
    float: right;
    color:#669dd6;
}
.division-boxes .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.division-boxes .panel {
    border-radius: 0px;
    border: none;
    background: #eaeaea;
}
.division-boxes .panel:hover {
    background: #f1f1f1;
}
.division-btn {
    margin-top:15px;
}
.directional {
    text-align: right;
    color:#666;
}
.directional span {
    color:#005bbb;
}
.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom:1px solid #eee;
  color:#005bbb;
}

/* Contact */
.contact-divisions .panel-heading {
    min-height:65px;
}

/* Left Menu */
.left-menu .navbar {
  margin: 0px 0px 0px 0px;
}

.left-menu .navbar-collapse {
	max-height: none;
	padding-right: 0px;
	padding-left: 0px;
  }

  .left-menu li > a:after {
    font-family: FontAwesome;
    content:"\f0da";
    float: right;
    margin-right:5px;
    display: block;
    color:#5e8ebf;
}
.left-menu li > a:only-child:after {
    content: '';
}
.left-menu ul li {
    padding:0;
    margin:0;
    width:100%;
}
.left-menu ul > li:hover {
	background: #005bbb;
}

.left-menu .navbar-header {
	background: #003f88;
}
.left-menu .navbar-header h3 {
	line-height: 35px;
	display: inline;
	padding:0px 10px;
}
.left-menu .navbar-default {
	border:none;
	box-shadow: none;
	border-color: transparent;
	background: #fff;
	color:#003f88;
}
.left-menu .navbar li {
    background: #172645;
    border-bottom: 1px solid #275e8c;
}
.left-menu .nav li a {
    padding:10px 5px;
    margin:0px 5px;
}
.left-menu .nav>li>a {
  border-right: 0px solid #005bbb;
}
.left-menu .navbar-default .navbar-nav>li>a {
	color:#fff !important;
	font-size: 0.95em;
	word-break: normal;
}
.left-menu .dropdown-menu {
	left:200px;
	top:0;
	border:none;
	padding:0;
}
.left-menu .dropdown.open {
	background: #005bbb;
}
.left-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
}
.left-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .left-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a:active {
  color:#fff;
  background: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color:#fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
/*.left-menu .dropdown-menu>li>a {
  padding: 3px 10px;
}*/

/* Featured Topics/Links */
#highlight-info .caption h3 {
  font-size:1.25em;
  text-align: center;
  margin:0 auto;
}

#highlight-info .thumbnail img {
    width:100%;
    height:175px;
}
#highlight-info .thumbnail {
    min-height: 253px;
}

.box-info .panel, .box-info-2 .panel, .box-info-3 .panel {
    border-color:transparent;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    background-color:#eee;
}
.box-info.box-info-tall .panel {
    min-height: 375px;
}
.box-info.box-info-tall-2 .panel {
    min-height: 475px;
}
.box-info .panel-heading {
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color:#005bbb;
}
.box-info .panel-heading .panel-title {
    color:#fff;
}
.box-info .panel a, .box-info-2 .panel a, .box-info-3 .panel a {
    color:#333;
    text-decoration: underline;
}
.box-info .panel a:hover, .box-info-2 .panel a:hover, .box-info-3 .panel a:hover {
    color:#005bbb;
}

.box-info hr, .box-info-2 hr, .box-info-3 hr {
    border-color:#005bbb;
}

.box-info-2 .panel {
    min-height: 190px;
}
.box-info-2 .panel-heading, .box-info-3 .panel-heading {
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color:#e5e5e5;
}
.box-info-2 .panel-heading .panel-title, .box-info-3 .panel-heading .panel-title {
    color:#005bbb !important;
    font-weight: bold;
    min-height:45px;
}
.box-info-3 .panel {
    min-height: 285px;
}
.box-info-3 .panel-heading {
    min-height:95px;
}
.box-info-3 .panel-heading .panel-title {
    display: inline;
}
.box-info-3 .panel-heading p {
    font-size: 16px;
}
.box-info-3 .panel-body a {
    font-weight: bold;
}

/* Landing Page Buttons */

.landing-btns ul {
    margin:0;
    padding:0;
    list-style: none;
}
.landing-btns ul li {
    margin:10px 0px;
}
.landing-btns .btn-default {
    width:100%;
}
.landing-btns .btn {
    white-space: normal;
}

.landing-btns .btn-default {
    background:#f1f1f1;
    border-color:transparent;
}
.landing-btns .btn-default:hover, .landing-btns li:hover .btn-default {
    border-color:transparent;
    background: #005bbb;
    color:#fff;
}
.landing-btns a {
    color:#005bbb;
    font-size:1em;
    line-height: 30px;
    height: 45px;
    overflow: hidden;
}
.landing-btns a:hover {
    color:#fff;
}
.landing-btns .fa-caret-right {
    font-size:1em;
}
.landing-btns span {
    font-size:2em;
    line-height: 30px;
}
.landing-btns a h5 {
    margin:0;
    padding:0;
    display: inline;
}
.landing-btns a.btn-w-popup h5 {
    padding-left:11%;
}
.landing-btns .btn-w-popup {
    width:90%;
}
.landing-btns .btn-w-popup-arrow {
    width:10%;
}
.landing-btns .fa-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    content:"";
}

.landing-btns .fa-car {
    background-image: url('/PublishingImages/fa-car.png');
}
.landing-btns a:hover .fa-car {
    background-image: url('/PublishingImages/fa-car-hover.png');
}

.landing-btns .fa-fallen-officer {
    background-image: url('/PublishingImages/fa-fallen-officer.png');
}
.landing-btns a:hover .fa-fallen-officer {
    background-image: url('/PublishingImages/fa-fallen-officer-hover.png');
}

.landing-btns .fa-memorial-star {
    background-image: url('/PublishingImages/fa-memorial-star.png');
}
.landing-btns a:hover .fa-memorial-star {
    background-image: url('/PublishingImages/fa-memorial-star-hover.png');
}

.landing-btns .fa-map-outline {
    background-image: url('/PublishingImages/fa-map-outline.png');
}
.landing-btns a:hover .fa-map-outline {
    background-image: url('/PublishingImages/fa-map-outline-hover.png');
}

.landing-btns .fa-handcuffs {
    background-image: url('/PublishingImages/fa-handcuffs.png');
}
.landing-btns a:hover .fa-handcuffs {
    background-image: url('/PublishingImages/fa-handcuffs-hover.png');
}

.landing-btns .fa-honor-guard {
    background-image: url('/PublishingImages/fa-honor-guard.png');
}
.landing-btns a:hover .fa-honor-guard {
    background-image: url('/PublishingImages/fa-honor-guard-hover.png');
}

.landing-btns .fa-bank {
    background-image: url('/PublishingImages/fa-bank.png');
}
.landing-btns a:hover .fa-bank {
    background-image: url('/PublishingImages/fa-bank-hover.png');
}

.landing-btns .fa-no-zone {
    background-image: url('/PublishingImages/fa-no-zone.png');
}
.landing-btns a:hover .fa-no-zone {
    background-image: url('/PublishingImages/fa-no-zone-hover.png');
}

/* Landing Page Btn Modals */

.landing-btns .modal-body ul.list-unstyled li {
    margin:0;
    padding:0;
}
.landing-btns .modal-header {
    background: #eee;
    color:#172645;
}
.landing-btns .modal-body.modal-links {
    background: #172645;
}
.landing-btns .modal-body.modal-links a {
    display: block;
    color:#fff !important;
    padding:10px;
    border-bottom:1px solid #005bbb;
}
.landing-btns .modal-body.modal-links a:hover {
    text-decoration: none;
    background: #005bbb;
}

/* Resources */
.resourceBlock {
	margin-bottom: 0;
	clear:both;
}
.resourceBlock ul {
	margin-left: 5em;
	margin-bottom:0;
}
.resourceBlock ul li {
	position: relative;
}
.resourceBlock ul li:hover a, .resourceBlock ul li:nth-child(odd) a:hover {
	background: #005bbb !important;
	text-decoration: none;
	color:#fff;

}
.resourceBlock ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	/*border-bottom: 1px solid #eee;*/
}
/*.resourceBlock li:nth-of-type(odd) a {
    background: #f1f1f1;
}*/
.resourceBlock li a:hover {
	text-decoration:none;
}
.resourceBlock ul ul li {
	border: none;
}
.resourceBlock h3.pull-left, .resourceBlock h3.pull-left a {
	background-color: #005bbb;
	padding: 5px;
	color: #fff;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	margin-top:8px;
}
.resourceBlock li {
	position: relative;
}
.resourceBlock h4 {
	margin-bottom: 0.5em;
}
.resourceBlock p {
	color: #666;
	margin-top: 0.5em;
}
.navbar-head{width: 72%;height:auto !important;}
@media only screen and (max-width:640px) {
    .resourceBlock ul li { padding: 0px 0px 5px 0px; }
    .resourceBlock h3.pull-left, .resourceBlock h3.pull-left a { margin-top: 12px; }
}
@media only screen and (max-width:480px) {
    .resourceBlock ul li { padding: 0px 0px 5px 0px; }
    .resourceBlock h3.pull-left, .resourceBlock h3.pull-left a {  }
}
@media only screen and (max-width:380px) {
    .resourceBlock .list-inline { top: 30px; right:0px}
	.toprightimg{max-width:100% !important;}
	.horses-gallery .thumbnail{height:auto !important;}
	 .ms-srch-sb > input {width:150px !important;}
}

/* Interior Galleries */
.interior-gallery-w .thumbnail img, .interior-gallery .thumbnail img {
    height:150px;
}
.interior-gallery-w .thumbnail {
    height:300px;
}
.interior-gallery-w .thumbnail h3 {
    font-size:1.25em;
}
.interior-gallery-w .thumbnail .caption {
  padding: 0px 9px 9px 9px;
}
.interior-gallery .modal-header {
    padding:10px;
    border-bottom: 0px solid #e5e5e5;
}
.interior-gallery .thumbnail {
    height:250px;
    text-align: center;
}
.horses-gallery .thumbnail {
    height:350px;
}
.carousel-inner .item img {
    width:100%;
}
.interior-products .thumbnail img {
    height:200px;
}

/* Recruiting */
.recruiting-landing .col-md-12, .col-xs-12.recruiting-landing {
    padding-left:0px;
    padding-right:0px;
}
.media-heading {
    font-weight: bold;
	color:inherit !important;
}
.event-cal-icon {
    /*width:75px;*/ /* Original Value */

    width: 155px;
    text-align: center;
}
.event-cal-month {
    background: #cd1a15;
    color:#fff;
    padding:5px;
}
.event-cal-dates {
    background: #f1f1f1;
    padding:10px;
}
.btn-download {
    margin:10px 0px;
}
.btn-download span {
    display: inline;
    margin:0px 10px 20px 0px;
    float:left
}
.btn-download h4, .btn-download h2 {
    display: inline;
}
.btn-download h3 {
    display: inline-block;
}

/* Images */
.img-size {
    max-width: 330px;
}
img.dark-hover-img {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
img:hover.dark-hover-img {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* FAQs */
.faqs-collaspe .panel-default > .panel-heading {
    background: #f1f1f1;
}
.faqs-collaspe .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.faqs-collaspe .panel-default {
    border-radius: 0px;
    border-color:#eee;
}
.faqs-collaspe h4.panel-title {
    display: block;
    padding:5px 5px 5px 0px;
}
.faqs-collaspe .panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content:"\f0d8";
    float: right;
    color: #005bbb;
    font-size: 18px;
}

.faqs-collaspe .panel-heading [data-toggle="collapse"].collapsed:after {
    font-family: 'FontAwesome';
    content:"\f0d7";
    float: right;
    font-size: 18px;
    color: #333;
}

/* Footable */
.footable.breakpoint > tbody > tr > td > span.footable-toggle::before {
    font-family: 'FontAwesome';
    content:"\f055" !important;
    color:#005bbb;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
    font-family: 'FontAwesome';
    content:"\f056" !important;
    color:#172645;
}

/******************************************************************************/
/******************************************************************************/
/******************************      MEDIA      *******************************/
/******************************     QUERIES     *******************************/
/******************************************************************************/
/******************************************************************************/

/* Large desktops and laptops */
@media (min-width:1200px) {
    
    .navbar-nav {
	margin-top:15px;
    }
    
    #nav {
  /*This is used with the default DPDInternet/DPDInternet (DPD Internet Master Page) master page.   
	height:120px;*/

  /*This is used with the DPDInternet/DPDInternet_v2 (DPD Internet Master Page with Join DPD button in header) master page.*/
  height:155px;

    }
    
    .dpd-logo.navbar-brand {
	width:115%;
    }
    
    .dpd-logo.navbar-brand img {
	float:left;
    }
    
    .custom-col.col-md-3 {
	width:20%;
    }
    .custom-col.col-md-9 {
	width:80%;
    }
    .custom-col.col-md-pull-9 {
	right:80%;
    }
    .custom-col.col-md-push-3 {
	left:20%;
    }
    
    #dpd-reports, #chief-box {
    }
    
    .landing-btns .btn-w-popup {
	width:89%;
    }
    
    /* Map */
    .embed-responsive-16by9.map-full {
	padding-bottom: 35%;
    }
    .embed-responsive-16by9.map-full #map_canvas {
	width: 60%;
	height: 100%;
    }
    
    /* Images */
    .img-right-desk {
	float: right;
    }
    
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
     .ms-core-listMenu-horizontalBox {
margin-bottom:15px;
}
.ms-srch-sb > input {
width:155px;
}
    
    .col-md-pull-5.dpd {
	right:38%;
    }
    
    #nav {
  /*This is used with the default DPDInternet/DPDInternet (DPD Internet Master Page) master page.
	height:95px;*/


  /*This is used with the DPDInternet/DPDInternet_v2 (DPD Internet Master Page with Join DPD button in header) master page.*/
  height: 130px; 

    }
    
    .dpd-logo.navbar-brand {
	width:150%;
    }
    
    .dpd-logo.navbar-brand img {
	float:left;
	width:27%;
    }
    
    .logo-text {
	margin:25px 0px;
    }
    
    .logo-text h3 {
	font-size:1.1em;
    }
	
    .logo-glow img {
        display: inline;
        width:95px;
        margin-top: -7px;
        margin-left:0px;
        margin-right:0px;
    }
    .logo-glow h3{
        font-size:1.25em;
    }
    .nav>li>a {
        font-size: 1em;
    }
    #topbar .navbar {
        min-height: 0px;
        margin:0px;
	margin-top:5px;
    }
    .site-title {
        padding:30px 0px;
    }
    .ico-md {
        font-size: 1.5em;
    }
    
    #dpd-reports, #chief-box {
        width:90%;
    }
    
    .stay-connected-heading {
        top:15px;
    }
    
    #featured .carousel {
    height:200px;
    }

    #news .col-md-6 {
        width:25%;
    }
    .dpd-police-car {
        text-align: right;
    }
    .dpd-police-car img {
        margin-top:80px;
        width: 675px;
    }
    .news-box .thumbnail .caption {
        min-height: 300px;
    }
    
    .left-menu .dropdown-menu {
	left:207px;
    }
    
    footer .social-icons ul li {
	width:22px;
    }
    
    #featured .social-icons ul li {
	width:30px;
    }
    
    /* Map */
    .embed-responsive-16by9.map-full {
	padding-bottom: 35%;
    }
    .embed-responsive-16by9.map-full #map_canvas {
	width: 60%;
	height: 100%;
    }
    
    /* Images */
    .img-right-desk {
	float: right;
    }
    
}

/* Portrait tablets and small desktops */
@media (min-width: 570px) and (max-width: 768px) {
    
    #highlight-info .col-sm-6 {
	width:50%;
	float:left;
    }
    
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    
     .root > li > a {
margin-left: -16px;
}
.division-img-box img:first-child
{
	margin-right:25% !important;
}
.ms-core-listMenu-horizontalBox {
margin-bottom:15px;
}

    #topbar .dpd-search {
	margin-bottom:5px;
    }
    
    #topbar .navbar-right {
	float: none !important;
	margin-bottom:20px;
    }
    
    
    .navbar-header {
	float: left;
	padding: 15px;
	text-align: center;
	width: 100%;
    }
    .dpd-logo.navbar-brand {
	height: auto;
    }
    
    .dpd-logo.navbar-brand img {
	width:35%;
	float:left;
    }
    
    .logo-text {
	margin:30px 0px;
    }

    .logo-text h3 {
	font-size:1.1em;
	text-align: left;
	display: block;
    }
    
    #topbar .social-icons ul li {
	width:30px;
    }
    
    .navbar-header {
	padding:0px;
    }
    #menu {
	margin-top:50px;
    }
    
    #topbar .social-icons {
	margin:50px 0px 0px 0px;
    }
        .nav>li>a {
            font-size: 1.125em;
        }
	.search-icon .navbar-form .input-group {
	    width:100%;
	}
	.search-icon .navbar-form .input-group .input-group-btn {
	    width:1%;
	}
	
	#dpd-reports, #chief-box {
	    width:100%;
	}
        .cb-photo img {
            width:50%;
        }
        #featured .carousel {
            height:180px;
        }
        #news .crime-info,
        #news .btn-dpd-primary {
            text-align: center;
        }
        #featured .col-sm-6 {
            width: 50%;
        }
        #featured .col-md-pull-3 {
            right: auto;
            width:100%;
        }
	
	/* make sidebar nav vertical */
	.left-menu .navbar .navbar-collapse {
	    padding: 0;
	    max-height: none;
	}
	.left-menu .navbar ul {
	    float: none;
	}
	.left-menu .navbar ul:not() {
	    display: block;
	}
	.left-menu .navbar li {
	    float: none;
	    display: block;
	}
	.left-menu .navbar li a {
	}
	.left-menu .dropdown-menu {
		top:100%;
		left:0px;
		width:100%;
	}
	
	.left-menu li > a:after {
		content:"\f0d7";
	}
	.left-menu .dropdown-menu>li {
	    background: #eee;
	}
	.left-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #172645;
	}
	.box {
	    left: 20%;
	    right: 20%;
	}
	footer .social-icons ul li {
	    width:24px;
	}
	
	.stay-connected .dpd-btn-lg .btn {
	    width:60%;
	}
	
	.well .col-sm-4 {
	    min-height:200px;
	}
	
    #highlight-info .thumbnail img {
	height:225px;
    }
	
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    
    .well .col-sm-4 {
    min-height:200px;
}
    
    .dpd-logo.navbar-brand img {
	width:40%;
	float:left;
    }
    .col-xs-12.dpd-brand {
	width:60%;
    }
    .col-xs-12.dpd-social {
	width:40%;
    }
    
    .dpd-logo.navbar-brand {
	height: auto;
    }
    
    .logo-text {
	margin:40px 0px;
    }
    
    .logo-text h3 {
	font-size:1.1em;
	display: block;
    }
    
    #topbar .social-icons {
	margin:50px 0px 0px 0px;
    }
    #topbar .social-icons ul li {
	width:10%;
    }
	
	.navbar-main .nav>li>a {
            border-right:none;
            padding:5px 5px;
	    border-bottom:1px solid #143882;
        }
        #cod-btn, .navbar-toggle, .search-icon {
            text-align: center;
        }
        #menu .social-icons {
            float:right;
            margin: 0px 0px;
        }
        .navbar-toggle {
            width: auto;
            margin-right: 0;
        }
        .navbar {
            margin:0px 0px 0px 0px;
        }
	
        #menu {
            margin-top:30px;
        }
        
        #dpd-reports, #chief-box {
            width:375px;
	    margin:auto;
	    margin-top:25px;
	    margin-bottom:25px;
	    float: none;
        }
	
        #chief-box {
            float: none;
        }
        .cb-photo img {
            width:50%;
        }
        .cb-title h3 {
            font-size:1.5em;
        }
        
        #featured .col-sm-6 {
            margin-left:15%;
            width: 75%;
        }
        #featured .col-md-pull-3 {
            right: auto;
            width:100%;
        }
        #featured .carousel {
            height:240px;
        }
	
        .crime-info,
        #news .btn-dpd-primary,
        .dpd-police-car,
        #footer {
            text-align: center;
        }
	
        .dpd-police-car img {
            width:500px;
        }
	
	.left-menu .navbar-nav {
	    margin:0px 0px;
	}
	.left-menu .navbar li {
	    padding: 0px;
	}
	.left-menu .navbar-default .navbar-nav>li>a {
	    padding: 10px;
	}
	.left-menu .dropdown-menu li {
	    background: #eee;
	}
	.left-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #172645;
	}
	.left-menu li > a:after {
		content:"\f0d7";
	}
	.left-menu .navbar-brand h3 {
	    display: inline;
	}
	.left-menu .navbar-header h3 {
	    line-height:20px;
	    color:#fff;
	    padding:0px;
	}
	.left-menu .navbar-toggle {
	    float: right;
	    margin:10px 10px;
	}
	
	.box {
	    left: 15%;
	    right: 15%;
	}
	footer a {
	    font-size:1em;
	}
	footer .social-icons {
	    text-align: center;
	}
	footer .social-icons ul li {
	    float: none;
	    display: inline-block;
	    width:24px;
	}
	
	.stay-connected .dpd-btn-lg .btn {
	    width:70%;
	}
	
	.well .col-sm-4 {
	    width: 33.3333%;
	    float:left;
	}
    .row.vdivide [class*='col-']:not(:last-child):after { display: none; }
	
}

/* Extra Small Devices, Phones */
@media (min-width: 580px) and (max-width: 766px) {
     div.ms-core-listMenu-horizontalBox {
width: 102.6%;
}
.navbar-collapse{
padding-right:0px !important;
}
    .well .col-sm-4 {
    width: 33.3333%;
    float:left;
}
    
  
    
    
    #dpd-reports, #chief-box {
	width:375px;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
	float: none;
    }
    
    .dpd-logo.navbar-brand img {
	width:40%;
	float:left;
    }
    .col-xs-12.dpd-brand {
	width:60%;
    }
    .col-xs-12.dpd-social {
	width:40%;
    }
    #topbar .social-icons ul li {
	width:10%;
    }
    .logo-text {
	margin:40px 0px;
    }
    
}
/* Extra Small Devices, Phones */
@media (min-width: 481px) and (max-width: 579px) {
     div.ms-core-listMenu-horizontalBox {
width: 104%;
}
    .well .col-sm-4 {
    min-height: 0px;
}
    
    .dpd-logo.navbar-brand img {
	width:40%;
	float:left;
    }
    
    .col-xs-12.dpd-brand {
	width:100%;
    }
    .col-xs-12.dpd-social {
	width:100%;
    }
    
    .dpd-logo.navbar-brand img {
	width:40%;
	float:left;
    }
    
    .logo-text {
	margin:40px 0px;
    }
    
    .logo-text h3 {
	font-size:1.25em;
	display: block;
    }
    
    #topbar .social-icons {
	margin: 0px;
    }
    
    #topbar .social-icons {
	margin:0px;
	float:left;
    }
    #topbar .social-icons ul li {
	width:30px;
	margin-right:5px;
	margin-left:0px;
    }
    
    .dpd-police-car img {
            width:400px;
    }
        

}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    
    .well .col-sm-4 {
    min-height: 0px;
}
    
    .dpd-logo.navbar-brand img {
	width:40%;
	float:left;
    }
    
    .col-xs-12.dpd-brand {
	width:100%;
    }
    .col-xs-12.dpd-social {
	width:100%;
    }
    
    #topbar .social-icons ul {
	margin:0px;
    }
    #topbar .social-icons ul li {
	width:30px;
	margin-right:5px;
	margin-left:0px;
    }
    
    .logo-text {
	margin:40px 0px;
    }
    
    .logo-text h3 {
	font-size:1.25em;
	display: block;
    }
    
    #topbar .social-icons {
	margin:10px 0px;
	float:none;
    }
    .social-icons {
        float: none;
        margin: 0px 25px;
    }    
    #menu {
        margin-top:100px;
    }
    
    #dpd-reports, #chief-box {
            width:300px;
    }
    
    #dpd-reports .btn {
	font-size:0.8em;
    }
    
    #chief-box {
        float: none;
    }
    .cb-photo img {
        width:50%;
    }
    .cb-title h3 {
        font-size:1.35em;
    }
        
        
    #featured .col-sm-6 {
        margin-left:0px;
    }
    #featured .col-sm-6 {
        width: 100%;
    }
    #featured .carousel {
        height:200px;
    }
    .news-box .col-xs-6 {
        float: none;
        width:100%;
    }
    .dpd-police-car img {
        width:300px;
    }
    
    .box {
	left: 15%;
	right: 15%;
    }
    
    .landing-btns a.btn-w-popup h5 {
	padding-left:0%;
    }
    .landing-btns .btn-w-popup {
	width:100%;
    }
    .landing-btns .btn-w-popup-arrow {
	width:0%;
	display: none;
    }
    
    /* Images */
    .img-size {
	max-width: 100%;
    }
    
     #highlight-info .thumbnail img {
	height:200px;
    }
	.btn-download h4 {
	font-size:16px;
}
.btn-download span {
    float: left;
}
.btn-download {
    width: 100%;
    float: left;
}
.btn{
white-space: normal;
}
}
/* Portrait phones and smaller */
@media (max-width: 350px) {
    
    #topbar .social-icons ul {
	margin-top:10px;
    }
    
    .logo-text {
	margin:0px;
    }
    
    #dpd-reports, #chief-box {
            width:275px;
    }
    #dpd-reports .btn {
	font-size:0.8em;
    }
    
    .dpd-police-car img {
            width:300px;
    }
    
    #featured .carousel {
        height:150px;
    }
    .logo-text h3 {
	font-size:1.15em;
    }

}
/*Home Page*/
a:visited {
color:#005bbb !important;
text-decoration: none;
}
#footer a:visited {
color:#fff !important;
text-decoration: none;
}

.ms-webpartzone-cell {
margin: auto auto 0px !important;
}
#s4-bodyContainer {
padding-bottom: 0px !important;
}
/*Search*/
.ms-srch-sb > input {
display: inline-block;
vertical-align: middle;
float: left;
position: relative;
z-index: 2;
color: #999;
opacity: 1;
font-size: 14px;
}
div.ms-srch-sb {
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 30px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
display: block;
font-size: 14px;
height: 34px;
line-height: 1.42857;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.ms-srch-sb-searchImg {
left: -68px !important;
top: -58px !important;
transform: scale(-1,1);
}


/*Navigation*/
.static { padding-left: 0px; }
ul.static > .static > a { font-size: 1.15em; font-weight: normal; color: #fff !important; padding: 1px 8px; margin-right: 0px !important; font-family: "Open Sans",sans-serif; }
ul.static > .static > a:hover { background: #005bbb none repeat scroll 0 0 !important; color: #fff; }
ul.static { padding: 0px !important; }
ul.root { display: table; margin-top: 15px; margin-right: -15px; }
.root.ms-core-listMenu-root.static > li { border-right: 1px solid #005bbb; }
ul.root.ms-core-listMenu-root.static li:last-child { border: none !important; }



.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: #fff;
    width: 100%;
    font-size: 14px;
}
.carousel-caption h3{
	padding:10px 0;
	margin:0
}
.calendarEvent {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #333;
    overflow: hidden;
}
.calendarIcon {
    float: left;
}
.calendar-details {
    float: left;
    width: 500px;
    margin-left: 100px;
}
.weight {
    font-size: 0px;
    clear: both;
    height: 1px;
    width: 100%;
}
#calendarPage .calendarDay {
    background-color: #333;
    font-size: 13px;
}
.calendarMonthYear {
    font: bold 16px Arial;
}
.calendarDay {
    float: left;
    padding: 4px;
    color: white;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
}

@media (max-width: 1199px ){
	li.static.ms-verticalAlignTop.ms-listMenu-editLink.ms-navedit-editArea { display: block; }
}

 
@media (min-width: 992px) and (max-width: 1199px) {
    ul.static > .static > a { font-size: 1em; }
    ul.root { margin-top: 0px; margin-right: 0px; }
}
@media (max-width: 991px ) {
    .root > li > a { margin-left: 0; }
   
    #topbar .navbar-right { float: none !important; margin-bottom: 20px; }
    ul.root { margin-top: 0px; }
}

@media (max-width: 768px ) {
    div.ms-core-listMenu-horizontalBox { margin-left: -18px; }
    ul.static > .static > a { margin: 1px 0px !important; /*width:100% !important; border-bottom:1px solid #143882 !important;*/ overflow: hidden !important; }
    .static > ul.static > .static > a { /*border-left:none !important;*/ }
    li.static { /*width: 100%;*/ }
    div#main-navbar-collapse { overflow: hidden; }
    ul.static { /*width: 100%;*/ }
}

@media (max-width: 767px ) {
    ul.static > .static > a { width: 100% !important; border-bottom: 1px solid #143882 !important; }
    .static > ul.static > .static > a { border-left: none !important; }
    li.static { width: 100%; }
    ul.static { width: 100%; }
    .input-group { display: block; }
    .ms-srch-sb > .ms-srch-sb-searchLink { float: right; }
    div.ms-core-listMenu-horizontalBox { margin-left: 0; width: 100%; }
    .root.ms-core-listMenu-root.static > li { border-right: none; }
    ul.static { margin: 0; padding: 0; }
    ul.static > .static > a { padding: 5px; }
    .carousel-caption h3{ font-size:14px !important}
}

.img-resp{ max-width: 350px; width:96%; margin:0 2%;}
.mart40 { margin-top: 40px; } 
 
/* 09 16 2015 */
.divleft, .divright { float: left; width: 50%; }
.divmain { width: 100%; float: left; }
.txtcenter { textalign: center; }
.divmain.txtcenter { margin-bottom: 15px; text-align: center; }
input[type=button], input[type=reset], input[type=submit], button { min-width: 2em !important; }
.clsBorder { border-style: solid; border-width: 1px; text-align: left; padding: 3%; }
ul.linebullet { list-style-type: circle; }
.parablue { color: #09F !important; }
.table.noborder tr td, .table.noborder tr th { border: none; }
.ms-rtestate-field h2 { color:#333 !important}
.ms-rtestate-field h3 { color:#333 !important}
.ms-rtestate-field a h3 { color:#005bbb !important}
.box-info .panel-heading .panel-title {
    color: #fff !important;
}
.resourceBlock ul li a h4 { color: #005bbb !important; }
.resourceBlock ul li:hover a h4, .resourceBlock ul li:nth-child(odd) a h4:hover { color: #fff !important; }
.resourceBlock h3.pull-left, .resourceBlock h3.pull-left a { color: #fff !important; }
.btn-download h4 { color: #005bbb; }
.visible-xs.navbar-brand > h3 { color: #fff !important; }
/*.panel-height .panel { min-height: 153px; }*/
.left-menu { margin-top: 20px; }
.panel { float: left; width: 100%; }
a.btn-primary:link, a.btn-primary:visited { color: #FFF !important; }

.ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited {color:#FFF !important}
.top200fltrgt { margin-top: 200px; float: right; }
.stuffbutton { float: left; margin-left: 10px; }
.new_stuff { float: right; width: 55%; }
ul.col-md-3.col-xs-6.translateblockcolumn li{
	display:inline-block;
	width:100%;
	float:left;
}
ul.col-md-3.col-xs-6.translateblockcolumn{
	margin:0;
	padding:0 0 0 10px;
}
div#translateblocknotice {
    padding: 10px;
}
div#translateblock {
    width: 600px;
    top: 132%;
    right: -4px;
}

.embed-responsive-4by3 {
    padding-bottom: 60% !important;
}
.thumbnail .caption h3 {
    word-break: break-word;
}
    div#translateblock {
    height: 350px;
    overflow-y:scroll;
}
    div#translateblock {
    height: 350px;
    overflow-y:scroll:
}
.crime-info a:hover {
	text-decoration:none !important;
}
.footerlogo a:hover {
	text-decoration:none !important;
}

.clrboth{
	clear:both
}
.fltlft{
	float:left
}
.widfull{
	width:100%
}
.landing-btns .btn-default:hover, .landing-btns li:hover .btn-default {
    color:#fff !important;
}

.ms-rtestate-field p, 
p.ms-rteElement-P{ 
  line-height:1.4 !important;
  font-size: 16px;
  }
@media (max-width: 991px) {
    .mart40 { margin-top: 0px; }
    .contact-divisions .panel-heading { min-height: auto; }
    .panel-height .panel-heading { min-height: 70px !important; }
    .new_stuff { float: right; width: 100%; }
    .stuffbutton { float: none; }
    .top200fltrgt { float: left; margin: 30px auto; text-align: center; width: 100%; }
    .accessbox { width: 100%; float: left; }
    div#translateblock {
    width: 400px;
}
}

@media only screen and (max-width:768px) {
    iframe.iframewidth { width: 100% !important; }
    .panel-height .panel-heading { min-height: auto !important; }
    .btn-primary { float: none; margin-bottom: 10px; margin-right: 10px; }
    .faqs-collaspe .panel-default > .panel-heading {
    float: left; width:100%
}

@media only screen and (max-width:767px) {
	.panel-collapse.collapse {float:left; width:100%}
}


@media only screen and (max-width:650px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img { max-width: 100% !important; }
    
}

@media only screen and (max-width:640px) {
    .smlfulwdth { width: 100%; float: left !important; }
    .sm_imgres { max-width: 100% !important; width: auto !important; float: none !important; clear: right; margin: 10px auto !important; }
}

@media only screen and (max-width:580px) {
    .custom-col .ms-fullWidth { width: 100%; display: block !important; }
    .custom-col .ms-webpart-chrome-vertical { display: block !important; }
    .bg_imgres { width: 100% !important; }
    .cbtn_sml { padding: 8px 12px !important; font-size: 16px !important; }
}

@media only screen and (max-width:540px) {
    .stuffbutton { margin: 10px; width: auto; }
}

@media only screen and (max-width:480px) {
    .divleft, .divright { float: left; width: 100%; }
    .col-md-4.col-md-push-1.col-sm-7.col-xs-12.dpd-social { z-index: 50; }
    .img-resp { max-width: 350px; width: 100%; margin: 0; }
    .cbtn_sml { padding: 8px 10px !important; font-size: 14px !important; }
}
@media only screen and (max-width:460px) {
div#translateblock {
    width: 200px;
}
ul.col-md-3.col-xs-6.translateblockcolumn {
    width: 100%;
}
}

@media only screen and (max-width:400px) {
    .interior-gallery .thumbnail { min-height: 230px; height: auto; }
    .cbtn_sml { padding: 5px !important; font-size: 12px !important; }
    .box {
    top: 70px !important;
}
}

@media only screen and (max-width:380px) {
    .navbar-head > h3 { font-size: 22px !important; }
    .sm_imgres { width: 100% !important; }
}



