/* Minify_CSS_UriRewriter::$debugText

*/

/* blocks.style.build.css */

/* 1   */ /**
/* 2   *|  * #.# Styles
/* 3   *|  *
/* 4   *|  * CSS for both Frontend+Backend.
/* 5   *|  */
/* 6   */ /**
/* 7   *|  * #.# Common SCSS
/* 8   *|  *
/* 9   *|  * Can include things like variables and mixins
/* 10  *|  * that are used across the project.
/* 11  *| */
/* 12  */ /**
/* 13  *| 	Sizes
/* 14  *|  */
/* 15  */ /**
/* 16  *| 	Colors
/* 17  *|  */
/* 18  */ .sc_card {
/* 19  */   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
/* 20  */   border-radius: 4px;
/* 21  */   background: #fff;
/* 22  */   margin: 2em auto;
/* 23  */   width: 100%;
/* 24  */   overflow: hidden;
/* 25  */   padding: 1em;
/* 26  */   box-sizing: border-box;
/* 27  */ }
/* 28  */ .sc_card h1,
/* 29  */ .sc_card h2,
/* 30  */ .sc_card h3,
/* 31  */ .sc_card h4,
/* 32  */ .sc_card h5,
/* 33  */ .sc_card h6 {
/* 34  */   font-size: 1em;
/* 35  */   line-height: 1.2em;
/* 36  */   margin: 0 0 1em;
/* 37  */   font-weight: 700;
/* 38  */ }
/* 39  */ .sc_card p {
/* 40  */   font-size: 1em;
/* 41  */ }
/* 42  */ .sc_card p:last-child {
/* 43  */   margin-bottom: 0;
/* 44  */ }
/* 45  */ .sc_card p:empty {
/* 46  */   display: none;
/* 47  */   margin-bottom: 0;
/* 48  */ }
/* 49  */ .sc_card img {
/* 50  */   margin-bottom: 1em;

/* blocks.style.build.css */

/* 51  */ }
/* 52  */ .sc_card .sc_row {
/* 53  */   display: grid;
/* 54  */   grid-template-columns: repeat(2, 1fr);
/* 55  */   grid-column-gap: 15px;
/* 56  */   margin-top: 15px;
/* 57  */ }
/* 58  */ .sc_card .sc_row--nogrid {
/* 59  */   grid-template-columns: 1fr;
/* 60  */ }
/* 61  */ .sc_card .sc_row--three-columns {
/* 62  */   grid-template-columns: repeat(3, 1fr);
/* 63  */ }
/* 64  */ .sc_card .sc_margin-top-15 {
/* 65  */   margin-top: 15px;
/* 66  */ }
/* 67  */ .sc_card .sc_company {
/* 68  */   display: grid;
/* 69  */   grid-template-columns: 2fr 1fr;
/* 70  */   grid-column-gap: 15px;
/* 71  */ }
/* 72  */ .sc_card .sc_inner_grid {
/* 73  */   display: grid;
/* 74  */   grid-template-columns: 2fr 1fr;
/* 75  */   grid-column-gap: 15px;
/* 76  */ }
/* 77  */ .sc_card .sc_company-logo-wrapper,
/* 78  */ .sc_card .sc_person-image-wrapper {
/* 79  */   height: auto;
/* 80  */   margin-top: 15px;
/* 81  */   background: #fff;
/* 82  */   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.08);
/* 83  */   border-radius: 4px;
/* 84  */   max-width: 100%;
/* 85  */   width: auto;
/* 86  */   overflow: hidden;
/* 87  */   margin-bottom: 12px;
/* 88  */ }
/* 89  */ .sc_card .sc_company-logo-wrapper img,
/* 90  */ .sc_card .sc_person-image-wrapper img {
/* 91  */   width: auto;
/* 92  */   height: auto;
/* 93  */   max-width: 100%;
/* 94  */   margin: 0;
/* 95  */ }
/* 96  */ .sc_card .sc_grey-box {
/* 97  */   background: #f2f2f2;
/* 98  */   border-radius: 4px;
/* 99  */   padding: 16px;
/* 100 */ }

/* blocks.style.build.css */

