.apan-footer-fragments { margin-top: 10px; }

/*original from v9 was:  .apan-footer { color: #999; font-size: 13.6px; }*/


.apan-footer { 
    
    color: #999; 
    font: 0.75rem open-sans, fira-sans, arial, helvetica;
     /*background:  url(https://community.apan.org/cfs-filesystemfile/__key/themefiles/f-s-3fc3f82483d14ec485ef92e206116d49-files/GrayNodes.svg?_=638846034866558250);*/
     background: url('https://community.apan.org/cfs-file/__key/themefiles/f-s-3fc3f82483d14ec485ef92e206116d49-files/GrayNodes.svg');
    background-position: 0% 10% ;
    background-size: 25%;
     background-repeat: round;
     }

.apan-footer ul { padding: 0; list-style-type: none; }

.apan-footer li { display: inline; }

.apan-footer .break { color: #ccc;  } 
/* .apan-footer .break { color: #ccc; padding: 0 5px; } */

.apan-footer a:link, .apan-footer a:visited { color: #0088cc !important; border-bottom: none !important;}




.apan-footer a:hover, .apan-footer a:active { 
    
    color: #00aaff !important;   /* color 00aaff is cyan-soft-blue */
    transition-duration:0.5s;    /* added this for a nice transition effect */
    font-weight: 700 !important;
    border-bottom: none !important; 
    text-decoration: none;  /* so the silly underline on links does not appear */
    }

.apan-footer-left { 
    float: left;
   /* padding-left:10%;  This is not needed if generic contenet style is set to width of page and not width of window when editing the footer */
    
    }

.apan-footer-right { 
    float: right; 
  /*  padding-right:10%;  */
    
    }


@media screen and (max-width: 670px) {
    
    body   {
    
    
    
    
    background-position: 0% 0% ;
    /*background-size: 25%;*/
    /*background-size: 25%, contain;*/
    background-size:contain;
    /*background-repeat: repeat;*/
    /*background-repeat: round;*/
    
   
    
    
    
}
    
    
}


@media (max-width: 767px) {
.apan-footer ul { margin: 0.5em 0 0 0; }
.apan-footer .break { padding: 0; }
.apan-footer-right { float: none; }
}


@media (max-width: 570px) {
.apan-footer { padding: 0 10px; }
}