*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.modalEventDownload a:before,
ul.video-list a:before,
ul.directory-list > li > span:before,
ul.news-feed a:before,
.go-back:before,
.property-more-details:before,
a.back:before,
ul.file-list a.file-pdf:before,
ul.file-list a.file-word:before,
.btnChoices:after,
ul.file-list a.file-image:before,
ul.byLaw a:before,
ul.cemetery-plots.plots h4:before{
	content:"\f10c";
	font-family:"Font Awesome 6 Pro";
	font-size:inherit;
	font-style:normal;
	font-weight:normal;
	color:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	line-height:1;
	display:block;
}

a.back{
	display:inline-block;
	margin-bottom:1em;
}

a.back:before{
	content:"\f100";
	display:inline-block;
	margin-right:0.5em;
}

a,
a:link {
    font-family: inherit;
    color: #1275ab;
}

a:visited{
	color: #1275ab;
}

a:hover,
a:active,
a:focus{
	color: #3c4859;
}

.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}

ul.add-form{
	list-style:none;
	padding: 0;
	margin: 0;
}

ul.add-form > li{
	padding: 0.5em 0;
    display: inline-block;
    width: 46%;
    margin-right: 1em;
}
ul.add-form > li:first-child {
    display: block;
    width: 100%;
}
ul.add-form > li:last-child {
    display: block;
    width: 100%;
}
ul.add-form > li:nth-last-child(2) {
    display: block;
    width: 100%;
}

ul.add-form .col2{
	float:left;
	width:49.5%;
	margin-right:1%;
}
ul.add-form .col2 + .col2{
	margin-right:0;
}

.validation-summary-errors ul{
	list-style-type:square;
}

.plugin-form input[type="text"],
.plugin-form input[type="email"],
.plugin-form input[type="password"],
.plugin-form input[type="url"],
.plugin-form input[type="search"],
.plugin-form select,
.plugin-form textarea{
	width: 100%;
	padding: 0.8em;
	border:1px solid rgb(204,204,204);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.plugin-form textarea{
	height: auto;
	min-height: 8em;
}

.form-calculator input[type="submit"],
#btnSubmit,
.modal-dialog .modal-footer .btn-default,
.plugin-form input[type="submit"] {
    font: 700 0.875em 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #3c4859;
    padding: 1em 3em;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
    border: 2px solid #3c4859;
    letter-spacing: 1px;
}

#btnSubmit {
    margin-top: 1em;
}

.form-calculator input[type="submit"] {
    padding: 0.6em;
}

.form-calculator input[type="submit"]:hover,
#btnSubmit:hover,
.modal-dialog .modal-footer .btn-default:hover,
.plugin-form input[type="submit"]:hover{
    color: rgb(255, 255, 255);
    background: #1275ab;
    border: 2px solid #1275ab;
}

.close {
    font: 700 1em 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    opacity: 1;
    text-transform: uppercase;
    text-shadow: none;
    margin-left: 0.5em;
    letter-spacing: 2px;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    margin-top: 0 !important;
}

.close i {
    display: inline-block;
    margin-left: 0.6em;
}

.close:hover {
    color: rgb(0,16,33);
    opacity: 1;
} 

.modalBodyMetaHeader h5 {
    font-size: 1em;
    margin-bottom: 0;
}

.modalBodyMetaHeader time,
#upcomingEvents .modalBodyMetaHeader time + time{
    font-size: 0.75em;
    text-transform: uppercase;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

#upcomingEvents .modalBodyMetaHeader time + time {
    margin-top: 0;
}

#pollQuestion .modalBodyMetaHeader h5 {
    font: 400 1em 'Open Sans', Arial, sans-serif;
    color: #3c4859;
}

#upcomingEvents .modalBodyMetaHeader time {
    margin-bottom: 0;
}

li.minutesAgendaPaging a:before {
    display: none !important;
}

li.minutesAgendaPaging ul.pagination a {
    padding: 6px 12px;
}

li.minutesAgendaPaging {
    display: inline-block;
}

    li.minutesAgendaPaging .pagination-container {
        display: inline-block;
    }

li.minutesAgendaPaging ul.pagination > .active > a,
li.minutesAgendaPaging ul.pagination > .active > a:focus,
li.minutesAgendaPaging ul.pagination > .active > a:hover,
li.minutesAgendaPaging ul.pagination > .active > span,
li.minutesAgendaPaging ul.pagination > .active > span:focus,
li.minutesAgendaPaging ul.pagination > .active > span:hover {
    background: #1275ab;
    border-color: #1275ab;
    color: #ffffff;
}

li.minutesAgendaPaging ul.pagination a,
li.minutesAgendaPaging ul.pagination a:focus, 
li.minutesAgendaPaging ul.pagination a:hover, 
li.minutesAgendaPaging ul.pagination span:focus, 
li.minutesAgendaPaging ul.pagination span:hover {
    color: #3c4859;
}

ul.modalCol2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.modalCol2  > li {
    padding: 0;
    margin: 0;
}