/* 101 */ .sc_card .sc_grey-box .sc_box-label {
/* 102 */   font-style: normal;
/* 103 */   font-weight: 600;
/* 104 */   font-size: 14px;
/* 105 */   line-height: 150%;
/* 106 */   text-transform: uppercase;
/* 107 */   color: #000;
/* 108 */   margin-bottom: 12px;
/* 109 */ }
/* 110 */ .sc_card .sc_input-group .sc_input-label {
/* 111 */   font-style: normal;
/* 112 */   font-weight: 700;
/* 113 */   font-size: 12px;
/* 114 */   line-height: 150%;
/* 115 */   color: #000;
/* 116 */ }
/* 117 */ .sc_card .wp-block-structured-content-person__colleague_url {
/* 118 */   font-size: 0.875em;
/* 119 */   word-break: break-word;
/* 120 */ }
/* 121 */
/* 122 */ @media (max-width: 468px) {
/* 123 */   .sc_card p {
/* 124 */     padding: 0 1em 1em;
/* 125 */   }
/* 126 */ }
/* 127 */ @media (min-width: 469px) {
/* 128 */   .sc_fs_faq__figure,
/* 129 */   .sc_profile-page__figure {
/* 130 */     float: right;
/* 131 */     margin-left: 1em;
/* 132 */     margin-bottom: 1em;
/* 133 */   }
/* 134 */   .sc_fs_faq__figure a,
/* 135 */   .sc_profile-page__figure a {
/* 136 */     display: block;
/* 137 */   }
/* 138 */   .sc_fs_faq__figure a img,
/* 139 */   .sc_profile-page__figure a img {
/* 140 */     margin-bottom: 0;
/* 141 */   }
/* 142 */ }
/* 143 */ @media (max-width: 640px) {
/* 144 */   .sc_card .sc_row {
/* 145 */     grid-template-columns: 1fr;
/* 146 */     margin-top: 0;
/* 147 */   }
/* 148 */   .sc_card .sc_company {
/* 149 */     grid-template-columns: 1fr;
/* 150 */   }

/* blocks.style.build.css */

/* 151 */   .sc_card .sc_grey-box {
/* 152 */     margin-top: 15px;
/* 153 */   }
/* 154 */ }
/* 155 */ /** TinyMCE **/
/* 156 */ .w-100 {
/* 157 */   width: 100%;
/* 158 */ }
/* 159 */
/* 160 */ /**
/* 161 *|  * All of the CSS for your admin-specific functionality should be
/* 162 *|  * included in this file.
/* 163 *|  */
/* 164 */ i.mce-ico.mce-i-structured-content {
/* 165 */   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgBrZThUcMwDIWfQrgDfiUbdASPkG7ABsAEhU3YAJigsEFHMBtkg+YX9OBi8YyTNmAuuG3enRM7tj/JkhVpzPkaQIFp1OQDWNO9OdYakIER7eZkFtb5cdT/3pv3WzJkty0+XjOcLBzwxIUVP9ehqeG8OugL4AxX05hjE8vGOagC94HTycOA05lyAYe9xTr0tXZwkkEWQN59F3rWeg8LwqqeI4yhxkfe9ocqdkY8TM2vfgScRNsYKvSmtJtHHKC1ObsWyMMP4G7y4jIEPEVZU9q3Z/zlYS+BLv0zTRq2jAF59DmS1UbJi4C8b1dIls/wpx0F0kPGMLkUvYd3o8DCvpc4QhGQ93KJPX4WdGA+CvSlhGTp/0kp7GaPLMcalt6Kt73GASLA9PU89LBSHF/WBOoKk0mbL1wWbz1nKPlvAAAAAElFTkSuQmCC") !important;
/* 166 */   background-size: 85%;
/* 167 */   background-repeat: no-repeat;
/* 168 */   background-position: center;
/* 169 */   margin-right: 4px;
/* 170 */ }
/* 171 */
/* 172 */ .mce-window.mce-container.mce-sc_panel .mce-container-body.mce-abs-layout {
/* 173 */   overflow: hidden;
/* 174 */ }
/* 175 */
/* 176 */ /**
/* 177 *|  FAQ Summary
/* 178 *|  */
/* 179 */ .entry-content .sc_fs_faq summary:focus,
/* 180 */ .sc_fs_faq summary:focus {
/* 181 */   outline: none;
/* 182 */ }
/* 183 */ .entry-content .sc_fs_faq summary *,
/* 184 */ .sc_fs_faq summary * {
/* 185 */   margin: 0;
/* 186 */   display: inline;
/* 187 */   padding: 0;
/* 188 */ }
/* 189 */ .entry-content .sc_fs_faq summary + div,
/* 190 */ .sc_fs_faq summary + div {
/* 191 */   overflow: hidden;
/* 192 */ }
/* 193 */ .entry-content .sc_fs_faq summary + div img,
/* 194 */ .sc_fs_faq summary + div img {
/* 195 */   margin-top: 0;
/* 196 */ }
/* 197 */
/* 198 */ .sc_fs_card__animate {
/* 199 */   padding: 0;
/* 200 */ }

