.USSCAskIDACustomLinkBox {
    position: fixed;
    right: 5px;
    top: 122.5px;
    background-color:#fff;
    font-size: 20px;
    font-weight: bold !important;
    font-stretch: 100%;
    font-style: normal;
    z-index: 991;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
}

.USSCAskIDACustomLinkText {
    font-family: 'Lato Light', sans-serif;
    font-weight: bold;
}

.USSCAskIDACustomPopup {
    position: fixed;
    background-color: rgba(200, 200, 200, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Lato Light", sans-serif;
    overflow-y: auto;
    text-align: justify;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
    overflow-y: auto;
}

.USSCAskIDACustomPopup:target {
    opacity: 1;
    pointer-events: auto;
    text-align: left;
}

.USSCAskIDACustomPopup>div {
    width: 70%;
    position: relative;
    margin: 10% auto;
    padding: 2rem;
    background: #fff;
    color: #444;
}

.USSCAskIDACustomPopup li {
    padding-top: 20px;
}

.USSCAskIDACustomPopup header {
    font-weight: bold;
}

.USSCAskIDACustomPopupClose {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.USSCAskIDACustomPopupClose:hover {
    color: #000;
}

.USSCAskIDACustomPopup h1 {
    margin: 0 0 -15px;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Light", sans-serif;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
}

.USSCAskIDACustomPopup h2 {
    margin: 0 0 15px;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Light", sans-serif;
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
}

.USSCAskIDACustomPopupAnswerText {
    padding-top: 10px;
    text-align: justify;
}