.modal h2 {
    font-size: 1.6em;
    padding: 1em 1.2em 0;
    margin-bottom: 0;
}

#fireRatingModal .close {
    position: absolute;
    top: 1.4em;
    right: 1em;
    margin-left: 0;
}

#fireRatingModal .close:hover {
	color: #1275ab;
}

#fireRatingModal .close i {
    margin-left: 0;
}

#fireRatingModal .modal-header {
    position: relative;
    padding-right: 3em;
    background: #1275ab;
}

.modal-header {
    border-bottom: none;
    background: #1275ab;
    padding: 15px 2em;
}

.modal-title {
    font: 700 1.1em 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    letter-spacing: 1px;
}

.modal-body h3 {
    font-size: 1.438em;
    font-weight: 600;
    color: #001021;
}

.modal-body {
    padding: 2em;
}

.modal-footer {
    background: rgb(255,255,255);
}

.modalLink a,
.modalLink a:link,
.linkAttachment a,
.linkAttachment a:link,
.modalEventDownload a,
.modalEventDownload a:link {
    font-size: 0.9em;
}

#videoMeeting .modal-body,
#videoMeeting .modal-footer {
    text-align: center;
}

#videoMeeting .modal-dialog {
    width: 600px;
}

.plugin-form label{
	color: #3c4859;
	display: block;
}

.message-info {
    margin-top: 2em;
}

.required{
	font-weight:bold;
	color:rgb(255,0,4);
}

.message{
	color: #1275ab;
	display: block;
	padding: 0.8em;
	margin-bottom:0;
	border: 1px solid rgb(188,232,241);
	background: rgb(217,237,247)
}

.message:before{
	content:"\f05a";
	font-family:"Font Awesome 6 Pro";
	margin-right:0.5em;
	display:inline-block;
}

.input-validation-error,
.validation-summary-errors{
	color: rgb(169,68,66);
	display: block;
	padding: 0.8em;
	border: 1px solid rgb(235,204,209);
	background: rgb(242,222,222)
}

.field-validation-error{
    font-size:.9em;
    color: rgb(169,68,66);
}

.alert {
	color: #3c4859;
	display: block;
	padding: 0.8em;
	border: 1px solid rgb(185,185,185);
	background: rgb(255,255,255);
}

ul.notices,
ul.notices > li,
ul.meeting,
ul.agenda,
ul.agenda > li,
ul.meeting > li,
ul.news-feed,
ul.news-feed > li,
ul.property,
ul.property > li,
ul.cemetery-plots,
ul.cemetery-plots > li,
ul.propCol2,
ul.propCol2 > li,
ul.file-list,
ul.file-list > li,
ul.modalCol2 > li,
ul.byLaw,
ul.byLaw > li{
	list-style:none;
	padding:0;
	margin:0;
}

ul.notices > li,
ul.meeting > li,
ul.agenda > li{
	margin-bottom: 2em;
}

ul.meeting {
    width: 50%;
    float: left;
}

ul.agenda {
    width: 50%;
    float: right;
}

ul.byLaw{
	margin-top:1em;
}

ul.byLaw > li{
	margin-bottom:0.5em;
}

a.notice-back{
	display: inline-block;
	margin-bottom: 1.5em;
}

a.notice-back:before{
	content: "\f100";
	font-family: "Font Awesome 6 Pro";
	margin-right: 0.5em;
}

ul.notices a,
ul.meeting a,
ul.agenda a,
ul.byLaw a {
    position: relative;
    color: #1275ab;
    display: block;

    padding-bottom: 1.1em;
    padding-left: 4em;
    padding-right: 0;
    border-bottom: 1px solid rgb(212, 215, 217);
}

ul.notices a:last-of-type,
ul.meeting a:last-of-type,
ul.agenda a:last-of-type,
ul.byLaw a:last-of-type {
    border-bottom: none;
} 

ul.byLaw a{
	padding-left:0;
}

ul.meeting a:before,
ul.agenda a:before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: -0.1em;
    left: 0;
    color: rgb(255,255,255);
    display: block;
    padding: 0.8em 1em;
    -web-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #1275ab;
}

ul.notices a:before {
    content: normal;
}

ul.notices a.iconPost i {
    position: absolute;
    top: 0;
    left: 0;
    color: #1275ab;
    display: block;
    font-size: 2.5rem;
    background: none;
}

ul.byLaw a:before {
    font-family: "Font Awesome 6 Pro";
    color: rgb(255,255,255);
    display: inline-block;
    padding: 0.9em 1em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #1275ab;
}

ul.byLaw a:before{
	content: "\f1c1";
	margin-right:0.6em;
}

ul.byLaw > a:before{
	content:"\f2ac";
}

ul.meeting a:before,
ul.agenda a:before {
    content: "\f1c1";
    color: rgb(255,255,255);
    padding: 0.7em 1.05em;
    background: #1275ab;
}

ul.notices a:visited,
ul.meeting a:visited,
ul.agenda a:visited,
ul.byLaw a:visited {
    color: #1275ab;
}

