/*--------------------------------------------------------------------------------------*/
/*---------------------------------Home Page Elements-----------------------------------*/
/*--------------------------------------------------------------------------------------*/

.accordion-button:hover {
  background-color: var(--accordion-button-hover-background-color);
  color: var(--accordion-button-hover-text-color);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: var(--accordion-button-focus-border-color);
}

.accordion-body-no-sides {
  padding: 0;
  margin: 0;
}

.accordion-item > accordion-header {
  font-size: 3.4em;
}

.accordion-body a:hover {
  color: var(--accordion-body-a-hover-text-color);
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.accordion-title {
  font-weight: 400;
  font-size: 1.4em;
}

.af-icon {
  margin-right: 0.25em;
}

.accordion-image-responsive{

  width:100%;
  height:auto;
}


.road-program-item {
  background-color: var(--road-program-background-color);
  color: var(--road-program-text-color);
}

.road-closure-item {
  background-color: var(--road-closure-background-color);
  color: var(--road-closure-text-color);
}


.alert-item {
  background-color: var(--alert-item-background-color);
  color: var(--alert-item-text-color);
}

.carousel-inner {
  width: 100%;
  height: 50vh; 
}

.carousel-item > img {
width:100%;
height:50vh;

}

.center-div{
  margin:auto;  
}

.day-icon {
  width: 15%;
  height: auto;
  margin-right: 1em;
}

.darkblue-item {
  background-color: var(--darkblue-item-background-color);
  color: var(--darkblue-item-text-color);
}

.dropdown-toggle.caret-off::after,
.accordion-button.caret-off::after {
  display: none;
}

.custom-button-layout{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
}

.red-bold-text{
  color:var(--red-text);
  font-weight:600;
}

.italic-underline-text{
  font-style:italic;
  text-decoration:underline;
}



/*-----------------------Start Home Page Special Feature------------------------------*/

.homepage-special-feature {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  border-bottom-style: none;
  border-bottom-color: var(--homepage-special-feature-border-bottom-color);
  width: 100%;
  z-index: 100;
  bottom: 0;
}

.homepage-special-feature .button {
  width: 100%;
  text-align: center;
  background-color: var(--homepage-special-feature-button-background-color);
  border-top: 1px solid;
  border-color: var(--homepage-special-feature-border-color);
  color: var(--homepage-special-feature-button-alink-color);
  cursor: pointer;
  font-weight: 700;
  font-size: 1.5em;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  height: 2em;
  padding: 1em;
  margin: .05em 0 .15em 0;
}

.homepage-special-feature .button:hover {
  background-color: var(--homepage-special-feature-button-hover-background-color);
  color: var(--homepage-special-feature-button-hover-text-color);
  text-decoration: none;
}


/*-----------------------Start Icon Bar------------------------------*/

.icon-bar {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  border-bottom-style: none;
  border-bottom-color: var(--icon-bar-border-bottom-color);
  width: 100%;
  z-index: 100;
  bottom: 0;
}

.icon-bar .button {
  width: 100%;
  text-align: center;
  background-color: var(--icon-bar-button-background-color);
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: var(--icon-bar-border-color);
  color: var(--icon-bar-button-alink-color);
  cursor: pointer;
  font-weight: 700;
  font-size: 1em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  height: 7em;
}

.icon-bar .button:not(:last-child) {
  border-right: none;
  /* Prevent double borders */
}

/* Add a background color on hover */
.icon-bar .button:hover {
  background-color: var(--icon-bar-button-hover-background-color);
  color: var(--icon-bar-button-hover-text-color);
  text-decoration: none;
}

/*---------------------------Individual Icon Buttons-------------------*/
.icon-button-trash-icon,
.icon-button-howdoi-icon,
.icon-button-tourism-icon,
.icon-button-calendar-icon,
.icon-button-police-icon,
.icon-button-documents-icon {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 4em;
  height: 4em;
  line-height: 1;
}

.icon-button-police-icon > img,
.icon-button-trash-icon > img,
.icon-button-howdoi-icon > img,
.icon-button-tourism-icon > img,
.icon-button-calendar-icon > img,
.icon-button-documents-icon > img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(333deg) brightness(107%) contrast(103%);
}

.icon-button-text {
  line-height: 1em;
  font-size: 1.3em;
}

/*------------------End Icons Bar-----------------------------------*/

.img-width100 {
  width: 100%;
  height: auto;
}

.left-margin-6em{
  margin-left:6em;
}

.lightblue-item {
  background-color: var(--lightblue-item-background-color);
  color: var(--lightblue-item-text-color);
}

.meeting-item-green {
  background-color: var(--meeting-item-green-background-color);
  color: var(--meeting-item-green-text-color);
}

.meeting-item-blue {
  background-color: var(--meeting-item-blue-background-color);
  color: var(--meeting-item-blue-text-color);
}



.padding-right-point25em {
  padding-right: 0.25em;
}

