.full-image-height .sppb-column-addons *{
  height:100%;
}
.sp-contact-info {
    border-top: 1px solid #aaa;
    padding-top: 20px;
}
.sp-contact-info li {font-size:110%;}
.item-page.jobs .fields-container{padding:0;}
.item-page.jobs .fields-container li{list-style:none;}
.item-page.jobs .fields-container li .field-label {font-weight:bold;}
.offcanvas-menu .offcanvas-inner .sp-contact-info li a{opacity:100%;}
.sppb-panel-custom .sppb-panel-heading {
    color: #252525;
}
h1.error-code,
h2.error-message,
.error-page .btn-secondary{display:none;}
.for-o-for .sppb-row{
  display:flex;
  align-items: center;
}
.for-o-for .sppb-btn-lg {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 5px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li{padding:6px 0;}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after{
    font-size: 30px;
    width: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
}
#supportdocs a.edocmanxtdlink:before{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  /* Set the Unicode value for the pdf icon */
  content: '\f1c1';
  margin-right:10px;
}
/** CUSTOM TIMELINE **/
.timeline {
		    margin-left: 0;
		    padding-left: 0;
		  }

		  .timeline-card {
		    display: flex;
		    color: #1b5732 !important;
		    position: relative;
		    gap: 1.5rem;
		    padding-bottom: 1.5rem;
		  }

		  .timeline .timeline-card:before {
		    content: "";
		    width: 0.2rem;
		    height: 100%;
		    background-color: rgb(169 169 169);
		    position: absolute;
		    left: 20px;
		    z-index: -1;
		  }
          .timeline .Normal.timeline-card:before {
            content: "";
		    width: 0.2rem;
		    height: 100%;
		    background-color: transparent;
            border-left:0.2rem dashed rgb(169 169 169);
		    position: absolute;
		    left: 20px;
		    z-index: -1;
          }
		  .timeline .timeline-card:first-child:before {
		    top: .25rem;
		    height: 100%;
		  }

		  .timeline .timeline-card:last-child:before {
		    top: 0;
		    height: 0;
		  }
		  .timeline-title {
		    margin-bottom: 0rem;
		    margin-top: .25rem !important;
            font-size: 18px;
            font-weight: bold;
		  }
          .timeline-date{
            color:#545454;
            font-size:16px;
            margin:0;
          }
		  .circle-custom {
		    font-size: 1.5rem !important;
		  }

		  .subcard {
		    background: #fdfdfd;
		    color: black;
		    width: -webkit-fill-available;
		    min-height: 3.3rem;
		  }
.fa-stack {
    width: 55px;
    height: 40px;
    line-height: 40px; 
}
.fa-stack-2x{
  font-size:40px;
}
.Active .fa-stack-2x{
  color: #1b5732;
}
.Complete .fa-stack-2x{
  color:#333;
}
.Normal .fa-regular{
  color:#B2B8BF;
}
.Normal .fa-regular:before{
  background:#fff;
  border-radius:100%;
}
.fa-stack-1x{
  font-size:20px;
}
/** END CUSTOM TIMELINE **/
.item-page.newsitems .has-supporting-documents,
.blog.newsitems .has-supporting-documents,
.blog.newsitems .supporting-documents{display:none;}
.item-page.newsitems .supporting-documents .field-label{
  font-size:24px;
}
.item-page.newsitems #supportdocs .supporting-documents .edocman-page-heading{
  font-size: 22px !important;
  font-weight: 600;
}
.item-page .pubdate{
  display:none;
}
.blog.lhnews .pubdate,
.item-page.newsitems .pubdate{
  display:block;
}
.edocman-download-link:first-of-type{
  background:#217a3b;
}
.edocman-download-link:last-of-type{
  background:#9b3921;
}

