@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Sanchez:400|family=Roboto);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/* Footer */
#footerWrapper {
  background: url("../image/woodgrain.png") 0 0 repeat-x;
  width: 100%;
  height: 70px;
  margin-top: -70px;
  clear: both;
  position: relative;
}

#footer {
  clear: both;
  color: #666;
  position: relative;
  margin: 0 auto;
  width: 980px;
}
#footer #firstROI {
  position: absolute;
  top: 24px;
  right: 69px;
  height: 29px;
  width: 103px;
}
#footer p {
  text-align: center;
}
#footer a {
  color: #666;
  text-decoration: underline;
}
#footer img.froiLogo {
  display: none;
}
#footer #linkedIn {
  position: absolute;
  top: 21px;
  right: 19px;
}
#footer #greenBiz {
  float: left;
  background: transparent url("../image/sprites.png") 0 -191px no-repeat;
  height: 58px;
  width: 180px;
  padding: 13px 0 0 75px;
  margin-left: 6px;
}
#footer #greenBiz p {
  padding: 7px 0 0 0;
  color: #A89B7E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 131%;
  font-weight: 400;
  line-height: 105%;
  text-align: left;
}
#footer #greenBiz p.values {
  font-family: "Roboto", sans-serif;
  padding-top: 0px;
  font-size: 93%;
  font-weight: 300;
}
#footer #greenBiz:hover {
  background: transparent url("../image/sprites.png") 0 -251px no-repeat;
}
#footer #greenBiz:hover p {
  color: #daaa00;
}
#footer #copyrightNotice {
  color: #F2ECD8;
  font-size: 93%;
  font-weight: 100;
  text-align: left;
  padding: 15px 0 0;
}
#footer #footerNav {
  padding: 5px 0;
}
#footer #footerNav li {
  display: inline;
  padding: 0 15px 0 0;
}
#footer #footerNav li a {
  color: #daaa00;
  font-size: 93%;
  font-weight: 100;
  text-decoration: none;
}
#footer #footerNav li a:hover {
  text-decoration: underline;
}
#footer.test #copyrightNotice {
  left: 280px;
}
#footer.test #footerNav {
  left: 311px;
}
#footer.test #eh {
  left: 647px;
}
#footer.test #fdic {
  left: 692px;
}
#footer.test #firstROI {
  top: 23px;
  right: 105px;
}
#footer.test .linkedIn {
  position: absolute;
  top: 26px;
  right: 0;
}
#footer .compliance {
  position: absolute;
  right: 0;
  bottom: 5px;
}
#footer .compliance > div {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
#footer .compliance > div a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .compliance > div:last-of-type {
  margin-right: 0;
}
#footer .compliance #eh, #footer .compliance #eh svg {
  width: 30px;
  height: 31px;
}
#footer .compliance #fdic, #footer .compliance #fdic svg {
  width: 54px;
  height: 30px;
}
#footer .compliance #ncua, #footer .compliance #ncua svg {
  width: 117px;
  height: 55px;
}
#footer .compliance #bv-logo, #footer .compliance #bv-logo svg {
  width: 100px;
  height: 28px;
}

body.refresh #footerWrapper {
  background: linear-gradient(to bottom, #fefefe, #d7d7d7);
  border-top: 3px solid #5d7165;
}
body.refresh #footer #greenBiz {
  background-image: url("../image/refresh/sprites.png");
}
body.refresh #footer #greenBiz p {
  color: #64625f;
}
body.refresh #footer #greenBiz:hover p {
  color: #FAB635;
}
body.refresh #footer #copyrightNotice {
  color: #5f5147;
}
body.refresh #footer #footerNav li a {
  color: #5f5147;
}

/*# sourceMappingURL=footer.css.map */
