/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Twenty Fifteen
/* 3    *| Theme URI: https://wordpress.org/themes/twentyfifteen/
/* 4    *| Author: the WordPress team
/* 5    *| Author URI: https://wordpress.org/
/* 6    *| Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
/* 7    *| Version: 2.8
/* 8    *| Requires PHP: 5.2.4
/* 9    *| License: GNU General Public License v2 or later
/* 10   *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 11   *| Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
/* 12   *| Text Domain: twentyfifteen
/* 13   *|
/* 14   *| This theme, like WordPress, is licensed under the GPL.
/* 15   *| Use it to make something cool, have fun, and share what you've learned with others.
/* 16   *| */
/* 17   */
/* 18   */
/* 19   */ /**
/* 20   *|  * Table of Contents
/* 21   *|  *
/* 22   *|  * 1.0 - Reset
/* 23   *|  * 2.0 - Genericons
/* 24   *|  * 3.0 - Typography
/* 25   *|  * 4.0 - Elements
/* 26   *|  * 5.0 - Forms
/* 27   *|  * 6.0 - Navigations
/* 28   *|  *   6.1 - Links
/* 29   *|  *   6.2 - Menus
/* 30   *|  * 7.0 - Accessibility
/* 31   *|  * 8.0 - Alignments
/* 32   *|  * 9.0 - Clearings
/* 33   *|  * 10.0 - Header
/* 34   *|  * 11.0 - Widgets
/* 35   *|  * 12.0 - Content
/* 36   *|  *    12.1 - Posts and pages
/* 37   *|  *    12.2 - Post Formats
/* 38   *|  *    12.3 - Comments
/* 39   *|  * 13.0 - Footer
/* 40   *|  * 14.0 - Media
/* 41   *|  *    14.1 - Captions
/* 42   *|  *    14.2 - Galleries
/* 43   *|  * 15.0 - Multisite
/* 44   *|  * 16.0 - Media Queries
/* 45   *|  *    16.1 - Mobile Large
/* 46   *|  *    16.2 - Tablet Small
/* 47   *|  *    16.3 - Tablet Large
/* 48   *|  *    16.4 - Desktop Small
/* 49   *|  *    16.5 - Desktop Medium
/* 50   *|  *    16.6 - Desktop Large

/* style.css *|

/* 51   *|  *    16.7 - Desktop X-Large
/* 52   *|  * 17.0 - Print
/* 53   *|  */
/* 54   */
/* 55   */
/* 56   */ /**
/* 57   *|  * 1.0 - Reset
/* 58   *|  *
/* 59   *|  * Resetting and rebuilding styles have been helped along thanks to the fine
/* 60   *|  * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
/* 61   *|  */
/* 62   */
/* 63   */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
/* 64   */ 	border: 0;
/* 65   */ 	font-family: inherit;
/* 66   */ 	font-size: 100%;
/* 67   */ 	font-style: inherit;
/* 68   */ 	font-weight: inherit;
/* 69   */ 	margin: 0;
/* 70   */ 	outline: 0;
/* 71   */ 	padding: 0;
/* 72   */ 	vertical-align: baseline;
/* 73   */ }
/* 74   */
/* 75   */ html {
/* 76   */ 	-webkit-box-sizing: border-box;
/* 77   */ 	-moz-box-sizing: border-box;
/* 78   */ 	box-sizing: border-box;
/* 79   */ 	font-size: 62.5%;
/* 80   */ 	overflow-y: scroll;
/* 81   */ 	-webkit-text-size-adjust: 100%;
/* 82   */ 	-ms-text-size-adjust: 100%;
/* 83   */ }
/* 84   */
/* 85   */ *,
/* 86   */ *:before,
/* 87   */ *:after {
/* 88   */ 	-webkit-box-sizing: inherit;
/* 89   */ 	-moz-box-sizing: inherit;
/* 90   */ 	box-sizing: inherit;
/* 91   */ }
/* 92   */
/* 93   */ body {
/* 94   */ 	background: #f1f1f1;
/* 95   */ }
/* 96   */
/* 97   */ article,
/* 98   */ aside,
/* 99   */ details,
/* 100  */ figcaption,

/* style.css */

/* 101  */ figure,
/* 102  */ footer,
/* 103  */ header,
/* 104  */ main,
/* 105  */ nav,
/* 106  */ section {
/* 107  */ 	display: block;
/* 108  */ }
/* 109  */
/* 110  */ ol,
/* 111  */ ul {
/* 112  */ 	list-style: none;
/* 113  */ }
/* 114  */
/* 115  */ table {
/* 116  */ 	border-collapse: separate;
/* 117  */ 	border-spacing: 0;
/* 118  */ }
/* 119  */
/* 120  */ caption,
/* 121  */ th,
/* 122  */ td {
/* 123  */ 	font-weight: normal;
/* 124  */ 	text-align: left;
/* 125  */ }
/* 126  */
/* 127  */ fieldset {
/* 128  */ 	min-width: inherit;
/* 129  */ }
/* 130  */
/* 131  */ blockquote:before,
/* 132  */ blockquote:after,
/* 133  */ q:before,
/* 134  */ q:after {
/* 135  */ 	content: "";
/* 136  */ }
/* 137  */
/* 138  */ blockquote,
/* 139  */ q {
/* 140  */ 	-webkit-hyphens: none;
/* 141  */ 	-moz-hyphens: none;
/* 142  */ 	-ms-hyphens: none;
/* 143  */ 	hyphens: none;
/* 144  */ 	quotes: none;
/* 145  */ }
/* 146  */
/* 147  */ a:focus {
/* 148  */ 	outline: 2px solid #c1c1c1;
/* 149  */ 	outline: 2px solid rgba(51, 51, 51, 0.3);
/* 150  */ }

/* style.css */

/* 151  */
/* 152  */ a:hover,
/* 153  */ a:active {
/* 154  */ 	outline: 0;
/* 155  */ }
/* 156  */
/* 157  */ a img {
/* 158  */ 	border: 0;
/* 159  */ }
/* 160  */
/* 161  */
/* 162  */ /**
/* 163  *|  * 2.0 - Genericons
/* 164  *|  */
/* 165  */
/* 166  */ .social-navigation a:before,
/* 167  */ .secondary-toggle:before,
/* 168  */ .dropdown-toggle:after,
/* 169  */ .bypostauthor > article .fn:after,
/* 170  */ .comment-reply-title small a:before,
/* 171  */ .comment-navigation .nav-next a:after,
/* 172  */ .comment-navigation .nav-previous a:before,
/* 173  */ .posted-on:before,
/* 174  */ .byline:before,
/* 175  */ .cat-links:before,
/* 176  */ .tags-links:before,
/* 177  */ .comments-link:before,
/* 178  */ .entry-format:before,
/* 179  */ .edit-link:before,
/* 180  */ .full-size-link:before,
/* 181  */ .pagination .prev:before,
/* 182  */ .pagination .next:before,
/* 183  */ .image-navigation a:before,
/* 184  */ .image-navigation a:after,
/* 185  */ .format-link .entry-title a:after,
/* 186  */ .entry-content .more-link:after,
/* 187  */ .entry-summary .more-link:after,
/* 188  */ .author-link:after {
/* 189  */ 	-moz-osx-font-smoothing: grayscale;
/* 190  */ 	-webkit-font-smoothing: antialiased;
/* 191  */ 	display: inline-block;
/* 192  */ 	font-family: "Genericons";
/* 193  */ 	font-size: 16px;
/* 194  */ 	font-style: normal;
/* 195  */ 	font-weight: normal;
/* 196  */ 	font-variant: normal;
/* 197  */ 	line-height: 1;
/* 198  */ 	speak: never;
/* 199  */ 	text-align: center;
/* 200  */ 	text-decoration: inherit;

/* style.css */

/* 201  */ 	text-transform: none;
/* 202  */ 	vertical-align: top;
/* 203  */ }
/* 204  */
/* 205  */
/* 206  */ /**
/* 207  *|  * 3.0 Typography
/* 208  *|  */
/* 209  */
/* 210  */ body,
/* 211  */ button,
/* 212  */ input,
/* 213  */ select,
/* 214  */ textarea {
/* 215  */ 	color: #333;
/* 216  */ 	font-family: "Noto Serif", serif;
/* 217  */ 	font-size: 15px;
/* 218  */ 	font-size: 1.5rem;
/* 219  */ 	line-height: 1.6;
/* 220  */ }
/* 221  */
/* 222  */ h1,
/* 223  */ h2,
/* 224  */ h3,
/* 225  */ h4,
/* 226  */ h5,
/* 227  */ h6 {
/* 228  */ 	clear: both;
/* 229  */ 	font-weight: 700;
/* 230  */ }
/* 231  */
/* 232  */ p {
/* 233  */ 	margin-bottom: 1.6em;
/* 234  */ }
/* 235  */
/* 236  */ b,
/* 237  */ strong {
/* 238  */ 	font-weight: 700;
/* 239  */ }
/* 240  */
/* 241  */ dfn,
/* 242  */ cite,
/* 243  */ em,
/* 244  */ i {
/* 245  */ 	font-style: italic;
/* 246  */ }
/* 247  */
/* 248  */ blockquote {
/* 249  */ 	border-left: 4px solid #707070;
/* 250  */ 	border-left: 4px solid rgba(51, 51, 51, 0.7);

/* style.css */

/* 251  */ 	color: #707070;
/* 252  */ 	color: rgba(51, 51, 51, 0.7);
/* 253  */ 	font-size: 18px;
/* 254  */ 	font-size: 1.8rem;
/* 255  */ 	font-style: italic;
/* 256  */ 	line-height: 1.6667;
/* 257  */ 	margin-bottom: 1.6667em;
/* 258  */ 	padding-left: 0.7778em;
/* 259  */ }
/* 260  */
/* 261  */ blockquote p {
/* 262  */ 	margin-bottom: 1.6667em;
/* 263  */ }
/* 264  */
/* 265  */ blockquote > p:last-child {
/* 266  */ 	margin-bottom: 0;
/* 267  */ }
/* 268  */
/* 269  */ blockquote cite,
/* 270  */ blockquote small {
/* 271  */ 	color: #333;
/* 272  */ 	font-size: 15px;
/* 273  */ 	font-size: 1.5rem;
/* 274  */ 	font-family: "Noto Sans", sans-serif;
/* 275  */ 	line-height: 1.6;
/* 276  */ }
/* 277  */
/* 278  */ blockquote em,
/* 279  */ blockquote i,
/* 280  */ blockquote cite {
/* 281  */ 	font-style: normal;
/* 282  */ }
/* 283  */
/* 284  */ blockquote strong,
/* 285  */ blockquote b {
/* 286  */ 	font-weight: 400;
/* 287  */ }
/* 288  */
/* 289  */ address {
/* 290  */ 	font-style: italic;
/* 291  */ 	margin: 0 0 1.6em;
/* 292  */ }
/* 293  */
/* 294  */ code,
/* 295  */ kbd,
/* 296  */ tt,
/* 297  */ var,
/* 298  */ samp,
/* 299  */ pre {
/* 300  */ 	font-family: Inconsolata, monospace;

/* style.css */

/* 301  */ 	-webkit-hyphens: none;
/* 302  */ 	-moz-hyphens: none;
/* 303  */ 	-ms-hyphens: none;
/* 304  */ 	hyphens: none;
/* 305  */ }
/* 306  */
/* 307  */ pre {
/* 308  */ 	background-color: transparent;
/* 309  */ 	background-color: rgba(0, 0, 0, 0.01);
/* 310  */ 	border: 1px solid #eaeaea;
/* 311  */ 	border: 1px solid rgba(51, 51, 51, 0.1);
/* 312  */ 	line-height: 1.2;
/* 313  */ 	margin-bottom: 1.6em;
/* 314  */ 	max-width: 100%;
/* 315  */ 	overflow: auto;
/* 316  */ 	padding: 0.8em;
/* 317  */ 	white-space: pre;
/* 318  */ 	white-space: pre-wrap;
/* 319  */ 	word-wrap: break-word;
/* 320  */ }
/* 321  */
/* 322  */ abbr[title] {
/* 323  */ 	border-bottom: 1px dotted #eaeaea;
/* 324  */ 	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
/* 325  */ 	cursor: help;
/* 326  */ }
/* 327  */
/* 328  */ mark,
/* 329  */ ins {
/* 330  */ 	background-color: #fff9c0;
/* 331  */ 	text-decoration: none;
/* 332  */ }
/* 333  */
/* 334  */ sup,
/* 335  */ sub {
/* 336  */ 	font-size: 75%;
/* 337  */ 	height: 0;
/* 338  */ 	line-height: 0;
/* 339  */ 	position: relative;
/* 340  */ 	vertical-align: baseline;
/* 341  */ }
/* 342  */
/* 343  */ sup {
/* 344  */ 	bottom: 1ex;
/* 345  */ }
/* 346  */
/* 347  */ sub {
/* 348  */ 	top: .5ex;
/* 349  */ }
/* 350  */

/* style.css */

/* 351  */ small {
/* 352  */ 	font-size: 75%;
/* 353  */ }
/* 354  */
/* 355  */ big {
/* 356  */ 	font-size: 125%;
/* 357  */ }
/* 358  */
/* 359  */
/* 360  */ /**
/* 361  *|  * 4.0 Elements
/* 362  *|  */
/* 363  */
/* 364  */ hr {
/* 365  */ 	background-color: #eaeaea;
/* 366  */ 	background-color: rgba(51, 51, 51, 0.1);
/* 367  */ 	border: 0;
/* 368  */ 	height: 1px;
/* 369  */ 	margin-bottom: 1.6em;
/* 370  */ }
/* 371  */
/* 372  */ ul,
/* 373  */ ol {
/* 374  */ 	margin: 0 0 1.6em 1.3333em;
/* 375  */ }
/* 376  */
/* 377  */ ul {
/* 378  */ 	list-style: disc;
/* 379  */ }
/* 380  */
/* 381  */ ol {
/* 382  */ 	list-style: decimal;
/* 383  */ }
/* 384  */
/* 385  */ li > ul,
/* 386  */ li > ol {
/* 387  */ 	margin-bottom: 0;
/* 388  */ }
/* 389  */
/* 390  */ dl {
/* 391  */ 	margin-bottom: 1.6em;
/* 392  */ }
/* 393  */
/* 394  */ dt {
/* 395  */ 	font-weight: bold;
/* 396  */ }
/* 397  */
/* 398  */ dd {
/* 399  */ 	margin-bottom: 1.6em;
/* 400  */ }

/* style.css */

/* 401  */
/* 402  */ table,
/* 403  */ th,
/* 404  */ td {
/* 405  */ 	border: 1px solid #eaeaea;
/* 406  */ 	border: 1px solid rgba(51, 51, 51, 0.1);
/* 407  */ }
/* 408  */
/* 409  */ table {
/* 410  */ 	border-collapse: separate;
/* 411  */ 	border-spacing: 0;
/* 412  */ 	border-width: 1px 0 0 1px;
/* 413  */ 	margin: 0 0 1.6em;
/* 414  */ 	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
/* 415  */ 	width: 100%;
/* 416  */ }
/* 417  */
/* 418  */ caption,
/* 419  */ th,
/* 420  */ td {
/* 421  */ 	font-weight: normal;
/* 422  */ 	text-align: left;
/* 423  */ }
/* 424  */
/* 425  */ th {
/* 426  */ 	border-width: 0 1px 1px 0;
/* 427  */ 	font-weight: 700;
/* 428  */ }
/* 429  */
/* 430  */ td {
/* 431  */ 	border-width: 0 1px 1px 0;
/* 432  */ }
/* 433  */
/* 434  */ th, td {
/* 435  */ 	padding: 0.4em;
/* 436  */ }
/* 437  */
/* 438  */ img {
/* 439  */ 	-ms-interpolation-mode: bicubic;
/* 440  */ 	border: 0;
/* 441  */ 	height: auto;
/* 442  */ 	max-width: 100%;
/* 443  */ 	vertical-align: middle;
/* 444  */ }
/* 445  */
/* 446  */ figure {
/* 447  */ 	margin: 0;
/* 448  */ }
/* 449  */
/* 450  */ del {

/* style.css */

/* 451  */ 	opacity: 0.8;
/* 452  */ }
/* 453  */
/* 454  */ /* Placeholder text color -- selectors need to be separate to work. */
/* 455  */
/* 456  */ ::-webkit-input-placeholder {
/* 457  */ 	color: rgba(51, 51, 51, 0.7);
/* 458  */ 	font-family: "Noto Sans", sans-serif;
/* 459  */ }
/* 460  */
/* 461  */ :-moz-placeholder {
/* 462  */ 	color: rgba(51, 51, 51, 0.7);
/* 463  */ 	font-family: "Noto Sans", sans-serif;
/* 464  */ }
/* 465  */
/* 466  */ ::-moz-placeholder {
/* 467  */ 	color: rgba(51, 51, 51, 0.7);
/* 468  */ 	font-family: "Noto Sans", sans-serif;
/* 469  */ 	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
/* 470  */ }
/* 471  */
/* 472  */ :-ms-input-placeholder {
/* 473  */ 	color: rgba(51, 51, 51, 0.7);
/* 474  */ 	font-family: "Noto Sans", sans-serif;
/* 475  */ }
/* 476  */
/* 477  */
/* 478  */ /**
/* 479  *|  * 5.0 Forms
/* 480  *|  */
/* 481  */
/* 482  */ button,
/* 483  */ input,
/* 484  */ select,
/* 485  */ textarea {
/* 486  */ 	background-color: #f7f7f7;
/* 487  */ 	border-radius: 0;
/* 488  */ 	font-size: 16px;
/* 489  */ 	font-size: 1.6rem;
/* 490  */ 	line-height: 1.5;
/* 491  */ 	margin: 0;
/* 492  */ 	max-width: 100%;
/* 493  */ 	vertical-align: baseline;
/* 494  */ }
/* 495  */
/* 496  */ button,
/* 497  */ input {
/* 498  */ 	-webkit-hyphens: none;
/* 499  */ 	-moz-hyphens: none;
/* 500  */ 	-ms-hyphens: none;

/* style.css */

/* 501  */ 	hyphens: none;
/* 502  */ 	line-height: normal;
/* 503  */ }
/* 504  */
/* 505  */ input,
/* 506  */ textarea {
/* 507  */ 	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
/* 508  */ 	border: 1px solid #eaeaea;
/* 509  */ 	border: 1px solid rgba(51, 51, 51, 0.1);
/* 510  */ 	color: #707070;
/* 511  */ 	color: rgba(51, 51, 51, 0.7);
/* 512  */ }
/* 513  */
/* 514  */ input:focus,
/* 515  */ textarea:focus {
/* 516  */ 	background-color: #fff;
/* 517  */ 	border: 1px solid #c1c1c1;
/* 518  */ 	border: 1px solid rgba(51, 51, 51, 0.3);
/* 519  */ 	color: #333;
/* 520  */ }
/* 521  */
/* 522  */ input:focus,
/* 523  */ select:focus {
/* 524  */ 	outline: 2px solid #c1c1c1;
/* 525  */ 	outline: 2px solid rgba(51, 51, 51, 0.3);
/* 526  */ }
/* 527  */
/* 528  */ button[disabled],
/* 529  */ input[disabled],
/* 530  */ select[disabled],
/* 531  */ textarea[disabled] {
/* 532  */ 	cursor: default;
/* 533  */ 	opacity: .5;
/* 534  */ }
/* 535  */
/* 536  */ button,
/* 537  */ input[type="button"],
/* 538  */ input[type="reset"],
/* 539  */ input[type="submit"] {
/* 540  */ 	-webkit-appearance: button;
/* 541  */ 	background-color: #333;
/* 542  */ 	border: 0;
/* 543  */ 	color: #fff;
/* 544  */ 	cursor: pointer;
/* 545  */ 	font-family: "Noto Sans", sans-serif;
/* 546  */ 	font-size: 12px;
/* 547  */ 	font-size: 1.2rem;
/* 548  */ 	font-weight: 700;
/* 549  */ 	padding: 0.7917em 1.5em;
/* 550  */ 	text-transform: uppercase;

/* style.css */

/* 551  */ }
/* 552  */
/* 553  */ button:hover,
/* 554  */ input[type="button"]:hover,
/* 555  */ input[type="reset"]:hover,
/* 556  */ input[type="submit"]:hover,
/* 557  */ button:focus,
/* 558  */ input[type="button"]:focus,
/* 559  */ input[type="reset"]:focus,
/* 560  */ input[type="submit"]:focus {
/* 561  */ 	background-color: #707070;
/* 562  */ 	background-color: rgba(51, 51, 51, 0.7);
/* 563  */ 	outline: 0;
/* 564  */ }
/* 565  */
/* 566  */ input[type="search"] {
/* 567  */ 	-webkit-appearance: textfield;
/* 568  */ }
/* 569  */
/* 570  */ input[type="search"]::-webkit-search-cancel-button,
/* 571  */ input[type="search"]::-webkit-search-decoration {
/* 572  */ 	-webkit-appearance: none;
/* 573  */ }
/* 574  */
/* 575  */ button::-moz-focus-inner,
/* 576  */ input::-moz-focus-inner {
/* 577  */ 	border: 0;
/* 578  */ 	padding: 0;
/* 579  */ }
/* 580  */
/* 581  */ input[type="text"],
/* 582  */ input[type="email"],
/* 583  */ input[type="url"],
/* 584  */ input[type="password"],
/* 585  */ input[type="search"],
/* 586  */ textarea {
/* 587  */ 	padding: 0.375em;
/* 588  */ 	width: 100%;
/* 589  */ }
/* 590  */
/* 591  */ textarea {
/* 592  */ 	overflow: auto;
/* 593  */ 	vertical-align: top;
/* 594  */ }
/* 595  */
/* 596  */ input[type="text"]:focus,
/* 597  */ input[type="email"]:focus,
/* 598  */ input[type="url"]:focus,
/* 599  */ input[type="password"]:focus,
/* 600  */ input[type="search"]:focus,

/* style.css */

/* 601  */ textarea:focus {
/* 602  */ 	outline: 0;
/* 603  */ }
/* 604  */
/* 605  */ .post-password-form {
/* 606  */ 	position: relative;
/* 607  */ }
/* 608  */
/* 609  */ .post-password-form label {
/* 610  */ 	color: #707070;
/* 611  */ 	color: rgba(51, 51, 51, 0.7);
/* 612  */ 	display: block;
/* 613  */ 	font-family: "Noto Sans", sans-serif;
/* 614  */ 	font-size: 12px;
/* 615  */ 	font-size: 1.2rem;
/* 616  */ 	font-weight: 700;
/* 617  */ 	letter-spacing: 0.04em;
/* 618  */ 	line-height: 1.5;
/* 619  */ 	text-transform: uppercase;
/* 620  */ }
/* 621  */
/* 622  */ .post-password-form input[type="submit"] {
/* 623  */ 	padding: 0.7917em;
/* 624  */ 	position: absolute;
/* 625  */ 	right: 0;
/* 626  */ 	bottom: 0;
/* 627  */ }
/* 628  */
/* 629  */ input[type="checkbox"],
/* 630  */ input[type="radio"] {
/* 631  */ 	padding: 0;
/* 632  */ }
/* 633  */
/* 634  */ .search-form input[type="submit"],
/* 635  */ .widget .search-form input[type="submit"] {
/* 636  */ 	padding: 0;
/* 637  */ }
/* 638  */
/* 639  */
/* 640  */ /**
/* 641  *|  * 6.0 Navigations
/* 642  *|  */
/* 643  */
/* 644  */
/* 645  */ /**
/* 646  *|  * 6.1 Links
/* 647  *|  */
/* 648  */
/* 649  */ a {
/* 650  */ 	color: #333;

/* style.css */

/* 651  */ 	text-decoration: none;
/* 652  */ }
/* 653  */
/* 654  */ a:hover,
/* 655  */ a:focus {
/* 656  */ 	color: #707070;
/* 657  */ 	color: rgba(51, 51, 51, 0.7);
/* 658  */ }
/* 659  */
/* 660  */
/* 661  */ /**
/* 662  *|  * 6.2 Menus
/* 663  *|  */
/* 664  */
/* 665  */ .main-navigation a {
/* 666  */ 	display: block;
/* 667  */ 	padding: 0.8em 0;
/* 668  */ 	position: relative;
/* 669  */ 	text-decoration: none;
/* 670  */ }
/* 671  */
/* 672  */ .main-navigation ul {
/* 673  */ 	list-style: none;
/* 674  */ 	margin: 0;
/* 675  */ }
/* 676  */
/* 677  */ .main-navigation ul ul {
/* 678  */ 	display: none;
/* 679  */ 	margin-left: 0.8em;
/* 680  */ }
/* 681  */
/* 682  */ .main-navigation ul .toggled-on {
/* 683  */ 	display: block;
/* 684  */ }
/* 685  */
/* 686  */ .main-navigation li {
/* 687  */ 	border-top: 1px solid #eaeaea;
/* 688  */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 689  */ 	position: relative;
/* 690  */ }
/* 691  */
/* 692  */ .main-navigation .current-menu-item > a,
/* 693  */ .main-navigation .current-menu-ancestor > a {
/* 694  */ 	font-weight: 700;
/* 695  */ }
/* 696  */
/* 697  */ .main-navigation .nav-menu > ul > li:first-child,
/* 698  */ .main-navigation .nav-menu > li:first-child {
/* 699  */ 	border-top: 0;
/* 700  */ }

/* style.css */

/* 701  */
/* 702  */ .main-navigation .menu-item-has-children > a {
/* 703  */ 	padding-right: 48px;
/* 704  */ }
/* 705  */
/* 706  */ .main-navigation .menu-item-description {
/* 707  */ 	color: #707070;
/* 708  */ 	color: rgba(51, 51, 51, 0.7);
/* 709  */ 	font-family: "Noto Sans", sans-serif;
/* 710  */ 	font-size: 12px;
/* 711  */ 	font-size: 1.2rem;
/* 712  */ 	font-weight: 400;
/* 713  */ 	line-height: 1.5;
/* 714  */ 	margin-top: 0.5em;
/* 715  */ }
/* 716  */
/* 717  */ .no-js .main-navigation ul ul {
/* 718  */ 	display: block;
/* 719  */ }
/* 720  */
/* 721  */ .dropdown-toggle {
/* 722  */ 	background-color: transparent;
/* 723  */ 	border: 0;
/* 724  */ 	-webkit-box-sizing: content-box;
/* 725  */ 	-moz-box-sizing: content-box;
/* 726  */ 	box-sizing: content-box;
/* 727  */ 	content: "";
/* 728  */ 	height: 42px;
/* 729  */ 	padding: 0;
/* 730  */ 	position: absolute;
/* 731  */ 	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
/* 732  */ 	top: 3px;
/* 733  */ 	right: 0;
/* 734  */ 	width: 42px;
/* 735  */ }
/* 736  */
/* 737  */ .dropdown-toggle:after {
/* 738  */ 	color: #333;
/* 739  */ 	content: "\f431";
/* 740  */ 	font-size: 24px;
/* 741  */ 	line-height: 42px;
/* 742  */ 	position: relative;
/* 743  */ 	top: 0;
/* 744  */ 	left: 1px;
/* 745  */ 	width: 42px;
/* 746  */ }
/* 747  */
/* 748  */ .dropdown-toggle:hover,
/* 749  */ .dropdown-toggle:focus {
/* 750  */ 	background-color: #eaeaea;

/* style.css */

/* 751  */ 	background-color: rgba(51, 51, 51, 0.1);
/* 752  */ }
/* 753  */
/* 754  */ .dropdown-toggle:focus {
/* 755  */ 	outline: 1px solid #c1c1c1;
/* 756  */ 	outline: 1px solid rgba(51, 51, 51, 0.3);
/* 757  */ }
/* 758  */
/* 759  */ .dropdown-toggle.toggle-on:after {
/* 760  */ 	content: "\f432";
/* 761  */ }
/* 762  */
/* 763  */ .social-navigation {
/* 764  */ 	margin: 9.0909% 0;
/* 765  */ }
/* 766  */
/* 767  */ .social-navigation ul {
/* 768  */ 	list-style: none;
/* 769  */ 	margin: 0 0 -1.6em 0;
/* 770  */ }
/* 771  */
/* 772  */ .social-navigation li {
/* 773  */ 	float: left;
/* 774  */ }
/* 775  */
/* 776  */ .social-navigation a {
/* 777  */ 	display: block;
/* 778  */ 	height: 3.2em;
/* 779  */ 	position: relative;
/* 780  */ 	width: 3.2em;
/* 781  */ }
/* 782  */
/* 783  */ .social-navigation a:before {
/* 784  */ 	content: "\f415";
/* 785  */ 	font-size: 24px;
/* 786  */ 	position: absolute;
/* 787  */ 	top: 0;
/* 788  */ 	left: 0;
/* 789  */ }
/* 790  */
/* 791  */ .social-navigation a[href*="codepen.io"]:before {
/* 792  */ 	content: "\f216";
/* 793  */ }
/* 794  */
/* 795  */ .social-navigation a[href*="digg.com"]:before {
/* 796  */ 	content: "\f221";
/* 797  */ }
/* 798  */
/* 799  */ .social-navigation a[href*="dribbble.com"]:before {
/* 800  */ 	content: "\f201";

/* style.css */

/* 801  */ }
/* 802  */
/* 803  */ .social-navigation a[href*="dropbox.com"]:before {
/* 804  */ 	content: "\f225";
/* 805  */ }
/* 806  */
/* 807  */ .social-navigation a[href*="facebook.com"]:before {
/* 808  */ 	content: "\f203";
/* 809  */ }
/* 810  */
/* 811  */ .social-navigation a[href*="flickr.com"]:before {
/* 812  */ 	content: "\f211";
/* 813  */ }
/* 814  */
/* 815  */ .social-navigation a[href*="foursquare.com"]:before {
/* 816  */ 	content: "\f226";
/* 817  */ }
/* 818  */
/* 819  */ .social-navigation a[href*="plus.google.com"]:before {
/* 820  */ 	content: "\f206";
/* 821  */ }
/* 822  */
/* 823  */ .social-navigation a[href*="github.com"]:before {
/* 824  */ 	content: "\f200";
/* 825  */ }
/* 826  */
/* 827  */ .social-navigation a[href*="instagram.com"]:before {
/* 828  */ 	content: "\f215";
/* 829  */ }
/* 830  */
/* 831  */ .social-navigation a[href*="linkedin.com"]:before {
/* 832  */ 	content: "\f208";
/* 833  */ }
/* 834  */
/* 835  */ .social-navigation a[href*="pinterest.com"]:before {
/* 836  */ 	content: "\f210";
/* 837  */ }
/* 838  */
/* 839  */ .social-navigation a[href*="getpocket.com"]:before {
/* 840  */ 	content: "\f224";
/* 841  */ }
/* 842  */
/* 843  */ .social-navigation a[href*="polldaddy.com"]:before {
/* 844  */ 	content: "\f217";
/* 845  */ }
/* 846  */
/* 847  */ .social-navigation a[href*="reddit.com"]:before {
/* 848  */ 	content: "\f222";
/* 849  */ }
/* 850  */

/* style.css */

/* 851  */ .social-navigation a[href*="stumbleupon.com"]:before {
/* 852  */ 	content: "\f223";
/* 853  */ }
/* 854  */
/* 855  */ .social-navigation a[href*="tumblr.com"]:before {
/* 856  */ 	content: "\f214";
/* 857  */ }
/* 858  */
/* 859  */ .social-navigation a[href*="twitter.com"]:before {
/* 860  */ 	content: "\f202";
/* 861  */ }
/* 862  */
/* 863  */ .social-navigation a[href*="vimeo.com"]:before {
/* 864  */ 	content: "\f212";
/* 865  */ }
/* 866  */
/* 867  */ .social-navigation a[href*="wordpress.com"]:before,
/* 868  */ .social-navigation a[href*="wordpress.org"]:before {
/* 869  */ 	content: "\f205";
/* 870  */ }
/* 871  */
/* 872  */ .social-navigation a[href*="youtube.com"]:before {
/* 873  */ 	content: "\f213";
/* 874  */ }
/* 875  */
/* 876  */ .social-navigation a[href*="mailto:"]:before {
/* 877  */ 	content: "\f410";
/* 878  */ }
/* 879  */
/* 880  */ .social-navigation a[href*="spotify.com"]:before {
/* 881  */ 	content: "\f515";
/* 882  */ }
/* 883  */
/* 884  */ .social-navigation a[href*="twitch.tv"]:before {
/* 885  */ 	content: "\f516";
/* 886  */ }
/* 887  */
/* 888  */ .social-navigation a[href$="/feed/"]:before {
/* 889  */ 	content: "\f413";
/* 890  */ }
/* 891  */
/* 892  */ .social-navigation a[href*="path.com"]:before {
/* 893  */ 	content: "\f219";
/* 894  */ }
/* 895  */
/* 896  */ .social-navigation a[href*="skype.com"]:before {
/* 897  */ 	content: "\f220";
/* 898  */ }
/* 899  */
/* 900  */ .secondary-toggle {

/* style.css */

/* 901  */ 	background-color: transparent;
/* 902  */ 	border: 1px solid #eaeaea;
/* 903  */ 	border: 1px solid rgba(51, 51, 51, 0.1);
/* 904  */ 	height: 42px;
/* 905  */ 	overflow: hidden;
/* 906  */ 	padding: 0;
/* 907  */ 	position: absolute;
/* 908  */ 	top: 50%;
/* 909  */ 	right: 0;
/* 910  */ 	text-align: center;
/* 911  */ 	-webkit-transform: translateY(-50%);
/* 912  */ 	-ms-transform: translateY(-50%);
/* 913  */ 	transform: translateY(-50%);
/* 914  */ 	width: 42px;
/* 915  */ }
/* 916  */
/* 917  */ .secondary-toggle:before {
/* 918  */ 	color: #333;
/* 919  */ 	content: "\f419";
/* 920  */ 	line-height: 40px;
/* 921  */ 	width: 40px;
/* 922  */ }
/* 923  */
/* 924  */ .secondary-toggle:hover,
/* 925  */ .secondary-toggle:focus {
/* 926  */ 	background-color: transparent;
/* 927  */ 	border: 1px solid #c1c1c1;
/* 928  */ 	border: 1px solid rgba(51, 51, 51, 0.3);
/* 929  */ 	outline: 0;
/* 930  */ }
/* 931  */
/* 932  */ .secondary-toggle.toggled-on:before {
/* 933  */ 	content: "\f405";
/* 934  */ 	font-size: 32px;
/* 935  */ 	position: relative;
/* 936  */ 	top: 1px;
/* 937  */ 	left: -1px;
/* 938  */ }
/* 939  */
/* 940  */ .post-navigation {
/* 941  */ 	background-color: #fff;
/* 942  */ 	border-top: 1px solid #eaeaea;
/* 943  */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 944  */ 	font-weight: 700;
/* 945  */ }
/* 946  */
/* 947  */ .post-navigation a {
/* 948  */ 	display: block;
/* 949  */ 	padding: 3.8461% 7.6923%;
/* 950  */ }