/** BUILDING PERMIT BY CHATGPT **/
.permit-container {
    max-width: 720px;
    margin: auto;
    background: #f5f7fa;
    background:RGBA(27, 87, 50, 0.05);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.permit-container h1 {
    font-size: 1.4rem;
    margin-top: 0;
}
.permit-container .progress {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
    padding: 5px 10px;
    height: 35px;
}
.permit-container .question {
    display: none;
    margin-top: 20px;
}
.permit-container button {
    width: 100%;
    padding: 14px;
    margin-top: 10px;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.permit-container button.primary {
    background: #1b5732;
    color: white;
}
.permit-container button.secondary {
    background: #3f76b4;
    color: white;
}
.permit-container button:focus {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}
.permit-container .result {
    display: none;
    margin-top: 20px;
    padding: 16px;
    border-radius: 6px;
    font-weight: bold;
}
.permit-container .no{ background: #fff; color: #e31005; }
.permit-container .yes,
.permit-container #permit{ background: #fff; color: #00a825; }
.permit-container .peng,
.permit-container #pent,
.permit-container .result{ background: #fff; color: #252525; }
.permit-container .result .maybe{color:#FFA500;}
.permit-container .summary {
    margin-top: 15px;
    font-weight: normal;
    font-size: 0.95rem;
    background: #fff;
    color: #252525;
}
.permit-container .summary ul {
    padding-left: 20px;
}
.permit-container .reset {
    margin-top: 20px;
    background: #333;
    color: white;
}
.permit-container .result .key{
  font-size:0.8em;
  font-weight:300;
}

@media (min-width: 600px) {
    .permit-container button {
        width: auto;
        min-width: 140px;
        margin-right: 10px;
    }
}
/** END BUILDING PERMIT BY CHATGPT **/
#edocman-document-page .document-card .document-content{
      grid-template-columns: 1fr 2fr;
}
.buildcontainer {
  max-width: 600px;
  background: white;
  padding: 2rem;
  border-radius: 8px;
  margin: auto;
}
.gauge-section.inactive {
      fill: #d9d9d9 !important;
      opacity: 0.6;
}

h1 {
  margin-top: 0;
}

.subtitle {
  color: #555;
}

.question {
  margin-top: 2rem;
}

.buttons button {
  margin-right: 1rem;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  cursor: pointer;
}

.hidden {
  display: none;
}

.result-box {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 6px;
  background: #eef3f8;
}



.gsl-scope.j5plus .gsl-first-column{
  display:flex;
  flex-direction:column;
}
.gsl-scope.j5plus .gsl-first-column #top-head{order:3;}
.gsl-scope.j5plus .gsl-first-column #ysts_system_messages{order:1;}
.gsl-scope.j5plus .gsl-first-column .gsl-content.gsl-frontend{order:2;}
#adminForm .adminform{  
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "jevtitle"
    "gsl-child-width-1-2-m"
    "jevdatetime"
    "jeveditrepeats"
    "jev_description"
    "jeveditlocation"
    "jev_contact"
    "jev_extrainfo"
    "jevplugin_anonusername"
    "jevplugin_anonemail"
    "jevplugin_recaptcha";
}
#adminForm .adminform .jevtitle { grid-area: jevtitle; }
#adminForm .adminform .jevdatetime { grid-area: jevdatetime; }
#adminForm .adminform .gsl-child-width-1-2-m { grid-area: gsl-child-width-1-2-m; }
#adminForm .adminform .jeveditrepeats { grid-area: jeveditrepeats; }
#adminForm .adminform .jev_description { grid-area: jev_description; }
#adminForm .adminform .jeveditlocation { grid-area: jeveditlocation; }
#adminForm .adminform .jev_contact { grid-area: jev_contact; }
#adminForm .adminform .jev_extrainfo { grid-area: jev_extrainfo; }
#adminForm .adminform .jevplugin_anonusername { grid-area: jevplugin_anonusername; }
#adminForm .adminform .jevplugin_anonemail { grid-area: jevplugin_anonemail; }
#adminForm .adminform .jevplugin_recaptcha { grid-area: jevplugin_recaptcha; }
#adminForm .adminform #start_12h_area,
#adminForm .adminform #end_12h_area{display: inline-flex !important;}
#adminForm .adminform #start_12h_area #start_ampm,
#adminForm .adminform #end_12h_area #end_ampm{display: inline-flex;}
#gslc.gsl-scope div#jevents #adminForm #start_12h_area input, 
#gslc.gsl-scope div#jevents #adminForm #end_12h_area input{max-width:130px;}
.jeveditrepeats.jevdatetime .gsl-button-group{align-items:center;}
.jeveditrepeats.jevdatetime .gsl-button-group legend{
  margin-bottom:0;
  padding-bottom:0;
}
#sp-title{position:relative;}
/***
.cal-submit.sp-module{
    position: absolute;
    z-index: 10;
    top: 45%;
    right: 10%;
}  
.cal-submit.sp-module .container{
    background: #fff;
    padding: 10px;
    font-size: 20px;
}
**/
.moduletable.green-bkgd{
    background: #205536;
    padding: 30px;
}
.moduletable.green-bkgd .row{align-items:center;}
.moduletable.green-bkgd .row h4,
.moduletable.green-bkgd .row p,
.moduletable.green-bkgd .row a{
  color:#ffffff;
}
.moduletable.green-bkgd .row a.btn-cal{
  border:2px solid #fff;
}
.moduletable.green-bkgd .row a.btn-cal:hover{
  background:#fff;
  color:#205536;
}

#sp-top-bar {
    background: #fff !important;
    color: #dedede !important;
    padding-top:0;
}
#sp-top-bar a {
    color: #dedede;
}
#sp-top-bar a:hover{
  color:#ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
#sp-top-bar .mod-menu{
  margin-bottom: 0 !important;
}
#sp-top-bar .mod-menu li{
  margin:0 10px;
}
#sp-top-bar #sp-top1{
  flex: 0 0 auto;
  width: 20%;
}
#sp-top-bar #sp-top2{
  flex: 0 0 auto;
  width: 80%;
}
#sp-top-bar #sp-top2 .sp-column{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
#sp-top-bar .sp-module.mysearchbox{margin:0;}
#sp-top-bar .sp-module.mysearchbox .mod-finder__search input{
    max-width: 200px;
    padding: 5px 10px;
    border-width: 0px 0px 2px 0px;
    border-radius: 0;
    margin-right: 10px;
    font-style: italic;
    font-weight: 600;
}
#sp-top-bar .sp-module.mysearchbox button.btn {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 50px;
    border-radius: 5px 0 5px 0;
    padding: 5px 15px;
}
#sp-top-bar .sp-module.mysearchbox button.btn .icon-search{
  padding-right:25px;
}
#sp-top-bar #sp-top2 .sp-module.mytopmenu{
    background: #9b3921;
    padding: 8px 15px;
    margin-right: 18px;
    position:relative;
}
#sp-top-bar #sp-top2 .sp-module.mytopmenu:before{
    content: "";
    display: block;
    background-color: #9b3921;
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    border-radius: 0 0 0 6px;
}
#sp-top-bar #sp-top2 .sp-module.mytopmenu:after{
    content: "";
    display: block;
    background-color: #9b3921;
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
.logo-image {
    height: 110px !important;
    margin-top: -48px !important;
}
.header-sticky .logo-image {
    height: 80px !important;
    margin-top: 0px !important;
}
.sppb-section.tight{margin-top:-60px !important;}