ul.notices a:hover,
ul.meeting a:hover,
ul.agenda a:hover,
ul.byLaw a:hover {
    color: #3c4859;
}

ul.notices h3,
ul.meeting h3,
ul.agenda h3,
ul.byLaw h3 {
    font-size: 20px;
    color: #001021;
    margin-top: 0.8em;
    margin-bottom: 0;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

ul.notices time,
ul.meeting time,
ul.agenda time {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3c4859;
}

ul.notices a:hover h3,
ul.meeting a:hover h3,
ul.agenda a:hover h3,
ul.byLaw a:hover h3,
ul.notices a:hover time,
ul.meeting a:hover time,
ul.agenda a:hover time,
ul.byLaw a:hover time {
    color: #1275ab;
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modalEventDownload a:before {
    content: "\f019";
    display: inline-block;
    margin-right: 0.5em;
}

.modal footer {
    border-top: none;
    background: none!important;
}

.businessImg{
	display: inline-block;
	float: right;
	margin-left: 1.5em;
}

#business-list ul{
	float: left;
	display: inline-block;
	width: 50%;
}

#business-list UL.list-group,
#business-list UL.list-group > li{
	list-style:none;
	padding:0;
	margin:0;
}

#map_canvas{
	margin-bottom:1.5em;
}

#business-list h2{
	margin-top:1em;
	margin-bottom:0.5em;
}

#business-list .fa{
	display:inline-block;
	margin-right:0.5em;
}

#business-list a.list-group-item{
	color: #3c4859;
	-webkit-transition: background-color 300ms ease 0s;
    -moz-transition: background-color 300ms ease 0s;
    -o-transition: background-color 300ms ease 0s;
    transition: background-color 300ms ease 0s;
}

#business-list a.list-group-item:hover{
	color:rgb(255,255,255);
	background:#1275ab;
}

#business-list img {
    outline: none;
    margin-bottom: 0.7em;
    display: block;
	vertical-align: middle;
	height: auto;
	max-height: 200px;
	max-width: 400px;
	border-radius: .25rem !important;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.panel-heading {
	padding:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#accordion.panel-group {
    margin-top: 20px;
}

#accordion .panel-heading,
#accordion .panel-body {
    border: none !important;
}

#accordion .panel {
    box-shadow: none !important;
}

.panel-title > a {
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    color: rgb(255,255,255);
    display: block;
    padding: 1em 4em 1em 1em;
	-webkit-transition: background-color 300ms ease 0s;
    -moz-transition: background-color 300ms ease 0s;
    -o-transition: background-color 300ms ease 0s;
    transition: background-color 300ms ease 0s;
    background: #1275ab;
    text-transform: capitalize;
}

.panel-title > a:hover {
    color: rgb(255,255,255);
    background: #3c4859;
}



.panel-title > a:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5em;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.panel-title > a[aria-expanded="true"]:after {
    content: "\58";
    font-size: 13px;
}

.panel-title > a[aria-expanded="false"]:after {
    content: "\2b";
}



/*#plugin-form{
	display:none;
}*/

ul.news-feed a{
	display:block;
	margin-bottom:0.5em;
}

ul.news-feed a:before{
	content:"\f09e";
	display:inline-block;
	margin-right:0.5em;
}

ul.news-feed a > time{
	font-size:0.7em;
	text-transform:uppercase;
	display:block;
	margin-left:2.2em;
	color: #3c4859;
}

ul.property > li {
    position: relative;
    float: left;
    width: 33.33%;
    height: auto;
    min-height: 38em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
}

.propType {
    font-size: 0.7em;
    font-weight: bold;
    color: rgb(255,255,255);
    width: auto;
    display: inline-block;
    padding: 0.5em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5em;
    background: #1275ab;
}

.propMap {
    margin-top: 3em;
}

.property-content.fullDetail {
    height: auto;
    overflow: inherit;
}

.property-content {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.property-image{
	margin-bottom:1em;
}

.property-content h4{
	margin-bottom:0.5em;
}

.property-content p{
	margin-bottom:0.5em;
}

/*.property-content p:nth-child(even){
	background:rgb(215,215,215);
}*/

.property-content p > span{
	width:100px;
	display:inline-block;
	font-size:0.9em;
	font-weight:bold;
}

.property-content p > span.dPropertList {
    display: block;
}

.go-back, a.property-more-details,
a.property-more-details:link {
    display: inline-block;
    color: rgb(255,255,255) !important;
    padding: 0.5em 1em;
    margin-top: 0.8em;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #1275ab;
}

.go-back:visited,
a.property-more-details:visited{
	color:rgb(255,255,255);
    background: #1275ab;
}

a.property-more-details:before{
	content:"\f08e";
	display:inline-block;
	margin-right:0.5em;
}

.go-back:before {
    content: "\f1da";
    display: inline-block;
    margin-right: 0.5em;
}

.go-back:hover,
a.property-more-details:hover{
	color:rgb(255,255,255);
	background: #3c4859;
}

ul.propCol2 > li{
	float:left;
	width:50%;
	padding-right:0.5em;
}

ul.propCol2 > li + li{
	padding-left:0.5em;
}

.property-content-left {
    width: 750px;
    margin: auto;
}

.lSSlideOuter {
	margin-bottom:1.5em;
}

.lSSlideOuter ul.lSPager{
	width:100%!important;
}

.lSSlideOuter ul.lSPager li{
	width:120px !important;
	height:auto;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;
        margin-bottom: 5px;
}

.lSSlideOuter ul.lSPager li:last-child {
    margin-right: 0!important;
}

.lSSlideOuter ul.lSPager li.active{
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;	
}

.lSSlideOuter .lSPager.lSGallery img{
	margin:0!important;
}

.propertyHeader {
    padding: 0 3em;
    text-align: center;
}

#folder-view ol.breadCrumb {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
    clear: both;
    display: block;
}

