@charset "UTF-8";
/*!
 * _alpha-global.scss - Public Master 1.1
 * Andre Castro
 * Revision - 1.0
 *
 * Copyright (c) 2018 AlphaDog Solutions
 */
/* General Styles */
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-global.scss - Public Master v1.1
* Andre Castro
* CSS Revision - 1.26 [Calendar Popup windows line break]
*
* Copyright (c) 2018 AlphaDog Solutions
*
* Content
* . GENERAL GLOBAL STYLES
* . SITE HEADER
* . HOME PAGE
* . GENERAL CONTENT
* . ELECTED OFFICIALS PAGE
* . NOTICES PAGE & WIDGET
* . SIDEBAR & WIDGETS
* . MEDIA PAGE
* . FORMS PAGE
* . MEETINGS PAGE
* . CONTACT PAGE
* . CITIZEN REQUESTS PAGE
* . MODAL/POP-UP WINDOWS
* . FOOTER SECTION
* . ERROR PAGES (404, 500)
* . SCROLLING TICKER
* . QUICK LINK TAB
* . TRANSLATE TAB
* . OLD CODE TO KEEP THE WEBSITE WORKING
*/
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-typography.scss - Public Master 1.1
* Andre Castro
* Revision - 1.0
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*****************************************************************************
** GENERAL GLOBAL STYLES
*****************************************************************************/
body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #333;
  font-size: 15px;
  /* Links */
}
body a {
  color: #1877B7;
  text-decoration: none;
}
body a:hover {
  color: #0e5b8f;
  text-decoration: none;
}
body a:focus, body a:active, body a:visited {
  text-decoration: none;
}

/* increase width in small devices for better view */
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

/*****************************************************************************
** SITE HEADER
*****************************************************************************/
/* HOMEPAGE HEADER*/
.site-header {
  position: relative;
}
.site-header #logo-container {
  clear: both;
}
.site-header #logo-container a {
  display: contents;
}
.site-header #logo-container .container {
  position: relative;
  clear: both;
}
.site-header #main-menu-container {
  width: 100%;
  background-color: var(--pwm-primary);
  position: relative;
  z-index: 999;
  min-height: 50px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: padding linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: padding linear 0.2s, box-shadow linear 0.2s;
  -o-transition: padding linear 0.2s, box-shadow linear 0.2s;
  transition: padding linear 0.2s, box-shadow linear 0.2s;
}
.site-header {
  /* SEARCH BAR */
}
.site-header #search-bar-container {
  background: white;
  height: 80px;
  display: none;
  z-index: 999;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
}
.site-header #search-bar-container form input {
  height: 60px;
  border: 0;
  margin: 10px;
  padding: 10px 65px 10px 10px;
  background: white;
  color: #7D7D7D;
  width: 95%;
  font-size: 24px;
  outline: none;
}
.site-header #search-bar-container form button {
  border: 0;
  font-size: 20px;
}
.site-header {
  /* search bar on mobile version */
}
.site-header .nav-search-bar form input {
  height: 40px;
  border: 0;
  margin: 10px;
  padding: 10px 45px 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 95%;
  outline: none;
}
.site-header .nav-search-bar form button {
  margin: -60px;
  background: transparent;
  border: 0;
  color: #ca9d1b;
  height: 40px;
  width: 40px;
}

/* INTERNAL PAGES */
.feature-img-interior {
  background-image: url("/_Assets/img/header-internal-pages.jpg");
  background-repeat: no-repeat;
  display: block;
  position: relative !important;
  background-size: cover;
  box-shadow: 0 -7px 9px -7px rgba(0, 0, 0, 0.2) inset;
}
.feature-img-interior .container .feature-bg {
  padding-left: 25px;
}
.feature-img-interior .container .internal-logo {
  margin: 40px 0;
}

/*****************************************************************************
** HOME PAGE
*****************************************************************************/
/* MAIN SLIDER */
.placeholder-loading-slider {
  background-color: #FAFAFA;
  height: 500px;
}

#carousel-home-header .feature-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
  display: table !important;
  width: 100%;
  padding-top: 0 !important;
}
#carousel-home-header .feature-img .container {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
#carousel-home-header .feature-img .container #intro {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#carousel-home-header .feature-img .container #intro h1 {
  font-size: 56px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  margin: 0 auto 0 auto;
  color: white !important;
  text-shadow: 1px 1px 2px rgb(77, 77, 77);
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #carousel-home-header .feature-img .container #intro h1 {
    font-size: 50px;
  }
}
@media (min-width: 640px) and (max-width: 992px) {
  #carousel-home-header .feature-img .container #intro h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  #carousel-home-header .feature-img .container #intro h1 {
    font-size: 36px;
  }
}
#carousel-home-header .feature-img .container #intro h3 {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
#carousel-home-header .feature-img .container #intro .mask {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 15px;
  max-width: 900px;
  margin: 0 auto;
}

/* FEATURE ICONS SECTION */
.feature-icons-section {
  background-color: rgb(1.0448916409%, 67.2213622291%, 78.366873065%);
  padding: 10px 0;
  position: relative;
  clear: both;
  max-height: 120px;
  overflow: hidden;
}
.feature-icons-section .outerWrapper {
  overflow-x: hidden;
}
.feature-icons-section .outerWrapper .innerWrapper {
  min-width: 720px;
  display: block;
  padding: 0 !important;
}
.feature-icons-section .outerWrapper .innerWrapper .icons {
  min-width: 100px;
  text-align: center;
  padding: 8px 0 !important;
  overflow: hidden !important;
  display: inline;
  max-height: 100px;
}
.feature-icons-section .outerWrapper .innerWrapper .icons i {
  font-size: 44px;
  padding-bottom: 12px;
  display: block;
  color: white;
  opacity: 0.9;
}
.feature-icons-section .outerWrapper .innerWrapper .icons a {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  display: block;
  overflow: hidden;
}
.feature-icons-section .outerWrapper .innerWrapper .icons:hover {
  border-radius: 2px;
  background-color: rgb(0.6501547988%, 41.826625387%, 48.7616099071%);
}
@media (max-width: 720px) {
  .feature-icons-section .outerWrapper {
    margin: 0 40px;
  }
}
.feature-icons-section .prev {
  left: 10px;
}
.feature-icons-section .next {
  right: 10px;
}
.feature-icons-section .nav-arrows {
  position: absolute;
  top: 48px;
  z-index: 99;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
  color: white;
  line-height: 30px;
}
.feature-icons-section .nav-arrows img {
  margin-top: 8px;
}
.feature-icons-section .nav-arrows:hover {
  border-radius: 15px;
  background-color: rgb(0.386996904%, 24.8968008256%, 29.0247678019%);
}
.feature-icons-section .deactivated {
  display: none;
}

