/* widget.css */

/* 1  */ .yarpp_pro_msg{
/* 2  */     border: 1px ridge #D0D0D0;
/* 3  */     padding: 0.4em 2em 0.8em;
/* 4  */     text-align: justify;
/* 5  */ }
/* 6  */ .yarpp_pro_msg strong{
/* 7  */     display: inline-block;
/* 8  */     text-align: center;
/* 9  */     width: 100%;
/* 10 */     color: orange;
/* 11 */ }
/* 12 */ .yarpp_help {
/* 13 */     position: relative;
/* 14 */     display: inline-block;
/* 15 */     background: transparent url('../wp-includes/images/wpicons.png') no-repeat -520px -20px;
/* 16 */     vertical-align: text-bottom;
/* 17 */     width: 20px;
/* 18 */     height: 20px;
/* 19 */ }
/* 20 */ .yarpp_help_msg {
/* 21 */     position: absolute;
/* 22 */     left: 25px;
/* 23 */     display: none;
/* 24 */     border: 1px solid #D0D0D0;
/* 25 */     width: 250px;
/* 26 */     text-align: justify;
/* 27 */     padding: 10px 15px;
/* 28 */     background-color: #FFF;
/* 29 */     box-shadow: 0 0 0.4em -0.15em #333;
/* 30 */     z-index: 100;
/* 31 */ }
/* 32 */ .yarpp_help:hover .yarpp_help_msg{
/* 33 */     display: block
/* 34 */ }

/* style.css */

/* 1    */ /*
/* 2    *| 	Theme Name: Minimum Pro Theme
/* 3    *| 	Theme URI: http://my.studiopress.com/themes/minimum/
/* 4    *| 	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
/* 5    *| 	Author: StudioPress
/* 6    *| 	Author URI: http://www.studiopress.com/
/* 7    *| 
/* 8    *| 	Version: 3.0.1
/* 9    *| 
/* 10   *| 	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
/* 11   *| 
/* 12   *| 	Template: genesis
/* 13   *| 	Template Version: 2.0
/* 14   *| 
/* 15   *| 	License: GPL-2.0+
/* 16   *| 	License URI: http://www.opensource.org/licenses/gpl-license.php 
/* 17   *| */
/* 18   */ 
/* 19   */ 
/* 20   */ /* Table of Contents
/* 21   *| 
/* 22   *| 	- HTML5 Reset
/* 23   *| 		- Baseline Normalize
/* 24   *| 		- Box Sizing
/* 25   *| 		- Float Clearing
/* 26   *| 	- Defaults
/* 27   *| 		- Typographical Elements
/* 28   *| 		- Headings
/* 29   *| 		- Objects
/* 30   *| 		- Forms
/* 31   *| 		- Tables
/* 32   *| 	- Structure and Layout
/* 33   *| 		- Site Containers
/* 34   *| 		- Page Title
/* 35   *| 		- Column Widths and Positions
/* 36   *| 		- Column Classes
/* 37   *| 	- Common Classes
/* 38   *| 		- WordPress
/* 39   *| 		- Genesis
/* 40   *| 		- Featured Post Grid
/* 41   *| 		- Titles
/* 42   *| 	- Widgets
/* 43   *| 		- Featured Content
/* 44   *| 	- Plugins
/* 45   *| 		- Genesis eNews Extended
/* 46   *| 		- Genesis Latest Tweets
/* 47   *| 		- Gravity Forms
/* 48   *| 		- Jetpack
/* 49   *| 	- Site Header
/* 50   *| 		- Title Area

/* style.css */

/* 51   *| 		- Widget Area
/* 52   *| 	- Site Navigation
/* 53   *| 		- Header Navigation
/* 54   *| 		- Primary Navigation
/* 55   *| 		- Secondary Navigation
/* 56   *| 	- Content Area
/* 57   *| 		- Entries
/* 58   *| 		- After Entry
/* 59   *| 		- Pagination
/* 60   *| 		- Comments
/* 61   *| 	- Sidebar
/* 62   *| 	- Footer Widgets
/* 63   *| 	- Site Footer
/* 64   *| 	- Media Queries
/* 65   *| 		- max-width: 1139px
/* 66   *| 		- max-width: 1023px
/* 67   *| 		- max-width: 767px
/* 68   *| 
/* 69   *| */
/* 70   */ 
/* 71   */ 
/* 72   */ /*
/* 73   *| HTML5 Reset
/* 74   *| ---------------------------------------------------------------------------------------------------- */
/* 75   */ 
/* 76   */ /* Baseline Normalize
/* 77   *| 	normalize.css v2.1.2 | MIT License | git.io/normalize
/* 78   *| --------------------------------------------- */
/* 79   */ 
/* 80   */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* 81   */ 
/* 82   */ /* Box Sizing
/* 83   *| --------------------------------------------- */
/* 84   */ 
/* 85   */ *,
/* 86   */ input[type="search"] {
/* 87   */ 	-webkit-box-sizing: border-box;
/* 88   */ 	-moz-box-sizing:    border-box;
/* 89   */ 	box-sizing:         border-box;
/* 90   */ }
/* 91   */ 
/* 92   */ /* Float Clearing
/* 93   *| --------------------------------------------- */
/* 94   */ 
/* 95   */ .clearfix:before,
/* 96   */ .entry:before,
/* 97   */ .entry-content:before,
/* 98   */ .footer-widgets:before,
/* 99   */ .nav-primary:before,
/* 100  */ .nav-secondary:before,

/* style.css */

/* 101  */ .pagination:before,
/* 102  */ .site-container:before,
/* 103  */ .site-footer:before,
/* 104  */ .site-header:before,
/* 105  */ .site-inner:before,
/* 106  */ .wrap:before {
/* 107  */ 	content: " ";
/* 108  */ 	display: table;
/* 109  */ }
/* 110  */ 
/* 111  */ .clearfix:after,
/* 112  */ .entry:after,
/* 113  */ .entry-content:after,
/* 114  */ .footer-widgets:after,
/* 115  */ .nav-primary:after,
/* 116  */ .nav-secondary:after,
/* 117  */ .pagination:after,
/* 118  */ .site-container:after,
/* 119  */ .site-footer:after,
/* 120  */ .site-header:after,
/* 121  */ .site-inner:after,
/* 122  */ .wrap:after {
/* 123  */ 	clear: both;
/* 124  */ 	content: " ";
/* 125  */ 	display: table;
/* 126  */ }
/* 127  */ 
/* 128  */ 
/* 129  */ /*
/* 130  *| Defaults
/* 131  *| ---------------------------------------------------------------------------------------------------- */
/* 132  */ 
/* 133  */ /* Typographical Elements
/* 134  *| --------------------------------------------- */
/* 135  */ 
/* 136  */ body {
/* 137  */ 	background-color: #fff;
/* 138  */ 	color: #333;
/* 139  */ 	font-family: 'Roboto Slab', serif;
/* 140  */ 	font-size: 16px;
/* 141  */ 	font-weight: 300;
/* 142  */ 	line-height: 1.625;
/* 143  */ }
/* 144  */ 
/* 145  */ a,
/* 146  */ button,
/* 147  */ input:focus,
/* 148  */ input[type="button"],
/* 149  */ input[type="reset"],
/* 150  */ input[type="submit"],

/* style.css */

/* 151  */ textarea:focus,
/* 152  */ .button {
/* 153  */ 	-webkit-transition: all 0.1s ease-in-out;
/* 154  */ 	-moz-transition:    all 0.1s ease-in-out;
/* 155  */ 	-ms-transition:     all 0.1s ease-in-out;
/* 156  */ 	-o-transition:      all 0.1s ease-in-out;
/* 157  */ 	transition:         all 0.1s ease-in-out;
/* 158  */ }
/* 159  */ 
/* 160  */ ::-moz-selection {
/* 161  */ 	background-color: #333;
/* 162  */ 	color: #fff;
/* 163  */ }
/* 164  */ 
/* 165  */ ::selection {
/* 166  */ 	background-color: #333;
/* 167  */ 	color: #fff;
/* 168  */ }
/* 169  */ 
/* 170  */ a {
/* 171  */ 	border-bottom: 1px dotted #333;
/* 172  */ 	color: #333;
/* 173  */ 	font-weight: 400;
/* 174  */ 	text-decoration: none;
/* 175  */ }
/* 176  */ 
/* 177  */ a img {
/* 178  */ 	margin-bottom: -6px;
/* 179  */ }
/* 180  */ 
/* 181  */ a:hover {
/* 182  */ 	color: #0ebfe9;
/* 183  */ 	border-bottom: 1px dotted #0ebfe9;
/* 184  */ }
/* 185  */ 
/* 186  */ p {
/* 187  */ 	margin: 0 0 24px;
/* 188  */ 	padding: 0;
/* 189  */ }
/* 190  */ 
/* 191  */ strong {
/* 192  */ 	font-weight: 400;
/* 193  */ }
/* 194  */ 
/* 195  */ ol,
/* 196  */ ul {
/* 197  */ 	margin: 0;
/* 198  */ 	padding: 0;
/* 199  */ }
/* 200  */ 

/* style.css */

