﻿/*
// <copyright file="skip-to-content" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the skip-to-content.css file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
a.skip-to-content {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: -999;
}
a.skip-to-content:focus,
a.skip-to-content:active {
  -ms-border-radius: 15px;
  background-color: #fff;
  border: 2px solid #003a5d;
  border-radius: 15px;
  color: #003a5d;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: auto;
  margin: 10px 35%;
  overflow: auto;
  padding: 5px;
  text-align: center;
  top: auto;
  width: 30%;
  z-index: 999;
}
