/* Minify_CSS_UriRewriter::$debugText

*/

/* wpa-style.css */

/* 1   */ .wpa-ld button span.screen-reader, .longdesc-link span.screen-reader,
/* 2   */ .wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited,
/* 3   */ .wpa-hide-rtl#skiplinks a, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited {
/* 4   */ 	border: 0;
/* 5   */ 	clip: rect(1px, 1px, 1px, 1px);
/* 6   */ 	clip-path: inset(50%);
/* 7   */ 	height: 1px;
/* 8   */ 	margin: -1px;
/* 9   */ 	overflow: hidden;
/* 10  */ 	padding: 0;
/* 11  */ 	position: absolute;
/* 12  */ 	width: 1px;
/* 13  */ 	word-wrap: normal !important;
/* 14  */ }
/* 15  */
/* 16  */ .wpa-hide-ltr#skiplinks a:focus,
/* 17  */ .wpa-hide-rtl#skiplinks a:focus {
/* 18  */ 	background-color: #eee;
/* 19  */ 	clip: auto !important;
/* 20  */ 	clip-path: none;
/* 21  */ 	color: #444;
/* 22  */ 	display: block;
/* 23  */ 	font-size: 1em;
/* 24  */ 	height: auto;
/* 25  */ 	left: 5px;
/* 26  */ 	line-height: normal;
/* 27  */ 	padding: 15px 23px 14px;
/* 28  */ 	text-decoration: none;
/* 29  */ 	top: 5px;
/* 30  */ 	width: auto;
/* 31  */ 	z-index: 100000; /* Above WP toolbar. */
/* 32  */ }
/* 33  */
/* 34  */ .wpa-alt,
/* 35  */ .wpa-ld {
/* 36  */ 	display: inline-block;
/* 37  */ 	position: relative;
/* 38  */ }
/* 39  */
/* 40  */ /* basic support for themes that don't define alignleft and alignright for non-image elements. */
/* 41  */ div.alignleft.wpa-alt,
/* 42  */ div.alignleft.wpa-ld {
/* 43  */ 	float: left;
/* 44  */ }
/* 45  */
/* 46  */ div.alignright.wpa-alt,
/* 47  */ div.alignright.wpa-ld {
/* 48  */ 	float: right;
/* 49  */ }
/* 50  */

/* wpa-style.css */

/* 51  */ div.aligncenter.wpa-alt,
/* 52  */ div.aligncenter.wpa-ld {
/* 53  */ 	display: block;
/* 54  */ 	margin: 0 auto;
/* 55  */ 	width: fit-content;
/* 56  */ }
/* 57  */
/* 58  */ .wpa-focusable:focus {
/* 59  */ 	outline: 1px solid;
/* 60  */ 	outline-offset: 1px;
/* 61  */ }
/* 62  */
/* 63  */ .wpa-alt button.wpa-toggle,
/* 64  */ .wpa-ld a.wpa-toggle, .wpa-ld button.wpa-toggle {
/* 65  */ 	bottom: 2px;
/* 66  */ 	left: 2px;
/* 67  */ 	position: absolute;
/* 68  */ 	line-height: 1.4;
/* 69  */ 	min-width: 24px;
/* 70  */ }
/* 71  */
/* 72  */ .top-left .wpa-alt a.wpa-toggle, .top-left .wpa-alt button.wpa-toggle,
/* 73  */ .top-left .wpa-ld a.wpa-toggle, .top-left .wpa-ld button.wpa-toggle {
/* 74  */ 	top: 2px;
/* 75  */ 	bottom: auto;
/* 76  */ }
/* 77  */
/* 78  */ .top-right .wpa-alt a.wpa-toggle, .top-right .wpa-alt button.wpa-toggle,
/* 79  */ .top-right .wpa-ld a.wpa-toggle, .top-right .wpa-ld button.wpa-toggle {
/* 80  */ 	top: 2px;
/* 81  */ 	right: 2px;
/* 82  */ 	left: auto;
/* 83  */ 	bottom: auto;
/* 84  */ }
/* 85  */
/* 86  */ .bottom-right .wpa-alt a.wpa-toggle, .bottom-right .wpa-alt button.wpa-toggle,
/* 87  */ .bottom-right .wpa-ld a.wpa-toggle, .bottom-right .wpa-ld button.wpa-toggle {
/* 88  */ 	right: 2px;
/* 89  */ 	left: auto;
/* 90  */ }
/* 91  */
/* 92  */ .wpa-alt .wpa-ld button {
/* 93  */ 	left: 2.5em;
/* 94  */ }
/* 95  */
/* 96  */ .top-right .wpa-alt .wpa-ld button,
/* 97  */ .bottom-right .wpa-alt .wpa-ld button {
/* 98  */ 	left: auto;
/* 99  */ 	right: 2.5em;
/* 100 */ }

/* wpa-style.css */

