:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

header {
  background-color: var(--color-a);
}

main {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}

footer a {
  color: black;
  text-decoration: underline;
  margin: 0;
}

footer h2 {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 50px;
  font-size: 1.25rem;
}

.c-service-menu.top-service-menu {
  margin: 10px 10px 60px 10px;
}

.c-service-menu__link {
  text-decoration: underline;
}

.umbraco-forms-form .umbraco-forms-container .checkboxlist {
  width: 100%;
  padding: 0;
  float: none;
}

.umbraco-forms-form .umbraco-forms-container .checkboxlist label {
  float: none;
  clear: none;
}

.umbraco-forms-form .umbraco-forms-container span.field-validation-error {
  display: block;
  padding-top: 10px;
  padding-left: 0;
}

.-print {
  display: none;
}

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.center-content > * {
  margin: auto;
}

.right-align-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.right-align-content > * {
  margin-left: auto;
}

.hero-banner-text {
  background-color: var(--color-b);
  padding: 2rem !important;
}

.hero-banner-text * {
  color: #fff;
}

.hero-banner-text h2 {
  margin-top: 0px;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
}

.hero-banner-text h2 strong {
  font-weight: 600;
}

.hero-banner-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.scrolltomain {
  position: fixed;
  z-index: 9999;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
}

.scrolltomain svg {
  max-width: 100%;
  height: 100%;
  fill: #fff;
}

/* focus elements */

a[href]:not([tabindex='-1']):focus,
area[href]:not([tabindex='-1']):focus,
input:not([disabled]):not([tabindex='-1']):focus,
select:not([disabled]):not([tabindex='-1']):focus,
textarea:not([disabled]):not([tabindex='-1']):focus,
button:not([disabled]):not([tabindex='-1']):focus,
iframe:not([tabindex='-1']):focus,
[tabindex]:not([tabindex='-1']):focus,
[contentEditable=true]:not([tabindex='-1']):focus {
  outline-offset: 0;
  outline-style: solid;
  outline-width: 3px;
  outline-color: var(--color-focus-color);
}

pre.component-errors {
  color: red;
  background-color: #FFE0E0;
  padding: 15px;
  display: inline-block;
}

.loading-icon {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 64px;
  height: 64px;
}

.loading-icon div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-icon div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading-icon-1 0.6s infinite;
          animation: loading-icon-1 0.6s infinite;
}

.loading-icon div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading-icon-2 0.6s infinite;
          animation: loading-icon-2 0.6s infinite;
}

.loading-icon div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading-icon-2 0.6s infinite;
          animation: loading-icon-2 0.6s infinite;
}

.loading-icon div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading-icon-3 0.6s infinite;
          animation: loading-icon-3 0.6s infinite;
}

@-webkit-keyframes loading-icon-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loading-icon-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes loading-icon-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes loading-icon-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes loading-icon-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes loading-icon-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.active-accordion > .accordion__panel {
  height: auto;
}

.accordion {
  background-color: transparent;
  color: #6b6b6b;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.accordion:hover {
  background-color: #f3f3f3;
}