/* 201  */ blockquote,
/* 202  */ blockquote::before {
/* 203  */ 	color: #999;
/* 204  */ }
/* 205  */ 
/* 206  */ blockquote {
/* 207  */ 	margin: 40px;
/* 208  */ }
/* 209  */ 
/* 210  */ blockquote::before {
/* 211  */ 	content: "\201C";
/* 212  */ 	display: block;
/* 213  */ 	font-size: 30px;
/* 214  */ 	height: 0;
/* 215  */ 	left: -20px;
/* 216  */ 	position: relative;
/* 217  */ 	top: -10px;
/* 218  */ }
/* 219  */ 
/* 220  */ .entry-content code {
/* 221  */ 	background-color: #333;
/* 222  */ 	color: #ddd;
/* 223  */ }
/* 224  */ 
/* 225  */ cite {
/* 226  */ 	font-style: normal;
/* 227  */ }
/* 228  */ 
/* 229  */ /* Headings
/* 230  *| --------------------------------------------- */
/* 231  */ 
/* 232  */ h1,
/* 233  */ h2,
/* 234  */ h3,
/* 235  */ h4,
/* 236  */ h5,
/* 237  */ h6 {
/* 238  */ 	color: #333;
/* 239  */ 	font-family: 'Roboto Slab', serif;
/* 240  */  	font-weight: 400;
/* 241  */ 	line-height: 1.2;
/* 242  */ 	margin: 0 0 15px;
/* 243  */ }
/* 244  */ 
/* 245  */ h1 {
/* 246  */ 	font-size: 30px;
/* 247  */ }
/* 248  */ 
/* 249  */ h2 {
/* 250  */ 	font-size: 28px;

/* style.css */

/* 251  */ }
/* 252  */ 
/* 253  */ h3 {
/* 254  */ 	font-size: 24px;
/* 255  */ }
/* 256  */ 
/* 257  */ h4 {
/* 258  */ 	font-size: 20px;
/* 259  */ }
/* 260  */ 
/* 261  */ h5 {
/* 262  */ 	font-size: 18px;
/* 263  */ }
/* 264  */ 
/* 265  */ h6 {
/* 266  */ 	font-size: 16px;
/* 267  */ }
/* 268  */ 
/* 269  */ /* Objects
/* 270  *| --------------------------------------------- */
/* 271  */ 
/* 272  */ embed,
/* 273  */ iframe,
/* 274  */ img,
/* 275  */ object,
/* 276  */ video,
/* 277  */ .wp-caption {
/* 278  */ 	max-width: 100%;
/* 279  */ }
/* 280  */ 
/* 281  */ img {
/* 282  */     height: auto;
/* 283  */ }
/* 284  */ 
/* 285  */ .featured-content img,
/* 286  */ .gallery img {
/* 287  */ 	width: auto; /* IE8 */
/* 288  */ }
/* 289  */ 
/* 290  */ /* Forms
/* 291  *| --------------------------------------------- */
/* 292  */ 
/* 293  */ input,
/* 294  */ select,
/* 295  */ textarea {
/* 296  */ 	background-color: #fff;
/* 297  */ 	border: 1px solid #ddd;
/* 298  */ 	border-radius: 5px;
/* 299  */ 	box-shadow: none;
/* 300  */ 	color: #333;

/* style.css */

/* 301  */ 	font-family: 'Roboto Slab', serif;
/* 302  */ 	font-size: 16px;
/* 303  */ 	font-weight: 300;
/* 304  */ 	padding: 10px;
/* 305  */ 	width: 100%;
/* 306  */ }
/* 307  */ 
/* 308  */ input:focus,
/* 309  */ textarea:focus {
/* 310  */ 	border: 1px solid #333;
/* 311  */ 	outline: none;
/* 312  */ }
/* 313  */ 
/* 314  */ input[type="checkbox"],
/* 315  */ input[type="image"],
/* 316  */ input[type="radio"] {
/* 317  */ 	width: auto;
/* 318  */ }
/* 319  */ 
/* 320  */ ::-moz-placeholder {
/* 321  */ 	color: #999;
/* 322  */ 	opacity: 1;
/* 323  */ }
/* 324  */ 
/* 325  */ ::-webkit-input-placeholder {
/* 326  */ 	color: #999;
/* 327  */ }
/* 328  */ 
/* 329  */ button,
/* 330  */ input[type="button"],
/* 331  */ input[type="reset"],
/* 332  */ input[type="submit"],
/* 333  */ .button,
/* 334  */ .entry-content .button {
/* 335  */ 	background-color: #333;
/* 336  */ 	border: none;
/* 337  */ 	box-shadow: none;
/* 338  */ 	color: #fff;
/* 339  */ 	cursor: pointer;
/* 340  */ 	font-family: 'Roboto', sans-serif;
/* 341  */ 	font-weight: 300;
/* 342  */ 	padding: 16px 24px;
/* 343  */ 	text-transform: uppercase;
/* 344  */ 	width: auto;
/* 345  */ }
/* 346  */ 
/* 347  */ button:hover,
/* 348  */ input:hover[type="button"],
/* 349  */ input:hover[type="reset"],
/* 350  */ input:hover[type="submit"],

/* style.css */

/* 351  */ .button:hover,
/* 352  */ .entry-content .button:hover {
/* 353  */ 	background-color: #0ebfe9;
/* 354  */ }
/* 355  */ 
/* 356  */ .entry-content .button:hover {
/* 357  */ 	color: #fff;
/* 358  */ }
/* 359  */ 
/* 360  */ .button {
/* 361  */ 	border-radius: 3px;
/* 362  */ 	display: inline-block;
/* 363  */ }
/* 364  */ 
/* 365  */ input[type="search"]::-webkit-search-cancel-button,
/* 366  */ input[type="search"]::-webkit-search-results-button {
/* 367  */ 	display: none;
/* 368  */ }
/* 369  */ 
/* 370  */ /* Tables
/* 371  *| --------------------------------------------- */
/* 372  */ 
/* 373  */ table {
/* 374  */ 	border-collapse: collapse;
/* 375  */ 	border-spacing: 0;
/* 376  */ 	line-height: 2;
/* 377  */ 	margin-bottom: 40px;
/* 378  */ 	width: 100%;
/* 379  */ }
/* 380  */ 
/* 381  */ tbody {
/* 382  */ 	border-bottom: 1px solid #ddd;
/* 383  */ }
/* 384  */ 
/* 385  */ th,
/* 386  */ td {
/* 387  */ 	text-align: left;
/* 388  */ }
/* 389  */ 
/* 390  */ th {
/* 391  */ 	font-weight: bold;
/* 392  */ 	text-transform: uppercase;
/* 393  */ }
/* 394  */ 
/* 395  */ td {
/* 396  */ 	border-top: 1px solid #ddd;
/* 397  */ 	padding: 6px 0;
/* 398  */ }
/* 399  */ 
/* 400  */ 

/* style.css */

/* 401  */ /*
/* 402  *| Structure and Layout
/* 403  *| ---------------------------------------------------------------------------------------------------- */
/* 404  */ 
/* 405  */ /* Site Containers
/* 406  *| --------------------------------------------- */
/* 407  */ 
/* 408  */ .wrap {
/* 409  */ 	margin: 0 auto;
/* 410  */ 	max-width: 1140px;
/* 411  */ }
/* 412  */ 
/* 413  */ .site-inner {
/* 414  */ 	background-color: #fff;
/* 415  */ 	clear: both;
/* 416  */ 	padding-top: 40px;
/* 417  */ }
/* 418  */ 
/* 419  */ .minimum-landing .site-inner {
/* 420  */ 	margin: 40px auto;
/* 421  */ 	padding: 60px 60px 20px;
/* 422  */ 	width: 800px;
/* 423  */ }
/* 424  */ 
/* 425  */ /* Site Containers
/* 426  *| --------------------------------------------- */
/* 427  */ 
/* 428  */ .home-featured {
/* 429  */ 	border-bottom: 5px solid #f5f5f5;
/* 430  */ 	margin-bottom: 60px;
/* 431  */ 	padding: 40px 0;
/* 432  */ }
/* 433  */ 
/* 434  */ .home-featured li {
/* 435  */ 	list-style-type: none;
/* 436  */ }
/* 437  */ 
/* 438  */ .home-featured .widget {
/* 439  */ 	padding: 0 20px;
/* 440  */ }
/* 441  */ 
/* 442  */ .home-featured p:last-child {
/* 443  */ 	padding: 0 0 24px;
/* 444  */ }
/* 445  */ 
/* 446  */ .home-featured-1,
/* 447  */ .home-featured-2,
/* 448  */ .home-featured-3,
/* 449  */ .home-featured-4 {
/* 450  */ 	float: left;

/* style.css */

/* 451  */ 	text-align: center;
/* 452  */ 	width: 25%;
/* 453  */ }
/* 454  */ 
/* 455  */ .home-featured .simple-social-icons ul li a {
/* 456  */ 	padding: 40px !important;
/* 457  */ }
/* 458  */ 
/* 459  */ .home-featured .simple-social-icons ul li {
/* 460  */ 	margin: 0 0 30px !important;
/* 461  */ }
/* 462  */ 
/* 463  */ .site-tagline {
/* 464  */ 	background-color: #f5f5f5;
/* 465  */ 	border-bottom: 1px solid #eee;
/* 466  */ 	margin-top: 60px;
/* 467  */ 	padding: 40px 0;
/* 468  */ }
/* 469  */ 
/* 470  */ .site-tagline p {
/* 471  */ 	margin: 0;
/* 472  */ }
/* 473  */ 
/* 474  */ .site-tagline-left {
/* 475  */ 	float: left;
/* 476  */ 	width: 50%;
/* 477  */ }
/* 478  */ 
/* 479  */ .site-tagline-right {
/* 480  */ 	float: right;
/* 481  */ 	text-align: right;
/* 482  */ 	width: 50%;
/* 483  */ }
/* 484  */ 
/* 485  */ .minimum .site-tagline {
/* 486  */ 	margin-top: 600px;
/* 487  */ }
/* 488  */ 
/* 489  */ a.cta-button {
/* 490  */ 	background-color: #333;
/* 491  */ 	border-radius: 5px;
/* 492  */ 	color: #fff;
/* 493  */ 	display: inline-block;
/* 494  */ 	font-size: 18px;
/* 495  */ 	font-weight: 300;
/* 496  */ 	line-height: 1;
/* 497  */ 	padding: 15px 20px;
/* 498  */ }
/* 499  */ 
/* 500  */ a.cta-button:hover {

/* style.css */

/* 501  */ 	background-color: #0ebfe9;
/* 502  */ }
/* 503  */ 
/* 504  */ /* Column Widths and Positions
/* 505  *| --------------------------------------------- */
/* 506  */ 
/* 507  */ /* Content */
/* 508  */ 
/* 509  */ .content {
/* 510  */ 	float: left;
/* 511  */ 	width: 720px;
/* 512  */ }
/* 513  */ 
/* 514  */ .sidebar-content .content {
/* 515  */ 	float: right;
/* 516  */ }
/* 517  */ 
/* 518  */ .full-width-content .content {
/* 519  */ 	width: 100%;
/* 520  */ }
/* 521  */ 
/* 522  */ 
/* 523  */ /* Column Classes
/* 524  *| 	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
/* 525  *| --------------------------------------------- */
/* 526  */ 
/* 527  */ .five-sixths,
/* 528  */ .four-sixths,
/* 529  */ .one-fourth,
/* 530  */ .one-half,
/* 531  */ .one-sixth,
/* 532  */ .one-third,
/* 533  */ .three-fourths,
/* 534  */ .three-sixths,
/* 535  */ .two-fourths,
/* 536  */ .two-sixths,
/* 537  */ .two-thirds {
/* 538  */ 	float: left;
/* 539  */ 	margin-left: 2.564102564102564%;
/* 540  */ }
/* 541  */ 
/* 542  */ .one-half,
/* 543  */ .three-sixths,
/* 544  */ .two-fourths {
/* 545  */ 	width: 48.717948717948715%;
/* 546  */ }
/* 547  */ 
/* 548  */ .one-third,
/* 549  */ .two-sixths {
/* 550  */ 	width: 31.623931623931625%;

/* style.css */

/* 551  */ }
/* 552  */ 
/* 553  */ .four-sixths,
/* 554  */ .two-thirds {
/* 555  */ 	width: 65.81196581196582%;
/* 556  */ }
/* 557  */ 
/* 558  */ .one-fourth {
/* 559  */ 	width: 23.076923076923077%;
/* 560  */ }
/* 561  */ 
/* 562  */ .three-fourths {
/* 563  */ 	width: 74.35897435897436%;
/* 564  */ }
/* 565  */ 
/* 566  */ .one-sixth {
/* 567  */ 	width: 14.52991452991453%;
/* 568  */ }
/* 569  */ 
/* 570  */ .five-sixths {
/* 571  */ 	width: 82.90598290598291%;
/* 572  */ }
/* 573  */ 
/* 574  */ .first {
/* 575  */ 	clear: both;
/* 576  */ 	margin-left: 0;
/* 577  */ }
/* 578  */ 
/* 579  */ 
/* 580  */ /*
/* 581  *| Common Classes
/* 582  *| ---------------------------------------------------------------------------------------------------- */
/* 583  */ 
/* 584  */ /* WordPress
/* 585  *| --------------------------------------------- */
/* 586  */ 
/* 587  */ .avatar {
/* 588  */ 	float: left;
/* 589  */ }
/* 590  */ 
/* 591  */ .alignleft .avatar {
/* 592  */ 	margin-right: 24px;
/* 593  */ }
/* 594  */ 
/* 595  */ .alignright .avatar {
/* 596  */ 	margin-left: 24px;
/* 597  */ }
/* 598  */ 
/* 599  */ .author-box .avatar {
/* 600  */ 	height: 72px;

/* style.css */

/* 601  */ 	margin-right: 24px;
/* 602  */ 	width: 72px;
/* 603  */ }
/* 604  */ 
/* 605  */ .entry-comments .avatar {
/* 606  */ 	height: 48px;
/* 607  */ 	width: 48px;
/* 608  */ }
/* 609  */ 
/* 610  */ .search-form input[type="submit"] {
/* 611  */ 	border: 0;
/* 612  */ 	clip: rect(0, 0, 0, 0);
/* 613  */ 	height: 1px;
/* 614  */ 	margin: -1px;
/* 615  */ 	padding: 0;
/* 616  */ 	position: absolute;
/* 617  */ 	width: 1px;
/* 618  */ }
/* 619  */ 
/* 620  */ .search-form {
/* 621  */ 	overflow: hidden;
/* 622  */ 	padding: 3px;
/* 623  */ 	width: 100%;
/* 624  */ }
/* 625  */ 
/* 626  */ .sticky {
/* 627  */ }
/* 628  */ 
/* 629  */ img.centered,
/* 630  */ .aligncenter {
/* 631  */ 	display: block;
/* 632  */ 	margin: 0 auto 24px;
/* 633  */ }
/* 634  */ 
/* 635  */ a.alignnone,
/* 636  */ img.alignnone {
/* 637  */ 	margin-bottom: 12px;
/* 638  */ }
/* 639  */ 
/* 640  */ .alignleft {
/* 641  */ 	float: left;
/* 642  */ 	text-align: left;
/* 643  */ }
/* 644  */ 
/* 645  */ .alignright {
/* 646  */ 	float: right;
/* 647  */ 	text-align: right;
/* 648  */ }
/* 649  */ 
/* 650  */ a.alignleft,