#folder-view ol.breadCrumb > li{
	float:left;
	width:auto;
}

#folder-view ol.breadCrumb a,
#folder-view ol.breadCrumb a:link {
    font: 700 0.750em 'Open Sans', Arial, sans-serif;
	color: #1275ab;
}

#folder-view ol.breadCrumb a:visited{
	color: #1275ab;
}

#folder-view ol.breadCrumb a:hover,
#folder-view ol.breadCrumb a:active,
#folder-view ol.breadCrumb a:focus{
	color: #3c4859;
}

#folder-view ol.breadCrumb > li:first-child a:before {
    content: normal;
}

#pollQuestion .confirm-message {
    margin-top: 0;
}

ul.add-form > li.bDescription,
ul.add-form > li.bMap,
ul.add-form > li.sCategories {
    width: 100%;
    margin-right: 0;
    display: block;
    padding-right: 2.8em;
}

ul.video-list {
    margin-top: 1em;
}

ul.video-list a,
ul.video-list a:link{
    font-size: 1em;
    color: #1275ab;
    display: block;
}

ul.video-list a:visited{
    font-size: 1em;
    color: #1275ab;
}

ul.video-list a:hover{
    color: #3c4859;
}

ul.video-list a:before {
    content: "\f03d";
    display: inline-block;
    margin-right: 0.5em;
}

ul.video-list a h3 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    display: inline-block;
    margin-bottom: 0;
}


/*****************************
BUSINESS DIRECTORY
*****************************/
ul.directory-list{
	list-style:none;
	padding:0;
	margin:0;
}

ul.directory-list > li{
	float:left;
	width: 20%;
    min-height: 8em;
    padding: 0 0.5em;
}

ul.directory-list > li > span{
        line-height: 1.1;
	display:block;
	cursor:pointer;
	text-align:center;
	color: #1275ab;
	-webkit-transition:color 300ms ease 0s;
	-moz-transition:color 300ms ease 0s;
	-o-transition:color 300ms ease 0s;
	transition:color 300ms ease 0s;
}

ul.directory-list > li > span:before{
	content:"\f114";
	font-size:4em;
	color: #1275ab;
}

ul.directory-list > li > span:hover:before{
	color: #3c4859;
}

ul.businessSearch {
	margin:0;
	padding:0;
	list-style:none;
}

ul.businessSearch li.search{
	float:left;
	width:40%;
	padding-right:5%;
}

ul.businessSearch li.searchBtn{
	float:left;
	width:20%;
	padding-top:1.8em;
}

#alphabet-list{
	clear:both;
	padding-top:1em;
}

.confirm-message h1 {
    font-size: 1em;
}

/*********************************
DOCUMENTS
*********************************/
ul.file-list{
	list-style-type:square;
	color:#3c4859;
	padding-top:2em;
	border-top:1px dotted #3c4859;
}

ul.file-list > li{
	margin-bottom:0.5em;
}

ul.file-list a,
ul.file-list a:link {
	color: #1275ab;
}

ul.file-list a:visited{
	color: #1275ab;
}

ul.file-list a:hover,
ul.file-list a:active{
	color: #3c4859
}

ul.file-list a.file-pdf:before,
ul.file-list a.file-word:before,
ul.file-list a.file-image:before{
	display:inline-block;
	margin-right:0.5em;
}

ul.file-list a.file-pdf:before{
	content:"\f1c1";
}

ul.file-list a.file-word:before{
	content:"\f1c2";
}

ul.file-list a.file-image:before{
	content:"\f1c5";
}

ul.checkbox-group {
    list-style-type:none;
    padding-left: 0;
}

.plugin-form ul.checkbox-group li{
     width:50%;
    float:left;
}

.plugin-form ul.checkbox-group li label{
     display: inline-block;
    font-weight: normal;
}

.maps-category {
    margin-bottom:1em;
}

#pollBody > span {
    display: block;
}

#pollBody .poll-submit {
    text-align: left;
}

#pollBody ul.add-form{
    margin-top: 1em;
}


/********************************
CEMETERY
*******************************/
#formCemetery {
	margin-top:2em;
}

#cemetery-list .page-information {
	margin-top:1em;
}

