.card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  padding: 20px;
}

.card-item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.card-item:hover {
  transform: scale(1.05);
}

.community-content {}

.community-content .tabs.primary {
  border: 0px;
  box-shadow: none;
  padding-left: 0px;
}

.community-content .tabs.primary li {
  margin-right: 2px;
  list-style: none;
}

.community-content .tabs.primary li::marker {
  display: none;
  content: "";
}

.community-content .tabs.primary li.is-active {}

.community-content .tabs.primary li a {
  display: block;
  padding: 8px;
  color: #003a5d;
  background: #eceff1;
  outline-color: #003a5d !important;
  min-height: auto;
}

.community-content .tabs.primary li.is-active a,
.community-content .tabs.primary li a:hover {
  color: #fff !important;
  background: #0073CF;
}

h1 {
  color: #767676;
}

h1.page-title {
  padding: 0px 0px 15px;
}

.community-content .block-page-title-block {
  border-bottom: 1px solid #ccc;
}

.community-content .block {
  padding: 0px 30px;
}

.community-content .block .block {
  padding: 0px;
  margin-left: 0px;
}

.community-content .layout--onecol,
.community-content .layout--threecol-section {
  margin: 0px -30px;
  padding-left: 30px;
}

.community-content .layout--twocol-section {
  margin: 0px -30px;
  padding-left: 30px;
}

.community-content .layout--onecol {}

.community-content .layout--threecol-section,
.community-content .layout--twocol-section {
  background: #eceff1;
  align-items: center;
}

.block-field-blocknodeparkingfield-address .field--name-field-address,
.block-field-blocknodebusiness-licencefield-address .field--name-field-address {
  font-size: 24px;
  margin-bottom: 50px;
}

.block-field-blocknodebusiness-licencebody .field--name-body,
.block-field-blocknodecity-facilitybody .field--name-body,
.block-field-blocknodecity-projectbody .field--name-body {
  margin-top: 50px;

}

.layout--threecol-section>.layout__region--first {
  padding: 25px 0px;
}

.region-breadcrumb {
  min-height: inherit;
}

article.node .layout--twocol-section .field,
article.node .layout--threecol-section .field {
  margin-bottom: 10px;
}

article.node .field--type-entity-reference {}

article.node .field--type-entity-reference .field__label {
  /* font: 24px / 32px "Open Sans", 'Helvetica Neue', Arial, sans-serif; */
  /* color: #767676; */
  /* margin: 0 0 32px; */
  /* border-bottom: 2px solid gray; */
}

article.node .field--type-entity-reference .field__items {
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin: 25px 0px;
}

article.node .field--type-entity-reference.field--label-inline .field__items {
  margin: 0px;
}

article.node .field--type-entity-reference .field__items .field__item {
  display: inline-block;
  margin-right: 15px;
}

article.node .field--type-entity-reference .field__items .field__item a {
  position: relative;
  overflow: hidden;
  margin: 8px 0;
  padding: 12px 32px 13px;
  color: #003a5d;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #0073CF;
  font-size: 18px;
  line-height: 1.33em;
  background-color: transparent;
  outline-offset: 2px;
  outline-color: #0073CF;
  border-radius: 2px;
}

article.node .field--type-entity-reference .field__items .field__item a:hover,
article.node .field--type-entity-reference .field__items .field__item a:focus {
  color: #fff;
  background-color: #0073CF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}

.block-local-tasks-block {
  margin-top: 15px;
}

.media--type-document.media--view-mode-token {}

.media--type-document.media--view-mode-token .field--name-field-media-document {}

.media--type-document.media--view-mode-token .field--name-field-media-document .field__item span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 8px 0;
  padding: 12px 32px 13px 50px !important;
  color: #003a5d !important;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #0073CF;
  font-size: 18px !important;
  line-height: 1.33em !important;
  background-color: transparent;
  outline-offset: 2px;
  outline-color: #0073CF !important;
  border-radius: 2px;
  background-position: 30px center;
}

.media--type-document.media--view-mode-token .field--name-field-media-document .field__item span:hover {
  color: #fff !important;
  background-color: #0073CF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 13px 0 rgba(0, 0, 0, 0.07);
}

.media--type-document.media--view-mode-token .field--name-field-media-document .field__item span:hover a {
  color: #fff !important;
}

/* move this css in style.css file start */
.paragraph--type--videos {
  margin-top: 50px;
}

.videos-information-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* .videos-information-parent .field--name-field-videos-title {
  font-size: 24px;

} */

.view-video-links-content-type-information .view-content,
.paragraph--type--videos .field--name-field-video-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.views-exposed-form .form-type--select select {
  -webkit-appearance: none;
  border: 1px solid #767676;
  padding: 6px 6px 9px;
  margin-top: 0;
  color: #0073CF;
  background-color: transparent;
  min-width: 128px;
  max-width: 100%;
  border-radius: 2px;
  font-size: 17px;
}

.views-exposed-form label {
  font-size: 18px;
}

form select:not([multiple]) {
  padding-right: 48px !important;
  background: url(../images/select_bg.png) no-repeat right center;
}

.form-element--type-select:focus {
  background: url(../images/select_bg.png) no-repeat right center;

}

