.legal_footer {
    bottom: 0px;
    color: #aaa;
    font-size: 11px;
    font-size: .70rem; /* 11/16 */
    border-top: 1px solid #e0e0e0;
}     

.legal_footer.narrow {
  margin-right: 285px;
}   

.legal_footer a {
	font-weight: 400;
   text-decoration: none;
}

.legal_footer {
    padding: 5px 20px 20px;
}

.legal_footer ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
    font-size: .70rem; /* 11/16 */
}

.legal_footer span { 
    -webkit-text-size-adjust: none;
    float: right;
    margin-bottom: 10px;
    margin-left: 30px; 
    font-size: 11px;
    font-size: .70rem; /* 11/16 */    
    font-weight: 400;  
}

.legal_footer span { 
    -webkit-text-size-adjust: none;
    float: right;
    margin-bottom: 10px;
    margin-left: 30px; 
    font-size: 11px;
    font-size: .70rem; /* 11/16 */    
    font-weight: 400;  
}

.legal_footer ul li a {
    color: #aaa;
		font-weight: 400;
    display: inline-block;
    -webkit-tap-highlight-color:rgba(0,0,0,0.4);      
}

.legal_footer ul li a:hover {
   text-decoration: underline;
}

.footer-loc select {    
 overflow: hidden;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #50B7F1;
  font-size: 11px;
  font-size: 0.70rem;  
  font-family: 'adobe-clean', Helvetica, Arial, sans-serif;    
}

.footer-loc select option { 
  padding: 3px;
     position: absolute;
     top:-10px;
}

.footer-loc label {
    -webkit-text-size-adjust: none;
    color: #aaa;
    font-size: 11px; 
    font-size: .70rem; /* 11/16 */   
    font-weight: 400;    
}

@media only screen and (max-width: 768px) {
    
    .legal_footer.narrow {
      display: none;
    }

    .legal_footer span {
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px)  {
    #footer {
      position: relative;
      bottom: auto;
    }
    .legal_footer {
      border-top: 0;
    }
    .legal_footer ul li { 
        width: 100%; 
        display: block;
    } 
}
