/*
*
* This sheet contains the
* footer component styles
*
*/
/* #component__mobile-footer * {
  outline: 1px solid blue;
} */
/*
*
* Desktop Footer
*
*/
/* #component__footer * {
  outline: 1px solid blue;
} */
#component__footer {
  background-color: #535A64;
  padding: 70px 0 80px;
}

@media only screen and (max-width:767px) {
  #component__footer {
    background-color: #535A64;
    padding: 40px 0 32px;
  }
}

/* Section Name */
#component__footer .section-name {
  padding-bottom: 2px;
  font-family: 'GraphikMedium';
  font-size: 12px;
  color: #9DA5AF;
}

@media only screen and (max-width:767px) {
  #component__footer .section-name {
    font-family: 'GraphikMedium';
    font-size: 13px;
    line-height: 1;
    color: #9DA5AF;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
}

/* Companies Section */
#component__footer .companies-section {
  margin-top: 60px;
}

@media only screen and (max-width:767px) {
  #component__footer .companies-section {
    margin-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  #component__footer .businesses-list .grid__2col:nth-child(4) {
    clear: left;
  }
}

@media only screen and (max-width:767px) {
  #component__footer .businesses-list .grid__2col:nth-child(2n) {
    padding-left: 0;
  }

  #component__footer .businesses-list .grid__2col:nth-child(3) {
    clear: left;
  }
}

/* Sitemap Links */
@media only screen and (max-width:767px) {
  #component__footer .sitemap-links {
    margin-top: 10px;
  }

  #component__footer .companies-list>.grid__col:nth-child(2) {
    padding-left: 0;
  }
}

#component__footer .sitemap-link p{
  position: relative;
  margin-top: 12px;
  font-size: 12px;
  line-height: 20px;
  color: #9DA5AF;
}

@media only screen and (max-width:767px) {
  #component__footer .sitemap-link p{
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 19px;
    color: #9DA5AF;
  }
}

#component__footer .single-line {
  line-height: 1 !important;
}

/* Copyright */
#component__footer .copyright {
  margin-top: 50px;
  font-family: 'GraphikMedium';
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #9DA5AF;
}

@media only screen and (max-width:767px) {
  #component__footer .copyright {
    margin-top: 50px;
    font-family: 'GraphikMedium';
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #9DA5AF;
    text-transform: uppercase;
  }
}

/* Note */
#component__footer .note {
  margin-top: 20px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #9DA5AF;
}

@media only screen and (max-width:767px) {
  #component__footer .note {
    margin-top: 20px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #9DA5AF;
  }
}

/* Footer Map Section */
#component__footer .map-section {
  position: relative;
}

@media only screen and (max-width:767px) {
  #component__footer .map-section {
    display: none;
  }
}

/* Footer Map Heading */
#component__footer .map-heading {
  position: absolute;
  top: 20px;
  right: 56px;
  z-index: 1;
  font-family: 'GraphikMedium';
  font-size: 18px;
  line-height: 1;
  color: #9DA5AF;
}

/* Footer Map Image */
#component__footer .map-image {
  position: absolute;
  top: 100px;
  right: -50px;
}
