.footer_utility ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.footer_utility {
  height: 0.8rem;
  color: #ffffff;
  width: 100%;
  background-color: #0d649d;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  font-size: 110%;
  margin-top: 200px;
}
.footer_wrap {
  width: 10.4rem;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  _position: inherit;
}
.copy {
  font-size: 13px;
  padding: 10px 0 0 0;
  position: relative;
  _position: inherit;
  width: 50% !important;
}
.p40 {
  width: 40%;
  float: left;
}
.footer_utility ul {
  float: right;
  padding: 0;
  overflow: hidden;
  position: relative;
  _position: inherit;
}
.footer_utility ul li {
  padding: 0 0 0 14px;
  float: left;
  list-style-type: none;
}
.footer_utility ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 25px 0 10px;
}

@media screen and (max-width: 767px) {
  .footer_utility {
    height: auto;
    margin-top: 100px;
  }
  .footer_wrap {
    width: auto;
    padding: 10px;
  }
  .copy {
    font-size: 8px;
    margin: 0 0 0 5px;
    padding: 3px 0 0 0;
    width: 80% !important;
  }
  .footer_utility ul {
    margin: 10px 0 0 0;
    float: left;
  }
  .footer_utility ul li {
    padding: 0;
  }
}

.footer_utility_jaf {
  height: 0.8rem;
  color: #ffffff;
  width: 100%;
  background-color:  #be282d;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  font-size: 110%;
  margin-top: 200px;
}
.footer_wrap {
  width: 10.4rem;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  _position: inherit;
}
.copy {
  font-size: 13px;
  padding: 10px 0 0 0;
  position: relative;
  _position: inherit;
  width: 50% !important;
}
.p40 {
  width: 40%;
  float: left;
}
.footer_utility_jaf ul {
  float: right;
  padding: 0;
  overflow: hidden;
  position: relative;
  _position: inherit;
}
.footer_utility_jaf ul li {
  padding: 0 0 0 14px;
  float: left;
  list-style-type: none;
}
.footer_utility_jaf ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 25px 0 10px;
}