/* style.css */

/* 951  */
/* 952  */ .post-navigation span {
/* 953  */ 	display: block;
/* 954  */ }
/* 955  */
/* 956  */ .post-navigation .meta-nav {
/* 957  */ 	color: #707070;
/* 958  */ 	color: rgba(51, 51, 51, 0.7);
/* 959  */ 	font-family: "Noto Sans", sans-serif;
/* 960  */ 	font-size: 12px;
/* 961  */ 	font-size: 1.2rem;
/* 962  */ 	letter-spacing: 0.04em;
/* 963  */ 	line-height: 1.5;
/* 964  */ 	position: relative;
/* 965  */ 	text-transform: uppercase;
/* 966  */ 	z-index: 2;
/* 967  */ }
/* 968  */
/* 969  */ .post-navigation .post-title {
/* 970  */ 	font-family: "Noto Serif", serif;
/* 971  */ 	font-size: 18px;
/* 972  */ 	font-size: 1.8rem;
/* 973  */ 	line-height: 1.3333;
/* 974  */ 	position: relative;
/* 975  */ 	z-index: 2;
/* 976  */ }
/* 977  */
/* 978  */ .post-navigation .nav-next,
/* 979  */ .post-navigation .nav-previous {
/* 980  */ 	background-position: center;
/* 981  */ 	background-size: cover;
/* 982  */ 	position: relative;
/* 983  */ }
/* 984  */
/* 985  */ .post-navigation a:before {
/* 986  */ 	content: "";
/* 987  */ 	display: block;
/* 988  */ 	height: 100%;
/* 989  */ 	position: absolute;
/* 990  */ 	top: 0;
/* 991  */ 	left: 0;
/* 992  */ 	width: 100%;
/* 993  */ 	z-index: 1;
/* 994  */ }
/* 995  */
/* 996  */ .post-navigation a:hover:before,
/* 997  */ .post-navigation a:focus:before {
/* 998  */ 	opacity: 0.5;
/* 999  */ }
/* 1000 */

/* style.css */

/* 1001 */ .post-navigation .meta-nav {
/* 1002 */ 	opacity: 0.8;
/* 1003 */ }
/* 1004 */
/* 1005 */ .post-navigation div + div {
/* 1006 */ 	border-top: 1px solid #eaeaea;
/* 1007 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1008 */ }
/* 1009 */
/* 1010 */ .pagination {
/* 1011 */ 	background-color: #fff;
/* 1012 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1013 */ 	font-family: "Noto Sans", sans-serif;
/* 1014 */ }
/* 1015 */
/* 1016 */ .pagination .nav-links {
/* 1017 */ 	min-height: 3.2em;
/* 1018 */ 	position: relative;
/* 1019 */ 	text-align: center;
/* 1020 */ }
/* 1021 */
/* 1022 */ /* reset screen-reader-text */
/* 1023 */ .pagination .current .screen-reader-text {
/* 1024 */ 	position: static !important;
/* 1025 */ }
/* 1026 */
/* 1027 */ .pagination .page-numbers {
/* 1028 */ 	display: none;
/* 1029 */ 	line-height: 3.2em;
/* 1030 */ 	padding: 0 0.6667em;
/* 1031 */ }
/* 1032 */
/* 1033 */ .pagination .page-numbers.current {
/* 1034 */ 	text-transform: uppercase;
/* 1035 */ }
/* 1036 */
/* 1037 */ .pagination .current {
/* 1038 */ 	display: inline-block;
/* 1039 */ 	font-weight: 700;
/* 1040 */ }
/* 1041 */
/* 1042 */ .pagination .prev,
/* 1043 */ .pagination .next {
/* 1044 */ 	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
/* 1045 */ 	background-color: #333;
/* 1046 */ 	color: #fff;
/* 1047 */ 	display: inline-block;
/* 1048 */ 	height: 48px;
/* 1049 */ 	overflow: hidden;
/* 1050 */ 	padding: 0;

/* style.css */

/* 1051 */ 	position: absolute;
/* 1052 */ 	width: 48px;
/* 1053 */ }
/* 1054 */
/* 1055 */ .pagination .prev:before,
/* 1056 */ .pagination .next:before {
/* 1057 */ 	font-size: 32px;
/* 1058 */ 	height: 48px;
/* 1059 */ 	line-height: 48px;
/* 1060 */ 	position: relative;
/* 1061 */ 	width: 48px;
/* 1062 */ }
/* 1063 */
/* 1064 */ .pagination .prev:hover,
/* 1065 */ .pagination .prev:focus,
/* 1066 */ .pagination .next:hover,
/* 1067 */ .pagination .next:focus {
/* 1068 */ 	background-color: #707070;
/* 1069 */ 	background-color: rgba(51, 51, 51, 0.7);
/* 1070 */ }
/* 1071 */
/* 1072 */ .pagination .prev {
/* 1073 */ 	left: 0;
/* 1074 */ }
/* 1075 */
/* 1076 */ .pagination .prev:before {
/* 1077 */ 	content: "\f430";
/* 1078 */ 	left: -1px;
/* 1079 */ }
/* 1080 */
/* 1081 */ .pagination .next {
/* 1082 */ 	right: 0;
/* 1083 */ }
/* 1084 */
/* 1085 */ .pagination .next:before {
/* 1086 */ 	content: "\f429";
/* 1087 */ 	right: -1px;
/* 1088 */ }
/* 1089 */
/* 1090 */ .image-navigation,
/* 1091 */ .comment-navigation {
/* 1092 */ 	color: #707070;
/* 1093 */ 	color: rgba(51, 51, 51, 0.7);
/* 1094 */ 	font-size: 12px;
/* 1095 */ 	font-size: 1.2rem;
/* 1096 */ 	font-family: "Noto Sans", sans-serif;
/* 1097 */ 	font-weight: 700;
/* 1098 */ 	line-height: 1.5;
/* 1099 */ 	text-transform: uppercase;
/* 1100 */ }

/* style.css */

/* 1101 */
/* 1102 */ .image-navigation a,
/* 1103 */ .comment-navigation a {
/* 1104 */ 	color: #707070;
/* 1105 */ 	color: rgba(51, 51, 51, 0.7);
/* 1106 */ }
/* 1107 */
/* 1108 */ .image-navigation a:hover,
/* 1109 */ .image-navigation a:focus,
/* 1110 */ .comment-navigation a:hover,
/* 1111 */ .comment-navigation a:focus {
/* 1112 */ 	color: #333;
/* 1113 */ }
/* 1114 */
/* 1115 */ .image-navigation .nav-previous:not(:empty),
/* 1116 */ .image-navigation .nav-next:not(:empty),
/* 1117 */ .comment-navigation .nav-previous:not(:empty),
/* 1118 */ .comment-navigation .nav-next:not(:empty) {
/* 1119 */ 	display: inline-block;
/* 1120 */ }
/* 1121 */
/* 1122 */ .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
/* 1123 */ .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
/* 1124 */ 	content: "\2215";
/* 1125 */ 	font-weight: 400;
/* 1126 */ 	margin: 0 0.7em;
/* 1127 */ }
/* 1128 */
/* 1129 */ .image-navigation .nav-previous a:before,
/* 1130 */ .comment-navigation .nav-previous a:before {
/* 1131 */ 	content: "\f430";
/* 1132 */ 	margin-right: 0.2em;
/* 1133 */ 	position: relative;
/* 1134 */ }
/* 1135 */
/* 1136 */ .image-navigation .nav-next a:after,
/* 1137 */ .comment-navigation .nav-next a:after {
/* 1138 */ 	content: "\f429";
/* 1139 */ 	margin-left: 0.2em;
/* 1140 */ 	position: relative;
/* 1141 */ }
/* 1142 */
/* 1143 */ .comment-navigation {
/* 1144 */ 	border-top: 1px solid #eaeaea;
/* 1145 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1146 */ 	border-bottom: 1px solid #eaeaea;
/* 1147 */ 	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
/* 1148 */ 	padding: 2em 0;
/* 1149 */ }
/* 1150 */

/* style.css */

/* 1151 */ .comments-title + .comment-navigation {
/* 1152 */ 	border-bottom: 0;
/* 1153 */ }
/* 1154 */
/* 1155 */ .image-navigation {
/* 1156 */ 	padding: 0 7.6923%;
/* 1157 */ }
/* 1158 */
/* 1159 */ .image-navigation .nav-previous:not(:empty),
/* 1160 */ .image-navigation .nav-next:not(:empty) {
/* 1161 */ 	margin-bottom: 2em;
/* 1162 */ }
/* 1163 */
/* 1164 */
/* 1165 */ /**
/* 1166 *|  * 7.0 Accessibility
/* 1167 *|  */
/* 1168 */
/* 1169 */ /* Text meant only for screen readers */
/* 1170 */ .says,
/* 1171 */ .screen-reader-text {
/* 1172 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 1173 */ 	height: 1px;
/* 1174 */ 	overflow: hidden;
/* 1175 */ 	position: absolute !important;
/* 1176 */ 	width: 1px;
/* 1177 */ }
/* 1178 */
/* 1179 */ /* must have higher specificity than alternative color schemes inline styles */
/* 1180 */ .site .skip-link {
/* 1181 */ 	background-color: #f1f1f1;
/* 1182 */ 	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
/* 1183 */ 	color: #21759b;
/* 1184 */ 	display: block;
/* 1185 */ 	font: bold 14px/normal "Noto Sans", sans-serif;
/* 1186 */ 	left: -9999em;
/* 1187 */ 	outline: none;
/* 1188 */ 	padding: 15px 23px 14px;
/* 1189 */ 	text-decoration: none;
/* 1190 */ 	text-transform: none;
/* 1191 */ 	top: -9999em;
/* 1192 */ }
/* 1193 */
/* 1194 */ .logged-in .site .skip-link {
/* 1195 */ 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 1196 */ 	font: bold 14px/normal "Open Sans", sans-serif;
/* 1197 */ }
/* 1198 */
/* 1199 */ .site .skip-link:focus {
/* 1200 */ 	clip: auto;

/* style.css */

/* 1201 */ 	height: auto;
/* 1202 */ 	left: 6px;
/* 1203 */ 	top: 7px;
/* 1204 */ 	width: auto;
/* 1205 */ 	z-index: 100000;
/* 1206 */ }
/* 1207 */
/* 1208 */
/* 1209 */ /**
/* 1210 *|  * 8.0 Alignments
/* 1211 *|  */
/* 1212 */
/* 1213 */ .alignleft {
/* 1214 */ 	display: inline;
/* 1215 */ 	float: left;
/* 1216 */ }
/* 1217 */
/* 1218 */ .alignright {
/* 1219 */ 	display: inline;
/* 1220 */ 	float: right;
/* 1221 */ }
/* 1222 */
/* 1223 */ .aligncenter {
/* 1224 */ 	display: block;
/* 1225 */ 	margin-right: auto;
/* 1226 */ 	margin-left: auto;
/* 1227 */ }
/* 1228 */
/* 1229 */ blockquote.alignleft,
/* 1230 */ .wp-caption.alignleft,
/* 1231 */ img.alignleft {
/* 1232 */ 	margin: 0.4em 1.6em 1.6em 0;
/* 1233 */ }
/* 1234 */
/* 1235 */ blockquote.alignright,
/* 1236 */ .wp-caption.alignright,
/* 1237 */ img.alignright {
/* 1238 */ 	margin: 0.4em 0 1.6em 1.6em;
/* 1239 */ }
/* 1240 */
/* 1241 */ blockquote.aligncenter,
/* 1242 */ .wp-caption.aligncenter,
/* 1243 */ img.aligncenter {
/* 1244 */ 	clear: both;
/* 1245 */ 	margin-top: 0.4em;
/* 1246 */ 	margin-bottom: 1.6em;
/* 1247 */ }
/* 1248 */
/* 1249 */ .wp-caption.alignleft,
/* 1250 */ .wp-caption.alignright,

/* style.css */

/* 1251 */ .wp-caption.aligncenter {
/* 1252 */ 	margin-bottom: 1.2em;
/* 1253 */ }
/* 1254 */
/* 1255 */
/* 1256 */ /**
/* 1257 *|  * 9.0 Clearings
/* 1258 *|  */
/* 1259 */
/* 1260 */ .clear:before,
/* 1261 */ .clear:after,
/* 1262 */ .site:before,
/* 1263 */ .site:after,
/* 1264 */ .entry-content:before,
/* 1265 */ .entry-content:after,
/* 1266 */ .comment-content:before,
/* 1267 */ .comment-content:after,
/* 1268 */ .site-content:before,
/* 1269 */ .site-content:after,
/* 1270 */ .nav-links:before,
/* 1271 */ .nav-links:after,
/* 1272 */ .comment-navigation:before,
/* 1273 */ .comment-navigation:after,
/* 1274 */ .social-navigation ul:before,
/* 1275 */ .social-navigation ul:after,
/* 1276 */ .textwidget:before,
/* 1277 */ .textwidget:after {
/* 1278 */ 	content: "";
/* 1279 */ 	display: table;
/* 1280 */ }
/* 1281 */
/* 1282 */ .clear:after,
/* 1283 */ .site:after,
/* 1284 */ .entry-content:after,
/* 1285 */ .comment-content:after,
/* 1286 */ .site-content:after,
/* 1287 */ .nav-links:after,
/* 1288 */ .comment-navigation:after,
/* 1289 */ .social-navigation ul:after,
/* 1290 */ .textwidget:after {
/* 1291 */ 	clear: both;
/* 1292 */ }
/* 1293 */
/* 1294 */
/* 1295 */ /**
/* 1296 *|  * 10.0 Header
/* 1297 *|  */
/* 1298 */
/* 1299 */ .site-header {
/* 1300 */ 	background-color: #fff;

/* style.css */

/* 1301 */ 	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
/* 1302 */ 	padding: 7.6923%;
/* 1303 */ }
/* 1304 */
/* 1305 */ .site-branding {
/* 1306 */ 	min-height: 2em;
/* 1307 */ 	padding-right: 60px;
/* 1308 */ 	position: relative;
/* 1309 */ }
/* 1310 */
/* 1311 */ .site-title {
/* 1312 */ 	font-family: "Noto Sans", sans-serif;
/* 1313 */ 	font-size: 22px;
/* 1314 */ 	font-size: 2.2rem;
/* 1315 */ 	font-weight: 700;
/* 1316 */ 	line-height: 1.3636;
/* 1317 */ 	margin-bottom: 0;
/* 1318 */ }
/* 1319 */
/* 1320 */ .custom-logo {
/* 1321 */ 	max-height: 84px;
/* 1322 */ 	width: auto;
/* 1323 */ }
/* 1324 */
/* 1325 */ .wp-custom-logo .site-title {
/* 1326 */ 	margin-top: 0.545454545em;
/* 1327 */ }
/* 1328 */
/* 1329 */ .site-description {
/* 1330 */ 	display: none;
/* 1331 */ 	font-family: "Noto Sans", sans-serif;
/* 1332 */ 	font-size: 12px;
/* 1333 */ 	font-size: 1.2rem;
/* 1334 */ 	font-weight: 400;
/* 1335 */ 	line-height: 1.5;
/* 1336 */ 	margin: 0.5em 0 0;
/* 1337 */ 	opacity: 0.7;
/* 1338 */ }
/* 1339 */
/* 1340 */
/* 1341 */ /**
/* 1342 *|  * 11.0 Widgets
/* 1343 *|  */
/* 1344 */
/* 1345 */ .widget {
/* 1346 */ 	color: #707070;
/* 1347 */ 	color: rgba(51, 51, 51, 0.7);
/* 1348 */ 	-webkit-hyphens: auto;
/* 1349 */ 	-moz-hyphens: auto;
/* 1350 */ 	-ms-hyphens: auto;

/* style.css */

/* 1351 */ 	hyphens: auto;
/* 1352 */ 	margin: 0 auto 9.09090%;
/* 1353 */ 	width: 100%;
/* 1354 */ 	word-wrap: break-word;
/* 1355 */ }
/* 1356 */
/* 1357 */ .widget pre {
/* 1358 */ 	line-height: 1.2;
/* 1359 */ }
/* 1360 */
/* 1361 */ .widget button,
/* 1362 */ .widget input,
/* 1363 */ .widget select,
/* 1364 */ .widget textarea {
/* 1365 */ 	font-size: 16px;
/* 1366 */ 	font-size: 1.6rem;
/* 1367 */ 	line-height: 1.5;
/* 1368 */ }
/* 1369 */
/* 1370 */ .widget button,
/* 1371 */ .widget input {
/* 1372 */ 	line-height: normal;
/* 1373 */ }
/* 1374 */
/* 1375 */ .widget button,
/* 1376 */ .widget input[type="button"],
/* 1377 */ .widget input[type="reset"],
/* 1378 */ .widget input[type="submit"] {
/* 1379 */ 	font-size: 12px;
/* 1380 */ 	font-size: 1.2rem;
/* 1381 */ 	padding: 0.7917em 1.5833em;
/* 1382 */ }
/* 1383 */
/* 1384 */ .widget input[type="text"],
/* 1385 */ .widget input[type="email"],
/* 1386 */ .widget input[type="url"],
/* 1387 */ .widget input[type="password"],
/* 1388 */ .widget input[type="search"],
/* 1389 */ .widget textarea {
/* 1390 */ 	padding: 0.375em;
/* 1391 */ }
/* 1392 */
/* 1393 */ .widget-title {
/* 1394 */ 	color: #333;
/* 1395 */ 	font-family: "Noto Sans", sans-serif;
/* 1396 */ 	margin: 0 0 1.6em;
/* 1397 */ 	letter-spacing: 0.04em;
/* 1398 */ 	text-transform: uppercase;
/* 1399 */ }
/* 1400 */

/* style.css */

/* 1401 */ .widget > :last-child,
/* 1402 */ .widget > nav > :last-child {
/* 1403 */ 	margin-bottom: 0;
/* 1404 */ }
/* 1405 */
/* 1406 */ .widget_calendar table {
/* 1407 */ 	margin: 0;
/* 1408 */ }
/* 1409 */
/* 1410 */ .widget_calendar .wp-calendar-nav {
/* 1411 */ 	display: table;
/* 1412 */ 	width: 100%;
/* 1413 */ }
/* 1414 */
/* 1415 */ .widget_calendar .wp-calendar-nav span {
/* 1416 */ 	display: table-cell;
/* 1417 */ }
/* 1418 */
/* 1419 */ .widget_calendar .wp-calendar-nav-prev,
/* 1420 */ .widget_calendar .wp-calendar-nav-next {
/* 1421 */ 	width: 40%;
/* 1422 */ }
/* 1423 */
/* 1424 */ .widget_calendar td,
/* 1425 */ .widget_calendar th,
/* 1426 */ .widget_calendar .wp-calendar-nav span {
/* 1427 */ 	line-height: 2.3333;
/* 1428 */ 	text-align: center;
/* 1429 */ 	padding: 0;
/* 1430 */ }
/* 1431 */
/* 1432 */ .widget_calendar caption {
/* 1433 */ 	font-family: "Noto Serif", serif;
/* 1434 */ 	font-weight: 700;
/* 1435 */ 	margin: 0 0 1.6em;
/* 1436 */ 	letter-spacing: 0.04em;
/* 1437 */ 	text-transform: uppercase;
/* 1438 */ }
/* 1439 */
/* 1440 */ .widget_calendar tbody a {
/* 1441 */ 	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
/* 1442 */ 	background-color: #333;
/* 1443 */ 	color: #fff;
/* 1444 */ 	display: block;
/* 1445 */ 	font-weight: 700;
/* 1446 */ }
/* 1447 */
/* 1448 */ .widget_calendar tbody a:hover,
/* 1449 */ .widget_calendar tbody a:focus {
/* 1450 */ 	background-color: #707070;

/* style.css */

/* 1451 */ 	background-color: rgba(51, 51, 51, 0.7);
/* 1452 */ 	color: #fff;
/* 1453 */ }
/* 1454 */
/* 1455 */ .widget_archive a,
/* 1456 */ .widget_categories a,
/* 1457 */ .widget_links a,
/* 1458 */ .widget_meta a,
/* 1459 */ .widget_nav_menu a,
/* 1460 */ .widget_pages a,
/* 1461 */ .widget_recent_comments a,
/* 1462 */ .widget_recent_entries a {
/* 1463 */ 	border: 0;
/* 1464 */ }
/* 1465 */
/* 1466 */ .widget_archive ul,
/* 1467 */ .widget_categories ul,
/* 1468 */ .widget_links ul,
/* 1469 */ .widget_meta ul,
/* 1470 */ .widget_nav_menu ul,
/* 1471 */ .widget_pages ul,
/* 1472 */ .widget_recent_comments ul,
/* 1473 */ .widget_recent_entries ul {
/* 1474 */ 	list-style: none;
/* 1475 */ 	margin: 0;
/* 1476 */ }
/* 1477 */
/* 1478 */ .widget_archive li,
/* 1479 */ .widget_categories li,
/* 1480 */ .widget_links li,
/* 1481 */ .widget_meta li,
/* 1482 */ .widget_nav_menu li,
/* 1483 */ .widget_pages li,
/* 1484 */ .widget_recent_comments li,
/* 1485 */ .widget_recent_entries li {
/* 1486 */ 	border-top: 1px solid #eaeaea;
/* 1487 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1488 */ 	padding: 0.7667em 0;
/* 1489 */ }
/* 1490 */
/* 1491 */ .widget_archive li:first-child,
/* 1492 */ .widget_categories li:first-child,
/* 1493 */ .widget_links li:first-child,
/* 1494 */ .widget_meta li:first-child,
/* 1495 */ .widget_nav_menu li:first-child,
/* 1496 */ .widget_pages li:first-child,
/* 1497 */ .widget_recent_comments li:first-child,
/* 1498 */ .widget_recent_entries li:first-child {
/* 1499 */ 	border-top: 0;
/* 1500 */ 	padding-top: 0;

/* style.css */

/* 1501 */ }
/* 1502 */
/* 1503 */ .widget_archive li:last-child,
/* 1504 */ .widget_categories li:last-child,
/* 1505 */ .widget_links li:last-child,
/* 1506 */ .widget_meta li:last-child,
/* 1507 */ .widget_nav_menu li:last-child,
/* 1508 */ .widget_pages li:last-child,
/* 1509 */ .widget_recent_comments li:last-child,
/* 1510 */ .widget_recent_entries li:last-child {
/* 1511 */ 	padding-bottom: 0;
/* 1512 */ }
/* 1513 */
/* 1514 */ .widget_categories .children,
/* 1515 */ .widget_nav_menu .sub-menu,
/* 1516 */ .widget_pages .children {
/* 1517 */ 	border-top: 1px solid #eaeaea;
/* 1518 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1519 */ 	margin: 0.7667em 0 0 0.8em;
/* 1520 */ 	padding-top: 0.7667em;
/* 1521 */ }
/* 1522 */
/* 1523 */ .widget_recent_entries .post-date {
/* 1524 */ 	display: block;
/* 1525 */ }
/* 1526 */
/* 1527 */ .widget_rss ul {
/* 1528 */ 	list-style: none;
/* 1529 */ 	margin: 0;
/* 1530 */ }
/* 1531 */
/* 1532 */ .widget_rss li {
/* 1533 */ 	margin-bottom: 1.6em;
/* 1534 */ }
/* 1535 */
/* 1536 */ .widget_rss ul:last-child,
/* 1537 */ .widget_rss li:last-child {
/* 1538 */ 	margin-bottom: 0;
/* 1539 */ }
/* 1540 */
/* 1541 */ .widget_rss .rsswidget {
/* 1542 */ 	border: 0;
/* 1543 */ 	font-weight: 700;
/* 1544 */ }
/* 1545 */
/* 1546 */ .widget_rss .rsswidget img {
/* 1547 */ 	margin-top: -4px;
/* 1548 */ }
/* 1549 */
/* 1550 */ .widget_rss .rss-date,

/* style.css */

/* 1551 */ .widget_rss cite {
/* 1552 */ 	font-family: "Noto Sans", sans-serif;
/* 1553 */ 	font-size: 12px;
/* 1554 */ 	font-size: 1.2rem;
/* 1555 */ 	font-style: normal;
/* 1556 */ 	display: block;
/* 1557 */ 	line-height: 2;
/* 1558 */ 	opacity: 0.8;
/* 1559 */ }
/* 1560 */
/* 1561 */ .textwidget > :last-child {
/* 1562 */ 	margin-bottom: 0;
/* 1563 */ }
/* 1564 */
/* 1565 */ .textwidget a {
/* 1566 */ 	border-bottom: 1px solid #333;
/* 1567 */ }
/* 1568 */
/* 1569 */ .textwidget a:hover,
/* 1570 */ .textwidget a:focus {
/* 1571 */ 	border-bottom: 0;
/* 1572 */ }
/* 1573 */
/* 1574 */ .textwidget ul,
/* 1575 */ .textwidget ol {
/* 1576 */ 	margin-left: 1.6em;
/* 1577 */ }
/* 1578 */
/* 1579 */ .tagcloud ul {
/* 1580 */ 	list-style-type: none;
/* 1581 */ }
/* 1582 */
/* 1583 */ .tagcloud ul li {
/* 1584 */ 	display: inline-block;
/* 1585 */ }
/* 1586 */
/* 1587 */ /**
/* 1588 *|  * 12.0 Content
/* 1589 *|  */
/* 1590 */
/* 1591 */ .secondary {
/* 1592 */ 	background-color: #fff;
/* 1593 */ 	display: none;
/* 1594 */ 	padding: 0 7.6923%;
/* 1595 */ }
/* 1596 */
/* 1597 */ .secondary.toggled-on {
/* 1598 */ 	border-top: 1px solid transparent;
/* 1599 */ 	border-bottom: 1px solid transparent;
/* 1600 */ 	display: block;

/* style.css */

/* 1601 */ }
/* 1602 */
/* 1603 */ .widget-area {
/* 1604 */ 	margin: 9.09090% auto 0;
/* 1605 */ }
/* 1606 */
/* 1607 */ .site-footer {
/* 1608 */ 	background-color: #fff;
/* 1609 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1610 */ 	padding: 3.84615% 7.6923%;
/* 1611 */ }
/* 1612 */
/* 1613 */
/* 1614 */ /**
/* 1615 *|  * 12.1 Posts and pages
/* 1616 *|  */
/* 1617 */
/* 1618 */ .hentry {
/* 1619 */ 	background-color: #fff;
/* 1620 */ 	padding-top: 7.6923%;
/* 1621 */ 	position: relative;
/* 1622 */ }
/* 1623 */
/* 1624 */ .hentry.has-post-thumbnail {
/* 1625 */ 	padding-top: 0;
/* 1626 */ }
/* 1627 */
/* 1628 */ .hentry.sticky:not(.has-post-thumbnail) {
/* 1629 */ 	padding-top: -webkit-calc(7.6923% + 24px);
/* 1630 */ 	padding-top: calc(7.6923% + 24px);
/* 1631 */ }
/* 1632 */
/* 1633 */ .hentry + .hentry {
/* 1634 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1635 */ }
/* 1636 */
/* 1637 */ .post-thumbnail {
/* 1638 */ 	border: 0;
/* 1639 */ 	display: block;
/* 1640 */ 	margin-bottom: 2.4em;
/* 1641 */ }
/* 1642 */ .post-thumbnail img {
/* 1643 */ 	display: block;
/* 1644 */ 	margin: 0 auto;
/* 1645 */ }
/* 1646 */
/* 1647 */ a.post-thumbnail:hover,
/* 1648 */ a.post-thumbnail:focus {
/* 1649 */ 	opacity: 0.85;
/* 1650 */ }

/* style.css */

/* 1651 */
/* 1652 */ .entry-header {
/* 1653 */ 	padding: 0 7.6923%;
/* 1654 */ }
/* 1655 */
/* 1656 */ .entry-title {
/* 1657 */ 	font-size: 26px;
/* 1658 */ 	font-size: 2.6rem;
/* 1659 */ 	line-height: 1.1538;
/* 1660 */ 	margin-bottom: 0.9231em;
/* 1661 */ }
/* 1662 */
/* 1663 */ .entry-content,
/* 1664 */ .entry-summary {
/* 1665 */ 	padding: 0 7.6923% 7.6923%;
/* 1666 */ }
/* 1667 */
/* 1668 */ .entry-content > :last-child,
/* 1669 */ .entry-summary > :last-child {
/* 1670 */ 	margin-bottom: 0;
/* 1671 */ }
/* 1672 */
/* 1673 */ .entry-content,
/* 1674 */ .entry-summary,
/* 1675 */ .page-content,
/* 1676 */ .comment-content {
/* 1677 */ 	-webkit-hyphens: auto;
/* 1678 */ 	-moz-hyphens: auto;
/* 1679 */ 	-ms-hyphens: auto;
/* 1680 */ 	hyphens: auto;
/* 1681 */ 	word-wrap: break-word;
/* 1682 */ }
/* 1683 */
/* 1684 */ .entry-content h1,
/* 1685 */ .entry-summary h1,
/* 1686 */ .page-content h1,
/* 1687 */ .comment-content h1 {
/* 1688 */ 	font-size: 26px;
/* 1689 */ 	font-size: 2.6rem;
/* 1690 */ 	line-height: 1.1538;
/* 1691 */ 	margin-top: 1.8462em;
/* 1692 */ 	margin-bottom: 0.9231em;
/* 1693 */ }
/* 1694 */
/* 1695 */ .entry-content h2,
/* 1696 */ .entry-summary h2,
/* 1697 */ .page-content h2,
/* 1698 */ .comment-content h2 {
/* 1699 */ 	font-size: 22px;
/* 1700 */ 	font-size: 2.2rem;

/* style.css */

/* 1701 */ 	line-height: 1.3636;
/* 1702 */ 	margin-top: 2.1818em;
/* 1703 */ 	margin-bottom: 1.0909em;
/* 1704 */ }
/* 1705 */
/* 1706 */ .entry-content h3,
/* 1707 */ .entry-summary h3,
/* 1708 */ .page-content h3,
/* 1709 */ .comment-content h3 {
/* 1710 */ 	font-size: 18px;
/* 1711 */ 	font-size: 1.8rem;
/* 1712 */ 	line-height: 1.3333;
/* 1713 */ 	margin-top: 2.6667em;
/* 1714 */ 	margin-bottom: 1.3333em;
/* 1715 */ }
/* 1716 */
/* 1717 */ .entry-content h4,
/* 1718 */ .entry-content h5,
/* 1719 */ .entry-content h6,
/* 1720 */ .entry-summary h4,
/* 1721 */ .entry-summary h5,
/* 1722 */ .entry-summary h6,
/* 1723 */ .page-content h4,
/* 1724 */ .page-content h5,
/* 1725 */ .page-content h6,
/* 1726 */ .comment-content h4,
/* 1727 */ .comment-content h5,
/* 1728 */ .comment-content h6 {
/* 1729 */ 	font-size: 15px;
/* 1730 */ 	font-size: 1.5rem;
/* 1731 */ 	line-height: 1.2;
/* 1732 */ 	margin-top: 3.2em;
/* 1733 */ 	margin-bottom: 1.6em;
/* 1734 */ }
/* 1735 */
/* 1736 */ .entry-content h5,
/* 1737 */ .entry-content h6,
/* 1738 */ .entry-summary h5,
/* 1739 */ .entry-summary h6,
/* 1740 */ .page-content h5,
/* 1741 */ .page-content h6,
/* 1742 */ .comment-content h5,
/* 1743 */ .comment-content h6 {
/* 1744 */ 	letter-spacing: 0.1em;
/* 1745 */ 	text-transform: uppercase;
/* 1746 */ }
/* 1747 */
/* 1748 */ .entry-content > h1:first-child,
/* 1749 */ .entry-content > h2:first-child,
/* 1750 */ .entry-content > h3:first-child,

/* style.css */