ul.cemetery-plots > li {
	padding-top:1em;
	border-bottom:1px dotted rgb(204,204,204);
}

ul.cemetery-plots span {
	width:150px;
	font-weight:bold;
	display:inline-block;
}

ul.cemetery-plots.plots h4 {
    font-size: 1em;
    margin-bottom: 0.7em;
}

ul.cemetery-plots.plots h4:before {
    content: "\f1db";
    content: normal;
    display: inline-block;
    margin-right: 0.5em;
}

ul.cemetery-plots.plots h4 i {
    display: inline-block;
    margin-right: 0.5em;
}

ul.cemetery-plots.plots span {
    width: 6.5em;
}

ul.cemetery-plots.plots p{
    margin-bottom: 0.5em;
}

ul.cemetery-plots.plots p:last-of-type {
    margin-bottom: 0;
}

ul.cemetery-plots.plots > li{
    padding-bottom: 1em;
}


/*************************************
FORMS
************************************/

.rendered-form{
    margin: 0 0 2em;
}

.form-control{
	height: auto!important;
}

.form-group{
	margin: 1em 0;
    width: 46%;
    display: inline-block;
    margin-right: 1.5em;
}

[class*="field-checkbox-"]{
	width: 95%!important;
}

[class*="field-radio-group-"],
[class*="field-textarea-"] {
    display: block;
	width: 95%!important;
}

input[type="checkbox"]{
	float: left!important;
	display: inline-block!important;
	margin: 0.3em 0.7em 0 0;
}

.rendered-form input[type="text"],
.rendered-form input[type="password"],
.rendered-form input[type="email"],
.rendered-form input[type="url"],
.rendered-form input[type="file"],
.rendered-form select,
.rendered-form textarea{
	width: 100%;
	height: auto;
	padding: 0.9em;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(204, 204, 204);
}

.rendered-form .form-control:focus {
    border-color: rgb(15,61,57);
    -web-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.rendered-form .btn{
    color:rgb(255, 255, 255);
    font: normal 700 1em 'Open Sans';
    padding: 0.8em 1em;
	border:none;
    text-transform: uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-transition:background 300ms ease 0s;
	-moz-transition:background 300ms ease 0s;
	-o-transition:background 300ms ease 0s;
    transition: background 300ms ease 0s;
	background: rgb(91, 199, 173);
}

.rendered-form .btn-success:hover{
	background: rgb(58,127,110);
}

[class*="field-checkbox-"]{
	width: 100%!important;
}

.rendered-form h1,
.rendered-form h2,
.rendered-form h3{
	margin: 1em 0 0.5em 0;
	padding: 0;
}

.radio-input{
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;	
}


/*Calendar Subtitle*/
ul.calendarSubtitle {
	margin:0;
	padding:0;
    overflow: auto;
	list-style:none;
    margin-bottom: 1%;
}

/*Calendar Subtitle*/
li.calendarSubtitleOptions{
	float: left;
    padding-right: 1%;
    padding-left: 1%;
}

/*Calendar Subtitle*/
ul.calendarSubtitle {
   margin:0;
   padding:0;
   overflow: auto;
   list-style:none;
   margin-bottom: 1%;
}

/*Calendar Subtitle*/
li.calendarSubtitleOptions{
    float: left;
    padding: 1%;
	color:#FFF;
	margin-right:1%;
	margin-top: 1%;
	width:30%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
} 

input#chkcalendar.chk-calendar-list {margin-right:3%;}
.file-message{margin-bottom:.5em;}

a#calendarPrinter{
	font-weight:bold;
	display:inline-block;
	margin-top:.3em;
	margin-bottom:.7em;
}

a#calendarPrinter:before{
	content:"\f02f";
	font-family:"Font Awesome 6 Pro";
	display:inline-block;
	margin-right:0.5em;
}

#calendarPrinter{
	float:right;
}

#mylegend {
	width:100%;
}

#clear {
	clear:both;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: rgb(0,54,99);
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: rgb(255,255,255);
	background: rgb(0,54,99);
}

a.js-year {
    padding-right: 0.4em;
}

/**************************
     I'd Like To Section
***************************/
ul.modalCol2 > li {
    float: left;
    width: 50%;
    padding-left: 1em;
    padding-right: 1em;
}

ul.modalCol2 > li:first-child {
    padding-left: 0;
}

ul.modalCol2 > li:last-child {
    padding-right: 0;
}

.idLikeToDropdown {
    margin-bottom: 1.5em;
}

.idLikeToDropdown:last-of-type {
    margin-bottom: 0;
}

.btnChoices {
    position: relative;
    width: 100%;
    font: italic 1.063em 'Open Sans', Arial, sans-serif;
    color: rgb(0,16,33);
    text-align: left;
    border: none;
    padding: 0.8em;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid rgb(234,229,227);
    background: rgb(244,242,241);
}

.btnChoices:after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 500ms ease 0s;
    display: inline-block;
    line-height: 0;
    font-weight: 400;
}

