body {
  flex-flow: column;
  height: 100%;
  margin: 0;
  padding: 0;
}

.logo {
  width: 25px;
  border: none;
  margin-right: 0;
  display: inline;
}

#section {
  display: block;
}
img {
  display: inline;
  width: 400px;
  margin-right: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

#pround {
  font-weight: 700;
}

/*  ======================================================================================
postcord
======================================================================================     */

.icon-Recycle:before,
.guide--ajax-teaser .guide__title a:before,
body.page-contact .thanks-message__rule--with-icon:before,
body.page-add-event .thanks-message__rule--with-icon:before,
body.page-search .thanks-message__rule--with-icon:before {
  content: "\e80b";
}

.icon-Recycle:before {
  text-decoration: underline;
}
.icon-Recycle:hover:before,
.icon-Recycle:before {
  text-decoration: none;
}

.m4-postcode-form {
  /* padding: 3px 16px; */
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (min-width: 0.5em) {
  /* .m4-postcode-form {
  padding-top: 4px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; } */
}
.m4-postcode-form > div {
  margin: 0 20px;
  background: black;
  max-width: 1150px;
  max-width: 30rem;
  padding: 24px 12px;
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 37.5em) {
  .m4-postcode-form > div {
    padding: 20px 10px;
  }
}
.m4-postcode-form__label {
  color: red;
  padding-bottom: 0;
  position: relative;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-left: 30px;
  padding-left: 2rem;
}
@media (min-width: 37.5em) {
  .m4-postcode-form__label {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.m4-postcode-form__label span {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  font-size: 45px;
  font-size: 2.8125rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  left: 0;
}
@media (min-width: 37.5em) {
  .m4-postcode-form__input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 800px;
    max-width: 50rem;
  }
}
@media (min-width: 37.5em) {
  .m4-postcode-form__postcode,
  .m4-postcode-form__location {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 12px;
    padding: 0 0.75rem;
  }
}
@media (min-width: 37.5em) {
  .m4-postcode-form .m4-postcode-form__postcode button#edit-search-button {
    right: 14px;
    right: 0.875rem;
  }
}
.m4-postcode-form__or-text {
  color: blue;
  margin: 100px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
@media (min-width: 37.5em) {
  .m4-postcode-form__or-text {
    display: none;
  }
}
.m4-postcode-form__or-text:before {
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
}
.m4-postcode-form__or-text span {
  padding: 20px;
  background: #82bc00;
  position: relative;
  z-index: 2;
}
.m4-postcode-form .m4-postcode-form__postcode {
  position: relative;
}
.m4-postcode-form .m4-postcode-form__postcode #edit-search-input {
  margin-bottom: 0;
}
.m4-postcode-form .m4-postcode-form__postcode #edit-search-button {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  .m4-postcode-form .m4-postcode-form__postcode #edit-search-button {
    position: absolute;
    top: 2px;
    top: 0.125rem;
    right: 2px;
    right: 0.125rem;
    width: auto;
    height: calc(100% - (2px * 2));
  }
}
.m4-postcode-form #edit-search-input {
  border-color: #ffffff;
}
.m4-postcode-form #edit-search-button,
.m4-postcode-form #geoBtn span {
  background: #749e2e !important;
  color: #ffffff;
}
.m4-postcode-form #geoBtn,
.m4-postcode-form #edit-search-input {
  background: #f2f2f2;
  color: #3c3c3b;
}
.m4-postcode-form #edit-search-input::-webkit-input-placeholder {
  color: #3c3c3b !important;
}
.m4-postcode-form #edit-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #3c3c3b !important;
}
.m4-postcode-form #edit-search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c3c3b !important;
}
.m4-postcode-form #edit-search-input:-ms-input-placeholder {
  color: #3c3c3b !important;
}
.m4-postcode-form #edit-search-button {
  font-size: 23px;
  font-size: 1.4375rem;
  padding: 11px 20px;
  box-shadow: none;
  border: 2px solid #ffffff !important;
  border-top: none !important;
}
.m4-postcode-form #edit-search-button:before {
  text-decoration: underline;
}
.m4-postcode-form #edit-search-button:hover:before,
.m4-postcode-form #edit-search-button:before {
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .m4-postcode-form #edit-search-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none !important;
  }
}
.m4-postcode-form #edit-search-button span {
  display: none;
}
.m4-postcode-form #geoBtn {
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  line-height: normal;
  size: 20;
  width: 20;
  margin-bottom: 0;
  padding: 12px;
  padding: 0.75rem;
}
.m4-postcode-form #geoBtn > span {
  padding: 0 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3rem;
  width: 3rem;
  font-size: 23px;
  font-size: 1.4375rem;
}
.m4-postcode-form #geoBtn > span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: calc(50% - 2px);
}
.m4-postcode-form #postcode_finder_message {
  color: #ffffff;
  border-style: solid;
  border-width: 10px;
  padding: 12px;
  padding: 0.75rem;
}
.m4-postcode-form #postcode_finder_message:empty {
  border: none;
  padding: 0;
  margin: 0;
}