/* 1751 */ .entry-content > h4:first-child,
/* 1752 */ .entry-content > h5:first-child,
/* 1753 */ .entry-content > h6:first-child,
/* 1754 */ .entry-summary > h1:first-child,
/* 1755 */ .entry-summary > h2:first-child,
/* 1756 */ .entry-summary > h3:first-child,
/* 1757 */ .entry-summary > h4:first-child,
/* 1758 */ .entry-summary > h5:first-child,
/* 1759 */ .entry-summary > h6:first-child,
/* 1760 */ .page-content > h1:first-child,
/* 1761 */ .page-content > h2:first-child,
/* 1762 */ .page-content > h3:first-child,
/* 1763 */ .page-content > h4:first-child,
/* 1764 */ .page-content > h5:first-child,
/* 1765 */ .page-content > h6:first-child,
/* 1766 */ .comment-content > h1:first-child,
/* 1767 */ .comment-content > h2:first-child,
/* 1768 */ .comment-content > h3:first-child,
/* 1769 */ .comment-content > h4:first-child,
/* 1770 */ .comment-content > h5:first-child,
/* 1771 */ .comment-content > h6:first-child {
/* 1772 */ 	margin-top: 0;
/* 1773 */ }
/* 1774 */
/* 1775 */ .entry-content a,
/* 1776 */ .entry-summary a,
/* 1777 */ .page-content a,
/* 1778 */ .comment-content a,
/* 1779 */ .pingback .comment-body > a {
/* 1780 */ 	border-bottom: 1px solid #333;
/* 1781 */ }
/* 1782 */
/* 1783 */ .entry-content a:hover,
/* 1784 */ .entry-content a:focus,
/* 1785 */ .entry-summary a:hover,
/* 1786 */ .entry-summary a:focus,
/* 1787 */ .page-content a:hover,
/* 1788 */ .page-content a:focus,
/* 1789 */ .comment-content a:hover,
/* 1790 */ .comment-content a:focus,
/* 1791 */ .pingback .comment-body > a:hover,
/* 1792 */ .pingback .comment-body > a:focus {
/* 1793 */ 	border-bottom: 0;
/* 1794 */ }
/* 1795 */
/* 1796 */ .entry-content a img,
/* 1797 */ .entry-summary a img,
/* 1798 */ .page-content a img,
/* 1799 */ .comment-content a img {
/* 1800 */ 	display: block;

/* style.css */

/* 1801 */ }
/* 1802 */
/* 1803 */ .entry-content .more-link,
/* 1804 */ .entry-summary .more-link:after {
/* 1805 */ 	white-space: nowrap;
/* 1806 */ }
/* 1807 */
/* 1808 */ .entry-content .more-link:after,
/* 1809 */ .entry-summary .more-link:after {
/* 1810 */ 	content: "\f429";
/* 1811 */ 	font-size: 16px;
/* 1812 */ 	position: relative;
/* 1813 */ 	top: 5px;
/* 1814 */ }
/* 1815 */
/* 1816 */ .author-info {
/* 1817 */ 	border-top: 1px solid #eaeaea;
/* 1818 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 1819 */ 	margin: 0 7.6923%;
/* 1820 */ 	padding: 7.6923% 0;
/* 1821 */ }
/* 1822 */
/* 1823 */ .author-info .avatar {
/* 1824 */ 	float: left;
/* 1825 */ 	height: 36px;
/* 1826 */ 	margin: 0 1.6em 1.6em 0;
/* 1827 */ 	width: 36px;
/* 1828 */ }
/* 1829 */
/* 1830 */ .author-heading {
/* 1831 */ 	color: #707070;
/* 1832 */ 	color: rgba(51, 51, 51, 0.7);
/* 1833 */ 	font-family: "Noto Sans", sans-serif;
/* 1834 */ 	font-size: 12px;
/* 1835 */ 	font-size: 1.2rem;
/* 1836 */ 	letter-spacing: 0.04em;
/* 1837 */ 	margin-bottom: 1.5em;
/* 1838 */ 	text-transform: uppercase;
/* 1839 */ }
/* 1840 */
/* 1841 */ .author-title {
/* 1842 */ 	clear: none;
/* 1843 */ }
/* 1844 */
/* 1845 */ .author-bio {
/* 1846 */ 	font-size: 12px;
/* 1847 */ 	font-size: 1.2rem;
/* 1848 */ 	line-height: 1.5;
/* 1849 */ 	overflow: hidden;
/* 1850 */ 	padding-bottom: 1px;

/* style.css */

/* 1851 */ }
/* 1852 */
/* 1853 */ .author-description {
/* 1854 */ 	-webkit-hyphens: auto;
/* 1855 */ 	-moz-hyphens: auto;
/* 1856 */ 	-ms-hyphens: auto;
/* 1857 */ 	hyphens: auto;
/* 1858 */ 	word-wrap: break-word;
/* 1859 */ }
/* 1860 */
/* 1861 */ .author-description a {
/* 1862 */ 	border-bottom: 1px solid #333;
/* 1863 */ }
/* 1864 */
/* 1865 */ .author-description a:hover,
/* 1866 */ .author-description a:focus {
/* 1867 */ 	border-bottom: 0;
/* 1868 */ }
/* 1869 */
/* 1870 */ .author-description > :last-child {
/* 1871 */ 	margin-bottom: 0;
/* 1872 */ }
/* 1873 */
/* 1874 */ .author-link {
/* 1875 */ 	white-space: nowrap;
/* 1876 */ }
/* 1877 */
/* 1878 */ .author-link:after {
/* 1879 */ 	content: "\f429";
/* 1880 */ 	position: relative;
/* 1881 */ 	top: 1px;
/* 1882 */ }
/* 1883 */
/* 1884 */ .entry-footer {
/* 1885 */ 	background-color: #f7f7f7;
/* 1886 */ 	color: #707070;
/* 1887 */ 	color: rgba(51, 51, 51, 0.7);
/* 1888 */ 	font-family: "Noto Sans", sans-serif;
/* 1889 */ 	font-size: 12px;
/* 1890 */ 	font-size: 1.2rem;
/* 1891 */ 	line-height: 1.5;
/* 1892 */ 	padding: 3.8461% 7.6923%;
/* 1893 */ }
/* 1894 */
/* 1895 */ .entry-footer a {
/* 1896 */ 	border-bottom: 1px solid transparent;
/* 1897 */ 	color: #707070;
/* 1898 */ 	color: rgba(51, 51, 51, 0.7);
/* 1899 */ }
/* 1900 */

/* style.css */

/* 1901 */ .entry-footer a:hover {
/* 1902 */ 	border-bottom: 1px solid #333;
/* 1903 */ }
/* 1904 */
/* 1905 */ .entry-footer a:hover,
/* 1906 */ .entry-footer a:focus {
/* 1907 */ 	color: #333;
/* 1908 */ }
/* 1909 */
/* 1910 */ .sticky-post {
/* 1911 */ 	background-color: #333;
/* 1912 */ 	color: #fff;
/* 1913 */ 	font-weight: 700;
/* 1914 */ 	letter-spacing: 0.04em;
/* 1915 */ 	padding: 0.25em 0.5em;
/* 1916 */ 	position: absolute;
/* 1917 */ 	top: 0;
/* 1918 */ 	text-transform: uppercase;
/* 1919 */ }
/* 1920 */
/* 1921 */ .updated:not(.published) {
/* 1922 */ 	display: none;
/* 1923 */ }
/* 1924 */
/* 1925 */ .sticky .posted-on {
/* 1926 */ 	display: none;
/* 1927 */ }
/* 1928 */
/* 1929 */ .posted-on:before,
/* 1930 */ .byline:before,
/* 1931 */ .cat-links:before,
/* 1932 */ .tags-links:before,
/* 1933 */ .comments-link:before,
/* 1934 */ .entry-format:before,
/* 1935 */ .edit-link:before,
/* 1936 */ .full-size-link:before {
/* 1937 */ 	margin-right: 2px;
/* 1938 */ 	position: relative;
/* 1939 */ }
/* 1940 */
/* 1941 */ .posted-on,
/* 1942 */ .byline,
/* 1943 */ .cat-links,
/* 1944 */ .tags-links,
/* 1945 */ .comments-link,
/* 1946 */ .entry-format,
/* 1947 */ .full-size-link {
/* 1948 */ 	margin-right: 1em;
/* 1949 */ }
/* 1950 */

/* style.css */

/* 1951 */ .format-aside .entry-format:before {
/* 1952 */ 	content: "\f101";
/* 1953 */ }
/* 1954 */
/* 1955 */ .format-image .entry-format:before {
/* 1956 */ 	content: "\f473";
/* 1957 */ }
/* 1958 */
/* 1959 */ .format-gallery .entry-format:before {
/* 1960 */ 	content: "\f103";
/* 1961 */ }
/* 1962 */
/* 1963 */ .format-video .entry-format:before {
/* 1964 */ 	content: "\f104";
/* 1965 */ }
/* 1966 */
/* 1967 */ .format-status .entry-format:before {
/* 1968 */ 	content: "\f105";
/* 1969 */ }
/* 1970 */
/* 1971 */ .format-quote .entry-format:before {
/* 1972 */ 	content: "\f106";
/* 1973 */ }
/* 1974 */
/* 1975 */ .format-link .entry-format:before {
/* 1976 */ 	content: "\f107";
/* 1977 */ }
/* 1978 */
/* 1979 */ .format-chat .entry-format:before {
/* 1980 */ 	content: "\f108";
/* 1981 */ }
/* 1982 */
/* 1983 */ .format-audio .entry-format:before {
/* 1984 */ 	content: "\f109";
/* 1985 */ }
/* 1986 */
/* 1987 */ .posted-on:before {
/* 1988 */ 	content: "\f307";
/* 1989 */ }
/* 1990 */
/* 1991 */ .byline:before {
/* 1992 */ 	content: "\f304";
/* 1993 */ }
/* 1994 */
/* 1995 */ .cat-links:before {
/* 1996 */ 	content: "\f301";
/* 1997 */ }
/* 1998 */
/* 1999 */ .tags-links:before {
/* 2000 */ 	content: "\f302";

/* style.css */

/* 2001 */ }
/* 2002 */
/* 2003 */ .comments-link:before {
/* 2004 */ 	content: "\f300";
/* 2005 */ }
/* 2006 */
/* 2007 */ .full-size-link:before {
/* 2008 */ 	content: "\f402";
/* 2009 */ }
/* 2010 */
/* 2011 */ .edit-link:before {
/* 2012 */ 	content: "\f411";
/* 2013 */ }
/* 2014 */
/* 2015 */ .comments-link,
/* 2016 */ .edit-link {
/* 2017 */ 	white-space: nowrap;
/* 2018 */ }
/* 2019 */
/* 2020 */ .page-header {
/* 2021 */ 	background-color: #fff;
/* 2022 */ 	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
/* 2023 */ 	padding: 7.6923%;
/* 2024 */ }
/* 2025 */
/* 2026 */ .page-title {
/* 2027 */ 	font-family: "Noto Serif", serif;
/* 2028 */ 	font-size: 18px;
/* 2029 */ 	font-size: 1.8rem;
/* 2030 */ 	line-height: 1.3333;
/* 2031 */ }
/* 2032 */
/* 2033 */ .taxonomy-description {
/* 2034 */ 	color: #707070;
/* 2035 */ 	color: rgba(51, 51, 51, 0.7);
/* 2036 */ 	padding-top: 0.4em;
/* 2037 */ }
/* 2038 */
/* 2039 */ .taxonomy-description a {
/* 2040 */ 	border-bottom: 1px solid #333;
/* 2041 */ }
/* 2042 */
/* 2043 */ .taxonomy-description a:hover,
/* 2044 */ .taxonomy-description a:focus {
/* 2045 */ 	border-bottom: 0;
/* 2046 */ }
/* 2047 */
/* 2048 */ .taxonomy-description > :last-child {
/* 2049 */ 	margin-bottom: 0;
/* 2050 */ }

/* style.css */

/* 2051 */
/* 2052 */ .page-content {
/* 2053 */ 	background-color: #fff;
/* 2054 */ 	padding: 7.6923%;
/* 2055 */ }
/* 2056 */
/* 2057 */ .page-content > :last-child {
/* 2058 */ 	margin-bottom: 0;
/* 2059 */ }
/* 2060 */
/* 2061 */ .page-links {
/* 2062 */ 	clear: both;
/* 2063 */ 	font-family: "Noto Sans", sans-serif;
/* 2064 */ 	margin-bottom: 1.3333em;
/* 2065 */ }
/* 2066 */
/* 2067 */ .page-links a,
/* 2068 */ .page-links > span {
/* 2069 */ 	border: 1px solid #eaeaea;
/* 2070 */ 	border: 1px solid rgba(51, 51, 51, 0.1);
/* 2071 */ 	display: inline-block;
/* 2072 */ 	font-size: 12px;
/* 2073 */ 	font-size: 1.2rem;
/* 2074 */ 	height: 2em;
/* 2075 */ 	line-height: 2;
/* 2076 */ 	margin: 0 0.3333em 0.3333em 0;
/* 2077 */ 	text-align: center;
/* 2078 */ 	width: 2em;
/* 2079 */ }
/* 2080 */
/* 2081 */ .page-links a {
/* 2082 */ 	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
/* 2083 */ 	background-color: #333;
/* 2084 */ 	border-color: #333;
/* 2085 */ 	color: #fff;
/* 2086 */ }
/* 2087 */
/* 2088 */ .page-links a:hover,
/* 2089 */ .page-links a:focus {
/* 2090 */ 	background-color: #707070;
/* 2091 */ 	background-color: rgba(51, 51, 51, 0.7);
/* 2092 */ 	border-color: transparent;
/* 2093 */ 	color: #fff;
/* 2094 */ }
/* 2095 */
/* 2096 */ .page-links > .page-links-title {
/* 2097 */ 	border: 0;
/* 2098 */ 	color: #707070;
/* 2099 */ 	color: rgba(51, 51, 51, 0.7);
/* 2100 */ 	height: auto;

/* style.css */

/* 2101 */ 	margin: 0;
/* 2102 */ 	padding-right: 0.5em;
/* 2103 */ 	width: auto;
/* 2104 */ }
/* 2105 */
/* 2106 */ .entry-attachment {
/* 2107 */ 	margin-bottom: 1.6em;
/* 2108 */ }
/* 2109 */
/* 2110 */ .type-attachment .entry-title {
/* 2111 */ 	-webkit-hyphens: auto;
/* 2112 */ 	-moz-hyphens: auto;
/* 2113 */ 	-ms-hyphens: auto;
/* 2114 */ 	hyphens: auto;
/* 2115 */ 	word-wrap: break-word;
/* 2116 */ }
/* 2117 */
/* 2118 */ .entry-caption {
/* 2119 */ 	color: #707070;
/* 2120 */ 	color: rgba(51, 51, 51, 0.7);
/* 2121 */ 	font-family: "Noto Sans", sans-serif;
/* 2122 */ 	font-size: 12px;
/* 2123 */ 	font-size: 1.2rem;
/* 2124 */ 	-webkit-hyphens: auto;
/* 2125 */ 	-moz-hyphens: auto;
/* 2126 */ 	-ms-hyphens: auto;
/* 2127 */ 	hyphens: auto;
/* 2128 */ 	line-height: 1.5;
/* 2129 */ 	padding-top: 0.5em;
/* 2130 */ 	word-wrap: break-word;
/* 2131 */ }
/* 2132 */
/* 2133 */ .entry-caption > :last-child {
/* 2134 */ 	margin-bottom: 0;
/* 2135 */ }
/* 2136 */
/* 2137 */
/* 2138 */ /**
/* 2139 *|  * 12.2 Post Formats
/* 2140 *|  */
/* 2141 */
/* 2142 */ .format-aside .entry-title,
/* 2143 */ .format-image .entry-title,
/* 2144 */ .format-video .entry-title,
/* 2145 */ .format-quote .entry-title,
/* 2146 */ .format-gallery .entry-title,
/* 2147 */ .format-status .entry-title,
/* 2148 */ .format-link .entry-title,
/* 2149 */ .format-audio .entry-title,
/* 2150 */ .format-chat .entry-title {

/* style.css */

/* 2151 */ 	font-size: 18px;
/* 2152 */ 	font-size: 1.8rem;
/* 2153 */ 	line-height: 1.3333;
/* 2154 */ 	margin-bottom: 1.3333em;
/* 2155 */ }
/* 2156 */
/* 2157 */ .format-link .entry-title a:after {
/* 2158 */ 	content: "\f442";
/* 2159 */ 	font-size: 24px;
/* 2160 */ 	height: 24px;
/* 2161 */ 	position: relative;
/* 2162 */ 	top: 0;
/* 2163 */ 	width: 24px;
/* 2164 */ }
/* 2165 */
/* 2166 */ .blog .format-status .entry-title,
/* 2167 */ .archive .format-status .entry-title {
/* 2168 */ 	display: none;
/* 2169 */ }
/* 2170 */
/* 2171 */
/* 2172 */ /**
/* 2173 *|  * 12.3 Comments
/* 2174 *|  */
/* 2175 */
/* 2176 */ .comments-area {
/* 2177 */ 	background-color: #fff;
/* 2178 */ 	border-top: 1px solid #eaeaea;
/* 2179 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 2180 */ 	padding: 7.6923%;
/* 2181 */ }
/* 2182 */
/* 2183 */ .comments-area > :last-child {
/* 2184 */ 	margin-bottom: 0;
/* 2185 */ }
/* 2186 */
/* 2187 */ .comment-list + .comment-respond {
/* 2188 */ 	border-top: 1px solid #eaeaea;
/* 2189 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 2190 */ }
/* 2191 */
/* 2192 */ .comment-list + .comment-respond,
/* 2193 */ .comment-navigation + .comment-respond {
/* 2194 */ 	padding-top: 1.6em;
/* 2195 */ }
/* 2196 */
/* 2197 */ .comments-title,
/* 2198 */ .comment-reply-title {
/* 2199 */ 	font-family: "Noto Serif", serif;
/* 2200 */ 	font-size: 18px;

/* style.css */

/* 2201 */ 	font-size: 1.8rem;
/* 2202 */ 	line-height: 1.3333;
/* 2203 */ }
/* 2204 */
/* 2205 */ .comments-title {
/* 2206 */ 	margin-bottom: 1.3333em;
/* 2207 */ }
/* 2208 */
/* 2209 */ .comment-list {
/* 2210 */ 	list-style: none;
/* 2211 */ 	margin: 0;
/* 2212 */ }
/* 2213 */
/* 2214 */ .comment-list article,
/* 2215 */ .comment-list .pingback,
/* 2216 */ .comment-list .trackback {
/* 2217 */ 	border-top: 1px solid #eaeaea;
/* 2218 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 2219 */ 	padding: 1.6em 0;
/* 2220 */ }
/* 2221 */
/* 2222 */ .comment-list .children {
/* 2223 */ 	list-style: none;
/* 2224 */ 	margin: 0;
/* 2225 */ }
/* 2226 */
/* 2227 */ .comment-list .children > li {
/* 2228 */ 	padding-left: 0.8em;
/* 2229 */ }
/* 2230 */
/* 2231 */ .comment-author {
/* 2232 */ 	color: #707070;
/* 2233 */ 	color: rgba(51, 51, 51, 0.7);
/* 2234 */ 	margin-bottom: 0.4em;
/* 2235 */ }
/* 2236 */
/* 2237 */ .comment-author a:hover {
/* 2238 */ 	border-bottom: 1px solid #707070;
/* 2239 */ 	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
/* 2240 */ }
/* 2241 */
/* 2242 */ .comment-author .avatar {
/* 2243 */ 	float: left;
/* 2244 */ 	height: 24px;
/* 2245 */ 	margin-right: 0.8em;
/* 2246 */ 	width: 24px;
/* 2247 */ }
/* 2248 */
/* 2249 */ .bypostauthor > article .fn:after {
/* 2250 */ 	content: "\f304";

/* style.css */

/* 2251 */ 	position: relative;
/* 2252 */ 	top: 5px;
/* 2253 */ 	left: 3px;
/* 2254 */ }
/* 2255 */
/* 2256 */ .comment-metadata,
/* 2257 */ .pingback .edit-link {
/* 2258 */ 	color: #707070;
/* 2259 */ 	color: rgba(51, 51, 51, 0.7);
/* 2260 */ 	font-family: "Noto Sans", sans-serif;
/* 2261 */ 	font-size: 12px;
/* 2262 */ 	font-size: 1.2rem;
/* 2263 */ 	line-height: 1.5;
/* 2264 */ }
/* 2265 */
/* 2266 */ .comment-metadata a,
/* 2267 */ .pingback .edit-link a {
/* 2268 */ 	color: #707070;
/* 2269 */ 	color: rgba(51, 51, 51, 0.7);
/* 2270 */ }
/* 2271 */
/* 2272 */ .comment-metadata a:hover,
/* 2273 */ .pingback .edit-link a:hover {
/* 2274 */ 	border-bottom: 1px solid #333;
/* 2275 */ }
/* 2276 */
/* 2277 */ .comment-metadata a:hover,
/* 2278 */ .comment-metadata a:focus,
/* 2279 */ .pingback .edit-link a:hover,
/* 2280 */ .pingback .edit-link a:focus {
/* 2281 */ 	color: #333;
/* 2282 */ }
/* 2283 */
/* 2284 */ .comment-metadata {
/* 2285 */ 	margin-bottom: 1.6em;
/* 2286 */ }
/* 2287 */
/* 2288 */ .comment-metadata .edit-link {
/* 2289 */ 	margin-left: 1em;
/* 2290 */ }
/* 2291 */
/* 2292 */ .pingback .edit-link {
/* 2293 */ 	margin-left: 1em;
/* 2294 */ }
/* 2295 */
/* 2296 */ .pingback .edit-link:before {
/* 2297 */ 	top: 5px;
/* 2298 */ }
/* 2299 */
/* 2300 */ .comment-content ul,

/* style.css */

/* 2301 */ .comment-content ol {
/* 2302 */ 	margin: 0 0 1.6em 1.3333em;
/* 2303 */ }
/* 2304 */
/* 2305 */ .comment-content li > ul,
/* 2306 */ .comment-content li > ol {
/* 2307 */ 	margin-bottom: 0;
/* 2308 */ }
/* 2309 */
/* 2310 */ .comment-content > :last-child {
/* 2311 */ 	margin-bottom: 0;
/* 2312 */ }
/* 2313 */
/* 2314 */ .comment-list .reply {
/* 2315 */ 	font-size: 12px;
/* 2316 */ 	font-size: 1.2rem;
/* 2317 */ }
/* 2318 */
/* 2319 */ .comment-list .reply a {
/* 2320 */ 	border: 1px solid #eaeaea;
/* 2321 */ 	border: 1px solid rgba(51, 51, 51, 0.1);
/* 2322 */ 	color: #707070;
/* 2323 */ 	color: rgba(51, 51, 51, 0.7);
/* 2324 */ 	display: inline-block;
/* 2325 */ 	font-family: "Noto Sans", sans-serif;
/* 2326 */ 	font-weight: 700;
/* 2327 */ 	line-height: 1;
/* 2328 */ 	margin-top: 2em;
/* 2329 */ 	padding: 0.4167em 0.8333em;
/* 2330 */ 	text-transform: uppercase;
/* 2331 */ }
/* 2332 */
/* 2333 */ .comment-list .reply a:hover,
/* 2334 */ .comment-list .reply a:focus {
/* 2335 */ 	border-color: #333;
/* 2336 */ 	color: #333;
/* 2337 */ 	outline: 0;
/* 2338 */ }
/* 2339 */
/* 2340 */ .comment-form {
/* 2341 */ 	padding-top: 1.6em;
/* 2342 */ }
/* 2343 */
/* 2344 */ .comment-form label {
/* 2345 */ 	color: #707070;
/* 2346 */ 	color: rgba(51, 51, 51, 0.7);
/* 2347 */ 	font-family: "Noto Sans", sans-serif;
/* 2348 */ 	font-size: 12px;
/* 2349 */ 	font-size: 1.2rem;
/* 2350 */ 	font-weight: 700;

/* style.css */

/* 2351 */ 	display: block;
/* 2352 */ 	letter-spacing: 0.04em;
/* 2353 */ 	line-height: 1.5;
/* 2354 */ 	text-transform: uppercase;
/* 2355 */ }
/* 2356 */
/* 2357 */ .comment-form input[type="text"],
/* 2358 */ .comment-form input[type="email"],
/* 2359 */ .comment-form input[type="url"],
/* 2360 */ .comment-form input[type="submit"] {
/* 2361 */ 	width: 100%;
/* 2362 */ }
/* 2363 */
/* 2364 */ .comment-notes,
/* 2365 */ .comment-awaiting-moderation,
/* 2366 */ .logged-in-as,
/* 2367 */ .form-allowed-tags {
/* 2368 */ 	color: #707070;
/* 2369 */ 	color: rgba(51, 51, 51, 0.7);
/* 2370 */ 	font-family: "Noto Sans", sans-serif;
/* 2371 */ 	font-size: 12px;
/* 2372 */ 	font-size: 1.2rem;
/* 2373 */ 	line-height: 1.5;
/* 2374 */ 	margin-bottom: 2em;
/* 2375 */ }
/* 2376 */
/* 2377 */ .logged-in-as a:hover {
/* 2378 */ 	border-bottom: 1px solid #333;
/* 2379 */ }
/* 2380 */
/* 2381 */ .no-comments {
/* 2382 */ 	border-top: 1px solid #eaeaea;
/* 2383 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 2384 */ 	color: #707070;
/* 2385 */ 	color: rgba(51, 51, 51, 0.7);
/* 2386 */ 	font-family: "Noto Sans", sans-serif;
/* 2387 */ 	font-weight: 700;
/* 2388 */ 	padding-top: 1.6em;
/* 2389 */ }
/* 2390 */
/* 2391 */ .comment-navigation + .no-comments {
/* 2392 */ 	border-top: 0;
/* 2393 */ }
/* 2394 */
/* 2395 */ .form-allowed-tags code {
/* 2396 */ 	font-family: Inconsolata, monospace;
/* 2397 */ }
/* 2398 */
/* 2399 */ .form-submit {
/* 2400 */ 	margin-bottom: 0;

/* style.css */

/* 2401 */ }
/* 2402 */
/* 2403 */ .required {
/* 2404 */ 	color: #c0392b;
/* 2405 */ }
/* 2406 */
/* 2407 */ .comment-reply-title small {
/* 2408 */ 	font-size: 100%;
/* 2409 */ }
/* 2410 */
/* 2411 */ .comment-reply-title small a {
/* 2412 */ 	border: 0;
/* 2413 */ 	float: right;
/* 2414 */ 	height: 32px;
/* 2415 */ 	overflow: hidden;
/* 2416 */ 	width: 26px;
/* 2417 */ }
/* 2418 */
/* 2419 */ .comment-reply-title small a:before {
/* 2420 */ 	content: "\f405";
/* 2421 */ 	font-size: 32px;
/* 2422 */ 	position: relative;
/* 2423 */ 	top: -3px;
/* 2424 */ }
/* 2425 */
/* 2426 */ .comment-form #wp-comment-cookies-consent {
/* 2427 */ 	margin: 0 10px 0 0;
/* 2428 */ }
/* 2429 */
/* 2430 */ .comment-form .comment-form-cookies-consent label {
/* 2431 */ 	display: inline;
/* 2432 */ 	font-size: 12px;
/* 2433 */ 	font-size: 1.2rem;
/* 2434 */ 	font-weight: normal;
/* 2435 */ 	letter-spacing: 0;
/* 2436 */ 	text-transform: none;
/* 2437 */ }
/* 2438 */
/* 2439 */ /**
/* 2440 *|  * 13.0 Footer
/* 2441 *|  */
/* 2442 */
/* 2443 */ .site-info {
/* 2444 */ 	color: #707070;
/* 2445 */ 	color: rgba(51, 51, 51, 0.7);
/* 2446 */ 	font-size: 12px;
/* 2447 */ 	font-size: 1.2rem;
/* 2448 */ 	line-height: 1.5;
/* 2449 */ }
/* 2450 */

/* style.css */

/* 2451 */ .site-info a {
/* 2452 */ 	border-bottom: 1px solid transparent;
/* 2453 */ 	color: #707070;
/* 2454 */ 	color: rgba(51, 51, 51, 0.7);
/* 2455 */ }
/* 2456 */
/* 2457 */ .site-info a:hover {
/* 2458 */ 	border-bottom: 1px solid #333;
/* 2459 */ }
/* 2460 */
/* 2461 */ .site-info a:hover,
/* 2462 */ .site-info a:focus {
/* 2463 */ 	color: #333;
/* 2464 */ }
/* 2465 */
/* 2466 */ .site-info span[role=separator] {
/* 2467 */ 	padding: 0 0.25em 0 0.5em;
/* 2468 */ }
/* 2469 */
/* 2470 */ .site-info span[role=separator]::before {
/* 2471 */ 	content: '\002f';
/* 2472 */ }
/* 2473 */
/* 2474 */ /**
/* 2475 *|  * 14.0 Media
/* 2476 *|  */
/* 2477 */
/* 2478 */ .site .avatar {
/* 2479 */ 	border-radius: 50%;
/* 2480 */ }
/* 2481 */
/* 2482 */ .page-content img.wp-smiley,
/* 2483 */ .entry-content img.wp-smiley,
/* 2484 */ .comment-content img.wp-smiley {
/* 2485 */ 	border: none;
/* 2486 */ 	margin-top: 0;
/* 2487 */ 	margin-bottom: 0;
/* 2488 */ 	padding: 0;
/* 2489 */ }
/* 2490 */
/* 2491 */ audio,
/* 2492 */ canvas {
/* 2493 */ 	display: inline-block;
/* 2494 */ }
/* 2495 */
/* 2496 */ embed,
/* 2497 */ iframe,
/* 2498 */ object,
/* 2499 */ video {
/* 2500 */ 	margin-bottom: 1.6em;

/* style.css */

/* 2501 */ 	max-width: 100%;
/* 2502 */ 	vertical-align: middle;
/* 2503 */ }
/* 2504 */
/* 2505 */ p > embed,
/* 2506 */ p > iframe,
/* 2507 */ p > object,
/* 2508 */ p > video {
/* 2509 */ 	margin-bottom: 0;
/* 2510 */ }
/* 2511 */
/* 2512 */ .wp-audio-shortcode,
/* 2513 */ .wp-video,
/* 2514 */ .wp-playlist.wp-audio-playlist {
/* 2515 */ 	font-size: 15px;
/* 2516 */ 	font-size: 1.5rem;
/* 2517 */ 	margin-top: 0;
/* 2518 */ 	margin-bottom: 1.6em;
/* 2519 */ }
/* 2520 */
/* 2521 */ .wp-playlist.wp-playlist {
/* 2522 */ 	padding-bottom: 0;
/* 2523 */ }
/* 2524 */
/* 2525 */ .wp-playlist .wp-playlist-tracks {
/* 2526 */ 	margin-top: 0;
/* 2527 */ }
/* 2528 */
/* 2529 */ .wp-playlist-item .wp-playlist-caption {
/* 2530 */ 	border-bottom: 0;
/* 2531 */ 	padding: 10px 0;
/* 2532 */ }
/* 2533 */
/* 2534 */ .wp-playlist-item .wp-playlist-item-length {
/* 2535 */ 	top: 10px;
/* 2536 */ }
/* 2537 */
/* 2538 */
/* 2539 */ /**
/* 2540 *|  * 14.1 Captions
/* 2541 *|  */
/* 2542 */
/* 2543 */ .wp-caption {
/* 2544 */ 	margin-bottom: 1.6em;
/* 2545 */ 	max-width: 100%;
/* 2546 */ }
/* 2547 */
/* 2548 */ .wp-caption img[class*="wp-image-"] {
/* 2549 */ 	display: block;
/* 2550 */ 	margin: 0;

/* style.css */

/* 2551 */ }
/* 2552 */
/* 2553 */ .wp-caption-text {
/* 2554 */ 	color: #707070;
/* 2555 */ 	color: rgba(51, 51, 51, 0.7);
/* 2556 */ 	font-family: "Noto Sans", sans-serif;
/* 2557 */ 	font-size: 12px;
/* 2558 */ 	font-size: 1.2rem;
/* 2559 */ 	line-height: 1.5;
/* 2560 */ 	padding: 0.5em 0;
/* 2561 */ }
/* 2562 */
/* 2563 */
/* 2564 */ /**
/* 2565 *|  * 14.2 Galleries
/* 2566 *|  */
/* 2567 */
/* 2568 */ .gallery {
/* 2569 */ 	margin-bottom: 1.6em;
/* 2570 */ }
/* 2571 */
/* 2572 */ .gallery-item {
/* 2573 */ 	display: inline-block;
/* 2574 */ 	padding: 1.79104477%;
/* 2575 */ 	text-align: center;
/* 2576 */ 	vertical-align: top;
/* 2577 */ 	width: 100%;
/* 2578 */ }
/* 2579 */
/* 2580 */ .gallery-columns-2 .gallery-item {
/* 2581 */ 	max-width: 50%;
/* 2582 */ }
/* 2583 */
/* 2584 */ .gallery-columns-3 .gallery-item {
/* 2585 */ 	max-width: 33.33%;
/* 2586 */ }
/* 2587 */
/* 2588 */ .gallery-columns-4 .gallery-item {
/* 2589 */ 	max-width: 25%;
/* 2590 */ }
/* 2591 */
/* 2592 */ .gallery-columns-5 .gallery-item {
/* 2593 */ 	max-width: 20%;
/* 2594 */ }
/* 2595 */
/* 2596 */ .gallery-columns-6 .gallery-item {
/* 2597 */ 	max-width: 16.66%;
/* 2598 */ }
/* 2599 */
/* 2600 */ .gallery-columns-7 .gallery-item {

/* style.css */

/* 2601 */ 	max-width: 14.28%;
/* 2602 */ }
/* 2603 */
/* 2604 */ .gallery-columns-8 .gallery-item {
/* 2605 */ 	max-width: 12.5%;
/* 2606 */ }
/* 2607 */
/* 2608 */ .gallery-columns-9 .gallery-item {
/* 2609 */ 	max-width: 11.11%;
/* 2610 */ }
/* 2611 */
/* 2612 */ .gallery-icon img {
/* 2613 */ 	margin: 0 auto;
/* 2614 */ }
/* 2615 */
/* 2616 */ .gallery-caption {
/* 2617 */ 	color: #707070;
/* 2618 */ 	color: rgba(51, 51, 51, 0.7);
/* 2619 */ 	display: block;
/* 2620 */ 	font-family: "Noto Sans", sans-serif;
/* 2621 */ 	font-size: 12px;
/* 2622 */ 	font-size: 1.2rem;
/* 2623 */ 	line-height: 1.5;
/* 2624 */ 	padding: 0.5em 0;
/* 2625 */ }
/* 2626 */
/* 2627 */ .gallery-columns-6 .gallery-caption,
/* 2628 */ .gallery-columns-7 .gallery-caption,
/* 2629 */ .gallery-columns-8 .gallery-caption,
/* 2630 */ .gallery-columns-9 .gallery-caption {
/* 2631 */ 	display: none;
/* 2632 */ }
/* 2633 */
/* 2634 */
/* 2635 */ /**
/* 2636 *|  * 15.0 Multisite
/* 2637 *|  */
/* 2638 */
/* 2639 */ .widecolumn {
/* 2640 */ 	background-color: #fff;
/* 2641 */ 	padding: 7.6923%;
/* 2642 */ }
/* 2643 */
/* 2644 */ .widecolumn .mu_register {
/* 2645 */ 	width: auto;
/* 2646 */ }
/* 2647 */
/* 2648 */ .widecolumn .mu_alert {
/* 2649 */ 	margin-bottom: 1.6em;
/* 2650 */ }

/* style.css */

/* 2651 */
/* 2652 */ .widecolumn form,
/* 2653 */ .widecolumn .mu_register form {
/* 2654 */ 	margin-top: 0;
/* 2655 */ }
/* 2656 */
/* 2657 */ .widecolumn h2 {
/* 2658 */ 	font-size: 26px;
/* 2659 */ 	font-size: 2.6rem;
/* 2660 */ 	line-height: 1.1538;
/* 2661 */ 	margin-bottom: 0.9231em;
/* 2662 */ }
/* 2663 */
/* 2664 */ .widecolumn p {
/* 2665 */ 	margin: 1.6em 0;
/* 2666 */ }
/* 2667 */
/* 2668 */ .widecolumn p + h2 {
/* 2669 */ 	margin-top: 1.8462em;
/* 2670 */ }
/* 2671 */
/* 2672 */ .widecolumn label,
/* 2673 */ .widecolumn .mu_register label {
/* 2674 */ 	color: #707070;
/* 2675 */ 	color: rgba(51, 51, 51, 0.7);
/* 2676 */ 	font-family: "Noto Sans", sans-serif;
/* 2677 */ 	font-size: 12px;
/* 2678 */ 	font-size: 1.2rem;
/* 2679 */ 	font-weight: 700;
/* 2680 */ 	letter-spacing: 0.04em;
/* 2681 */ 	line-height: 1.5;
/* 2682 */ 	text-transform: uppercase;
/* 2683 */ }
/* 2684 */
/* 2685 */ .widecolumn .mu_register label {
/* 2686 */ 	margin: 2em 0 0;
/* 2687 */ }
/* 2688 */
/* 2689 */ .widecolumn #key,
/* 2690 */ .widecolumn .mu_register #blog_title,
/* 2691 */ .widecolumn .mu_register #user_email,
/* 2692 */ .widecolumn .mu_register #blogname,
/* 2693 */ .widecolumn .mu_register #user_name {
/* 2694 */ 	font-size: 16px;
/* 2695 */ 	font-size: 1.6rem;
/* 2696 */ 	width: 100%;
/* 2697 */ }
/* 2698 */
/* 2699 */ .widecolumn .mu_register #blogname {
/* 2700 */ 	margin: 0;