.btnChoices.openIcon:after {
    transform: rotate(180deg);
}

.choicesContainer {
    display: none;
    /* height: 6em; */
    overflow-y: auto;
    background: rgb(244,242,241);
}

.choicesContainer a,
.choicesContainer a:link {
    font: 400 0.875em 'Open Sans', Arial, sans-serif;
    color: #001021;
    display: block;
    padding: 1em;
    border-bottom: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #f0f0f0;
    text-transform: capitalize;
}

.choicesContainer a:visited {
   color: #001021;
}

.choicesContainer a:hover,
.choicesContainer a:active,
.choicesContainer a:focus {
   background: #d9d9d9;
}

#idLiketoSearchModal .frmSearch {
    display: block;
    margin: 0;
}

#idLiketoSearchModal .frmSearch fieldset {
    text-align: right;
}

#idLiketoSearchModal .frmSearch input[type="search"] {
    font-style: normal;
    font-weight: 400;
    color: #001020;
    text-transform: none;
    padding: 1em 3em 1em 1em;
    background: rgb(240,240,240);
	width: 100%;
}

#idLiketoSearchModal input[type="search"]::placeholder {
    color: #001020 !important;
}

#idLiketoSearchModal .frmSearch button[type="submit"] {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    font: 700 0.875em 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #3c4859;
    padding: 1em 3em;
    margin-top: 2.5em;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
    border: 2px solid #3c4859;
    letter-spacing: 1px;
    display: block;
}

#idLiketoSearchModal .frmSearch button[type="submit"] > span {
    display: inherit;
}

#idLiketoSearchModal .frmSearch button[type="submit"]:hover {
    color: rgb(255, 255, 255);
    background: #1275ab;
    border: 2px solid #1275ab;
}

#idLiketoSearchModal .frmSearch button[type="submit"]:before {
    content: none;
}

#idLiketoSearchModal .frmSearch button.searchIconBtn {
    border: none !important;
    background: none !important;
    color: #001020;
    padding: 0;
    margin: -40px 14px 0 auto;
    font-size: 20px;
}

#idLiketoSearchModal .frmSearch button.searchIconBtn:hover {
    color: #1275ab;
}


/***********************************************
		CONFIRMATION MESSAGE STYLING
***********************************************/
.confirm-message {
    padding: 0.75rem 1.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.confirm-message hr {
    border-top-color: #c1e2b3;
}

.modal .confirm-message h1{
	/*color: #3c763d;*/
	color: #333;
	font-size: 1.8em;
	padding: 0.75rem 0;
	display: block!important;
}

.confirm-message .fa{
	font-size: 1.5em;
	color: #3c763d;
}

.confirm-message .alert-link {
    color: #2b542c;
}

.calculator:first-child {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgb(194,194,194);
}

.tax-calculator-list h3 {
	font-size: 1.1em;
}

.tax-calculator-list td {
    padding: 7px 0 7px 7px;
}

.calculator-attributes {
	padding: 20px 0;
}

input[type="submit"] {
	transition: all ease 300ms;
}

input[type="submit"]:hover {
	background-color: #072A48;
}

.calculator-attributes-table {
	width: 100%;
}

.calculator-attributes-table  td {
	width: 33%;
	padding-right: 7px;
}

.calculator-attributes-table  td:last-child {
	text-align: center;
}

.calculator-attributes-table  td:last-child {
	text-align: center;
}

tbody tr:nth-child(even) {
	background-color: transparent;
}

.main-color, .color-box, .color-box-canvas {
	display: inline-block;
}

.main-color {
	width: 25%;
}

.field-validation-valid {
    display: none;
}

.propertyTitle,
.propMap h4 {
    font-size: 1.2em;
}

.propertyTitle {
    margin-top: 1.5em;
}

.go-back,
.go-back:link {
    font-size: 0.9em;
}

.auto-style3 {
    width: 200px!important;
}


/************ SEARCH ****************/
.search-wrap {
	float: left;
	width: 50%;
	padding-right: 5%;
	padding-top: 0;
}

.search-wrap h2 {
	font-size: 1.9em;
	color: #1275ab;
	padding-bottom: 0;
	margin-bottom: 0;
}

.search-wrap .page-information{
	font-size: 0.9em;
	margin-bottom:1em;
}

.search-wrap h3 {
	font-size: 1.3em;
	font-weight: 600;
}


/** I'd Like To **/
#idLiketoSearchModal {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    padding: 0;
	width: 450px;
	/* overflow: hidden; */
	background: #fff;
	-webkit-background-size: 50% auto;
	-moz-background-size: 50% auto;
	-o-background-size: 50% auto;
	background-size: 50% auto;
	-webkit-background-position-y: 120%;
	-moz-background-position-y: 120%;
	-o-background-position-y: 120%;
	background-position-y: 120%;
}

#idLiketoSearchModal .modal-dialog {
	height: 100%;
    margin: auto;
    width: inherit;
    transform: none !important;
    top: auto;
    left: auto;
}

#idLiketoSearchModal .modal-header {
    background: none;
    padding: 15px 45px;
}

