﻿


#footerNav h4 {
  font-family: "Humanist777BT-BoldB" , Arial, Verdana, Geneva, sans-serif;
  color: #333;
}




@media screen and (min-width: 561px) {
  #footerNav {
    width: 100%;
    margin: 4.1em 0 14px;
    border-top: 4px solid #0056b7;
  }
  #footerNav nav {
    padding-top: 27px;
  }
  #footerNav ul li {
    display: block;
    margin-bottom: 6px;
  }
  #footerNav h4 {
    margin-bottom: 7px;
  }
  
  
}

@media screen and (min-width: 901px) {
  #footerNav {
    border: none;
  }
  #footerNav nav {
    border-top: 4px solid #0056b7;
    padding-left: 15px;
    padding-right: 15px;
  }
}


#footer{
  background: #f6f6f6;
  background: #f6f6f6 url(/content/images/DomainDrive/shelf-gradient.png) repeat-x top left;
  background: -moz-linear-gradient(top,  rgba(220,220,220,1) 0%, rgba(246,246,246,1) 4%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,220,220,1)), color-stop(4%,rgba(246,246,246,1)));
  background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(246,246,246,1) 4%);
  background: -o-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(246,246,246,1) 4%);
  background: -ms-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(246,246,246,1) 4%);
  background: linear-gradient(to bottom,  rgba(220,220,220,1) 0%,rgba(246,246,246,1) 4%);
  border-top: 1px solid #dadada;
  padding: 26px 0 15px;
}
#footer nav ul {
  float: left;
}
#footer nav ul li {
  font-size: 1.4rem;
}
#footer nav ul li img {
  margin: -5px 0px 0px 5px;
}
#footer nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

#footer .legalFooter:before{
    background: #f6f6f6;
}
#footer .legalFooter .call24-7, #footer .legalFooter .copyright {
  margin-bottom: 11px;
  font-family: "Humanist777BT-BoldB" , Arial, Verdana, Sans-Serif;
}
#footer .legalFooter .copyright {
  font-size: 1.1em;
}
#footer #verisign {
  float: right;
  text-align: right;
  width: 200px;
  position: relative;
  z-index: 10;
}

#footer #disclosures {
  clear: both;
}

#footer #disclosures p {
  font-size: 1.1em;
  line-height: 1.2;
  margin-bottom: 13px;
}

@media screen and (max-width: 560px) {
  #footer {
    margin-top: 29px;
    padding: 20px 0 15px;
  }
  #footer nav {
    padding-bottom: 19px;
  }
  #footer nav ul {
    width: 48%;
  }
  #footer nav .helpNav {
    float: right;
  }
  #footer nav ul li {
    margin-bottom: 0.66666666666666666666666666666667em;
  }
  #footer .legalFooter {
    padding: 25px 0 0;
  }
  #footer .legalFooter .call24-7, #footer .legalFooter .copyright {
    margin-bottom: 14px;
    line-height: 1.2;
  }
  #footer .legalFooter .call24-7 {
    font-size: 1.1em;
  }
  #footer .legalFooter .call24-7 span {
    white-space: nowrap;
  }
  #footer #verisign {
    margin: 16px 0 0 20px;
  }
  #verisign a {
    display: block;
  }
}

@media screen and (min-width: 561px) {
  #footer nav {
    padding-bottom: 8px;
  }
  #footer nav ul {
    clear: both;
    margin-bottom: 26px;
  }
  #footer nav li {
    float: left;
    padding-right: 22px;
    margin-right: 16px;
    
  }
  #footer .legalFooter {
    padding: 27px 0 0;
  }
  #footer .legalFooter .call24-7 {
    font-size: 1.3em;
  }
  #footer #disclosures {
    margin-top: 14px;
  }
  #footer #verisign {
    margin: 16px 21px 0 0;
  }
}

@media screen and (min-width: 901px) {
  #footer .legalFooter, #footer #disclosures, #footer nav {
    margin: 0 14px;
  }
}