/* style.css */

/* 651  */ a.alignnone,
/* 652  */ a.alignright {
/* 653  */ 	max-width: 100%;
/* 654  */ }
/* 655  */ 
/* 656  */ a.alignnone {
/* 657  */ 	display: inline-block;
/* 658  */ }
/* 659  */ 
/* 660  */ a.alignleft,
/* 661  */ img.alignleft,
/* 662  */ .wp-caption.alignleft {
/* 663  */ 	margin: 0 24px 24px 0;
/* 664  */ }
/* 665  */ 
/* 666  */ a.alignright,
/* 667  */ img.alignright,
/* 668  */ .wp-caption.alignright {
/* 669  */ 	margin: 0 0 24px 24px;
/* 670  */ }
/* 671  */ 
/* 672  */ a.alignleft,
/* 673  */ a.alignright {
/* 674  */ 	border: none;
/* 675  */ }
/* 676  */ 
/* 677  */ .wp-caption-text {
/* 678  */ 	font-size: 14px;
/* 679  */ 	font-weight: 400;
/* 680  */ 	text-align: center;
/* 681  */ }
/* 682  */ 
/* 683  */ .gallery-caption {
/* 684  */ }
/* 685  */ 
/* 686  */ /*
/* 687  *| Widgets
/* 688  *| ---------------------------------------------------------------------------------------------------- */
/* 689  */ 
/* 690  */ .widget {
/* 691  */ 	word-wrap: break-word;
/* 692  */ }
/* 693  */ 
/* 694  */ .widget li {
/* 695  */ 	list-style-type: none;
/* 696  */ 	margin-bottom: 6px;
/* 697  */ 	text-align: left;
/* 698  */ }
/* 699  */ 
/* 700  */ .widget ol > li {

/* style.css */

/* 701  */ 	list-style-position: inside;
/* 702  */ 	list-style-type: decimal;
/* 703  */ 	padding-left: 20px;
/* 704  */ 	text-indent: -20px;
/* 705  */ }
/* 706  */ 
/* 707  */ .widget li li {
/* 708  */ 	border: none;
/* 709  */ 	margin: 0 0 0 30px;
/* 710  */ 	padding: 0;
/* 711  */ }
/* 712  */ 
/* 713  */ .widget ul > li:last-child,
/* 714  */ .widget p:last-child {
/* 715  */ 	margin-bottom: 0;
/* 716  */ }
/* 717  */ 
/* 718  */ .widget_calendar table {
/* 719  */ 	width: 100%;
/* 720  */ }
/* 721  */ 
/* 722  */ .widget_calendar td,
/* 723  */ .widget_calendar th {
/* 724  */ 	text-align: center;
/* 725  */ }
/* 726  */ 
/* 727  */ /* Genesis
/* 728  *| --------------------------------------------- */
/* 729  */ 
/* 730  */ .breadcrumb {
/* 731  */ 	margin-bottom: 40px;
/* 732  */ }
/* 733  */ 
/* 734  */ .archive-description,
/* 735  */ .author-box {
/* 736  */ 	background-color: #f5f5f5;
/* 737  */ }
/* 738  */ 
/* 739  */ .archive-description {
/* 740  */ 	margin-bottom: 40px;
/* 741  */ 	padding: 40px 40px 16px;
/* 742  */ }
/* 743  */ 
/* 744  */ .author-box {
/* 745  */ 	margin-bottom: 40px;
/* 746  */ 	padding: 40px;
/* 747  */ }
/* 748  */ 
/* 749  */ .single .author-box {
/* 750  */ 	margin-bottom: 60px;

/* style.css */

/* 751  */ }
/* 752  */ 
/* 753  */ .author-box-title {
/* 754  */ 	color: #333;
/* 755  */ 	font-family: 'Roboto Slab', serif;
/* 756  */ 	font-size: 16px;
/* 757  */ 	font-weight: 400;
/* 758  */ 	margin-bottom: 4px;
/* 759  */ }
/* 760  */ 
/* 761  */ .author-box p {
/* 762  */ 	margin-bottom: 0;
/* 763  */ }
/* 764  */ 
/* 765  */ .author-box .avatar {
/* 766  */ 	margin-right: 24px;
/* 767  */ }
/* 768  */ 
/* 769  */ /* Featured Post Grid
/* 770  *| ------------------------------------------------------------ */
/* 771  */ 
/* 772  */ .genesis-grid-even,
/* 773  */ .genesis-grid-odd {
/* 774  */ 	border-bottom: 1px solid #f5f5f5;
/* 775  */ 	margin-bottom: 30px;
/* 776  */ 	padding: 0;
/* 777  */ 	width: 47%;
/* 778  */ }
/* 779  */ 
/* 780  */ .genesis-grid-even {
/* 781  */ 	float: right;
/* 782  */ }
/* 783  */ 
/* 784  */ .genesis-grid-odd {
/* 785  */ 	clear: both;
/* 786  */ 	float: left;
/* 787  */ }
/* 788  */ 
/* 789  */ 
/* 790  */ /* Titles
/* 791  *| --------------------------------------------- */
/* 792  */ 
/* 793  */ .entry-title {
/* 794  */ 	font-size: 30px;
/* 795  */ 	line-height: 1;
/* 796  */ }
/* 797  */ 
/* 798  */ .genesis-grid .entry-title {
/* 799  */ 	font-size: 24px;
/* 800  */ 	margin: 0 0 10px;

/* style.css */

/* 801  */ }
/* 802  */ 
/* 803  */ .single-portfolio .entry-title {
/* 804  */ 	margin-bottom: 20px;
/* 805  */ }
/* 806  */ 
/* 807  */ .entry-title a,
/* 808  */ .sidebar .widget-title a {
/* 809  */ 	border: none;
/* 810  */ 	color: #333;
/* 811  */ }
/* 812  */ 
/* 813  */ .entry-title a:hover {
/* 814  */ 	color: #0ebfe9;
/* 815  */ }
/* 816  */ 
/* 817  */ .widget-title {
/* 818  */ 	font-size: 16px;
/* 819  */ 	margin-bottom: 24px;
/* 820  */ 	text-transform: uppercase;
/* 821  */ }
/* 822  */ 
/* 823  */ #home-featured .widget-title {
/* 824  */ 	margin-bottom: 10px;
/* 825  */ }
/* 826  */ 
/* 827  */ .sidebar .widget-title a {
/* 828  */ 	border: none;
/* 829  */ }
/* 830  */ 
/* 831  */ .archive-title {
/* 832  */ 	font-size: 20px;
/* 833  */ 	margin-bottom: 24px;
/* 834  */ }
/* 835  */ 
/* 836  */ 
/* 837  */ /*
/* 838  *| Widgets
/* 839  *| ---------------------------------------------------------------------------------------------------- */
/* 840  */ 
/* 841  */ /* Featured Content
/* 842  *| --------------------------------------------- */
/* 843  */ 
/* 844  */ .featured-content .entry {
/* 845  */ 	border-bottom: 2px solid #f5f5f5;
/* 846  */ 	margin-bottom: 24px;
/* 847  */ 	padding: 0 0 24px;
/* 848  */ }
/* 849  */ 
/* 850  */ .featured-content .entry:last-child {

/* style.css */

/* 851  */ 	margin-bottom: 0;
/* 852  */ 	padding: 0;
/* 853  */ }
/* 854  */ 
/* 855  */ .featured-content .entry-title {
/* 856  */ 	border: none;
/* 857  */ 	font-size: 18px;
/* 858  */ 	line-height: 1.2;
/* 859  */ }
/* 860  */ 
/* 861  */ .featured-content .entry-title a {
/* 862  */ 	border: none;
/* 863  */ }
/* 864  */ 
/* 865  */ 
/* 866  */ /*
/* 867  *| Plugins
/* 868  *| ---------------------------------------------------------------------------------------------------- */
/* 869  */ 
/* 870  */ /* Genesis eNews Extended
/* 871  *| --------------------------------------------- */
/* 872  */ 
/* 873  */ .enews-widget {
/* 874  */ 	color: #999;
/* 875  */ }
/* 876  */ 
/* 877  */ .enews-widget input {
/* 878  */ 	margin-bottom: 16px;
/* 879  */ }
/* 880  */ 
/* 881  */ .enews-widget input:focus {
/* 882  */ 	border: 1px solid #ddd;
/* 883  */ }
/* 884  */ 
/* 885  */ .enews-widget input[type="submit"] {
/* 886  */ 	background-color: #0ebfe9;
/* 887  */ 	color: #fff;
/* 888  */ 	margin: 0;
/* 889  */ 	width: 100%;
/* 890  */ }
/* 891  */ 
/* 892  */ .enews-widget input:hover[type="submit"] {
/* 893  */ 	background-color: #fff;
/* 894  */ 	color: #333;
/* 895  */ }
/* 896  */ 
/* 897  */ .enews form + p {
/* 898  */ 	margin-top: 24px;
/* 899  */ }
/* 900  */ 

