/* Standard footer */
footer {
  background: #EDEDED;
  width: 100%;
  padding: 20px 0;
}

footer a {
  color: #000 !important;
  font-weight: 300;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 560px) {
  footer {
      padding: 0;
  }
}

footer .site-pages {
  justify-content: space-evenly;
}

@media only screen and (max-width: 560px) {
  footer .site-pages {
      justify-content: left;
  }
}

footer .site-pages h4 {
  display: none;
}

@media only screen and (max-width: 560px) {
  footer .site-pages h4 {
      display: block;
  }
}

footer .site-pages li {
  width: 100%;
  text-align: center;
  border-right: 1px solid #D7D7D7;
}

footer .site-pages li:last-child {
  margin-bottom: 8px;
  border-right: none;
}

@media only screen and (max-width: 560px) {
  footer .site-pages li {
      text-align: left;
      border: none;
  }
}

footer .tier01,
footer .tier02,
footer .tier03 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 20px 16px;
}

@media only screen and (max-width: 560px) {

  footer .tier01,
  footer .tier02,
  footer .tier03 {
      flex-wrap: wrap;
  }
}

footer .tier01,
footer .tier02 {
  border-bottom: 1px solid #D7D7D7;
}

footer h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 560px) {
  footer h4 {
      margin-top: 40px;
  }

  footer h4.sectionStart {
      margin-top: 0;
  }
}

footer li,
footer a,
footer p {
  font-size: 14px;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer li {
  margin-bottom: 8px;
}

footer li:last-child {
  margin-bottom: 0;
}

footer a:hover {
  text-decoration: underline;
}

footer .tier01 .newsletter {
  width: 60%;
  padding-right: 15px;
}

footer .tier01 .newsletter .sub input,
footer .tier01 .newsletter .sub button {
  padding: 6px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 300;
}

footer .tier01 .newsletter .sub input {
  width: calc(100% - 120px);
  border: none;
  background: #fff;
  color: #505557;
  margin-bottom: 20px;
}

footer .tier01 .newsletter .sub button {
  transition: all .4s;
  background: #A9A9A9;
  border: 1px solid #A9A9A9;
  color: #fff;
  margin-left: 10px;
}

footer .tier01 .newsletter .sub button:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  transition: all .4s;
}

@media only screen and (max-width: 560px) {
  footer .tier01 .newsletter {
      width: 100%;
      padding: 0;
  }
}

footer .tier01 .contact {
  width: 40%;
  padding-left: 15px;
}

footer .tier01 .contact #social-footer {
  margin-top: 20px;
}

footer .tier01 .contact .sn-icons {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px 5px 0;
  background-size: 100%;
  transition: all .2s;
}

footer .tier01 .contact .sn-icons a {
  width: 40px;
  height: 40px;
  display: block;
}

footer .tier01 .contact .sn-icons:hover {
  transform: translateY(-3px);
  transition: all .2s;
}

@media only screen and (max-width: 480px) {
  footer .tier01 .contact .sn-icons {
      width: 11vw;
      height: 11vw;
  }

  footer .tier01 .contact .sn-icons a {
      width: 11vw;
      height: 11vw;
  }
}

footer .tier01 .contact #youtube {
  background-image: url("https://www.pspinc.com/img/icon_youtube.png");
}

footer .tier01 .contact #facebook {
  background-image: url("https://www.pspinc.com/img/icon_facebook.png");
}

footer .tier01 .contact #twitter {
  background-image: url("https://www.pspinc.com/img/icon_twitter.png");
}

footer .tier01 .contact #bloguru {
  background-image: url("https://www.pspinc.com/img/icon_bloguru.png");
}

footer .tier01 .contact #linkedin {
  background-image: url("https://www.pspinc.com/img/icon_linkedin.png");
}

footer .tier01 .contact #insta {
  background-image: url("https://www.pspinc.com/img/icon_instagram.png");
}

@media only screen and (max-width: 560px) {
  footer .tier01 .contact {
      width: 100%;
      padding: 0;
  }
}

footer .tier02 div {
  width: 20%;
  padding: 0 5px;
}

footer .tier02 div:first-child {
  padding-left: 0;
}

footer .tier02 div:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 560px) {
  footer .tier02 div {
      width: 100%;
      padding: 0;
  }
}

footer .tier03 {
  text-align: center;
}

footer .tier03 .lang_sec {
  width: 100%;
}

footer .tier03 .lang_sec a#lang_eng,
footer .tier03 .lang_sec a#lang_jpn {
  display: inline-block;
  padding: 4px 10px 4px 30px;
  margin-bottom: 10px;
}

footer .tier03 .lang_sec a#lang_jpn {
  background: url(../img/ja_flag.gif) no-repeat 0 transparent;
}

footer .tier03 .lang_sec a#lang_eng {
  background: url(../img/en_flag.gif) no-repeat 0 transparent;
}

footer .tier03 .lang_sec p a {
  text-decoration: underline;
}

footer .tier03 .lang_sec p a:hover {
  text-decoration: none;
}

footer #RequestChangeForm {
  margin-bottom: 0;
  display: block;
}
.googleLink img {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
  margin-top: 10px;
}
.madeAndHosted {
  display: inline-block;
  margin-top: 10px;
}