/* 3 BOTTOM BUTTONS HOME PAGE */
.featured-home-buttons .button-parent .buttons-child {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.featured-home-buttons .button-parent .buttons-child:hover {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.featured-home-buttons .button-parent .button-01 {
  background-image: url(/_Assets/img/btn-bottom-home-01.jpg);
}
.featured-home-buttons .button-parent .button-02 {
  background-image: url(/_Assets/img/btn-bottom-home-02.jpg);
}
.featured-home-buttons .button-parent .button-03 {
  background-image: url(/_Assets/img/btn-bottom-home-03.jpg);
}
.featured-home-buttons .button-parent a {
  display: block;
  min-height: 220px;
  background-color: rgba(0, 0, 0, 0.3);
}
.featured-home-buttons .button-parent a .button-label {
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  text-align: center;
  padding-top: 80px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  z-index: 9 !important;
  width: 100%;
  display: block;
}
.featured-home-buttons .button-parent a .button-label .icon-arrow {
  margin-top: 10px;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .featured-home-buttons .button-parent a .button-label .icon-arrow {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .featured-home-buttons .button-parent a .button-label {
    top: 60px;
  }
}

/* NEWSLETTER SECTION */
.newsletter-section {
  background-color: #EEE;
  text-align: center;
  padding: 50px 0 70px 0;
  margin-top: 60px;
  border-top: 1px solid #DADADA;
}
.newsletter-section h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #03c1e1;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.newsletter-section p {
  color: #333;
}
.newsletter-section input[type=email] {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
  border: 0;
  min-width: 360px;
  border-radius: 1px;
}
@media only screen and (max-width: 560px) {
  .newsletter-section input[type=email] {
    margin-bottom: 20px;
    min-width: 200px !important;
  }
}
.newsletter-section input[type=submit] {
  background-color: #ca9d1b;
  font-weight: bold;
  color: white;
  padding: 12px;
  border: none;
  min-width: 100px;
  border-radius: 1px;
}
.newsletter-section input[type=submit]:hover {
  background-color: rgb(61.5737648771%, 47.856837058%, 8.2301566915%);
}

/* SLIDER BOTTOM */
.home-bottom-slider {
  margin-top: 60px;
}

/**********************************************************************************************************
** GENERAL CONTENT
***********************************************************************************************************/
.main-content {
  padding-top: 30px;
  margin-bottom: 60px;
}
.main-content .container {
  padding-left: 0;
  padding-right: 0;
}
.main-content {
  /* All Pages Titles */
}
.main-content h2, .main-content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 1em;
}
.main-content h2:first-child, .main-content h3:first-child {
  margin-top: 0;
}
.main-content h2 span, .main-content h3 span {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: rgb(5%, 5%, 5%);
}
.main-content {
  /* Tabs News & Events, Notices, Archives */
  /* Bootstrap Tabs Style */
}
.main-content .nav-pills > li > a {
  border-radius: 4px;
  border: 1px solid var(--pwm-tabs-inactive-border) !important;
  margin: 4px;
  color: var(--pwm-tabs-inactive-text);
}
.main-content .nav-pills > li.active > a {
  background-color: var(--pwm-primary) !important;
  color: #FFF;
}
.main-content #tabNotices .new-label {
  /*display: none;*/
  position: absolute;
  top: -10px;
  right: 0;
  background-color: #ca9d1b;
  color: white;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
}
.main-content {
  /* Buttons & Content */
}
.main-content .article-btn {
  text-align: center;
}
.main-content .article-btn a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 10px;
  text-align: center;
  background-color: var(--pwm-primary);
  color: white;
  margin: 0 auto !important;
  border-radius: 4px;
}
.main-content .article-btn a:hover {
  background-color: var(--pwm-primary-10);
  color: white;
}
.main-content .article-btn-full a {
  display: block;
  width: 100%;
  display: inline-block;
  padding: 5px;
  line-height: 30px !important;
  vertical-align: middle !important;
  text-align: center !important;
  background-color: var(--pwm-primary);
  color: white;
  margin: 0 auto !important;
  border-radius: 3px;
}
.main-content .article-btn-full a:hover {
  background-color: var(--pwm-primary-10);
  color: white;
}
.main-content .deptNote {
  border: 1px dotted #d7c9a0;
  padding: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  border-radius: 3px;
}
.main-content .tab-content {
  /* Featured Articles Feed Item */
}
.main-content .tab-content #section-news .tag {
  color: white;
  font-size: 13px;
  font-weight: bold;
  float: right;
  padding: 0 10px;
  background-color: #ca9d1b;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 80px;
}
.main-content .tab-content #section-news .featured-article {
  background-color: #f2f2f2;
  padding: 20px !important;
  margin-top: 20px;
}
.main-content .tab-content #section-news .social.reading-more {
  bottom: -30px;
}
.main-content .tab-content {
  /* Article Feed Item */
}
.main-content .tab-content article {
  line-height: 20px;
  font-size: 15px;
  position: relative;
  padding: 40px 0 !important;
  border-bottom: 1px solid #EEE;
}
.main-content .tab-content article header h2 {
  font-size: 24px;
  font-weight: lighter;
  margin: 5px 0;
}
.main-content .tab-content article header .article-date {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
  display: block;
}
.main-content .tab-content article {
  /* make the images responsives*/
}
.main-content .tab-content article img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-content .tab-content article p {
  margin: 20px auto !important;
  /* Post image*/
}
.main-content .tab-content article p img:only-child {
  clear: both;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.main-content .tab-content article p {
  /* fix for long links */
}
.main-content .tab-content article p a {
  word-break: break-all;
}
.main-content .tab-content article {
  /* Fix to add space around the list */
}
.main-content .tab-content article ul, .main-content .tab-content article ol {
  display: table;
}
.main-content .tab-content article {
  /* Share icons */
}
.main-content .tab-content article .social {
  float: left;
  clear: both;
  max-width: 240px;
  z-index: 3;
  bottom: 0;
}
.main-content .tab-content {
  /* Load more button main feed */
}
.main-content .tab-content .btn-lm {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  border-radius: 0 !important;
  outline: none !important;
  padding: 10px 0;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
.main-content .tab-content .btn-lm:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -4px;
  bottom: -8px;
  left: 50%;
  border-color: #f9f9f9 transparent;
}
.main-content .tab-content .btn-lm:hover {
  color: #333;
  background-color: #CCC;
  border-bottom-color: #CCC;
  border-top-color: #CCC;
}
.main-content .tab-content .btn-lm:hover:after {
  border-color: #CCC transparent;
}
.main-content {
  /* Dynamic Generated Pages */
}
.main-content .page {
  margin-bottom: 1.6em;
  /* Main Title */
}
.main-content .page .title {
  text-transform: uppercase;
  color: #03c1e1;
  border-bottom: 4px solid #03c1e1;
  margin: 0 !important;
  line-height: 40px;
}
.main-content .page {
  /* Page Full Path */
}
.main-content .page .path {
  font-size: 13px;
  color: #919191;
  text-transform: uppercase;
}
.main-content .page {
  /* Cover Image*/
}
.main-content .page .cover-img {
  display: block;
  margin: 0 0 20px 0 !important;
}
.main-content .page {
  /* Content */
}
.main-content .page .content-page {
  color: #1A1A1A;
  background-color: #F2F2F2;
  padding: 20px !important;
}
.main-content .page .content-page .deptNote {
  background: #fff none repeat scroll 0 0;
  border: 1px dashed #494949;
  border-radius: 3px;
  font-size: 13px;
  line-height: 18px;
  padding: 30px;
  text-align: center;
}
.main-content .page .content-page .bld {
  font-weight: bold;
}
.main-content .page {
  /* Directory Table */
}
.main-content .page .directory-table {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  color: #1a1a1a;
  background-color: #f2f2f2;
}
.main-content .page .directory-table.table {
  margin-bottom: 60px;
}
.main-content .page .directory-table td, .main-content .page .directory-table th {
  vertical-align: middle !important;
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
  font-size: 14px;
}
.main-content .page .directory-table th {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  background-color: #f2f2f2;
}
.main-content .page .directory-table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}
.main-content .page .directory-table tbody td {
  border-left: none;
  border-top: none;
  border-bottom: 1px solid none;
}
.main-content .page .directory-table tbody td:first-child {
  border-left: none;
}
.main-content .page .directory-table .dir-title {
  max-width: 80px;
}
.main-content .page .directory-table .sub-dept .dir-name {
  padding-left: 26px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTgwRTM2MzYzNDdEMTFFNTk5NTNGNzVGQTAyMDBEQzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTgwRTM2MzczNDdEMTFFNTk5NTNGNzVGQTAyMDBEQzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFODBFMzYzNDM0N0QxMUU1OTk1M0Y3NUZBMDIwMERDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFODBFMzYzNTM0N0QxMUU1OTk1M0Y3NUZBMDIwMERDOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhzRedMAAACZSURBVHjaYjA2Nv4PxBf+///PgI6B4kxAzIgsxsSAA5iYmHAAqdVAvAzIZoOJ49QABOxALAjEEUC8B6gJxGZgBDkJSD8A4kIsmkAmdwCxIhDfAGIPFqiEAhCvZ8APNIB4BUiDIx5FXEA8BWrDOSAOBIcADk8LA6mtQGwOxNuAOOzMmTNfWfCY/hmIbwLxJSDOBCr+CxIECDAANHk4fMCRXBwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 8px center;
}
.main-content {
  /* News's Page */
}
.main-content article.article-full {
  padding: 0 !important;
  line-height: 20px;
  border-bottom: none !important;
}
.main-content article.article-full header h2 {
  margin-bottom: 0;
}
.main-content article.article-full header .article-date {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
  display: block;
}
.main-content article.article-full img {
  margin: 1.6em auto;
  max-width: 100%;
}
@media (max-width: 992px) {
  .main-content article.article-full {
    margin-top: 1.6em;
  }
}
.main-content {
  /* FAQ SECTION */
}
.main-content .faq-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 auto 30px auto;
}
.main-content .faq-list .panel {
  border: 0;
}
.main-content .faq-list .panel .status-icon {
  color: #03c1e1;
  font-size: 10px;
}
.main-content .faq-list .panel .panel-title a {
  display: block;
  color: #03c1e1;
}
.main-content .faq-list .panel .panel-heading {
  border-bottom: 1px solid #eee;
  background-color: white !important;
}
.main-content .faq-list .panel .panel-body {
  background-color: #fafafa;
}
.main-content .faq-list .panel ul > li {
  margin: 10px 0;
}
.main-content .faq-list .faq-q {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.main-content .faq-list .faq-a {
  padding: 20px;
  border: 1px solid #666;
}
.main-content .title-faq {
  text-transform: uppercase;
  color: #03c1e1;
  border-bottom: 4px solid #03c1e1;
  line-height: 40px;
  font-weight: normal !important;
}

/*****************************************************************************
** ELECTED OFFICIALS PAGE
*****************************************************************************/
.bio-contact {
  font-size: 15px;
}
.bio-contact .title-sidebar {
  display: none;
}
.bio-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bio-contact {
  /* CONTACT WIDGET */
}
.bio-contact .contact-list {
  margin-top: 20px;
}
.bio-contact .contact-list li {
  color: #333;
  border: none !important;
  padding: 5px !important;
}
@media screen and (min-width: 768px) {
  .bio-contact .contact-list li a[href*="tel:"] {
    cursor: text;
    color: #333 !important;
  }
}
.bio-contact .contact-list li i {
  color: rgb(50%, 50%, 50%);
  margin-right: 6px;
}
.bio-contact .contact-list .contact-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #03c1e1 !important;
}

