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

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

/*body {*/
    
    /*padding:0;*/
    /*margin:0;*/
    /*background-image:   url(http://grant-sandbox-12.telligentservices.net/cfs-filesystemfile/__key/themefiles/f-s-df205f78b6b74679b3570b3b92628543-files/ApanFooter_2D00_01.svg?_=638809033999639979), url(http://grant-sandbox-12.telligentservices.net/cfs-filesystemfile/__key/themefiles/f-s-df205f78b6b74679b3570b3b92628543-files/GrayNodes.svg?_=638809034000421140) ;*/
       /*background-image:  url(http://grant-sandbox-12.telligentservices.net/cfs-filesystemfile/__key/themefiles/f-s-df205f78b6b74679b3570b3b92628543-files/GrayNodes.svg?_=638809034000421140);*/
       /*background-image:   url(http://grant-sandbox-12.telligentservices.net/cfs-filesystemfile/__key/themefiles/f-s-df205f78b6b74679b3570b3b92628543-files/ApanFooter_2D00_01.svg?_=638809033999639979);*/
    /*background-image:  linear-gradient(rgb(255 166 0 / 50%)  , rgb(52 70 235 / 50%)), url(http://grant-sandbox-12.telligentservices.net/cfs-filesystemfile/__key/themefiles/f-s-df205f78b6b74679b3570b3b92628543-files/ApanFooter_2D00_01.svg?_=638809033999639979);*/
    
    /*background-position: 0% 0% ;*/
    /*background-size: 25%;*/
    /*background-size: 25%, contain;*/
    /*background-size:contain;*/
    /*background-repeat: repeat;*/
    /*background-repeat: round;*/
    
   
    
    
    
/*}*/



.apan-footer { 
    
    color: #999; 
    font: 0.75rem open-sans, fira-sans, arial, helvetica;
    
    
     }

.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 (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; }
}