#wrap {
  min-height: 100%;
  position: relative;
}

#main {
  position: relative;
  padding-bottom: 75px;
}

html {
  height: 100%;
  display: block;
}

body {
  height: 100%;
  position: relative;
}

.bdf-skip-links {
    position: absolute;
  }

  a.bdf-skip-link {
    color: #ffffff !important;
    background-color: #003b7d;
    padding: 0.4em;
    font-weight: 600;
    position: absolute;
    left: -99999px;
    z-index: 100;
  }
   a.bdf-skip-link:focus {
	 left: 10px;
   }
	
   .bdf-backtotop {
    position: fixed;
    right: 1em;
    bottom: 2.2em;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
 