/* Content & Text */
.bio-content {
  line-height: 22px;
}

/*****************************************************************************
** NOTICES PAGE & WIDGET
*****************************************************************************/
/* home widget - shown only when have notices to display */
.notices-section {
  margin-bottom: 20px;
}
.notices-section .title {
  text-transform: uppercase;
  color: #ed1c24 !important;
  border-bottom: 4px solid #ed1c24 !important;
  line-height: 40px;
  font-size: 32px;
  font-weight: 600;
}
.notices-section .notice-item {
  margin: 5px 0;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
}
.notices-section .notice-item a {
  display: block;
  padding: 10px;
  font-size: 22px;
}
.notices-section .notice-item a img {
  margin-right: 12px;
}
.notices-section .notice-item a span {
  float: right;
  background-color: #ed1c24;
  padding: 8px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.notices-section .notice-item:hover {
  background-color: #fafafa;
}

/* page */
.main-content ul.notice-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.main-content ul.notice-list li {
  font-size: 15px;
  list-style: none;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.main-content ul.notice-list li a .notice-icon {
  float: left;
  background-color: #03c1e1;
  color: #F1C40F;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  height: 60px;
  width: 60px;
  margin-right: 20px;
  border-radius: 60px;
}
.main-content ul.notice-list li a .notice-info span {
  display: block;
}
.main-content ul.notice-list li a .notice-info .notice-type {
  font-size: 13px;
  color: #333 !important;
}
.main-content ul.notice-list li a .notice-info .notice-title {
  font-size: 18px;
  font-weight: bold;
}
.main-content ul.notice-list li a .notice-info .notice-start {
  font-size: 13px;
  display: inline;
  padding-right: 10px;
  color: #333 !important;
}
.main-content ul.notice-list li a .notice-info .notice-end {
  font-size: 13px;
  display: inline;
  color: #333 !important;
}
.main-content ul.notice-list li a:hover .notice-icon {
  background-color: #F1C40F;
  color: #03c1e1;
}
.main-content {
  /* Past Notices Section*/
}
.main-content .past-notices {
  color: #03c1e1;
  border-bottom: 4px solid #03c1e1;
  font-weight: 700;
}

/* notices > view page */
.notices-section-full header {
  margin-bottom: 30px;
}
.notices-section-full header .notice-title {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
.notices-section-full header .notice-type {
  font-size: 13px;
  display: block;
}
.notices-section-full header .notice-start {
  font-size: 13px;
  display: inline;
  padding-right: 10px;
  color: #666;
}
.notices-section-full header .notice-end {
  font-size: 13px;
  display: inline;
  color: #666;
}
.notices-section-full p.callout {
  margin: 20px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  background: #fafafa;
}
.notices-section-full p.callout a {
  display: block;
  padding: 20px 0;
}

/*****************************************************************************
** SIDEBAR & WIDGETS
*****************************************************************************/
/* ALL SIDEBARS GENERAL */
.sidebar .title-sidebar {
  text-transform: uppercase;
  color: #ca9d1b;
  border-bottom: 4px solid #ca9d1b;
  line-height: 40px;
  font-size: 20px !important;
  font-weight: 600;
}
.sidebar {
  /* all accordion components */
}
.sidebar .section-accordion h4.panel-title {
  margin: 0 !important;
  padding: 13px 10px 13px 20px;
  width: 100%;
  min-height: 40px;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  position: relative;
  letter-spacing: 1px !important;
}
.sidebar .section-accordion h4.panel-title span.ac-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.2px 5px 0 5px;
  position: absolute;
  right: 5px;
  top: 18px;
}
.sidebar .section-accordion h4.panel-title.current {
  cursor: default;
}
.sidebar .section-accordion h4.panel-title.current span.ac-arrow {
  border-style: solid;
  border-width: 7.2px 5px 0 5px;
}
.sidebar .section-accordion h4.panel-title:hover {
  cursor: pointer !important;
}
.sidebar {
  /* RESOURCES BUTTONS ON SIDEBAR */
}
.sidebar .buttons-resources {
  margin-top: 40px;
  position: relative;
}
.sidebar .buttons-resources ul {
  list-style: none;
  padding: 0px;
}
.sidebar .buttons-resources ul li {
  background-color: #7D7D7D;
  padding: 0px;
  margin-bottom: 10px;
}
.sidebar .buttons-resources ul li a {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 18px;
  font-size: 1.2em;
}
.sidebar .buttons-resources ul li a:hover {
  background-color: #444;
}
.sidebar {
  /* CONTACT WIDGET */
}
.sidebar .contact-list li {
  color: #333;
  border: none !important;
  padding: 5px !important;
}
@media screen and (min-width: 768px) {
  .sidebar .contact-list li a[href*="tel:"] {
    cursor: text;
    color: #1877B7 !important;
  }
}
.sidebar .contact-list li i {
  color: rgb(50%, 50%, 50%);
}
.sidebar .contact-list .contact-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}
.sidebar {
  /* MEETING WIDGET */
}
.sidebar .accordion-meeting-archives .panel-default {
  border: none;
}
.sidebar .accordion-meeting-archives .panel-default .panel-heading {
  background: none;
  color: #919191;
}
.sidebar .accordion-meeting-archives .panel-default .panel-heading:hover {
  color: #333;
}
.sidebar .accordion-meeting-archives .panel-default .panel-heading h4 {
  margin: 0;
}
.sidebar .accordion-meeting-archives .disabled-icon {
  color: #E8E8E8;
  cursor: not-allowed;
}
.sidebar {
  /* FORMS WIDGET */
}
.sidebar .form-list-sb .btn-group a {
  font-size: "Source Sans Pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
  margin-left: 2px !important;
}
.sidebar .form-list-sb .btn-group a:first-child {
  margin-left: 0 !important;
}
.sidebar .form-list-sb .btn-group a:hover, .sidebar .form-list-sb .btn-group a.type-highlight {
  background: #333;
  color: #FFF;
}
.sidebar .form-list-sb .btn-group a.inactive {
  color: #ccc;
  display: none;
}
.sidebar .form-list-sb .btn-group a.inactive:hover {
  background: #FFF;
  color: #ccc;
}

aside section.sb-section {
  margin: 1.6em auto;
}
aside section.sb-section:first-child {
  margin: 0 auto 1.6em auto;
}
aside section.sb-section ul {
  list-style: none;
}
aside section.sb-section ul li {
  padding: 10px;
}
aside section.sb-section .side-box, aside section.sb-section ul {
  padding: 0 0 5px 0;
}
aside section.sb-section .side-box li, aside section.sb-section ul li {
  border-top: solid 1px #f9f9f9;
  border-bottom: solid 1px #e8e8e8;
}
aside section.sb-section .side-box li:first-child, aside section.sb-section ul li:first-child {
  border-top: none;
}
aside section.sb-section .side-box li:last-child, aside section.sb-section ul li:last-child {
  border-bottom: none;
}

/* SIDEBAR RESOURCES */
.sidebar-resources .panel {
  border: none;
  /* Title */
}
.sidebar-resources .panel h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: lighter;
}
.sidebar-resources .panel .panel-body {
  background-color: #fafafa;
}
.sidebar-resources .panel .panel-body ul {
  list-style: none;
  padding: 5px 10px !important;
  margin: 0;
}
.sidebar-resources .panel .panel-body ul li {
  margin-bottom: 8px;
}
.sidebar-resources .panel .panel-body ul li a {
  cursor: pointer;
}
.sidebar-resources .panel .panel-body ul .collapse-menu li {
  padding-left: 1em;
  text-indent: -0.7em;
}
.sidebar-resources .panel .panel-body ul .collapse-menu li:before {
  content: "•";
  color: #999999;
}
.sidebar-resources .panel .panel-body span.ng-binding {
  display: block;
  font-size: 13px;
  color: #333 !important;
}
.sidebar-resources .panel .panel-heading .panel-title a {
  display: block;
}
.sidebar-resources .panel .ul-dated span {
  clear: both;
}
.sidebar-resources .panel .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: #666666;
  font-size: 0.7em !important;
}
.sidebar-resources .panel .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
.sidebar-resources .panel .panel-heading {
  background-color: white !important;
  padding: 0 !important;
}
.sidebar-resources {
  /* MEETING CANCELED FIX */
}
.sidebar-resources .canceled-meeting {
  color: red !important;
}
.sidebar-resources .canceled-meeting strong {
  text-decoration: line-through;
}

