#skiptocontent { position: absolute; transform: translateY(-500%); }
#skiptocontent:focus { transform: translateY(0%); background: #fff; border: 2px solid #00588B; border-radius: 5px; color: #00588B; font-weight: 700; padding: 20px 30px; box-shadow: 5px 5px 5px #666666; top: 10px; left: 10px; z-index: 999999; }
.checker { display: none !important; }

#header .btn:focus, .btn:focus { background: #000; color: #fff; }

#iframepdf iframe { width: 100%; height: 200px; }
@media (min-width: 1000px) {
    #iframepdf iframe { height: 90dvh; }
}
.buttonwrapper.center { text-align: center; }

#gform_3 #field_3_23 legend { display: none; }
#gform_3 #field_3_23 label { display: inline-block; margin-left: 10px; }

.back-to-top {
    display: none !important;
}
.fixed-position ~ .back-to-top {
    display: flex !important;
}