﻿header {
    position: static;
}

#AccessibilityWidgetContainer {
    position: fixed;
    width: 220px;
    height: 100%;
    right: -240px;
    top: 0;
    background: #fff !important;
    color: #000 !important;
    z-index: 11;
    margin-top: 0;
    padding-top: 10px;
    box-shadow: 17px 11px 7px 20px #000;
    padding-left: 5px;
    display: none;
    overflow-y: scroll;
}

    #AccessibilityWidgetContainer hr {
        margin: 5px 0;
    }

    #AccessibilityWidgetContainer strong {
        margin-bottom: 0.4rem;
        font-weight: 600;
    }

#contrastPicker {
    display: none;
    padding-left: 20px;
}

.waButton {
    background: #232323 !important;
    color: #fff !important;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

    .waButton:hover,
    .waButton:focus {
        background: #fff !important;
        color: #000 !important;
        outline: 1px solid #000000;
    }

.accButtonFull {
    margin-top: 5px;
    width: 98%;
    clear: both;
}

.accButtonHalf {
    width: 92px;
    float: left;
}

    .accButtonHalf:first-of-type {
        margin-right: 10px;
    }

#contrastPicker button {
    display: inline-block;
    cursor: pointer;
    font-size: 0;
    width: 30px;
    height: 30px;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #000;
    margin: 5px;
    padding: 0;
}

.closeButton {
    display: block;
    padding: 0;
    border: 0;
    width: 92%;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer
}

.ptitles {
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

    .ptitles:after {
        content: "";
        height: 2px;
        background: #15b3db;
        width: 150%;
        position: absolute;
        left: 0;
        bottom: -5px;
        margin-bottom: 10px;
    }

@media(max-width: 64em) {
    .ptitles:after {
        width: 100%;
    }
}