/*****************************************************************************
** MEDIA PAGE
*****************************************************************************/
/* Responsive embed */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*****************************************************************************
** FORMS PAGE
*****************************************************************************/
.form-section h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
.form-section .form-item {
  padding: 10px 0;
  margin-bottom: 1px;
  background-color: #f1f1f1;
}
.form-section .form-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.form-section .form-item .form-title {
  line-height: 26px;
  vertical-align: middle;
}
.form-section .form-item .form-links .btn-group {
  float: right;
}
.form-section .form-item .form-links .btn-group a {
  text-transform: uppercase;
  font-size: 11px;
  border: none;
  margin-left: 5px;
  margin-top: 0;
  background: white;
  color: #333;
  line-height: 11px;
}
.form-section .form-item .form-links .btn-group a:hover, .form-section .form-item .form-links .btn-group a.type-highlight {
  background: #333;
  color: white;
}
.form-section .form-item .form-links .btn-group a:first-child {
  margin-left: 0;
}
.form-section .form-item .form-links .btn-group a.inactive {
  color: rgb(85%, 85%, 85%);
  pointer-events: none;
}
.form-section .form-item .form-links .btn-group a.inactive:hover, .form-section .form-item .form-links .btn-group a.inactive:focus, .form-section .form-item .form-links .btn-group a.inactive:active, .form-section .form-item .form-links .btn-group a.inactive:visited {
  background: white;
  color: rgb(85%, 85%, 85%);
  outline: none;
}

/*****************************************************************************
** MEETINGS PAGE
*****************************************************************************/
.page .meeting-section .title-year {
  font-size: 42px !important;
  text-align: center;
  color: #999999;
}
.page .meeting-section .disabled-icon {
  color: #E8E8E8;
  cursor: not-allowed;
}

/* Cancelled meeting  */
.meeting-item {
  margin-bottom: 30px;
}
.meeting-item tr.meeting-canceled {
  background-color: #f1f1f1;
  color: #aaa;
}
.meeting-item tr.meeting-canceled .glyphicon {
  color: #e0e0e0 !important;
}
.meeting-item tr.meeting-canceled .glyphicon:hover {
  color: #e0e0e0 !important;
  cursor: url("data:image/gif;base64,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"), auto;
}
.meeting-item tr.meeting-canceled:hover {
  cursor: url("data:image/gif;base64,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"), auto;
  -webkit-filter: blur(1px);
  background-color: rgb(93.5098039216%, 93.5098039216%, 93.5098039216%);
}
.meeting-item .meeting-table {
  margin-bottom: 0;
}
.meeting-item .meeting-table td {
  padding: 5px 0 5px 0 !important;
  font-size: 15px;
}
.meeting-item .meeting-table td.meeting-location {
  font-size: 15px !important;
}
.meeting-item .meeting-table th {
  padding: 10px 0 4px 0 !important;
  border-bottom: none;
  font-size: 15px;
  font-weight: normal;
}
.meeting-item .meeting-table tbody td.center-inner {
  font-size: 15px;
  padding: 8px 0 8px 0 !important;
}

/*****************************************************************************
** CONTACT PAGE
*****************************************************************************/
.contact-us-page {
  /* Google Maps */
}
.contact-us-page .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.contact-us-page .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.contact-us-page {
  /* Form Submit Button */
}
.contact-us-page .btn-contact {
  background-color: #03c1e1;
  color: white;
  margin: 15px 0;
  padding: 15px;
  width: 100%;
}
.contact-us-page .btn-contact:hover {
  background-color: var(--pwm-primary-10);
}

