.footer-right {
    width: 200px !important;
    float: right;
}

.footerAddress {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}
.fs-4 li {
    line-height: 30px;;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}


.aspNetDisabled {
    color:black;
}

.navigation-bar {
     
   margin: auto;
       
}
.navigation-bar ul {
  
 
  background-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(5px);
}
.navigation-bar li {
 list-style-type: none;
float: right;
margin-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent; /* so the border doesn't keep shoving up the text, if we make the border transparent it'll take up the space but won't be visible */
  border-top: 2px solid transparent; 
  transition: border-bottom-color 200ms; /*make it a smooth transition */
}

.navigation-bar li:after {
  content: "\A";
  white-space: pre;
}

.navigation-bar li:hover {
  border-bottom-color: #fda031;
  border-top-color: #fda031;
}


.navigation-bar img {
  height: 40px;
  width: 400px;
}



.navigation-barxxx li {
  float: right;
 
}







