/* Minify_CSS_UriRewriter::$debugText

*/

/* a11y.css */

/* 1   */ /*
/* 2   *| 	Accessibility styles
/* 3   *| 	chris@inathought.com
/* 4   *| */
/* 5   */ @media only screen and (max-width: 800px) {
/* 6   */ 	/* Remove toolbar on small screens */
/* 7   */ 	.a11y-responsive {
/* 8   */ 		display: none;
/* 9   */ 	}
/* 10  */ }
/* 11  */
/* 12  */ @media print {
/* 13  */ 	.a11y-toolbar {
/* 14  */ 		/*display: none;*/
/* 15  */ 	}
/* 16  */ }
/* 17  */
/* 18  */ .focusable:focus {
/* 19  */ 	outline: none !important;
/* 20  */ }
/* 21  */
/* 22  */ .has-focus {
/* 23  */ 	background: yellow;
/* 24  */ }
/* 25  */
/* 26  */ /* reset styles */
/* 27  */ .a11y-toolbar button {
/* 28  */ 	border: 0;
/* 29  */ 	color: inherit;
/* 30  */ 	background-color: transparent;
/* 31  */ 	text-decoration: none;
/* 32  */ 	padding: 0;
/* 33  */ 	line-height: inherit;
/* 34  */ 	margin: 0;
/* 35  */ 	font: inherit;
/* 36  */ 	width: 100%;
/* 37  */ 	height: 100%;
/* 38  */ 	text-align: left;
/* 39  */ }
/* 40  */
/* 41  */ .a11y-toolbar {
/* 42  */ 	position: fixed;
/* 43  */ 	z-index: 99999;
/* 44  */ 	top: 43vh;
/* 45  */ 	left: 0;
/* 46  */ }
/* 47  */
/* 48  */ .a11y-toolbar.custom-location {
/* 49  */ 	position: absolute;
/* 50  */ 	top: 0;

/* a11y.css */

/* 51  */ }
/* 52  */
/* 53  */ .a11y-toolbar ul {
/* 54  */ 	list-style: none;
/* 55  */ 	margin: 0;
/* 56  */ 	padding: 0;
/* 57  */ 	border-radius: 0 4px 0 0;
/* 58  */ 	border-radius: 0 0 4px 0;
/* 59  */ }
/* 60  */
/* 61  */ .a11y-toolbar ul li {
/* 62  */ 	margin: 0;
/* 63  */ 	padding: 0;
/* 64  */ 	display: block;
/* 65  */ }
/* 66  */
/* 67  */ .a11y-toolbar ul li button {
/* 68  */ 	font-size: 22px !important;
/* 69  */ 	padding: 14px 10px;
/* 70  */ 	line-height: .8;
/* 71  */ 	display: grid;
/* 72  */ 	align-items: center;
/* 73  */ 	background: #e2e2e2;
/* 74  */ 	text-align: center;
/* 75  */ 	border-top: 1px solid #f5f5f5;
/* 76  */ 	border-bottom: 1px solid #d2d2d2;
/* 77  */ 	position: relative;
/* 78  */ 	color: #181818;
/* 79  */ }
/* 80  */
/* 81  */ .a11y-toolbar ul li button.active,
/* 82  */ .a11y-toolbar ul li button:hover {
/* 83  */ 	background: #181818;
/* 84  */ 	color: #fff;
/* 85  */ }
/* 86  */
/* 87  */ .a11y-toolbar ul li button.active {
/* 88  */ 	background: #181818;
/* 89  */ 	border-bottom: 1px solid #525252;
/* 90  */ }
/* 91  */
/* 92  */ .a11y-toolbar ul li:first-child button {
/* 93  */ 	border-radius: 0 4px 0 0;
/* 94  */ }
/* 95  */
/* 96  */ .a11y-toolbar ul li:last-child button {
/* 97  */ 	border-radius: 0 0 4px;
/* 98  */ }
/* 99  */
/* 100 */ .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item .tooltip-dismissed:focus .offscreen,

/* a11y.css */

/* 101 */ .a11y-toolbar .offscreen,
/* 102 */ .a11y_stylesheet_path {
/* 103 */ 	position: absolute !important;
/* 104 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 105 */ 	clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
/* 106 */ 	white-space: nowrap;
/* 107 */ 	padding: 0 !important;
/* 108 */ 	border: 0 !important;
/* 109 */ 	height: 1px !important;
/* 110 */ 	width: 1px !important;
/* 111 */ 	overflow: hidden;
/* 112 */ 	font-size: 16px;
/* 113 */ 	transition: all 200ms;
/* 114 */ }
/* 115 */
/* 116 */ /* a11y toolbar RTL */
/* 117 */ .a11y-toolbar.rtl.default,
/* 118 */ .a11y-toolbar.ltr.reversed {
/* 119 */ 	right: 0;
/* 120 */ 	left: auto;
/* 121 */ }
/* 122 */
/* 123 */ .a11y-toolbar.rtl.default ul,
/* 124 */ .a11y-toolbar.ltr.reversed ul {
/* 125 */ 	border-radius: 4px 0 0 4px;
/* 126 */ }
/* 127 */
/* 128 */ .a11y-toolbar.rtl.default ul li:first-child button,
/* 129 */ .a11y-toolbar.ltr.reversed ul li:first-child button {
/* 130 */ 	border-radius: 4px 0 0 0;
/* 131 */ }
/* 132 */
/* 133 */ .a11y-toolbar.rtl.default ul li:last-child button,
/* 134 */ .a11y-toolbar.ltr.reversed ul li:last-child button {
/* 135 */ 	border-radius: 0 0 0 4px;
/* 136 */ }
/* 137 */
/* 138 */ .desaturated {
/* 139 */ 	filter: grayscale(1) !important;
/* 140 */ }
/* 141 */
/* 142 */ .a11y-toolbar button:hover .offscreen,
/* 143 */ .a11y-toolbar button:focus .offscreen {
/* 144 */ 	height: auto !important;
/* 145 */ 	width: auto !important;
/* 146 */ 	clip: unset !important;
/* 147 */ 	clip-path: unset !important;
/* 148 */ 	color: #333;
/* 149 */ 	background: #f0f0f0;
/* 150 */ 	padding: 8px 6px !important;

/* a11y.css */

/* 151 */ 	box-shadow: 0 0 1px #000;
/* 152 */ 	border-radius: 5px;
/* 153 */ 	font-size: 16px;
/* 154 */ 	text-transform: none;
/* 155 */ 	font-family: Arial;
/* 156 */ }
/* 157 */
/* 158 */ .a11y-toolbar.reversed button:hover .offscreen,
/* 159 */ .a11y-toolbar.reversed button:focus .offscreen {
/* 160 */ 	right: 100%;
/* 161 */ 	left: auto;
/* 162 */ }
/* 163 */
/* 164 */ .a11y-toolbar button:hover .offscreen,
/* 165 */ .a11y-toolbar button:focus .offscreen {
/* 166 */ 	left: 100%;
/* 167 */ }
/* 168 */