/*****************************************************************************
** CITIZEN REQUESTS PAGE
*****************************************************************************/
#citizen-requests-page h1 {
  margin-top: 0 !important;
}
#citizen-requests-page .step {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#citizen-requests-page .step .v-stepper {
  position: relative;
}
#citizen-requests-page .step {
  /* regular step */
}
#citizen-requests-page .step .circle {
  background-color: white;
  border: 3px solid #CCC;
  border-radius: 100%;
  width: 30px; /* +6 for border */
  height: 30px;
  display: inline-block;
}
#citizen-requests-page .step .line {
  top: 23px;
  left: 14px;
  height: 100%;
  position: absolute;
  border-left: 3px solid #CCC;
  z-index: -1;
}
#citizen-requests-page .step.completed .circle {
  visibility: visible;
  background-color: #fbbd19;
  border-color: #fbe8aa;
}
#citizen-requests-page .step.completed .line {
  border-left: 3px solid #fbbd19;
}
#citizen-requests-page .step.not-completed {
  opacity: 0.4;
  pointer-events: none;
}
#citizen-requests-page .step.active .circle {
  visibility: visible;
  border-color: #fbbd19;
  background-color: white;
}
#citizen-requests-page .step.empty .circle {
  visibility: hidden;
}
#citizen-requests-page .step.empty .line {
  top: 0;
  height: 150%;
}
#citizen-requests-page .step:last-child .line {
  border-left: 3px solid white;
  z-index: -1; /* behind the circle to completely hide */
}
#citizen-requests-page .content {
  margin-left: 20px;
  display: inline-block;
  width: 100%;
}
#citizen-requests-page #geomap {
  width: 100%;
  height: 400px;
}

/*****************************************************************************
** MODAL/POP-UP WINDOWS
*****************************************************************************/
.modal, .meeting-view {
  /* main window */
}
.modal .modal-content, .meeting-view .modal-content {
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.42);
  border-radius: 8px;
  max-width: 580px;
  margin: 0 auto;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  color: #333;
  /* header */
}
.modal .modal-content .modal-header, .meeting-view .modal-content .modal-header {
  border-bottom: none;
  color: #333;
  padding-bottom: 0px;
  text-transform: uppercase;
  line-height: 1.2;
}
.modal .modal-content .modal-header .modal-subtitle, .meeting-view .modal-content .modal-header .modal-subtitle {
  color: #999;
}
.modal .modal-content .modal-header, .meeting-view .modal-content .modal-header {
  /* close button*/
}
.modal .modal-content .modal-header button, .meeting-view .modal-content .modal-header button {
  font-size: 36px;
}
.modal .modal-content, .meeting-view .modal-content {
  /* body */
}
.modal .modal-content .modal-body, .meeting-view .modal-content .modal-body {
  /* fix for long links */
}
.modal .modal-content .modal-body a, .meeting-view .modal-content .modal-body a {
  word-break: break-all;
}
.modal .modal-content .modal-body, .meeting-view .modal-content .modal-body {
  /* addthis icons */
}
.modal .modal-content .modal-body .social, .meeting-view .modal-content .modal-body .social {
  float: right;
}
.modal .modal-content .modal-body .section-icon, .meeting-view .modal-content .modal-body .section-icon {
  min-width: 60%;
  float: none;
  clear: both;
  margin-bottom: 20px;
  min-height: 50px;
  display: inline-flex;
}
.modal .modal-content .modal-body .section-icon .icon, .meeting-view .modal-content .modal-body .section-icon .icon {
  min-width: 60px;
  float: left;
}
.modal .modal-content .modal-body .section-icon .content, .meeting-view .modal-content .modal-body .section-icon .content {
  float: left;
}
.modal .modal-content .modal-body .section-icon .content a, .meeting-view .modal-content .modal-body .section-icon .content a {
  line-break: anywhere;
}
.modal .modal-content .modal-body .section-icon .content .title, .meeting-view .modal-content .modal-body .section-icon .content .title {
  color: #03c1e1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.modal .modal-content .modal-body .section-icon, .meeting-view .modal-content .modal-body .section-icon {
  /* add to calendar link */
}
.modal .modal-content .modal-body .section-icon .addtocalendar .atcb-link, .meeting-view .modal-content .modal-body .section-icon .addtocalendar .atcb-link {
  color: #1877B7;
  font-size: 13px;
}
.modal .modal-content .modal-body .section-icon .addtocalendar .atcb-link:hover, .meeting-view .modal-content .modal-body .section-icon .addtocalendar .atcb-link:hover {
  color: #0e5b8f;
}
.modal .modal-content .modal-body .section-icon .addtocalendar .atcb-list, .meeting-view .modal-content .modal-body .section-icon .addtocalendar .atcb-list {
  padding: 4px;
}
.modal .modal-content .modal-body, .meeting-view .modal-content .modal-body {
  /* attachment buttons */
}
.modal .modal-content .modal-body .attachment, .meeting-view .modal-content .modal-body .attachment {
  display: inline-block;
}
.modal .modal-content .modal-body #pdf-links, .modal .modal-content .modal-body #Event_Link, .meeting-view .modal-content .modal-body #pdf-links, .meeting-view .modal-content .modal-body #Event_Link {
  display: table;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.modal .modal-content .modal-body #pdf-links li, .modal .modal-content .modal-body #Event_Link li, .meeting-view .modal-content .modal-body #pdf-links li, .meeting-view .modal-content .modal-body #Event_Link li {
  list-style-type: none;
  display: table-cell;
}
.modal .modal-content .modal-body #pdf-links li a, .modal .modal-content .modal-body #Event_Link li a, .meeting-view .modal-content .modal-body #pdf-links li a, .meeting-view .modal-content .modal-body #Event_Link li a {
  padding: 16px;
  background: #03c1e1;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
  display: block;
}
.modal .modal-content .modal-body #pdf-links li a:hover, .modal .modal-content .modal-body #Event_Link li a:hover, .meeting-view .modal-content .modal-body #pdf-links li a:hover, .meeting-view .modal-content .modal-body #Event_Link li a:hover {
  filter: brightness(85%);
}

.meeting-view .modal-content {
  max-width: 100% !important;
}

/* transparent overlay for custom popups and quicklinks menu */
#overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

#overlay.toggled {
  display: block !important;
}

/*****************************************************************************
** FOOTER SECTION
*****************************************************************************/
footer {
  font-size: 15px;
  background: url(/_Assets/img/footer-background.png) right bottom no-repeat rgb(0.5975232198%, 38.4406604747%, 44.8142414861%);
  color: white;
  /* footer titles */
}
footer h3 {
  margin-bottom: 15px;
  padding: 10px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #FEC347;
}
footer {
  /* general styles */
}
footer a {
  color: white;
  cursor: pointer;
}
footer a:hover, footer a:active, footer a:focus {
  color: #ca9d1b;
}
footer {
  /* elected officials */
}
footer section ul {
  padding: 0;
  list-style: none;
}
footer section ul li {
  margin: 0 0 10px 0;
}
footer section ul li strong {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}
footer {
  /* site map */
}
footer nav ul {
  list-style: none;
  padding: 0;
}
footer nav ul li {
  margin-top: 10px;
}
footer nav ul ul {
  list-style-type: disc;
  padding-left: 15px;
}
footer {
  /* credits on bottom */
}
footer .credits {
  font-size: 13px;
  margin-bottom: 15px;
  padding: 0 15px;
}
footer .credits hr {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  footer .credits {
    text-align: center !important;
  }
}
footer {
  /* translate button */
}
footer #translate-btn-footer {
  text-align: right;
}
footer #translate-btn-footer a {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 4px;
  color: white;
}
footer #translate-btn-footer a i {
  font-size: 16px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  footer #translate-btn-footer a {
    margin: 20px auto 0 auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  footer #translate-btn-footer {
    text-align: center;
  }
}