/* style.css */

/* 901  */ .sidebar .enews-widget {
/* 902  */ 	background-color: #333;
/* 903  */ 	padding: 30px;
/* 904  */ }
/* 905  */ 
/* 906  */ .sidebar .enews-widget .widget-title {
/* 907  */ 	color: #fff;
/* 908  */ }
/* 909  */ 
/* 910  */ /* Genesis Latest Tweets
/* 911  *| --------------------------------------------- */
/* 912  */ 
/* 913  */ .latest-tweets ul li {
/* 914  */ 	margin-bottom: 16px;
/* 915  */ }
/* 916  */ 
/* 917  */ /* Gravity Forms
/* 918  *| --------------------------------------------- */
/* 919  */ 
/* 920  */ div.gform_wrapper input[type="email"],
/* 921  */ div.gform_wrapper input[type="text"],
/* 922  */ div.gform_wrapper textarea,
/* 923  */ div.gform_wrapper .ginput_complex label {
/* 924  */ 	font-size: 16px;
/* 925  */ 	padding: 16px;
/* 926  */ }
/* 927  */ 
/* 928  */ div.gform_wrapper .ginput_complex label {
/* 929  */ 	padding: 0;
/* 930  */ }
/* 931  */ 
/* 932  */ div.gform_wrapper li,
/* 933  */ div.gform_wrapper form li {
/* 934  */ 	margin: 16px 0 0;
/* 935  */ }
/* 936  */ 
/* 937  */ div.gform_wrapper .gform_footer input[type="submit"] {
/* 938  */ 	font-size: 16px;
/* 939  */ }
/* 940  */ 
/* 941  */ /* Jetpack
/* 942  *| --------------------------------------------- */
/* 943  */ 
/* 944  */ img#wpstats {
/* 945  */ 	display: none;
/* 946  */ }
/* 947  */ 
/* 948  */ 
/* 949  */ /*
/* 950  *| Site Header

/* style.css */

/* 951  *| ---------------------------------------------------------------------------------------------------- */
/* 952  */ 
/* 953  */ .site-header {
/* 954  */ 	background-color: #fff;
/* 955  */ 	border-bottom: 1px solid #eee;
/* 956  */ 	left: 0;
/* 957  */ 	letter-spacing: 1px;
/* 958  */ 	position: fixed;
/* 959  */ 	top: 0;
/* 960  */ 	width: 100%;
/* 961  */ 	z-index: 999;
/* 962  */ }
/* 963  */ 
/* 964  */ .admin-bar .site-header {
/* 965  */ 	top: 32px;
/* 966  */ }
/* 967  */ 
/* 968  */ /* Title Area
/* 969  *| --------------------------------------------- */
/* 970  */ 
/* 971  */ .title-area {
/* 972  */ 	float: left;
/* 973  */ 	padding: 18px 0;
/* 974  */ 	width: 320px;
/* 975  */ }
/* 976  */ 
/* 977  */ .header-image .title-area {
/* 978  */ 	padding: 0;
/* 979  */ }
/* 980  */ 
/* 981  */ .site-title {
/* 982  */ 	font-family: 'Roboto', sans-serif;
/* 983  */ 	font-size: 24px;
/* 984  */ 	line-height: 1;
/* 985  */ 	margin: 0;
/* 986  */ 	text-transform: uppercase;
/* 987  */ }
/* 988  */ 
/* 989  */ .site-title a,
/* 990  */ .site-title a:hover {
/* 991  */ 	border: none;
/* 992  */ 	color: #333;
/* 993  */ }
/* 994  */ 
/* 995  */ .site-description {
/* 996  */ 	font-size: 36px;
/* 997  */ 	font-weight: 300;
/* 998  */ 	line-height: 1.2;
/* 999  */ 	margin: 0;
/* 1000 */ }

/* style.css */