.btn-primary, .sppb-btn-primary {
    border-color: #9b3921;
    background-color: #9b3921;
}
#sp-header {
   /** box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);  */
    box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.2);
  }
#sp-section-1 #sp-title .sp-page-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(1, 144, 186, 0.5); */
    background: linear-gradient(90deg, RGBA(0, 0, 0, 0.85) 0, RGBA(2, 143, 186, 0) 60%) transparent;
}

#sp-title .sp-page-title{
    background-size: cover;
    background-position: center;
    padding: 230px 0 30px 0px;
    position:relative;
}
#sp-title .sp-page-title .container{position:relative;}
#sp-title .sp-page-title .sp-page-title-heading {
    font-size: 40px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}
#sp-section-1 .sp-page-title .container .breadcrumb {
    background: #333;
    display: inline-flex;
}

body.ltr .sp-megamenu-parent .megamenu .sp-dropdown.sp-dropdown-main.sp-menu-full,
.sp-megamenu-parent .megamenu .sp-dropdown .sp-dropdown-inner
{padding:0;}
.sp-megamenu-parent .megamenu .col-sm-4 .sp-mega-group,
.sp-megamenu-parent .megamenu .col-sm-3 .sp-mega-group,
.sp-megamenu-parent .megamenu .col-sm-6 .sp-mega-group{padding:20px;}

ul.sp-megamenu-parent li .sp-menu-heading{
  text-transform:uppercase;
  font-size:20px;
}
ul.sp-megamenu-parent li{padding:30px 0 25px;}
ul.sp-mega-group li{padding:0;}
ul.sp-mega-group li.menu_item a{
  text-transform:capitalize;
  font-size:18px;
  font-weight:400;
}
ul.sp-mega-group li.menu_item a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.sp-megamenu-parent .megamenu .sp-dropdown-main .sp-dropdown-inner .row .col-sm-12 .sp-mega-group{
  background:#9b3921;
  padding:10px 20px;
}
.sp-megamenu-parent .megamenu .sp-dropdown-main .sp-dropdown-inner .row .col-sm-12 a{
  color:#fff;
  margin:0;
}
.sp-megamenu-parent .megamenu .sp-dropdown-main .sp-dropdown-inner .row .col-sm-12 a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.sp-megamenu-parent .megamenu .sp-dropdown-main .sp-dropdown-inner .row .col-sm-12 a:after{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* Set the font to Solid */
  font: var(--fa-font-solid);
  /* Set the Unicode value for the "fa-ghost" icon */
  content: '\f061';
  margin-left:10px;
}
.sp-megamenu-parent .sp-has-child.active,
.sp-megamenu-parent .sp-has-child:hover{
  border-bottom:6px solid #1a5832;
  color:#1a5832;
}
.sp-megamenu-parent .sp-has-child.active span{font-weight:500;}
.sp-megamenu-parent .sp-has-child.business .sp-dropdown-main{
  margin-top:5px;
}