/*****************************************************************************
** ERROR PAGES (404, 500)
*****************************************************************************/
.section404 {
  /* Title */
}
.section404 h1 {
  color: #03c1e1;
  font-weight: 500;
  padding-bottom: 40px;
}
.section404 {
  /* Search form */
}
.section404 form input {
  padding: 18px;
  border: 0;
  background-color: #EAEAEA;
  width: 80%;
  margin-bottom: 30px;
}
.section404 form button {
  margin: -60px;
  background: transparent;
  border: 0;
  color: #7d7d7d;
  height: 60px;
  width: 60px;
  font-size: 20px;
}
.section404 {
  /* Most visited links */
}
.section404 .most-visited {
  list-style-type: none;
  padding: 0;
}
.section404 .most-visited li {
  margin: 8px 0;
}

/*****************************************************************************
** SCROLLING TICKER
*****************************************************************************/
.ticker {
  display: none;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  background-color: #eee;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  height: 55px;
  position: relative;
  z-index: 999;
}
.ticker span {
  display: inline-block;
  padding-left: 100%;
  animation: ticker 14s linear infinite;
  font-size: 18px;
}
.ticker span a {
  margin-right: 100px;
  border-radius: 2px;
  padding: 12px 30px;
}
.ticker span:hover {
  animation-play-state: paused;
}
.ticker .ticker-alert {
  background-color: #e74c3c;
  color: white !important;
}
.ticker .ticker-attention {
  background-color: #f1c40f;
  color: black !important;
}
.ticker .ticker-update {
  background-color: #27ae60;
  color: black !important;
}

@keyframes ticker {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/*****************************************************************************
** QUICK LINK TAB
*****************************************************************************/
/* overflow tab */
a.quick-links-tab {
  display: block;
  position: fixed;
  height: 160px;
  width: 35px;
  background: #03c1e1 url("/_Assets/img/links-tab.png") center center/35px 160px no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  z-index: 1000;
  outline: none !important;
  cursor: pointer;
}
a.quick-links-tab:hover {
  background-color: #ca9d1b;
}

/* menu */
#sidebar-quicklinks {
  z-index: 99999;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  margin-right: -300px;
  overflow-y: auto;
  background: white;
  width: 300px;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#sidebar-quicklinks .panel-default {
  border: none;
}
#sidebar-quicklinks .panel {
  background: none;
}
#sidebar-quicklinks .panel .panel-heading {
  background: none;
  color: #03c1e1;
  border-bottom: 3px solid #03c1e1;
  text-transform: uppercase;
  padding: 8px 4px;
}
#sidebar-quicklinks .panel .panel-heading a {
  display: block;
}
#sidebar-quicklinks .panel .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: #666666;
  font-size: 0.7em !important;
}
#sidebar-quicklinks .panel .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
#sidebar-quicklinks .panel ul {
  list-style: none;
  padding-left: 0px;
}
#sidebar-quicklinks .panel ul li {
  margin: 18px 0;
  font-size: 15px;
}
#sidebar-quicklinks {
  /* filter */
}
#sidebar-quicklinks .filter-quicklinks {
  position: relative;
  margin-bottom: 20px;
}
#sidebar-quicklinks .filter-quicklinks #filter-quicklinks-input {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #eeeeee;
}
#sidebar-quicklinks .filter-quicklinks #searchclear {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}
#sidebar-quicklinks .arrow-close {
  position: fixed;
  right: 315px;
  top: 20px;
  display: none;
}
#sidebar-quicklinks .arrow-close.toggled {
  display: block !important;
}
#sidebar-quicklinks.visible {
  right: 300px;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/*****************************************************************************
** TRANSLATE TAB
*****************************************************************************/
@media screen and (max-width: 768px) {
  #logo-container {
    padding: 4px 5px 20px 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 460px) {
  #logo-container {
    padding: 15px 5px;
  }
}
#translate-header-btn {
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 7px;
  color: #777;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: -5px;
}
#translate-header-btn a {
  display: block !important;
  padding: 12px 20px;
}
#translate-header-btn:hover {
  background-color: #ddd;
}
@media screen and (max-width: 860px) {
  #translate-header-btn {
    position: relative !important;
  }
}
@media screen and (max-width: 460px) {
  #translate-header-btn {
    display: none;
  }
}

.goog-te-banner-frame.skiptranslate {
  display: block !important;
  z-index: 999;
}

.goog-te-combo {
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
}

/*****************************************************************************
** OLD CODE TO KEEP THE WEBSITE WORKING
*****************************************************************************/
.plk {
  padding-left: 0 !important;
}
@media screen and (max-width: 640px) {
  .plk.mobfix {
    padding-left: 15px !important;
  }
}

.prk {
  padding-right: 0 !important;
}
@media screen and (max-width: 640px) {
  .prk.mobfix {
    padding-right: 15px !important;
  }
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Libraries */
/*!
* _alpha-calendar.scss - Public Master 1.1
* Andre Castro
* Revision - 1.0
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-typography.scss - Public Master 1.1
* Andre Castro
* Revision - 1.0
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
.atcb-list {
  background: #fafafa;
  border: 1px solid #ccc;
  margin-top: 5px;
  border-radius: 4px;
  padding: 5px;
  margin: 5px;
}

#calendar {
  margin: 0 auto;
}

.fc-event {
  border: none !important;
  padding: 5px !important;
}
.fc-event.Event {
  background-color: #a1646d;
}
.fc-event.Meeting {
  background-color: #889b68;
}
.fc-event.HealthService {
  background-color: #005B96;
}
.fc-event.Canceled {
  background-color: #777 !important;
  text-decoration: line-through;
}

#Meeting_IsCanceled, #Event_IsCanceled {
  display: block;
  padding: 10px;
  background-color: #e74c3c;
  color: #fff;
  margin: 0 auto 10px auto;
  font-weight: bold;
}

.loader {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 9px;
  text-transform: uppercase;
  color: #888;
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 9999;
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
  display: block;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * _SM-custom-clean.scss - Public Master 1.1
 * Andre Castro
 * Revision - 1.0
 *
 * Copyright (c) 2018 AlphaDog Solutions
 */
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/* MOBILE BEHAVIOR */
@media screen and (max-width: 767px) {
  #main-menu {
    background-color: var(--pwm-primary);
    max-height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sm-clean a {
    color: white !important;
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main-menu > li > a {
    font-size: 13px;
  }
  #main-menu .sub-arrow {
    display: none;
  }
}
.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: white;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
}

#main-menu > li > a {
  height: 50px;
}

#main-menu li ul li a {
  font-size: 13px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #main-menu li ul li:hover {
    background-color: #dddddd;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: white;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  #main-menu > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
  }
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 16px 0;
  /* make room for the toggle button (sub indicator) */
  color: #ffffff;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-clean a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
}

.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: "-";
}

.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-clean > li:first-child {
  border-top: 0;
}