/* 1001 */ 
/* 1002 */ /* Full width header, no widgets */
/* 1003 */ 
/* 1004 */ .header-full-width .title-area,
/* 1005 */ .header-full-width .site-title {
/* 1006 */ 	width: 100%;
/* 1007 */ }
/* 1008 */ 
/* 1009 */ .header-image .site-title a {
/* 1010 */ 	display: block;
/* 1011 */ 	text-indent: -9999px;
/* 1012 */ }
/* 1013 */ 
/* 1014 */ /* Custom header */
/* 1015 */ 
/* 1016 */ .header-image .title-area {
/* 1017 */ 	padding: 0;
/* 1018 */ }
/* 1019 */ 
/* 1020 */ .header-image .site-title a {
/* 1021 */ 	height: 60px;
/* 1022 */ 	display: block;
/* 1023 */ 	text-indent: -9999px;
/* 1024 */ 	max-width: 320px;
/* 1025 */ }
/* 1026 */ 
/* 1027 */ /* Widget Area
/* 1028 *| --------------------------------------------- */
/* 1029 */ 
/* 1030 */ .site-header .widget-area {
/* 1031 */ 	float: right;
/* 1032 */ 	text-align: right;
/* 1033 */ 	width: 800px;
/* 1034 */ }
/* 1035 */ 
/* 1036 */ .site-header .search-form {
/* 1037 */ 	float: right;
/* 1038 */ 	margin-top: 10px;
/* 1039 */ }
/* 1040 */ 
/* 1041 */ 
/* 1042 */ /*
/* 1043 *| Site Navigation
/* 1044 *| ---------------------------------------------------------------------------------------------------- */
/* 1045 */ 
/* 1046 */ .genesis-nav-menu {
/* 1047 */ 	clear: both;
/* 1048 */ 	color: #fff;
/* 1049 */ 	font-size: 14px;
/* 1050 */ 	font-family: 'Roboto', sans-serif;

/* style.css */

/* 1051 */ 	font-weight: 400;
/* 1052 */ 	line-height: 1.5;
/* 1053 */ 	width: 100%;
/* 1054 */ }
/* 1055 */ 
/* 1056 */ .genesis-nav-menu .menu-item {
/* 1057 */ 	display: inline-block;
/* 1058 */ 	margin: 0;
/* 1059 */ 	text-align: left;
/* 1060 */ }
/* 1061 */ 
/* 1062 */ .genesis-nav-menu a {
/* 1063 */ 	border: none;
/* 1064 */ 	color: #333;
/* 1065 */ 	display: block;
/* 1066 */ 	font-size: 14px;
/* 1067 */ 	padding: 20px;
/* 1068 */ 	position: relative;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ .genesis-nav-menu a:hover,
/* 1072 */ .genesis-nav-menu .current-menu-item > a,
/* 1073 */ .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
/* 1074 */ 	color: #0ebfe9;
/* 1075 */ }
/* 1076 */ 
/* 1077 */ .genesis-nav-menu > .menu-item > a {
/* 1078 */ 	text-transform: uppercase;
/* 1079 */ }
/* 1080 */ 
/* 1081 */ .genesis-nav-menu .sub-menu {
/* 1082 */ 	left: -9999px;
/* 1083 */ 	letter-spacing: 0;
/* 1084 */ 	opacity: 0;
/* 1085 */ 	position: absolute;
/* 1086 */ 	-webkit-transition: opacity .4s ease-in-out;
/* 1087 */ 	-moz-transition:    opacity .4s ease-in-out;
/* 1088 */ 	-ms-transition:     opacity .4s ease-in-out;
/* 1089 */ 	-o-transition:      opacity .4s ease-in-out;
/* 1090 */ 	transition:         opacity .4s ease-in-out;
/* 1091 */ 	width: 160px;
/* 1092 */ 	z-index: 99;
/* 1093 */ }
/* 1094 */ 
/* 1095 */ .genesis-nav-menu .sub-menu a {
/* 1096 */ 	background-color: #fff;
/* 1097 */ 	border: 1px solid #eee;
/* 1098 */ 	border-top: none;
/* 1099 */ 	padding: 16px 20px;
/* 1100 */ 	position: relative;

/* style.css */

/* 1101 */ 	width: 160px;
/* 1102 */ }
/* 1103 */ 
/* 1104 */ .genesis-nav-menu .sub-menu .sub-menu {
/* 1105 */ 	margin: -54px 0 0 159px;
/* 1106 */ }
/* 1107 */ 
/* 1108 */ .genesis-nav-menu .menu-item:hover {
/* 1109 */ 	position: static;
/* 1110 */ }
/* 1111 */ 
/* 1112 */ .genesis-nav-menu .menu-item:hover > .sub-menu {
/* 1113 */ 	left: auto;
/* 1114 */ 	opacity: 1;
/* 1115 */ }
/* 1116 */ 
/* 1117 */ .genesis-nav-menu > .first > a {
/* 1118 */ 	padding-left: 0;
/* 1119 */ }
/* 1120 */ 
/* 1121 */ .genesis-nav-menu > .last > a {
/* 1122 */ 	padding-right: 0;
/* 1123 */ }
/* 1124 */ 
/* 1125 */ .genesis-nav-menu > .right {
/* 1126 */ 	display: inline-block;
/* 1127 */ 	float: right;
/* 1128 */ 	list-style-type: none;
/* 1129 */ 	padding: 20px 0;
/* 1130 */ 	text-transform: uppercase;
/* 1131 */ }
/* 1132 */ 
/* 1133 */ .genesis-nav-menu > .right > a {
/* 1134 */ 	display: inline;
/* 1135 */ 	padding: 0;
/* 1136 */ }
/* 1137 */ 
/* 1138 */ .genesis-nav-menu > .rss > a {
/* 1139 */ 	margin-left: 48px;
/* 1140 */ }
/* 1141 */ 
/* 1142 */ .genesis-nav-menu > .search {
/* 1143 */ 	padding: 6px 0 0;
/* 1144 */ }
/* 1145 */ 
/* 1146 */ /* Site Header Navigation
/* 1147 *| --------------------------------------------- */
/* 1148 */ 
/* 1149 */ .site-header .sub-menu {
/* 1150 */ 	border-top: 1px solid #eee;

/* style.css */

/* 1151 */ }
/* 1152 */ 
/* 1153 */ .site-header .sub-menu .sub-menu {
/* 1154 */ 	margin-top: -55px;
/* 1155 */ }
/* 1156 */ 
/* 1157 */ /* Primary Navigation
/* 1158 *| --------------------------------------------- */
/* 1159 */ 
/* 1160 */ .nav-primary {
/* 1161 */ 	background-color: #333;
/* 1162 */ }
/* 1163 */ 
/* 1164 */ .nav-primary a,
/* 1165 */ .nav-primary .genesis-nav-menu .sub-menu a {
/* 1166 */ 	color: #fff;
/* 1167 */ }
/* 1168 */ 
/* 1169 */ .nav-primary .genesis-nav-menu .sub-menu a {
/* 1170 */ 	background-color: #333;
/* 1171 */ 	border: 1px solid #444;
/* 1172 */ 	border-top: none;
/* 1173 */ }
/* 1174 */ 
/* 1175 */ .nav-primary .sub-menu a:hover {
/* 1176 */ 	color: #0ebfe9;
/* 1177 */ }
/* 1178 */ 
/* 1179 */ /* Secondary Navigation
/* 1180 *| --------------------------------------------- */
/* 1181 */ 
/* 1182 */ .nav-secondary {
/* 1183 */ 	margin-bottom: 20px;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ .site-footer .nav-secondary a {
/* 1187 */ 	color: #fff;
/* 1188 */ 	margin: 0 30px;
/* 1189 */ 	padding: 0;
/* 1190 */ }
/* 1191 */ 
/* 1192 */ .site-footer .nav-secondary a:hover {
/* 1193 */ 	color: #999;
/* 1194 */ }
/* 1195 */ 
/* 1196 */ .site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
/* 1197 */ 	background-color: #333;
/* 1198 */ 	border: 1px solid #444;
/* 1199 */ 	border-top: none;
/* 1200 */ 	padding: 16px;

/* style.css */

/* 1201 */ }
/* 1202 */ 
/* 1203 */ .site-footer .nav-secondary .sub-menu a:hover {
/* 1204 */ 	color: #0ebfe9;
/* 1205 */ }
/* 1206 */ 
/* 1207 */ /* Responsive Menu
/* 1208 *| --------------------------------------------- */
/* 1209 */ 
/* 1210 */ #responsive-menu-icon {
/* 1211 */ 	cursor: pointer;
/* 1212 */ 	display: none;
/* 1213 */ }
/* 1214 */ 
/* 1215 */ #responsive-menu-icon::before {
/* 1216 */ 	color: #333;
/* 1217 */ 	content: "\f333";
/* 1218 */ 	font: normal 24px/1 'dashicons';
/* 1219 */ 	margin: 0 auto;
/* 1220 */ }
/* 1221 */ 
/* 1222 */ 
/* 1223 */ /*
/* 1224 *| Content Area
/* 1225 *| ---------------------------------------------------------------------------------------------------- */
/* 1226 */ 
/* 1227 */ /* Entries
/* 1228 *| --------------------------------------------- */
/* 1229 */ 
/* 1230 */ .entry {
/* 1231 */ 	margin-bottom: 40px;
/* 1232 */ }
/* 1233 */ 
/* 1234 */ .post-type-archive-portfolio .entry {
/* 1235 */ 	float: left;
/* 1236 */ 	margin-bottom: 60px;
/* 1237 */ 	width: 50%;
/* 1238 */ }
/* 1239 */ 
/* 1240 */ .post-type-archive-portfolio .entry:nth-of-type(2n) {
/* 1241 */ 	float: right;
/* 1242 */ 	padding-left: 30px;
/* 1243 */ }
/* 1244 */ 
/* 1245 */ .post-type-archive-portfolio .entry:nth-of-type(2n+1) {
/* 1246 */ 	clear: left;
/* 1247 */ 	padding-right: 30px;
/* 1248 */ }
/* 1249 */ 
/* 1250 */ .single-portfolio .entry {

/* style.css */

/* 1251 */ 	text-align: center;
/* 1252 */ }
/* 1253 */ 
/* 1254 */ .entry-content ol,
/* 1255 */ .entry-content p,
/* 1256 */ .entry-content ul,
/* 1257 */ .quote-caption {
/* 1258 */ 	margin-bottom: 26px;
/* 1259 */ }
/* 1260 */ 
/* 1261 */ .entry-content ol,
/* 1262 */ .entry-content ul {
/* 1263 */ 	margin-left: 40px;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .entry-content ol > li {
/* 1267 */ 	list-style-type: decimal;
/* 1268 */ }
/* 1269 */ 
/* 1270 */ .entry-content ul > li {
/* 1271 */ 	list-style-type: disc;
/* 1272 */ }
/* 1273 */ 
/* 1274 */ .entry-content ol ol,
/* 1275 */ .entry-content ul ul {
/* 1276 */ 	margin-bottom: 0;
/* 1277 */ }
/* 1278 */ 
/* 1279 */ .entry-content .search-form {
/* 1280 */ 	width: 50%;
/* 1281 */ }
/* 1282 */ 
/* 1283 */ .entry-meta {
/* 1284 */ 	font-family: 'Roboto', sans-serif;
/* 1285 */ 	font-size: 14px;
/* 1286 */ }
/* 1287 */ 
/* 1288 */ .entry-meta a {
/* 1289 */ 	border: none;
/* 1290 */ 	font-weight: 300;
/* 1291 */ }
/* 1292 */ 
/* 1293 */ .entry-header .entry-meta {
/* 1294 */ 	margin-bottom: 24px;
/* 1295 */ }
/* 1296 */ 
/* 1297 */ .entry-comments-link::before {
/* 1298 */ 	content: "\2014";
/* 1299 */ 	margin: 0 6px 0 2px;
/* 1300 */ }

/* style.css */

/* 1301 */ 
/* 1302 */ .entry-categories,
/* 1303 */ .entry-tags {
/* 1304 */ 	display: block;
/* 1305 */ }
/* 1306 */ 
/* 1307 */ /* After Entry
/* 1308 *| --------------------------------------------- */
/* 1309 */ 
/* 1310 */ .after-entry {
/* 1311 */ 	background-color: #f5f5f5;
/* 1312 */ 	margin-bottom: 60px;
/* 1313 */ 	padding: 40px;
/* 1314 */ 	text-align: center;
/* 1315 */ }
/* 1316 */ 
/* 1317 */ .after-entry .widget {
/* 1318 */ 	margin-bottom: 40px;
/* 1319 */ }
/* 1320 */ 
/* 1321 */ .after-entry .featured-content .entry:last-child,
/* 1322 */ .after-entry .widget:last-child,
/* 1323 */ .after-entry p:last-child {
/* 1324 */ 	padding: 0;
/* 1325 */ 	margin: 0;
/* 1326 */ }
/* 1327 */ 
/* 1328 */ .after-entry li {
/* 1329 */ 	list-style-type: none;
/* 1330 */ }
/* 1331 */ 
/* 1332 */ /* Pagination
/* 1333 *| --------------------------------------------- */
/* 1334 */ 
/* 1335 */ .pagination {
/* 1336 */ 	clear: both;
/* 1337 */ 	margin: 40px 0;
/* 1338 */ }
/* 1339 */ 
/* 1340 */ .pagination li {
/* 1341 */ 	display: inline;
/* 1342 */ }
/* 1343 */ 
/* 1344 */ .pagination li a {
/* 1345 */ 	background-color: #333;
/* 1346 */ 	border: none;
/* 1347 */ 	border-radius: 3px;
/* 1348 */ 	color: #fff;
/* 1349 */ 	cursor: pointer;
/* 1350 */ 	display: inline-block;

/* style.css */

/* 1351 */ 	font-family: 'Roboto', sans-serif;
/* 1352 */ 	font-size: 14px;
/* 1353 */ 	font-weight: 300;
/* 1354 */ 	padding: 8px 12px;
/* 1355 */ }
/* 1356 */ 
/* 1357 */ .pagination li a:hover,
/* 1358 */ .pagination li.active a {
/* 1359 */ 	background-color: #0ebfe9;
/* 1360 */ }
/* 1361 */ 
/* 1362 */ /* Comments
/* 1363 *| --------------------------------------------- */
/* 1364 */ 
/* 1365 */ .comment-respond,
/* 1366 */ .entry-comments,
/* 1367 */ .entry-pings {
/* 1368 */ 	margin-bottom: 60px;
/* 1369 */ }
/* 1370 */ 
/* 1371 */ .comment-content {
/* 1372 */ 	clear: both;
/* 1373 */ }
/* 1374 */ 
/* 1375 */ .entry-comments .comment-author {
/* 1376 */ 	margin-bottom: 0;
/* 1377 */ }
/* 1378 */ 
/* 1379 */ .comment-respond input[type="email"],
/* 1380 */ .comment-respond input[type="text"],
/* 1381 */ .comment-respond input[type="url"] {
/* 1382 */ 	width: 50%
/* 1383 */ }
/* 1384 */ 
/* 1385 */ .comment-respond label {
/* 1386 */ 	display: block;
/* 1387 */ 	margin-right: 12px;
/* 1388 */ }
/* 1389 */ 
/* 1390 */ .comment-list li,
/* 1391 */ .ping-list li {
/* 1392 */ 	list-style-type: none;
/* 1393 */ }
/* 1394 */ 
/* 1395 */ .comment-list li {
/* 1396 */ 	margin-top: 24px;
/* 1397 */ 	padding: 32px;
/* 1398 */ }
/* 1399 */ 
/* 1400 */ .comment-list li li {

/* style.css */

/* 1401 */ 	margin-right: -32px;
/* 1402 */ }
/* 1403 */ 
/* 1404 */ li.comment {
/* 1405 */ 	background-color: #f5f5f5;
/* 1406 */ 	border: 2px solid #fff;
/* 1407 */ 	border-right: none;
/* 1408 */ }
/* 1409 */ 
/* 1410 */ .comment .avatar {
/* 1411 */ 	margin: 0 16px 24px 0;
/* 1412 */ }
/* 1413 */ 
/* 1414 */ .entry-pings .reply {
/* 1415 */ 	display: none;
/* 1416 */ }
/* 1417 */ 
/* 1418 */ .bypostauthor {
/* 1419 */ }
/* 1420 */ 
/* 1421 */ 
/* 1422 */ /*
/* 1423 *| Sidebar
/* 1424 *| ---------------------------------------------------------------------------------------------------- */
/* 1425 */ 
/* 1426 */ .sidebar {
/* 1427 */ 	float: right;
/* 1428 */ 	margin-top: 10px;
/* 1429 */ 	width: 340px;
/* 1430 */ }
/* 1431 */ 
/* 1432 */ .sidebar-content .sidebar {
/* 1433 */ 	float: left;
/* 1434 */ }
/* 1435 */ 
/* 1436 */ .sidebar img {
/* 1437 */ 	margin-bottom: 15px;
/* 1438 */ }
/* 1439 */ 
/* 1440 */ .sidebar .featured-content img {
/* 1441 */ 	margin-bottom: 0;
/* 1442 */ }
/* 1443 */ 
/* 1444 */ .sidebar .widget {
/* 1445 */ 	margin-bottom: 40px;
/* 1446 */ }
/* 1447 */ 
/* 1448 */ .sidebar .tagcloud a {
/* 1449 */ 	background-color: #333;
/* 1450 */ 	border-radius: 3px;

/* style.css */

/* 1451 */ 	border: none;
/* 1452 */ 	color: #fff;
/* 1453 */ 	cursor: pointer;
/* 1454 */ 	display: inline-block;
/* 1455 */ 	font-family: 'Roboto', sans-serif;
/* 1456 */ 	margin: 0 5px 5px 0;
/* 1457 */ 	padding: 5px 10px;
/* 1458 */ }
/* 1459 */ 
/* 1460 */ .sidebar .tagcloud a:hover {
/* 1461 */ 	background-color: #0ebfe9;
/* 1462 */ 	color: #fff;
/* 1463 */ }
/* 1464 */ 
/* 1465 */ /*
/* 1466 *| Footer Widgets
/* 1467 *| ---------------------------------------------------------------------------------------------------- */
/* 1468 */ 
/* 1469 */ .footer-widgets {
/* 1470 */ 	background-color: #333;
/* 1471 */ 	color: #999;
/* 1472 */ 	clear: both;
/* 1473 */ }
/* 1474 */ 
/* 1475 */ .footer-widgets .wrap {
/* 1476 */ 	border-bottom: 1px solid #444;
/* 1477 */ 	padding: 40px 0 16px;
/* 1478 */ }
/* 1479 */ 
/* 1480 */ .footer-widgets-1,
/* 1481 */ .footer-widgets-2,
/* 1482 */ .footer-widgets-3 {
/* 1483 */ 	width: 340px;
/* 1484 */ }
/* 1485 */ 
/* 1486 */ .footer-widgets-1 {
/* 1487 */ 	margin-right: 60px;
/* 1488 */ }
/* 1489 */ 
/* 1490 */ .footer-widgets-1,
/* 1491 */ .footer-widgets-2 {
/* 1492 */ 	float: left;
/* 1493 */ }
/* 1494 */ 
/* 1495 */ .footer-widgets-3 {
/* 1496 */ 	float: right;
/* 1497 */ }
/* 1498 */ 
/* 1499 */ .footer-widgets a {
/* 1500 */ 	border-bottom: 1px dotted #fff;

/* style.css */

/* 1501 */ 	color: #fff;
/* 1502 */ }
/* 1503 */ 
/* 1504 */ .footer-widgets a:hover {
/* 1505 */ 	color: #999;
/* 1506 */ }
/* 1507 */ 
/* 1508 */ .footer-widgets .widget {
/* 1509 */ 	margin-bottom: 40px;
/* 1510 */ }
/* 1511 */ 
/* 1512 */ .footer-widgets .widget-title {
/* 1513 */ 	color: #fff;
/* 1514 */ }
/* 1515 */ 
/* 1516 */ .footer-widgets li {
/* 1517 */ 	list-style-type: none;
/* 1518 */ 	margin-bottom: 6px;
/* 1519 */ 	word-wrap: break-word;
/* 1520 */ }
/* 1521 */ 
/* 1522 */ .footer-widgets .search-form input:focus {
/* 1523 */ 	border: 1px solid #ddd;
/* 1524 */ }
/* 1525 */ 
/* 1526 */ 
/* 1527 */ /*
/* 1528 *| Site Footer
/* 1529 *| ---------------------------------------------------------------------------------------------------- */
/* 1530 */ 
/* 1531 */ .site-footer {
/* 1532 */ 	background-color: #333;
/* 1533 */ 	letter-spacing: 1px;
/* 1534 */ 	padding: 60px 0;
/* 1535 */ 	text-align: center;
/* 1536 */ }
/* 1537 */ 
/* 1538 */ .site-footer a,
/* 1539 */ .site-footer p {
/* 1540 */ 	color: #999;
/* 1541 */ }
/* 1542 */ 
/* 1543 */ .site-footer a:hover {
/* 1544 */ 	color: #fff;
/* 1545 */ }
/* 1546 */ 
/* 1547 */ .site-footer a {
/* 1548 */ 	border: none;
/* 1549 */ 	font-weight: 300;
/* 1550 */ }

/* style.css */

/* 1551 */ 
/* 1552 */ .site-footer p {
/* 1553 */ 	font-family: 'Roboto', sans-serif;
/* 1554 */ 	font-weight: 300;
/* 1555 */ 	font-size: 14px;
/* 1556 */ 	margin-bottom: 0;
/* 1557 */ }
/* 1558 */ 
/* 1559 */ /* Featured widget area in place of tagline
/* 1560 *| --------------------------------------------- */
/* 1561 */  
/* 1562 */ .site-header + .site-inner {
/* 1563 */ 	margin-top: 60px;
/* 1564 */ 	margin-top: 6rem;
/* 1565 */ }
/* 1566 */  
/* 1567 */ .featured {
/* 1568 */ 	margin-top: 60px;
/* 1569 */ 	margin-top: 6rem;
/* 1570 */ 	background-color: #f5f5f5;
/* 1571 */ 	border-bottom: 1px solid #eee;
/* 1572 */ 	padding: 40px 0;
/* 1573 */ 	padding: 4rem 0;
/* 1574 */ }
/* 1575 */  
/* 1576 */ .featured + .site-inner .featured {
/* 1577 */ 	padding-top: 0;
/* 1578 */ }
/* 1579 */  
/* 1580 */ .minimum .featured {
/* 1581 */ 	margin-top: 600px;
/* 1582 */ 	margin-top: 60rem;
/* 1583 */ }
/* 1584 */ 
/* 1585 */ 
/* 1586 */ 
/* 1587 */ /*
/* 1588 *| Media Queries
/* 1589 *| ---------------------------------------------------------------------------------------------------- */
/* 1590 */ 
/* 1591 */ @media only screen and (max-width: 1179px) {
/* 1592 */ 
/* 1593 */ 	.wrap {
/* 1594 */ 		max-width: 960px;
/* 1595 */ 	}
/* 1596 */ 
/* 1597 */ 	.site-header .widget-area {
/* 1598 */ 		width: 620px;
/* 1599 */ 	}
/* 1600 */ 

/* style.css */

/* 1601 */ 	.content {
/* 1602 */ 		width: 580px;
/* 1603 */ 	}
/* 1604 */ 
/* 1605 */ 	.footer-widgets-1,
/* 1606 */ 	.footer-widgets-2,
/* 1607 */ 	.footer-widgets-3,
/* 1608 */ 	.sidebar {
/* 1609 */ 		width: 280px;
/* 1610 */ 	}
/* 1611 */ 
/* 1612 */ }
/* 1613 */ 
/* 1614 */ @media only screen and (max-width: 1023px) {
/* 1615 */ 
/* 1616 */ 	.wrap {
/* 1617 */ 		max-width: 768px;
/* 1618 */ 	}
/* 1619 */ 
/* 1620 */ 	.content,
/* 1621 */ 	.footer-widgets-1,
/* 1622 */ 	.footer-widgets-2,
/* 1623 */ 	.footer-widgets-3,
/* 1624 */ 	.minimum-landing .site-inner,
/* 1625 */ 	.sidebar,
/* 1626 */ 	.site-header .widget-area,
/* 1627 */ 	.site-tagline-left,
/* 1628 */ 	.site-tagline-right,
/* 1629 */ 	.title-area {
/* 1630 */ 		width: 100%;
/* 1631 */ 	}
/* 1632 */ 
/* 1633 */ 	.site-header {
/* 1634 */ 		position: static;
/* 1635 */ 	}
/* 1636 */ 
/* 1637 */ 	.site-inner {
/* 1638 */ 		padding: 40px 5%;
/* 1639 */ 	}
/* 1640 */ 	.site-header + .site-inner,
/* 1641 */ 	.featured {
/* 1642 */ 		margin-top: 0;
/* 1643 */ 		padding-left: 5%;
/* 1644 */ 		padding-right: 5%;
/* 1645 */ 	}
/* 1646 */  
/* 1647 */ 	.minimum .featured {
/* 1648 */ 		margin-top: 400px;
/* 1649 */ 		margin-top: 40rem;
/* 1650 */ 	}

/* style.css */

/* 1651 */ 
/* 1652 */ 	.post-type-archive-portfolio .entry,
/* 1653 */ 	.site-header .title-area,
/* 1654 */ 	.site-header .search-form,
/* 1655 */ 	.site-header .widget-area,
/* 1656 */ 	.site-tagline-left,
/* 1657 */ 	.site-tagline-right {
/* 1658 */ 		text-align: center;
/* 1659 */ 	}
/* 1660 */ 
/* 1661 */ 	.header-image .site-title a {
/* 1662 */ 		margin: 0 auto 10px;
/* 1663 */ 	}
/* 1664 */ 
/* 1665 */ 	.site-header .search-form {
/* 1666 */ 		float: none;
/* 1667 */ 		margin: 0 auto;
/* 1668 */ 		width: 50%;
/* 1669 */ 	}
/* 1670 */ 	
/* 1671 */ 	.site-header .widget-area {
/* 1672 */ 		padding: 0 5%;
/* 1673 */ 	}
/* 1674 */ 
/* 1675 */ 	.site-description {
/* 1676 */ 		font-size: 30px;
/* 1677 */ 	}
/* 1678 */ 
/* 1679 */ 	.site-tagline {
/* 1680 */ 		margin-top: 0;
/* 1681 */ 		padding: 20px 0;
/* 1682 */ 	}
/* 1683 */ 
/* 1684 */ 	.minimum .site-tagline {
/* 1685 */ 		margin-top: 400px;
/* 1686 */ 	}
/* 1687 */ 
/* 1688 */ 	.genesis-nav-menu li,
/* 1689 */ 	.site-header ul.genesis-nav-menu,
/* 1690 */ 	.site-tagline-left,
/* 1691 */ 	.site-tagline-right {
/* 1692 */ 		float: none;
/* 1693 */ 	}
/* 1694 */ 
/* 1695 */ 	.site-tagline-left p {
/* 1696 */ 		margin-bottom: 20px;
/* 1697 */ 	}
/* 1698 */ 
/* 1699 */ 	.minimum-landing .site-inner {
/* 1700 */ 		margin: 0;

/* style.css */

/* 1701 */ 		padding: 40px 40px 0;
/* 1702 */ 	}
/* 1703 */ 	
/* 1704 */ 	.minimum-landing .site-container {
/* 1705 */ 		padding: 5%;
/* 1706 */ 	}
/* 1707 */ 
/* 1708 */ 	.footer-widgets .widget,
/* 1709 */ 	.nav-primary .wrap,
/* 1710 */ 	.site-footer .wrap,
/* 1711 */ 	.site-tagline {
/* 1712 */ 		padding-left: 5%;
/* 1713 */ 		padding-right: 5%;
/* 1714 */ 	}
/* 1715 */ 
/* 1716 */ 	.site-footer {
/* 1717 */ 		padding: 40px 0;
/* 1718 */ 	}
/* 1719 */ 
/* 1720 */ }
/* 1721 */ 
/* 1722 */ @media only screen and (max-width: 768px) {
/* 1723 */ 
/* 1724 */ 	.site-header {
/* 1725 */ 		padding-bottom: 10px;
/* 1726 */ 	}
/* 1727 */ 
/* 1728 */ 	.title-area {
/* 1729 */ 		padding-bottom: 6px;
/* 1730 */ 	}
/* 1731 */ 
/* 1732 */ 	.minimum .site-tagline {
/* 1733 */ 		margin-top: 200px;
/* 1734 */ 	}
/* 1735 */ 
/* 1736 */ 	.minimum .featured {
/* 1737 */ 		margin-top: 200px;
/* 1738 */ 		margin-top: 20rem;
/* 1739 */ 	}
/* 1740 */ 
/* 1741 */ 	.genesis-nav-menu a {
/* 1742 */ 		padding: 20px 10px;
/* 1743 */ 	}
/* 1744 */ 
/* 1745 */ 	.site-footer .nav-secondary a {
/* 1746 */ 		margin: 0 10px;
/* 1747 */ 	}
/* 1748 */ 
/* 1749 */ 	.responsive-menu {
/* 1750 */ 		display: none;

/* style.css */

/* 1751 */ 	}
/* 1752 */ 
/* 1753 */ 	#responsive-menu-icon {
/* 1754 */ 		display: block;
/* 1755 */ 	}
/* 1756 */ 
/* 1757 */ 	.home-featured .simple-social-icons ul li a {
/* 1758 */ 		font-size: 36px !important;
/* 1759 */ 		padding: 20px !important;
/* 1760 */ 	}
/* 1761 */ 
/* 1762 */ 	.genesis-grid-even,
/* 1763 */ 	.genesis-grid-odd,
/* 1764 */ 	.post-type-archive-portfolio .entry {
/* 1765 */ 		width: 100%;
/* 1766 */ 	}
/* 1767 */ 
/* 1768 */ 	.post-type-archive-portfolio .entry:nth-of-type(2n),
/* 1769 */ 	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
/* 1770 */ 		float: none;
/* 1771 */ 		padding: 0;
/* 1772 */ 	}
/* 1773 */ 
/* 1774 */ 	.five-sixths,
/* 1775 */ 	.four-sixths,
/* 1776 */ 	.one-fourth,
/* 1777 */ 	.one-half,
/* 1778 */ 	.one-sixth,
/* 1779 */ 	.one-third,
/* 1780 */ 	.three-fourths,
/* 1781 */ 	.three-sixths,
/* 1782 */ 	.two-fourths,
/* 1783 */ 	.two-sixths,
/* 1784 */ 	.two-thirds {
/* 1785 */ 		margin: 0;
/* 1786 */ 		width: 100%;
/* 1787 */ 	}
/* 1788 */ 
/* 1789 */ }
/* 1790 */ 
/* 1791 */ @media only screen and (max-width: 600px) {
/* 1792 */ 
/* 1793 */ 	.home-featured-1,
/* 1794 */ 	.home-featured-2,
/* 1795 */ 	.home-featured-3,
/* 1796 */ 	.home-featured-4 {
/* 1797 */ 		width: 50%;
/* 1798 */ 	}
/* 1799 */ 	
/* 1800 */ 	.home-featured .widget-area:nth-of-type(2n+1) {

/* style.css */

/* 1801 */ 		clear: left;
/* 1802 */ 	}
/* 1803 */ 
/* 1804 */ }
/* 1805 */ 
/* 1806 */ @media only screen and (max-width: 320px) {
/* 1807 */ 
/* 1808 */ 	.header-image .site-header .title-area .site-title a {
/* 1809 */ 		background-size: contain !important;
/* 1810 */ 	}
/* 1811 */ 
/* 1812 */ }
/* 1813 */ 
/* 1814 */ /* Opt-in form overlay below header
/* 1815 *| --------------------------------------------- */
/* 1816 */  
/* 1817 */ 
/* 1818 */  
/* 1819 */ .home-bkgrd-image {
/* 1820 */ 	margin-top: 62px;
/* 1821 */ 	overflow: hidden;
/* 1822 */ }
/* 1823 */  
/* 1824 */ .home-bkgrd-image .enews {
/* 1825 */ 	width: 600px;
/* 1826 */ 	margin: 10% 0 10% 5%;
/* 1827 */ 	padding: 20px;
/* 1828 */ 	background: rgba(255, 255, 255, 0.85);
/* 1829 */ 	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1830 */ 	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1831 */ 	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1832 */ 	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1833 */ 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1834 */ }
/* 1835 */  
/* 1836 */ .home-bkgrd-image .enews-widget .widget-title {
/* 1837 */ 	color: #333;
/* 1838 */ }
/* 1839 */  
/* 1840 */ @media only screen and (max-width: 768px) {
/* 1841 */  
/* 1842 */ 	.home-bkgrd-image .enews {
/* 1843 */ 	    margin: 1% 0 10% 5%;
/* 1844 */ 	}
/* 1845 */  
/* 1846 */ }
/* 1847 */  
/* 1848 */ @media only screen and (max-width: 480px) {
/* 1849 */  
/* 1850 */ 	.home-bkgrd-image .enews {

/* style.css */

/* 1851 */ 	    margin: 0% 0 10% 5%;
/* 1852 */ 	    width: 92%;
/* 1853 */ 	}
/* 1854 */  
/* 1855 */ }
/* 1856 */ 
/* 1857 */ 