/* 101 */
/* 102 */ .wpa-alt button.wpa-toggle, .wpa-alt button.wpa-toggle:active, .wpa-alt button.wpa-toggle:focus, .wpa-alt button.wpa-toggle:hover,
/* 103 */ .wpa-ld button.wpa-toggle, .wpa-ld button.wpa-toggle:active, .wpa-ld button.wpa-toggle:focus, .wpa-ld button.wpa-toggle:hover {
/* 104 */ 	border: 1px solid #777;
/* 105 */ 	border-radius: 2px;
/* 106 */ 	z-index: 10;
/* 107 */ }
/* 108 */
/* 109 */ .wpa-ld .longdesc {
/* 110 */ 	position: absolute;
/* 111 */ 	width: 100%;
/* 112 */ 	height: 100%;
/* 113 */ 	top: 0;
/* 114 */ 	overflow-y: scroll;
/* 115 */ 	-moz-box-sizing: border-box;
/* 116 */ 	-webkit-box-sizing: border-box;
/* 117 */ 	box-sizing: border-box;
/* 118 */ 	background: rgba(255, 255, 255, .95);
/* 119 */ 	padding: 2em 1em;
/* 120 */ 	text-align: left;
/* 121 */ }
/* 122 */
/* 123 */ .wpa-alt .wpa-alt-text {
/* 124 */ 	position: absolute;
/* 125 */ 	width: calc( 100% - 2em );
/* 126 */ 	height: 6em;
/* 127 */ 	bottom: 0;
/* 128 */ 	-moz-box-sizing: border-box;
/* 129 */ 	-webkit-box-sizing: border-box;
/* 130 */ 	box-sizing: border-box;
/* 131 */ 	background: rgba(255, 255, 255, .95);
/* 132 */ 	padding: 1.5em;
/* 133 */ 	margin: 1em;
/* 134 */ 	border-radius: 15px;
/* 135 */ 	box-shadow: 0 0 6px #333;
/* 136 */ 	text-align: left;
/* 137 */ 	z-index: 10;
/* 138 */ }
/* 139 */
/* 140 */ .top-right .wpa-alt .wpa-alt-text,
/* 141 */ .top-left .wpa-alt .wpa-alt-text {
/* 142 */ 	bottom: auto;
/* 143 */ 	top: 0;
/* 144 */ 	margin-top: 2.5em;
/* 145 */ }
/* 146 */
/* 147 */ .rtl .wpa-alt .wpa-alt-text,
/* 148 */ .rtl .wpa-ld .longdesc {
/* 149 */ 	text-align: right;
/* 150 */ }

/* wpa-style.css */

/* 151 */
/* 152 */ .wpa-alt button.wpa-toggle, .wpa-alt button.wpa-toggle:active, .wpa-alt button.wpa-toggle:focus, .wpa-alt button.wpa-toggle:hover, .wpa-alt a.wpa-toggle,
/* 153 */ .wpa-ld button.wpa-toggle, .wpa-ld button.wpa-toggle:active, .wpa-ld button.wpa-toggle:focus, .wpa-ld button.wpa-toggle:hover, .wpa-ld a.wpa-toggle {
/* 154 */ 	font-size: 1rem;
/* 155 */ 	background: rgba(255, 255, 255, .8) !important;
/* 156 */ 	padding: 0;
/* 157 */ 	font-weight: 700;
/* 158 */ 	font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
/* 159 */ 	color: #000 !important;
/* 160 */ 	padding: 2px 4px;
/* 161 */ 	border-radius: 3px;
/* 162 */ }
/* 163 */
/* 164 */ .wpa-ld .dashicons, .wpa-ld .dashicons:before {
/* 165 */ 	line-height: inherit;
/* 166 */ }
/* 167 */
/* 168 */ .wpa-alt button:focus, .wpa-alt button:hover,
/* 169 */ .wpa-ld button:focus, .wpa-ld button:hover {
/* 170 */ 	background: rgba(0, 0, 0, .8) !important;
/* 171 */ 	color: #fff !important;
/* 172 */ 	border: 1px solid #000 !important;
/* 173 */ 	cursor: pointer;
/* 174 */ 	outline: 2px solid #a00 !important;
/* 175 */ 	outline-offset: 1px;
/* 176 */ }
/* 177 */
/* 178 */ .template-longdesc {
/* 179 */ 	text-align: left;
/* 180 */ 	line-height: 1.5;
/* 181 */ 	width: 100%;
/* 182 */ 	max-width: 50em;
/* 183 */ 	padding: 2em;
/* 184 */ 	margin: 1em auto;
/* 185 */ 	background: #fdfdfd;
/* 186 */ 	color: #333;
/* 187 */ 	box-shadow: 0 0 5px;
/* 188 */ 	font-size: 1.4em;
/* 189 */ }
/* 190 */
/* 191 */ label.wpa-screen-reader-text {
/* 192 */ 	border: 0;
/* 193 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 194 */ 	clip-path: inset(50%);
/* 195 */ 	height: 1px;
/* 196 */ 	margin: -1px;
/* 197 */ 	overflow: hidden;
/* 198 */ 	padding: 0;
/* 199 */ 	position: absolute;
/* 200 */ 	width: 1px;

/* wpa-style.css */

/* 201 */ 	word-wrap: normal !important;
/* 202 */ }
/* 203 */
/* 204 */ .wpa-content-summary {
/* 205 */ 	padding: 30px;
/* 206 */ 	background: rgba( 0,0,0,.05 );
/* 207 */ 	margin-bottom: 30px;
/* 208 */ }
/* 209 */
/* 210 */ .wpa-content-summary div p:last-of-type {
/* 211 */ 	margin-bottom: 0;
/* 212 */ 	padding-bottom: 0;
/* 213 */ }
/* 214 */
/* 215 */ .wpa-excerpt .wp-block-read-more,
/* 216 */ .wpa-excerpt .wp-block-post-excerpt__more-text {
/* 217 */ 	display: none !important;
/* 218 */ }
/* 219 */
/* 220 */ .wpa-excerpt .wp-block-post-excerpt .continue {
/* 221 */ 	margin-top: 1rem;
/* 222 */ 	display: block;
/* 223 */ }