.sp-megamenu-parent .sp-has-child .sp-dropdown-main a[aria-current='page'] {
  color:#2a593a;
  font-weight:600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #2a593a;
    font-weight:600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.megamenu .sp-dropdown-mega .item-header .sp-menu-heading{font-weight:bold;}
.mod-menu__heading.nav-header{
  font-weight:700;
  font-size:1.2em;
}
.homepage-banner .sppb-shape-container.sppb-bottom-shape{
  bottom:70px;
}
.img-rollover .sppb-addon-single-image-container a .sppb-img-responsive {padding:20px;}
.img-rollover:hover .sppb-addon-single-image-container a{
  background-color: RGBA(27, 87, 50, 0.2);
}
.bigimage .sppb-column-addons *{height:100%;}
#sp-main-body {
    padding: 50px 0;
}

/** Article groups - such as committees **/
.grid5 .mod-articles-items{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important; 
    gap: 16px; 
    padding:0;
}
.grid4 .mod-articles-items{
    grid-template-columns: 1fr 1fr 1fr 1fr !important; 
    gap: 16px; 
    padding:0;
}
.grid3 .mod-articles-items{
    grid-template-columns: 1fr 1fr 1fr !important; 
    gap: 16px; 
    padding:0;
}
.committee-mod .mod-articles-items li{
    list-style:none;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
}
.committee-mod .mod-articles-items li .mod-articles-item-content{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.committee-mod .mod-articles-items li .mod-articles-item-content .mod-articles-title{
    order:2;
    font-size:22px;
    text-align:center;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.committee-mod .mod-articles-items li .mod-articles-item-content a{
  order:1;
}
.committee-mod .mod-articles-items li .mod-articles-item-content a .article-intro-image img{
    object-fit: cover;
    height: 200px;
}
.lhnews .com-content-category-blog__item{
    margin: 15px 0;
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
}
.lhnews .news-introtext p{
  margin-bottom:8px;
}
.lhnews .article-header h2{font-size:24px;}
.lhnews .readmore{
  margin:15px 0 25px 0;
  display:inline-block;
}
.lhnews .readmore a{
    background: #3f76b4;
    border: 2px solid #3f76b4;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: bold;
}
.lhnews .pubdate{
  display:flex;
}
.lhnews .pubdate,
.lhnews .article-info .published,
.item-page.newsitems .pubdate{
  font-style:italic;
  color:#666;
}
.youtube-council{
  display:flex;
  justify-content:center;
  margin:50px 0 30px 0;
}
.youtube-council p{
    width:80%;
    text-align:center;
    padding:10px 20px;
    color: rgb(253, 250, 250);
    background-color: rgba(155, 57, 33, 1.0);
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #9B3921;
    border-radius:4px;
    line-height:1.25;
}
.youtube-council p a{
  color:rgb(253, 250, 250);
}
.youtube-council p:hover{background:#fff;}
.youtube-council p:hover a{color:rgba(155, 57, 33, 1.0);}

.acceptable .sppb-addon-content ul,
.unacceptable .sppb-addon-content ul,
.sppb-addon-content ul.acceptable,
.sppb-addon-content ul.unacceptable{
    list-style:none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction:column;
}
.acceptable .sppb-addon-content ul li,
.unacceptable .sppb-addon-content ul li,
.sppb-addon-content ul.acceptable li,
.sppb-addon-content ul.unacceptable li
{
    display: flex;
    align-items: flex-start;
    padding:5px 0;
}
.acceptable .sppb-addon-content ul li:before,
.unacceptable .sppb-addon-content ul li:before,
.sppb-addon-content ul.acceptable li:before,
.sppb-addon-content ul.unacceptable li:before{
  content:" ";
  display:inline-block;
  min-width:30px;
  height:30px;
  background-size:cover;
  background-position:center;
  margin-right:5px;
}
.acceptable .sppb-addon-content ul li:before,
.sppb-addon-content ul.acceptable li:before{
  background-image:url(/images/correct.png);
}
.unacceptable .sppb-addon-content ul li:before,
.sppb-addon-content ul.unacceptable li:before{
  background-image:url(/images/incorrect.png);
}
.unacceptable.twocols ul{
    column-count: 3;
    column-gap: 40px;
    column-rule: 1px solid lightblue;
    display: block;
    column-width: 200px;
}
.newsitems .fields-container .notice-of-hearing,
.newsitems .fields-container .notice-of-decision{display:none;}
.newsitems .fields-container{
  list-style:none;
  padding:0;
}
.newsitems .fields-container .field-label {font-weight:bold;}

.popover .jevtt_title,
.popover .jevtt_text{
  line-height:1.2em;
}
/** Job Descriptions **/
.jobs.blog .article-list .row:nth-of-type(even) .article{
  background-color:#f9f9f9;
}
.jobs.blog .article-list .article{margin-bottom:0;}
.jobs.article-details {  
  display: grid;
  grid-template-columns: auto 300px;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "article-header article-header"
    "articleBody fields-container"
    "article-can-edit article-can-edit";
}

.jobs.article-details .article-header { grid-area: article-header; }
.jobs.article-details .articleBody { grid-area: articleBody; }
.jobs.article-details .fields-container { grid-area: fields-container; }
.jobs.article-details .article-can-edit { grid-area: article-can-edit; }


.jobs.com-content-category-blog .article-list  .row .article-body {
  display:flex;
  align-items:flex-end;
}
.jobs.com-content-category-blog .article-list  .row .article-body .article-header{
  width:40%;
}
.jobs.com-content-category-blog .article-list  .row .article-body .fields-container .field-entry{
  width:100%;
}
.jobs.com-content-category-blog .article-list  .row .article-body h2{
  font-size:20px;
  margin:0;
}
.jobs.com-content-category-blog .article-list  .row .article-body h2 a{
  color:#1B5732;
}
.jobs.com-content-category-blog .article-list  .row .article-body h2 a:hover{
  border-bottom:1px solid #1B5732;
}
.jobs.com-content-category-blog .article-list  .row .article-body .fields-container{
  display:flex;
  align-items:center;
  width:100%;
  margin:0;
}
.jobs.com-content-category-blog .article-list  .row .article-body .fields-container .field-entry{
  display:flex;
  flex-direction:column;
}
.jobs.com-content-category-blog .article-list  .row .article-body .fields-container .field-entry.salary-range,
.jobs.com-content-category-blog .article-list  .row .article-body .fields-container .field-entry.hours{
  display:none;
}
.jobs.com-content-category-blog .article-list  .row .article-body .fields-container .field-entry span.field-label{font-weight:bold;}

.jobs.article-details .article-header h1{
  font-size:30px;
}
.jobs.article-details .fields-container{
    list-style: none;
    width: 100%;
    justify-content: space-between;
    padding:20px;
}
.jobs.article-details .fields-container .field-entry{
  display:flex;
  flex-direction:column;
  background: #f8f9fa;
  padding: 0px 20px 0px;
}
.jobs.article-details .fields-container .field-entry span.field-label{
  font-weight:bold;
  padding-top:10px;
}
/** EDOCMAN Module **/
.cmm.edocmandocuments .document{
  align-items: center;
  background:transparent;
  border-width:0;
  padding: 0 15px;
}
.cmm.edocmandocuments.mod_edocman_document-list{gap:10px;}
.cmm.edocmandocuments.mod_edocman_document-list .document .document-icon {
    height: 30px;
    padding-top:0;
}
.cmm.edocmandocuments.mod_edocman_document-list .document .document-details .title{
  font-weight:400;
  color:#3f76b4;
}
.recreation .mod-articles-grid {
   grid-template-columns: 1fr 1fr !important;
}
.recguide #edocman-document-page .document-card .document-thumbnail img {
  object-fit:contain;
}
.recguide .copy-link-container{display:none;}
.recguide .document-description{
  border-width:0 !important;
}
.recguide .thumbnail-container{
  box-shadow: 0 0px 0px #ffffff !important;
}
.addpdf p{padding:0 15px;}
.addpdf .edocmanxtdlink::before{
  content:'\f1c1';
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  font-size:18px;
  margin-right:5px;
  color:inherit;
}
.service-form .cf-label{font-weight:bold;}
.service-form .cf-control-input p{
  margin-bottom:0;
  font-size:20px;
}
.service-form .cf-control-group.zebra{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-form .cf-control-group.zebra legend.cf-label {
    padding: 0;
    margin: 0;
    width:370px;
}
.service-form .cf-control-group.zebra:nth-of-type(even){
  background: rgba(0, 0, 0, 0.05);
}
.mw-icons-tab .mod-articles .mod_edocman_document-list .document,
.mod-articles .mod_edocman_document-list .document{
    border-width: 0px 0 1px 0;
    padding: 0px 15px 10px;
    border-radius: 0;
}
.mw-icons-tab .mod-articles .mod_edocman_document-list .document .document-details,
.mod-articles .mod_edocman_document-list .document .document-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mw-icons-tab .mod-articles .mod_edocman_document-list .document .document-details p,
.mod-articles .mod_edocman_document-list .document .document-details p{
  margin:0;
  flex-basis:230px;
  text-align:right;
}
#edocmanSearchDiv .edocman-download-link  {
  background:#3f76b4 !important;
}
#edocmanSearchDiv .edocman-download-link:nth-of-type(2)  {
  background: #1b5732 !important;
}
.convertforms .flipped{
  display:flex;
}
.convertforms .flipped .cf-control-label{
  order:2;
  flex-basis:810px;
  margin-left: 30px;
}
.convertforms .flipped .cf-control-input{
  order:1;
  flex-basis:75px;
}

.sppb-addon-timeline.small-timeline .sppb-addon-timeline-wrapper .timeline-badge {
    width: 30px;
    left: -4px;
    top: 9px;
}
.jcalendar #sp-component.col-lg-8 {
  flex: 0 0 auto;
  width: 80%;
}
.jcalendar #sp-right.col-lg-4 {
  flex: 0 0 auto;
  width: 20%;
}
.jcalendar #sp-right .lhcal .row{
  flex-direction:column;
}
.jcalendar #sp-right .moduletable.lhcal{padding:20px;}
.jcalendar #sp-right .moduletable.lhcal .row .col-md-8,
.jcalendar #sp-right .moduletable.lhcal .row .col-md-4{width:100%;}
.jcalendar #sp-right .moduletable.green-bkgd .row h4{
  font-size:20px;
    padding-bottom:12px;
  margin-bottom:12px;
  border-bottom: 1px solid #f3f3f3;
}
.jcalendar #sp-right .moduletable.green-bkgd .row p,
.jcalendar #sp-right .moduletable.green-bkgd .row a{font-size:16px;}
.jcalendar #sp-right .sp-module.brown-bkgd{
  background:#9b3921;
  color:#fff;
  padding:20px;
}
.jcalendar #sp-right .sp-module.brown-bkgd a{
  color: #fff;
  font-size: 16px;
}
.jcalendar #sp-right .sp-module.brown-bkgd h3{
  font-size:20px;
  padding-bottom:12px;
  margin-bottom:12px;
  border-bottom: 1px solid #f3f3f3;
}
@media (max-width: 991px) {
  .list-of-candidates .eheadings{display:none;}
  .list-of-candidates .sppb-dynamic-content-collection__item{
    display:flex;
    flex-direction:column;
    padding:0 !important;
    border-bottom-width:0 !important;
  }
  .list-of-candidates .sppb-dynamic-content-collection__item:last-of-type{border-bottom-width:1px !important;}
  .list-of-candidates .sppb-dynamic-content-collection__item .sppb-addon-wrapper{
    width:100% !important;
  }
  .list-of-candidates .sppb-dynamic-content-collection__item .sppb-addon-wrapper .sppb-dynamic-content-text{
    line-height:1.2;
    padding:2px 10px !important;
  }
    .list-of-candidates .sppb-dynamic-content-collection__item .sppb-addon-wrapper .sppb-dynamic-content-text.office{
      background-color:#1b5732;
      color:#fff;
      padding:10px !important;
      margin-top:10px !important;
      margin-bottom:5px !important;
    }
  .list-of-candidates .sppb-dynamic-content-collection__item .sppb-addon-wrapper .sppb-dynamic-content-text.candidate{
    font-weight:bold;
  }
  .list-of-candidates .sppb-dynamic-content-collection__item .sppb-addon-wrapper .clearfix{
    padding:0 !important;
  }
}
@media only screen and (max-width: 1199px) {
.jcalendar #sp-component.col-lg-8,
  .jcalendar #sp-right.col-lg-4{
      flex: 0 0 auto;
       width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  ul.sp-megamenu-parent li .sp-menu-heading {
    font-size: 18px;
  }
   .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 8px;
    }
  .logo-image {
    height: 105px !important;
   }
}
@media (max-width: 992px) {
  #sp-header,
  .logo-image-phone {
        height: 70px !important;
    }
  #sp-top-bar #sp-top1 {
    flex: 0 0 auto !important;
    width: 0% !important;;
  }
  #sp-top-bar #sp-top2 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  #sp-top-bar .sp-module.mobile-btn button.btn {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 50px;
    border-radius: 5px 0 5px 0;
    padding: 5px 15px;
  }
  #sp-top-bar .sp-module.mobile-btn button.btn .icon-search{
    padding-right:25px;
  }

}
@media (min-width: 993px) and (max-width: 1200px){
  .grid5.committee-mod .mod-articles-items,
  .grid4.committee-mod .mod-articles-items{
    grid-template-columns: 1fr 1fr 1fr !important;
  }  
}
@media  (max-width: 1024px) {
    .mod_edocman_document-list {grid-template-columns: repeat(1, auto);}
}
@media (min-width: 768px) and (max-width: 992px){
  .lh-main-tab.sppb-addon-tab .sppb-nav li {
    margin: 0 15px !important;
  }
  .lh-main-tab.sppb-addon-tab .sppb-nav.sppb-nav-custom:before {
    font-size: 22px !important;
    margin: 0 10px 10px 0;
  }
  .grid5.committee-mod .mod-articles-items,
  .grid4.committee-mod .mod-articles-items{
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .jobs.article-details{grid-template-columns:auto 300px;}
}
@media (min-width:576px) and (max-width: 767px){
  .grid5.committee-mod .mod-articles-items,
  .grid4.committee-mod .mod-articles-items{
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width:575px){
  .grid5.committee-mod .mod-articles-items,
  .grid4.committee-mod .mod-articles-items{
    grid-template-columns: 1fr !important;
  }
  .jobs.article-details .fields-container{flex-direction:column;}
  .recreation .mod-articles-grid {
    grid-template-columns: 1fr !important;
    padding: 0;
  }
}
@media (max-width: 767px){
  .lh-main-tab.sppb-addon-tab .sppb-nav.sppb-nav-custom:before {
    width:100%;
    text-align:center;
    margin-bottom:0 !important;
  }
  .lh-main-tab.sppb-addon-tab .sppb-nav li {
    margin: 0 !important;
  }
  .lh-main-tab.sppb-addon-tab .sppb-nav li a{
    padding:9px 5px;
  }
  .lh-main-tab.sppb-addon-tab .sppb-nav.sppb-nav-custom {
    width: 100%;
    justify-content: space-between;
  }
  .lh-main-tab .sppb-tab-icon.tab-icon-block{
    display: inline;
  }
  .lh-main-tab li .tab-img-or-icon-block-wrap{border-radius:6px 6px 0 0;}
  .lh-main-tab li.active .tab-img-or-icon-block-wrap:before {
    left: 0 !important;
    -webkit-transform: skew(0deg) !important;
    transform: skew(0deg) !important;
    border-radius: 0 !important;
    background: transparent !important;
    content: "" !important;
    display: block !important;
    width: 0 !important;
    height: 0% !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 0 !important;
  }
  .lh-main-tab li.active .tab-img-or-icon-block-wrap:after {
    right: 0px !important;
    -webkit-transform: skew(0deg) !important;
    transform: skew(0deg) !important;
    border-radius: 0 !important;
    background: transparent !important;
    content: "" !important;
    display: block !important;
    width: 0px !important;
    height: 0% !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 1 !important;
  }
  .lh-main-tab  li:not(.active):hover .tab-img-or-icon-block-wrap:before, .lh-main-tab li:not(.active) .tab-img-or-icon-block-wrap:hover:before {
    left: 0px !important;
    -webkit-transform: skew(0deg) !important;
    transform: skew(0deg) !important;
    border-radius: 0px 0 0 0 !important;
    background: transparent !important;
    content: "" !important;
    display: block !important;
    width: 0px !important;
    height: 0% !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 0;
  }
  .lh-main-tab li:not(.active):hover .tab-img-or-icon-block-wrap:after, .lh-main-tab li:not(.active) .tab-img-or-icon-block-wrap:hover:after {
    right: 0px !important;
    -webkit-transform: skew(0deg) !important;
    transform: skew(0deg) !important;
    border-radius: 0 !important;
    background: transparent !important;
    content: "" !important;
    display: block !important;
    width: 0px !important;
    height: 0 !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 1 !important;
 }
  .lh-main-tab .sppb-nav li:not(.active) .tab-img-or-icon-block-wrap {
    padding-bottom: 6px !important;
 }
  .jobs.article-details {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    gap: 10px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "article-header"
        "fields-container"
        "articleBody"
        "article-can-edit article-can-edit";
  }
  .jobs.article-details {  
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
    gap: 10px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "article-header"
      "fields-container"
      "articleBody"
      "article-can-edit";
  }

  .jobs.article-details .article-header { grid-area: article-header; }
  .jobs.article-details .articleBody { grid-area: articleBody; }
  .jobs.article-details .fields-container { grid-area: fields-container; }
  .jobs.article-details .article-can-edit { grid-area: article-can-edit; }
}
/* MOBILE STACKED VIEW */
@media (max-width: 992px) {

    table.active-plans thead {
        display: none;
    }

    table.active-plans tbody,
    table.active-plans tr,
    table.active-plans td {
        display: block;
        width: 100%;
    }

    .mod-articles-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        padding: 10px;
        background: #fff;
    }

    .table.active-plans td {
        border: none;
        position: relative;
        padding:5px 0 5px 5px;
        line-height:1.6;
        display:flex;
        flex-direction:column;
    }
    .table.active-plans td.No{display:none;}
    .table.active-plans td:last-child {
        border-bottom: none;
    }

    .table.active-plans td::before {
        content: attr(data-label);
        position: relative;
        left: 0px;
        top: 5px;
        width: 100%;
        font-weight: 600;
        white-space: normal;
        margin-right:10px;
    }
}
@media only screen and (max-width: 480px) {
   #sp-top2{padding:0;}
   #sp-top-bar #sp-top2 .sp-module.mytopmenu{
     padding: 3px 10px;
     margin: 0;
     width:100%;
   }
   #sp-top-bar #sp-top2 .sp-module.mytopmenu:before,
   #sp-top-bar #sp-top2 .sp-module.mytopmenu:after{
     width:0;
     background:transparent;
   }
   #sp-top-bar #sp-top2 .mod-menu.mod-list.menu.list-unstyled{
     justify-content:center;
   }
   .mod_events_latest_data .community {
      display: grid !important; 
      grid-template-columns: auto auto; 
      grid-template-rows: auto auto; 
      gap: 0px 20px; 
      grid-template-areas: 
        "col-date col-event"
        "col-date col-time"; 
       justify-content: flex-start !important;
       }
   .mod_events_latest_data .community .col-date {
      justify-self: center; 
      align-self: center; 
      grid-area: col-date; 
    }
   .mod_events_latest_data .community .col-event {
      justify-self: center; 
      align-self: end; 
      grid-area: col-event; 
      width:100%;
   }
   .mod_events_latest_data .community .col-time {
      justify-self: center; 
      align-self: start; 
      grid-area: col-time; 
      text-align: left !important;
      max-width: 100% !important;
      width: 100% !important;
   }   
   #sp-title .sp-page-title .sp-page-title-heading {
    font-size: 28px;
   }
   #sp-section-1 .sp-page-title .container .breadcrumb{font-size:14px;}
   .permit-container h1 {
    font-size: 24px;
   }
   #sp-title .sp-page-title {
    padding: 100px 0 30px 0px;
   }
   .sppb-panel-custom .sppb-panel-heading .sppb-panel-title {
        font-size: 18px !important;
    }
    h1{font-size:28px !important;}
    h3, h3.sppb-addon-title{font-size:24px !important;}
    h4, h4.sppb-addon-title,
    h3.sppb-media-heading{font-size:22px !important;}
    #table-document td.edocman-table-download-col{
      display: flex;
      gap: 10px;
      text-align:center !important;
    }
    .edocman-document-title-td a{
      font-size: 18px;
      line-height:1.2;
      text-align:left;
    }
    .edocman-document-title-td .sizeinformation{
      margin-right:8px;
      font-size:12px;
    }
    .grid3 .mod-articles-items {
      grid-template-columns: 1fr !important;
    }
    .staff-tables .sppb-addon-table-main td{
      padding: 2px;
      width:100%;
      max-width:300px;
      border-width:0 !important;
    }  
    .staff-tables .sppb-addon-table-main.bt tbody td::before{
      content:'';
      display:none;
    }
    .staff-tables .sppb-panel-body{padding:5px;}
    .staff-tables .sppb-panel-body .sppb-addon-content{
      font-size:16px;
    }
    .jobs.com-content-category-blog .article-list .row .article-body{
      display:block;
    }
    .jobs.com-content-category-blog .article-list .row .article-body .article-header {
        width: 100%;
        margin-bottom:8px;
    }
    .jobs.com-content-category-blog .article-list .row .article-body .fields-container{
      flex-direction:column;
      padding:0;
    }
    .jobs.com-content-category-blog .article-list .row .article-body .fields-container .field-entry{
        flex-direction:row;
    }
    .jobs.blog .article-list .article{
      border-bottom:2px solid #ddd;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .edocman-categories-table .category-title-link{font-size:18px;}
  .edocman-categories-table .category-icon-wrapper {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    font-size:1.0rem;
  }
  .edocman-categories-table .category-table-row {
    display:flex;
    gap:10px;
    padding:10px 20px;
  }
  .edocman-categories-table .category-table-row .category-info-section a{margin:0;}
  .edocman-categories-table .category-table-row .category-stats-inline{padding:0;}
}
@media (max-width: 767px) {
  .edocman-categories-table .category-title-link{
    font-size:16px;
    line-height:1.3;
  }
  .edocman-categories-table .category-icon-wrapper {
    width: 20px;
    height: 20px;
    border-radius:4px;
    font-size:0.8em;
  }
  .edocman-categories-table .category-table-row {
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    padding:5px 10px;
  }
  .edocman-categories-table .category-table-row .category-info-section a{margin:0;}
  .edocman-categories-table .category-table-row .category-icon-wrapper{order:1;}
   .edocman-categories-table .category-table-row .category-info-section{order:2;}
  .edocman-categories-table .category-table-row .category-stats-inline{
    padding:0;
    order:4;
  }
  .edocman-categories-table .category-table-row .category-stats-inline .stat-badge{font-size:14px;}
  .edocman-categories-table .category-table-row .category-actions-inline{
    order:3;
    width: auto;
    padding:0;
  }
  #popup-slider .sppb-row-container{
    max-width:95vw !important;
  }
}