/* styles.css */

/* 1   */ .tm-tweet-clear {
/* 2   */   zoom: 1;
/* 3   */ }
/* 4   */ .tm-tweet-clear:after {
/* 5   */   display: block;
/* 6   */   visibility: hidden;
/* 7   */   height: 0;
/* 8   */   clear: both;
/* 9   */   content: ".";
/* 10  */ }
/* 11  */ .tm-click-to-tweet {
/* 12  */   display: block;
/* 13  */   background-color: #fff;
/* 14  */   margin: 0;
/* 15  */   padding: 0;
/* 16  */   position: relative;
/* 17  */   border: 1px solid #dddddd;
/* 18  */   -moz-border-radius: 4px;
/* 19  */   border-radius: 4px;
/* 20  */   padding: 15px 30px;
/* 21  */   margin: 15px 0px;
/* 22  */   zoom: 1;
/* 23  */ }
/* 24  */ .tm-click-to-tweet .clearfix {
/* 25  */   zoom: 1;
/* 26  */ }
/* 27  */ .tm-click-to-tweet .clearfix:after {
/* 28  */   display: block;
/* 29  */   visibility: hidden;
/* 30  */   height: 0;
/* 31  */   clear: both;
/* 32  */   content: ".";
/* 33  */ }
/* 34  */ .tm-click-to-tweet .clear {
/* 35  */   clear: both;
/* 36  */ }
/* 37  */ .tm-click-to-tweet .f-left {
/* 38  */   float: left;
/* 39  */   display: inline-block;
/* 40  */   position: relative;
/* 41  */ }
/* 42  */ .tm-click-to-tweet .f-right {
/* 43  */   float: right;
/* 44  */   display: inline-block;
/* 45  */   position: relative;
/* 46  */ }
/* 47  */ .tm-click-to-tweet .list-reset {
/* 48  */   list-style: none;
/* 49  */   margin: 0;
/* 50  */   padding: 0;

/* styles.css */

/* 51  */ }
/* 52  */ .tm-click-to-tweet .list-reset li {
/* 53  */   list-style: none;
/* 54  */   margin: 0;
/* 55  */   padding: 0;
/* 56  */ }
/* 57  */ .tm-click-to-tweet .list-float {
/* 58  */   zoom: 1;
/* 59  */ }
/* 60  */ .tm-click-to-tweet .list-float:after {
/* 61  */   display: block;
/* 62  */   visibility: hidden;
/* 63  */   height: 0;
/* 64  */   clear: both;
/* 65  */   content: ".";
/* 66  */ }
/* 67  */ .tm-click-to-tweet .list-float li {
/* 68  */   float: left;
/* 69  */   display: inline-block;
/* 70  */ }
/* 71  */ .tm-click-to-tweet .kill-box-shadow {
/* 72  */   box-shadow: none;
/* 73  */   -webkit-box-shadow: none;
/* 74  */   -moz-box-shadow: none;
/* 75  */ }
/* 76  */ .tm-click-to-tweet .alignright {
/* 77  */   float: right;
/* 78  */   margin-bottom: 10px;
/* 79  */   margin-left: 10px;
/* 80  */   text-align: right;
/* 81  */ }
/* 82  */ .tm-click-to-tweet .alignleft {
/* 83  */   float: left;
/* 84  */   margin-bottom: 10px;
/* 85  */   margin-right: 10px;
/* 86  */   text-align: right;
/* 87  */ }
/* 88  */ .tm-click-to-tweet:after {
/* 89  */   content: ".";
/* 90  */   display: block;
/* 91  */   clear: both;
/* 92  */   visibility: hidden;
/* 93  */   line-height: 0;
/* 94  */   height: 0;
/* 95  */ }
/* 96  */ .tm-click-to-tweet .tm-ctt-reset {
/* 97  */   margin: 0;
/* 98  */   padding: 0;
/* 99  */   position: relative;
/* 100 */ }