/* style.css */

/* 2701 */ }
/* 2702 */
/* 2703 */ .widecolumn .mu_register #blog_title,
/* 2704 */ .widecolumn .mu_register #user_email,
/* 2705 */ .widecolumn .mu_register #user_name {
/* 2706 */ 	margin: 0 0 0.375em;
/* 2707 */ }
/* 2708 */
/* 2709 */ .widecolumn #submit,
/* 2710 */ .widecolumn .mu_register input[type="submit"] {
/* 2711 */ 	font-size: 12px;
/* 2712 */ 	font-size: 1.2rem;
/* 2713 */ 	margin: 0;
/* 2714 */ 	width: 100%;
/* 2715 */ }
/* 2716 */
/* 2717 */ .widecolumn .mu_register .prefix_address,
/* 2718 */ .widecolumn .mu_register .suffix_address {
/* 2719 */ 	font-size: inherit;
/* 2720 */ }
/* 2721 */
/* 2722 */ .widecolumn .mu_register > :last-child,
/* 2723 */ .widecolumn form > :last-child {
/* 2724 */ 	margin-bottom: 0;
/* 2725 */ }
/* 2726 */
/* 2727 */
/* 2728 */ /**
/* 2729 *|  * 16.0 Media Queries
/* 2730 *|  */
/* 2731 */
/* 2732 */ /*
/* 2733 *|  * Does the same thing as <meta name="viewport" content="width=device-width">,
/* 2734 *|  * but in the future W3C standard way. -ms- prefix is required for IE10+ to
/* 2735 *|  * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
/* 2736 *|  * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
/* 2737 *|  */
/* 2738 */ @-ms-viewport {
/* 2739 */ 	width: device-width;
/* 2740 */ }
/* 2741 */
/* 2742 */ @viewport {
/* 2743 */ 	width: device-width;
/* 2744 */ }
/* 2745 */
/* 2746 */ /**
/* 2747 *|  * 16.1 Mobile Large 620px
/* 2748 *|  */
/* 2749 */
/* 2750 */ @media screen and (min-width: 38.75em) {

/* style.css */

/* 2751 */ 	ul,
/* 2752 */ 	ol {
/* 2753 */ 		margin-left: 0;
/* 2754 */ 	}
/* 2755 */
/* 2756 */ 	li > ul,
/* 2757 */ 	li > ol,
/* 2758 */ 	blockquote > ul,
/* 2759 */ 	blockquote > ol {
/* 2760 */ 		margin-left: 1.3333em;
/* 2761 */ 	}
/* 2762 */
/* 2763 */ 	blockquote {
/* 2764 */ 		margin-left: -1em;
/* 2765 */ 	}
/* 2766 */
/* 2767 */ 	blockquote > blockquote {
/* 2768 */ 		margin-left: 0;
/* 2769 */ 	}
/* 2770 */
/* 2771 */ 	.site-branding {
/* 2772 */ 		min-height: 3.2em;
/* 2773 */ 	}
/* 2774 */
/* 2775 */ 	.site-title {
/* 2776 */ 		font-size: 22px;
/* 2777 */ 		font-size: 2.2rem;
/* 2778 */ 		line-height: 1.0909;
/* 2779 */ 	}
/* 2780 */
/* 2781 */ 	.site-description {
/* 2782 */ 		display: block;
/* 2783 */ 	}
/* 2784 */
/* 2785 */ 	.secondary {
/* 2786 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 2787 */ 		margin: 7.6923% 7.6923% 0;
/* 2788 */ 		padding: 7.6923% 7.6923% 0;
/* 2789 */ 	}
/* 2790 */
/* 2791 */ 	.main-navigation {
/* 2792 */ 		margin-bottom: 11.1111%;
/* 2793 */ 	}
/* 2794 */
/* 2795 */ 	.main-navigation ul {
/* 2796 */ 		border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 2797 */ 		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
/* 2798 */ 	}
/* 2799 */
/* 2800 */ 	.main-navigation ul ul {

/* style.css */

/* 2801 */ 		border-top: 0;
/* 2802 */ 		border-bottom: 0;
/* 2803 */ 	}
/* 2804 */
/* 2805 */ 	.social-navigation {
/* 2806 */ 		margin-bottom: 11.1111%;
/* 2807 */ 	}
/* 2808 */
/* 2809 */ 	.social-navigation {
/* 2810 */ 		margin-top: 0;
/* 2811 */ 	}
/* 2812 */
/* 2813 */ 	.widget-area {
/* 2814 */ 		margin-top: 0;
/* 2815 */ 	}
/* 2816 */
/* 2817 */ 	.widget {
/* 2818 */ 		margin-bottom: 11.1111%;
/* 2819 */ 	}
/* 2820 */
/* 2821 */ 	.site-main {
/* 2822 */ 		padding: 7.6923% 0;
/* 2823 */ 	}
/* 2824 */
/* 2825 */ 	.hentry.sticky:not(.has-post-thumbnail) {
/* 2826 */ 		padding-top: inherit;
/* 2827 */ 	}
/* 2828 */
/* 2829 */ 	.hentry,
/* 2830 */ 	.page-header,
/* 2831 */ 	.page-content {
/* 2832 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 2833 */ 		margin: 0 7.6923%;
/* 2834 */ 	}
/* 2835 */
/* 2836 */ 	.hentry + .hentry,
/* 2837 */ 	.page-header + .hentry,
/* 2838 */ 	.page-header + .page-content {
/* 2839 */ 		margin-top: 7.6923%;
/* 2840 */ 	}
/* 2841 */
/* 2842 */ 	.hentry + .hentry {
/* 2843 */ 		border-top: 0;
/* 2844 */ 	}
/* 2845 */
/* 2846 */ 	.post-thumbnail {
/* 2847 */ 		margin-bottom: 2.4em;
/* 2848 */ 	}
/* 2849 */
/* 2850 */ 	.entry-header {

/* style.css */

/* 2851 */ 		padding: 0 9.0909%;
/* 2852 */ 	}
/* 2853 */
/* 2854 */ 	.entry-content,
/* 2855 */ 	.entry-summary {
/* 2856 */ 		padding: 0 9.0909% 9.0909%;
/* 2857 */ 	}
/* 2858 */
/* 2859 */ 	.entry-footer {
/* 2860 */ 		padding: 4.5454% 9.0909%;
/* 2861 */ 	}
/* 2862 */
/* 2863 */ 	.page-header {
/* 2864 */ 		border-bottom: 0;
/* 2865 */ 		border-left: 7px solid #333;
/* 2866 */ 		padding: 3.8461% 7.6923%;
/* 2867 */ 	}
/* 2868 */
/* 2869 */ 	.page-title,
/* 2870 */ 	.taxonomy-description {
/* 2871 */ 		margin-left: -7px;
/* 2872 */ 	}
/* 2873 */
/* 2874 */ 	.page-content {
/* 2875 */ 		padding: 9.0909%;
/* 2876 */ 	}
/* 2877 */
/* 2878 */ 	.site-footer {
/* 2879 */ 		border-top: 0;
/* 2880 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 2881 */ 		margin: 0 7.6923%;
/* 2882 */ 		padding: 3.84615% 7.6923%;
/* 2883 */ 	}
/* 2884 */
/* 2885 */ 	.post-navigation {
/* 2886 */ 		border-top: 0;
/* 2887 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 2888 */ 		margin: 7.6923% 7.6923% 0;
/* 2889 */ 	}
/* 2890 */
/* 2891 */ 	.post-navigation a {
/* 2892 */ 		padding: 4.5454% 9.0909%;
/* 2893 */ 	}
/* 2894 */
/* 2895 */ 	.pagination {
/* 2896 */ 		border-top: 0;
/* 2897 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 2898 */ 		margin: 7.6923% 7.6923% 0;
/* 2899 */ 		padding: 0;
/* 2900 */ 	}

/* style.css */

/* 2901 */
/* 2902 */ 	/* restore screen-reader-text */
/* 2903 */ 	.pagination .current .screen-reader-text {
/* 2904 */ 		position: absolute !important;
/* 2905 */ 	}
/* 2906 */
/* 2907 */ 	.pagination .page-numbers {
/* 2908 */ 		display: inline-block;
/* 2909 */ 	}
/* 2910 */
/* 2911 */ 	.image-navigation {
/* 2912 */ 		padding: 0 9.0909%;
/* 2913 */ 	}
/* 2914 */
/* 2915 */ 	.comments-area {
/* 2916 */ 		border-top: 0;
/* 2917 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 2918 */ 		margin: 7.6923% 7.6923% 0;
/* 2919 */ 	}
/* 2920 */
/* 2921 */ 	.comment-content ul,
/* 2922 */ 	.comment-content ol {
/* 2923 */ 		margin-left: 0;
/* 2924 */ 	}
/* 2925 */
/* 2926 */ 	.comment-content li > ul,
/* 2927 */ 	.comment-content li > ol,
/* 2928 */ 	.comment-content blockquote > ul,
/* 2929 */ 	.comment-content blockquote > ol {
/* 2930 */ 		margin-left: 1.3333em;
/* 2931 */ 	}
/* 2932 */
/* 2933 */ 	.widecolumn {
/* 2934 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 2935 */ 		margin: 7.6923%;
/* 2936 */ 	}
/* 2937 */ }
/* 2938 */
/* 2939 */
/* 2940 */ /**
/* 2941 *|  * 16.2 Tablet Small 740px
/* 2942 *|  */
/* 2943 */
/* 2944 */ @media screen and (min-width: 46.25em) {
/* 2945 */ 	body,
/* 2946 */ 	button,
/* 2947 */ 	input,
/* 2948 */ 	select,
/* 2949 */ 	textarea {
/* 2950 */ 		font-size: 17px;

/* style.css */

/* 2951 */ 		font-size: 1.7rem;
/* 2952 */ 		line-height: 1.6471;
/* 2953 */ 	}
/* 2954 */
/* 2955 */ 	button,
/* 2956 */ 	input {
/* 2957 */ 		line-height: normal;
/* 2958 */ 	}
/* 2959 */
/* 2960 */ 	p,
/* 2961 */ 	address,
/* 2962 */ 	pre,
/* 2963 */ 	hr,
/* 2964 */ 	ul,
/* 2965 */ 	ol,
/* 2966 */ 	dl,
/* 2967 */ 	dd,
/* 2968 */ 	table {
/* 2969 */ 		margin-bottom: 1.6471em;
/* 2970 */ 	}
/* 2971 */
/* 2972 */ 	blockquote {
/* 2973 */ 		font-size: 20px;
/* 2974 */ 		font-size: 2rem;
/* 2975 */ 		line-height: 1.75;
/* 2976 */ 		margin-bottom: 1.75em;
/* 2977 */ 		margin-left: -1.05em;
/* 2978 */ 		padding-left: 0.85em;
/* 2979 */ 	}
/* 2980 */
/* 2981 */ 	blockquote p {
/* 2982 */ 		margin-bottom: 1.75em;
/* 2983 */ 	}
/* 2984 */
/* 2985 */ 	blockquote cite,
/* 2986 */ 	blockquote small {
/* 2987 */ 		font-size: 17px;
/* 2988 */ 		font-size: 1.7rem;
/* 2989 */ 		line-height: 1.6471;
/* 2990 */ 	}
/* 2991 */
/* 2992 */ 	pre {
/* 2993 */ 		line-height: 1.2353;
/* 2994 */ 	}
/* 2995 */
/* 2996 */ 	button,
/* 2997 */ 	input[type="button"],
/* 2998 */ 	input[type="reset"],
/* 2999 */ 	input[type="submit"],
/* 3000 */ 	.post-password-form input[type="submit"],

/* style.css */

/* 3001 */ 	.widecolumn #submit,
/* 3002 */ 	.widecolumn .mu_register input[type="submit"] {
/* 3003 */ 		font-size: 14px;
/* 3004 */ 		font-size: 1.4rem;
/* 3005 */ 		padding: 0.8214em 1.6429em;
/* 3006 */ 	}
/* 3007 */
/* 3008 */ 	input[type="text"],
/* 3009 */ 	input[type="email"],
/* 3010 */ 	input[type="url"],
/* 3011 */ 	input[type="password"],
/* 3012 */ 	input[type="search"],
/* 3013 */ 	textarea {
/* 3014 */ 		padding: 0.5em;
/* 3015 */ 	}
/* 3016 */
/* 3017 */ 	.main-navigation {
/* 3018 */ 		font-size: 14px;
/* 3019 */ 		font-size: 1.4rem;
/* 3020 */ 		line-height: 1.5;
/* 3021 */ 	}
/* 3022 */
/* 3023 */ 	.main-navigation a {
/* 3024 */ 		padding: 1em 0;
/* 3025 */ 	}
/* 3026 */
/* 3027 */ 	.main-navigation ul ul {
/* 3028 */ 		margin-left: 1em;
/* 3029 */ 	}
/* 3030 */
/* 3031 */ 	.main-navigation .menu-item-description {
/* 3032 */ 		font-size: 14px;
/* 3033 */ 		font-size: 1.4rem;
/* 3034 */ 		line-height: 1.5;
/* 3035 */ 	}
/* 3036 */
/* 3037 */ 	.social-navigation ul {
/* 3038 */ 		margin-bottom: -1.4706em;
/* 3039 */ 	}
/* 3040 */
/* 3041 */ 	.social-navigation a {
/* 3042 */ 		height: 2.8824em;
/* 3043 */ 		width: 2.8824em;
/* 3044 */ 	}
/* 3045 */
/* 3046 */ 	.secondary-toggle {
/* 3047 */ 		height: 56px;
/* 3048 */ 		width: 56px;
/* 3049 */ 	}
/* 3050 */

/* style.css */

/* 3051 */ 	.secondary-toggle:before {
/* 3052 */ 		line-height: 54px;
/* 3053 */ 		width: 54px;
/* 3054 */ 	}
/* 3055 */
/* 3056 */ 	.post-password-form label,
/* 3057 */ 	.post-navigation .meta-nav,
/* 3058 */ 	.image-navigation,
/* 3059 */ 	.comment-navigation,
/* 3060 */ 	.author-heading,
/* 3061 */ 	.author-bio,
/* 3062 */ 	.entry-footer,
/* 3063 */ 	.page-links a,
/* 3064 */ 	.page-links span,
/* 3065 */ 	.comment-metadata,
/* 3066 */ 	.pingback .edit-link,
/* 3067 */ 	.comment-list .reply,
/* 3068 */ 	.comment-notes,
/* 3069 */ 	.comment-awaiting-moderation,
/* 3070 */ 	.logged-in-as,
/* 3071 */ 	.comment-form label,
/* 3072 */ 	.comment-form .comment-form-cookies-consent label,
/* 3073 */ 	.form-allowed-tags,
/* 3074 */ 	.site-info,
/* 3075 */ 	.wp-caption-text,
/* 3076 */ 	.gallery-caption,
/* 3077 */ 	.entry-caption,
/* 3078 */ 	.widecolumn label,
/* 3079 */ 	.widecolumn .mu_register label {
/* 3080 */ 		font-size: 14px;
/* 3081 */ 		font-size: 1.4rem;
/* 3082 */ 	}
/* 3083 */
/* 3084 */ 	.pagination .nav-links {
/* 3085 */ 		min-height: 3.2941em;
/* 3086 */ 	}
/* 3087 */
/* 3088 */ 	.pagination .page-numbers {
/* 3089 */ 		line-height: 3.2941em;
/* 3090 */ 		padding: 0 0.8235em;
/* 3091 */ 	}
/* 3092 */
/* 3093 */ 	.pagination .prev,
/* 3094 */ 	.pagination .next {
/* 3095 */ 		height: 56px;
/* 3096 */ 		padding: 0;
/* 3097 */ 		width: 56px;
/* 3098 */ 	}
/* 3099 */
/* 3100 */ 	.pagination .prev:before,

/* style.css */

/* 3101 */ 	.pagination .next:before {
/* 3102 */ 		height: 56px;
/* 3103 */ 		line-height: 56px;
/* 3104 */ 		width: 56px;
/* 3105 */ 	}
/* 3106 */
/* 3107 */ 	.image-navigation .nav-previous a:before,
/* 3108 */ 	.image-navigation .nav-next a:after,
/* 3109 */ 	.comment-navigation .nav-previous a:before,
/* 3110 */ 	.comment-navigation .nav-next a:after {
/* 3111 */ 		top: 2px;
/* 3112 */ 	}
/* 3113 */
/* 3114 */ 	blockquote.alignleft,
/* 3115 */ 	.wp-caption.alignleft,
/* 3116 */ 	img.alignleft {
/* 3117 */ 		margin: 0.4118em 1.6471em 1.6471em 0;
/* 3118 */ 	}
/* 3119 */
/* 3120 */ 	blockquote.alignright,
/* 3121 */ 	.wp-caption.alignright,
/* 3122 */ 	img.alignright {
/* 3123 */ 		margin: 0.4118em 0 1.6471em 1.6471em;
/* 3124 */ 	}
/* 3125 */
/* 3126 */ 	blockquote.aligncenter,
/* 3127 */ 	.wp-caption.aligncenter,
/* 3128 */ 	img.aligncenter {
/* 3129 */ 		margin-top: 0.4118em;
/* 3130 */ 		margin-bottom: 1.6471em;
/* 3131 */ 	}
/* 3132 */
/* 3133 */ 	.wp-caption.alignleft,
/* 3134 */ 	.wp-caption.alignright,
/* 3135 */ 	.wp-caption.aligncenter {
/* 3136 */ 		margin-bottom: 1.2353em;
/* 3137 */ 	}
/* 3138 */
/* 3139 */ 	.site-branding {
/* 3140 */ 		min-height: 3.7059em;
/* 3141 */ 		padding-right: 66px;
/* 3142 */ 	}
/* 3143 */
/* 3144 */ 	.site-title {
/* 3145 */ 		font-size: 29px;
/* 3146 */ 		font-size: 2.9rem;
/* 3147 */ 		line-height: 1.2069;
/* 3148 */ 	}
/* 3149 */
/* 3150 */ 	.custom-logo {

/* style.css */

/* 3151 */ 		max-height: 105px;
/* 3152 */ 	}
/* 3153 */
/* 3154 */ 	.wp-custom-logo .site-title {
/* 3155 */ 		margin-top: 0.482758621em;
/* 3156 */ 	}
/* 3157 */
/* 3158 */ 	.site-description {
/* 3159 */ 		font-size: 14px;
/* 3160 */ 		font-size: 1.4rem;
/* 3161 */ 	}
/* 3162 */
/* 3163 */ 	.widget {
/* 3164 */ 		font-size: 14px;
/* 3165 */ 		font-size: 1.4rem;
/* 3166 */ 		line-height: 1.5;
/* 3167 */ 	}
/* 3168 */
/* 3169 */ 	.widget p,
/* 3170 */ 	.widget address,
/* 3171 */ 	.widget hr,
/* 3172 */ 	.widget ul,
/* 3173 */ 	.widget ol,
/* 3174 */ 	.widget dl,
/* 3175 */ 	.widget dd,
/* 3176 */ 	.widget table,
/* 3177 */ 	.widget pre {
/* 3178 */ 		margin-bottom: 1.5em;
/* 3179 */ 	}
/* 3180 */
/* 3181 */ 	.widget li > ul,
/* 3182 */ 	.widget li > ol {
/* 3183 */ 		margin-bottom: 0;
/* 3184 */ 	}
/* 3185 */
/* 3186 */ 	.widget blockquote {
/* 3187 */ 		font-size: 17px;
/* 3188 */ 		font-size: 1.7rem;
/* 3189 */ 		line-height: 1.6471;
/* 3190 */ 		margin-bottom: 1.6471em;
/* 3191 */ 		margin-left: -1.2353em;
/* 3192 */ 		padding-left: 1em;
/* 3193 */ 	}
/* 3194 */
/* 3195 */ 	.widget blockquote p {
/* 3196 */ 		margin-bottom: 1.6471em;
/* 3197 */ 	}
/* 3198 */
/* 3199 */ 	.widget blockquote cite,
/* 3200 */ 	.widget blockquote small {

/* style.css */

/* 3201 */ 		font-size: 14px;
/* 3202 */ 		font-size: 1.4rem;
/* 3203 */ 		line-height: 1.5;
/* 3204 */ 	}
/* 3205 */
/* 3206 */ 	.widget blockquote > blockquote {
/* 3207 */ 		margin-left: 0;
/* 3208 */ 	}
/* 3209 */
/* 3210 */ 	.widget pre {
/* 3211 */ 		line-height: 1.5;
/* 3212 */ 		padding: 0.75em;
/* 3213 */ 	}
/* 3214 */
/* 3215 */ 	.widget button,
/* 3216 */ 	.widget input,
/* 3217 */ 	.widget select,
/* 3218 */ 	.widget textarea {
/* 3219 */ 		line-height: 1.75;
/* 3220 */ 	}
/* 3221 */
/* 3222 */ 	.widget button,
/* 3223 */ 	.widget input {
/* 3224 */ 		line-height: normal;
/* 3225 */ 	}
/* 3226 */
/* 3227 */ 	.widget button,
/* 3228 */ 	.widget input[type="button"],
/* 3229 */ 	.widget input[type="reset"],
/* 3230 */ 	.widget input[type="submit"] {
/* 3231 */ 		font-size: 14px;
/* 3232 */ 		font-size: 1.4rem;
/* 3233 */ 		padding: 0.8214em 1.6429em;
/* 3234 */ 	}
/* 3235 */
/* 3236 */ 	.widget input[type="text"],
/* 3237 */ 	.widget input[type="email"],
/* 3238 */ 	.widget input[type="url"],
/* 3239 */ 	.widget input[type="password"],
/* 3240 */ 	.widget input[type="search"],
/* 3241 */ 	.widget textarea {
/* 3242 */ 		padding: 0.5625em;
/* 3243 */ 	}
/* 3244 */
/* 3245 */ 	.widget blockquote.alignleft,
/* 3246 */ 	.widget .wp-caption.alignleft,
/* 3247 */ 	.widget img.alignleft {
/* 3248 */ 		margin: 0.5em 1.5em 1.5em 0;
/* 3249 */ 	}
/* 3250 */

/* style.css */

/* 3251 */ 	.widget blockquote.alignright,
/* 3252 */ 	.widget .wp-caption.alignright,
/* 3253 */ 	.widget img.alignright {
/* 3254 */ 		margin: 0.5em 0 1.5em 1.5em;
/* 3255 */ 	}
/* 3256 */
/* 3257 */ 	.widget blockquote.aligncenter,
/* 3258 */ 	.widget .wp-caption.aligncenter,
/* 3259 */ 	.widget img.aligncenter {
/* 3260 */ 		margin-top: 0.5em;
/* 3261 */ 		margin-bottom: 1.5em;
/* 3262 */ 	}
/* 3263 */
/* 3264 */ 	.widget .wp-caption.alignleft,
/* 3265 */ 	.widget .wp-caption.alignright,
/* 3266 */ 	.widget .wp-caption.aligncenter {
/* 3267 */ 		margin-bottom: 1em;
/* 3268 */ 	}
/* 3269 */
/* 3270 */ 	.widget-title {
/* 3271 */ 		margin: 0 0 1.5em;
/* 3272 */ 	}
/* 3273 */
/* 3274 */ 	.widget_calendar td,
/* 3275 */ 	.widget_calendar th,
/* 3276 */ 	.widget_calendar .wp-calendar-nav span {
/* 3277 */ 		line-height: 2.9286;
/* 3278 */ 	}
/* 3279 */
/* 3280 */ 	.widget_calendar caption {
/* 3281 */ 		margin: 0 0 1.5em;
/* 3282 */ 	}
/* 3283 */
/* 3284 */ 	.widget_calendar .wp-calendar-table {
/* 3285 */ 		margin-bottom: 0;
/* 3286 */ 	}
/* 3287 */
/* 3288 */ 	.widget_calendar .wp-calendar-nav {
/* 3289 */ 		margin: 0 0 1.5em;
/* 3290 */ 	}
/* 3291 */
/* 3292 */ 	.widget_archive li,
/* 3293 */ 	.widget_categories li,
/* 3294 */ 	.widget_links li,
/* 3295 */ 	.widget_meta li,
/* 3296 */ 	.widget_nav_menu li,
/* 3297 */ 	.widget_pages li,
/* 3298 */ 	.widget_recent_comments li,
/* 3299 */ 	.widget_recent_entries li {
/* 3300 */ 		padding: 0.9643em 0;

/* style.css */

/* 3301 */ 	}
/* 3302 */
/* 3303 */ 	.widget_categories .children,
/* 3304 */ 	.widget_nav_menu .sub-menu,
/* 3305 */ 	.widget_pages .children {
/* 3306 */ 		margin: 0.9643em 0 0 1em;
/* 3307 */ 		padding-top: 0.9643em;
/* 3308 */ 	}
/* 3309 */
/* 3310 */ 	.widget_rss li {
/* 3311 */ 		margin-bottom: 1.5em;
/* 3312 */ 	}
/* 3313 */
/* 3314 */ 	.widget_rss .rss-date,
/* 3315 */ 	.widget_rss cite {
/* 3316 */ 		line-height: 1.75;
/* 3317 */ 	}
/* 3318 */
/* 3319 */ 	.post-thumbnail {
/* 3320 */ 		margin-bottom: 3em;
/* 3321 */ 	}
/* 3322 */
/* 3323 */ 	.entry-title,
/* 3324 */ 	.widecolumn h2 {
/* 3325 */ 		font-size: 35px;
/* 3326 */ 		font-size: 3.5rem;
/* 3327 */ 		line-height: 1.2;
/* 3328 */ 		margin-bottom: 1.2em;
/* 3329 */ 	}
/* 3330 */
/* 3331 */ 	.entry-content h1,
/* 3332 */ 	.entry-summary h1,
/* 3333 */ 	.page-content h1,
/* 3334 */ 	.comment-content h1 {
/* 3335 */ 		font-size: 35px;
/* 3336 */ 		font-size: 3.5rem;
/* 3337 */ 		line-height: 1.2;
/* 3338 */ 		margin-top: 1.6em;
/* 3339 */ 		margin-bottom: 0.8em;
/* 3340 */ 	}
/* 3341 */
/* 3342 */ 	.entry-content h2,
/* 3343 */ 	.entry-summary h2,
/* 3344 */ 	.page-content h2,
/* 3345 */ 	.comment-content h2 {
/* 3346 */ 		font-size: 29px;
/* 3347 */ 		font-size: 2.9rem;
/* 3348 */ 		line-height: 1.2069;
/* 3349 */ 		margin-top: 1.931em;
/* 3350 */ 		margin-bottom: 0.9655em;

/* style.css */

/* 3351 */ 	}
/* 3352 */
/* 3353 */ 	.entry-content h3,
/* 3354 */ 	.entry-summary h3,
/* 3355 */ 	.page-content h3,
/* 3356 */ 	.comment-content h3 {
/* 3357 */ 		font-size: 24px;
/* 3358 */ 		font-size: 2.4rem;
/* 3359 */ 		line-height: 1.1667;
/* 3360 */ 		margin-top: 2.3333em;
/* 3361 */ 		margin-bottom: 1.1667em;
/* 3362 */ 	}
/* 3363 */
/* 3364 */ 	.entry-content h4,
/* 3365 */ 	.entry-summary h4,
/* 3366 */ 	.page-content h4,
/* 3367 */ 	.comment-content h4 {
/* 3368 */ 		font-size: 20px;
/* 3369 */ 		font-size: 2rem;
/* 3370 */ 		line-height: 1.4;
/* 3371 */ 		margin-top: 2.8em;
/* 3372 */ 		margin-bottom: 1.4em;
/* 3373 */ 	}
/* 3374 */
/* 3375 */ 	.entry-content h5,
/* 3376 */ 	.entry-content h6,
/* 3377 */ 	.entry-summary h5,
/* 3378 */ 	.entry-summary h6,
/* 3379 */ 	.page-content h5,
/* 3380 */ 	.page-content h6,
/* 3381 */ 	.comment-content h5,
/* 3382 */ 	.comment-content h6 {
/* 3383 */ 		font-size: 17px;
/* 3384 */ 		font-size: 1.7rem;
/* 3385 */ 		line-height: 1.2353;
/* 3386 */ 		margin-top: 3.2941em;
/* 3387 */ 		margin-bottom: 1.6471em;
/* 3388 */ 	}
/* 3389 */
/* 3390 */ 	.entry-content .more-link:after,
/* 3391 */ 	.entry-summary .more-link:after {
/* 3392 */ 		font-size: 24px;
/* 3393 */ 		top: 2px;
/* 3394 */ 	}
/* 3395 */
/* 3396 */ 	.author-info {
/* 3397 */ 		margin: 0 9.0909%;
/* 3398 */ 		padding: 9.0909% 0;
/* 3399 */ 	}
/* 3400 */

/* style.css */

/* 3401 */ 	.author-info .avatar {
/* 3402 */ 		height: 42px;
/* 3403 */ 		margin: 0 1.6471em 1.6471em 0;
/* 3404 */ 		width: 42px;
/* 3405 */ 	}
/* 3406 */
/* 3407 */ 	.author-link:after {
/* 3408 */ 		top: 3px;
/* 3409 */ 	}
/* 3410 */
/* 3411 */ 	.posted-on:before,
/* 3412 */ 	.byline:before,
/* 3413 */ 	.cat-links:before,
/* 3414 */ 	.tags-links:before,
/* 3415 */ 	.comments-link:before,
/* 3416 */ 	.entry-format:before,
/* 3417 */ 	.edit-link:before,
/* 3418 */ 	.full-size-link:before {
/* 3419 */ 		top: 3px;
/* 3420 */ 	}
/* 3421 */
/* 3422 */ 	.taxonomy-description {
/* 3423 */ 		padding-top: 0.4118em;
/* 3424 */ 	}
/* 3425 */
/* 3426 */ 	.page-title,
/* 3427 */ 	.comments-title,
/* 3428 */ 	.comment-reply-title,
/* 3429 */ 	.post-navigation .post-title {
/* 3430 */ 		font-size: 24px;
/* 3431 */ 		font-size: 2.4rem;
/* 3432 */ 		line-height: 1.1667;
/* 3433 */ 	}
/* 3434 */
/* 3435 */ 	.page-links {
/* 3436 */ 		margin-bottom: 1.4117em;
/* 3437 */ 	}
/* 3438 */
/* 3439 */ 	.page-links a,
/* 3440 */ 	.page-links > span {
/* 3441 */ 		margin: 0 0.2857em 0.2857em 0;
/* 3442 */ 	}
/* 3443 */
/* 3444 */ 	.entry-attachment {
/* 3445 */ 		margin-bottom: 1.6471em;
/* 3446 */ 	}
/* 3447 */
/* 3448 */ 	.format-aside .entry-title,
/* 3449 */ 	.format-image .entry-title,
/* 3450 */ 	.format-video .entry-title,

/* style.css */

/* 3451 */ 	.format-quote .entry-title,
/* 3452 */ 	.format-gallery .entry-title,
/* 3453 */ 	.format-status .entry-title,
/* 3454 */ 	.format-link .entry-title,
/* 3455 */ 	.format-audio .entry-title,
/* 3456 */ 	.format-chat .entry-title {
/* 3457 */ 		font-size: 20px;
/* 3458 */ 		font-size: 2rem;
/* 3459 */ 		line-height: 1.4;
/* 3460 */ 		margin-bottom: 1.4em;
/* 3461 */ 	}
/* 3462 */
/* 3463 */ 	.format-link .entry-title a:after {
/* 3464 */ 		top: 0.0833em;
/* 3465 */ 	}
/* 3466 */
/* 3467 */ 	.comments-title {
/* 3468 */ 		margin-bottom: 1.4em;
/* 3469 */ 	}
/* 3470 */
/* 3471 */ 	.comment-list article,
/* 3472 */ 	.comment-list .pingback,
/* 3473 */ 	.comment-list .trackback {
/* 3474 */ 		padding: 1.6471em 0;
/* 3475 */ 	}
/* 3476 */
/* 3477 */ 	.comment-list + .comment-respond,
/* 3478 */ 	.comment-navigation + .comment-respond {
/* 3479 */ 		padding-top: 1.6471em;
/* 3480 */ 	}
/* 3481 */
/* 3482 */ 	.comment-list .children > li {
/* 3483 */ 		padding-left: 1.2353em;
/* 3484 */ 	}
/* 3485 */
/* 3486 */ 	.comment-meta {
/* 3487 */ 		position: relative;
/* 3488 */ 	}
/* 3489 */
/* 3490 */ 	.comment-author {
/* 3491 */ 		margin-bottom: 0;
/* 3492 */ 	}
/* 3493 */
/* 3494 */ 	.comment-author .avatar {
/* 3495 */ 		height: 42px;
/* 3496 */ 		margin-right: 1.64705em;
/* 3497 */ 		position: relative;
/* 3498 */ 		top: 5px;
/* 3499 */ 		width: 42px;
/* 3500 */ 	}

/* style.css */

/* 3501 */
/* 3502 */ 	.comment-metadata .edit-link:before {
/* 3503 */ 		top: 2px;
/* 3504 */ 	}
/* 3505 */
/* 3506 */ 	.pingback .edit-link:before {
/* 3507 */ 		top: 6px;
/* 3508 */ 	}
/* 3509 */
/* 3510 */ 	.bypostauthor > article .fn:after {
/* 3511 */ 		top: 7px;
/* 3512 */ 		left: 6px;
/* 3513 */ 	}
/* 3514 */
/* 3515 */ 	.comment-content ul,
/* 3516 */ 	.comment-content ol {
/* 3517 */ 		margin-bottom: 1.6471em;
/* 3518 */ 	}
/* 3519 */
/* 3520 */ 	.comment-list .reply a {
/* 3521 */ 		padding: 0.4286em 0.8571em;
/* 3522 */ 	}
/* 3523 */
/* 3524 */ 	.comment-form,
/* 3525 */ 	.no-comments {
/* 3526 */ 		padding-top: 1.6471em;
/* 3527 */ 	}
/* 3528 */
/* 3529 */ 	.comment-reply-title small a:before {
/* 3530 */ 		top: -1px;
/* 3531 */ 	}
/* 3532 */
/* 3533 */ 	embed,
/* 3534 */ 	iframe,
/* 3535 */ 	object,
/* 3536 */ 	video {
/* 3537 */ 		margin-bottom: 1.6471em;
/* 3538 */ 	}
/* 3539 */
/* 3540 */ 	.wp-audio-shortcode,
/* 3541 */ 	.wp-video,
/* 3542 */ 	.wp-playlist.wp-audio-playlist {
/* 3543 */ 		font-size: 17px;
/* 3544 */ 		font-size: 1.7rem;
/* 3545 */ 		margin-bottom: 1.6471em;
/* 3546 */ 	}
/* 3547 */
/* 3548 */ 	.wp-caption,
/* 3549 */ 	.gallery {
/* 3550 */ 		margin-bottom: 1.6471em;

/* style.css */

/* 3551 */ 	}
/* 3552 */
/* 3553 */ 	.widecolumn .mu_alert {
/* 3554 */ 		margin-bottom: 1.6471em;
/* 3555 */ 	}
/* 3556 */
/* 3557 */ 	.widecolumn p {
/* 3558 */ 		margin: 1.6471em 0;
/* 3559 */ 	}
/* 3560 */
/* 3561 */ 	.widecolumn p + h2 {
/* 3562 */ 		margin-top: 1.6em;
/* 3563 */ 	}
/* 3564 */
/* 3565 */ 	.widecolumn #key,
/* 3566 */ 	.widecolumn .mu_register #blog_title,
/* 3567 */ 	.widecolumn .mu_register #user_email,
/* 3568 */ 	.widecolumn .mu_register #blogname,
/* 3569 */ 	.widecolumn .mu_register #user_name {
/* 3570 */ 		font-size: 17px;
/* 3571 */ 		font-size: 1.7rem;
/* 3572 */ 		line-height: normal;
/* 3573 */ 	}
/* 3574 */
/* 3575 */ 	.widecolumn .mu_register #blog_title,
/* 3576 */ 	.widecolumn .mu_register #user_email,
/* 3577 */ 	.widecolumn .mu_register #user_name {
/* 3578 */ 		margin: 0 0 0.4117em;
/* 3579 */ 	}
/* 3580 */ }
/* 3581 */
/* 3582 */
/* 3583 */ /**
/* 3584 *|  * 16.3 Tablet Large 880px
/* 3585 *|  */
/* 3586 */
/* 3587 */ @media screen and (min-width: 55em) {
/* 3588 */ 	body,
/* 3589 */ 	button,
/* 3590 */ 	input,
/* 3591 */ 	select,
/* 3592 */ 	textarea {
/* 3593 */ 		font-size: 19px;
/* 3594 */ 		font-size: 1.9rem;
/* 3595 */ 		line-height: 1.6842;
/* 3596 */ 	}
/* 3597 */
/* 3598 */ 	button,
/* 3599 */ 	input {
/* 3600 */ 		line-height: normal;

/* style.css */

/* 3601 */ 	}
/* 3602 */
/* 3603 */ 	p,
/* 3604 */ 	address,
/* 3605 */ 	pre,
/* 3606 */ 	hr,
/* 3607 */ 	ul,
/* 3608 */ 	ol,
/* 3609 */ 	dl,
/* 3610 */ 	dd,
/* 3611 */ 	table {
/* 3612 */ 		margin-bottom: 1.6842em;
/* 3613 */ 	}
/* 3614 */
/* 3615 */ 	blockquote {
/* 3616 */ 		font-size: 22px;
/* 3617 */ 		font-size: 2.2rem;
/* 3618 */ 		line-height: 1.8182;
/* 3619 */ 		margin-bottom: 1.8182em;
/* 3620 */ 		margin-left: -1.0909em;
/* 3621 */ 		padding-left: 0.9091em;
/* 3622 */ 	}
/* 3623 */
/* 3624 */ 	blockquote p {
/* 3625 */ 		margin-bottom: 1.8182em;
/* 3626 */ 	}
/* 3627 */
/* 3628 */ 	blockquote cite,
/* 3629 */ 	blockquote small {
/* 3630 */ 		font-size: 19px;
/* 3631 */ 		font-size: 1.9rem;
/* 3632 */ 		line-height: 1.6842;
/* 3633 */ 	}
/* 3634 */
/* 3635 */ 	pre {
/* 3636 */ 		line-height: 1.2632;
/* 3637 */ 	}
/* 3638 */
/* 3639 */ 	button,
/* 3640 */ 	input[type="button"],
/* 3641 */ 	input[type="reset"],
/* 3642 */ 	input[type="submit"],
/* 3643 */ 	.post-password-form input[type="submit"],
/* 3644 */ 	.widecolumn #submit,
/* 3645 */ 	.widecolumn .mu_register input[type="submit"] {
/* 3646 */ 		font-size: 16px;
/* 3647 */ 		font-size: 1.6rem;
/* 3648 */ 		padding: 0.8125em 1.625em;
/* 3649 */ 	}
/* 3650 */

/* style.css */

/* 3651 */ 	input[type="text"],
/* 3652 */ 	input[type="email"],
/* 3653 */ 	input[type="url"],
/* 3654 */ 	input[type="password"],
/* 3655 */ 	input[type="search"],
/* 3656 */ 	textarea {
/* 3657 */ 		padding: 0.5278em;
/* 3658 */ 	}
/* 3659 */
/* 3660 */ 	.main-navigation {
/* 3661 */ 		font-size: 16px;
/* 3662 */ 		font-size: 1.6rem;
/* 3663 */ 		line-height: 1.5;
/* 3664 */ 	}
/* 3665 */
/* 3666 */ 	.main-navigation a {
/* 3667 */ 		padding: 0.75em 0;
/* 3668 */ 	}
/* 3669 */
/* 3670 */ 	.main-navigation .menu-item-description {
/* 3671 */ 		font-size: 16px;
/* 3672 */ 		font-size: 1.6rem;
/* 3673 */ 		line-height: 1.5;
/* 3674 */ 	}
/* 3675 */
/* 3676 */ 	.social-navigation ul {
/* 3677 */ 		margin-bottom: -1.2632em;
/* 3678 */ 	}
/* 3679 */
/* 3680 */ 	.social-navigation a {
/* 3681 */ 		height: 2.5263em;
/* 3682 */ 		width: 2.5263em;
/* 3683 */ 	}
/* 3684 */
/* 3685 */ 	.secondary-toggle {
/* 3686 */ 		height: 64px;
/* 3687 */ 		width: 64px;
/* 3688 */ 	}
/* 3689 */
/* 3690 */ 	.secondary-toggle:before {
/* 3691 */ 		line-height: 62px;
/* 3692 */ 		width: 62px;
/* 3693 */ 	}
/* 3694 */
/* 3695 */ 	.post-password-form label,
/* 3696 */ 	.post-navigation .meta-nav,
/* 3697 */ 	.comment-navigation,
/* 3698 */ 	.image-navigation,
/* 3699 */ 	.author-heading,
/* 3700 */ 	.author-bio,

/* style.css */

/* 3701 */ 	.entry-footer,
/* 3702 */ 	.page-links a,
/* 3703 */ 	.page-links span,
/* 3704 */ 	.comment-metadata,
/* 3705 */ 	.pingback .edit-link,
/* 3706 */ 	.comment-list .reply,
/* 3707 */ 	.comment-notes,
/* 3708 */ 	.comment-awaiting-moderation,
/* 3709 */ 	.logged-in-as,
/* 3710 */ 	.comment-form label,
/* 3711 */ 	.comment-form .comment-form-cookies-consent label,
/* 3712 */ 	.form-allowed-tags,
/* 3713 */ 	.site-info,
/* 3714 */ 	.wp-caption-text,
/* 3715 */ 	.gallery-caption,
/* 3716 */ 	.entry-caption,
/* 3717 */ 	.widecolumn label,
/* 3718 */ 	.widecolumn .mu_register label {
/* 3719 */ 		font-size: 16px;
/* 3720 */ 		font-size: 1.6rem;
/* 3721 */ 	}
/* 3722 */
/* 3723 */ 	.pagination .nav-links {
/* 3724 */ 		min-height: 3.3684em;
/* 3725 */ 	}
/* 3726 */
/* 3727 */ 	.pagination .page-numbers {
/* 3728 */ 		line-height: 3.3684em;
/* 3729 */ 		padding: 0 0.8421em;
/* 3730 */ 	}
/* 3731 */
/* 3732 */ 	.pagination .prev,
/* 3733 */ 	.pagination .next {
/* 3734 */ 		height: 64px;
/* 3735 */ 		padding: 0;
/* 3736 */ 		width: 64px;
/* 3737 */ 	}
/* 3738 */
/* 3739 */ 	.pagination .prev:before,
/* 3740 */ 	.pagination .next:before {
/* 3741 */ 		height: 64px;
/* 3742 */ 		line-height: 64px;
/* 3743 */ 		width: 64px;
/* 3744 */ 	}
/* 3745 */
/* 3746 */ 	.image-navigation .nav-previous a:before,
/* 3747 */ 	.image-navigation .nav-next a:after,
/* 3748 */ 	.comment-navigation .nav-previous a:before,
/* 3749 */ 	.comment-navigation .nav-next a:after {
/* 3750 */ 		font-size: 24px;

/* style.css */

/* 3751 */ 		top: -1px;
/* 3752 */ 	}
/* 3753 */
/* 3754 */ 	blockquote.alignleft,
/* 3755 */ 	.wp-caption.alignleft,
/* 3756 */ 	img.alignleft {
/* 3757 */ 		margin: 0.4211em 1.6842em 1.6842em 0;
/* 3758 */ 	}
/* 3759 */
/* 3760 */ 	blockquote.alignright,
/* 3761 */ 	.wp-caption.alignright,
/* 3762 */ 	img.alignright {
/* 3763 */ 		margin: 0.4211em 0 1.6842em 1.6842em;
/* 3764 */ 	}
/* 3765 */
/* 3766 */ 	blockquote.aligncenter,
/* 3767 */ 	.wp-caption.aligncenter,
/* 3768 */ 	img.aligncenter {
/* 3769 */ 		margin-top: 0.4211em;
/* 3770 */ 		margin-bottom: 1.6842em;
/* 3771 */ 	}
/* 3772 */
/* 3773 */ 	.wp-caption.alignleft,
/* 3774 */ 	.wp-caption.alignright,
/* 3775 */ 	.wp-caption.aligncenter {
/* 3776 */ 		margin-bottom: 1.2632em;
/* 3777 */ 	}
/* 3778 */
/* 3779 */ 	.site-branding {
/* 3780 */ 		min-height: 3.7895em;
/* 3781 */ 		padding-right: 74px;
/* 3782 */ 	}
/* 3783 */
/* 3784 */ 	.site-title {
/* 3785 */ 		font-size: 32px;
/* 3786 */ 		font-size: 3.2rem;
/* 3787 */ 		line-height: 1.25;
/* 3788 */ 	}
/* 3789 */
/* 3790 */ 	.custom-logo {
/* 3791 */ 		max-height: 104px;
/* 3792 */ 	}
/* 3793 */
/* 3794 */ 	.wp-custom-logo .site-title {
/* 3795 */ 		margin-top: 0.5em;
/* 3796 */ 	}
/* 3797 */
/* 3798 */ 	.site-description {
/* 3799 */ 		font-size: 16px;
/* 3800 */ 		font-size: 1.6rem;

/* style.css */

/* 3801 */ 	}
/* 3802 */
/* 3803 */ 	.widget {
/* 3804 */ 		font-size: 16px;
/* 3805 */ 		font-size: 1.6rem;
/* 3806 */ 	}
/* 3807 */
/* 3808 */ 	.widget blockquote {
/* 3809 */ 		font-size: 19px;
/* 3810 */ 		font-size: 1.9rem;
/* 3811 */ 		line-height: 1.6842;
/* 3812 */ 		margin-bottom: 1.6842em;
/* 3813 */ 		margin-left: -1.2632em;
/* 3814 */ 		padding-left: 1.0526em;
/* 3815 */ 	}
/* 3816 */
/* 3817 */ 	.widget blockquote p {
/* 3818 */ 		margin-bottom: 1.6842em;
/* 3819 */ 	}
/* 3820 */
/* 3821 */ 	.widget blockquote cite,
/* 3822 */ 	.widget blockquote small {
/* 3823 */ 		font-size: 16px;
/* 3824 */ 		font-size: 1.6rem;
/* 3825 */ 	}
/* 3826 */
/* 3827 */ 	.widget button,
/* 3828 */ 	.widget input,
/* 3829 */ 	.widget select,
/* 3830 */ 	.widget textarea {
/* 3831 */ 		line-height: 1.5;
/* 3832 */ 	}
/* 3833 */
/* 3834 */ 	.widget button,
/* 3835 */ 	.widget input {
/* 3836 */ 		line-height: normal;
/* 3837 */ 	}
/* 3838 */
/* 3839 */ 	.widget button,
/* 3840 */ 	.widget input[type="button"],
/* 3841 */ 	.widget input[type="reset"],
/* 3842 */ 	.widget input[type="submit"] {
/* 3843 */ 		font-size: 16px;
/* 3844 */ 		font-size: 1.6rem;
/* 3845 */ 		padding: 0.8125em 1.625em;
/* 3846 */ 	}
/* 3847 */
/* 3848 */ 	.widget input[type="text"],
/* 3849 */ 	.widget input[type="email"],
/* 3850 */ 	.widget input[type="url"],

/* style.css */

/* 3851 */ 	.widget input[type="password"],
/* 3852 */ 	.widget input[type="search"],
/* 3853 */ 	.widget textarea {
/* 3854 */ 		padding: 0.75em;
/* 3855 */ 	}
/* 3856 */
/* 3857 */ 	.widget .wp-caption-text,
/* 3858 */ 	.widget .gallery-caption {
/* 3859 */ 		line-height: 1.5;
/* 3860 */ 	}
/* 3861 */
/* 3862 */ 	.widget_calendar td,
/* 3863 */ 	.widget_calendar th,
/* 3864 */ 	.widget_calendar .wp-calendar-nav span {
/* 3865 */ 		line-height: 2.9375;
/* 3866 */ 	}
/* 3867 */
/* 3868 */ 	.widget_archive li,
/* 3869 */ 	.widget_categories li,
/* 3870 */ 	.widget_links li,
/* 3871 */ 	.widget_meta li,
/* 3872 */ 	.widget_nav_menu li,
/* 3873 */ 	.widget_pages li,
/* 3874 */ 	.widget_recent_comments li,
/* 3875 */ 	.widget_recent_entries li {
/* 3876 */ 		padding: 0.7188em 0;
/* 3877 */ 	}
/* 3878 */
/* 3879 */ 	.widget_categories .children,
/* 3880 */ 	.widget_nav_menu .sub-menu,
/* 3881 */ 	.widget_pages .children {
/* 3882 */ 		margin: 0.7188em 0 0 1em;
/* 3883 */ 		padding-top: 0.7188em;
/* 3884 */ 	}
/* 3885 */
/* 3886 */ 	.widget_rss .rss-date,
/* 3887 */ 	.widget_rss cite {
/* 3888 */ 		font-size: 13px;
/* 3889 */ 		font-size: 1.3rem;
/* 3890 */ 		line-height: 1.8462;
/* 3891 */ 	}
/* 3892 */
/* 3893 */ 	.post-thumbnail {
/* 3894 */ 		margin-bottom: 2.9474em;
/* 3895 */ 	}
/* 3896 */
/* 3897 */ 	.entry-title,
/* 3898 */ 	.widecolumn h2 {
/* 3899 */ 		font-size: 39px;
/* 3900 */ 		font-size: 3.9rem;

/* style.css */

/* 3901 */ 		line-height: 1.2308;
/* 3902 */ 		margin-bottom: 1.2308em;
/* 3903 */ 	}
/* 3904 */
/* 3905 */ 	.entry-content h1,
/* 3906 */ 	.entry-summary h1,
/* 3907 */ 	.page-content h1,
/* 3908 */ 	.comment-content h1 {
/* 3909 */ 		font-size: 39px;
/* 3910 */ 		font-size: 3.9rem;
/* 3911 */ 		line-height: 1.2308;
/* 3912 */ 		margin-top: 1.641em;
/* 3913 */ 		margin-bottom: 0.8205em;
/* 3914 */ 	}
/* 3915 */
/* 3916 */ 	.entry-content h2,
/* 3917 */ 	.entry-summary h2,
/* 3918 */ 	.page-content h2,
/* 3919 */ 	.comment-content h2 {
/* 3920 */ 		font-size: 32px;
/* 3921 */ 		font-size: 3.2rem;
/* 3922 */ 		line-height: 1.25;
/* 3923 */ 		margin-top: 2em;
/* 3924 */ 		margin-bottom: 1em;
/* 3925 */ 	}
/* 3926 */
/* 3927 */ 	.entry-content h3,
/* 3928 */ 	.entry-summary h3,
/* 3929 */ 	.page-content h3,
/* 3930 */ 	.comment-content h3 {
/* 3931 */ 		font-size: 27px;
/* 3932 */ 		font-size: 2.7rem;
/* 3933 */ 		line-height: 1.1852;
/* 3934 */ 		margin-top: 2.3704em;
/* 3935 */ 		margin-bottom: 1.1852em;
/* 3936 */ 	}
/* 3937 */
/* 3938 */ 	.entry-content h4,
/* 3939 */ 	.entry-summary h4,
/* 3940 */ 	.page-content h4,
/* 3941 */ 	.comment-content h4 {
/* 3942 */ 		font-size: 22px;
/* 3943 */ 		font-size: 2.2rem;
/* 3944 */ 		line-height: 1.4545;
/* 3945 */ 		margin-top: 2.9091em;
/* 3946 */ 		margin-bottom: 1.4545em;
/* 3947 */ 	}
/* 3948 */
/* 3949 */ 	.entry-content h5,
/* 3950 */ 	.entry-content h6,

/* style.css */

/* 3951 */ 	.entry-summary h5,
/* 3952 */ 	.entry-summary h6,
/* 3953 */ 	.page-content h5,
/* 3954 */ 	.page-content h6,
/* 3955 */ 	.comment-content h5,
/* 3956 */ 	.comment-content h6 {
/* 3957 */ 		font-size: 19px;
/* 3958 */ 		font-size: 1.9rem;
/* 3959 */ 		line-height: 1.2632;
/* 3960 */ 		margin-top: 3.3684em;
/* 3961 */ 		margin-bottom: 1.6842em;
/* 3962 */ 	}
/* 3963 */
/* 3964 */ 	.entry-content .more-link:after,
/* 3965 */ 	.entry-summary .more-link:after {
/* 3966 */ 		top: 3px;
/* 3967 */ 	}
/* 3968 */
/* 3969 */ 	.author-info .avatar {
/* 3970 */ 		height: 56px;
/* 3971 */ 		margin: 0 1.6842em 1.6842em 0;
/* 3972 */ 		width: 56px;
/* 3973 */ 	}
/* 3974 */
/* 3975 */ 	.author-link:after {
/* 3976 */ 		font-size: 24px;
/* 3977 */ 		top: 0;
/* 3978 */ 	}
/* 3979 */
/* 3980 */ 	.posted-on:before,
/* 3981 */ 	.byline:before,
/* 3982 */ 	.cat-links:before,
/* 3983 */ 	.tags-links:before,
/* 3984 */ 	.comments-link:before,
/* 3985 */ 	.entry-format:before,
/* 3986 */ 	.edit-link:before,
/* 3987 */ 	.full-size-link:before {
/* 3988 */ 		top: 4px;
/* 3989 */ 	}
/* 3990 */
/* 3991 */ 	.taxonomy-description {
/* 3992 */ 		padding-top: 0.4211em;
/* 3993 */ 	}
/* 3994 */
/* 3995 */ 	.page-title,
/* 3996 */ 	.comments-title,
/* 3997 */ 	.comment-reply-title,
/* 3998 */ 	.post-navigation .post-title {
/* 3999 */ 		font-size: 27px;
/* 4000 */ 		font-size: 2.7rem;

/* style.css */

/* 4001 */ 		line-height: 1.1852;
/* 4002 */ 	}
/* 4003 */
/* 4004 */ 	.page-links {
/* 4005 */ 		margin-bottom: 1.4736em;
/* 4006 */ 	}
/* 4007 */
/* 4008 */ 	.page-links a,
/* 4009 */ 	.page-links > span {
/* 4010 */ 		margin: 0 0.25em 0.25em 0;
/* 4011 */ 	}
/* 4012 */
/* 4013 */ 	.entry-attachment {
/* 4014 */ 		margin-bottom: 1.6842em
/* 4015 */ 	}
/* 4016 */
/* 4017 */ 	.format-aside .entry-title,
/* 4018 */ 	.format-image .entry-title,
/* 4019 */ 	.format-video .entry-title,
/* 4020 */ 	.format-quote .entry-title,
/* 4021 */ 	.format-gallery .entry-title,
/* 4022 */ 	.format-status .entry-title,
/* 4023 */ 	.format-link .entry-title,
/* 4024 */ 	.format-audio .entry-title,
/* 4025 */ 	.format-chat .entry-title {
/* 4026 */ 		font-size: 22px;
/* 4027 */ 		font-size: 2.2rem;
/* 4028 */ 		line-height: 1.4545;
/* 4029 */ 		margin-bottom: 1.4545em;
/* 4030 */ 	}
/* 4031 */
/* 4032 */ 	.format-link .entry-title a:after {
/* 4033 */ 		top: 0.125em;
/* 4034 */ 	}
/* 4035 */
/* 4036 */ 	.comments-title {
/* 4037 */ 		margin-bottom: 1.4545em;
/* 4038 */ 	}
/* 4039 */
/* 4040 */ 	.comment-list article,
/* 4041 */ 	.comment-list .pingback,
/* 4042 */ 	.comment-list .trackback {
/* 4043 */ 		padding: 1.6842em 0;
/* 4044 */ 	}
/* 4045 */
/* 4046 */ 	.comment-list + .comment-respond,
/* 4047 */ 	.comment-navigation + .comment-respond {
/* 4048 */ 		padding-top: 1.6842em;
/* 4049 */ 	}
/* 4050 */

/* style.css */

/* 4051 */ 	.comment-list .children > li {
/* 4052 */ 		padding-left: 1.4737em;
/* 4053 */ 	}
/* 4054 */
/* 4055 */ 	.comment-author .avatar {
/* 4056 */ 		height: 56px;
/* 4057 */ 		margin-right: 1.6842em;
/* 4058 */ 		top: 3px;
/* 4059 */ 		width: 56px;
/* 4060 */ 	}
/* 4061 */
/* 4062 */ 	.comment-metadata {
/* 4063 */ 		line-height: 2;
/* 4064 */ 	}
/* 4065 */
/* 4066 */ 	.comment-metadata .edit-link:before {
/* 4067 */ 		top: 8px;
/* 4068 */ 	}
/* 4069 */
/* 4070 */ 	.pingback .edit-link:before {
/* 4071 */ 		top: 8px;
/* 4072 */ 	}
/* 4073 */
/* 4074 */ 	.bypostauthor > article .fn:after {
/* 4075 */ 		top: 8px;
/* 4076 */ 	}
/* 4077 */
/* 4078 */ 	.comment-content ul,
/* 4079 */ 	.comment-content ol {
/* 4080 */ 		margin-bottom: 1.6842em;
/* 4081 */ 	}
/* 4082 */
/* 4083 */ 	.comment-list .reply a {
/* 4084 */ 		padding: 0.4375em 0.875em;
/* 4085 */ 	}
/* 4086 */
/* 4087 */ 	.comment-form,
/* 4088 */ 	.no-comments {
/* 4089 */ 		padding-top: 1.6842em;
/* 4090 */ 	}
/* 4091 */
/* 4092 */ 	embed,
/* 4093 */ 	iframe,
/* 4094 */ 	object,
/* 4095 */ 	video {
/* 4096 */ 		margin-bottom: 1.6842em;
/* 4097 */ 	}
/* 4098 */
/* 4099 */ 	.wp-audio-shortcode,
/* 4100 */ 	.wp-video,

/* style.css */

/* 4101 */ 	.wp-playlist.wp-audio-playlist {
/* 4102 */ 		font-size: 19px;
/* 4103 */ 		font-size: 1.9rem;
/* 4104 */ 		margin-bottom: 1.6842em;
/* 4105 */ 	}
/* 4106 */
/* 4107 */ 	.wp-caption,
/* 4108 */ 	.gallery {
/* 4109 */ 		margin-bottom: 1.6842em;
/* 4110 */ 	}
/* 4111 */
/* 4112 */ 	.widecolumn .mu_alert {
/* 4113 */ 		margin-bottom: 1.6842em;
/* 4114 */ 	}
/* 4115 */
/* 4116 */ 	.widecolumn p {
/* 4117 */ 		margin: 1.6842em 0;
/* 4118 */ 	}
/* 4119 */
/* 4120 */ 	.widecolumn p + h2 {
/* 4121 */ 		margin-top: 1.641em;
/* 4122 */ 	}
/* 4123 */
/* 4124 */ 	.widecolumn #key,
/* 4125 */ 	.widecolumn .mu_register #blog_title,
/* 4126 */ 	.widecolumn .mu_register #user_email,
/* 4127 */ 	.widecolumn .mu_register #blogname,
/* 4128 */ 	.widecolumn .mu_register #user_name {
/* 4129 */ 		font-size: 19px;
/* 4130 */ 		font-size: 1.9rem;
/* 4131 */ 	}
/* 4132 */
/* 4133 */ 	.widecolumn .mu_register #blog_title,
/* 4134 */ 	.widecolumn .mu_register #user_email,
/* 4135 */ 	.widecolumn .mu_register #user_name {
/* 4136 */ 		margin: 0 0 0.421em;
/* 4137 */ 	}
/* 4138 */ }
/* 4139 */
/* 4140 */
/* 4141 */ /**
/* 4142 *|  * 16.4 Desktop Small 955px
/* 4143 *|  */
/* 4144 */
/* 4145 */ @media screen and (min-width: 59.6875em) {
/* 4146 */ 	body:before {
/* 4147 */ 		background-color: #fff;
/* 4148 */ 		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
/* 4149 */ 		content: "";
/* 4150 */ 		display: block;

/* style.css */

/* 4151 */ 		height: 100%;
/* 4152 */ 		min-height: 100%;
/* 4153 */ 		position: fixed;
/* 4154 */ 		top: 0;
/* 4155 */ 		left: 0;
/* 4156 */ 		width: 29.4118%;
/* 4157 */ 		z-index: 0; /* Fixes flashing bug with scrolling on Safari */
/* 4158 */ 	}
/* 4159 */
/* 4160 */ 	.site {
/* 4161 */ 		margin: 0 auto;
/* 4162 */ 		max-width: 1403px;
/* 4163 */ 	}
/* 4164 */
/* 4165 */ 	.sidebar {
/* 4166 */ 		float: left;
/* 4167 */ 		margin-right: -100%;
/* 4168 */ 		max-width: 413px;
/* 4169 */ 		position: relative;
/* 4170 */ 		width: 29.4118%;
/* 4171 */ 	}
/* 4172 */
/* 4173 */ 	.secondary {
/* 4174 */ 		background-color: transparent;
/* 4175 */ 		box-shadow: none;
/* 4176 */ 		display: block;
/* 4177 */ 		margin: 0;
/* 4178 */ 		padding: 0;
/* 4179 */ 	}
/* 4180 */
/* 4181 */ 	.site-main {
/* 4182 */ 		padding: 8.3333% 0;
/* 4183 */ 	}
/* 4184 */
/* 4185 */ 	.site-content {
/* 4186 */ 		display: block;
/* 4187 */ 		float: left;
/* 4188 */ 		margin-left: 29.4118%;
/* 4189 */ 		width: 70.5882%;
/* 4190 */ 	}
/* 4191 */
/* 4192 */ 	body {
/* 4193 */ 		font-size: 15px;
/* 4194 */ 		font-size: 1.5rem;
/* 4195 */ 		line-height: 1.6;
/* 4196 */ 	}
/* 4197 */
/* 4198 */ 	p,
/* 4199 */ 	address,
/* 4200 */ 	pre,

/* style.css */

/* 4201 */ 	hr,
/* 4202 */ 	ul,
/* 4203 */ 	ol,
/* 4204 */ 	dl,
/* 4205 */ 	dd,
/* 4206 */ 	table {
/* 4207 */ 		margin-bottom: 1.6em;
/* 4208 */ 	}
/* 4209 */
/* 4210 */ 	blockquote {
/* 4211 */ 		font-size: 18px;
/* 4212 */ 		font-size: 1.8rem;
/* 4213 */ 		line-height: 1.6667;
/* 4214 */ 		margin-bottom: 1.6667em;
/* 4215 */ 		margin-left: -1.3333em;
/* 4216 */ 		padding-left: 1.1111em;
/* 4217 */ 	}
/* 4218 */
/* 4219 */ 	blockquote cite,
/* 4220 */ 	blockquote small {
/* 4221 */ 		font-size: 15px;
/* 4222 */ 		font-size: 1.5rem;
/* 4223 */ 		line-height: 1.6;
/* 4224 */ 	}
/* 4225 */
/* 4226 */ 	pre {
/* 4227 */ 		line-height: 1.2;
/* 4228 */ 	}
/* 4229 */
/* 4230 */ 	button,
/* 4231 */ 	input,
/* 4232 */ 	select,
/* 4233 */ 	textarea {
/* 4234 */ 		font-size: 16px;
/* 4235 */ 		font-size: 1.6rem;
/* 4236 */ 		line-height: 1.5;
/* 4237 */ 	}
/* 4238 */
/* 4239 */ 	button,
/* 4240 */ 	input {
/* 4241 */ 		line-height: normal;
/* 4242 */ 	}
/* 4243 */
/* 4244 */ 	button,
/* 4245 */ 	input[type="button"],
/* 4246 */ 	input[type="reset"],
/* 4247 */ 	input[type="submit"],
/* 4248 */ 	.post-password-form input[type="submit"],
/* 4249 */ 	.widecolumn #submit,
/* 4250 */ 	.widecolumn .mu_register input[type="submit"] {

/* style.css */

/* 4251 */ 		font-size: 12px;
/* 4252 */ 		font-size: 1.2rem;
/* 4253 */ 		padding: 0.7917em 1.5833em;
/* 4254 */ 	}
/* 4255 */
/* 4256 */ 	input[type="text"],
/* 4257 */ 	input[type="email"],
/* 4258 */ 	input[type="url"],
/* 4259 */ 	input[type="password"],
/* 4260 */ 	input[type="search"],
/* 4261 */ 	textarea {
/* 4262 */ 		padding: 0.375em;
/* 4263 */ 	}
/* 4264 */
/* 4265 */ 	.main-navigation {
/* 4266 */ 		font-size: 12px;
/* 4267 */ 		font-size: 1.2rem;
/* 4268 */ 		margin: 0 20% 20%;
/* 4269 */ 	}
/* 4270 */
/* 4271 */ 	.main-navigation a {
/* 4272 */ 		padding: 0.5em 0;
/* 4273 */ 	}
/* 4274 */
/* 4275 */ 	.main-navigation .menu-item-has-children > a {
/* 4276 */ 		padding-right: 30px;
/* 4277 */ 	}
/* 4278 */
/* 4279 */ 	.main-navigation .menu-item-description {
/* 4280 */ 		font-size: 12px;
/* 4281 */ 		font-size: 1.2rem;
/* 4282 */ 		line-height: 1.5;
/* 4283 */ 	}
/* 4284 */
/* 4285 */ 	.dropdown-toggle {
/* 4286 */ 		height: 24px;
/* 4287 */ 		width: 24px;
/* 4288 */ 	}
/* 4289 */
/* 4290 */ 	.dropdown-toggle:after {
/* 4291 */ 		font-size: 16px;
/* 4292 */ 		line-height: 24px;
/* 4293 */ 		width: 24px;
/* 4294 */ 	}
/* 4295 */
/* 4296 */ 	.social-navigation {
/* 4297 */ 		margin: 0 20% 20%;
/* 4298 */ 	}
/* 4299 */
/* 4300 */ 	.social-navigation ul {

/* style.css */

/* 4301 */ 		margin-bottom: -1.6em;
/* 4302 */ 	}
/* 4303 */
/* 4304 */ 	.social-navigation li {
/* 4305 */ 		width: 25%;
/* 4306 */ 	}
/* 4307 */
/* 4308 */ 	.social-navigation a {
/* 4309 */ 		height: 3.2em;
/* 4310 */ 	}
/* 4311 */
/* 4312 */ 	.secondary-toggle {
/* 4313 */ 		display: none;
/* 4314 */ 	}
/* 4315 */
/* 4316 */ 	.post-password-form label,
/* 4317 */ 	.post-navigation .meta-nav,
/* 4318 */ 	.comment-navigation,
/* 4319 */ 	.image-navigation,
/* 4320 */ 	.author-heading,
/* 4321 */ 	.author-bio,
/* 4322 */ 	.entry-footer,
/* 4323 */ 	.page-links a,
/* 4324 */ 	.page-links span,
/* 4325 */ 	.comment-metadata,
/* 4326 */ 	.pingback .edit-link,
/* 4327 */ 	.comment-list .reply,
/* 4328 */ 	.comment-notes,
/* 4329 */ 	.comment-awaiting-moderation,
/* 4330 */ 	.logged-in-as,
/* 4331 */ 	.comment-form label,
/* 4332 */ 	.comment-form .comment-form-cookies-consent label,
/* 4333 */ 	.form-allowed-tags,
/* 4334 */ 	.site-info,
/* 4335 */ 	.wp-caption-text,
/* 4336 */ 	.gallery-caption,
/* 4337 */ 	.entry-caption,
/* 4338 */ 	.widecolumn label,
/* 4339 */ 	.widecolumn .mu_register label {
/* 4340 */ 		font-size: 12px;
/* 4341 */ 		font-size: 1.2rem;
/* 4342 */ 	}
/* 4343 */
/* 4344 */ 	.post-navigation {
/* 4345 */ 		margin: 8.3333% 8.3333% 0;
/* 4346 */ 	}
/* 4347 */
/* 4348 */ 	.post-navigation a {
/* 4349 */ 		padding: 5% 10%;
/* 4350 */ 	}

/* style.css */

/* 4351 */
/* 4352 */ 	.pagination {
/* 4353 */ 		margin: 8.333% 8.333% 0;
/* 4354 */ 	}
/* 4355 */
/* 4356 */ 	.pagination .nav-links {
/* 4357 */ 		min-height: 3.2em;
/* 4358 */ 	}
/* 4359 */
/* 4360 */ 	.pagination .page-numbers {
/* 4361 */ 		line-height: 3.2em;
/* 4362 */ 		padding: 0 0.8em;
/* 4363 */ 	}
/* 4364 */
/* 4365 */ 	.pagination .prev,
/* 4366 */ 	.pagination .next {
/* 4367 */ 		height: 48px;
/* 4368 */ 		padding: 0;
/* 4369 */ 		width: 48px;
/* 4370 */ 	}
/* 4371 */
/* 4372 */ 	.pagination .prev:before,
/* 4373 */ 	.pagination .next:before {
/* 4374 */ 		height: 48px;
/* 4375 */ 		line-height: 48px;
/* 4376 */ 		width: 48px;
/* 4377 */ 	}
/* 4378 */
/* 4379 */ 	.image-navigation .nav-previous a:before,
/* 4380 */ 	.image-navigation .nav-next a:after,
/* 4381 */ 	.comment-navigation .nav-previous a:before,
/* 4382 */ 	.comment-navigation .nav-next a:after {
/* 4383 */ 		font-size: 16px;
/* 4384 */ 		top: 0;
/* 4385 */ 	}
/* 4386 */
/* 4387 */ 	.image-navigation {
/* 4388 */ 		padding: 0 10%;
/* 4389 */ 	}
/* 4390 */
/* 4391 */ 	blockquote.alignleft,
/* 4392 */ 	.wp-caption.alignleft,
/* 4393 */ 	img.alignleft {
/* 4394 */ 		margin: 0.4em 1.6em 1.6em 0;
/* 4395 */ 	}
/* 4396 */
/* 4397 */ 	blockquote.alignright,
/* 4398 */ 	.wp-caption.alignright,
/* 4399 */ 	img.alignright {
/* 4400 */ 		margin: 0.4em 0 1.6em 1.6em;

/* style.css */

/* 4401 */ 	}
/* 4402 */
/* 4403 */ 	blockquote.aligncenter,
/* 4404 */ 	.wp-caption.aligncenter,
/* 4405 */ 	img.aligncenter {
/* 4406 */ 		clear: both;
/* 4407 */ 		margin-top: 0.4em;
/* 4408 */ 		margin-bottom: 1.6em;
/* 4409 */ 	}
/* 4410 */
/* 4411 */ 	.wp-caption.alignleft,
/* 4412 */ 	.wp-caption.alignright,
/* 4413 */ 	.wp-caption.aligncenter {
/* 4414 */ 		margin-bottom: 1.2em;
/* 4415 */ 	}
/* 4416 */
/* 4417 */ 	.site-header {
/* 4418 */ 		background-color: transparent;
/* 4419 */ 		border-bottom: 0;
/* 4420 */ 		margin: 20% 0;
/* 4421 */ 		padding: 0 20%;
/* 4422 */ 	}
/* 4423 */
/* 4424 */ 	.site-branding {
/* 4425 */ 		min-height: 0;
/* 4426 */ 		padding: 0;
/* 4427 */ 	}
/* 4428 */
/* 4429 */ 	.site-title {
/* 4430 */ 		font-size: 22px;
/* 4431 */ 		font-size: 2.2rem;
/* 4432 */ 		line-height: 1.3636;
/* 4433 */ 	}
/* 4434 */
/* 4435 */ 	.custom-logo {
/* 4436 */ 		max-height: none;
/* 4437 */ 	}
/* 4438 */
/* 4439 */ 	.wp-custom-logo .site-title {
/* 4440 */ 		margin-top: 0.545454545em;
/* 4441 */ 	}
/* 4442 */
/* 4443 */ 	.site-description {
/* 4444 */ 		font-size: 12px;
/* 4445 */ 		font-size: 1.2rem;
/* 4446 */ 	}
/* 4447 */
/* 4448 */ 	.widget {
/* 4449 */ 		font-size: 12px;
/* 4450 */ 		font-size: 1.2rem;

/* style.css */

/* 4451 */ 		margin: 0 0 20%;
/* 4452 */ 		padding: 0 20%;
/* 4453 */ 	}
/* 4454 */
/* 4455 */ 	.widget blockquote {
/* 4456 */ 		font-size: 12px;
/* 4457 */ 		font-size: 1.2rem;
/* 4458 */ 		line-height: 1.5;
/* 4459 */ 		margin-bottom: 1.5em;
/* 4460 */ 		margin-left: -1.5em;
/* 4461 */ 		padding-left: 1.1667em;
/* 4462 */ 	}
/* 4463 */
/* 4464 */ 	.widget blockquote p {
/* 4465 */ 		margin-bottom: 1.5em;
/* 4466 */ 	}
/* 4467 */
/* 4468 */ 	.widget blockquote cite,
/* 4469 */ 	.widget blockquote small {
/* 4470 */ 		font-size: 12px;
/* 4471 */ 		font-size: 1.2rem;
/* 4472 */ 	}
/* 4473 */
/* 4474 */ 	.widget pre {
/* 4475 */ 		padding: 0.5em;
/* 4476 */ 	}
/* 4477 */
/* 4478 */ 	.widget button,
/* 4479 */ 	.widget input,
/* 4480 */ 	.widget select,
/* 4481 */ 	.widget textarea {
/* 4482 */ 		font-size: 12px;
/* 4483 */ 		font-size: 1.2rem;
/* 4484 */ 	}
/* 4485 */
/* 4486 */ 	.widget button,
/* 4487 */ 	.widget input[type="button"],
/* 4488 */ 	.widget input[type="reset"],
/* 4489 */ 	.widget input[type="submit"] {
/* 4490 */ 		font-size: 12px;
/* 4491 */ 		font-size: 1.2rem;
/* 4492 */ 		padding: 0.5417em 1.0833em;
/* 4493 */ 	}
/* 4494 */
/* 4495 */ 	.widget input[type="text"],
/* 4496 */ 	.widget input[type="email"],
/* 4497 */ 	.widget input[type="url"],
/* 4498 */ 	.widget input[type="password"],
/* 4499 */ 	.widget input[type="search"],
/* 4500 */ 	.widget textarea {

/* style.css */

/* 4501 */ 		padding: 0.4583em;
/* 4502 */ 	}
/* 4503 */
/* 4504 */ 	.widget .wp-caption-text,
/* 4505 */ 	.widget .gallery-caption {
/* 4506 */ 		font-size: 12px;
/* 4507 */ 		font-size: 1.2rem;
/* 4508 */ 	}
/* 4509 */
/* 4510 */ 	.widget_calendar td,
/* 4511 */ 	.widget_calendar th,
/* 4512 */ 	.widget_calendar .wp-calendar-nav span {
/* 4513 */ 		line-height: 1.9167;
/* 4514 */ 	}
/* 4515 */
/* 4516 */ 	.widget_archive li,
/* 4517 */ 	.widget_categories li,
/* 4518 */ 	.widget_links li,
/* 4519 */ 	.widget_meta li,
/* 4520 */ 	.widget_nav_menu li,
/* 4521 */ 	.widget_pages li,
/* 4522 */ 	.widget_recent_comments li,
/* 4523 */ 	.widget_recent_entries li {
/* 4524 */ 		padding: 0.4583em 0;
/* 4525 */ 	}
/* 4526 */
/* 4527 */ 	.widget_categories .children,
/* 4528 */ 	.widget_nav_menu .sub-menu,
/* 4529 */ 	.widget_pages .children {
/* 4530 */ 		margin: 0.4583em 0 0 1em;
/* 4531 */ 		padding-top: 0.4583em;
/* 4532 */ 	}
/* 4533 */
/* 4534 */ 	.widget_rss .rss-date,
/* 4535 */ 	.widget_rss cite {
/* 4536 */ 		font-size: 12px;
/* 4537 */ 		font-size: 1.2rem;
/* 4538 */ 		line-height: 1.5;
/* 4539 */ 	}
/* 4540 */
/* 4541 */ 	.hentry,
/* 4542 */ 	.page-header,
/* 4543 */ 	.page-content {
/* 4544 */ 		margin: 0 8.3333%;
/* 4545 */ 	}
/* 4546 */
/* 4547 */ 	.hentry {
/* 4548 */ 		padding-top: 8.3333%;
/* 4549 */ 	}
/* 4550 */

/* style.css */

/* 4551 */ 	.hentry + .hentry,
/* 4552 */ 	.page-header + .hentry,
/* 4553 */ 	.page-header + .page-content {
/* 4554 */ 		margin-top: 8.3333%;
/* 4555 */ 	}
/* 4556 */
/* 4557 */ 	.post-thumbnail {
/* 4558 */ 		margin-bottom: 2.4em;
/* 4559 */ 	}
/* 4560 */
/* 4561 */ 	.entry-header {
/* 4562 */ 		padding: 0 10%;
/* 4563 */ 	}
/* 4564 */
/* 4565 */ 	.entry-title,
/* 4566 */ 	.widecolumn h2 {
/* 4567 */ 		font-size: 31px;
/* 4568 */ 		font-size: 3.1rem;
/* 4569 */ 		line-height: 1.1613;
/* 4570 */ 		margin-bottom: 1.1613em;
/* 4571 */ 	}
/* 4572 */
/* 4573 */ 	.entry-content,
/* 4574 */ 	.entry-summary {
/* 4575 */ 		padding: 0 10% 10%;
/* 4576 */ 	}
/* 4577 */
/* 4578 */ 	.entry-content h1,
/* 4579 */ 	.entry-summary h1,
/* 4580 */ 	.page-content h1,
/* 4581 */ 	.comment-content h1 {
/* 4582 */ 		font-size: 31px;
/* 4583 */ 		font-size: 3.1rem;
/* 4584 */ 		line-height: 1.1613;
/* 4585 */ 		margin-top: 1.5484em;
/* 4586 */ 		margin-bottom: 0.7742em;
/* 4587 */ 	}
/* 4588 */
/* 4589 */ 	.entry-content h2,
/* 4590 */ 	.entry-summary h2,
/* 4591 */ 	.page-content h2,
/* 4592 */ 	.comment-content h2 {
/* 4593 */ 		font-size: 26px;
/* 4594 */ 		font-size: 2.6rem;
/* 4595 */ 		line-height: 1.3846;
/* 4596 */ 		margin-top: 1.8462em;
/* 4597 */ 		margin-bottom: 0.9231em;
/* 4598 */ 	}
/* 4599 */
/* 4600 */ 	.entry-content h3,

/* style.css */

/* 4601 */ 	.entry-summary h3,
/* 4602 */ 	.page-content h3,
/* 4603 */ 	.comment-content h3 {
/* 4604 */ 		font-size: 22px;
/* 4605 */ 		font-size: 2.2rem;
/* 4606 */ 		line-height: 1.3636;
/* 4607 */ 		margin-top: 2.1818em;
/* 4608 */ 		margin-bottom: 1.0909em;
/* 4609 */ 	}
/* 4610 */
/* 4611 */ 	.entry-content h4,
/* 4612 */ 	.entry-summary h4,
/* 4613 */ 	.page-content h4,
/* 4614 */ 	.comment-content h4 {
/* 4615 */ 		font-size: 18px;
/* 4616 */ 		font-size: 1.8rem;
/* 4617 */ 		line-height: 1.3333;
/* 4618 */ 		margin-top: 2.6667em;
/* 4619 */ 		margin-bottom: 1.3333em;
/* 4620 */ 	}
/* 4621 */
/* 4622 */ 	.entry-content h5,
/* 4623 */ 	.entry-content h6,
/* 4624 */ 	.entry-summary h5,
/* 4625 */ 	.entry-summary h6,
/* 4626 */ 	.page-content h5,
/* 4627 */ 	.page-content h6,
/* 4628 */ 	.comment-content h5,
/* 4629 */ 	.comment-content h6 {
/* 4630 */ 		font-size: 15px;
/* 4631 */ 		font-size: 1.5rem;
/* 4632 */ 		line-height: 1.2;
/* 4633 */ 		margin-top: 3.2em;
/* 4634 */ 		margin-bottom: 1.6em;
/* 4635 */ 	}
/* 4636 */
/* 4637 */ 	.entry-content .more-link:after,
/* 4638 */ 	.entry-summary .more-link:after {
/* 4639 */ 		font-size: 16px;
/* 4640 */ 		top: 5px;
/* 4641 */ 	}
/* 4642 */
/* 4643 */ 	.author-info {
/* 4644 */ 		margin: 0 10%;
/* 4645 */ 		padding: 10% 0;
/* 4646 */ 	}
/* 4647 */
/* 4648 */ 	.author-info .avatar {
/* 4649 */ 		height: 36px;
/* 4650 */ 		margin: 0 1.5em 1.5em 0;

/* style.css */

/* 4651 */ 		width: 36px;
/* 4652 */ 	}
/* 4653 */
/* 4654 */ 	.author-link:after {
/* 4655 */ 		font-size: 16px;
/* 4656 */ 		top: 1px;
/* 4657 */ 	}
/* 4658 */
/* 4659 */ 	.entry-footer {
/* 4660 */ 		padding: 5% 10%;
/* 4661 */ 	}
/* 4662 */
/* 4663 */ 	.posted-on:before,
/* 4664 */ 	.byline:before,
/* 4665 */ 	.cat-links:before,
/* 4666 */ 	.tags-links:before,
/* 4667 */ 	.comments-link:before,
/* 4668 */ 	.entry-format:before,
/* 4669 */ 	.edit-link:before,
/* 4670 */ 	.full-size-link:before {
/* 4671 */ 		top: 0;
/* 4672 */ 	}
/* 4673 */
/* 4674 */ 	.page-header {
/* 4675 */ 		padding: 4.1666% 8.3333%;
/* 4676 */ 	}
/* 4677 */
/* 4678 */ 	.page-content {
/* 4679 */ 		padding: 8.3333%;
/* 4680 */ 	}
/* 4681 */
/* 4682 */ 	.taxonomy-description {
/* 4683 */ 		padding-top: 0.4em;
/* 4684 */ 	}
/* 4685 */
/* 4686 */ 	.page-title,
/* 4687 */ 	.comments-title,
/* 4688 */ 	.comment-reply-title,
/* 4689 */ 	.post-navigation .post-title {
/* 4690 */ 		font-size: 18px;
/* 4691 */ 		font-size: 1.8rem;
/* 4692 */ 		line-height: 1.3333;
/* 4693 */ 	}
/* 4694 */
/* 4695 */ 	.page-links {
/* 4696 */ 		margin-bottom: 1.3333em;
/* 4697 */ 	}
/* 4698 */
/* 4699 */ 	.page-links a,
/* 4700 */ 	.page-links > span {

/* style.css */

/* 4701 */ 		margin: 0 0.3333em 0.3333em 0;
/* 4702 */ 	}
/* 4703 */
/* 4704 */ 	.entry-attachment {
/* 4705 */ 		margin-bottom: 1.6em;
/* 4706 */ 	}
/* 4707 */
/* 4708 */ 	.format-aside .entry-title,
/* 4709 */ 	.format-image .entry-title,
/* 4710 */ 	.format-video .entry-title,
/* 4711 */ 	.format-quote .entry-title,
/* 4712 */ 	.format-gallery .entry-title,
/* 4713 */ 	.format-status .entry-title,
/* 4714 */ 	.format-link .entry-title,
/* 4715 */ 	.format-audio .entry-title,
/* 4716 */ 	.format-chat .entry-title {
/* 4717 */ 		font-size: 18px;
/* 4718 */ 		font-size: 1.8rem;
/* 4719 */ 		line-height: 1.3333;
/* 4720 */ 		margin-bottom: 1.3333em;
/* 4721 */ 	}
/* 4722 */
/* 4723 */ 	.format-link .entry-title a:after {
/* 4724 */ 		top: 0;
/* 4725 */ 	}
/* 4726 */
/* 4727 */ 	.comments-area {
/* 4728 */ 		margin: 8.3333% 8.3333% 0;
/* 4729 */ 		padding: 8.3333%;
/* 4730 */ 	}
/* 4731 */
/* 4732 */ 	.comments-title {
/* 4733 */ 		margin-bottom: 1.3333em;
/* 4734 */ 	}
/* 4735 */
/* 4736 */ 	.comment-list article,
/* 4737 */ 	.comment-list .pingback,
/* 4738 */ 	.comment-list .trackback {
/* 4739 */ 		padding: 1.6em 0;
/* 4740 */ 	}
/* 4741 */
/* 4742 */ 	.comment-list + .comment-respond,
/* 4743 */ 	.comment-navigation + .comment-respond {
/* 4744 */ 		padding-top: 1.6em;
/* 4745 */ 	}
/* 4746 */
/* 4747 */ 	.comment-list .children > li {
/* 4748 */ 		padding-left: 0.8em;
/* 4749 */ 	}
/* 4750 */

/* style.css */

/* 4751 */ 	.comment-author {
/* 4752 */ 		margin-bottom: 0.4em;
/* 4753 */ 	}
/* 4754 */
/* 4755 */ 	.comment-author .avatar {
/* 4756 */ 		height: 24px;
/* 4757 */ 		margin-right: 0.8em;
/* 4758 */ 		top: 0;
/* 4759 */ 		width: 24px;
/* 4760 */ 	}
/* 4761 */
/* 4762 */ 	.comment-metadata .edit-link:before {
/* 4763 */ 		top: 3px;
/* 4764 */ 	}
/* 4765 */
/* 4766 */ 	.pingback .edit-link:before {
/* 4767 */ 		top: 5px;
/* 4768 */ 	}
/* 4769 */
/* 4770 */ 	.bypostauthor > article .fn:after {
/* 4771 */ 		top: 5px;
/* 4772 */ 		left: 3px;
/* 4773 */ 	}
/* 4774 */
/* 4775 */ 	.comment-content ul,
/* 4776 */ 	.comment-content ol {
/* 4777 */ 		margin-bottom: 2em;
/* 4778 */ 	}
/* 4779 */
/* 4780 */ 	.comment-list .reply a {
/* 4781 */ 		padding: 0.4167em 0.8333em;
/* 4782 */ 	}
/* 4783 */
/* 4784 */ 	.comment-form,
/* 4785 */ 	.no-comments {
/* 4786 */ 		padding-top: 1.6em;
/* 4787 */ 	}
/* 4788 */
/* 4789 */ 	.comment-reply-title small a:before {
/* 4790 */ 		top: -3px;
/* 4791 */ 	}
/* 4792 */
/* 4793 */ 	.site-footer {
/* 4794 */ 		float: left;
/* 4795 */ 		margin: 0 0 0 35.2941%;
/* 4796 */ 		padding: 0;
/* 4797 */ 		width: 58.8235%;
/* 4798 */ 	}
/* 4799 */
/* 4800 */ 	.site-info {

/* style.css */

/* 4801 */ 		padding: 5% 10%;
/* 4802 */ 	}
/* 4803 */
/* 4804 */ 	embed,
/* 4805 */ 	iframe,
/* 4806 */ 	object,
/* 4807 */ 	video {
/* 4808 */ 		margin-bottom: 1.6em;
/* 4809 */ 	}
/* 4810 */
/* 4811 */ 	.wp-audio-shortcode,
/* 4812 */ 	.wp-video,
/* 4813 */ 	.wp-playlist.wp-audio-playlist {
/* 4814 */ 		font-size: 15px;
/* 4815 */ 		font-size: 1.5rem;
/* 4816 */ 		margin-bottom: 1.6em;
/* 4817 */ 	}
/* 4818 */
/* 4819 */ 	.wp-caption,
/* 4820 */ 	.gallery {
/* 4821 */ 		margin-bottom: 1.6em;
/* 4822 */ 	}
/* 4823 */
/* 4824 */ 	.widecolumn {
/* 4825 */ 		margin: 8.3333%;
/* 4826 */ 		padding: 8.3333%;
/* 4827 */ 	}
/* 4828 */
/* 4829 */ 	.widecolumn .mu_alert {
/* 4830 */ 		margin-bottom: 1.6em;
/* 4831 */ 	}
/* 4832 */
/* 4833 */ 	.widecolumn p {
/* 4834 */ 		margin: 1.6em 0;
/* 4835 */ 	}
/* 4836 */
/* 4837 */ 	.widecolumn p + h2 {
/* 4838 */ 		margin-top: 1.5484em;
/* 4839 */ 	}
/* 4840 */
/* 4841 */ 	.widecolumn #key,
/* 4842 */ 	.widecolumn .mu_register #blog_title,
/* 4843 */ 	.widecolumn .mu_register #user_email,
/* 4844 */ 	.widecolumn .mu_register #blogname,
/* 4845 */ 	.widecolumn .mu_register #user_name {
/* 4846 */ 		font-size: 16px;
/* 4847 */ 		font-size: 1.6rem;
/* 4848 */ 	}
/* 4849 */
/* 4850 */ 	.widecolumn .mu_register #blog_title,

