#cookies {
  display: inline-block !important;
}

/*-------------------------------------------------------------------------FOOTER
*/
.accredited_installer, .contact_container {
  width: 100%;
  height: auto;
  background: #3591cf;
  background-size: 520px auto;
  background-repeat: no-repeat;
  background-position: right 5% bottom -5%;
}
@media screen and (max-width: 1440px) {
  .accredited_installer, .contact_container {
    background-size: 28% auto;
  }
}
@media screen and (max-width: 800px) {
  .accredited_installer, .contact_container {
    background-size: 220px auto;
    background-position: center bottom -2%;
  }
}
.accredited_installer .content.wrapper, .contact_container .content.wrapper {
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-position: right 5% bottom -5%;
}
.accredited_installer .content, .contact_container .content {
  padding: 60px 500px;
}
@media screen and (max-width: 1440px) {
  .accredited_installer .content, .contact_container .content {
    padding: 40px 30%;
  }
}
@media screen and (max-width: 1180px) {
  .accredited_installer .content, .contact_container .content {
    padding: 40px 20%;
  }
}
@media screen and (max-width: 800px) {
  .accredited_installer .content, .contact_container .content {
    padding: 30px 0 160px;
  }
}
.accredited_installer .content *, .contact_container .content * {
  color: #FFF !important;
}
.accredited_installer .content *:last-child, .contact_container .content *:last-child {
  margin-bottom: 0;
}
.accredited_installer .content ul, .contact_container .content ul {
  padding: 0 0;
  text-align: center;
}
.accredited_installer .content ul li, .contact_container .content ul li {
  display: inline-block;
  margin-right: 16px;
}
.accredited_installer .content ul li:before, .contact_container .content ul li:before {
  background-image: url(../images/icons/tick_white.svg);
  margin-right: 12px;
}
.accredited_installer .content .button, .contact_container .content .button {
  border: 1px solid #FFF;
  background: transparent;
  margin-bottom: 0 !important;
}
.accredited_installer .content .button:hover, .contact_container .content .button:hover {
  background: #FFF;
  color: #3591cf !important;
}
.accredited_installer.accredited_installer.lazy-bg-loaded, .contact_container.accredited_installer.lazy-bg-loaded {
  background-image: url(../images/training.svg);
}
.accredited_installer.contact_container, .contact_container.contact_container {
  background-color: #3591cf;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: left 12% center;
}
@media screen and (max-width: 800px) {
  .accredited_installer.contact_container, .contact_container.contact_container {
    background-size: 140px auto;
    background-position: center bottom 30px;
  }
}
.accredited_installer.contact_container.lazy-bg-loaded, .contact_container.contact_container.lazy-bg-loaded {
  background-image: url(../images/chat.svg);
}
.accredited_installer.contact_container .button, .contact_container.contact_container .button {
  border: 1px solid #FFF;
  background: transparent;
}
.accredited_installer.contact_container .button:hover, .contact_container.contact_container .button:hover {
  background: #FFF;
  color: #3591cf !important;
}
.accredited_installer.contact_container .phone_link, .contact_container.contact_container .phone_link {
  margin-left: 30px;
}
@media screen and (max-width: 1180px) {
  .accredited_installer.contact_container .phone_link, .contact_container.contact_container .phone_link {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .accredited_installer.contact_container .phone_link, .contact_container.contact_container .phone_link {
    margin-left: 14px;
  }
}
.accredited_installer.redbar, .contact_container.redbar {
  background: #f91720;
  position: relative;
  z-index: 10;
}
.accredited_installer.redbar .wrapper, .contact_container.redbar .wrapper {
  position: relative;
}
@media screen and (max-width: 800px) {
  .accredited_installer.redbar .wrapper, .contact_container.redbar .wrapper {
    padding-bottom: 180px;
  }
}
.accredited_installer.redbar .banner_image, .contact_container.redbar .banner_image {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  height: 65%;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .accredited_installer.redbar .banner_image, .contact_container.redbar .banner_image {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .accredited_installer.redbar .banner_image, .contact_container.redbar .banner_image {
    width: auto;
    height: 120px;
    top: auto;
    bottom: 30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.accredited_installer.redbar .button:hover, .contact_container.redbar .button:hover {
  color: #f91720 !important;
}

.find_installer_container {
  background: #3591cf;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .find_installer_container {
    padding: 40px 0;
  }
}
.find_installer_container ta h1, .find_installer_container h2, .find_installer_container h3, .find_installer_container h4, .find_installer_container h5, .find_installer_container p, .find_installer_container label, .find_installer_container a {
  color: #FFF;
}
.find_installer_container h1, .find_installer_container h2, .find_installer_container h3, .find_installer_container h4, .find_installer_container h5, .find_installer_container p {
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .find_installer_container h1, .find_installer_container h2, .find_installer_container h3, .find_installer_container h4, .find_installer_container h5, .find_installer_container p {
    text-align: left;
  }
}
.find_installer_container .wrapper {
  display: flex;
}
@media screen and (max-width: 800px) {
  .find_installer_container .wrapper {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .find_installer_container.lazy-bg-loaded .wrapper > .column:first-child {
    background: url(../images/map_white.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 62%;
  }
}
@media screen and (max-width: 1180px) {
  .find_installer_container.lazy-bg-loaded .wrapper > .column:first-child {
    background-position: center bottom 0;
    background-size: auto 66%;
  }
}
.find_installer_container form {
  padding-top: 340px;
  margin-top: -340px;
}
@media screen and (max-width: 1440px) {
  .find_installer_container form {
    padding-top: 260px;
    margin-top: -260px;
  }
}
@media screen and (max-width: 800px) {
  .find_installer_container form {
    margin-top: -220px;
    padding-top: 200px;
  }
}
.find_installer_container form label a {
  color: #FFF;
  font-weight: 700;
}
.find_installer_container form li.required label:after {
  color: #FFF;
}
.find_installer_container form label.custom_checkbox:after {
  color: #FFF;
}
.find_installer_container form button {
  border: 1px solid #FFF;
  color: #FFF;
  float: left;
  margin-left: 52.5%;
}
@media screen and (max-width: 800px) {
  .find_installer_container form button {
    float: right;
  }
}
.find_installer_container form button:hover {
  background: #FFF;
  color: #3591cf;
}

.social.container {
  padding: 60px 0;
  border-top: 1px solid #d9dada;
}
@media screen and (max-width: 1440px) {
  .social.container {
    padding: 40px 0;
  }
}
.social.container .column {
  padding: 30px;
  box-shadow: 2px 1px 16px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 1180px) {
  .social.container .column {
    padding: 20px;
    width: 100% !important;
    margin-bottom: 30px;
    min-height: none;
    min-height: 0 !important;
  }
  .social.container .column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .social.container .column {
    padding: 5%;
  }
}
.social.container .column.featured_blog_post h2 {
  font-weight: 300;
  padding-bottom: 14px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d9dada;
}
.social.container .column.featured_blog_post .featured_post {
  width: 100%;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 800px) {
  .social.container .column.featured_blog_post .featured_post {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .social.container .column.featured_blog_post .featured_post:first-of-type {
    margin-bottom: 30px;
  }
}
.social.container .column.featured_blog_post.two .featured_post {
  width: 48.5%;
}
.social.container .column.featured_blog_post.two .featured_post:first-of-type {
  margin-right: 3%;
}
.social.container .column.featured_blog_post.three .featured_post {
  width: 31.33%;
}
.social.container .column.featured_blog_post.three .featured_post:nth-of-type(2), .social.container .column.featured_blog_post.three .featured_post:first-of-type {
  margin-right: 3%;
}
.social.container .column.featured_blog_post h3 {
  margin-bottom: 0.1em;
}
.social.container .column.featured_blog_post img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.social.container .column.featured_blog_post p:not(.date) {
  margin-bottom: 0;
}
.social.container .column.featured_blog_post .button {
  margin-bottom: 0 !important;
}
.social.container .column.featured_blog_post .blog_link {
  float: right;
  margin-top: 8px;
  font-size: 0.9rem;
  position: absolute;
  right: 30px;
  bottom: 30px;
  line-height: 30px;
}
.social.container .column.featured_blog_post .blog_link:hover {
  text-decoration: underline;
}
.social.container .column.instagram .post_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: scroll;
}
@media screen and (max-width: 1180px) {
  .social.container .column.instagram .post_wrapper {
    height: auto !important;
    margin-bottom: 20px;
  }
}
.social.container .column.instagram .post_wrapper > img {
  width: 100%;
  height: auto;
}
.social.container .column.instagram a.post {
  display: inline-block;
  height: auto;
  float: left;
}
@media screen and (min-width: 1180px) {
  .social.container .column.instagram a.post {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .social.container .column.instagram a.post:nth-of-type(3n) {
    margin-right: 0;
  }
  .social.container .column.instagram a.post:nth-of-type(3n + 1) {
    clear: left;
  }
  .social.container .column.instagram a.post:nth-last-of-type(1), .social.container .column.instagram a.post:nth-last-of-type(2), .social.container .column.instagram a.post:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1180px) and (min-width: 800px) {
  .social.container .column.instagram a.post {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .social.container .column.instagram a.post:nth-of-type(4n) {
    margin-right: 0;
  }
  .social.container .column.instagram a.post:nth-of-type(4n + 1) {
    clear: left;
  }
  .social.container .column.instagram a.post:nth-last-of-type(1), .social.container .column.instagram a.post:nth-last-of-type(2), .social.container .column.instagram a.post:nth-last-of-type(3), .social.container .column.instagram a.post:nth-last-of-type(4) {
    margin-bottom: 0;
  }
  .social.container .column.instagram a.post:last-child {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .social.container .column.instagram a.post {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .social.container .column.instagram a.post:nth-of-type(2n) {
    margin-right: 0;
  }
  .social.container .column.instagram a.post:nth-of-type(2n + 1) {
    clear: left;
  }
  .social.container .column.instagram a.post:nth-last-of-type(1), .social.container .column.instagram a.post:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .social.container .column.instagram a.post:last-child {
    display: none;
  }
}
.social.container .column.instagram a.post img {
  width: 100%;
  height: auto;
  opacity: 1;
  display: inline-block;
  float: left;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 800px) {
  .social.container .column.instagram a.post img:hover {
    opacity: 0.8;
  }
}
.social.container .column.instagram button.instagram_load_more {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 0.9rem;
  display: inline-block;
  line-height: 30px;
  font-weight: 300;
  color: #f91720;
  background: transparent;
}
.social.container .column.instagram button.instagram_load_more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1180px) {
  .social.container .column.instagram button.instagram_load_more {
    font-size: 0.8rem;
    bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .social.container .column.instagram button.instagram_load_more {
    left: 5%;
  }
}
.social.container .column.instagram a.instagram {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 0.9rem;
  padding-left: 42px;
  display: inline-block;
  font-weight: 300;
  line-height: 30px;
  color: #f91720;
  transition: color 300ms ease;
}
@media screen and (max-width: 1180px) {
  .social.container .column.instagram a.instagram {
    font-size: 0.8rem;
    padding-left: 34px;
  }
}
@media screen and (max-width: 800px) {
  .social.container .column.instagram a.instagram {
    right: 5%;
    bottom: 20px;
  }
}
.social.container .column.instagram a.instagram:before {
  content: "";
  position: relative;
  background: url(../images/icons/instagram.svg);
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: opacity 300ms ease, filter 300ms ease;
}
@media screen and (max-width: 1180px) {
  .social.container .column.instagram a.instagram:before {
    background-size: 26px;
  }
}
@media screen and (min-width: 800px) {
  .social.container .column.instagram a.instagram:hover {
    color: #3591cf;
  }
  .social.container .column.instagram a.instagram:hover:before {
    filter: grayscale(0);
    opacity: 1;
  }
}
.social.container .column.twitter p.intro {
  color: #3591cf;
  font-size: 1.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9dada;
  margin-bottom: 18px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .social.container .column.twitter p.intro {
    font-size: 1.2rem;
  }
}
.social.container .column.twitter p.intro a {
  font-weight: 700;
}
.social.container .column.twitter .tweet_window {
  width: 100%;
  height: auto;
  overflow: scroll;
  max-height: 380px;
}
.social.container .column.twitter .tweet_window .tweet {
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1180px) {
  .social.container .column.twitter .tweet_window .tweet {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .social.container .column.twitter .tweet_window .tweet {
    font-size: 0.9rem;
  }
}
.social.container .column.twitter .tweet_window .tweet a {
  font-weight: 400;
  transition: color 300ms ease;
}
.social.container .column.twitter .tweet_window .tweet a.image {
  float: left;
  width: 100%;
  display: inline-block;
  margin-top: 16px;
}
@media screen and (min-width: 800px) {
  .social.container .column.twitter .tweet_window .tweet a:hover {
    color: #3591cf;
    text-decoration: underline;
  }
}
.social.container .column.twitter .tweet_window .tweet a.image + a.image {
  clear: none;
}
.social.container .column.twitter .tweet_window .tweet img {
  display: inline-block;
  float: left;
  width: auto;
  max-width: 100%;
  margin-right: 10px;
}
.social.container .column.twitter .tweet_window .tweet a img {
  opacity: 1;
  transition: opacity 400ms ease;
  will-change: opacity;
}
@media screen and (min-width: 800px) {
  .social.container .column.twitter .tweet_window .tweet a img:hover {
    opacity: 0.8;
  }
}
.social.container .column.twitter .tweet_window .tweet span.rt {
  display: inline-block;
  width: 17px;
  height: 1.3em;
  background: url(../images/icons/retweet.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.social.container .column.twitter .tweet_window p.date {
  padding-top: 28px;
  font-size: 0.8rem;
  color: #3591cf;
  font-weight: 400;
  padding-bottom: 4px;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  clear: both;
}
.social.container .column.twitter .tweet_window p.date:first-child {
  padding-top: 0;
}
.social.container .column.twitter a.twitter_link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 0.9rem;
  padding-left: 42px;
  display: inline-block;
  font-weight: 300;
  line-height: 30px;
  color: #f91720;
  transition: color 300ms ease;
}
@media screen and (max-width: 1180px) {
  .social.container .column.twitter a.twitter_link {
    font-size: 0.8rem;
    padding-left: 36px;
  }
}
@media screen and (max-width: 800px) {
  .social.container .column.twitter a.twitter_link {
    right: 5%;
    bottom: 20px;
  }
}
.social.container .column.twitter a.twitter_link:before {
  content: "";
  position: relative;
  background: url(../images/icons/twitter.svg);
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: opacity 300ms ease, filter 300ms ease;
}
@media screen and (max-width: 1180px) {
  .social.container .column.twitter a.twitter_link:before {
    background-size: 26px;
  }
}
@media screen and (min-width: 800px) {
  .social.container .column.twitter a.twitter_link:hover {
    color: #3591cf;
  }
  .social.container .column.twitter a.twitter_link:hover:before {
    filter: grayscale(0);
    opacity: 1;
  }
}

#footer_container {
  padding: 60px 0;
  border-top: 1px solid #d9dada;
}
@media screen and (max-width: 1440px) {
  #footer_container {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 800px) {
  #footer_container {
    padding: 30px 0;
  }
}

.footer_contact {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .footer_contact .column {
    text-align: center;
  }
}
.footer_contact .column p {
  position: relative;
}
.footer_contact .column p.phone, .footer_contact .column p.email, .footer_contact .column p.address {
  padding-left: 42px;
  font-size: 1.2rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 1180px) {
  .footer_contact .column p.phone, .footer_contact .column p.email, .footer_contact .column p.address {
    padding-left: 36px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column p.phone, .footer_contact .column p.email, .footer_contact .column p.address {
    padding-left: 0;
  }
}
.footer_contact .column p.phone:before, .footer_contact .column p.email:before, .footer_contact .column p.address:before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 300ms ease, filter 300ms ease;
}
@media screen and (max-width: 1180px) {
  .footer_contact .column p.phone:before, .footer_contact .column p.email:before, .footer_contact .column p.address:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column p.phone:before, .footer_contact .column p.email:before, .footer_contact .column p.address:before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 6px;
  }
}
.footer_contact .column p.phone {
  top: 0;
}
.footer_contact .column p.phone:before {
  background-image: url(../images/icons/phone.svg);
}
.footer_contact .column p.email:before {
  background-image: url(../images/icons/email.svg);
}
@media screen and (max-width: 800px) {
  .footer_contact .column p.email:before {
    top: 8px;
  }
}
.footer_contact .column p.address {
  margin-bottom: 22px;
}
.footer_contact .column p.address:before {
  background-image: url(../images/icons/pin.svg);
  width: 28px;
  height: 28px;
  top: 0;
}
@media screen and (max-width: 1180px) {
  .footer_contact .column p.address:before {
    width: 24px;
    height: 24px;
  }
}
.footer_contact .column p a {
  color: #595958;
  transition: color 300ms ease;
}
.footer_contact .column p.company_number, .footer_contact .column p.vat_number {
  margin-bottom: 0.2em;
}
.footer_contact .column p.company_number span, .footer_contact .column p.vat_number span {
  display: inline-block;
  width: 200px;
}
@media screen and (max-width: 800px) {
  .footer_contact .column p.company_number span, .footer_contact .column p.vat_number span {
    width: auto;
    margin-right: 14px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column p.company_number:before, .footer_contact .column p.vat_number:before {
    display: none;
  }
}
.footer_contact .column p:hover:before {
  opacity: 1;
  filter: grayscale(0);
}
.footer_contact .column p:hover a {
  color: #3591cf;
}
.footer_contact .column .icb_group, .footer_contact .column .accreditations {
  width: auto;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 800px) {
  .footer_contact .column .icb_group, .footer_contact .column .accreditations {
    text-align: center;
    width: 100%;
  }
}
.footer_contact .column .icb_group .icb_group, .footer_contact .column .accreditations .icb_group {
  width: 320px;
  height: 120px;
  display: inline-block;
  float: left;
  background-size: contain;
  background-position: left top 52px;
  background-repeat: no-repeat;
  font-size: 0.9rem;
  font-style: italic;
  padding-left: 72px;
  padding-top: 26px;
}
.footer_contact .column .icb_group .icb_group span, .footer_contact .column .accreditations .icb_group span {
  text-indent: -9999px;
  display: inline-block;
}
.footer_contact .column .icb_group .icb_group.lazy-bg-loaded, .footer_contact .column .accreditations .icb_group.lazy-bg-loaded {
  background-image: url(../images/icb-group.svg);
}
@media screen and (max-width: 1440px) {
  .footer_contact .column .icb_group .icb_group, .footer_contact .column .accreditations .icb_group {
    width: 170px;
    height: 100px;
    background-position: left top 40px;
    padding-left: 46px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .icb_group .icb_group, .footer_contact .column .accreditations .icb_group {
    height: 80px;
    padding-top: 18px;
    background-position: left top 30px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .icb_group .icb_group, .footer_contact .column .accreditations .icb_group {
    width: 100%;
    float: none;
    padding-left: 0;
    background-position: center top 30px;
    background-size: auto 50px;
    margin-bottom: 10px;
  }
}
.footer_contact .column .icb_group .divisions, .footer_contact .column .accreditations .divisions {
  display: inline-block;
  float: left;
  padding-left: 22px;
  padding-top: 12px;
}
@media screen and (max-width: 1440px) {
  .footer_contact .column .icb_group .divisions, .footer_contact .column .accreditations .divisions {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .icb_group .divisions, .footer_contact .column .accreditations .divisions {
    padding-left: 18px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .icb_group .divisions, .footer_contact .column .accreditations .divisions {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
}
.footer_contact .column .icb_group .divisions p, .footer_contact .column .accreditations .divisions p {
  font-size: 0.8rem;
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1440px) {
  .footer_contact .column .icb_group .divisions p, .footer_contact .column .accreditations .divisions p {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .icb_group .divisions p, .footer_contact .column .accreditations .divisions p {
    padding-top: 10px;
    font-size: 0.6rem;
    padding-bottom: 2px;
  }
}
.footer_contact .column .icb_group .divisions a, .footer_contact .column .accreditations .divisions a {
  display: inline-block;
  width: 280px;
  height: 26px;
  margin: 4px 0;
  float: left;
  clear: both;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
}
@media screen and (max-width: 1440px) {
  .footer_contact .column .icb_group .divisions a, .footer_contact .column .accreditations .divisions a {
    height: 24px;
    background-size: auto 14px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .icb_group .divisions a, .footer_contact .column .accreditations .divisions a {
    width: 200px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .icb_group .divisions a, .footer_contact .column .accreditations .divisions a {
    width: 100%;
    height: 44px;
    background-position: center;
    margin: 0;
    float: none;
    background-size: auto 20px;
  }
}
.footer_contact .column .icb_group .divisions a.icb_fabrications.lazy-bg-loaded, .footer_contact .column .accreditations .divisions a.icb_fabrications.lazy-bg-loaded {
  background-image: url(../images/icb-fabrications.svg);
}
.footer_contact .column .icb_group .divisions a.icb_waterproofing.lazy-bg-loaded, .footer_contact .column .accreditations .divisions a.icb_waterproofing.lazy-bg-loaded {
  background-image: url(../images/icb-waterproofing.svg);
}
.footer_contact .column .icb_group .divisions a.icb_projects.lazy-bg-loaded, .footer_contact .column .accreditations .divisions a.icb_projects.lazy-bg-loaded {
  background-image: url(../images/icb-projects.svg);
}
.footer_contact .column .footer_accreditations {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.footer_contact .column .footer_accreditations .accreditations_wrapper {
  position: relative;
  left: -10px;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .footer_accreditations .accreditations_wrapper {
    left: 0;
  }
}
.footer_contact .column .footer_accreditations .accreditations_wrapper a {
  width: 20%;
  display: inline-block;
  float: left;
  margin-top: -26px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 300ms ease, filter 300ms ease;
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .footer_accreditations .accreditations_wrapper a {
    margin-top: -10px;
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .footer_accreditations .accreditations_wrapper a {
    width: 33.33%;
    margin: -20px 0 -20px;
  }
}
.footer_contact .column .footer_accreditations .accreditations_wrapper a img {
  width: 100%;
  height: auto;
}
.footer_contact .column .footer_accreditations .accreditations_wrapper a:hover {
  opacity: 1;
  filter: grayscale(0);
}
.footer_contact .column .office, .footer_contact .column .company_number, .footer_contact .column .vat_number {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_contact .column .office, .footer_contact .column .company_number, .footer_contact .column .vat_number {
    text-align: center;
  }
}
.footer_contact .column .office p, .footer_contact .column .company_number p, .footer_contact .column .vat_number p {
  width: 25%;
  display: inline-block;
  float: left;
  font-weight: 400;
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .office p, .footer_contact .column .company_number p, .footer_contact .column .vat_number p {
    width: 35%;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .office p, .footer_contact .column .company_number p, .footer_contact .column .vat_number p {
    width: 100%;
  }
}
.footer_contact .column .office p:nth-of-type(2), .footer_contact .column .company_number p:nth-of-type(2), .footer_contact .column .vat_number p:nth-of-type(2) {
  width: 75%;
  max-width: 360px;
  font-weight: 300;
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .office p:nth-of-type(2), .footer_contact .column .company_number p:nth-of-type(2), .footer_contact .column .vat_number p:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .office p:nth-of-type(2), .footer_contact .column .company_number p:nth-of-type(2), .footer_contact .column .vat_number p:nth-of-type(2) {
    max-width: none;
  }
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .office p:nth-of-type(2n - 1), .footer_contact .column .company_number p:nth-of-type(2n - 1), .footer_contact .column .vat_number p:nth-of-type(2n - 1) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .office p:nth-of-type(2n - 1), .footer_contact .column .company_number p:nth-of-type(2n - 1), .footer_contact .column .vat_number p:nth-of-type(2n - 1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1180px) {
  .footer_contact .column .company_number, .footer_contact .column .vat_number {
    line-height: 26px;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact .column .company_number {
    margin-bottom: 1.1em;
  }
}
.footer_contact .column .company_number p {
  margin-bottom: 6px;
}

#footer {
  border-top: 2px solid #3591cf;
  padding: 30px 0 10px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1180px) {
  #footer {
    padding: 30px 0 20px;
  }
}
#footer p {
  display: inline-block;
  font-size: 0.9rem;
}
@media screen and (max-width: 800px) {
  #footer p {
    font-size: 0.8rem;
  }
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer_links {
  margin-left: 60px;
}
@media screen and (max-width: 1440px) {
  #footer .footer_links {
    margin-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer_links {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#footer .footer_links, #footer ul {
  display: inline-block;
  list-style: none;
}
#footer .footer_links li, #footer ul li {
  display: inline-block;
  margin-right: 12px;
  font-size: 0.9rem;
}
@media screen and (max-width: 800px) {
  #footer .footer_links li, #footer ul li {
    width: 100%;
    margin: 8px 0;
  }
}
#footer #credit a {
  margin: 0 10px;
  font-size: 0.7rem;
}

#footer_container .social a {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 16px;
  display: inline-block;
  float: left;
  clear: none;
  color: transparent;
  text-indent: -9999px;
  background-size: auto 30px;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(130%);
  transition: filter 400ms ease;
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  #footer_container .social a {
    width: 36px;
    height: 36px;
    background-size: auto 24px;
  }
}

@media screen and (max-width: 800px) {
  #footer_container .social{
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  #footer_container .social a{
    float: none;
    margin-right: 10px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-size: auto 30px;
  }
}

@media screen and (min-width: 800px) {
  #footer_container .social a:hover {
    filter: grayscale(0) brightness(100%);
  }
}
#footer_container .social a.lazy-bg-loaded.facebook {
  background-image: url(../images/icons/facebook.svg);
}
#footer_container .social a.lazy-bg-loaded.linked_in {
  background-image: url(../images/icons/linked_in.svg);
}
#footer_container .social a.lazy-bg-loaded.instagram_follow {
  background-image: url(../images/icons/instagram.svg);
}