.stacked-accordion {
  border: none;
  margin-bottom: 1px;
  border-radius: 10px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.table-front{
  width:100%;
}
.table-front table,
th,
td {
  border: 1px solid var(--transparent);
}

.table-front tr:nth-child(even) {
  background-color:var(--table-front-even-rows-background-color);
}

.table-front th,
.table-front td {
  text-align: center;
}



/*--------------------------------------------------------------------------------------*/
/*--------------------------------Police Page Elements----------------------------------*/
/*--------------------------------------------------------------------------------------*/

.police-center-container {
  position: relative;
  background-color: var(--police-center-container-background-color);
  z-index: 99;
  max-width: 960px;
  min-width: 768px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0em;
  gap: 0em;
}

.pd-center-title {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0.25em auto 0.25em auto;
  font-size: 1.5em;
  font-weight: 500;
  border-bottom: 0.1em solid var(--pd-center-title-border-bottom-color);
  width: 100%;
}

.police-960-col-100p {
  width: 100%;
  padding: 1em;
  min-height: 70vh;
}

.police-stats-year {
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.police-stats-current-year {
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}

.police-stats-month {
  margin-right: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.police-960-col-100p a:hover,
.police-960-col-50p a:hover {
  color: var(--police-960-col-a-hover-color);
}

.officer-profile {
  position: relative;
  display: block;
  height: 100%;
  clear: left;
}

.officer-profile > img {
  width: 12em;
  height: auto;
  float: left;
  margin: 0.3em;
}

.officer-info {
  padding-left: 0.5em;
  clear: left;
}

.pd-top-non-mobile {
  display: block;
}

.pd-top-mobile {
  display: none;
}

.pd-top-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0;
}
.pd-top-row-left-side {
  padding: 0;
  margin: 0;
}

.pd-top-row-right-side {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pd-top-row-right-side > img {
  max-width: 65%;
  height: auto;
  padding-right: 2em;
  z-index: 0;
}

.police-general-phone-numbers {
  font-size: 2em;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.police-sub-menu {
  background-color:var(--police-sub-menu-background-color);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 3;
  border-bottom: 2px solid var(--police-sub-menu-border-bottom-color);
}

.police-sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color:var(--police-sub-menu-ul-background-color);
}

.police-sub-menu li a {
  display: block;
  padding: 0 0 0 0;
  margin: 0.55em 0 0.55em 1.25em;
  border-right: 1px solid var(--police-sub-menu-li-a-border-right-color);
  text-decoration: none;
  color: var(--police-sub-menu-li-a-text-color);
}

.police-sub-menu li a:hover,
.police-sub-menu .menu-btn:hover {
  color: var(--police-sub-menu-li-a-hover-menu-btn-hover-text-color);
  background-color:var(--police-sub-menu-li-a-hover-menu-btn-hover-background-color);
}

.police-sub-menu .logo {
  cursor: pointer;
  display: inline-block;

  padding: 20px 5px;
  position: relative;
  user-select: none;
}

/* menu */

.police-sub-menu .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.police-sub-menu .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 10px 0px 10px 15px;
  color: var(--police-sub-menu-menu-icon-text-color);
  position: relative;
  user-select: none;
}

/* menu btn */

.police-sub-menu .menu-btn {
  display: none;
}

.police-sub-menu .menu-btn:checked ~ .menu {
  max-height: 100%;
}

.police-sub-menu .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.police-sub-menu .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.police-sub-menu .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.police-sub-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.police-sub-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 920px) {
  .police-sub-menu .logo {
    display: none;
  }

  .police-sub-menu li {
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .police-sub-menu li a {
    padding: 1em 1em 1em 1em;
    margin: 0 0 0 0;
    font-weight: 600;
    font-kerning: normal;
  }

  .police-sub-menu .menu {
    clear: none;
    max-height: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .police-sub-menu .menu-icon {
    display: none;
  }
}

/*-----------------------End Documents Container---------------------*/

/*----------------------Start Document Tables--------------------*/

#filetable {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid var(--file-table-border-color);
}

#filetable a {
  text-decoration: none;
}

#filetable a:hover {
  text-decoration: none;
  color: var(--file-table-a-hover-text-color);
}

#filetable td,
#filetable th {
  border: 0.5px solid var(--file-table-td-th-border-color);
  padding: 0.4em;
}

#filetable tr:nth-child(even) {
  background-color: var(--file-table-even-row-background-color);
}

#filetable tr:hover {
  background-color:var(--file-table-tr-hover-background-color);
}

#filetable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--file-table-th-background-color);
  color: var(--file-table-th-text-color);
}

.bgwhite-textblack-item {
  background-color: var(--bgwhite-textblack-item-background-color);
  color:var(--bgwhite-textblack-item-text-color);
}

.padding-all-around-1em {
  padding: 1em;
}

.archivebox {
  font-size: 1.6em;
}

.archivebox::before {
  font-family: FontAwesome;
  content: "\f187";
  color: var(--archiivebox-icon-before-color);
  padding-right: 0.3em;
  font-size: 1em;
}

.doc-accordion {
  margin: 0;
  padding: 0;
}

/*------------------------------End Documents Tables---------------------*/


.polaroid-gallery:hover {
  border: 1px solid var(--polaroid-gallery-hover-border-color);
}

.polaroid-gallery img {
  width: 100%;
  height: auto;
}

.polaroid-desc {
  padding: 5px;
  text-align: center;
  font-size: 0.75em;
}

.polaroid-desc a:any-link {
  font-size: 1em;
  text-decoration: underline;
}

.polaroid-responsive {
  padding: 0 6px;
  float: left;
  width: 30%;
}
/*--------------------------------------------------------------------------------------*/
/*-------------------------------Council Page Elements----------------------------------*/
/*--------------------------------------------------------------------------------------*/


.council-members {
  padding-left: 1em;
}

.council-members ul {
  padding-left: 1em;
}

.council-members a:hover {
  color: var(--council-members-a-hover-text-color);
  text-decoration: none;
}

/*--------------------------------------------------------------------------------------*/
/*-------------------------------Calendar Page Elements---------------------------------*/
/*--------------------------------------------------------------------------------------*/

.calendar-embed {
  border-width: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 60vh;
}

/*--------------------------------------------------------------------------------------*/
/*-------------------------------Rental Page Elements---------------------------------*/
/*--------------------------------------------------------------------------------------*/

.rental-program-h3 {
text-align: left;

}