.accordion__btn {
  border: none;
  background: transparent;
  border-top: 1px solid #6b6b6b;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  cursor: pointer;
  color: #3d3d3d;
  outline: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.accordion__btn:hover {
  opacity: 0.8;
}

.accordion__btn .accordion__icon {
  float: right;
}

.accordion__btn .accordion__icon svg {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  line-height: -23px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion__btn.active .accordion__icon svg {
  -webkit-transform: translateY(2px) rotate(180deg);
          transform: translateY(2px) rotate(180deg);
}

.accordion__panel {
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
  height: 0;
}

.accordion__panel-image img {
  margin-bottom: 20px;
}

.accordion__panel__text .grid-container {
  padding-right: 0;
  padding-left: 0;
}

.accordion__panel__text .grid-container .row {
  margin-right: 0;
  margin-left: 0;
}

.accordion__panel__text .grid-container .row .element-row {
  padding-right: 0;
  padding-left: 0;
}

.accordion__panel__text .grid-container .row .element-row .content-element {
  padding-right: 0;
  padding-left: 0;
}

.accordion__panel__text .grid-container .row .element-row .content-element .col--md-12 {
  padding-right: 0;
  padding-left: 0;
}

.accordion__panel p {
  color: #3d3d3d;
}

.accordion__panel .grid-container {
  padding: 0;
}

.accordion__panel .grid-container .element-row {
  padding: 0;
}

.accordion__panel .content-element p:first-child {
  margin-top: 0;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-addendumdemarcationsoverview h2 {
  margin-bottom: 30px;
}

.c-addendumdemarcationsoverview p,
.c-addendumdemarcationsoverview a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  max-width: 869px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 0;
}

.c-addendumdemarcationsoverview p {
  cursor: default;
}

.c-addendumdemarcationsoverview__table {
  width: 100%;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-addendum ul {
  list-style: none;
  padding: 0;
}

.c-addendum ul > li:first-child .c-addendum__item-link:hover {
  opacity: 0.5;
}

.c-addendum ul > li:first-child .c-addendum__item-link .c-addendum__item-date-value {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.c-addendum ul > li:first-child .c-addendum__item-link .c-addendum__item-planname {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.c-addendum ul > li:first-child .c-addendum__item-headline {
  display: inline-block !important;
  visibility: visible !important;
}

.c-addendum__item-planname {
  padding-right: 10px;
}

.c-addendum__item-dates,
.c-addendum__item-planname {
  margin: 0;
  line-height: 1.5;
}

.c-addendum__item-dates > p,
.c-addendum__item-planname > p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.c-addendum__item-headline:first-letter {
  text-transform: capitalize;
}

.c-addendum__item-date {
  margin-right: 10px;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-announcementList-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  height: 3em;
  line-height: 3;
  background: var(--color-announcements-bg);
  overflow: hidden;
}

.c-announcementList-filter:hover::after {
  color: #f39c12;
}

.c-announcementList-filter__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: var(--color-announcements-bg);
  background-image: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
}

.c-announcementList-filter__select::-ms-expand {
  display: none;
}

.c-announcementList-filter::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.c-announcementList {
  color: white;
}

.c-announcementList__list {
  padding: 0;
  list-style: none;
}

.c-announcementList__list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 20px;
  background-color: var(--color-announcements-bg);
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-announcementList__list__item__right {
  float: right;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-left: 15px;
}

.c-announcementList__list__item__right__top {
  text-align: right;
  width: 100%;
  color: white;
}

.c-announcementList__list__item__right__top__category {
  background-color: #759233;
  float: right;
}

.c-announcementList__list__item__right__top__category__text {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.c-announcementList__list__item__right__top__publish-date {
  margin: 4px;
  font-size: 13px;
  font-weight: bold;
  display: inline;
  padding-right: 10px;
  line-height: 1.9375rem;
}

.c-announcementList__list__item__right__content {
  padding-left: 2px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
}

.c-announcementList__list__item__right__content__headline {
  margin-right: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding-top: 0;
}

.c-announcementList__list__item__right__content__resume {
  line-height: 1.5rem;
  font-size: 1rem;
  padding-right: 16px;
  margin-bottom: 30px;
}

.c-announcementList__list__item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 25%;
}

.c-announcementList__list__item__image__img {
  width: 100%;
  padding: 15px;
}

.c-announcementList__list__item__imagebg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.c-pagination__pagination__pagiactive {
  background: grey;
  color: white;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-breadcrumb {
  display: block;
  padding: 0;
  margin: 20px 0;
  list-style: none;
  border-radius: 3px;
  line-height: 1.2;
}

.c-breadcrumb li,
.c-breadcrumb li a {
  vertical-align: middle;
}

.c-breadcrumb > li {
  display: inline-block;
}

.c-breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.c-breadcrumb > .active {
  color: #d9d9d9;
}

.c-breadcrumb__home-link {
  padding-right: 5px;
}

.c-breadcrumb__home-link svg {
  width: 17px;
  height: 15px;
}

.c-breadcrumb__home-link-text {
  margin-left: 5px;
}

.c-form-entries__comments {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.c-form-entries__comment {
  overflow: auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.c-form-entries__createddate {
  margin-top: 20px;
  text-align: right;
  padding-bottom: 10px;
}

.c-form-entries div .c-form-entries__key.--key-is-name {
  position: absolute;
  left: 0;
  top: 20px;
}

.c-form-entries table .key::first-letter {
  text-transform: uppercase;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--color-cookie-banner);
  z-index: 9999;
  display: none;
}

.c-cookie__content {
  margin: auto;
  width: 1280px;
  padding: 30px;
}

.c-cookie__content * {
  max-width: 1280px;
}

.c-cookie__accept-btn {
  font-size: 12px;
  padding: .5rem 1rem;
  background-color: var(--color-standard-button);
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.c-cookie__accept-btn:hover {
  opacity: 0.8;
}

.c-html-editor.-preview {
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-html-editor__help-text {
  z-index: 2;
}

.c-html-editor__help-text p {
  font-size: 60px;
  display: inline-block;
  margin-bottom: 30px;
}

.c-html-editor__help-text p.c-html-editor__path {
  font-size: 1rem;
  display: block;
  margin-bottom: 0;
}

.c-html-editor__help-text p.c-html-editor__path:first-child {
  margin-top: 10px;
}

.c-html-editor__icon {
  font-size: 80px;
  display: inline-block;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-demarcation-plandata {
  width: 100%;
}

.c-demarcation-plandata.-preview .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-demarcation-plandata.-preview .row .col--md-6 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.c-demarcation-plandata__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-demarcation-plandata__list-item {
  background-color: var(--color-a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-demarcation-plandata__list-item p {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.c-demarcation-plandata__list-item-key {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #e6e6e6;
}

.c-demarcation-plandata__list-item-value {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 5px 10px;
}

.c-demarcation-anvspec__accordion-values {
  padding: 0 10px;
}

.c-demarcation-anvspec .accordion {
  width: calc(100% + 30px);
  margin-left: -20px;
}

.c-demarcation-anvspec .accordion___panel {
  padding-left: 20px;
  padding-right: 20px;
}

.c-demarcation-anvspec .accordion__btn {
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #e6e6e6;
}

.c-demarcation-anvspec .accordion .c-demarcation-plandata__list-item-key {
  background-color: #ffffff;
  margin-right: 0;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding-left: 20px;
}

.c-demarcation-anvspec .accordion .c-demarcation-plandata__list-item-value {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.c-embeded-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.c-embeded-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-grid-component.-preview {
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-grid-component__help-text {
  z-index: 2;
}

.c-grid-component__help-text p {
  font-size: 60px;
  display: inline-block;
}

.c-grid-component__icon {
  font-size: 80px;
  display: inline-block;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-media-gallery {
  position: relative;
}

.c-media-gallery__print-text p {
  margin-top: 0;
}

.c-media-gallery.-preview {
  padding-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-media-gallery.-preview .c-media-gallery__carousel-cell {
  width: 32%;
  display: inline-block;
  margin-bottom: 10px;
}

.c-media-gallery.-preview .c-media-gallery__carousel-cell:nth-child(3n + 3) .c-media-gallery__carousel-cell__image {
  padding-right: 0px;
}

.c-media-gallery.-preview .c-media-gallery__carousel-cell__image {
  padding-right: 10px;
  max-height: 100%;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-media-gallery.-preview .c-media-gallery__help-text {
  z-index: 2;
  background-color: rgba(243, 243, 245, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-media-gallery.-preview .c-media-gallery__help-text p {
  font-size: 1.5vw;
  display: inline-block;
  background-color: #fff;
  line-height: 1.7vw;
  padding: 10px 10px 10px 0;
}

.c-media-gallery.-preview .c-media-gallery__help-text .c-media-gallery__icon {
  margin-top: -10px;
  font-size: 1.5vw;
  display: inline-block;
  background-color: #fff;
  line-height: 1.7vw;
  padding: 10px 0 10px 10px;
}

.c-media-gallery__carousel.-flickity-resized .loading-icon {
  display: none;
}

.c-media-gallery__carousel.-flickity-resized .lazy-loaded:before {
  padding-top: 0;
}

.c-media-gallery__carousel__text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.6);
  width: calc(100%);
}

.c-media-gallery__carousel__text p {
  padding: 0 15px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
}

.c-media-gallery__carousel__text.-multiple-images {
  margin-bottom: 35px;
}

.c-media-gallery--modal {
  width: 100%;
  height: 100%;
}

.c-media-gallery__headline {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 20px;
  margin: 0 0 20px;
}

.c-media-gallery__modal-btn {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border: none;
  width: 65px;
  height: 65px;
  z-index: 1;
  padding: 0;
  outline: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: rgba(29, 51, 59, 0.5);
}

.c-media-gallery__modal-btn:hover {
  opacity: 1;
}

.c-media-gallery__modal-btn__expand-svg {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  fill: #fff;
}

.c-media-gallery__modal-btn__close-svg {
  margin-top: 5px;
  width: 17px;
  height: 17px;
  fill: #fff;
}

.c-media-gallery__image-container {
  position: relative;
  background: #eaeaea;
  width: 100%;
}

.c-media-gallery__image-container.-no-height:before {
  content: none !important;
}

.c-media-gallery__image-container:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  height: 0;
}

.c-media-gallery--modal .c-media-gallery__image-container {
  height: 100%;
}

.c-media-gallery--modal .c-media-gallery__image-container:before {
  content: none;
}

.c-media-gallery__index-counter {
  /* center */
  text-align: center;
  margin: 15px 15px 20px 15px;
  /* left */
}

.c-media-gallery__index-current,
.c-media-gallery__index-max {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 18px;
  color: black;
}

.c-media-gallery--modal .c-media-gallery__index-current,
.c-media-gallery--modal .c-media-gallery__index-max {
  color: white;
}

.c-media-gallery__index-current:after {
  /* center */
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background: black;
  vertical-align: middle;
  margin: 0 15px;
  /* left */
}

.c-media-gallery--modal .c-media-gallery__index-current:after {
  background: white;
}

.modal__wrapper .flickity-button.previous {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal__wrapper .flickity-button.next {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.modal__wrapper .flickity-button:hover,
.modal__wrapper .flickity-button:focus {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #fff0e4;
          box-shadow: 0 0 0 1px #fff0e4;
}

.modal__wrapper .c-media-gallery__carousel-cell {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__wrapper .c-media-gallery__carousel-cell picture,
.modal__wrapper .c-media-gallery__carousel-cell img {
  margin: auto;
}

.modal__wrapper .c-media-gallery__image-container img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.modal__wrapper .-multiple-images {
  margin-bottom: -1px;
}

.main-carousel {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  z-index: 0;
  width: 100%;
  background: #eaeaea;
  overflow: hidden;
}

.main-carousel.flickity-enabled {
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 0;
}

.carousel-cell {
  width: 100%;
}

.carousel-cell picture {
  height: 100%;
}

.carousel-cell picture img {
  max-height: 100%;
}

.carousel-cell .loading-icon {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.carousel-cell.is-selected .loading-icon {
  opacity: 1;
}

.carousel-cell__video--loaded .loading-icon {
  display: none;
}

.carousel-cell img {
  position: relative;
  z-index: 1;
  display: block;
}

.c-media--modal .carousel-cell {
  height: 100%;
}

.flickity-prev-next-button {
  background-color: var(--color-flickity-btn);
  color: #fff;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
  width: 50px;
  height: 50px;
  border: none;
  padding: 15px;
  cursor: pointer;
}

.flickity-prev-next-button:hover,
.flickity-prev-next-button:focus {
  background-color: var(--color-flickity-btn);
  outline: red;
  opacity: 0.9;
  -webkit-box-shadow: 0 0 0 2px #fff0e4;
          box-shadow: 0 0 0 2px #fff0e4;
}

.flickity-prev-next-button:active {
  opacity: 0.8;
}

.flickity-prev-next-button.previous {
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.flickity-prev-next-button.previous:disabled {
  display: none;
}

.flickity-prev-next-button.previous svg {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.flickity-prev-next-button.next {
  right: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.flickity-prev-next-button.next:disabled {
  display: none;
}

.flickity-prev-next-button.next svg {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.flickity-viewport {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.flickity-slider {
  width: 100%;
  height: 100%;
}

.flickity-page-dots {
  display: none;
}

.modal__close {
  background-color: var(--color-flickity-btn);
}

.modal__close:focus {
  outline-offset: 0;
  outline: black solid 3px;
}

.c-hero-banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.c-hero-banner.-preview {
  position: relative;
}

.c-hero-banner.-preview .c-grid-component__help-text {
  z-index: 2;
  background-color: rgba(243, 243, 245, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-hero-banner.-preview .c-grid-component__help-text p {
  font-size: 1.5vw;
  display: inline-block;
  background-color: #fff;
  line-height: 1.7vw;
  padding: 10px 10px 10px 0;
}

.c-hero-banner.-preview .c-grid-component__help-text .c-grid-component__icon {
  margin-top: -10px;
  font-size: 1.5vw;
  display: inline-block;
  background-color: #fff;
  line-height: 1.7vw;
  padding: 10px 0 10px 10px;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-languageselector {
  text-align: right;
  position: relative;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}

.c-languageselector:hover::after {
  color: #f39c12;
}

.c-languageselector select option:hover,
.c-languageselector select option:focus,
.c-languageselector select option:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: linear-gradient(#000000, #000000);
  background-color: rgba(0, 0, 0, 0.3) !important;
  /* for IE */
  color: #ffed00 !important;
}

.c-languageselector select option:checked {
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
}

.c-languageselector__select {
  display: inline-block;
  width: 150px;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: var(--color-languageselector);
  background-image: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
}

.c-languageselector__select::-ms-expand {
  display: none;
}

.c-languageselector.is-dropdown::after {
  content: "\25BC";
  color: #ffF;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  /*background: rgba($color: #000000, $alpha: 0.3);*/
  font-size: 11px;
}

.c-languageselector__iconlist {
  list-style: none;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-languageselector__iconlist-icon {
  margin-left: 10px;
  width: 30px;
}

.js-media-change-to-svg {
  max-width: 100%;
  height: auto;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* ================================================================== */

/* Toolbars
/* ================================================================== */

.leaflet-draw-section {
  position: relative;
}

.leaflet-draw-toolbar {
  margin-top: 12px;
}

.leaflet-draw-toolbar-top {
  margin-top: 0;
}

.leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}

.leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}

.leaflet-draw-toolbar a {
  background-image: url("images/spritesheet.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("images/spritesheet.svg");
  background-image: linear-gradient(transparent, transparent), url("images/spritesheet.svg");
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-clip: padding-box;
}

.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url("images/spritesheet-2x.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("images/spritesheet.svg");
  background-image: linear-gradient(transparent, transparent), url("images/spritesheet.svg");
}

.leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.leaflet-draw a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ================================================================== */

/* Toolbar actions menu
/* ================================================================== */

.leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px;
  /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
  top: 0;
  white-space: nowrap;
}

.leaflet-touch .leaflet-draw-actions {
  left: 32px;
}

.leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}

.leaflet-touch .leaflet-right .leaflet-draw-actions {
  right: 32px;
  left: auto;
}

.leaflet-draw-actions li {
  display: inline-block;
}

.leaflet-draw-actions li:first-child a {
  border-left: none;
}

.leaflet-draw-actions li:last-child a {
  border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
  border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
  border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}

.leaflet-touch .leaflet-draw-actions a {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.leaflet-draw-actions-bottom {
  margin-top: 0;
}

.leaflet-draw-actions-top {
  margin-top: 1px;
}

.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

.leaflet-draw-actions a:hover {
  background-color: #A0A098;
}

.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}

/* ================================================================== */

/* Draw toolbar
/* ================================================================== */

.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: 0 -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -29px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -60px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -90px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -120px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -273px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -271px -1px;
}

/* ================================================================== */

/* Edit toolbar
/* ================================================================== */

.leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -150px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -180px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -210px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px -2px;
}

/* ================================================================== */

/* Drawing styles
/* ================================================================== */

.leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}

.leaflet-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}

.leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}

.leaflet-error-draw-tooltip {
  background-color: #F2DEDE;
  border: 1px solid #E6B6BD;
  color: #B94A48;
}

.leaflet-error-draw-tooltip:before {
  border-right-color: #E6B6BD;
}

.leaflet-draw-tooltip-single {
  margin-top: -12px;
}

.leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}

.leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: 0.6;
  position: absolute;
  width: 5px;
  height: 5px;
}

/* ================================================================== */

/* Edit styles
/* ================================================================== */

.leaflet-edit-marker-selected {
  background-color: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.leaflet-edit-move {
  cursor: move;
}

.leaflet-edit-resize {
  cursor: pointer;
}

/* ================================================================== */

/* Old IE styles
/* ================================================================== */

.leaflet-oldie .leaflet-draw-toolbar {
  border: 1px solid #999;
}

.leaflet-draw-toolbar a {
  background-image: url(../img/leaflet/spritesheet.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/leaflet/spritesheet.svg);
  background-image: linear-gradient(transparent, transparent), url(../img/leaflet/spritesheet.svg);
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px 0px;
}

.c-leaflet-map {
  position: relative;
  z-index: 2;
}

.c-leaflet-map.-preview {
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  height: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-leaflet-map.-preview p.umb-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  height: 25px !important;
  z-index: 3;
}

.c-leaflet-map.-preview .c-leaflet-map {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.35;
}

.c-leaflet-map__background {
  background-size: cover;
  background-position: center center;
  opacity: 0.15;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 1;
}

.c-leaflet-map__dynamic-map-no-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.c-leaflet-map__help-text {
  z-index: 2;
  position: absolute;
}

.c-leaflet-map__help-text p {
  font-size: 60px;
  display: inline-block;
}

.c-leaflet-map__icon {
  font-size: 80px;
  display: inline-block;
}

.c-leaflet-map__wrapper {
  min-height: 150px;
  position: relative;
  font-size: 1.125rem;
}

.c-leaflet-map__wrapper .umbraco-forms-field.mapdata textarea,
.c-leaflet-map__wrapper .umbraco-forms-field.mapdata label {
  display: none;
}

.c-leaflet-map__static-map-frame__image {
  display: none;
}

.c-leaflet-map .imageseeder {
  /* chech if this is used by the map jquery plugin */
}

.c-leaflet-map__static {
  display: none;
}

.c-leaflet-map__loading {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 20px;
  text-align: center;
}

.c-leaflet-map__spinner {
  margin-bottom: 10px;
}

.customLeafletMap--initialized .c-leaflet-map__loading,
.leafletFormDrawing--initialized .c-leaflet-map__loading {
  display: none;
}

tr.row-active {
  background-color: var(--color-table-active-row) !important;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-left-navigation {
  background-color: var(--color-b);
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  margin: 0;
}

.c-left-navigation > ul {
  padding-left: 0;
}

.c-left-navigation ul {
  list-style: none;
}

.c-left-navigation__item p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #dadada;
  font-weight: 300;
}

.c-left-navigation__item ul {
  display: none;
  padding-left: 1rem;
}

.c-left-navigation__item ul li a {
  font-weight: 300;
  font-size: 1rem;
}

.c-left-navigation__item.open > ul {
  display: block;
}

.c-left-navigation__item.open > a {
  text-decoration: underline;
}

.c-left-navigation__item.active > ul {
  display: block;
}

.c-left-navigation__item.active > a {
  text-decoration: underline;
}

.c-left-navigation__item a {
  margin-bottom: 1.5rem;
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
}

.c-left-navigation__item a svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-link-element {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-link-element a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-link-element a:hover {
  opacity: 0.9;
}

.c-link-element a:hover .c-link-element__link__svg-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.c-link-element__image-wrapper {
  min-height: 1px;
}

.c-link-element__image {
  width: 100%;
  display: block;
}

.c-link-element__extra-text {
  padding: 0 1rem 0 1rem;
  background-color: #fff;
  color: black;
}

.c-link-element__extra-text p {
  margin: 0;
  padding: 25px 0 25px 0;
}

.c-link-element__link-block {
  padding-bottom: 15px;
}

.c-link-element__link {
  width: 100%;
  padding: 20px 1rem 20px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.c-link-element__link__text {
  color: black;
  text-decoration: underline;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  padding-left: 1rem;
}

.c-link-element__link__svg-wrapper {
  -webkit-box-flex: 50px;
      -ms-flex: 50px;
          flex: 50px;
  max-width: 50px;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-link-element__link__svg-arrow {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 20px;
  width: 100%;
  color: black;
  text-decoration: underline;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

div[ng-if="preview"] .c-link-element__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-localplan p {
  font-weight: 300;
}

.c-localplan__content-box {
  background-color: var(--color-localplan-content-box);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.c-localplan__content-box.c-localplan__menu p {
  padding: 2.5rem 1.5rem 0rem 1.5rem;
  margin-bottom: -1rem;
}

.c-localplan__id {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background-color: var(--color-c);
  font-size: 1.125rem;
  color: #fff;
}

.c-localplan__id h2 {
  margin-top: 1.125rem;
  font-size: 32px;
  letter-spacing: 0.6px;
  line-height: 38px;
  font-weight: 400;
}

.c-localplan__id p {
  margin: 0;
}

.c-localplan__id span {
  padding-left: 10px;
  font-weight: 500;
}

.c-localplan__help-text {
  position: absolute;
  right: -12px;
  top: 16px;
  z-index: 999;
}

.c-localplan__help-text:hover p {
  max-width: 500px;
  width: auto;
  opacity: 1;
  left: 100%;
  font-size: 20px;
}

.c-localplan__help-text p {
  -webkit-box-shadow: -1px 2px 2px -2px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 2px 2px -2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  max-width: 0px;
  padding: 18px;
  background-color: var(--color-megaphone-hearing);
  height: 74px;
  opacity: 0;
  width: 0;
  position: absolute;
  top: 0;
  -webkit-transition: max-width 1s ease-out;
  transition: max-width 1s ease-out;
  white-space: nowrap;
}

.c-localplan__status {
  background-color: var(--color-c);
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  min-height: 112px;
}

.c-localplan__status-give-opinion {
  -webkit-box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 74px;
  height: 74px;
  background-color: var(--color-localplan-status-bullhorn);
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  right: 0;
  z-index: 1000;
}

.c-localplan__status-give-opinion:hover {
  opacity: 1;
  right: -10px;
}

.c-localplan__status-give-opinion:hover svg {
  opacity: 0.8;
}

.c-localplan__status-give-opinion svg {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  padding: 10px;
  fill: #000;
}

.c-localplan__status p {
  margin: 0;
}

.c-localplan__status h3 {
  font-size: 2.1875rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.c-localplan__maps-and-annexes {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.c-localplan__menu {
  padding: 0;
  margin-bottom: 1rem;
}

.c-localplan__menu .c-left-navigation {
  background-color: var(--color-localplan-content-box);
}

.c-localplan__menu .c-left-navigation .c-left-navigation__item a {
  color: #000;
}

.c-localplan__menu p {
  font-weight: 500;
  font-style: 1.25rem;
}

.c-localplan__menu .localplan__contents-appendix ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
}

.c-localplan__menu .localplan__contents-appendix ul li:last-child a {
  border-bottom: 0;
}

.c-localplan__menu .localplan__contents-appendix ul li a {
  font-size: 1.125rem;
  font-weight: 400;
  width: 100%;
  position: relative;
  line-height: 1.5;
  padding-bottom: 12px;
  padding-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-localplan__menu .localplan__contents-appendix ul li a div.map-icon {
  position: relative;
  display: block;
  height: 100%;
}

.c-localplan__menu .localplan__contents-appendix ul li a div.map-icon .c-localplan__menu__link__svg {
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.c-localplan__menu .localplan__contents-appendix ul li a p {
  padding: 0 0 0 15px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-localplan__menu .localplan__contents-appendix ul li a div .c-localplan__menu__link__svg {
  fill: black;
  width: 20px;
  height: 20px;
}

.c-localplan__menu-nav p {
  margin: 0 0 5px 0;
}

.c-localplan__menu ul {
  list-style: none;
}

.c-localplan__menu ul li a {
  font-size: 1.125rem;
  font-weight: 400;
  width: 100%;
  position: relative;
  line-height: 1.5;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-localplan__menu ul li a div.map-icon {
  position: relative;
  display: block;
  height: 100%;
}

.c-localplan__menu ul li a div.map-icon .c-localplan__menu__link__svg {
  width: 30px;
  height: 30px;
}

.c-localplan__menu ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-localplan__menu ul li a div .c-localplan__menu__link__svg {
  fill: black;
  width: 20px;
  height: 20px;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-login-wrapper {
  text-align: center;
  padding-top: 28vh;
  min-height: 500px;
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1c9;
  width: 100%;
  z-index: 123123;
}

.c-login.-main-login-style {
  display: inline-block;
  background-color: white;
  border: 1px solid #f3f3f3;
  padding: 25px;
  text-align: left;
}

.c-login.-main-login-style h2 {
  margin-bottom: 20px;
  font-size: 1.5625rem;
}

.c-login-form {
  width: 320px;
}

.c-login-form label {
  display: none;
  padding-bottom: 5px;
}

.c-login-form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 0;
  background-color: #eaeaea;
  color: black;
}

.c-login-form button {
  background-color: #f04e23;
  color: #fff;
  border: 0;
  padding: 10px;
  width: 100%;
  font-size: 1.125rem;
}

.c-login .validation-summary-errors ul {
  margin-left: 0;
  padding-left: 20px;
  color: red;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-logo {
  max-width: 100%;
  width: 200px;
  display: block;
}

.c-logo img {
  width: 100%;
}

footer .c-logo {
  max-width: 100%;
  width: 160px;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-mapcentia-map.-preview {
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  height: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-mapcentia-map.-preview p.umb-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  height: 25px !important;
}

.c-mapcentia-map__background {
  background-size: cover;
  background-position: center center;
  opacity: 0.15;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.c-mapcentia-map__help-text {
  z-index: 2;
}

.c-mapcentia-map__help-text p {
  font-size: 60px;
  display: inline-block;
}

.c-mapcentia-map__icon {
  font-size: 80px;
  display: inline-block;
}

.c-mapcentia-map__wrapper {
  font-size: 1.125rem;
}

.c-mapcentia-map__static-map-frame__image {
  display: none;
}

.c-mapcentia-map .imageseeder {
  /* check if this is used by the map jquery plugin */
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-headline-level-one {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-b, #303030);
  margin: 20px 0 32px;
}

.c-headline-level-one ~ img {
  margin: 0 0 30px 0;
}

.c-headline-level-one--large {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  margin: 20px 0;
}

.c-pdf-image-half {
  display: block;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-image-text {
  position: relative;
}

.c-image-text__image-wrap {
  position: relative;
}

.pdf-cover .c-image-text__image-wrap {
  z-index: -1;
}

.c-image-text__image {
  display: block;
  max-height: 1402px;
}

.c-image-text__text {
  position: absolute;
  top: 198px;
  right: 0;
  width: 54%;
  color: #fff;
  padding: 20px 30px 40px;
}

.c-image-text__text--bg {
  background: #f40000;
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}

.c-image-text__text--bottom-right {
  top: auto;
  bottom: 0;
  padding: 16px 20px;
}

.c-image-text__text--bottom-right p,
.c-image-text__text--bottom-right span {
  margin: 0 !important;
}

.c-image-text__text--bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 50%;
  padding: 16px 20px;
}

.c-image-text__text--bottom-left p,
.c-image-text__text--bottom-left span {
  margin: 0 !important;
}

.c-image-text__text p {
  font-size: 22px;
  line-height: 1.5;
  max-width: none;
}

.c-image-text__text p span.title:last-of-type,
.c-image-text__text p span.title-black:last-of-type {
  margin: 0 0 10px;
}

.c-image-text__text p span.name:last-of-type {
  margin: 0 0 15px;
}

.c-image-text__text p span.category {
  margin-bottom: 0;
}

.c-image-text__text .title {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.c-image-text__text .title-black {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.c-image-text__text .category {
  display: inline-block;
  font-size: 23px;
  line-height: 1;
  font-weight: 300;
}

.c-image-text__text .name {
  display: inline-block;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
}

.c-image-text__text p.title,
.c-image-text__text p.category {
  margin: 0 0 10px !important;
}

.c-image-text__text p.name {
  margin: 0 0 15px !important;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-logo-no-link {
  background: #fff;
  width: 198px;
  height: 198px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.c-logo-no-link--place-left {
  right: auto !important;
  left: 0;
  width: 173px;
}

.c-logo-no-link--place-left ~ .c-headline-level-one {
  padding-top: 0 !important;
}

.c-logo-no-link--place-left .c-logo-no-link__image {
  max-width: 173px;
}

.c-logo-no-link--row ~ .c-image-text {
  padding-top: 198px;
}

.c-logo-no-link--row ~ .c-headline-level-one {
  padding-top: 128px;
}

.c-logo-no-link__image {
  max-width: 85%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-logo-no-settings {
  background: #fff;
  width: 110px;
  height: 110px;
  position: relative;
}

.c-logo-no-settings__image {
  max-width: 97px;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-rte-background {
  background: #f40000;
  color: #fff;
  padding: 20px 35px;
}

.c-rte-background p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.c-rte-background p span.title:last-of-type,
.c-rte-background p span.title-black:last-of-type,
.c-rte-background p span.category:last-of-type {
  margin: 0 0 10px;
}

.c-rte-background p span.name:last-of-type {
  margin: 0 0 15px;
}

.c-rte-background .title {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-rte-background .title-black {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.c-rte-background .category {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 300;
}

.c-rte-background .name {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
}

.c-rte-background p.title,
.c-rte-background p.category {
  margin: 0 0 10px;
}

.c-rte-background p.name {
  margin: 0 0 15px;
}

.c-rte-default p {
  margin: 0 0 10px;
  line-height: 16px;
  font-size: 12px;
}

.c-rte-default strong {
  font-size: 14px;
  font-weight: 700;
}

.c-rte-default ~ .c-rte-background {
  margin: 64px 0 0 0;
  height: auto;
}

.pdf-cover {
  max-width: 991px;
  max-height: 1402px;
  position: relative;
}

.pdf-cover .column {
  position: relative;
}

.pdf-cover .grid-container > .row > .element-row > .content-element {
  padding: 0;
}

.pdf-cover .grid-container,
.pdf-cover .row,
.pdf-cover .element-row,
.pdf-cover .col {
  padding: 0;
}

.pdf-cover .grid .row {
  margin: 0;
}

.pdf-cover .col--md-1 {
  max-width: 12%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}

.pdf-cover .col--md-11 {
  max-width: 88%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88%;
          flex: 0 0 88%;
}

.pdf-cover .col--md-6 {
  width: 50% !important;
}

.pdf-cover .col {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.grid-wrapper.pdf-cover > .grid-container > .row > div > div {
  padding: 0 !important;
}

.grid-wrapper.pdf-cover .grid-container .row .element-row {
  position: relative;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-project-list__categories {
  list-style: none;
  padding-left: 0;
}

.c-project-list__categories > li {
  border-top: 1px solid #6b6b6b;
  margin-bottom: 30px;
}

.c-project-list__categories p {
  margin-top: 10px;
  margin-bottom: 0;
}

.c-project-list__projects {
  list-style: none;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #FFFFFF;
  text-align: left;
  border-collapse: collapse;
  margin-top: 10px;
}

.c-project-list__projects tr:nth-child(even) {
  background: #EAEAEA;
}

.c-project-list__projects a {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-project-list__projects p {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-provisionlist__humandescription {
  color: #bcbcbc;
}

.c-provisionlist .accordion {
  color: black;
}

.c-provisionlist .accordion__panel .c-provisionlist__humandescription p {
  color: #bcbcbc;
}

.c-provisionview__humandescription {
  color: #bcbcbc;
}

.c-provisionGK .accordion__btn h3 {
  float: left;
  margin: 0;
}

.c-provisionlisGK-item__link {
  font-size: 1.125rem;
  margin-bottom: 15px;
  display: block;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-septima-map {
  z-index: 1000;
}

.c-septima-map.-preview {
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  height: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-septima-map.-preview p.umb-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  height: 25px !important;
}

.c-septima-map__background {
  background-size: cover;
  background-position: center center;
  opacity: 0.15;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.c-septima-map__help-text {
  z-index: 2;
}

.c-septima-map__help-text p {
  font-size: 60px;
  display: inline-block;
}

.c-septima-map__icon {
  font-size: 80px;
  display: inline-block;
}

.c-septima-map__wrapper {
  font-size: 1.125rem;
}

.c-septima-map__show-pdf {
  display: none;
}

.c-septima-map__static-map-frame__image {
  display: none;
}

.c-septima-map .imageseeder {
  /* chech if this is used by the map jquery plugin */
}

.c-sitemap > ul > li > a:after {
  display: none;
}

.c-sitemap ul {
  padding-left: 30px;
}

.c-sitemap li {
  padding: 5px 0 5px 0;
  display: block;
  position: relative;
}

.c-sitemap__lowest-level:before {
  display: none;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-sticky-element {
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  min-width: 500px;
  position: fixed;
  color: #fff;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #303030), color-stop(50%, var(--color-sticky-coltwo-status)));
  background: linear-gradient(90deg, #303030 50%, var(--color-sticky-coltwo-status) 50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.c-sticky-element .row {
  text-align: center;
  display: inline-block;
}

.c-sticky-element__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-sticky-element__btn-wrapper .c-sticky-element__btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 20px 40px 20px 40px;
  position: relative;
  cursor: pointer;
}

.c-sticky-element__btn-wrapper .c-sticky-element__btn:hover svg {
  -webkit-transform: translateY(4px) translateX(5px);
          transform: translateY(4px) translateX(5px);
}

.c-sticky-element__btn-wrapper .c-sticky-element__btn svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  fill: #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: -6px;
}

.c-sticky-element__column {
  opacity: 1;
  padding: 76px 64px;
}

.c-sticky-element__column:first-child {
  display: inline-block;
  text-align: left;
  width: calc(var(--page-size) / 2) !important;
}

.c-sticky-element__column:last-child {
  display: inline-block;
  text-align: right;
  width: calc(var(--page-size) / 2) !important;
}

.c-sticky-element__trompet-text {
  font-size: 1.125rem;
  padding-bottom: 32px;
  margin: 0;
  opacity: 1;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-sticky-element__headline-svg {
  padding-right: 22px;
}

.c-sticky-element__headline-svg svg {
  fill: #fff;
  width: 48px;
  height: 48px;
}

.c-sticky-element h2 {
  padding: 0 0 24px 0;
  margin: 0;
}

.c-sticky-element h2 .c-sticky-element__headline-text {
  font-weight: 300;
  font-size: 2.25rem;
}

.c-sticky-element__content {
  padding-bottom: 48px;
  opacity: 1;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-sticky-element__content p:first-child {
  margin-top: 0;
}

.c-sticky-element .-red {
  background-color: var(--color-sticky-coltwo-status);
}

.c-sticky-element__visible-on-close {
  opacity: 0;
  height: 0;
  position: absolute;
}

.c-sticky-element__visible-on-close a {
  color: #fff;
}

.c-sticky-element__visible-on-close .c-sticky-element__headline-svg {
  padding-right: 2px;
  padding-left: 7px;
}

.c-sticky-element__visible-on-close .c-sticky-element__headline-svg svg {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-sticky-element__visible-on-close h2 {
  padding-top: 2px;
}

.c-sticky-element__visible-on-close h2 .c-sticky-element__headline-text {
  font-weight: 300;
  font-size: 1rem;
}

.c-sticky-element__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  outline: none;
  font-size: 1.125rem;
  font-weight: 500;
  z-index: 22;
}

.c-sticky-element__close-btn-text {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.c-sticky-element__close-btn:focus {
  outline-offset: 0;
  outline: black solid 3px;
}

.c-sticky-element__close-btn.hamburger .hamburger-box {
  margin-top: 6px;
  margin-bottom: -7px;
  margin-left: 5px;
  width: 25px;
}

.c-sticky-element__close-btn.hamburger .hamburger-inner {
  width: 20px !important;
  height: 1px !important;
}

.c-sticky-element__close-btn.hamburger .hamburger-inner:before,
.c-sticky-element__close-btn.hamburger .hamburger-inner:after {
  background-color: #fff !important;
  width: 20px !important;
  height: 1px !important;
}

.c-sticky-element.is-closed {
  -webkit-animation-name: slide-down-to-right;
          animation-name: slide-down-to-right;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  width: 20%;
  -webkit-transform: translateX(0%) translateY(100%) translateY(-60px);
          transform: translateX(0%) translateY(100%) translateY(-60px);
}

.c-sticky-element.is-closed.-no-animation {
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.c-sticky-element.is-closed.-no-animation .c-sticky-element__close-btn-text,
.c-sticky-element.is-closed.-no-animation .c-sticky-element__visible-on-close,
.c-sticky-element.is-closed.-no-animation .c-sticky-element__trompet-text,
.c-sticky-element.is-closed.-no-animation a {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.c-sticky-element.is-closed .c-sticky-element__trompet-text {
  opacity: 0;
}

.c-sticky-element.is-closed .c-sticky-element__content {
  opacity: 0;
}

.c-sticky-element.is-closed .c-sticky-element__visible-on-close {
  opacity: 1;
  z-index: 20;
  -webkit-animation-name: showContent;
          animation-name: showContent;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.c-sticky-element.is-closed .c-sticky-element__hide-on-close {
  opacity: 0;
  -webkit-animation-name: hideContent;
          animation-name: hideContent;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.c-sticky-element.is-closed .c-sticky-element__column {
  padding: 0px 0px;
}

.c-sticky-element.is-closed .c-sticky-element__column:nth-child(2) {
  padding-left: 10px;
}

.c-sticky-element.is-closed .c-sticky-element__close-btn {
  width: 100%;
  padding-bottom: 22px;
}

.c-sticky-element.is-closed .c-sticky-element__close-btn .hamburger-box {
  float: right;
}

.c-sticky-element.is-closed .c-sticky-element__close-btn-text {
  opacity: 0;
}

.c-sticky-element__form {
  display: none;
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 64px 95px;
}

.c-sticky-element__form-topcontent > p {
  margin-top: 36px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000;
}

.c-sticky-element__form-topcontent h2,
.c-sticky-element__form-topcontent h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.c-sticky-element__form-topcontent .plan-type-number {
  border-top: 1px solid #c5c5c5;
  padding-top: 20px;
  font-size: 1.125rem;
}

.c-sticky-element__form-topcontent .plan-type-number span:last-child {
  font-weight: 500;
  padding: 10px;
}

.c-sticky-element__form-topcontent .plan-name {
  padding-top: 10px;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
  font-size: 1.6875rem;
  font-weight: 500;
}

.c-sticky-element__form-topcontent .umbraco-forms-label {
  display: none;
}

.c-sticky-element__form label {
  font-size: 1rem;
}

.c-sticky-element__form span.field-validation-error {
  color: red;
  margin-bottom: 20px;
  display: block;
}

.c-sticky-element__form select {
  font-size: 1rem;
  border: solid 1px #c5c5c5;
  background-color: #f5f5f5;
  height: 60px;
  width: 100%;
  min-width: 300px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.c-sticky-element__form select:focus {
  outline-offset: 0px;
  outline: black solid;
}

.c-sticky-element__form textarea {
  font-size: 1rem;
  border: solid 1px #c5c5c5;
  background-color: #f5f5f5;
  height: 240px;
  width: 100%;
  min-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.c-sticky-element__form textarea:focus {
  outline-offset: 0px;
  outline: black solid;
  outline-width: 3px;
}

.c-sticky-element__form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form textarea::-moz-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form textarea::-ms-input-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form textarea::placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form textarea::-webkit-input-placeholder {
  /* Edge */
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form .umbraco-forms-field {
  margin-bottom: 20px;
}

.c-sticky-element__form .umbraco-forms-field > label {
  display: none;
}

.c-sticky-element__form .umbraco-forms-field > label + .help-block {
  display: none;
}

.c-sticky-element__form .umbraco-forms-field.date > label {
  display: block;
}

.c-sticky-element__form .umbraco-forms-field.checkbox {
  display: block;
}

.c-sticky-element__form .umbraco-forms-field.checkbox > label {
  display: block;
}

.c-sticky-element__form .umbraco-forms-field.checkbox > label + .help-block {
  display: block;
}

.c-sticky-element__form input[type=submit] {
  cursor: pointer;
  background-color: var(--color-button-black);
  border: 0;
  color: #fff;
  width: 100%;
  min-width: 300px;
  height: 80px;
  margin-top: 45px;
  padding-left: 15px;
  text-align: left;
}

.c-sticky-element__form .umbraco-forms-field-wrapper .dataconsent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input:focus {
  outline-offset: 0px;
  outline: black solid;
  outline-width: 3px;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input[type=file] {
  width: 100%;
  min-width: 300px;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input[type=text],
.c-sticky-element__form .umbraco-forms-field-wrapper input[type=password] {
  font-size: 1rem;
  border: solid 1px #c5c5c5;
  background-color: #f5f5f5;
  height: 60px;
  width: 100%;
  min-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input[type=checkbox],
.c-sticky-element__form .umbraco-forms-field-wrapper input[type=radio] {
  height: 16px !important;
  width: 16px !important;
  margin-top: 6px;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input[type=checkbox] + label,
.c-sticky-element__form .umbraco-forms-field-wrapper input[type=radio] + label {
  padding: 0 10px 10px 10px;
  width: calc(100% - 16px);
  font-size: 1rem;
  color: #000;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input.text::-webkit-input-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input.text::-moz-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input.text:-ms-input-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input.text::-ms-input-placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input.text::placeholder {
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input.text::-webkit-input-placeholder {
  /* Edge */
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form .umbraco-forms-field-wrapper input.text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1rem;
  color: #000 !important;
  opacity: 1;
  line-height: 1.2;
}

.c-sticky-element__form fieldset {
  border: none;
  padding: 0;
  margin-top: 25px;
}

.modal__wrapper--hearing-modal {
  width: 540px !important;
  overflow: auto;
  height: auto !important;
  max-height: 85vh !important;
}

.modal__wrapper--visible .c-sticky-element__form {
  display: block;
}

@-webkit-keyframes showContent {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}

@keyframes showContent {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}

@-webkit-keyframes hideContent {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hideContent {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide-down-to-right {
  0% {
    width: 100%;
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0);
  }

  45% {
    -webkit-transform: translateX(0%) translateY(100%) translateY(-60px);
            transform: translateX(0%) translateY(100%) translateY(-60px);
  }

  50% {
    width: 100%;
  }

  100% {
    width: 20%;
  }
}

@keyframes slide-down-to-right {
  0% {
    width: 100%;
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0);
  }

  45% {
    -webkit-transform: translateX(0%) translateY(100%) translateY(-60px);
            transform: translateX(0%) translateY(100%) translateY(-60px);
  }

  50% {
    width: 100%;
  }

  100% {
    width: 20%;
  }
}

@-webkit-keyframes slide-up {
  0% {
    width: 20%;
  }

  45% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide-up {
  0% {
    width: 20%;
  }

  45% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-sweco-map.-preview {
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  height: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-sweco-map.-preview p.umb-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  height: 25px !important;
}

.c-sweco-map__background {
  background-size: cover;
  background-position: center center;
  opacity: 0.15;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.c-sweco-map__help-text {
  z-index: 2;
}

.c-sweco-map__help-text p {
  font-size: 60px;
  display: inline-block;
}

.c-sweco-map__icon {
  font-size: 80px;
  display: inline-block;
}

.c-sweco-map__wrapper {
  font-size: 1.125rem;
}

.c-sweco-map__show-pdf {
  display: none;
}

.c-sweco-map__static-map-frame__image {
  display: none;
}

.c-sweco-map .imageseeder {
  /* chech if this is used by the map jquery plugin */
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.c-localplan__tabs {
  clear: both;
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  display: block;
  border-bottom: 3px solid gray;
  padding-bottom: 1px;
}

.c-localplan__tab {
  display: inline-block;
  margin-top: 15px;
}

.c-localplan__tab label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1d1d1d;
  opacity: 0.5;
  position: relative;
  top: 0;
  cursor: pointer;
}

.c-localplan__content {
  -webkit-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  opacity: 0;
  display: none;
}

.c-localplan__content.is-active {
  opacity: 1;
  display: block;
}

.c-localplan__tab [type=radio] {
  display: none;
}

.c-localplan [type=radio] ~ label {
  padding-bottom: 6px;
  border-bottom: 3px solid gray;
  padding-left: 10px;
  padding-right: 10px;
}

.c-localplan [type=radio]:checked ~ label {
  border-bottom: 3px solid #1d1d1d;
  color: #1d1d1d;
  opacity: 1;
  z-index: 2;
  padding-bottom: 6px;
}

.c-localplan [type=radio]:checked ~ label ~ .c-localplan__content {
  z-index: 1;
  opacity: 1;
}

span[data-module="thesaurus"] {
  position: relative;
  border-bottom: 1px solid #f04e2373;
  cursor: pointer;
}

span[data-module="thesaurus"]:hover.is-loaded .c-thesaurus__synonym-box {
  visibility: visible;
  opacity: 1;
}

.c-thesaurus__synonym-box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border: 1px solid #e8e8e8;
  border-top: 1px solid #f04e2373;
  background-color: #fff;
  padding: 18px 20px 0 20px;
  width: 450px;
  -webkit-box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.55);
  z-index: 500;
  left: 0;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
  top: 100%;
  color: #000;
  max-height: 450px;
  overflow: auto;
}

.c-thesaurus__synonym-box p:first-child {
  margin-top: 0;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.umbraco-forms-bootstrap3-horizontal fieldset {
  border: none;
  padding: 0;
  max-width: 100%;
  width: 100%;
  display: inline-block;
}

.umbraco-forms-bootstrap3-horizontal label {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 15px;
  display: inline-block;
}

.umbraco-forms-bootstrap3-horizontal .form-group {
  margin-bottom: 30px;
}

.umbraco-forms-bootstrap3-horizontal form input.text,
.umbraco-forms-bootstrap3-horizontal form textarea,
.umbraco-forms-bootstrap3-horizontal form select,
.umbraco-forms-bootstrap3-horizontal form input.date {
  background-color: #FFFFFF;
  border: solid 1px #A9A9A9;
  font-size: 16px;
  color: #000000;
  padding: 10px;
  width: 100%;
  max-width: 500px;
}

.umbraco-forms-bootstrap3-horizontal form p.submit input {
  background-color: #FFFFFF;
  border: solid 1px #A9A9A9;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  padding: 10px 25px;
}

.umbraco-forms-bootstrap3-horizontal form p.required label,
.umbraco-forms-bootstrap3-horizontal form form.form span.required label {
  background: none !important;
  font-weight: normal;
}

.umbraco-forms-bootstrap3-horizontal form p.required label.field-label:after {
  content: "*";
  color: #FFFFFF;
}

.umbraco-forms-bootstrap3-horizontal .umbraco-forms-navigation {
  text-align: left;
}

.umbraco-forms-bootstrap3-horizontal .umbraco-forms-navigation input {
  background-color: #FFFFFF;
  border: solid 1px #A9A9A9;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  padding: 10px 25px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 0px;
}

.user-content-box {
  height: 200px;
  background-color: #94c9fd;
  border: 5px solid dodgerblue;
  padding: 2rem;
  position: relative;
}

.user-content-box h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333333;
  margin: 0;
}

:root {
  --color-flickity-btn: #f04e23;
  --color-service-menu: hsl(0, 0%, 40%);
  --color-mobile-menu: hsl(0, 0%, 40%);
  --color-mobile-menu-text: #fff;
  --color-sticky-coltwo-status: #f04e23;
  --color-standard-button: #f04e23;
  --color-button-black: #303030;
  --color-megaMenu: #f04e23;
  --color-megaMenu-level1-icons: #000;
  --color-megaMenu-level2-icons: #fff;
  --color-localplan-status-bullhorn: #bcbcbc;
  --color-localplan-content-box: #bcbcbc;
  --color-table-active-row: #b9d4ee;
  --color-announcements-bg: #225c70;
  --color-languageselector: #f04e23;
  --color-cookie-banner: #d6d6d6;
  --color-megaphone-hearing: #969696;
  --color-focus-color: #000;
}

.accordion__panel .c-vidi-map {
  padding-bottom: 0;
}

.c-vidi-map {
  position: relative;
  padding-bottom: 70%;
  margin: 0 0 30px 0;
}

.c-vidi-map.-preview {
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 200px;
  padding-bottom: 30%;
}

.c-vidi-map.-preview p.umb-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  height: 25px !important;
}

.c-vidi-map.-preview .c-vidi-map__map-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-vidi-map.-preview .c-vidi-map__help-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-vidi-map.-preview .c-vidi-map__help-text p {
  font-size: 60px;
  display: inline-block;
}

.c-vidi-map.-preview .c-vidi-map__icon {
  font-size: 80px;
  display: inline-block;
}

.c-vidi-map__background {
  background-size: cover;
  background-position: center center;
  background-color: rgba(243, 243, 245, 0.8);
  opacity: 0.15;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.c-vidi-map__map-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-vidi-map__map-element__static {
  max-width: 100%;
}

.c-vidi-map__wrapper {
  font-size: 1.125rem;
}

.c-vidi-map__show-pdf {
  display: none;
}

.c-vidi-map__static-map-frame__image {
  display: none;
}

.c-vidi-map .imageseeder {
  /* chech if this is used by the map jquery plugin */
}

@media (min-width: 768px) {
  .c-addendum ul > li:first-child .c-addendum__item-link:hover {
    opacity: 1;
  }

  .c-addendum ul > li:first-child .c-addendum__item-link:hover .c-addendum__item-date-value {
    opacity: 0.5;
  }

  .c-addendum ul > li:first-child .c-addendum__item-link:hover .c-addendum__item-date .c-addendum__item-headline {
    opacity: 1;
  }

  .c-addendum ul > li:first-child .c-addendum__item-link:hover .c-addendum__item-planname {
    opacity: 0.5;
  }

  .c-addendum ul > li:first-child .c-addendum__item-headline {
    cursor: default;
  }

  .c-addendum ul > li:first-child .c-addendum__item-headline {
    position: absolute;
    margin-top: -25px;
  }

  .c-addendum__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-addendum__item-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    margin-left: auto;
  }

  .c-addendum__item-date {
    position: relative;
    min-width: 81px;
    display: inline-block;
    text-align: left;
  }

  .flickity-prev-next-button {
    display: block;
  }
}

@media (min-width: 992px) {
  .hero-banner-text h2 {
    font-size: 3.75rem;
  }

  .c-media-gallery__headline {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .c-sticky-element {
    width: 100%;
    background: #303030;
  }

  .c-sticky-element .row {
    display: block;
  }

  .c-sticky-element .row .col {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-addendum__item-link {
    display: inline-block;
    width: 100%;
  }

  .c-addendum__item-headline {
    display: inline-block !important;
    padding-right: 5px;
  }

  .c-addendum__item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-addendum__item-date-value {
    margin-left: auto;
  }

  .c-addendum__item-date:after {
    content: '\A';
    white-space: pre;
  }

  .c-announcementList__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .c-announcementList__list__item__image {
    max-width: 100%;
  }

  .c-demarcation-plandata__list-item {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-text h2 {
    font-size: 2.5rem;
  }

  .c-addendum ul li .c-addendum__item {
    margin-bottom: 20px;
  }

  .c-form-entries__createddate {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  .c-left-navigation {
    display: none;
  }
}

@media print {
  .-print {
    display: initial;
  }

  .hero-banner-text {
    display: none;
  }

  .accordion:hover {
    background-color: white;
  }

  .accordion__btn {
    border-top: 0;
  }

  .accordion__btn .accordion__icon svg {
    display: none;
  }

  .accordion__panel {
    display: block;
    height: auto;
  }

  .c-addendum__item-link:after {
    content: none;
  }

  .c-breadcrumb {
    display: none;
  }

  .c-media-gallery {
    display: none;
  }

  .c-media-gallery.-preview {
    text-align: left;
  }

  .c-hero-banner {
    display: none;
    height: 0;
  }

  .c-leaflet-map__static-map-frame__image {
    display: block;
  }

  .c-leaflet-map__static {
    display: block;
  }

  .c-link-element a:after {
    content: none;
  }

  .c-localplan__maps-and-annexes {
    display: none;
  }

  .c-localplan__menu {
    display: none;
  }

  .c-mapcentia-map__static-map-frame__image {
    display: block;
  }

  .c-septima-map__show-pdf {
    display: block;
  }

  .c-septima-map__static-map-frame__image {
    display: block;
  }

  .c-sweco-map__show-pdf {
    display: block;
  }

  .c-sweco-map__static-map-frame__image {
    display: block;
  }

  .c-vidi-map {
    padding-bottom: 0;
  }

  .c-vidi-map__map-element {
    display: none;
  }

  .c-vidi-map__show-pdf {
    display: block;
  }

  .c-vidi-map__static-map-frame__image {
    display: block;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .modal__wrapper--hearing-modal .modal__wrapper {
    height: auto;
  }
}
/*# sourceMappingURL=main.min.css.map */
