.wpa-hide-rtl#skiplinks a, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited {
    position: absolute !important;
    right: -999em;
}

.wpa-hide-ltr#skiplinks a,
.wpa-hide-ltr#skiplinks a:hover,
.wpa-hide-ltr#skiplinks a:visited {
    position: absolute !important;
    left: -999em;
}

.wpa-hide#skiplinks a:active,
.wpa-hide#skiplinks a:focus {
    position: absolute;
}

.wpa-ld {
    display: inline-block;
    max-width: 100%;
    text-align:center;
    /*position: relative;*/
}

/* basic support for themes that don't define alignleft and alignright for non-image elements. */
div.alignleft {
    float: left;
}

div.alignright {
    float: right;
}

div.aligncenter {
    display: block;
    margin: 0 auto;
}

.wpa-ld a,
.wpa-ld button {
    bottom: 2px;
    left: 2px;
    /*position: absolute;*/
    line-height: 1;
    min-width: 1em;
}

.wpa-ld picture,
.wpa-ld img {
    display: block;
}

 .wpa-ld a {
    font-size: 1em;
    font-weight: 400;
    padding: 0;
     margin: 0.5rem 0 0;
     display:inline-block;
}

.longdesc-link span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.template-longdesc {
    font-family:  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-align: left;
    line-height: 1.5;
    width: 100%;
    max-width: 90%;
    padding: 2em;
    margin: 1em auto;
    background: #fdfdfd;
    color: #404040;
    box-shadow: 0 0 5px;
    font-size: 1rem;
    box-sizing: border-box;
}

label.wpa-screen-reader-text {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden; color: #000;
    background: #fff;
    width: 1px;
    height: 1px;
}

@media screen {
    .print-only {
        display: none !important;
    }
}

@media print {
    .hide-for-print {
        display: none;
    }
}

.show-for-screen-reader {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.show-for-screen-reader:focus {
    background-color: #d68600;
    color: #fff;
    left: 10px;
    padding: 0.9rem;
    position: absolute !important;
    top: 11px;
    z-index: 200;
}

.show-for-screen-reader:active {
    background-color: #d68600;
    color: #fff;
    left: 10px;
    padding: 0.9rem;
    position: absolute !important;
    top: 11px;
    z-index: 200;
}

.template-longdesc #content {
    min-width: 0 !important;
}

.template-longdesc a {
    /*color: #1d70b8;*/
    border-top: 2px solid transparent;
    border-bottom: 2px solid #1d70b8;
    transition: all .3s;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .template-longdesc a {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

.template-longdesc a:hover {
    color: #3b5998;
    border-bottom-color: #3b5998;
    text-decoration: none;
}

.template-longdesc a:visited {
    color: #4c2c92;
    border-bottom-color: #4c2c92;
}

.template-longdesc a:focus {
    border-bottom: 2px solid #D68600 !important;
    border-top: 2px solid #D68600 !important;
    outline: 0 !important;
    text-decoration: none;
}