/* Footer styles */


/* Wrappers and containers */

footer {
  /* border-top: 1px solid black; */
}

@media (min-width: 768px) {
  footer {
  }
}

@media (min-width: 992px) {
  footer {
    /* border-top: 1px solid #ccc; */
  }
}

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

#footer_border span{
  height: 5px;
  float: left;
}

#footer_border .navy-border{
  width: 15%;
  background-color: #001e60;
}

#footer_border .vibrant-border{
  width: 35%;
  background-color: #0047bb;
}

#footer_border .mint-border{
  width: 50%;
  background-color: #48d597;
}


/*Links*/

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


/* Logo */

#footer-logo {
  background: url('/static/images/uni_res_nav/ctl_logo_nav_8-21-19.svg')  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: 14px;
  vertical-align: top;
  width: 100%;
}

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

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

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


ul.myafooternav li {
  display: inline-block;
}

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

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


/* Copyright */ 

#myafooter .copyright {
  color: black;
  font-size: 12px;
  margin: 1em 0;
  /* text-align: center; */
}
/* force copyright on new arnold pages  */
#copyright-year {
  color: black;
  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: 40px;
  position: absolute;
  right: 13px;
}

.feedback a {
  font-size: 14px;
  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;
  }
  #myafooter {
    width: 100%;
  }
}

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: black;
  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: black;
  font-size: 14px;
  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: black;
  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: 14px;
  position: absolute;
  right: -20px;
  top: 2px;
}
@media (max-width: 767px) {
	#footer-logo {margin:20px 0 0px; width:100%;}
	ul.myafooternav-mobile{padding:0 0 0.75rem;}
  #myafooter {
    width: 100%;
  }
}