/* blocks.style.build.css */

/* 201 */ .sc_fs_card__animate .sc_fs_faq__content {
/* 202 */   padding: 0 1em 1em;
/* 203 */ }
/* 204 */ .sc_fs_card__animate .sc_fs_faq__content > *:first-child {
/* 205 */   margin-top: 0;
/* 206 */ }
/* 207 */ .sc_fs_card__animate summary {
/* 208 */   display: block;
/* 209 */   cursor: pointer;
/* 210 */   position: relative;
/* 211 */   padding: 1em 1em 1em 2em;
/* 212 */ }
/* 213 */ .sc_fs_card__animate summary:before {
/* 214 */   content: "";
/* 215 */   position: absolute;
/* 216 */   top: 1.5em;
/* 217 */   left: 1em;
/* 218 */   transform: rotate(0);
/* 219 */   transform-origin: 0.2rem 50%;
/* 220 */   transition: 0.25s transform ease;
/* 221 */   border: 0.4rem solid transparent;
/* 222 */   border-left-color: inherit;
/* 223 */ }
/* 224 */ .sc_fs_card__animate[open] > summary:before {
/* 225 */   transform: rotate(90deg);
/* 226 */ }
/* 227 */
/* 228 */ .sc_business-logo-wrapper,
/* 229 */ .sc_business-image-wrapper {
/* 230 */   margin: 0;
/* 231 */ }
/* 232 */
/* 233 */ .sc_recipe .sc_recipe__head {
/* 234 */   display: grid;
/* 235 */   grid-template-columns: 1.5fr 1fr;
/* 236 */   gap: 1em;
/* 237 */ }
/* 238 */ @media (max-width: 767px) {
/* 239 */   .sc_recipe .sc_recipe__head {
/* 240 */     grid-template-columns: 1fr;
/* 241 */   }
/* 242 */ }
/* 243 */ .sc_recipe h1, .sc_recipe h2, .sc_recipe h3, .sc_recipe h4, .sc_recipe h5, .sc_recipe h6 {
/* 244 */   font-size: 2em;
/* 245 */   margin-bottom: 0.5em;
/* 246 */ }
/* 247 */ .sc_recipe .sc_recipe__head--figure {
/* 248 */   margin: 0;
/* 249 */ }
/* 250 */ .sc_recipe .sc_recipe__head--figure img {

/* blocks.style.build.css */

/* 251 */   width: 100%;
/* 252 */   max-width: 100%;
/* 253 */   height: auto;
/* 254 */   margin: 0;
/* 255 */ }
/* 256 */ .sc_recipe .sc_recipe__print {
/* 257 */   margin: 1em 0;
/* 258 */ }
/* 259 */ .sc_recipe .sc_recipe__print .sc_recipe__printButton {
/* 260 */   background-color: black;
/* 261 */   color: white;
/* 262 */   border-radius: 4px;
/* 263 */   padding: 12px;
/* 264 */   font-size: 16px;
/* 265 */   border: none;
/* 266 */   position: relative;
/* 267 */   cursor: pointer;
/* 268 */   width: 100%;
/* 269 */   display: block;
/* 270 */   text-align: center;
/* 271 */ }
/* 272 */ .sc_recipe .sc_recipe__divider {
/* 273 */   margin: 1.5em 0;
/* 274 */   border: none;
/* 275 */   border-bottom: 1px solid #ddd;
/* 276 */ }
/* 277 */ .sc_recipe .sc_recipe__times, .sc_recipe .sc_recipe__meta {
/* 278 */   display: grid;
/* 279 */   grid-template-columns: repeat(3, 1fr);
/* 280 */   gap: 1em;
/* 281 */   text-align: center;
/* 282 */ }
/* 283 */ @media (max-width: 767px) {
/* 284 */   .sc_recipe .sc_recipe__times, .sc_recipe .sc_recipe__meta {
/* 285 */     grid-template-columns: 1fr;
/* 286 */   }
/* 287 */ }
/* 288 */ .sc_recipe .sc_recipe__times--label, .sc_recipe .sc_recipe__meta--label {
/* 289 */   display: block;
/* 290 */   font-weight: bold;
/* 291 */   margin-bottom: 0.75em;
/* 292 */ }
/* 293 */ .sc_recipe .sc_recipe__instructions--figure {
/* 294 */   margin: 0.5em 0 1em 0;
/* 295 */   line-height: 0;
/* 296 */ }
/* 297 */ .sc_recipe .sc_recipe__instructions--figure img {
/* 298 */   width: auto;
/* 299 */   height: auto;
/* 300 */   max-width: 100%;

/* blocks.style.build.css */

/* 301 */   margin: 0;
/* 302 */ }
/* 303 */ .sc_recipe .sc_recipe__ingredients--checklist {
/* 304 */   list-style: none !important;
/* 305 */   padding: 0 !important;
/* 306 */   margin: 0 0 1em 0 !important;
/* 307 */ }
/* 308 */ .sc_recipe .sc_recipe__ingredients--checklist li {
/* 309 */   margin-bottom: 0.5em;
/* 310 */   position: relative;
/* 311 */   padding-left: 0;
/* 312 */ }
/* 313 */ .sc_recipe .sc_recipe__ingredients--checklist li input[type=checkbox] {
/* 314 */   display: none;
/* 315 */ }
/* 316 */ .sc_recipe .sc_recipe__ingredients--checklist li input[type=checkbox]:checked + label:before {
/* 317 */   border-color: black;
/* 318 */   background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTAgMTFsMi0yIDUgNUwxOCAzbDIgMkw3IDE4eiIvPjwvc3ZnPgo=");
/* 319 */   background-size: 70%;
/* 320 */   background-repeat: no-repeat;
/* 321 */   background-position: center;
/* 322 */ }
/* 323 */ .sc_recipe .sc_recipe__ingredients--checklist li label {
/* 324 */   cursor: pointer;
/* 325 */   display: inline-block;
/* 326 */   margin: 0;
/* 327 */   padding-left: 1.5em;
/* 328 */   position: relative;
/* 329 */ }
/* 330 */ .sc_recipe .sc_recipe__ingredients--checklist li label:before {
/* 331 */   content: "";
/* 332 */   display: block;
/* 333 */   width: 1em;
/* 334 */   height: 1em;
/* 335 */   border: 1px solid #ddd;
/* 336 */   border-radius: 50%;
/* 337 */   position: absolute;
/* 338 */   left: 0;
/* 339 */   top: 50%;
/* 340 */   transform: translateY(-50%);
/* 341 */ }
/* 342 */ .sc_recipe .sc_recipe__video--oembed {
/* 343 */   aspect-ratio: 16/9;
/* 344 */   width: auto;
/* 345 */   max-width: 100%;
/* 346 */   height: auto;
/* 347 */   max-height: 100%;
/* 348 */   padding-top: 56.25%;
/* 349 */   /* if aspect-ratio is supported */
/* 350 */ }