/* styles.css */

/* 101 */ .tm-click-to-tweet:after {
/* 102 */   display: block;
/* 103 */   visibility: hidden;
/* 104 */   height: 0;
/* 105 */   clear: both;
/* 106 */   content: ".";
/* 107 */ }
/* 108 */ .tm-click-to-tweet a {
/* 109 */   text-decoration: none;
/* 110 */   text-transform: none;
/* 111 */ }
/* 112 */ .tm-click-to-tweet a:hover {
/* 113 */   text-decoration: none;
/* 114 */ }
/* 115 */ .tm-click-to-tweet .tm-ctt-text {
/* 116 */   margin: 0;
/* 117 */   padding: 0;
/* 118 */   position: relative;
/* 119 */   margin-bottom: 10px;
/* 120 */   word-wrap: break-word;
/* 121 */ }
/* 122 */ .tm-click-to-tweet .tm-ctt-text a {
/* 123 */   margin: 0;
/* 124 */   padding: 0;
/* 125 */   position: relative;
/* 126 */   color: #999999;
/* 127 */   font-size: 24px;
/* 128 */   line-height: 140%;
/* 129 */   text-transform: none;
/* 130 */   letter-spacing: 0.05em;
/* 131 */   font-weight: 100;
/* 132 */   text-decoration: none;
/* 133 */   text-transform: none;
/* 134 */ }
/* 135 */ .tm-click-to-tweet .tm-ctt-text a:hover {
/* 136 */   text-decoration: none;
/* 137 */   color: #666666;
/* 138 */ }
/* 139 */ .tm-click-to-tweet a.tm-ctt-btn {
/* 140 */   margin: 0;
/* 141 */   padding: 0;
/* 142 */   position: relative;
/* 143 */   display: block;
/* 144 */   text-transform: uppercase;
/* 145 */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 146 */   font-size: 12px;
/* 147 */   font-weight: bold;
/* 148 */   line-height: 100%;
/* 149 */   color: #999999;
/* 150 */   float: right;

/* styles.css */

/* 151 */   padding-right: 24px;
/* 152 */   text-decoration: none;
/* 153 */   background: transparent url(../wp-content/plugins/click-to-tweet-by-todaymade/assets/img/twitter-little-bird.png) no-repeat right top;
/* 154 */ }
/* 155 */ .tm-click-to-tweet a.tm-ctt-btn:hover {
/* 156 */   text-decoration: none;
/* 157 */   color: #666666;
/* 158 */   text-transform: uppercase;
/* 159 */ }
/* 160 */ .tm-click-to-tweet .tm-powered-by {
/* 161 */   font-size: 10px;
/* 162 */   color: #999999;
/* 163 */ }
/* 164 */ .tm-click-to-tweet .tm-powered-by a {
/* 165 */   font-size: 10px;
/* 166 */   color: #999999 !important;
/* 167 */ }
/* 168 */ .tm-click-to-tweet .tm-powered-by a:hover {
/* 169 */   color: #999999 !important;
/* 170 */   text-decoration: underline !important;
/* 171 */ }
/* 172 */ 