/* style.css */

/* 4851 */ 	.widecolumn .mu_register #user_email,
/* 4852 */ 	.widecolumn .mu_register #user_name {
/* 4853 */ 		margin: 0 0 0.375em;
/* 4854 */ 	}
/* 4855 */ }
/* 4856 */
/* 4857 */
/* 4858 */ /**
/* 4859 *|  * 16.5 Desktop Medium 1100px
/* 4860 *|  */
/* 4861 */
/* 4862 */ @media screen and (min-width: 68.75em) {
/* 4863 */ 	body,
/* 4864 */ 	button,
/* 4865 */ 	input,
/* 4866 */ 	select,
/* 4867 */ 	textarea {
/* 4868 */ 		font-size: 17px;
/* 4869 */ 		font-size: 1.7rem;
/* 4870 */ 		line-height: 1.6471;
/* 4871 */ 	}
/* 4872 */
/* 4873 */ 	button,
/* 4874 */ 	input {
/* 4875 */ 		line-height: normal;
/* 4876 */ 	}
/* 4877 */
/* 4878 */ 	p,
/* 4879 */ 	address,
/* 4880 */ 	pre,
/* 4881 */ 	hr,
/* 4882 */ 	ul,
/* 4883 */ 	ol,
/* 4884 */ 	dl,
/* 4885 */ 	dd,
/* 4886 */ 	table {
/* 4887 */ 		margin-bottom: 1.6471em;
/* 4888 */ 	}
/* 4889 */
/* 4890 */ 	blockquote {
/* 4891 */ 		font-size: 20px;
/* 4892 */ 		font-size: 2rem;
/* 4893 */ 		line-height: 1.75;
/* 4894 */ 		margin-bottom: 1.75em;
/* 4895 */ 		margin-left: -1.05em;
/* 4896 */ 		padding-left: 0.85em;
/* 4897 */ 	}
/* 4898 */
/* 4899 */ 	blockquote p {
/* 4900 */ 		margin-bottom: 1.75em;

/* style.css */

/* 4901 */ 	}
/* 4902 */
/* 4903 */ 	blockquote cite,
/* 4904 */ 	blockquote small {
/* 4905 */ 		font-size: 17px;
/* 4906 */ 		font-size: 1.7rem;
/* 4907 */ 		line-height: 1.6471;
/* 4908 */ 	}
/* 4909 */
/* 4910 */ 	pre {
/* 4911 */ 		line-height: 1.2353;
/* 4912 */ 	}
/* 4913 */
/* 4914 */ 	button,
/* 4915 */ 	input[type="button"],
/* 4916 */ 	input[type="reset"],
/* 4917 */ 	input[type="submit"],
/* 4918 */ 	.post-password-form input[type="submit"],
/* 4919 */ 	.widecolumn #submit,
/* 4920 */ 	.widecolumn .mu_register input[type="submit"] {
/* 4921 */ 		font-size: 14px;
/* 4922 */ 		font-size: 1.4rem;
/* 4923 */ 		padding: 0.8214em 1.5714em;
/* 4924 */ 	}
/* 4925 */
/* 4926 */ 	input[type="text"],
/* 4927 */ 	input[type="email"],
/* 4928 */ 	input[type="url"],
/* 4929 */ 	input[type="password"],
/* 4930 */ 	input[type="search"],
/* 4931 */ 	textarea {
/* 4932 */ 		padding: 0.5em;
/* 4933 */ 	}
/* 4934 */
/* 4935 */ 	.main-navigation {
/* 4936 */ 		font-size: 14px;
/* 4937 */ 		font-size: 1.4rem;
/* 4938 */ 	}
/* 4939 */
/* 4940 */ 	.main-navigation a {
/* 4941 */ 		padding: 0.4643em 0;
/* 4942 */ 	}
/* 4943 */
/* 4944 */ 	.main-navigation .menu-item-has-children > a {
/* 4945 */ 		padding-right: 34px;
/* 4946 */ 	}
/* 4947 */
/* 4948 */ 	.main-navigation .menu-item-description {
/* 4949 */ 		line-height: 1.4583;
/* 4950 */ 		margin-top: 0.25em;

/* style.css */

/* 4951 */ 	}
/* 4952 */
/* 4953 */ 	.dropdown-toggle {
/* 4954 */ 		height: 28px;
/* 4955 */ 		width: 28px;
/* 4956 */ 	}
/* 4957 */
/* 4958 */ 	.dropdown-toggle:after {
/* 4959 */ 		line-height: 28px;
/* 4960 */ 		width: 28px;
/* 4961 */ 	}
/* 4962 */
/* 4963 */ 	.social-navigation ul {
/* 4964 */ 		margin-bottom: -1.4706em;
/* 4965 */ 	}
/* 4966 */
/* 4967 */ 	.social-navigation li {
/* 4968 */ 		width: 20%;
/* 4969 */ 	}
/* 4970 */
/* 4971 */ 	.social-navigation a {
/* 4972 */ 		height: 2.8824em;
/* 4973 */ 	}
/* 4974 */
/* 4975 */ 	.post-password-form label,
/* 4976 */ 	.post-navigation .meta-nav,
/* 4977 */ 	.comment-navigation,
/* 4978 */ 	.image-navigation,
/* 4979 */ 	.author-heading,
/* 4980 */ 	.author-bio,
/* 4981 */ 	.entry-footer,
/* 4982 */ 	.page-links a,
/* 4983 */ 	.page-links span,
/* 4984 */ 	.comment-metadata,
/* 4985 */ 	.pingback .edit-link,
/* 4986 */ 	.comment-list .reply,
/* 4987 */ 	.comment-notes,
/* 4988 */ 	.comment-awaiting-moderation,
/* 4989 */ 	.logged-in-as,
/* 4990 */ 	.comment-form label,
/* 4991 */ 	.comment-form .comment-form-cookies-consent label,
/* 4992 */ 	.form-allowed-tags,
/* 4993 */ 	.site-info,
/* 4994 */ 	.wp-caption-text,
/* 4995 */ 	.gallery-caption,
/* 4996 */ 	.entry-caption,
/* 4997 */ 	.widecolumn label,
/* 4998 */ 	.widecolumn .mu_register label {
/* 4999 */ 		font-size: 14px;
/* 5000 */ 		font-size: 1.4rem;

/* style.css */

/* 5001 */ 	}
/* 5002 */
/* 5003 */ 	.pagination .nav-links {
/* 5004 */ 		min-height: 3.2941em;
/* 5005 */ 	}
/* 5006 */
/* 5007 */ 	.pagination .page-numbers {
/* 5008 */ 		line-height: 3.2941em;
/* 5009 */ 		padding: 0 0.8235em;
/* 5010 */ 	}
/* 5011 */
/* 5012 */ 	.pagination .prev,
/* 5013 */ 	.pagination .next {
/* 5014 */ 		height: 56px;
/* 5015 */ 		padding: 0;
/* 5016 */ 		width: 56px;
/* 5017 */ 	}
/* 5018 */
/* 5019 */ 	.pagination .prev:before,
/* 5020 */ 	.pagination .next:before {
/* 5021 */ 		height: 56px;
/* 5022 */ 		line-height: 56px;
/* 5023 */ 		width: 56px;
/* 5024 */ 	}
/* 5025 */
/* 5026 */ 	.image-navigation .nav-previous a:before,
/* 5027 */ 	.image-navigation .nav-next a:after,
/* 5028 */ 	.comment-navigation .nav-previous a:before,
/* 5029 */ 	.comment-navigation .nav-next a:after {
/* 5030 */ 		top: 2px;
/* 5031 */ 	}
/* 5032 */
/* 5033 */ 	blockquote.alignleft,
/* 5034 */ 	.wp-caption.alignleft,
/* 5035 */ 	img.alignleft {
/* 5036 */ 		margin: 0.4118em 1.6471em 1.6471em 0;
/* 5037 */ 	}
/* 5038 */
/* 5039 */ 	blockquote.alignright,
/* 5040 */ 	.wp-caption.alignright,
/* 5041 */ 	img.alignright {
/* 5042 */ 		margin: 0.4118em 0 1.6471em 1.6471em;
/* 5043 */ 	}
/* 5044 */
/* 5045 */ 	blockquote.aligncenter,
/* 5046 */ 	.wp-caption.aligncenter,
/* 5047 */ 	img.aligncenter {
/* 5048 */ 		margin-top: 0.4118em;
/* 5049 */ 		margin-bottom: 1.6471em;
/* 5050 */ 	}

/* style.css */

/* 5051 */
/* 5052 */ 	.wp-caption.alignleft,
/* 5053 */ 	.wp-caption.alignright,
/* 5054 */ 	.wp-caption.aligncenter {
/* 5055 */ 		margin-bottom: 1.2353em;
/* 5056 */ 	}
/* 5057 */
/* 5058 */ 	.site-title {
/* 5059 */ 		font-size: 24px;
/* 5060 */ 		font-size: 2.4rem;
/* 5061 */ 		line-height: 1.1667;
/* 5062 */ 	}
/* 5063 */
/* 5064 */ 	.wp-custom-logo .site-title {
/* 5065 */ 		margin-top: 0.583333333em;
/* 5066 */ 	}
/* 5067 */
/* 5068 */ 	.site-description {
/* 5069 */ 		font-size: 14px;
/* 5070 */ 		font-size: 1.4rem;
/* 5071 */ 	}
/* 5072 */
/* 5073 */ 	.widget {
/* 5074 */ 		font-size: 14px;
/* 5075 */ 		font-size: 1.4rem;
/* 5076 */ 	}
/* 5077 */
/* 5078 */ 	.widget blockquote {
/* 5079 */ 		font-size: 14px;
/* 5080 */ 		font-size: 1.4rem;
/* 5081 */ 		padding-left: 1.2143em;
/* 5082 */ 	}
/* 5083 */
/* 5084 */ 	.widget button,
/* 5085 */ 	.widget input,
/* 5086 */ 	.widget select,
/* 5087 */ 	.widget textarea {
/* 5088 */ 		font-size: 14px;
/* 5089 */ 		font-size: 1.4rem;
/* 5090 */ 	}
/* 5091 */
/* 5092 */ 	.widget button,
/* 5093 */ 	.widget input[type="button"],
/* 5094 */ 	.widget input[type="reset"],
/* 5095 */ 	.widget input[type="submit"] {
/* 5096 */ 		font-size: 12px;
/* 5097 */ 		font-size: 1.2rem;
/* 5098 */ 		padding: 0.75em 1.5em;
/* 5099 */ 	}
/* 5100 */

/* style.css */

/* 5101 */ 	.widget input[type="text"],
/* 5102 */ 	.widget input[type="email"],
/* 5103 */ 	.widget input[type="url"],
/* 5104 */ 	.widget input[type="password"],
/* 5105 */ 	.widget input[type="search"],
/* 5106 */ 	.widget textarea {
/* 5107 */ 		padding: 0.5em;
/* 5108 */ 	}
/* 5109 */
/* 5110 */ 	.widget .wp-caption-text,
/* 5111 */ 	.widget .gallery-caption {
/* 5112 */ 		line-height: 1.4583;
/* 5113 */ 		padding: 0.5833em 0;
/* 5114 */ 	}
/* 5115 */
/* 5116 */ 	.widget_calendar caption {
/* 5117 */ 		margin: 0 0 1.9286em;
/* 5118 */ 	}
/* 5119 */
/* 5120 */ 	.widget_calendar td,
/* 5121 */ 	.widget_calendar th,
/* 5122 */ 	.widget_calendar .wp-calendar-nav span {
/* 5123 */ 		line-height: 1.9286;
/* 5124 */ 	}
/* 5125 */
/* 5126 */ 	.widget_archive li,
/* 5127 */ 	.widget_categories li,
/* 5128 */ 	.widget_links li,
/* 5129 */ 	.widget_meta li,
/* 5130 */ 	.widget_nav_menu li,
/* 5131 */ 	.widget_pages li,
/* 5132 */ 	.widget_recent_comments li,
/* 5133 */ 	.widget_recent_entries li {
/* 5134 */ 		padding: 0.4643em 0;
/* 5135 */ 	}
/* 5136 */
/* 5137 */ 	.widget_categories .children,
/* 5138 */ 	.widget_nav_menu .sub-menu,
/* 5139 */ 	.widget_pages .children {
/* 5140 */ 		margin: 0.4643em 0 0 1em;
/* 5141 */ 		padding-top: 0.4643em;
/* 5142 */ 	}
/* 5143 */
/* 5144 */ 	.widget_rss .rss-date,
/* 5145 */ 	.widget_rss cite {
/* 5146 */ 		line-height: 1.75;
/* 5147 */ 	}
/* 5148 */
/* 5149 */ 	.post-thumbnail {
/* 5150 */ 		margin-bottom: 2.4706em;

/* style.css */

/* 5151 */ 	}
/* 5152 */
/* 5153 */ 	.entry-title,
/* 5154 */ 	.widecolumn h2 {
/* 5155 */ 		font-size: 35px;
/* 5156 */ 		font-size: 3.5rem;
/* 5157 */ 		line-height: 1.2;
/* 5158 */ 		margin-bottom: 1.2em;
/* 5159 */ 	}
/* 5160 */
/* 5161 */ 	.entry-content h1,
/* 5162 */ 	.entry-summary h1,
/* 5163 */ 	.page-content h1,
/* 5164 */ 	.comment-content h1 {
/* 5165 */ 		font-size: 35px;
/* 5166 */ 		font-size: 3.5rem;
/* 5167 */ 		line-height: 1.2;
/* 5168 */ 		margin-top: 1.6em;
/* 5169 */ 		margin-bottom: 0.8em;
/* 5170 */ 	}
/* 5171 */
/* 5172 */ 	.entry-content h2,
/* 5173 */ 	.entry-summary h2,
/* 5174 */ 	.page-content h2,
/* 5175 */ 	.comment-content h2 {
/* 5176 */ 		font-size: 29px;
/* 5177 */ 		font-size: 2.9rem;
/* 5178 */ 		line-height: 1.2069;
/* 5179 */ 		margin-top: 1.931em;
/* 5180 */ 		margin-bottom: 0.9655em;
/* 5181 */ 	}
/* 5182 */
/* 5183 */ 	.entry-content h3,
/* 5184 */ 	.entry-summary h3,
/* 5185 */ 	.page-content h3,
/* 5186 */ 	.comment-content h3 {
/* 5187 */ 		font-size: 24px;
/* 5188 */ 		font-size: 2.4rem;
/* 5189 */ 		line-height: 1.1667;
/* 5190 */ 		margin-top: 2.3333em;
/* 5191 */ 		margin-bottom: 1.1667em;
/* 5192 */ 	}
/* 5193 */
/* 5194 */ 	.entry-content h4,
/* 5195 */ 	.entry-summary h4,
/* 5196 */ 	.page-content h4,
/* 5197 */ 	.comment-content h4 {
/* 5198 */ 		font-size: 20px;
/* 5199 */ 		font-size: 2rem;
/* 5200 */ 		line-height: 1.4;

/* style.css */

/* 5201 */ 		margin-top: 2.8em;
/* 5202 */ 		margin-bottom: 1.4em;
/* 5203 */ 	}
/* 5204 */
/* 5205 */ 	.entry-content h5,
/* 5206 */ 	.entry-content h6,
/* 5207 */ 	.entry-summary h5,
/* 5208 */ 	.entry-summary h6,
/* 5209 */ 	.page-content h5,
/* 5210 */ 	.page-content h6,
/* 5211 */ 	.comment-content h5,
/* 5212 */ 	.comment-content h6 {
/* 5213 */ 		font-size: 17px;
/* 5214 */ 		font-size: 1.7rem;
/* 5215 */ 		line-height: 1.2353;
/* 5216 */ 		margin-top: 3.2941em;
/* 5217 */ 		margin-bottom: 1.6471em;
/* 5218 */ 	}
/* 5219 */
/* 5220 */ 	.entry-content .more-link:after,
/* 5221 */ 	.entry-summary .more-link:after {
/* 5222 */ 		font-size: 24px;
/* 5223 */ 		top: 2px;
/* 5224 */ 	}
/* 5225 */
/* 5226 */ 	.author-info .avatar {
/* 5227 */ 		height: 42px;
/* 5228 */ 		margin: 0 1.6471em 1.6471em 0;
/* 5229 */ 		width: 42px;
/* 5230 */ 	}
/* 5231 */
/* 5232 */ 	.author-link:after {
/* 5233 */ 		top: 3px;
/* 5234 */ 	}
/* 5235 */
/* 5236 */ 	.posted-on:before,
/* 5237 */ 	.byline:before,
/* 5238 */ 	.cat-links:before,
/* 5239 */ 	.tags-links:before,
/* 5240 */ 	.comments-link:before,
/* 5241 */ 	.entry-format:before,
/* 5242 */ 	.edit-link:before,
/* 5243 */ 	.full-size-link:before {
/* 5244 */ 		top: 3px;
/* 5245 */ 	}
/* 5246 */
/* 5247 */ 	.taxonomy-description {
/* 5248 */ 		padding-top: 0.4118em;
/* 5249 */ 	}
/* 5250 */

/* style.css */

/* 5251 */ 	.page-title,
/* 5252 */ 	.comments-title,
/* 5253 */ 	.comment-reply-title,
/* 5254 */ 	.post-navigation .post-title {
/* 5255 */ 		font-size: 24px;
/* 5256 */ 		font-size: 2.4rem;
/* 5257 */ 		line-height: 1.1667;
/* 5258 */ 	}
/* 5259 */
/* 5260 */ 	.page-links {
/* 5261 */ 		margin-bottom: 1.4117em;
/* 5262 */ 	}
/* 5263 */
/* 5264 */ 	.page-links a,
/* 5265 */ 	.page-links > span {
/* 5266 */ 		margin: 0 0.2857em 0.2857em 0;
/* 5267 */ 	}
/* 5268 */
/* 5269 */ 	.entry-attachment {
/* 5270 */ 		margin-bottom: 1.6471em;
/* 5271 */ 	}
/* 5272 */
/* 5273 */ 	.format-aside .entry-title,
/* 5274 */ 	.format-image .entry-title,
/* 5275 */ 	.format-video .entry-title,
/* 5276 */ 	.format-quote .entry-title,
/* 5277 */ 	.format-gallery .entry-title,
/* 5278 */ 	.format-status .entry-title,
/* 5279 */ 	.format-link .entry-title,
/* 5280 */ 	.format-audio .entry-title,
/* 5281 */ 	.format-chat .entry-title {
/* 5282 */ 		font-size: 20px;
/* 5283 */ 		font-size: 2rem;
/* 5284 */ 		line-height: 1.4;
/* 5285 */ 		margin-bottom: 1.4em;
/* 5286 */ 	}
/* 5287 */
/* 5288 */ 	.format-link .entry-title a:after {
/* 5289 */ 		top: 0.0833em;
/* 5290 */ 	}
/* 5291 */
/* 5292 */ 	.comments-title {
/* 5293 */ 		margin-bottom: 1.4em;
/* 5294 */ 	}
/* 5295 */
/* 5296 */ 	.comment-list article,
/* 5297 */ 	.comment-list .pingback,
/* 5298 */ 	.comment-list .trackback {
/* 5299 */ 		padding: 1.6471em 0;
/* 5300 */ 	}

/* style.css */

/* 5301 */
/* 5302 */ 	.comment-list + .comment-respond,
/* 5303 */ 	.comment-navigation + .comment-respond {
/* 5304 */ 		padding-top: 1.6471em;
/* 5305 */ 	}
/* 5306 */
/* 5307 */ 	.comment-list .children > li {
/* 5308 */ 		padding-left: 1.1667em;
/* 5309 */ 	}
/* 5310 */
/* 5311 */ 	.comment-author {
/* 5312 */ 		margin-bottom: 0;
/* 5313 */ 	}
/* 5314 */
/* 5315 */ 	.comment-author .avatar {
/* 5316 */ 		height: 42px;
/* 5317 */ 		margin-right: 1.64705em;
/* 5318 */ 		top: 5px;
/* 5319 */ 		width: 42px;
/* 5320 */ 	}
/* 5321 */
/* 5322 */ 	.bypostauthor > article .fn:after {
/* 5323 */ 		top: 7px;
/* 5324 */ 		left: 6px;
/* 5325 */ 	}
/* 5326 */
/* 5327 */ 	.comment-metadata .edit-link:before {
/* 5328 */ 		top: 6px;
/* 5329 */ 	}
/* 5330 */
/* 5331 */ 	.pingback .edit-link:before {
/* 5332 */ 		top: 6px;
/* 5333 */ 	}
/* 5334 */
/* 5335 */ 	.comment-content ul,
/* 5336 */ 	.comment-content ol {
/* 5337 */ 		margin-bottom: 1.6471em;
/* 5338 */ 	}
/* 5339 */
/* 5340 */ 	.comment-list .reply a {
/* 5341 */ 		padding: 0.4286em 0.8571em;
/* 5342 */ 	}
/* 5343 */
/* 5344 */ 	.comment-form,
/* 5345 */ 	.no-comments {
/* 5346 */ 		padding-top: 1.6471em;
/* 5347 */ 	}
/* 5348 */
/* 5349 */ 	.comment-reply-title small a:before {
/* 5350 */ 		top: -1px;

/* style.css */

/* 5351 */ 	}
/* 5352 */
/* 5353 */ 	embed,
/* 5354 */ 	iframe,
/* 5355 */ 	object,
/* 5356 */ 	video {
/* 5357 */ 		margin-bottom: 1.6471em;
/* 5358 */ 	}
/* 5359 */
/* 5360 */ 	.wp-audio-shortcode,
/* 5361 */ 	.wp-video,
/* 5362 */ 	.wp-playlist.wp-audio-playlist {
/* 5363 */ 		font-size: 17px;
/* 5364 */ 		font-size: 1.7rem;
/* 5365 */ 		margin-bottom: 1.6471em;
/* 5366 */ 	}
/* 5367 */
/* 5368 */ 	.wp-caption,
/* 5369 */ 	.gallery {
/* 5370 */ 		margin-bottom: 1.6471em;
/* 5371 */ 	}
/* 5372 */
/* 5373 */ 	.widecolumn .mu_alert {
/* 5374 */ 		margin-bottom: 1.6471em;
/* 5375 */ 	}
/* 5376 */
/* 5377 */ 	.widecolumn p {
/* 5378 */ 		margin: 1.6471em 0;
/* 5379 */ 	}
/* 5380 */
/* 5381 */ 	.widecolumn p + h2 {
/* 5382 */ 		margin-top: 1.6em;
/* 5383 */ 	}
/* 5384 */
/* 5385 */ 	.widecolumn #key,
/* 5386 */ 	.widecolumn .mu_register #blog_title,
/* 5387 */ 	.widecolumn .mu_register #user_email,
/* 5388 */ 	.widecolumn .mu_register #blogname,
/* 5389 */ 	.widecolumn .mu_register #user_name {
/* 5390 */ 		font-size: 17px;
/* 5391 */ 		font-size: 1.7rem;
/* 5392 */ 	}
/* 5393 */
/* 5394 */ 	.widecolumn .mu_register #blog_title,
/* 5395 */ 	.widecolumn .mu_register #user_email,
/* 5396 */ 	.widecolumn .mu_register #user_name {
/* 5397 */ 		margin: 0 0 0.4117em;
/* 5398 */ 	}
/* 5399 */ }
/* 5400 */