.view-contacts .view-content>.views-row {
  padding: 12px 16px;
}

.view-display-id-block_1 .office-hours__item-label {
  width: 6.6em;
  display: inline-block;
  font-weight: initial;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature i {
  color: #bccb21;
}


.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:first-of-type .bylaw-content-wrapper {
  border-top: 1px solid #c9cbcd;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper {
  position: relative;
  padding: 30px 20px 30px 0;
  border-bottom: 1px solid #c9cbcd;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .bylaw-content-wrapper {
  border-color: transparent;
}

.view-bylaws .bylaw-list ul.bylaw li {
  padding-bottom: 4px;
  list-style: none;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover {
  position: relative;
  color: #000;
  border-color: #0073CF;
  border-radius: 2px;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper {
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-bylaws .bylaw-list ul.bylaw {
  list-style: disc outside;
  padding-left: 32px;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper>div {
  margin-bottom: 0;
  padding-right: 0;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .col-4-5 {
  width: 80%;
}


[class*='col-']:last-of-type {
  padding-right: 0;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .right {
  float: right;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .col-1-5 {
  width: 20%;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-title {
  font-size: 21px;
  line-height: 1.2em;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-number {
  margin-left: 14px;
  padding-left: 14px;
  color: #666;
  border-left: 1px solid #999;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-contact,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-body {
  padding-top: 8px;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper {
  position: absolute;
  right: 16px;
  bottom: 16px;
  text-align: right;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a {
  display: block;
  padding: 8px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}


.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i {
  padding: 0;
  font-size: 22px;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-contact,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-body {
  padding-top: 8px;
}

.label {
  font-weight: 700;
  padding-right: 4px;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i:before,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper a i:after {
  position: relative;
  font-family: Corbel, 'Corbel W01', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: super;
  padding-right: 8px;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature a:hover i:before {
  color: #0073CF;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature i:before,
.view-bylaws .bylaw-list .bylaw .bylaw-wrapper .bylaw-content-wrapper .bylaw-pdf-wrapper .view-feature i:after {
  color: #003a5d;
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .view-feature a i:before {
  content: 'Documents';
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .download-pdf a i:before {
  content: 'Download PDF';
}

.view-bylaws .bylaw-list .bylaw .bylaw-wrapper:hover .view-pdf a i:before {
  content: 'View Details';
}

form input[type="checkbox"]+label {
  color: #0073CF;
}

.views-exposed-form label {
  margin-bottom: 8px;
}

.views-exposed-form .form-type--checkbox .form-boolean {
  border-color: #003a5d;
}

.views-exposed-form .form-item--type-bylaw {
  padding-right: 20px;
}

.block-views-blockcity-projects-map-main-data-overlay-block-1 .view-content .views-row {
  zoom: 1;
  position: relative;
  z-index: 10;
  margin-top: -3px;
  margin-right: 0;
  margin-left: -20px;
  padding-left: 20px;
  border: 2px solid transparent;

}


.view-city-projects-map-main-data-overlay>.view-content .views-row:first-of-type .project-content-wrapper {
  border-top: 1px solid #CCC;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-content-wrapper {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-content-wrapper>div {
  margin: 0;
}

.block-views-blockcity-projects-map-main-data-overlay-block-1 .view-content .views-row>div>div {
  margin-bottom: 0;
  padding-right: 0;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-title {
  font-size: 21px;
  line-height: 1.2em;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-body {
  width: 100%;
  padding: 8px 0;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-cost,
.view-city-projects-map-main-data-overlay>.view-content .views-row .project-start,
.view-city-projects-map-main-data-overlay>.view-content .views-row .project-end {
  display: inline-block;
  padding-right: 16px;
}

#content .page-content .main-content a {
  color: #0073CF;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-category {
  margin-left: 14px;
  padding-left: 14px;
  color: #666;
  border-left: 1px solid #999;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-body p {
  margin-bottom: 0;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-cost [class*="-label"],
.view-city-projects-map-main-data-overlay>.view-content .views-row .project-start [class*="-label"],
.view-city-projects-map-main-data-overlay>.view-content .views-row .project-end [class*="-label"] {
  font-weight: 700;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-content-wrapper>div {
  margin: 0;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-target {
  text-align: right;
  text-transform: uppercase;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row .project-target .project-link {
  position: absolute;
  right: 20px;
  bottom: 24px;
}

.col-4-5 {
  width: 80%;
}

.col-1-5 {
  width: 20%;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row:hover {
  color: #000;
  border-color: #0073CF;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row:hover {
  border: 2px solid #0073CF;
  color: #000;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row:hover .project-category {
  color: #000;
}

.view-city-projects-map-main-data-overlay>.view-content .views-row:hover .project-body p {
  color: #000;
}

.view-related-links .item-list ul {
  padding-left: inherit;
  margin-bottom: inherit;
}

.view-definitions ol {
  list-style: decimal;
  padding-left: 32px;
  font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
}

.view-definitions ul li {
  list-style: none;
}

.view-definitions ul {
  padding-left: 0;
}

.view-definitions ol li {
  list-style: inherit;
}

/* move this css in style.css file end */