.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    transition: none;
}
div, section, form, body, li, p, a, strong, h1, h2, h3, h4, h5, h6, input, label, select, textarea, button, table, thead, tfoot, td, th, tr, img, i, canvas{
    transition: background 0s ease-out, border 0s, filter 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
}
li, p, a, strong, h1, h2, h3, h4, h5, h6, input, label, select, textarea, button{
    transition: background 0s ease-out, border 0s, font-size 0s, color 0s ease-out;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.access-buttonBlack {
	padding: 10px 15px;
    border-radius: 5px;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 1.5em !important;
    box-shadow: 0 0 5px -2px #000000;
    border: solid 2px white;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.access-buttonWhite {
	padding: 10px 15px;
    border-radius: 5px;
    background-color: white !important;
    color: black !important;
    font-size: 1.5em !important;
    box-shadow: 0 0 5px -2px #000000;
    border: solid 2px black;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.access-buttonBlack:hover  {
	outline: none;
	background-color: #646566 !important;
}
.access-buttonWhite:hover{
	outline: none;
	background-color: #bababa !important;
}
.access-buttonBlack:focus{
	box-shadow: 0px 0px 5px 3px white;
}
.access-buttonWhite:focus {
	box-shadow: 0px 0px 5px 3px black;
}
.access-row{
    width: 100%;
    margin: 1em 0;
    float: left;
}
.access-full{
    width: 95%;
    margin: 0 2.5%;
}
.access-half{
    width: 45%;
    margin: 0 2%;
}
.access-third{
    width: 29.6%;
    margin: 0 1.5%;
}
#accessibilityIcon{
	position: absolute;
    padding: 3px 0px 0px 0px;
    margin-top: -7px;
	margin-left: -5px;
    font-size: 1.5em;
    z-index: 9000000000000000000;
}
#accessibilityIcon.fixed{
	background: white;
    border-radius: 100%;
    color: steelblue;
	margin: 0px;
	padding: 0px;
}
#accessibilityIcon:hover{
    cursor: pointer;
}
#accessibilityMobileMenu {
    position: fixed;
    top: 64px;
    right: 101%;
    z-index: 9999;
    margin-top: -4px;
    padding: 2% 5%;
    width: 90%;
    height: 100%;
    overflow-y: auto;
}
#accessibilityMobileMenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0 0 100px 0;
}
#accessibilityMobileMenu li{
    padding: 0px;
    margin: 0px;
}
#accessibilityMobileMenu ul li a {
    border: 2px solid;
    font-size: 1.25em;
    padding: 10px 5%;
    width: 90%;
    display: inline-block;
    margin-bottom: 10px;
}