#idLiketoSearchModal .modal-header .close {
	color: #001021;
    margin: 0;
}

#idLiketoSearchModal .modal-header .close:hover {
    color: #1275ab;
}

#idLiketoSearchModal .modal-body{
	background-color: transparent;
	padding: 3rem 3rem 1rem 3rem;
}

#idLiketoSearchModal .modal-content {
    height: 100%;
	background-color: transparent;
    border: none;
    box-shadow: none;
}

#idLiketoSearchModal .modal-content ul.modalCol2 > li {
    float: none;
    width: 100%;
    padding: 0;
}

#idLiketoSearchModal .modal-content ul.modalCol2 > li:first-of-type {
    margin-bottom: 2rem;
}

#idLiketoSearchModal .modal-content ul.modalCol2 > li:first-of-type h3 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#idLiketoSearchModal .modal-content ul.modalCol2 > li:last-of-type h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: .5rem;
    text-transform: capitalize;
}

#idLiketoSearchModal .modal-content ul.modalCol2 .idLikeToDropdown .btnChoices {
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

#idLiketoSearchModal .modal-content ul.modalCol2 .idLikeToDropdown:first-of-type .btnChoices {
    background: #4e6151;
}

#idLiketoSearchModal .modal-content ul.modalCol2 .idLikeToDropdown:nth-of-type(2) .btnChoices {
    background: #1275ab;
}

#idLiketoSearchModal .modal-content ul.modalCol2 .idLikeToDropdown:last-of-type .btnChoices {
    background: #3c4859;
}


/****************************************************************
MEDIA QUERY
****************************************************************/

@media only screen and (max-width:1600px) {

    .modal-title {
        font-size: 1em;
    }

    .modal .confirm-message h1 {
        font-size: 1.7em;
    }
}

@media only screen and (max-width:1480px) {

    .modal h2,
    .modal-body h3 {
        font-size: 1.2em;
    }

    .modal-content .modalTitleLogo {
        width: 190px;
        height: 96px;
    }

    .modal-header .close {
        font-size: 0.9em;
        margin-left: 0;
    }

    ul.add-form,
    .modal-body p {
        font-size: 0.9em;
    }

    /* .btnChoices {
        font-size: 0.9em;
    }
    
    #idLiketoSearchModal .frmSearch input[type="search"] {
        font-size: 0.9em;
    } */
}

@media only screen and (max-width:1240px) {

	.businessImg{
		float: none;
		display: block;
		margin-right: 0;
	}

	#business-list ul{
		float: none;
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width:1200px) {

    ul.directory-list > li{
	    width: 25%;
    }

    .modal .confirm-message h1 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width:1120px) {

    .property-content-left {
        width: 650px;
    }

    .lSSlideOuter ul.lSPager li {
        width: 125px !important;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    .search-wrap {
	    width: 100%;
	    padding: 0 0 1em 0;
    }
}

@media only screen and (max-width:1023px){

    .property-content-left {
        width: 900px;
    }
}

@media only screen and (max-width:950px) {

    ul.directory-list > li > span {
        font-size: 0.9em;
    }
}


@media only screen and (max-width:940px) {

    .property-content-left {
        width: 800px;
    }
}

@media only screen and (max-width:860px) {

    ul.directory-list > li {
        width: 33.33%;
    }
}

@media only screen and (max-width:840px) {

    .property-content-left {
        width: 700px;
    }

    .lSSlideOuter ul.lSPager li {
        width: 135px !important;
    }
}

@media only screen and (max-width:780px){

	ul.propCol2 > li{
		float:none;
		width:100%;
		padding-right:0;
	}

	ul.propCol2 > li + li{
		padding-left:0;
	}
}

@media only screen and (max-width:767px) {

    ul.agenda,
    ul.meeting {
        width: 100%;
    }
}

@media only screen and (max-width:760px) {

    ul.property > li {
        width: 50%;
    }

    .modal .confirm-message h1 {
        font-size: 1.2em;
    }

    .confirm-message h1 {
        font-size: 0.9em;
    }
    
    .propertyTitle,
    .propMap h4 {
        font-size: 1em;
    }

    .go-back,
    .go-back:link {
        font-size: 0.7em;
    }

    a.property-more-details,
    a.property-more-details:link {
        font-size: 0.8em;
    }
}

@media only screen and (max-width:740px) {

    .property-content-left {
        width: 600px;
    }

    .lSSlideOuter ul.lSPager li {
        width: 145px !important;
    }
}

@media only screen and (max-width:738px) {

    .plugin-form ul.checkbox-group li {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width:680px){

	/*.property-content p > span{
		display:block;
		font-size:0.9em;
	}*/

	/*Calendar Subtitle*/
    li.calendarSubtitleOptions {
	    width:47%;
    } 
    
    ul.modalCol2 > li {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    ul.modalCol2 > li:first-child {
        padding-bottom: 2em;
    }

    
    
    .panel-collapse table td {
        width: 100%!important;
        display: block;
    }
}

@media only screen and (max-width:650px) {

    ul.businessSearch li {
        margin-bottom: 1em;
    }

    ul.businessSearch li.search {
        float: none!important;
        width: 100%!important;
        padding-right: 0!important;
    }

    ul.businessSearch li.searchBtn {
        float: none!important;
        width: 100%!important;
        padding-top: 0!important;
    }
}

@media only screen and (max-width:640px) {

    .property-content-left {
        width: 500px;
    }

    .lSSlideOuter ul.lSPager li {
        width: 120px !important;
    }
}

@media only screen and (max-width:600px){

    /*Calendar Subtitle*/
    li.calendarSubtitleOptions{
	    width:47%;
    }

    .property-image img,
    .property-content-left img {
        margin: 0;
    }

    #idLiketoSearchModal .modal-body {
        padding: 3rem 0;
    }

    #idLiketoSearchModal .modal-header {
        padding: 15px 0;
    }
}

@media only screen and (max-width:580px) {

    ul.notices a,
    ul.meeting a,
    ul.byLaw a {
        font-size: 0.95em;
    }
    
    #notice-list,
    #notice-list  p {
        font-size: 0.95em;
    }
    
    .modal-dialog .modal-footer .btn-default,
    .plugin-form input[type="submit"] {
        font-size: 0.6em;
    }

    .articlePost,
    .articlePost p,
    ul.news-feed a,
    #business-list table,
    #business-list a.list-group-item,
    .plugin-form label {
        font-size: 0.95em;
    }

    #business-list table td {
        width: 100%!important;
    }

    .modal-title,
    .modal-body h3,
    #business-list h2,
    .property-content h4 {
        font-size: 0.9em;
    }

    .modalBodyMetaHeader h5,
    .modal-body,
    #folder-view ol.breadCrumb a,
    .panel-title {
        font-size: 0.9em;
    }

    .property-content p{
        font-size: 0.95em;
    }

    ul.add-form > li {
        display:block;
        width: 100%;
    }

    .form-group {
        display:block;
        width: 100%;
    }
    
    ul.add-form > li.bDescription,
    ul.add-form > li.bMap,
    ul.add-form > li.sCategories {
        padding-right: 0;
    }
}