.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
  max-width: none !important; /* this code prevent break lines */
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }
  .sm-clean li {
    float: left;
  }
  .sm-clean.sm-rtl li {
    float: right;
  }
  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap; /* this code prevent break lines */
  }
  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  .sm-clean a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  /*.sm-clean a.has-submenu {
    padding-right: 24px;
  }*/
  .sm-clean a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: white transparent transparent transparent;
    background: transparent;
    opacity: 0.7;
  }
  .sm-clean a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul:before,
  .sm-clean > li > ul:after {
    content: "";
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent white transparent;
  }
  .sm-clean ul {
    padding: 5px 0;
    background: white;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean span.scroll-up, .sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-clean span.scroll-up:hover, .sm-clean span.scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ffffff transparent;
  }
  .sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #ffffff transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul:before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul:after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: white;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul:before,
  .sm-clean.sm-vertical > li > ul:after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: white;
  }
}
/*!
* _fullcalendar-theme.scss - Public Master 1.1
* Andre Castro
* Revision - 1.0
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-typography.scss - Public Master 1.1
* Andre Castro
* Revision - 1.0
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
body .section-calendar {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
}
body .fc-view table, body .fc-view td, body .fc-view tr, body .fc-view th {
  border-color: #e0e0e0;
  border-width: 1px !important;
}
body .fc-unthemed th,
body .fc-unthemed td,
body .fc-unthemed thead,
body .fc-unthemed tbody,
body .fc-unthemed .fc-divider,
body .fc-unthemed .fc-row,
body .fc-unthemed .fc-popover {
  border-color: #e0e0e0;
}
body .fc-other-month {
  background-color: #eee;
}
body .fc-day:hover {
  background: #FFF;
}
body .fc-event {
  border-radius: 0;
  line-height: 14px;
  vertical-align: middle;
  padding: 2px 2px 0 2px;
  font-size: 11px;
}
body .fc-event:hover {
  background: #4C4C4C;
  color: white;
  cursor: pointer;
}
body .fc-unthemed .fc-today {
  background-color: #fff;
}
body .fc-unthemed th {
  padding: 10px 0;
  font-weight: normal !important;
  background-color: #03c1e1;
  color: #fff;
  border-color: #fff !important;
}
body .fc-unthemed .fc-row {
  background-color: white;
}

/* Optional Modules */
/*@import "optional_modules/alpha-ordinances";*/
/*!
* _alpha-splash-popup.scss - Public Master 1.1
* Andre Castro
* Revision - 1.0
*
* Copyright (c) 2018 AlphaDog Solutions
*/
#popup-splash {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  width: 600px;
}

#popup-splash.toggled {
  display: block !important;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

#overlay.toggled {
  display: block !important;
}

/* Custom CSS just for this website */
/*!
* _alpha-custom.scss - Public Master 1.1
* Andre Castro
* Revision - 1.0
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/* CALENDAR PAGE > BUTTON ON TITLE */
main .page .calendar-archive-button a {
  padding: 8px 15px;
  display: block;
  color: white;
  background-color: var(--pwm-primary-10);
}
main .page .calendar-archive-button a:hover {
  background-color: var(--pwm-primary);
  color: white;
}

.covid-info {
  padding: 14px 0;
  background-color: #E74C3C;
  text-align: center;
  color: white;
  font-size: 22px;
  margin: 0;
}
.covid-info a {
  border-radius: 8px;
  padding: 4px;
  color: white;
  background-color: #C42B23;
  margin: 5px 10px;
  display: block;
}
@media screen and (min-width: 760px) {
  .covid-info a {
    display: inline;
    padding: 10px;
    margin: 0 10px;
  }
}
.covid-info a:hover {
  color: white;
}
.covid-info .covid-and {
  display: none;
}
@media screen and (min-width: 760px) {
  .covid-info .covid-and {
    display: inline;
  }
}

.forms-page .form-section {
  margin: 10px 0;
}
.forms-page .form-section .title {
  font-size: 16px !important;
}

/* CUSTOM FONT NEW SIZES FOR THE HOME PAGE SLIDER */
#carousel-home-header .feature-img .container #intro h1 {
  font-size: 46px;
  color: #F1C40F !important;
  text-shadow: 1px 1px 10px #000 !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #carousel-home-header .feature-img .container #intro h1 {
    font-size: 40px;
  }
}
@media (min-width: 640px) and (max-width: 992px) {
  #carousel-home-header .feature-img .container #intro h1 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  #carousel-home-header .feature-img .container #intro h1 {
    font-size: 26px;
  }
}

.cod-link {
  display: block;
  width: 80%;
  margin: 0 auto 25px auto;
  height: 260px;
  line-height: 260px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: white;
  outline: none;
  border-radius: 6px;
  background-color: #03c1e1;
  background-image: url(../img/bg-ordinances.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.cod-link span {
  color: #fecf51;
}
.cod-link span:first-child {
  padding-right: 8px;
}
.cod-link:hover, .cod-link:active, .cod-link:focus {
  background-color: #03c1e1;
  color: white;
  outline: none;
}
.cod-link:hover span, .cod-link:active span, .cod-link:focus span {
  color: #bde7ff;
}

.ordinances.codified {
  text-align: center;
}
.ordinances.codified p span {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 10px auto;
}
.ordinances.ordinance-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.ordinances.ordinance-list li {
  list-style: none;
  padding: 8px;
  background: white;
}
.ordinances.ordinance-list li a {
  display: block;
}
.ordinances.ordinance-list li a i {
  display: block;
  font-weight: bold;
  color: black;
}
.ordinances.ordinance-list li a span {
  display: block;
  font-size: 12px;
  color: #444;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.ordinances.ordinance-list li a:hover span {
  color: #666666;
  border-bottom-color: #97bbcf;
}
.ordinances.ordinance-list li:nth-child(odd) {
  background: #eeeeee;
}

#boxinf {
  padding: 40px;
  background-color: #F4F9FF;
  border: 1px dashed #C0D8EF;
  margin-bottom: 30px;
}

/* FOOTER SOCIAL ICONS */
.footer-social {
  margin-top: 20px;
}
.footer-social a {
  margin: 2px;
}
.footer-social a img {
  border-radius: 8px;
}

.feature-icons-section {
  max-height: 140px !important;
}
.feature-icons-section .icons {
  max-height: 140px !important;
}

/* MAIN SLIDER MASK REMOVAL */
#carousel-home-header .feature-img .container #intro .mask {
  background-color: transparent !important;
}

/* WCAG IMPROVEMENTS & FIXES */
.buttons-resources ul li {
  margin-bottom: 3px !important;
  background-color: #eee !important;
}
.buttons-resources ul li a {
  color: #000 !important;
}
.buttons-resources ul li a:hover {
  background-color: #CCC !important;
}

#translate-header-btn a {
  color: #000;
}

/* FIX FEATURED ICONS */
.feature-icons-section .icons {
  max-height: 120px !important;
}

/* Bootstrap 5 look-match bridges (must be last) */
/*!
 * _acnj-bs5.scss — Bridge BS3-era chrome selectors to Bootstrap 5.3 markup.
 * Public site look. Token colors live in _pwm-theme.css. Town transfers replace values, not this chrome.
 */
/*!
* _alpha-variables.scss - Public Master 1.1
* Andre Castro
* Revision - 1.3 [notices widget added]
*
* Copyright (c) 2018 AlphaDog Solutions
*/
/* --------------------------------------------------------------------------
   BS3 utility shims (removed in BS5)
   -------------------------------------------------------------------------- */
