/*=================================
//                                 
//    ###     ####   ###    ###  
//   ## ##   #   ##  ## #  # ##  
//  ##   ##    ###   ##  ##  ##  
//  #######  #   ##  ##      ##  
//  ##   ##   ####   ##      ##  
//                                 
//=================================*/



header #aside {
    margin-left: .5rem;
}

button#wcag-link {
  /* display: inline-block; */
    color: var(--white);
    background-color: var(--wcag);
    width: 3.3125rem;
    height: 3.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

button#wcag-link i {
  font-size: 1.625rem;
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-header .modal-close {
    border: 0;
    background: transparent;
}

.modal-header .modal-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.wcag-tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.wcag-toolbar-title {
    color: var(--text);
    font-weight: bold;
    margin-bottom: 0;
    padding: 1rem;
    text-transform: uppercase;
}

.wcag-tools .nav-item {
    border: 1px solid var(--border1);
    text-align: center;
    border-radius: .325rem;
}

.wcag-tools .nav-link {
    display: flex;
    flex-direction: column;
    font-size: .925rem;
    line-height: 1.4;
    padding: 1rem 1rem;
    width: 100%;
    height: 100%;
    /* justify-content: center; */
    align-items: center;
    color: var(--text1);
}

.wcag-toolbar-icon {
    color: var(--text2);
    height: 2rem;
    width: 2rem;
    margin-bottom: .5rem;
}

.wcag-toolbar-text {}

#wcag .nav-close {
    width: 100%;
    padding: 1rem 1rem;
    background-color: white;
    border: none;
}

.wcag-tools .nav-link:hover,
.wcag-tools .nav-link:focus {
    background-color: var(--bkg2);
}






/* close menu */
.wcag-tools+button.naviClose:not(:focus),
.wcag-tools+button.naviClose:not(:focus-visible) {
    left: -1000rem;
    top: -1000rem;
    position: absolute;
}

.wcag-tools+button.naviClose:focus,
.wcag-tools+button.naviClose:focus-visible {
    left: 0;
    top: 0;
    min-width: 150px;
    width: 100%;
    display: block;
    position: relative;
    padding: .5rem 1rem;
}

.wcag-tools+button.naviClose {
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    display: block;
    height: 100%;
}