@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .fixedPosition {
        position: fixed;
    }
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.hide-print { position:absolute; left:-1000px; }
.hide-link { display:none }
.white-text { display: none !important; }

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 8px 16px;
    background: #1F4E79;
    color: #fff;
    z-index: 1000;
    font-size: 14px;
  }
  
  .skip-link:focus {
    top: 0;
  }