.hidden {
  display: none !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

.rel {
  position: relative;
}

/* BS3 caret used on footer sitemap + nav dropdowns */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* --------------------------------------------------------------------------
   Tab pills — retarget .nav-pills > li > a / li.active to BS5
   li.nav-item > button.nav-link.active
   Live: active primary fill, outlined inactive
   -------------------------------------------------------------------------- */
.section-tabs .nav-pills > li > a,
.section-tabs .nav-pills > li.nav-item > a,
.section-tabs .nav-pills > li.nav-item > button.nav-link,
.section-tabs .nav-pills > li > button.nav-link {
  border-radius: 4px;
  border: 1px solid var(--pwm-tabs-inactive-border) !important;
  margin: 4px;
  color: var(--pwm-tabs-inactive-text);
  background-color: #fff;
  width: 100%;
}
.section-tabs .nav-pills > li.active > a,
.section-tabs .nav-pills > li.active > button.nav-link,
.section-tabs .nav-pills > li.nav-item > a.active,
.section-tabs .nav-pills > li.nav-item > button.nav-link.active,
.section-tabs .nav-pills > li.nav-item > .nav-link.active {
  background-color: var(--pwm-primary) !important;
  border-color: var(--pwm-primary) !important;
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   News article cards + load-more bar + teal body buttons
   -------------------------------------------------------------------------- */
.tab-content article img.pull-left,
.tab-content article img.float-start {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 400px;
  height: auto;
}
.tab-content a.read-more {
  display: inline-block;
  padding: 10px 16px;
  margin-top: 8px;
  background-color: var(--pwm-primary);
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
.tab-content a.read-more:hover, .tab-content a.read-more:focus {
  background-color: var(--pwm-primary-10);
  color: white;
}
.tab-content .article-btn a,
.tab-content a.article-btn,
.tab-content .article-btn-full a {
  background-color: var(--pwm-primary);
  color: white;
}

/* --------------------------------------------------------------------------
   Notices widget chrome — #eeeeee box / #0B2C5A title / gold button
   -------------------------------------------------------------------------- */
.notices-section {
  background-color: #eeeeee;
  padding: 16px 18px 12px;
  margin-bottom: 24px;
}
.notices-section .title {
  text-transform: uppercase;
  color: #0B2C5A !important;
  border-bottom: 4px solid #0B2C5A !important;
  line-height: 40px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
.notices-section .notice-item {
  background-color: #fff;
  margin: 8px 0;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}
.notices-section .notice-item a {
  display: block;
  padding: 10px 12px;
  font-size: 20px;
  color: #1877B7;
  overflow: hidden;
}
.notices-section .notice-item a img {
  margin-right: 12px;
  vertical-align: middle;
}
.notices-section .notice-item a .notice-widget-btn,
.notices-section .notice-item a > span:last-child {
  float: right;
  background-color: #ca9d1b;
  padding: 6px 10px;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.notices-section .notice-item:hover {
  background-color: #fafafa;
}

/* --------------------------------------------------------------------------
   Mobile hamburger — SmartMenus checkbox-button look (keep Alpine)
   -------------------------------------------------------------------------- */
.navbar-toggler {
  float: right;
  margin: 6px 10px;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  display: none;
}

/* If a leftover toggler is present, draw the 3-bar icon like .main-menu-btn */
.navbar-toggler::before,
.navbar-toggler::after,
.navbar-toggler .navbar-toggler-icon {
  /* icon drawn by .main-menu-btn-icon when markup is restored */
}

@media (max-width: 767px) {
  #main-menu.is-open {
    display: block !important;
  }
  #main-menu:not(.is-open) {
    display: none;
  }
  /* Alpine-driven checkbox still uses the stock SmartMenus rules */
  #main-menu-state:checked ~ #main-menu,
  #main-menu-state:checked ~ #main-menu.is-open {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .navbar-toggler,
  .main-menu-btn {
    /* stock file already hides .main-menu-btn; keep toggler hidden too */
    position: absolute;
    top: -99999px;
  }
  #main-menu,
  #main-menu:not(.is-open) {
    display: table !important;
    width: 100%;
  }
}
/* --------------------------------------------------------------------------
   Dropdowns — Alpine x-show; live teal bar + white links
   -------------------------------------------------------------------------- */
#main-menu > li {
  position: relative;
}
#main-menu > li > a .caret {
  border-top-color: #fff;
}
#main-menu > li > ul {
  background-color: var(--pwm-primary);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 220px;
  z-index: 1100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
#main-menu > li > ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
#main-menu > li > ul li:last-child {
  border-bottom: 0;
}
#main-menu > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 16px !important;
  white-space: nowrap;
  height: auto !important;
  line-height: 1.3;
}
#main-menu > li > ul li:hover, #main-menu > li > ul li:focus-within {
  background-color: rgb(0.5712074303%, 36.7476780186%, 42.8405572755%);
}

@media (min-width: 768px) {
  #main-menu > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
  }
}
@media (max-width: 767px) {
  #main-menu > li > ul {
    position: static;
    box-shadow: none;
    background-color: rgb(0.6764705882%, 43.5196078431%, 50.7352941176%);
  }
}
/* --------------------------------------------------------------------------
   Feature-icon bar — Legal Ads white card + hide unused arrows
   -------------------------------------------------------------------------- */
.feature-icons-section {
  max-height: none !important;
  overflow: visible;
}
.feature-icons-section .outerWrapper {
  overflow: visible;
}
.feature-icons-section .outerWrapper .innerWrapper {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0 !important;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.feature-icons-section .outerWrapper .innerWrapper .icons {
  display: block !important;
  flex: 1 1 0;
  min-width: 0;
  max-height: none !important;
  overflow: visible !important;
}
.feature-icons-section .nav-arrows.hidden,
.feature-icons-section .nav-arrows.d-none {
  display: none !important;
}
.feature-icons-section .icons.first.legal-ads,
.feature-icons-section .icons.legal-ads {
  position: relative;
  border: 1px solid var(--pwm-primary);
  background-color: #fff;
  border-radius: 9px;
}
.feature-icons-section .icons.first.legal-ads a,
.feature-icons-section .icons.first.legal-ads a span,
.feature-icons-section .icons.first.legal-ads a i,
.feature-icons-section .icons.legal-ads a,
.feature-icons-section .icons.legal-ads a span,
.feature-icons-section .icons.legal-ads a i {
  color: var(--pwm-primary) !important;
}
.feature-icons-section .new-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #e63946;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 0 8px 0 8px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}

@media (max-width: 767px) {
  .feature-icons-section .outerWrapper .innerWrapper {
    flex-wrap: wrap;
  }
  .feature-icons-section .outerWrapper .innerWrapper .icons {
    flex: 1 1 33.33%;
  }
}
/* --------------------------------------------------------------------------
   Hero play button (white SVG always visible, live chrome)
   -------------------------------------------------------------------------- */
#carousel-home-header .feature-img {
  background-size: cover;
  background-position: center center;
  height: 500px;
}
#carousel-home-header #intro .mask img,
#carousel-home-header #intro .mask img.slider-play-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 8px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}
#carousel-home-header .carousel-control-prev,
#carousel-home-header .carousel-control-next {
  width: 8%;
  opacity: 0.85;
}

/* --------------------------------------------------------------------------
   Footer sitemap caret + footer photo slider
   -------------------------------------------------------------------------- */
footer nav .accordion-heading .caret,
footer nav .nav-header-primary .caret,
footer nav a.accordion-heading .caret {
  border-top-color: #fff;
  margin-left: 6px;
}
footer nav .submenu {
  list-style-type: disc;
  padding-left: 18px;
  margin-top: 6px;
}

.home-bottom-slider .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
.home-bottom-slider .carousel-control-prev,
.home-bottom-slider .carousel-control-next {
  width: 8%;
  opacity: 0.8;
}

/* --------------------------------------------------------------------------
   Sidebar resources accordion caret (Glyphicons gone in BS5)
   -------------------------------------------------------------------------- */
.sidebar .section-accordion .card,
.sidebar .section-accordion .card-header {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0;
}
.sidebar .section-accordion .card-title,
.sidebar .section-accordion .card-title a,
.sidebar .section-accordion .accordion-toggle {
  display: block;
  position: relative;
  padding: 13px 28px 13px 4px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
}
.sidebar .section-accordion .card-title a::after,
.sidebar .section-accordion .accordion-toggle::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
}
.sidebar .buttons-resources ul li {
  background-color: #eeeeee !important;
}
.sidebar .buttons-resources ul li a {
  color: #000 !important;
}

/* --------------------------------------------------------------------------
   Homepage grid gutters — match live col-md-8 / col-md-4
   -------------------------------------------------------------------------- */
.main-content > .container > .row {
  --bs-gutter-x: 30px;
}

.featured-home-buttons.row,
.featured-home-buttons .row {
  --bs-gutter-x: 30px;
}

/* --------------------------------------------------------------------------
   Translate header button — live white outlined pill
   -------------------------------------------------------------------------- */
#translate-header-btn a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 12px;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
#translate-header-btn a:hover {
  background: #f3f3f3;
}

[x-cloak] {
  display: none !important;
}
