/* Add here all your CSS customizations */
#PartCCheader {
  float: left;
  margin: 5px 20px 0 0;
}

  #PartCCheader img {
    margin: 0 5px 0 0;
  }

  #PartCCheader a {
    color: #666;
  }

#PartCCfooter {
  text-align: center;
}

  #PartCCfooter img {
    margin: 20px 0;
  }

h1.logo {
  margin: 8px 0 0 0;
}

@media only screen and (max-width: 479px) {
  .ccTagLine {
    display: none;
  }
}

@media (min-width: 768px) {
  .ccTagLine {
    float: left;
    color: #000;
    font-size: 50%;
    font-weight: 500;
    margin: -10px 0 0 5px;
  }
}

@media (min-width: 1200px) {
  .ccTagLine {
    font-size: 70%;
  }
}

header {
  border-bottom: 5px solid #000000;
}

.jumbotron {
  height: 400px;
  background: url("/images/Headers/jumbotron_bg.png") no-repeat top center;
  background-size: cover;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.ActionCall {
  height: 100%;
  padding: 40px;
}

@media only screen and (max-width: 479px) {
  .ActionCall {
    font-size: 60%;
  }
}

.ActionCall h1 {
  margin: 0;
  color: #000;
  margin-bottom: 50px;
}

.ActionCall h4 {
  margin: 0;
  color: #000000;
  margin-bottom: 20px;
}

/*Footer Buttons */
.btn-default {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #cccccc !important;
}

.panel-primary {
  border-color: #000000;
}

  .panel-primary .panel-heading {
    background-color: #000000;
    border-color: #000000;
  }

ul.pdf {
  margin-left: 0;
}

  ul.pdf, ul.pdf li {
    list-style: none;
  }

    ul.pdf li:before {
      content: url('/images/ico_PDF.png');
      margin-right: 7px;
      position: relative;
      top: 4px;
    }

    ul.pdf p {
      margin-top: 0;
    }

ul.url {
  margin-left: 0;
}

  ul.url, ul.url li {
    list-style: none;
  }

    ul.url li:before {
      content: url('/images/Link_16X16_Gray.png');
      margin-right: 7px;
      position: relative;
      top: 4px;
    }

    ul.url p {
      margin-top: 0;
    }

.innerJumbo {
  background-size: cover;
  height: 400px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.judgesContainer {
  margin-bottom: 15px;
}

  .judgesContainer .row {
    margin-bottom: 7px;
  }

/*Dashboard styling start*/
.btn.btn-default.portlet-buttons {
  box-shadow: #bebebe 0 1px 5px 0;
  color: black !important;
  min-height: 268px;
  min-width: 245px;
  padding-top: 20px;
  border-radius: 0;
  margin-bottom: 15px;
  font-weight: normal;
  background-color: #fff !important;
  border-color: #ccc;
}

  .btn.btn-default.portlet-buttons:hover, .btn.btn-default.portlet-buttons:active {
    outline: none;
    border-color: #6699ff;
    box-shadow: 0 0 10px #6699ff;
    background-color: white;
  }

p.btn-description {
  width: 200px;
  -ms-word-break: break-word;
  word-break: break-word;
  white-space: normal;
}

a.portlet-buttons p {
  font-size: 14px;
  color: rgba(88, 88, 88, 0.8);
}

/*Dashboard styling end*/

#email2 {
  display: none;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.dropdown-menu {
  background-color: #000000 !important;
}

ul {
  list-style: square outside;
}

section.page-header h1{
    border-bottom-color: #ccc;
}
.pageAnchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

ul.locations > li {
  margin: 15px 0;
}

  ul.locations > li > ul > li {
    margin: 15px 0;
  }

.dropoff-location {
  background-color: #ffffcc;
  border-style: solid;
  border-color: black;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}

.dropoff-address {
  border-style: solid;
  border-color: black;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}

.dropoff-items {
  border-style: solid;
  border-color: black;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

  .dropoff-items > ul > li {
    margin: 8px 0;
  }

.dropoff-blank-item {
  list-style-type: none;
}

.dropdown-menu > li > a:hover {
  background-color: #D59E0E;
}

.btn-primary:hover {
  border-color: #D59E0E #D59E0E #ee6818;
  background-color: #D59E0E;
}

.btn-primary.btn-lg:hover {
  border-color: #D59E0E #D59E0E #ee6818;
  background-color: #D59E0E;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}

ul.list-style-bottom-padding {
  padding-left: 0;
}

  ul.list-style-bottom-padding > li {
    padding-bottom: 1.5em;
  }

ol.list-style-main-alpha-parenthesis {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-main-alpha-parenthesis > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-main-alpha-parenthesis > li:before {
      counter-increment: list;
      content: "(" counter(list, upper-alpha) ")";
      position: absolute;
      left: 0;
    }

ol.list-style-inner-numerical {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-inner-numerical > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-inner-numerical > li:before {
      counter-increment: list;
      content: counter(list) ". ";
      position: absolute;
      left: 0;
    }

ol.list-style-inner-roman-numerical {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-inner-roman-numerical > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

    ol.list-style-inner-roman-numerical > li:before {
      counter-increment: list;
      content: counter(list, lower-roman) ". ";
      position: absolute;
      left: 0;
    }

ol.list-style-inner-numerical-example {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-inner-numerical-example > li {
    margin-left: 0em;
    position: relative;
    padding-left: 7.0em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

    ol.list-style-inner-numerical-example > li:before {
      counter-increment: list;
      content: "Example " counter(list) ": ";
      position: absolute;
      left: 0;
      font-style: italic;
    }

ol.list-style-goodfaith-upper-roman {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-goodfaith-upper-roman > li {
    margin-left: 0em;
    position: relative;
    padding-left: 3.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-goodfaith-upper-roman > li:before {
      counter-increment: list;
      content: counter(list, upper-roman) ". ";
      position: absolute;
      left: 0;
    }

ol.list-style-goodfaith-inner-upper-alpha {
  list-style: none;
  margin: 0em;
  padding: 0.5em;
  font-size: 1.0em;
  counter-reset: list;
}

  ol.list-style-goodfaith-inner-upper-alpha > li {
    margin-left: 0em;
    position: relative;
    padding-left: 2.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    ol.list-style-goodfaith-inner-upper-alpha > li:before {
      counter-increment: list;
      content: counter(list, upper-alpha) ". ";
      position: absolute;
      left: 0;
    }

.layout-location-text {
  color: white !important;
  margin-bottom: 0.2em !important
}

.dropdown-menu > li > a {
  color: #FFFFFF !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #ffffff;
}

.ourHistory {
  height: 400px;
  background: url("/images/Headers/CCSD - History.jpg") no-repeat top center;
  background-size: cover;
  margin-top: -35px;
}

.ourMission {
    height: 400px;
    background: url("/images/Headers/CCSO_OurMission_Website_Banner.jpg") no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}

.EnforcementOverview {
    height: 400px;
    background: url("/images/Enforcement/CCSO_Enforcement_Banner_02.jpg") no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}

.EnforcementStreetOps {
    height: 400px;
    /*    background: url("/images/Enforcement/Enforcement-StreetOps.jpg") no-repeat top center;*/
    background: url("/images/Enforcement/CCSO_Enforcement_Website_Banner-01.jpg") no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}

.EnforcementStreetOpsChfu {
    height: 400px;
    background: url("/images/Enforcement/StreetOps-Fingerprint.jpg") no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}

.EnforcementTrainedAgencies {
    height: 400px;
    background: url('https://cccdn.blob.core.windows.net/cdn/Files/Sheriff/Images/Headers/K9_CourseCalendar_Banner.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}
.EnforcementK9Unit {
    height: 400px;
    background: url('https://cccdn.blob.core.windows.net/cdn/Files/Sheriff/Images/Headers/K9_Unit_Banner.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}
.EnforcementK9CourseCalendarBanner {
    height: 400px;
    background: url('https://cccdn.blob.core.windows.net/cdn/Files/Sheriff/Images/Headers/K9_CourseCalendar_Banner.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}
}


ul.missionList > li {
    padding-bottom: 2.5em;
}

a:hover {
  color: #d59e0e;
}

.correctionsOverview {
  height: 400px;
  background: url('/images/Headers/Corrections - Home.jpg') no-repeat top center;
  background-size: cover;
  margin-top: -35px;
}

.correctionsOperations {
  height: 400px;
  background: url('/images/Headers/Corrections - Operations.jpg') no-repeat top center;
  background-size: cover;
  margin-top: -35px;
}

.correctionsBonding {
  height: 400px;
  background: url('/images/Headers/Corrections - Bonding.jpg') no-repeat top center;
  background-size: cover;
  margin-top: -35px;
}

.inmatePrograms {
  height: 400px;
  background: url('/images/Headers/Corrections - Inmate Programs - 2021.jpg') no-repeat top center;
  background-size: cover;
  margin-top: -35px;
}

ul.inmateProgramsLists > li {
  padding-bottom: 0.5em;
}

ul.inmateProgramsLists2 > li {
  padding-bottom: 1.5em;
}

.operationNewHope {
  height: 400px;
  background: url('/images/Headers/Corrections - Operation New Hope - 2021.jpg') no-repeat top center;
  background-size: cover;
  margin-top: -35px;
}

ul.visitationRules > li {
  padding-bottom: 1em;
}

.inmateClassifications {
  height: 400px;
  background: url('/images/Headers/Corrections - Inmate Classification - 2021.jpg') no-repeat top center;
  background-size: cover;
  margin-top: -35px;
}

.loadingCalendarDiv {
    position: absolute;
    top: 44%;
    left: 44%;
    z-index: 10;
    display: none;
}

.k9calendarMainDiv {
    position: relative;
}

.k9calendarBanner {
    height: 400px;
    background: url('/images/Headers/K9_CourseCalendar_Banner.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}

.failedLoadingCalendarDiv {
    position: absolute;
    top: 44%;
    left: 25%;
    z-index: 10;
    display: none;
}

.bookingsBanner {
    height: 400px;
    background: url('/images/Headers/Corrections - Bookings.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}

.absconderSlideshowCenterImage {
    margin-left: auto;
    margin-right: auto;
}

.k9ContrabandBanner {
    height: 400px;
    background: url('/images/Headers/K9_Contraband_Banner.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}
.CustomTraining {
    height: 400px;
    background: url('https://cccdn.blob.core.windows.net/cdn/Files/Sheriff/Images/Headers/Training.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}
.CustomFiringRange {
    height: 400px;
    background: url('/images/Headers/Careers - Training.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}
.CustomHonorGuard {
    height: 400px;
    background: url('/images/Headers/Careers - Honor Guard.jpg') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}
.SheriffsReserve {
    height: 400px;
    background: url('/images/Headers/jumbotron_bg.png') no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}

.SecondaryRecycler {
    height: 400px;
    background: url("/images/Enforcement/CCSO_Recycling_Banner-01-01.jpg") no-repeat top center;
    background-size: cover;
    margin-top: -35px;
}