/* Footer styles */


/* Wrappers and containers */

footer {
  /* border-top: 1px solid #666; */
  border-top: 0.25rem solid #8cc63f;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 768px) {
  footer {
    padding: 13px 34px 15px;
    width: 750px;
  }
}

@media (min-width: 992px) {
  footer {
    /* border-top: 1px solid #ccc; */
	border-top: 0.25rem solid #8cc63f;
    padding: 13px 34px 35px;
    width: 990px;
	padding-top: 1.25rem;
  }
}

#myafooter {
  font-size: 0;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}


/*Links*/

#myafooter a {
  color: #666;
  line-height: 1.5;
  display: inline-block;
}


/* Logo */

#footer-logo {
  background: url('/static/images/global_nav_sprite.png') -12px -460px no-repeat;
  display: inline-block;
  height: 25px;
  width: 18.4%;
}

/* Logo mobile */

#footer-logo-mobile {
  background: url(/static/images/global_nav_sprite.png) -12px -458px no-repeat;
  display: inline-block;
  height: 25px;
  width: 40.4%;
  margin: 8px 0px 0px;
}

/* Navigation */

#footer-nav {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 992px) {
  #footer-nav {
    width: 85.5%;
  }
  #footer-logo{
	  width: 14.4%;
  }
}

#footer-nav a {
  font-size: 12px;
}

ul.myafooternav {
  color: #666;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}


ul.myafooternav li {
  display: inline-block;
  margin: 5px 0;
}

ul.myafooternav li:after {
  content: "|";
  padding-left: 4px;
  padding-right: 0;
}

ul.myafooternav li:last-child:after {
  content: "";
}


/* Copyright */ 

#myafooter .copyright {
  color: #666;
  font-size: 12px;
  margin: 1em 0;
  /* text-align: center; */
}
/* force copyright on new arnold pages  */
#copyright-year {
  color: #666;
  font-size: 12px;
  margin: 1em 0;
  text-align: center;
}

@media (min-width: 992px) {
  #myafooter .copyright {
    margin: 1em 0 0;
    text-align: left;
  }
}


/* Original css */

ul.myafooternav li.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}

.feedback {
  background: transparent url('../images/oo_icon.gif') right center no-repeat scroll;
  bottom: 0;
  position: absolute;
  right: 13px;
}

.feedback a {
  font-size: 12px;
  padding-right: 1em;
  text-align: right;
}


/* Mobile Specific Elements */

.mobile-footer-nav {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-footer-nav li {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
}

@media (min-width: 768px) {
  .mobile-footer-nav li {
    text-align: center;
  }
}

ul#mobile-footer-nav-row-1 li {
  height: 30px;
  margin: 12px 0 8px;
}

ul#mobile-footer-nav-row-1 li:first-child {
  border-right: 1px solid #ccc;
}

#mobile-footer-nav-row-1 a {
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  height: 100%;
  line-height: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  #mobile-footer-nav-row-1 a {
    width: auto;
  }
}

#mobile-footer-for-home,
#mobile-footer-for-business {
  position: relative;
}

#mobile-footer-for-home {
  padding-left: 35px;
}

#mobile-footer-for-business {
  padding-left: 45px;
}

#mobile-footer-for-home:before,
#mobile-footer-for-business:before {
  color: #A3A3A3;
  font-family: "FontAwesome";
  font-size: 24px;
  position: absolute;
}

#mobile-footer-nav-row-2 {
  /* border-top: 1px solid #ccc; */
  padding-top: 10px;
}

#mobile-footer-nav-row-2 a {
  color: #666;
  font-size: 12px;
  line-height: 1;
  padding-left: 25px;
}

#mobile-footer-nav-row-2 li {
 /*  text-align: center; */
  width: 100%;
  margin: 0 -9px 0px;
}

#home-icon,
#business-icon {
  fill: #a3a3a3;
  position: absolute;
  width: 25px;
}

#home-icon {
  left: 0;
}

#business-icon {
  left: 10px;
}

.mobile-footer-feedback-wrapper a {
  background: transparent url('../images/oo_icon.gif') 10px center no-repeat scroll;
}

@media (min-width: 768px) {
  .mobile-footer-feedback-wrapper a {
    background: transparent url('../images/oo_icon.gif') 1px center no-repeat scroll;
    padding-left: 15px;
  }
}


/* Scroll-to-Top */

#scroll-to-top {
  color: #666;
  display: none;
  font-size: 14px;
  margin: 0 25px 15px;
  position: relative;
  text-align: right;
}

#scroll-to-top:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  right: -20px;
  top: 2px;
}
@media (max-width: 767px) {
	#footer-logo {margin:20px 0 10px; width:100%;}
	ul.myafooternav-mobile{padding:0 0 0.75rem;}
}