@media only screen and (max-width:560px) {

    ul.directory-list > li {
        width: 50%;
    }
    
    .confirm-message h1 {
        font-size: 0.8em;
    }
}

@media only screen and (max-width:550px) {

    .modalTitleLogo {
        width: 300px;
        height: 76px;
    }
}

@media only screen and (max-width:540px) {

    .property-content-left {
        width: 400px;
    }

    .lSSlideOuter ul.lSPager li {
        width: 95px !important;
    }
}

@media only screen and (max-width:480px) {

    .property-content h4 {
        font-size: 1.1em;
    }

    ul.property > li {
        position: static;
        float: none;
        width: 100%;
        min-height: 0;
        padding-right: 0;
        margin-bottom: 1.5em;
        border-bottom: 1px dotted rgba(0,0,0,0.1);
    }

    ul.property > li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    a.property-more-details,
    a.property-more-details:link {
        position: static;
        left: auto;
        bottom: auto;
        display: inline-block;
    }
}

@media only screen and (max-width:460px) {

    .modalTitleLogo {
        width: 240px;
        height: 61px;
    }
}

@media only screen and (max-width:440px) {

    .property-content-left {
        width: 300px;
    }

    .lSSlideOuter ul.lSPager li {
        width: 70px !important;
    }
}


@media only screen and (max-width:414px){

    ul.businessSearch li{
	    float:left;
	    width:100%;
    }

    ul.businessSearch li.search{
	    float:left;
	    width:100%;
    }

    ul.businessSearch li.searchBtn{
	    float:left;
	    width:100%;
    }
}

@media only screen and (max-width:340px) {

    .property-content-left {
        width: 280px;
    }

    .lSSlideOuter ul.lSPager li {
        width: 65px !important;
    }
}

@media only screen and (max-width:320px){

	.plugin-form input[type="submit"]{
		width:100%;
	}

	li.calendarSubtitleOptions{
	    width:98%;
    }
}

@media only screen and (max-width:600px){

	.tax-calculator-list h3 {
		text-align: center;
	}

    .searchPage form p input[type="text"],
	input[type="text"] {
		display: block;
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}

	main article form input[type="submit"] {
       	width: 100%;
		margin-top: 10px;
	}
	
	.calculator-attributes-table  td:last-child {
		text-align: right;
	}
	
	.calculator-chart {
		text-align: center;
	}
	
	.main-color {
		width: 47%;
		margin:1%;
	}
	
	.calculator-attributes-table  tbody:first-child th:last-child {
		text-align: right;
	}
	
	#myCanvas {
		margin-bottom: 20px;
	}

    #idLiketoSearchModal {
        width: 90%;
    }
}

@media only screen and (max-width:375px){

	.plugin-form input[type="submit"]{
		width:100%;
	}

    li.calendarSubtitleOptions{
	    width:98%;
    } 
}