/* blocks.style.build.css */

/* 351 */ .sc_recipe .sc_recipe__video--oembed > iframe {
/* 352 */   display: block;
/* 353 */   width: 100%;
/* 354 */   height: 100%;
/* 355 */   position: absolute;
/* 356 */   left: 0;
/* 357 */   top: 0;
/* 358 */ }
/* 359 */ @supports (aspect-ratio: 16/9) {
/* 360 */   .sc_recipe .sc_recipe__video--oembed {
/* 361 */     padding-top: 0 !important;
/* 362 */   }
/* 363 */   .sc_recipe .sc_recipe__video--oembed > iframe {
/* 364 */     position: static;
/* 365 */   }
/* 366 */ }
/* 367 */ .sc_recipe .sc_recipe__video video {
/* 368 */   width: 100%;
/* 369 */   height: auto;
/* 370 */ }
/* 371 */ .sc_recipe .sc_recipe__nutrition--heading,
/* 372 */ .sc_recipe .sc_recipe__video--heading,
/* 373 */ .sc_recipe .sc_recipe__instructions--heading,
/* 374 */ .sc_recipe .sc_recipe__ingredients--heading {
/* 375 */   font-size: 1.125em;
/* 376 */   margin-bottom: 0.5em;
/* 377 */   font-weight: bolder;
/* 378 */ }
/* 379 */
/* 380 */ .sc_card .has-wpsc-lightbox {
/* 381 */   cursor: zoom-in;
/* 382 */ }
/* 383 */
/* 384 */ body.hidden-scroll {
/* 385 */   overflow: hidden;
/* 386 */ }
/* 387 */
/* 388 */ .sl-overlay {
/* 389 */   position: fixed;
/* 390 */   left: 0;
/* 391 */   right: 0;
/* 392 */   top: 0;
/* 393 */   bottom: 0;
/* 394 */   background: #fff;
/* 395 */   display: none;
/* 396 */   z-index: 1035;
/* 397 */ }
/* 398 */
/* 399 */ .sl-wrapper {
/* 400 */   z-index: 1040;

/* blocks.style.build.css */

/* 401 */   width: 100%;
/* 402 */   height: 100%;
/* 403 */   left: 0;
/* 404 */   top: 0;
/* 405 */   position: fixed;
/* 406 */ }
/* 407 */ .sl-wrapper * {
/* 408 */   box-sizing: border-box;
/* 409 */ }
/* 410 */ .sl-wrapper button {
/* 411 */   border: 0 none;
/* 412 */   background: transparent;
/* 413 */   font-size: 28px;
/* 414 */   padding: 0;
/* 415 */   cursor: pointer;
/* 416 */ }
/* 417 */ .sl-wrapper button:hover {
/* 418 */   opacity: 0.7;
/* 419 */ }
/* 420 */ .sl-wrapper .sl-close {
/* 421 */   display: none;
/* 422 */   position: fixed;
/* 423 */   right: 30px;
/* 424 */   top: 30px;
/* 425 */   z-index: 10060;
/* 426 */   margin-top: -14px;
/* 427 */   margin-right: -14px;
/* 428 */   height: 44px;
/* 429 */   width: 44px;
/* 430 */   line-height: 44px;
/* 431 */   font-family: Arial, Baskerville, monospace;
/* 432 */   color: #000;
/* 433 */   font-size: 3rem;
/* 434 */ }
/* 435 */ .sl-wrapper .sl-counter {
/* 436 */   display: none;
/* 437 */   position: fixed;
/* 438 */   top: 30px;
/* 439 */   left: 30px;
/* 440 */   z-index: 10060;
/* 441 */   color: #000;
/* 442 */   font-size: 1rem;
/* 443 */ }
/* 444 */ .sl-wrapper .sl-download {
/* 445 */   display: none;
/* 446 */   position: fixed;
/* 447 */   bottom: 5px;
/* 448 */   width: 100%;
/* 449 */   text-align: center;
/* 450 */   z-index: 10060;

/* blocks.style.build.css */

/* 451 */   color: #fff;
/* 452 */   font-size: 1rem;
/* 453 */ }
/* 454 */ .sl-wrapper .sl-download a {
/* 455 */   color: #fff;
/* 456 */ }
/* 457 */ .sl-wrapper .sl-navigation {
/* 458 */   width: 100%;
/* 459 */   display: none;
/* 460 */ }
/* 461 */ .sl-wrapper .sl-navigation button {
/* 462 */   position: fixed;
/* 463 */   top: 50%;
/* 464 */   margin-top: -22px;
/* 465 */   height: 44px;
/* 466 */   width: 22px;
/* 467 */   line-height: 44px;
/* 468 */   text-align: center;
/* 469 */   display: block;
/* 470 */   z-index: 10060;
/* 471 */   font-family: Arial, Baskerville, monospace;
/* 472 */   color: #000;
/* 473 */ }
/* 474 */ .sl-wrapper .sl-navigation button.sl-next {
/* 475 */   right: 5px;
/* 476 */   font-size: 2rem;
/* 477 */ }
/* 478 */ .sl-wrapper .sl-navigation button.sl-prev {
/* 479 */   left: 5px;
/* 480 */   font-size: 2rem;
/* 481 */ }
/* 482 */ @media (min-width: 35.5em) {
/* 483 */   .sl-wrapper .sl-navigation button {
/* 484 */     width: 44px;
/* 485 */   }
/* 486 */   .sl-wrapper .sl-navigation button.sl-next {
/* 487 */     right: 10px;
/* 488 */     font-size: 3rem;
/* 489 */   }
/* 490 */   .sl-wrapper .sl-navigation button.sl-prev {
/* 491 */     left: 10px;
/* 492 */     font-size: 3rem;
/* 493 */   }
/* 494 */ }
/* 495 */ @media (min-width: 50em) {
/* 496 */   .sl-wrapper .sl-navigation button {
/* 497 */     width: 44px;
/* 498 */   }
/* 499 */   .sl-wrapper .sl-navigation button.sl-next {
/* 500 */     right: 20px;

/* blocks.style.build.css */

/* 501 */     font-size: 3rem;
/* 502 */   }
/* 503 */   .sl-wrapper .sl-navigation button.sl-prev {
/* 504 */     left: 20px;
/* 505 */     font-size: 3rem;
/* 506 */   }
/* 507 */ }
/* 508 */ .sl-wrapper.sl-dir-rtl .sl-navigation {
/* 509 */   direction: ltr;
/* 510 */ }
/* 511 */ .sl-wrapper .sl-image {
/* 512 */   position: fixed;
/* 513 */   -ms-touch-action: none;
/* 514 */   touch-action: none;
/* 515 */   z-index: 10000;
/* 516 */ }
/* 517 */ .sl-wrapper .sl-image img {
/* 518 */   margin: 0;
/* 519 */   padding: 0;
/* 520 */   display: block;
/* 521 */   border: 0 none;
/* 522 */   width: 100%;
/* 523 */   height: auto;
/* 524 */ }
/* 525 */ @media (min-width: 35.5em) {
/* 526 */   .sl-wrapper .sl-image img {
/* 527 */     border: 0 none;
/* 528 */   }
/* 529 */ }
/* 530 */ @media (min-width: 50em) {
/* 531 */   .sl-wrapper .sl-image img {
/* 532 */     border: 0 none;
/* 533 */   }
/* 534 */ }
/* 535 */ .sl-wrapper .sl-image iframe {
/* 536 */   background: #000;
/* 537 */   border: 0 none;
/* 538 */ }
/* 539 */ @media (min-width: 35.5em) {
/* 540 */   .sl-wrapper .sl-image iframe {
/* 541 */     border: 0 none;
/* 542 */   }
/* 543 */ }
/* 544 */ @media (min-width: 50em) {
/* 545 */   .sl-wrapper .sl-image iframe {
/* 546 */     border: 0 none;
/* 547 */   }
/* 548 */ }
/* 549 */ .sl-wrapper .sl-image .sl-caption {
/* 550 */   display: none;

/* blocks.style.build.css */

/* 551 */   padding: 10px;
/* 552 */   color: #fff;
/* 553 */   background: rgba(0, 0, 0, 0.8);
/* 554 */   font-size: 1rem;
/* 555 */   position: absolute;
/* 556 */   bottom: 0;
/* 557 */   left: 0;
/* 558 */   right: 0;
/* 559 */ }
/* 560 */ .sl-wrapper .sl-image .sl-caption.pos-top {
/* 561 */   bottom: auto;
/* 562 */   top: 0;
/* 563 */ }
/* 564 */ .sl-wrapper .sl-image .sl-caption.pos-outside {
/* 565 */   bottom: auto;
/* 566 */ }
/* 567 */
/* 568 */ .sl-spinner {
/* 569 */   display: none;
/* 570 */   border: 5px solid #333;
/* 571 */   border-radius: 40px;
/* 572 */   height: 40px;
/* 573 */   left: 50%;
/* 574 */   margin: -20px 0 0 -20px;
/* 575 */   opacity: 0;
/* 576 */   position: fixed;
/* 577 */   top: 50%;
/* 578 */   width: 40px;
/* 579 */   z-index: 1007;
/* 580 */   -webkit-animation: pulsate 1s ease-out infinite;
/* 581 */   -moz-animation: pulsate 1s ease-out infinite;
/* 582 */   -ms-animation: pulsate 1s ease-out infinite;
/* 583 */   -o-animation: pulsate 1s ease-out infinite;
/* 584 */   animation: pulsate 1s ease-out infinite;
/* 585 */ }
/* 586 */
/* 587 */ .sl-scrollbar-measure {
/* 588 */   position: absolute;
/* 589 */   top: -9999px;
/* 590 */   width: 50px;
/* 591 */   height: 50px;
/* 592 */   overflow: scroll;
/* 593 */ }
/* 594 */
/* 595 */ .sl-transition {
/* 596 */   transition: -moz-transform ease 200ms;
/* 597 */   transition: -ms-transform ease 200ms;
/* 598 */   transition: -o-transform ease 200ms;
/* 599 */   transition: -webkit-transform ease 200ms;
/* 600 */   transition: transform ease 200ms;

/* blocks.style.build.css */

/* 601 */ }
/* 602 */
/* 603 */ @-webkit-keyframes pulsate {
/* 604 */   0% {
/* 605 */     transform: scale(0.1);
/* 606 */     opacity: 0;
/* 607 */   }
/* 608 */   50% {
/* 609 */     opacity: 1;
/* 610 */   }
/* 611 */   100% {
/* 612 */     transform: scale(1.2);
/* 613 */     opacity: 0;
/* 614 */   }
/* 615 */ }
/* 616 */ @keyframes pulsate {
/* 617 */   0% {
/* 618 */     transform: scale(0.1);
/* 619 */     opacity: 0;
/* 620 */   }
/* 621 */   50% {
/* 622 */     opacity: 1;
/* 623 */   }
/* 624 */   100% {
/* 625 */     transform: scale(1.2);
/* 626 */     opacity: 0;
/* 627 */   }
/* 628 */ }
/* 629 */ @-moz-keyframes pulsate {
/* 630 */   0% {
/* 631 */     transform: scale(0.1);
/* 632 */     opacity: 0;
/* 633 */   }
/* 634 */   50% {
/* 635 */     opacity: 1;
/* 636 */   }
/* 637 */   100% {
/* 638 */     transform: scale(1.2);
/* 639 */     opacity: 0;
/* 640 */   }
/* 641 */ }
/* 642 */ @-o-keyframes pulsate {
/* 643 */   0% {
/* 644 */     transform: scale(0.1);
/* 645 */     opacity: 0;
/* 646 */   }
/* 647 */   50% {
/* 648 */     opacity: 1;
/* 649 */   }
/* 650 */   100% {

/* blocks.style.build.css */

/* 651 */     transform: scale(1.2);
/* 652 */     opacity: 0;
/* 653 */   }
/* 654 */ }
/* 655 */ @-ms-keyframes pulsate {
/* 656 */   0% {
/* 657 */     transform: scale(0.1);
/* 658 */     opacity: 0;
/* 659 */   }
/* 660 */   50% {
/* 661 */     opacity: 1;
/* 662 */   }
/* 663 */   100% {
/* 664 */     transform: scale(1.2);
/* 665 */     opacity: 0;
/* 666 */   }
/* 667 */ }
