#container-footer .secondary-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#container-footer .secondary-tools .footer-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
  width: 100%;
}
#container-footer .secondary-tools .footer-wrapper-left,
#container-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#container-footer .secondary-tools .footer-wrapper-left .footer-left,
#container-footer .secondary-tools .footer-wrapper-left .footer-right {
  width: 50%;
}
#container-footer #payments ul,
#footer-navigation ul {
  text-align: right;
}
#container-footer .social-networking {
  text-align: left;
}
#container-footer .footer-bottom {
  border-top: 2px #222 solid;
}
#container-footer .footer-bottom .copyright {
  margin-right: 10px;
}
#container-footer .footer-bottom .imarket-link {
  margin-left: 10px;
}

@media all and (max-width: 800px) {
  #container-footer .secondary-tools,
  #container-footer .footer-wrapper-left,
  #container-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #container-footer .secondary-tools .footer-wrapper-left .footer-left,
  #container-footer .secondary-tools .footer-wrapper-left .footer-right {
    width: 100%;
  }
  #container-footer .footer-wrapper-left .footer-left,
  #container-footer .footer-wrapper-left .footer-right,
  #container-footer #payments ul,
  #footer-navigation ul,
  #container-footer .social-networking,
  #container-footer .footer-bottom,
  #container-footer .footer-bottom p,
  #container-footer .secondary-tools .footer-wrapper {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

/* End Content Pattern */
#newsletter-signup {
  padding: 30px 0px;
}
.full-width #newsletter-signup .secondary-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
/* Content Pattern */
.full-width #newsletter-signup .secondary-tools-heading {
  margin-right: 20px;
  line-height: 50px;
}
#newsletter-signup .secondary-tools form {
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 570px) {
  #newsletter-signup .secondary-tools-heading {
    line-height: 22px;
  }
  #newsletter-signup .secondary-tools form input {
    max-width: 200px;
  }
}

#footer-callout {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #9e9e9e;
}
#footer-callout > .width-limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer-callout .cta-phone {
  display: inline-block;
}
#footer-callout,
#footer-callout a:link,
#footer-callout a:visited {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}
#footer-callout a.cta {
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 5px;
  text-decoration: none;
}
#footer-callout a.cta:hover,
#footer-callout a.cta:active {
  background-color: #fff;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

@media all and (min-width: 571px) {
  #footer-callout > .width-limiter > span {
    margin-right: 25px;
  }
}