/* style.css */

/* 5401 */
/* 5402 */ /**
/* 5403 *|  * 16.6 Desktop Large 1240px
/* 5404 *|  */
/* 5405 */
/* 5406 */ @media screen and (min-width: 77.5em) {
/* 5407 */ 	body,
/* 5408 */ 	button,
/* 5409 */ 	input,
/* 5410 */ 	select,
/* 5411 */ 	textarea {
/* 5412 */ 		font-size: 19px;
/* 5413 */ 		font-size: 1.9rem;
/* 5414 */ 		line-height: 1.6842;
/* 5415 */ 	}
/* 5416 */
/* 5417 */ 	button,
/* 5418 */ 	input {
/* 5419 */ 		line-height: normal;
/* 5420 */ 	}
/* 5421 */
/* 5422 */ 	p,
/* 5423 */ 	address,
/* 5424 */ 	pre,
/* 5425 */ 	hr,
/* 5426 */ 	ul,
/* 5427 */ 	ol,
/* 5428 */ 	dl,
/* 5429 */ 	dd,
/* 5430 */ 	table {
/* 5431 */ 		margin-bottom: 1.6842em;
/* 5432 */ 	}
/* 5433 */
/* 5434 */ 	blockquote {
/* 5435 */ 		font-size: 22px;
/* 5436 */ 		font-size: 2.2rem;
/* 5437 */ 		line-height: 1.8182;
/* 5438 */ 		margin-bottom: 1.8182em;
/* 5439 */ 		margin-left: -1.0909em;
/* 5440 */ 		padding-left: 0.9091em;
/* 5441 */ 	}
/* 5442 */
/* 5443 */ 	blockquote p {
/* 5444 */ 		margin-bottom: 1.8182em;
/* 5445 */ 	}
/* 5446 */
/* 5447 */ 	blockquote cite,
/* 5448 */ 	blockquote small {
/* 5449 */ 		font-size: 19px;
/* 5450 */ 		font-size: 1.9rem;

/* style.css */

/* 5451 */ 		line-height: 1.6842;
/* 5452 */ 	}
/* 5453 */
/* 5454 */ 	pre {
/* 5455 */ 		line-height: 1.2632;
/* 5456 */ 	}
/* 5457 */
/* 5458 */ 	button,
/* 5459 */ 	input[type="button"],
/* 5460 */ 	input[type="reset"],
/* 5461 */ 	input[type="submit"],
/* 5462 */ 	.post-password-form input[type="submit"],
/* 5463 */ 	.widecolumn #submit,
/* 5464 */ 	.widecolumn .mu_register input[type="submit"] {
/* 5465 */ 		font-size: 16px;
/* 5466 */ 		font-size: 1.6rem;
/* 5467 */ 		padding: 0.8125em 1.625em;
/* 5468 */ 	}
/* 5469 */
/* 5470 */ 	input[type="text"],
/* 5471 */ 	input[type="email"],
/* 5472 */ 	input[type="url"],
/* 5473 */ 	input[type="password"],
/* 5474 */ 	input[type="search"],
/* 5475 */ 	textarea {
/* 5476 */ 		padding: 0.5278em;
/* 5477 */ 	}
/* 5478 */
/* 5479 */ 	.main-navigation {
/* 5480 */ 		font-size: 16px;
/* 5481 */ 		font-size: 1.6rem;
/* 5482 */ 	}
/* 5483 */
/* 5484 */ 	.main-navigation a {
/* 5485 */ 		padding: 0.5em 0;
/* 5486 */ 	}
/* 5487 */
/* 5488 */ 	.main-navigation .menu-item-has-children > a {
/* 5489 */ 		padding-right: 38px;
/* 5490 */ 	}
/* 5491 */
/* 5492 */ 	.main-navigation .menu-item-description {
/* 5493 */ 		font-size: 13px;
/* 5494 */ 		font-size: 1.3rem;
/* 5495 */ 		line-height: 1.5385;
/* 5496 */ 		margin-top: 0.3077em;
/* 5497 */ 	}
/* 5498 */
/* 5499 */ 	.dropdown-toggle {
/* 5500 */ 		height: 32px;

/* style.css */

/* 5501 */ 		top: 4px;
/* 5502 */ 		width: 32px;
/* 5503 */ 	}
/* 5504 */
/* 5505 */ 	.dropdown-toggle:after {
/* 5506 */ 		line-height: 32px;
/* 5507 */ 		width: 32px;
/* 5508 */ 	}
/* 5509 */
/* 5510 */ 	.social-navigation ul {
/* 5511 */ 		margin-bottom: -1.2632em;
/* 5512 */ 	}
/* 5513 */
/* 5514 */ 	.social-navigation a {
/* 5515 */ 		height: 2.5263em;
/* 5516 */ 	}
/* 5517 */
/* 5518 */ 	.post-password-form label,
/* 5519 */ 	.post-navigation .meta-nav,
/* 5520 */ 	.comment-navigation,
/* 5521 */ 	.image-navigation,
/* 5522 */ 	.author-heading,
/* 5523 */ 	.author-bio,
/* 5524 */ 	.entry-footer,
/* 5525 */ 	.page-links a,
/* 5526 */ 	.page-links span,
/* 5527 */ 	.comment-metadata,
/* 5528 */ 	.pingback .edit-link,
/* 5529 */ 	.comment-list .reply,
/* 5530 */ 	.comment-notes,
/* 5531 */ 	.comment-awaiting-moderation,
/* 5532 */ 	.logged-in-as,
/* 5533 */ 	.comment-form label,
/* 5534 */ 	.comment-form .comment-form-cookies-consent label,
/* 5535 */ 	.form-allowed-tags,
/* 5536 */ 	.site-info,
/* 5537 */ 	.wp-caption-text,
/* 5538 */ 	.gallery-caption,
/* 5539 */ 	.entry-caption,
/* 5540 */ 	.widecolumn label,
/* 5541 */ 	.widecolumn .mu_register label {
/* 5542 */ 		font-size: 16px;
/* 5543 */ 		font-size: 1.6rem;
/* 5544 */ 	}
/* 5545 */
/* 5546 */ 	.pagination .nav-links {
/* 5547 */ 		min-height: 3.3684em;
/* 5548 */ 	}
/* 5549 */
/* 5550 */ 	.pagination .page-numbers {

/* style.css */

/* 5551 */ 		line-height: 3.3684em;
/* 5552 */ 		padding: 0 0.8421em;
/* 5553 */ 	}
/* 5554 */
/* 5555 */ 	.pagination .prev,
/* 5556 */ 	.pagination .next {
/* 5557 */ 		height: 64px;
/* 5558 */ 		padding: 0;
/* 5559 */ 		width: 64px;
/* 5560 */ 	}
/* 5561 */
/* 5562 */ 	.pagination .prev:before,
/* 5563 */ 	.pagination .next:before {
/* 5564 */ 		height: 64px;
/* 5565 */ 		line-height: 64px;
/* 5566 */ 		width: 64px;
/* 5567 */ 	}
/* 5568 */
/* 5569 */ 	.image-navigation .nav-previous a:before,
/* 5570 */ 	.image-navigation .nav-next a:after,
/* 5571 */ 	.comment-navigation .nav-previous a:before,
/* 5572 */ 	.comment-navigation .nav-next a:after {
/* 5573 */ 		font-size: 24px;
/* 5574 */ 		top: -1px;
/* 5575 */ 	}
/* 5576 */
/* 5577 */ 	blockquote.alignleft,
/* 5578 */ 	.wp-caption.alignleft,
/* 5579 */ 	img.alignleft {
/* 5580 */ 		margin: 0.4211em 1.6842em 1.6842em 0;
/* 5581 */ 	}
/* 5582 */
/* 5583 */ 	blockquote.alignright,
/* 5584 */ 	.wp-caption.alignright,
/* 5585 */ 	img.alignright {
/* 5586 */ 		margin: 0.4211em 0 1.6842em 1.6842em;
/* 5587 */ 	}
/* 5588 */
/* 5589 */ 	blockquote.aligncenter,
/* 5590 */ 	.wp-caption.aligncenter,
/* 5591 */ 	img.aligncenter {
/* 5592 */ 		margin-top: 0.4211em;
/* 5593 */ 		margin-bottom: 1.6842em;
/* 5594 */ 	}
/* 5595 */
/* 5596 */ 	.wp-caption.alignleft,
/* 5597 */ 	.wp-caption.alignright,
/* 5598 */ 	.wp-caption.aligncenter {
/* 5599 */ 		margin-bottom: 1.2632em;
/* 5600 */ 	}

/* style.css */

/* 5601 */
/* 5602 */ 	.site-title {
/* 5603 */ 		font-size: 27px;
/* 5604 */ 		font-size: 2.7rem;
/* 5605 */ 		line-height: 1.1852;
/* 5606 */ 	}
/* 5607 */
/* 5608 */ 	.wp-custom-logo .site-title {
/* 5609 */ 		margin-top: 0.592592593em;
/* 5610 */ 	}
/* 5611 */
/* 5612 */ 	.site-description {
/* 5613 */ 		font-size: 16px;
/* 5614 */ 		font-size: 1.6rem;
/* 5615 */ 	}
/* 5616 */
/* 5617 */ 	.widget {
/* 5618 */ 		font-size: 16px;
/* 5619 */ 		font-size: 1.6rem;
/* 5620 */ 	}
/* 5621 */
/* 5622 */ 	.widget blockquote {
/* 5623 */ 		font-size: 16px;
/* 5624 */ 		font-size: 1.6rem;
/* 5625 */ 		padding-left: 1.25em;
/* 5626 */ 	}
/* 5627 */
/* 5628 */ 	.widget blockquote cite,
/* 5629 */ 	.widget blockquote small {
/* 5630 */ 		font-size: 13px;
/* 5631 */ 		font-size: 1.3rem;
/* 5632 */ 		line-height: 1.8462;
/* 5633 */ 	}
/* 5634 */
/* 5635 */ 	.widget button,
/* 5636 */ 	.widget input,
/* 5637 */ 	.widget select,
/* 5638 */ 	.widget textarea {
/* 5639 */ 		font-size: 16px;
/* 5640 */ 		font-size: 1.6rem;
/* 5641 */ 	}
/* 5642 */
/* 5643 */ 	.widget button,
/* 5644 */ 	.widget input[type="button"],
/* 5645 */ 	.widget input[type="reset"],
/* 5646 */ 	.widget input[type="submit"] {
/* 5647 */ 		font-size: 13px;
/* 5648 */ 		font-size: 1.3rem;
/* 5649 */ 		padding: 0.8462em 1.6923em;
/* 5650 */ 	}

/* style.css */

/* 5651 */
/* 5652 */ 	.widget input[type="text"],
/* 5653 */ 	.widget input[type="email"],
/* 5654 */ 	.widget input[type="url"],
/* 5655 */ 	.widget input[type="password"],
/* 5656 */ 	.widget input[type="search"],
/* 5657 */ 	.widget textarea {
/* 5658 */ 		padding: 0.5em;
/* 5659 */ 	}
/* 5660 */
/* 5661 */ 	.widget .wp-caption-text,
/* 5662 */ 	.widget .gallery-caption {
/* 5663 */ 		font-size: 13px;
/* 5664 */ 		font-size: 1.3rem;
/* 5665 */ 		line-height: 1.5385;
/* 5666 */ 		padding: 0.6154em 0;
/* 5667 */ 	}
/* 5668 */
/* 5669 */ 	.widget_calendar td,
/* 5670 */ 	.widget_calendar th,
/* 5671 */ 	.widget_calendar .wp-calendar-nav span {
/* 5672 */ 		line-height: 1.9375;
/* 5673 */ 	}
/* 5674 */
/* 5675 */ 	.widget_calendar caption {
/* 5676 */ 		margin: 0 0 1.5em;
/* 5677 */ 	}
/* 5678 */
/* 5679 */ 	.widget_archive li,
/* 5680 */ 	.widget_categories li,
/* 5681 */ 	.widget_links li,
/* 5682 */ 	.widget_meta li,
/* 5683 */ 	.widget_nav_menu li,
/* 5684 */ 	.widget_pages li,
/* 5685 */ 	.widget_recent_comments li,
/* 5686 */ 	.widget_recent_entries li {
/* 5687 */ 		padding: 0.4688em 0;
/* 5688 */ 	}
/* 5689 */
/* 5690 */ 	.widget_categories .children,
/* 5691 */ 	.widget_nav_menu .sub-menu,
/* 5692 */ 	.widget_pages .children {
/* 5693 */ 		margin: 0.4688em 0 0 1em;
/* 5694 */ 		padding-top: 0.4688em;
/* 5695 */ 	}
/* 5696 */
/* 5697 */ 	.widget_rss .rss-date,
/* 5698 */ 	.widget_rss cite {
/* 5699 */ 		font-size: 13px;
/* 5700 */ 		font-size: 1.3rem;

/* style.css */

/* 5701 */ 		line-height: 1.8462;
/* 5702 */ 	}
/* 5703 */
/* 5704 */ 	.post-thumbnail {
/* 5705 */ 		margin-bottom: 2.9474em;
/* 5706 */ 	}
/* 5707 */
/* 5708 */ 	.entry-title,
/* 5709 */ 	.widecolumn h2 {
/* 5710 */ 		font-size: 39px;
/* 5711 */ 		font-size: 3.9rem;
/* 5712 */ 		line-height: 1.2308;
/* 5713 */ 		margin-bottom: 1.2308em;
/* 5714 */ 	}
/* 5715 */
/* 5716 */ 	.entry-content h1,
/* 5717 */ 	.entry-summary h1,
/* 5718 */ 	.page-content h1,
/* 5719 */ 	.comment-content h1 {
/* 5720 */ 		font-size: 39px;
/* 5721 */ 		font-size: 3.9rem;
/* 5722 */ 		line-height: 1.2308;
/* 5723 */ 		margin-top: 1.641em;
/* 5724 */ 		margin-bottom: 0.8205em;
/* 5725 */ 	}
/* 5726 */
/* 5727 */ 	.entry-content h2,
/* 5728 */ 	.entry-summary h2,
/* 5729 */ 	.page-content h2,
/* 5730 */ 	.comment-content h2 {
/* 5731 */ 		font-size: 32px;
/* 5732 */ 		font-size: 3.2rem;
/* 5733 */ 		line-height: 1.25;
/* 5734 */ 		margin-top: 2em;
/* 5735 */ 		margin-bottom: 1em;
/* 5736 */ 	}
/* 5737 */
/* 5738 */ 	.entry-content h3,
/* 5739 */ 	.entry-summary h3,
/* 5740 */ 	.page-content h3,
/* 5741 */ 	.comment-content h3 {
/* 5742 */ 		font-size: 27px;
/* 5743 */ 		font-size: 2.7rem;
/* 5744 */ 		line-height: 1.1852;
/* 5745 */ 		margin-top: 2.3704em;
/* 5746 */ 		margin-bottom: 1.1852em;
/* 5747 */ 	}
/* 5748 */
/* 5749 */ 	.entry-content h4,
/* 5750 */ 	.entry-summary h4,

/* style.css */

/* 5751 */ 	.page-content h4,
/* 5752 */ 	.comment-content h4 {
/* 5753 */ 		font-size: 22px;
/* 5754 */ 		font-size: 2.2rem;
/* 5755 */ 		line-height: 1.4545;
/* 5756 */ 		margin-top: 2.9091em;
/* 5757 */ 		margin-bottom: 1.4545em;
/* 5758 */ 	}
/* 5759 */
/* 5760 */ 	.entry-content h5,
/* 5761 */ 	.entry-content h6,
/* 5762 */ 	.entry-summary h5,
/* 5763 */ 	.entry-summary h6,
/* 5764 */ 	.page-content h5,
/* 5765 */ 	.page-content h6,
/* 5766 */ 	.comment-content h5,
/* 5767 */ 	.comment-content h6 {
/* 5768 */ 		font-size: 19px;
/* 5769 */ 		font-size: 1.9rem;
/* 5770 */ 		line-height: 1.2632;
/* 5771 */ 		margin-top: 3.3684em;
/* 5772 */ 		margin-bottom: 1.6842em;
/* 5773 */ 	}
/* 5774 */
/* 5775 */ 	.entry-content .more-link:after,
/* 5776 */ 	.entry-summary .more-link:after {
/* 5777 */ 		top: 3px;
/* 5778 */ 	}
/* 5779 */
/* 5780 */ 	.author-info .avatar {
/* 5781 */ 		height: 56px;
/* 5782 */ 		margin: 0 1.6842em 1.6842em 0;
/* 5783 */ 		width: 56px;
/* 5784 */ 	}
/* 5785 */
/* 5786 */ 	.author-link:after {
/* 5787 */ 		font-size: 24px;
/* 5788 */ 		top: 0;
/* 5789 */ 	}
/* 5790 */
/* 5791 */ 	.posted-on:before,
/* 5792 */ 	.byline:before,
/* 5793 */ 	.cat-links:before,
/* 5794 */ 	.tags-links:before,
/* 5795 */ 	.comments-link:before,
/* 5796 */ 	.entry-format:before,
/* 5797 */ 	.edit-link:before,
/* 5798 */ 	.full-size-link:before {
/* 5799 */ 		top: 4px;
/* 5800 */ 	}

/* style.css */

/* 5801 */
/* 5802 */ 	.taxonomy-description {
/* 5803 */ 		padding-top: 0.4211em;
/* 5804 */ 	}
/* 5805 */
/* 5806 */ 	.page-title,
/* 5807 */ 	.comments-title,
/* 5808 */ 	.comment-reply-title,
/* 5809 */ 	.post-navigation .post-title {
/* 5810 */ 		font-size: 27px;
/* 5811 */ 		font-size: 2.7rem;
/* 5812 */ 		line-height: 1.1852;
/* 5813 */ 	}
/* 5814 */
/* 5815 */ 	.page-links {
/* 5816 */ 		margin-bottom: 1.4736em;
/* 5817 */ 	}
/* 5818 */
/* 5819 */ 	.page-links a,
/* 5820 */ 	.page-links > span {
/* 5821 */ 		margin: 0 0.25em 0.25em 0;
/* 5822 */ 	}
/* 5823 */
/* 5824 */ 	.entry-attachment {
/* 5825 */ 		margin-bottom: 1.6842em;
/* 5826 */ 	}
/* 5827 */
/* 5828 */ 	.format-aside .entry-title,
/* 5829 */ 	.format-image .entry-title,
/* 5830 */ 	.format-video .entry-title,
/* 5831 */ 	.format-quote .entry-title,
/* 5832 */ 	.format-gallery .entry-title,
/* 5833 */ 	.format-status .entry-title,
/* 5834 */ 	.format-link .entry-title,
/* 5835 */ 	.format-audio .entry-title,
/* 5836 */ 	.format-chat .entry-title {
/* 5837 */ 		font-size: 22px;
/* 5838 */ 		font-size: 2.2rem;
/* 5839 */ 		line-height: 1.4545;
/* 5840 */ 		margin-bottom: 1.4545em;
/* 5841 */ 	}
/* 5842 */
/* 5843 */ 	.format-link .entry-title a:after {
/* 5844 */ 		top: 3px;
/* 5845 */ 	}
/* 5846 */
/* 5847 */ 	.comments-title {
/* 5848 */ 		margin-bottom: 1.4545em;
/* 5849 */ 	}
/* 5850 */

/* style.css */

/* 5851 */ 	.comment-list article,
/* 5852 */ 	.comment-list .pingback,
/* 5853 */ 	.comment-list .trackback {
/* 5854 */ 		padding: 1.6842em 0;
/* 5855 */ 	}
/* 5856 */
/* 5857 */ 	.comment-list + .comment-respond,
/* 5858 */ 	.comment-navigation + .comment-respond {
/* 5859 */ 		padding-top: 1.6842em;
/* 5860 */ 	}
/* 5861 */
/* 5862 */ 	.comment-list .children > li {
/* 5863 */ 		padding-left: 1.4737em;
/* 5864 */ 	}
/* 5865 */
/* 5866 */ 	.comment-author .avatar {
/* 5867 */ 		height: 56px;
/* 5868 */ 		margin-right: 1.6842em;
/* 5869 */ 		top: 3px;
/* 5870 */ 		width: 56px;
/* 5871 */ 	}
/* 5872 */
/* 5873 */ 	.bypostauthor > article .fn:after {
/* 5874 */ 		top: 8px;
/* 5875 */ 	}
/* 5876 */
/* 5877 */ 	.comment-metadata .edit-link:before {
/* 5878 */ 		top: 8px;
/* 5879 */ 	}
/* 5880 */
/* 5881 */ 	.pingback .edit-link:before {
/* 5882 */ 		top: 8px;
/* 5883 */ 	}
/* 5884 */
/* 5885 */ 	.comment-content ul,
/* 5886 */ 	.comment-content ol {
/* 5887 */ 		margin-bottom: 1.6842em;
/* 5888 */ 	}
/* 5889 */
/* 5890 */ 	.comment-list .reply a {
/* 5891 */ 		padding: 0.4375em 0.875em;
/* 5892 */ 	}
/* 5893 */
/* 5894 */ 	.comment-form,
/* 5895 */ 	.no-comments {
/* 5896 */ 		padding-top: 1.6842em;
/* 5897 */ 	}
/* 5898 */
/* 5899 */ 	embed,
/* 5900 */ 	iframe,

/* style.css */

/* 5901 */ 	object,
/* 5902 */ 	video {
/* 5903 */ 		margin-bottom: 1.6842em;
/* 5904 */ 	}
/* 5905 */
/* 5906 */ 	.wp-audio-shortcode,
/* 5907 */ 	.wp-video,
/* 5908 */ 	.wp-playlist.wp-audio-playlist {
/* 5909 */ 		font-size: 19px;
/* 5910 */ 		font-size: 1.9rem;
/* 5911 */ 		margin-bottom: 1.6842em;
/* 5912 */ 	}
/* 5913 */
/* 5914 */ 	.wp-caption,
/* 5915 */ 	.gallery {
/* 5916 */ 		margin-bottom: 1.6842em;
/* 5917 */ 	}
/* 5918 */
/* 5919 */ 	.widecolumn .mu_alert {
/* 5920 */ 		margin-bottom: 1.6842em;
/* 5921 */ 	}
/* 5922 */
/* 5923 */ 	.widecolumn p {
/* 5924 */ 		margin: 1.6842em 0;
/* 5925 */ 	}
/* 5926 */
/* 5927 */ 	.widecolumn p + h2 {
/* 5928 */ 		margin-top: 1.641em;
/* 5929 */ 	}
/* 5930 */
/* 5931 */ 	.widecolumn #key,
/* 5932 */ 	.widecolumn .mu_register #blog_title,
/* 5933 */ 	.widecolumn .mu_register #user_email,
/* 5934 */ 	.widecolumn .mu_register #blogname,
/* 5935 */ 	.widecolumn .mu_register #user_name {
/* 5936 */ 		font-size: 19px;
/* 5937 */ 		font-size: 1.9rem;
/* 5938 */ 	}
/* 5939 */
/* 5940 */ 	.widecolumn .mu_register #blog_title,
/* 5941 */ 	.widecolumn .mu_register #user_email,
/* 5942 */ 	.widecolumn .mu_register #user_name {
/* 5943 */ 		margin: 0 0 0.421em;
/* 5944 */ 	}
/* 5945 */ }
/* 5946 */
/* 5947 */
/* 5948 */ /**
/* 5949 *|  * 16.7 Desktop X-Large 1403px
/* 5950 *|  */

