/* line 1, ../sass/footer.scss */
#footer-section {
  padding: 40px 0px 40px 0px;
}

/* line 9, ../sass/footer.scss */
#footer-section h3 {
  color: #6FD7F7;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0px 0px 15px 0px;
}

/* line 17, ../sass/footer.scss */
#footer-section a {
  color: #000015;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

/* line 26, ../sass/footer.scss */
#footer-section a:hover {
  text-decoration: non;
}

/* line 30, ../sass/footer.scss */
.footer-group {
  float: left;
  margin: 0px 50px 0px 0px;
}

/* line 35, ../sass/footer.scss */
#footer-logo {
  background-image: url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-large.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 199px;
  height: 46px;
  margin: 0px 60px 50px 0px;
}

/* line 44, ../sass/footer.scss */
#footer-join-our-team {
  cursor: pointer;
  background-image: url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-large.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 184px;
  height: 41px;
  margin: 0px 0px 10px 0px;
}

/* line 54, ../sass/footer.scss */
#footer-join-our-team:hover {
  background-image: url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-over-large.png);
}

/* line 58, ../sass/footer.scss */
.footer-social-media-link {
  display: inline-block;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
  margin: 4px;
}

/* line 68, ../sass/footer.scss */
#footer-facebook {
  background-image: url(http://www.braksoftware.com/codepen/bruce/v1/facebook-white-large.png);
}

/* line 72, ../sass/footer.scss */
#footer-twitter {
  background-image: url(http://www.braksoftware.com/codepen/bruce/v1/twitter-white-large.png);
}

/* line 76, ../sass/footer.scss */
#footer-blogspot {
  background-image: url(http://www.braksoftware.com/codepen/bruce/v1/blogger-white-large.png);
}

/* line 80, ../sass/footer.scss */
#footer-contact {
  color: white;
  font-size: 12px;
  font-weight: 300;
  padding: 30px 0px 10px 0px;
}

/* line 87, ../sass/footer.scss */
#footer-contact div {
  display: inline;
}

/* line 91, ../sass/footer.scss */
#footer-contact a {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 98, ../sass/footer.scss */
#footer-copyright {
  color: #eeeeee;
  font-size: 11px;
  font-weight: 300;
}

/* line 104, ../sass/footer.scss */
.footer-divider {
  margin: 0px 4px 0px 4px;
}

@media screen and (min-width: 600px) and (max-width: 999px) {
  /* line 109, ../sass/footer.scss */
  #footer-section h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
  }

  /* line 115, ../sass/footer.scss */
  #footer-section a {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
  }

  /* line 121, ../sass/footer.scss */
  .footer-group {
    margin: 0px 20px 0px 0px;
  }

  /* line 125, ../sass/footer.scss */
  #footer-logo {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium.png);
    width: 121px;
    height: 28px;
    margin: 4px 0px 37px 0px;
  }

  /* line 132, ../sass/footer.scss */
  #footer-join-our-team {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-medium.png);
    width: 120px;
    height: 27px;
    margin: 0px 0px 10px 0px;
  }

  /* line 139, ../sass/footer.scss */
  #footer-join-our-team:hover {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-over-medium.png);
  }

  /* line 143, ../sass/footer.scss */
  .footer-social-media-link {
    width: 16px;
    height: 16px;
    margin: 4px;
  }

  /* line 149, ../sass/footer.scss */
  #footer-facebook {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/facebook-white-medium.png);
  }

  /* line 153, ../sass/footer.scss */
  #footer-twitter {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/twitter-white-medium.png);
  }

  /* line 157, ../sass/footer.scss */
  #footer-blogspot {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/blogger-white-medium.png);
  }

  /* line 161, ../sass/footer.scss */
  #footer-contact {
    font-size: 13px;
    font-weight: 300;
  }

  /* line 166, ../sass/footer.scss */
  #footer-contact div {
    /* So that the address and phone numbers are on separate lines */
    display: block;
  }

  /* line 172, ../sass/footer.scss */
  #footer-contact a {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  /* line 179, ../sass/footer.scss */
  #footer-contact div:nth-last-child(2) {
    /* So that there is no divider between the address and phone number lines */
    display: none;
  }
}
@media screen and (max-width: 599px) {
  /* line 186, ../sass/footer.scss */
  #footer-section {
    padding: 25px 0px 25px 0px;
  }

  /* line 190, ../sass/footer.scss */
  #footer-section h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 4px 0px 10px 0px;
  }

  /* line 196, ../sass/footer.scss */
  #footer-section a {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
  }

  /* line 202, ../sass/footer.scss */
  .footer-group {
    width: 300px;
    margin: 0px 20px 20px 0px;
  }

  /* line 207, ../sass/footer.scss */
  .footer-group > * {
    vertical-align: top;
  }

  /* line 211, ../sass/footer.scss */
  .footer-group-logo {
    margin: 0px 0px 20px 0px;
  }

  /* line 216, ../sass/footer.scss */
  #footer-logo {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium.png);
    width: 120px;
    height: 27px;
    margin: 0px 10px 20px 0px;
  }

  /* line 223, ../sass/footer.scss */
  #footer-join-our-team {
    display: inline-block;
    margin: 0px 10px 10px 0px;
  }

  /* line 228, ../sass/footer.scss */
  .footer-social-media-link {
    margin: 8px 4px 0px 0px;
  }

  /* line 232, ../sass/footer.scss */
  #footer-contact {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px 10px 0px;
  }

  /* line 238, ../sass/footer.scss */
  #footer-contact span.nw {
    display: block;
  }

  /* line 242, ../sass/footer.scss */
  .footer-contact-company-name {
    font-weight: 400;
  }

  /* line 246, ../sass/footer.scss */
  .footer-divider {
    display: none;
  }

  /* line 250, ../sass/footer.scss */
  #footer-contact a {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }
}
/* Retina graphics here */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1000px) {
  /* line 260, ../sass/footer.scss */
  #footer-logo {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-large@2x.png);
  }

  /* line 264, ../sass/footer.scss */
  #footer-join-our-team {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-large@2x.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px) and (max-width: 999px) {
  /* line 270, ../sass/footer.scss */
  #footer-logo {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium@2x.png);
  }

  /* line 274, ../sass/footer.scss */
  #footer-join-our-team {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-medium@2x.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 599px) {
  /* line 280, ../sass/footer.scss */
  #footer-logo {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium@2x.png);
  }

  /* line 284, ../sass/footer.scss */
  #footer-join-our-team {
    background-image: url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-large@2x.png);
  }
}