/* dashicons.min.css */

/* 1 */ @font-face{font-family:dashicons;src:url(../wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(../wp-includes/fonts/dashicons.ttf) format("truetype"),url(../wp-includes/fonts/dashicons.svg) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}

/* style.css */

/* 1  */ @font-face {
/* 2  */ 	font-family: 'ssi-icomoon';
/* 3  */ 	src:url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a.eot');
/* 4  */ 	src:url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon.eot') format('embedded-opentype'),
/* 5  */ 	url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a.woff') format('woff'),
/* 6  */ 	url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a.ttf') format('truetype'),
/* 7  */ 	url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a-ssi-icomoon.svg') format('svg');
/* 8  */ 	font-weight: normal;
/* 9  */ 	font-style: normal;
/* 10 */ }
/* 11 */ 
/* 12 */ .simple-social-icons {
/* 13 */ 	overflow: hidden;
/* 14 */ }
/* 15 */ 
/* 16 */ .simple-social-icons ul {
/* 17 */ 	margin: 0;
/* 18 */ 	padding: 0;
/* 19 */ }
/* 20 */ 
/* 21 */ .simple-social-icons ul li {
/* 22 */ 	background: none !important;
/* 23 */ 	border: none !important;
/* 24 */ 	float: left;
/* 25 */ 	list-style-type: none !important;
/* 26 */ 	margin: 0 6px 12px !important;
/* 27 */ 	padding: 0 !important;
/* 28 */ }
/* 29 */ 
/* 30 */ .simple-social-icons ul li a {
/* 31 */ 	border: none !important;
/* 32 */ 	-moz-box-sizing: content-box;
/* 33 */ 	-webkit-box-sizing: content-box;
/* 34 */ 	box-sizing: content-box;
/* 35 */ 	display: inline-block;
/* 36 */ 	font-family: 'ssi-icomoon';
/* 37 */ 	font-style: normal !important;
/* 38 */ 	font-variant: normal !important;
/* 39 */ 	font-weight: normal !important;
/* 40 */ 	line-height: 1em;
/* 41 */ 	speak: none;
/* 42 */ 	text-align: center;
/* 43 */ 	text-decoration: none !important;
/* 44 */ 	text-transform: none !important;
/* 45 */ 	width: 1em;
/* 46 */ 	-webkit-font-smoothing: antialiased;
/* 47 */ 	-moz-osx-font-smoothing: grayscale;
/* 48 */ }
/* 49 */ 
/* 50 */ .simple-social-icons ul.aligncenter {

/* style.css */

/* 51 */ 	text-align: center;
/* 52 */ }
/* 53 */ 
/* 54 */ .simple-social-icons ul.aligncenter li {
/* 55 */ 	display: inline-block;
/* 56 */ 	float: none;
/* 57 */ }
/* 58 */ 

/* wpp.css */

/* 1  */ /*
/* 2  *| Wordpress Popular Posts plugin stylesheet
/* 3  *| Developed by Hector Cabrera
/* 4  *| cabrerahector.com | @cabrerahector
/* 5  *| 
/* 6  *| Use the following classes to style your popular posts list as you like.
/* 7  *| */
/* 8  */ 
/* 9  */ /* Styles the "Sorry, no data so far" message */
/* 10 */ .wpp-no-data {
/* 11 */ }
/* 12 */ 
/* 13 */ /* UL - Popular Posts container styles */
/* 14 */ .wpp-list {	
/* 15 */ }
/* 16 */ 
/* 17 */ 	/* LI - Post container styles */
/* 18 */ 	.wpp-list li {
/* 19 */ 		overflow:hidden;
/* 20 */ 		float:none;
/* 21 */ 		clear:both;
/* 22 */ 	}
/* 23 */ 	
/* 24 */ 	/* Styles for the popular post in view */
/* 25 */ 	.wpp-list li.current {
/* 26 */ 	}
/* 27 */ 	
/* 28 */ 		/* Thumbnail styles */
/* 29 */ 		.wpp-thumbnail {
/* 30 */ 			display:inline;
/* 31 */ 			float:left;
/* 32 */ 			margin:0 5px 0 0;
/* 33 */ 			border:none;
/* 34 */ 		}
/* 35 */ 
/* 36 */ 		/* Title styles */
/* 37 */ 		.wpp-post-title {
/* 38 */ 		}
/* 39 */ 		
/* 40 */ 		/* Excerpt styles */
/* 41 */ 		.wpp-excerpt {
/* 42 */ 		}
/* 43 */ 		
/* 44 */ 		/* Stats tag styles */
/* 45 */ 		.post-stats {
/* 46 */ 			display:block;
/* 47 */ 			font-size:9px;
/* 48 */ 			font-weight:bold;
/* 49 */ 		}
/* 50 */ 			

/* wpp.css */

/* 51 */ 			/* Comments count styles */
/* 52 */ 			.wpp-comments {
/* 53 */ 			}
/* 54 */ 			
/* 55 */ 			/* Views count styles */
/* 56 */ 			.wpp-views {
/* 57 */ 			}
/* 58 */ 			
/* 59 */ 			/* Author styles */
/* 60 */ 			.wpp-author {
/* 61 */ 			}
/* 62 */ 			
/* 63 */ 			/* Post date styles */
/* 64 */ 			.wpp-date {
/* 65 */ 			}
/* 66 */ 			
/* 67 */ 			/* Post category styles */
/* 68 */ 			.wpp-category {
/* 69 */ 			}
/* 70 */ 		
/* 71 */ 		/* WP-PostRatings styles */
/* 72 */ 		.wpp-rating {
/* 73 */ 		}

/* default.min.css */

/* 1 */ @font-face{font-family:TablePress;src:url(../wp-content/plugins/tablepress/css/tablepress.eot);src:url(../wp-content/plugins/tablepress/css/tablepress.eot#ie) format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(../wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),url(../wp-content/plugins/tablepress/css/tablepress.svg) format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;text-decoration:none\0/IE;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.dataTables_scrollBody .tablepress thead th:after,.dataTables_wrapper:after{content:""}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_wrapper:after{display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}