/* style.css */

/* 5951 */
/* 5952 */ @media screen and (min-width: 87.6875em) {
/* 5953 */ 	body:before {
/* 5954 */ 		width: -webkit-calc(50% - 289px);
/* 5955 */ 		width: calc(50% - 289px);
/* 5956 */ 	}
/* 5957 */ }
/* 5958 */
/* 5959 */
/* 5960 */ /**
/* 5961 *|  * 17.0 Print
/* 5962 *|  */
/* 5963 */
/* 5964 */ @media print {
/* 5965 */ 	body {
/* 5966 */ 		background: none !important; /* Brute force since user agents all print differently. */
/* 5967 */ 		font-size: 11.25pt;
/* 5968 */ 	}
/* 5969 */
/* 5970 */ 	.secondary-toggle,
/* 5971 */ 	.navigation,
/* 5972 */ 	.page-links,
/* 5973 */ 	.edit-link,
/* 5974 */ 	#reply-title,
/* 5975 */ 	.comment-form,
/* 5976 */ 	.comment-edit-link,
/* 5977 */ 	.comment-list .reply a,
/* 5978 */ 	button,
/* 5979 */ 	input,
/* 5980 */ 	textarea,
/* 5981 */ 	select,
/* 5982 */ 	.widecolumn form,
/* 5983 */ 	.widecolumn .mu_register form {
/* 5984 */ 		display: none;
/* 5985 */ 	}
/* 5986 */
/* 5987 */ 	.site-header,
/* 5988 */ 	.site-footer,
/* 5989 */ 	.hentry,
/* 5990 */ 	.entry-footer,
/* 5991 */ 	.page-header,
/* 5992 */ 	.page-content,
/* 5993 */ 	.comments-area,
/* 5994 */ 	.widecolumn {
/* 5995 */ 		background: none !important; /* Make sure color schemes don't affect to print */
/* 5996 */ 	}
/* 5997 */
/* 5998 */ 	body,
/* 5999 */ 	blockquote,
/* 6000 */ 	blockquote cite,

/* style.css */

/* 6001 */ 	blockquote small,
/* 6002 */ 	label,
/* 6003 */ 	a,
/* 6004 */ 	.site-title a,
/* 6005 */ 	.site-description,
/* 6006 */ 	.post-title,
/* 6007 */ 	.author-heading,
/* 6008 */ 	.entry-footer,
/* 6009 */ 	.entry-footer a,
/* 6010 */ 	.taxonomy-description,
/* 6011 */ 	.entry-caption,
/* 6012 */ 	.comment-author,
/* 6013 */ 	.comment-metadata,
/* 6014 */ 	.comment-metadata a,
/* 6015 */ 	.comment-notes,
/* 6016 */ 	.comment-awaiting-moderation,
/* 6017 */ 	.no-comments,
/* 6018 */ 	.site-info,
/* 6019 */ 	.site-info a,
/* 6020 */ 	.wp-caption-text,
/* 6021 */ 	.gallery-caption {
/* 6022 */ 		color: #000 !important; /* Make sure color schemes don't affect to print */
/* 6023 */ 	}
/* 6024 */
/* 6025 */ 	pre,
/* 6026 */ 	abbr[title],
/* 6027 */ 	table,
/* 6028 */ 	th,
/* 6029 */ 	td,
/* 6030 */ 	.site-header,
/* 6031 */ 	.site-footer,
/* 6032 */ 	.hentry + .hentry,
/* 6033 */ 	.author-info,
/* 6034 */ 	.page-header,
/* 6035 */ 	.comments-area,
/* 6036 */ 	.comment-list + .comment-respond,
/* 6037 */ 	.comment-list article,
/* 6038 */ 	.comment-list .pingback,
/* 6039 */ 	.comment-list .trackback,
/* 6040 */ 	.no-comments {
/* 6041 */ 		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
/* 6042 */ 	}
/* 6043 */
/* 6044 */ 	.site {
/* 6045 */ 		margin: 0 7.6923%;
/* 6046 */ 	}
/* 6047 */
/* 6048 */ 	.sidebar {
/* 6049 */ 		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
/* 6050 */ 	}

/* style.css */

/* 6051 */
/* 6052 */ 	.site-branding {
/* 6053 */ 		padding: 0;
/* 6054 */ 	}
/* 6055 */
/* 6056 */ 	.site-header {
/* 6057 */ 		padding: 7.6923% 0;
/* 6058 */ 	}
/* 6059 */
/* 6060 */ 	.site-description {
/* 6061 */ 		display: block;
/* 6062 */ 	}
/* 6063 */
/* 6064 */ 	.hentry + .hentry {
/* 6065 */ 		margin-top: 7.6923%;
/* 6066 */ 	}
/* 6067 */
/* 6068 */ 	.hentry.has-post-thumbnail {
/* 6069 */ 		padding-top: 7.6923%;
/* 6070 */ 	}
/* 6071 */
/* 6072 */ 	.sticky-post {
/* 6073 */ 		background: #000 !important;
/* 6074 */ 		color: #fff !important;
/* 6075 */ 	}
/* 6076 */
/* 6077 */ 	.entry-header,
/* 6078 */ 	.entry-footer {
/* 6079 */ 		padding: 0;
/* 6080 */ 	}
/* 6081 */
/* 6082 */ 	.entry-content,
/* 6083 */ 	.entry-summary {
/* 6084 */ 		padding: 0 0 7.6923%;
/* 6085 */ 	}
/* 6086 */
/* 6087 */ 	.post-thumbnail img {
/* 6088 */ 		margin: 0;
/* 6089 */ 	}
/* 6090 */
/* 6091 */ 	.author-info {
/* 6092 */ 		margin: 0;
/* 6093 */ 	}
/* 6094 */
/* 6095 */ 	.page-content {
/* 6096 */ 		padding: 7.6923% 0 0;
/* 6097 */ 	}
/* 6098 */
/* 6099 */ 	.page-header {
/* 6100 */ 		padding: 3.84615% 0;

/* style.css */

/* 6101 */ 	}
/* 6102 */
/* 6103 */ 	.comments-area {
/* 6104 */ 		border: 0;
/* 6105 */ 		padding: 7.6923% 0 0;
/* 6106 */ 	}
/* 6107 */
/* 6108 */ 	.site-footer {
/* 6109 */ 		margin-top: 7.6923%;
/* 6110 */ 		padding: 3.84615% 0;
/* 6111 */ 	}
/* 6112 */
/* 6113 */ 	.widecolumn {
/* 6114 */ 		margin: 7.6923% 0 0;
/* 6115 */ 		padding: 0;
/* 6116 */ 	}
/* 6117 */ }
/* 6118 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* blocks.css */

