﻿.FooterLink {
    float: left;
    min-width: 150px;
    white-space: nowrap;
    color: white;
    text-align: left;
    display: block;
    font-size: 12px;
    background-color: transparent;
    clear:none;
}

.FooterLink:visited, .FooterLink:hover {
    background-color: transparent;
    color: white;
}


.FooterLink:hover {
    color: gray;
}

.FooterPopup {
    width: 100%;
    background-image: none;
    background-color: #041e41;
    height:   73px;     
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .FooterPopupIE{
        height:   91.6px; 
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .FooterPopupIE{
        height:   91.6px; 
    }
}


.PageContainerPopup, .HeaderPopup {
    background-color: #fff !important;
    margin: 0px;
}

#ButtonSlideToTop {
    background: url(../Images/SlideUp.svg) no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    background-size: 40px;
    margin: 15px;
    text-align: right;
    float: right;
}

#ButtonSlideToTop:hover {
    opacity: 0.6;
}