/* 1   */ /*
/* 2   *| Theme Name: Twenty Fifteen
/* 3   *| Description: Used to style blocks.
/* 4   *| */
/* 5   */
/* 6   */ /*--------------------------------------------------------------
/* 7   *| >>> TABLE OF CONTENTS:
/* 8   *| ----------------------------------------------------------------
/* 9   *| 1.0 General Block Styles
/* 10  *| 2.0 Blocks - Common Blocks
/* 11  *| 3.0 Blocks - Formatting
/* 12  *| 4.0 Blocks - Layout Elements
/* 13  *| 5.0 Blocks - Widgets
/* 14  *| 6.0 Blocks - Colors
/* 15  *| --------------------------------------------------------------*/
/* 16  */
/* 17  */ /*--------------------------------------------------------------
/* 18  *| 1.0 General Block Styles
/* 19  *| --------------------------------------------------------------*/
/* 20  */
/* 21  */ /* Captions */
/* 22  */
/* 23  */ [class^="wp-block-"] figcaption {
/* 24  */ 	color: #707070;
/* 25  */ 	font-family: "Noto Sans", sans-serif;
/* 26  */ 	font-size: 12px;
/* 27  */ 	line-height: 1.5;
/* 28  */ 	margin-bottom: 0;
/* 29  */ 	padding: 0.5em 0;
/* 30  */ }
/* 31  */
/* 32  */ @media screen and (min-width: 46.25em) {
/* 33  */ 	[class^="wp-block-"] figcaption {
/* 34  */ 		font-size: 14px;
/* 35  */ 	}
/* 36  */ }
/* 37  */
/* 38  */ @media screen and (min-width: 55em) {
/* 39  */ 	[class^="wp-block-"] figcaption {
/* 40  */ 		font-size: 16px;
/* 41  */ 	}
/* 42  */ }
/* 43  */
/* 44  */ @media screen and (min-width: 59.6875em) {
/* 45  */ 	[class^="wp-block-"] figcaption {
/* 46  */ 		font-size: 12px;
/* 47  */ 	}
/* 48  */ }
/* 49  */
/* 50  */ @media screen and (min-width: 68.75em) {

/* blocks.css */

/* 51  */ 	[class^="wp-block-"] figcaption {
/* 52  */ 		font-size: 14px;
/* 53  */ 	}
/* 54  */ }
/* 55  */
/* 56  */ @media screen and (min-width: 77.5em) {
/* 57  */ 	[class^="wp-block-"] figcaption {
/* 58  */ 		font-size: 16px;
/* 59  */ 	}
/* 60  */ }
/* 61  */
/* 62  */ /* Alignments */
/* 63  */
/* 64  */ [class^="wp-block-"].alignleft,
/* 65  */ [class^="wp-block-"] .alignleft {
/* 66  */ 	margin-right: 1em;
/* 67  */ }
/* 68  */
/* 69  */ [class^="wp-block-"].alignright,
/* 70  */ [class^="wp-block-"] .alignright {
/* 71  */ 	margin-left: 1em;
/* 72  */ }
/* 73  */
/* 74  */
/* 75  */ /*--------------------------------------------------------------
/* 76  *| 2.0 Blocks - Common Blocks
/* 77  *| --------------------------------------------------------------*/
/* 78  */
/* 79  */ /* Paragraph */
/* 80  */
/* 81  */ p.has-drop-cap:not(:focus)::first-letter {
/* 82  */ 	font-size: 5em;
/* 83  */ }
/* 84  */
/* 85  */ /* Gallery */
/* 86  */
/* 87  */ .wp-block-gallery {
/* 88  */ 	margin-bottom: 1.6em;
/* 89  */ }
/* 90  */
/* 91  */ /* Audio */
/* 92  */
/* 93  */ .wp-block-audio audio {
/* 94  */ 	display: block;
/* 95  */ 	width: 100%;
/* 96  */ }
/* 97  */
/* 98  */ /* Cover */
/* 99  */
/* 100 */ .wp-block-cover-image .wp-block-cover-image-text,

/* blocks.css */

/* 101 */ .wp-block-cover .wp-block-cover-text,
/* 102 */ .wp-block-cover-image h2,
/* 103 */ .wp-block-cover h2 {
/* 104 */ 	font-size: 29px;
/* 105 */ 	line-height: 1.2069;
/* 106 */ }
/* 107 */
/* 108 */ /* Quote */
/* 109 */
/* 110 */ .wp-block-quote,
/* 111 */ .wp-block-quote:not(.is-large):not(.is-style-large),
/* 112 */ [class^="wp-block-"] blockquote {
/* 113 */ 	border-color: #707070;
/* 114 */ }
/* 115 */
/* 116 */ .wp-block-quote cite,
/* 117 */ .wp-block-quote__citation {
/* 118 */ 	color: #333;
/* 119 */ 	font-family: "Noto Sans", sans-serif;
/* 120 */ 	font-size: 15px;
/* 121 */ 	font-style: normal;
/* 122 */ 	line-height: 1.6;
/* 123 */ 	text-transform: none;
/* 124 */ }
/* 125 */
/* 126 */ .wp-block-quote em,
/* 127 */ .wp-block-quote i {
/* 128 */ 	font-style: normal;
/* 129 */ }
/* 130 */
/* 131 */ .wp-block-quote strong,
/* 132 */ .wp-block-quote b {
/* 133 */ 	font-weight: 400;
/* 134 */ }
/* 135 */
/* 136 */
/* 137 */ @media screen and (min-width: 46.25em) {
/* 138 */ 	.edit-post-visual-editor .wp-block-quote p {
/* 139 */ 		font-size: 20px;
/* 140 */ 		line-height: 1.75;
/* 141 */ 	}
/* 142 */
/* 143 */ 	.wp-block-quote cite,
/* 144 */ 	.wp-block-quote__citation {
/* 145 */ 		font-size: 17px;
/* 146 */ 		line-height: 1.6471;
/* 147 */ 	}
/* 148 */ }
/* 149 */
/* 150 */ @media screen and (min-width: 55em) {

/* blocks.css */

/* 151 */ 	.edit-post-visual-editor .wp-block-quote p {
/* 152 */ 		font-size: 22px;
/* 153 */ 		line-height: 1.8182;
/* 154 */ 	}
/* 155 */
/* 156 */ 	.wp-block-quote cite,
/* 157 */ 	.wp-block-quote__citation {
/* 158 */ 		font-size: 19px;
/* 159 */ 		line-height: 1.6842;
/* 160 */ 	}
/* 161 */ }
/* 162 */
/* 163 */ @media screen and (min-width: 59.6875em) {
/* 164 */ 	.edit-post-visual-editor .wp-block-quote p {
/* 165 */ 		font-size: 18px;
/* 166 */ 		line-height: 1.6667;
/* 167 */ 	}
/* 168 */
/* 169 */ 	.wp-block-quote cite,
/* 170 */ 	.wp-block-quote__citation {
/* 171 */ 		font-size: 15px;
/* 172 */ 		line-height: 1.6;
/* 173 */ 	}
/* 174 */ }
/* 175 */
/* 176 */ @media screen and (min-width: 68.75em) {
/* 177 */ 	.edit-post-visual-editor .wp-block-quote p {
/* 178 */ 		font-size: 20px;
/* 179 */ 		line-height: 1.75;
/* 180 */ 	}
/* 181 */
/* 182 */ 	.wp-block-quote cite,
/* 183 */ 	.wp-block-quote__citation {
/* 184 */ 		font-size: 17px;
/* 185 */ 		line-height: 1.6471;
/* 186 */ 	}
/* 187 */ }
/* 188 */
/* 189 */ @media screen and (min-width: 77.5em) {
/* 190 */ 	.edit-post-visual-editor .wp-block-quote p {
/* 191 */ 		font-size: 22px;
/* 192 */ 		line-height: 1.8182;
/* 193 */ 	}
/* 194 */
/* 195 */ 	.wp-block-quote cite,
/* 196 */ 	.wp-block-quote__citation {
/* 197 */ 		font-size: 19px;
/* 198 */ 		line-height: 1.6842;
/* 199 */ 	}
/* 200 */ }

/* blocks.css */

/* 201 */
/* 202 */ /* Cover Image */
/* 203 */
/* 204 */ .wp-block-cover-image.aligncenter,
/* 205 */ .wp-block-cover.aligncenter,
/* 206 */ .wp-block-cover-image.alignleft,
/* 207 */ .wp-block-cover.alignleft,
/* 208 */ .wp-block-cover-image.alignright,
/* 209 */ .wp-block-cover.alignright {
/* 210 */ 	display: flex;
/* 211 */ }
/* 212 */
/* 213 */ /* File */
/* 214 */
/* 215 */ .wp-block-file a.wp-block-file__button {
/* 216 */ 	background-color: #333;
/* 217 */ 	border: 0;
/* 218 */ 	border-radius: 0;
/* 219 */ 	color: #fff;
/* 220 */ 	cursor: pointer;
/* 221 */ 	font-family: "Noto Sans", sans-serif;
/* 222 */ 	font-size: 12px;
/* 223 */ 	font-weight: 700;
/* 224 */ 	line-height: 1.5;
/* 225 */ 	padding: 0.7917em 1.5em;
/* 226 */ 	text-transform: uppercase;
/* 227 */ 	vertical-align: baseline;
/* 228 */ }
/* 229 */
/* 230 */ .wp-block-file a.wp-block-file__button:hover,
/* 231 */ .wp-block-file a.wp-block-file__button:focus {
/* 232 */ 	background-color: #707070;
/* 233 */ 	background-color: rgba(51, 51, 51, 0.7);
/* 234 */ 	outline: 0;
/* 235 */ }
/* 236 */
/* 237 */ .rtl .wp-block-file * + .wp-block-file__button {
/* 238 */ 	margin-left: 0.75em;
/* 239 */ 	margin-right: 0;
/* 240 */ }
/* 241 */
/* 242 */ @media screen and (min-width: 46.25em) {
/* 243 */ 	.wp-block-file a.wp-block-file__button {
/* 244 */ 		font-size: 14px;
/* 245 */ 		font-size: 1.4rem;
/* 246 */ 		padding: 0.8214em 1.6429em;
/* 247 */ 	}
/* 248 */ }
/* 249 */
/* 250 */ @media screen and (min-width: 55em) {

/* blocks.css */

/* 251 */ 	.wp-block-file a.wp-block-file__button {
/* 252 */ 		font-size: 16px;
/* 253 */ 		font-size: 1.6rem;
/* 254 */ 		padding: 0.8125em 1.625em;
/* 255 */ 	}
/* 256 */ }
/* 257 */
/* 258 */ @media screen and (min-width: 59.6875em) {
/* 259 */ 	.wp-block-file a.wp-block-file__button {
/* 260 */ 		font-size: 12px;
/* 261 */ 		font-size: 1.2rem;
/* 262 */ 		padding: 0.7917em 1.5833em;
/* 263 */ 	}
/* 264 */ }
/* 265 */
/* 266 */ @media screen and (min-width: 68.75em) {
/* 267 */ 	.wp-block-file a.wp-block-file__button {
/* 268 */ 		font-size: 14px;
/* 269 */ 		font-size: 1.4rem;
/* 270 */ 		padding: 0.8214em 1.5714em;
/* 271 */ 	}
/* 272 */ }
/* 273 */
/* 274 */ @media screen and (min-width: 77.5em) {
/* 275 */ 	.wp-block-file a.wp-block-file__button {
/* 276 */ 		font-size: 16px;
/* 277 */ 		font-size: 1.6rem;
/* 278 */ 		padding: 0.8125em 1.625em;
/* 279 */ 	}
/* 280 */ }
/* 281 */
/* 282 */ /*--------------------------------------------------------------
/* 283 *| 3.0 Blocks - Formatting
/* 284 *| --------------------------------------------------------------*/
/* 285 */
/* 286 */ /* Code */
/* 287 */
/* 288 */ .wp-block-code {
/* 289 */ 	background-color: transparent;
/* 290 */ 	border: 0;
/* 291 */ 	padding: 0;
/* 292 */ }
/* 293 */
/* 294 */ .wp-block-code code {
/* 295 */ 	font-family: Inconsolata, monospace;
/* 296 */ 	font-size: inherit;
/* 297 */ }
/* 298 */
/* 299 */ /* Preformatted */
/* 300 */

/* blocks.css */

/* 301 */ .wp-block-preformatted {
/* 302 */ 	background-color: rgba(0, 0, 0, 0.01);
/* 303 */ 	border: 1px solid #eaeaea;
/* 304 */ 	line-height: 1.2;
/* 305 */ 	margin-bottom: 1.6em;
/* 306 */ 	max-width: 100%;
/* 307 */ 	overflow: auto;
/* 308 */ 	padding: 0.8em;
/* 309 */ 	white-space: pre;
/* 310 */ 	white-space: pre-wrap;
/* 311 */ 	word-wrap: break-word;
/* 312 */ }
/* 313 */
/* 314 */ /* Pullquote */
/* 315 */
/* 316 */ .wp-block-pullquote {
/* 317 */ 	border: 0;
/* 318 */ }
/* 319 */
/* 320 */ .wp-block-pullquote blockquote {
/* 321 */ 	border: 0;
/* 322 */ 	margin-left: 0;
/* 323 */ 	margin-right: 0;
/* 324 */ 	padding-left: 0;
/* 325 */ 	padding-right: 0;
/* 326 */ }
/* 327 */
/* 328 */ .wp-block-pullquote cite {
/* 329 */ 	color: #333;
/* 330 */ 	font-family: "Noto Sans", sans-serif;
/* 331 */ 	font-size: 15px;
/* 332 */ 	font-style: normal;
/* 333 */ 	line-height: 1.6;
/* 334 */ 	text-transform: none;
/* 335 */ }
/* 336 */
/* 337 */ @media screen and (min-width: 46.25em) {
/* 338 */ 	.wp-block-pullquote cite {
/* 339 */ 		font-size: 17px;
/* 340 */ 		line-height: 1.6471;
/* 341 */ 	}
/* 342 */ }
/* 343 */
/* 344 */ @media screen and (min-width: 55em) {
/* 345 */ 	.wp-block-pullquote cite {
/* 346 */ 		font-size: 19px;
/* 347 */ 		line-height: 1.6842;
/* 348 */ 	}
/* 349 */ }
/* 350 */

/* blocks.css */

/* 351 */ @media screen and (min-width: 59.6875em) {
/* 352 */ 	.wp-block-pullquote cite {
/* 353 */ 		font-size: 15px;
/* 354 */ 		line-height: 1.6;
/* 355 */ 	}
/* 356 */ }
/* 357 */
/* 358 */ @media screen and (min-width: 68.75em) {
/* 359 */ 	.wp-block-pullquote cite {
/* 360 */ 		font-size: 17px;
/* 361 */ 		line-height: 1.6471;
/* 362 */ 	}
/* 363 */ }
/* 364 */
/* 365 */ @media screen and (min-width: 77.5em) {
/* 366 */ 	.wp-block-pullquote cite {
/* 367 */ 		font-size: 19px;
/* 368 */ 		line-height: 1.6842;
/* 369 */ 	}
/* 370 */ }
/* 371 */
/* 372 */ /* Table */
/* 373 */
/* 374 */ .wp-block-table th,
/* 375 */ .wp-block-table td {
/* 376 */ 	border-color: #eaeaea;
/* 377 */ 	border-width: 0 1px 1px 0;
/* 378 */ }
/* 379 */
/* 380 */ /*--------------------------------------------------------------
/* 381 *| 4.0 Blocks - Layout Elements
/* 382 *| --------------------------------------------------------------*/
/* 383 */
/* 384 */ /* Button */
/* 385 */
/* 386 */ .wp-block-button .wp-block-button__link {
/* 387 */ 	cursor: pointer;
/* 388 */ 	font-family: "Noto Sans", sans-serif;
/* 389 */ 	font-size: 12px;
/* 390 */ 	font-size: 1.2rem;
/* 391 */ 	font-weight: 700;
/* 392 */ 	line-height: 1.5;
/* 393 */ 	padding: 0.7917em 1.5em;
/* 394 */ 	text-transform: uppercase;
/* 395 */ 	vertical-align: baseline;
/* 396 */ }
/* 397 */
/* 398 */ .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
/* 399 */ 	border: 0;
/* 400 */ }

/* blocks.css */

/* 401 */
/* 402 */ .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
/* 403 */ 	border-bottom: 2px solid;
/* 404 */ }
/* 405 */
/* 406 */ .wp-block-button__link {
/* 407 */ 	background-color: #333;
/* 408 */ 	color: #fff;
/* 409 */ }
/* 410 */
/* 411 */ .is-style-outline .wp-block-button__link:not(.has-text-color) {
/* 412 */ 	color: #333;
/* 413 */ }
/* 414 */
/* 415 */ .wp-block-button__link:hover,
/* 416 */ .wp-block-button__link:focus,
/* 417 */ .is-style-outline .wp-block-button__link:hover,
/* 418 */ .is-style-outline .wp-block-button__link:focus {
/* 419 */ 	background-color: #707070;
/* 420 */ 	background-color: rgba(51, 51, 51, 0.7);
/* 421 */ 	color: #fff;
/* 422 */ }
/* 423 */
/* 424 */ @media screen and (min-width: 46.25em) {
/* 425 */ 	.wp-block-button .wp-block-button__link {
/* 426 */ 		font-size: 14px;
/* 427 */ 		font-size: 1.4rem;
/* 428 */ 		padding: 0.8214em 1.6429em;
/* 429 */ 	}
/* 430 */ }
/* 431 */
/* 432 */ @media screen and (min-width: 55em) {
/* 433 */ 	.wp-block-button .wp-block-button__link {
/* 434 */ 		font-size: 16px;
/* 435 */ 		font-size: 1.6rem;
/* 436 */ 		padding: 0.8125em 1.625em;
/* 437 */ 	}
/* 438 */ }
/* 439 */
/* 440 */ @media screen and (min-width: 59.6875em) {
/* 441 */ 	.wp-block-button .wp-block-button__link {
/* 442 */ 		font-size: 12px;
/* 443 */ 		font-size: 1.2rem;
/* 444 */ 		padding: 0.7917em 1.5833em;
/* 445 */ 	}
/* 446 */ }
/* 447 */
/* 448 */ @media screen and (min-width: 68.75em) {
/* 449 */ 	.wp-block-button .wp-block-button__link {
/* 450 */ 		font-size: 14px;

/* blocks.css */

/* 451 */ 		font-size: 1.4rem;
/* 452 */ 		padding: 0.8214em 1.5714em;
/* 453 */ 	}
/* 454 */ }
/* 455 */
/* 456 */ @media screen and (min-width: 77.5em) {
/* 457 */ 	.wp-block-button .wp-block-button__link {
/* 458 */ 		font-size: 16px;
/* 459 */ 		font-size: 1.6rem;
/* 460 */ 		padding: 0.8125em 1.625em;
/* 461 */ 	}
/* 462 */ }
/* 463 */
/* 464 */ /* Seperators */
/* 465 */
/* 466 */ .wp-block-separator {
/* 467 */ 	border: 0;
/* 468 */ 	max-width: 100px;
/* 469 */ }
/* 470 */
/* 471 */ .wp-block-separator.is-style-wide {
/* 472 */ 	max-width: 100%;
/* 473 */ }
/* 474 */
/* 475 */ /* Media & Text */
/* 476 */
/* 477 */ .wp-block-media-text {
/* 478 */ 	margin-bottom: 1.6em;
/* 479 */ }
/* 480 */
/* 481 */ .wp-block-media-text *:last-child {
/* 482 */ 	margin-bottom: 0;
/* 483 */ }
/* 484 */
/* 485 */ /*--------------------------------------------------------------
/* 486 *| 5.0 Blocks - Widgets
/* 487 *| --------------------------------------------------------------*/
/* 488 */
/* 489 */ /* Archives, Categories & Latest Posts */
/* 490 */
/* 491 */ .wp-block-archives.aligncenter,
/* 492 */ .wp-block-categories.aligncenter,
/* 493 */ .wp-block-latest-posts.aligncenter {
/* 494 */ 	list-style-position: inside;
/* 495 */ 	text-align: center;
/* 496 */ }
/* 497 */
/* 498 */ /* Latest Comments */
/* 499 */
/* 500 */ .wp-block-latest-comments {

/* blocks.css */

/* 501 */ 	margin: 0;
/* 502 */ }
/* 503 */
/* 504 */ .wp-block-latest-comments__comment,
/* 505 */ .wp-block-latest-comments__comment-excerpt,
/* 506 */ .wp-block-latest-comments__comment-excerpt p {
/* 507 */ 	font-size: inherit;
/* 508 */ }
/* 509 */
/* 510 */ .wp-block-latest-comments__comment-meta a {
/* 511 */ 	border-bottom-color: transparent;
/* 512 */ 	font-weight: 700;
/* 513 */ }
/* 514 */
/* 515 */ .wp-block-latest-comments__comment-excerpt p:last-child {
/* 516 */ 	margin-bottom: 0;
/* 517 */ }
/* 518 */
/* 519 */ .wp-block-latest-comments__comment-date {
/* 520 */ 	color: #707070;
/* 521 */ 	font-family: "Noto Sans", sans-serif;
/* 522 */ 	font-size: 12px;
/* 523 */ 	line-height: 1.5;
/* 524 */ 	margin-bottom: 1.6em;
/* 525 */ }
/* 526 */
/* 527 */ @media screen and (min-width: 46.25em) {
/* 528 */ 	.wp-block-latest-comments__comment-date {
/* 529 */ 		font-size: 14px;
/* 530 */ 	}
/* 531 */ }
/* 532 */
/* 533 */ @media screen and (min-width: 55em) {
/* 534 */ 	.wp-block-latest-comments__comment-date {
/* 535 */ 		font-size: 16px;
/* 536 */ 	}
/* 537 */ }
/* 538 */
/* 539 */ @media screen and (min-width: 59.6875em) {
/* 540 */ 	.wp-block-latest-comments__comment-date {
/* 541 */ 		font-size: 12px;
/* 542 */ 	}
/* 543 */ }
/* 544 */
/* 545 */ @media screen and (min-width: 68.75em) {
/* 546 */ 	.wp-block-latest-comments__comment-date {
/* 547 */ 		font-size: 14px;
/* 548 */ 	}
/* 549 */ }
/* 550 */

/* blocks.css */

/* 551 */ @media screen and (min-width: 77.5em) {
/* 552 */ 	.wp-block-latest-comments__comment-date {
/* 553 */ 		font-size: 16px;
/* 554 */ 	}
/* 555 */ }
/* 556 */
/* 557 */ .wp-block-latest-comments .wp-block-latest-comments__comment {
/* 558 */ 	border-top: 1px solid #eaeaea;
/* 559 */ 	border-top: 1px solid rgba(51, 51, 51, 0.1);
/* 560 */ 	margin-bottom: 0;
/* 561 */ 	padding: 1.6em 0;
/* 562 */ }
/* 563 */
/* 564 */ /*--------------------------------------------------------------
/* 565 *| 6.0 Blocks - Colors
/* 566 *| --------------------------------------------------------------*/
/* 567 */
/* 568 */ .has-dark-gray-color {
/* 569 */ 	color: #111;
/* 570 */ }
/* 571 */
/* 572 */ .has-dark-gray-background-color {
/* 573 */ 	background-color: #111;
/* 574 */ }
/* 575 */
/* 576 */ .has-light-gray-color {
/* 577 */ 	color: #f1f1f1;
/* 578 */ }
/* 579 */
/* 580 */ .has-light-gray-background-color {
/* 581 */ 	background-color: #f1f1f1;
/* 582 */ }
/* 583 */
/* 584 */ .has-white-color {
/* 585 */ 	color: #fff;
/* 586 */ }
/* 587 */
/* 588 */ .has-white-background-color {
/* 589 */ 	background-color: #fff;
/* 590 */ }
/* 591 */
/* 592 */ .has-yellow-color {
/* 593 */ 	color: #f4ca16;
/* 594 */ }
/* 595 */
/* 596 */ .has-yellow-background-color {
/* 597 */ 	background-color: #f4ca16;
/* 598 */ }
/* 599 */
/* 600 */ .has-dark-brown-color {

/* blocks.css */

/* 601 */ 	color: #352712;
/* 602 */ }
/* 603 */
/* 604 */ .has-dark-brown-background-color {
/* 605 */ 	background-color: #352712;
/* 606 */ }
/* 607 */
/* 608 */ .has-medium-pink-color {
/* 609 */ 	color: #e53b51;
/* 610 */ }
/* 611 */
/* 612 */ .has-medium-pink-background-color {
/* 613 */ 	background-color: #e53b51;
/* 614 */ }
/* 615 */
/* 616 */ .has-light-pink-color {
/* 617 */ 	color: #ffe5d1;
/* 618 */ }
/* 619 */
/* 620 */ .has-light-pink-background-color {
/* 621 */ 	background-color: #ffe5d1;
/* 622 */ }
/* 623 */
/* 624 */ .has-dark-purple-color {
/* 625 */ 	color: #2e2256;
/* 626 */ }
/* 627 */
/* 628 */ .has-dark-purple-background-color {
/* 629 */ 	background-color: #2e2256;
/* 630 */ }
/* 631 */
/* 632 */ .has-purple-color {
/* 633 */ 	color: #674970;
/* 634 */ }
/* 635 */
/* 636 */ .has-purple-background-color {
/* 637 */ 	background-color: #674970;
/* 638 */ }
/* 639 */
/* 640 */ .has-blue-gray-color {
/* 641 */ 	color: #22313f;
/* 642 */ }
/* 643 */
/* 644 */ .has-blue-gray-background-color {
/* 645 */ 	background-color: #22313f;
/* 646 */ }
/* 647 */
/* 648 */ .has-bright-blue-color {
/* 649 */ 	color: #55c3dc;
/* 650 */ }

/* blocks.css */

/* 651 */
/* 652 */ .has-bright-blue-background-color {
/* 653 */ 	background-color: #55c3dc;
/* 654 */ }
/* 655 */
/* 656 */ .has-light-blue-color {
/* 657 */ 	color: #e9f2f9;
/* 658 */ }
/* 659 */
/* 660 */ .has-light-blue-background-color {
/* 661 */ 	background-color: #e9f2f9;
/* 662 */ }
/* 663 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* pum-site-styles.css */

/* 1  */ /**
/* 2  *|  * Do not touch this file! This file created by the Popup Maker plugin using PHP
/* 3  *|  * Last modified time: Jan 15 2021, 12:06:04
/* 4  *|  */
/* 5  */
/* 6  */
/* 7  */ /* Popup Google Fonts */
/* 8  */ @import url('//fonts.googleapis.com/css?family=Acme|Montserrat');
/* 9  */
/* 10 */
/* 11 */
/* 12 */ @keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}
/* 13 */
/* 14 */ /* Popup Theme 4557: Floating Bar - Soft Blue */
/* 15 */ .pum-theme-4557, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) }
/* 16 */ .pum-theme-4557 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) }
/* 17 */ .pum-theme-4557 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px }
/* 18 */ .pum-theme-4557 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 }
/* 19 */ .pum-theme-4557 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) }
/* 20 */
/* 21 */ /* Popup Theme 4558: Content Only - For use with page builders or block editor */
/* 22 */ .pum-theme-4558, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) }
/* 23 */ .pum-theme-4558 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) }
/* 24 */ .pum-theme-4558 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px }
/* 25 */ .pum-theme-4558 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 }
/* 26 */ .pum-theme-4558 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) }
/* 27 */
/* 28 */ /* Popup Theme 3049: Framed Border */
/* 29 */ .pum-theme-3049, .pum-theme-framed-border { background-color: rgba( 30, 115, 190, 0.50 ) }
/* 30 */ .pum-theme-3049 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ); background-color: rgba( 255, 255, 255, 1.00 ) }
/* 31 */ .pum-theme-3049 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px }
/* 32 */ .pum-theme-3049 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit }
/* 33 */ .pum-theme-3049 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Acme; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) }
/* 34 */
/* 35 */ /* Popup Theme 3046: Enterprise Blue */
/* 36 */ .pum-theme-3046, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) }
/* 37 */ .pum-theme-3046 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) }
/* 38 */ .pum-theme-3046 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 34px; line-height: 36px }
/* 39 */ .pum-theme-3046 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit }
/* 40 */ .pum-theme-3046 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: inherit; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) }
/* 41 */
/* 42 */ /* Popup Theme 3047: Hello Box */
/* 43 */ .pum-theme-3047, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) }
/* 44 */ .pum-theme-3047 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) }
/* 45 */ .pum-theme-3047 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-size: 32px; line-height: 36px }
/* 46 */ .pum-theme-3047 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit }
/* 47 */ .pum-theme-3047 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: inherit; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) }
/* 48 */
/* 49 */ /* Popup Theme 3048: Cutting Edge */
/* 50 */ .pum-theme-3048, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) }

/* pum-site-styles.css */

/* 51 */ .pum-theme-3048 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) }
/* 52 */ .pum-theme-3048 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-size: 26px; line-height: 28px }
/* 53 */ .pum-theme-3048 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit }
/* 54 */ .pum-theme-3048 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: inherit; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) }
/* 55 */
/* 56 */ /* Popup Theme 3044: Default Theme */
/* 57 */ .pum-theme-3044, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) }
/* 58 */ .pum-theme-3044 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) }
/* 59 */ .pum-theme-3044 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: inherit; font-size: 32px; font-style: normal; line-height: 36px }
/* 60 */ .pum-theme-3044 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: inherit; font-style: normal }
/* 61 */ .pum-theme-3044 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: inherit; font-size: 12px; font-style: normal; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) }
/* 62 */
/* 63 */ /* Popup Theme 3045: Light Box */
/* 64 */ .pum-theme-3045, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) }
/* 65 */ .pum-theme-3045 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) }
/* 66 */ .pum-theme-3045 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px }
/* 67 */ .pum-theme-3045 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit }
/* 68 */ .pum-theme-3045 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 30px; width: 30px; left: auto; right: -24px; bottom: auto; top: -24px; padding: 0px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 26px; border: 2px solid #ffffff; border-radius: 30px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) }
/* 69 */
/* 70 */
/* 71 */
/* 72 */ #pum-3457 {z-index: 1999999999}
/* 73 */ #pum-3052 {z-index: 1999999999}
/* 74 */
/* 75 */
/* 76 */
