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

*/

/* bwg_frontend.css */

/* 1    */ div[id^="bwg_container"] p {
/* 2    */   padding: 0 !important;
/* 3    */   margin: 0 !important;
/* 4    */ }
/* 5    */
/* 6    */ div[id^="bwg_container"] img {
/* 7    */   box-shadow: none !important;
/* 8    */ }
/* 9    */
/* 10   */ div[id^="bwg_container"] * {
/* 11   */   margin: 0;
/* 12   */ }
/* 13   */
/* 14   */ div[id^="bwg_container"] .SumoSelect > .CaptionCont,
/* 15   */ div[id^="bwg_container"] .SumoSelect:focus > .CaptionCont,
/* 16   */ div[id^="bwg_container"] .SumoSelect:hover > .CaptionCont,
/* 17   */ div[id^="bwg_container"] .SumoSelect.open > .CaptionCont {
/* 18   */   border: none;
/* 19   */   box-shadow: none;
/* 20   */ }
/* 21   */
/* 22   */ #bwg_tag_wrap {
/* 23   */   background-color: #FFFFFF;
/* 24   */   width: 100%;
/* 25   */   font-family: inherit;
/* 26   */   margin: 0 -5px 20px 0px;
/* 27   */   z-index: 200;
/* 28   */   position: relative;
/* 29   */ }
/* 30   */
/* 31   */ .bwg_search_loupe_container,
/* 32   */ .bwg_search_reset_container {
/* 33   */   font-size: 18px;
/* 34   */   color: #CCCCCC;
/* 35   */   cursor: pointer;
/* 36   */   position: relative;
/* 37   */ }
/* 38   */
/* 39   */ #bwg_tag_container p {
/* 40   */   text-align: center;
/* 41   */ }
/* 42   */
/* 43   */ #bwg_tag_container {
/* 44   */   border: 1px solid #CCCCCC;
/* 45   */   box-shadow: 0 0 3px 1px #CCCCCC;
/* 46   */   border-radius: 4px;
/* 47   */   width: 256px;
/* 48   */   float: right;
/* 49   */ }
/* 50   */

/* bwg_frontend.css */

/* 51   */ #spider_popup_wrap a {
/* 52   */   border: none;
/* 53   */   box-shadow: none;
/* 54   */ }
/* 55   */
/* 56   */ div[id^="bwg_container"].bwg_container a {
/* 57   */   border: none;
/* 58   */   box-shadow: none !important;
/* 59   */   outline: none;
/* 60   */   font-size: 0;
/* 61   */   cursor: pointer;
/* 62   */   text-decoration: none;
/* 63   */ }
/* 64   */
/* 65   */ div[id^="bwg_container"] div[id^="bwg_container"] .bwg_img_clear {
/* 66   */   max-height: none !important;
/* 67   */   max-width: none !important;
/* 68   */   padding: 0 !important;
/* 69   */ }
/* 70   */
/* 71   */ .tag_cloud_link {
/* 72   */   font-size: inherit !important;
/* 73   */ }
/* 74   */
/* 75   */ @media print {
/* 76   */   #spider_popup_left,
/* 77   */   #spider_popup_right,
/* 78   */   .bwg_image_info,
/* 79   */   [id^="bwg_slideshow_play_pause_"],
/* 80   */   [class^="bwg_slideshow_title_text_"],
/* 81   */   [id^="spider_slideshow_left_"],
/* 82   */   [id^="spider_slideshow_right_"] {
/* 83   */     background: none;
/* 84   */   }
/* 85   */ }
/* 86   */
/* 87   */ .bwg_spider_popup_loading,
/* 88   */ .footer-list-block .bwp_gallery .bwg_spider_popup_loading,
/* 89   */ .footer-list-block .bwp_gallery_tags .bwg_spider_popup_loading {
/* 90   */   /*background: url("../images/ajax_loader.gif") no-repeat scroll 0 0 / 50px 50px rgba(0, 0, 0, 0);*/
/* 91   */   background-image: url("../images/ajax_loader.png");
/* 92   */   background-color: rgba(0, 0, 0, 0);
/* 93   */   background-repeat: no-repeat;
/* 94   */   background-position: 0 0;
/* 95   */   background-size: 30px 30px;
/* 96   */   border: none !important;
/* 97   */   display: none;
/* 98   */   height: 30px;
/* 99   */   left: 50%;
/* 100  */   margin-left: -20px;

/* bwg_frontend.css */

/* 101  */   margin-top: -20px;
/* 102  */   overflow: hidden;
/* 103  */   position: fixed;
/* 104  */   top: 50%;
/* 105  */   width: 30px;
/* 106  */   z-index: 10102;
/* 107  */   /* animation: spin 2.5s infinite linear;
/* 108  *|    -moz-animation: spin 2.5s infinite linear;
/* 109  *|    -o-animation: spin 2.5s infinite linear;
/* 110  *|    -webkit-animation: spin 2.5s infinite linear;*/
/* 111  */ }
/* 112  */
/* 113  */ .bwg_filmstrip_thumbnail_img {
/* 114  */   max-width: none !important;
/* 115  */ }
/* 116  */
/* 117  */ .dashicons-arrow-down-alt2:before {
/* 118  */   content: "\f347";
/* 119  */   height: 100%;
/* 120  */   display: inline-block;
/* 121  */ }
/* 122  */
/* 123  */ .spider_popup_overlay,
/* 124  */ .footer-list-block .bwp_gallery .spider_popup_overlay,
/* 125  */ .footer-list-block .bwp_gallery_tags .spider_popup_overlay {
/* 126  */   cursor: pointer;
/* 127  */   display: none;
/* 128  */   height: 100%;
/* 129  */   left: 0;
/* 130  */   position: fixed;
/* 131  */   top: 0;
/* 132  */   width: 100%;
/* 133  */   z-index: 10100;
/* 134  */ }
/* 135  */
/* 136  */ .bwp_gallery_tags div[id^="bwg_container"] li {
/* 137  */   border: none;
/* 138  */ }
/* 139  */
/* 140  */ .spider_popup_close,
/* 141  */ .spider_popup_close_fullscreen {
/* 142  */   -moz-box-sizing: content-box !important;
/* 143  */   box-sizing: content-box !important;
/* 144  */   cursor: pointer;
/* 145  */   display: table;
/* 146  */   line-height: 0;
/* 147  */   position: absolute;
/* 148  */   z-index: 11100;
/* 149  */ }
/* 150  */

/* bwg_frontend.css */

/* 151  */ #spider_popup_left {
/* 152  */   left: 0;
/* 153  */ }
/* 154  */
/* 155  */ #spider_popup_right {
/* 156  */   right: 0;
/* 157  */ }
/* 158  */
/* 159  */ #spider_popup_left:hover,
/* 160  */ #spider_popup_right:hover {
/* 161  */   visibility: visible;
/* 162  */ }
/* 163  */
/* 164  */ #spider_popup_left:hover span {
/* 165  */   left: 20px;
/* 166  */ }
/* 167  */
/* 168  */ #spider_popup_right:hover span {
/* 169  */   left: auto;
/* 170  */   right: 20px;
/* 171  */ }
/* 172  */
/* 173  */ #spider_popup_left,
/* 174  */ #spider_popup_right {
/* 175  */   background: transparent url("../images/blank.gif") repeat scroll 0 0;
/* 176  */   bottom: 35%;
/* 177  */   cursor: pointer;
/* 178  */   display: inline;
/* 179  */   height: 30%;
/* 180  */   outline: medium none;
/* 181  */   position: absolute;
/* 182  */   width: 35%;
/* 183  */   z-index: 10130;
/* 184  */ }
/* 185  */
/* 186  */ #spider_popup_left-ico,
/* 187  */ #spider_popup_right-ico {
/* 188  */   -moz-box-sizing: border-box;
/* 189  */   box-sizing: border-box;
/* 190  */   cursor: pointer;
/* 191  */   display: table;
/* 192  */   line-height: 0;
/* 193  */   margin-top: -15px;
/* 194  */   position: absolute;
/* 195  */   top: 50%;
/* 196  */   z-index: 10135;
/* 197  */ }
/* 198  */
/* 199  */ .bwg_captcha_refresh {
/* 200  */   background-image: url("../images/captcha_refresh.png");

/* bwg_frontend.css */

/* 201  */   background-position: center center;
/* 202  */   background-repeat: no-repeat;
/* 203  */   background-size: 100% 100%;
/* 204  */   border-width: 0;
/* 205  */   cursor: pointer;
/* 206  */   display: inline-block;
/* 207  */   height: 20px;
/* 208  */   width: 20px;
/* 209  */   margin: 0;
/* 210  */   padding: 0;
/* 211  */   vertical-align: middle;
/* 212  */ }
/* 213  */
/* 214  */ .bwg_captcha_input {
/* 215  */   vertical-align: middle;
/* 216  */   width: 75px !important;
/* 217  */ }
/* 218  */
/* 219  */ .bwg_captcha_img {
/* 220  */   cursor: pointer;
/* 221  */   margin: 0 5px 0 5px;
/* 222  */   vertical-align: middle;
/* 223  */ }
/* 224  */
/* 225  */ .bwg_comment_error {
/* 226  */   color: #FF0000;
/* 227  */   display: block;
/* 228  */ }
/* 229  */ .bwg_comment_waiting_message {
/* 230  */ 	display:none;
/* 231  */ }
/* 232  */
/* 233  */ .bwg_image_info_container1,
/* 234  */ .bwg_image_rate_container1,
/* 235  */ .bwg_image_hit_container1 {
/* 236  */   height: 100%;
/* 237  */   margin: 0 auto;
/* 238  */   position: absolute;
/* 239  */   width: 100%;
/* 240  */ }
/* 241  */
/* 242  */ .bwg_image_rate_container1 {
/* 243  */   display: none;
/* 244  */ }
/* 245  */
/* 246  */ .bwg_image_info_container2,
/* 247  */ .bwg_image_rate_container2,
/* 248  */ .bwg_image_hit_container2 {
/* 249  */   display: table;
/* 250  */   height: 100%;

/* bwg_frontend.css */

/* 251  */   margin: 0 auto;
/* 252  */   position: absolute;
/* 253  */   width: 100%;
/* 254  */ }
/* 255  */
/* 256  */ .bwg_image_info_spun,
/* 257  */ .bwg_image_rate_spun,
/* 258  */ .bwg_image_hit_spun {
/* 259  */   display: table-cell;
/* 260  */   height: 100%;
/* 261  */   left: 0;
/* 262  */   top: 0;
/* 263  */   width: 100%;
/* 264  */   overflow: hidden;
/* 265  */   position: relative;
/* 266  */ }
/* 267  */
/* 268  */ .bwg_image_info,
/* 269  */ .bwg_image_rate,
/* 270  */ .bwg_image_hit {
/* 271  */   display: inline-block;
/* 272  */   position: relative;
/* 273  */   text-decoration: none;
/* 274  */   word-wrap: break-word;
/* 275  */   z-index: 11;
/* 276  */ }
/* 277  */
/* 278  */ .bwg_image_rate {
/* 279  */   z-index: 999 !important;
/* 280  */ }
/* 281  */
/* 282  */ @media screen and (max-width: 465px) {
/* 283  */
/* 284  */   .bwg_ctrl_btn_container {
/* 285  */     height:auto !important;
/* 286  */   }
/* 287  */ }
/* 288  */
/* 289  */ /* search */
/* 290  */ .bwg_search_container_1 {
/* 291  */   display: inline-block;
/* 292  */   width: 100%;
/* 293  */   text-align: right;
/* 294  */   margin: 0 5px 20px 0px;
/* 295  */   background-color: rgba(0,0,0,0);
/* 296  */ }
/* 297  */ .bwg_search_container_2 {
/* 298  */   display: inline-block;
/* 299  */   position: relative;
/* 300  */   border-radius: 4px;

/* bwg_frontend.css */

/* 301  */   box-shadow: 0 0 3px 1px #CCCCCC;
/* 302  */   background-color: #FFFFFF;
/* 303  */   border: 1px solid #CCCCCC;
/* 304  */   max-width: 100%;
/* 305  */ }
/* 306  */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input_container {
/* 307  */   display: block;
/* 308  */   margin-right: 45px;
/* 309  */ }
/* 310  */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_loupe_container {
/* 311  */   display: inline-block;
/* 312  */   margin-right: 1px;
/* 313  */   vertical-align: middle;
/* 314  */   float: right;
/* 315  */ }
/* 316  */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_reset_container {
/* 317  */   margin-right: 5px;
/* 318  */   vertical-align: middle;
/* 319  */   float: right;
/* 320  */ }
/* 321  */ .bwg_thumbnail div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search,
/* 322  */ .bwg_thumbnail div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_reset {
/* 323  */   display: block;
/* 324  */   font-size: 12px;
/* 325  */   color: #323A45;
/* 326  */   cursor: pointer;
/* 327  */   line-height: inherit!important;
/* 328  */ }
/* 329  */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input,
/* 330  */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input:focus {
/* 331  */   color: hsl(0, 1%, 3%);
/* 332  */   outline: none;
/* 333  */   border: none;
/* 334  */   box-shadow: none;
/* 335  */   background: none;
/* 336  */   padding: 3px 5px;
/* 337  */   font-family: inherit;
/* 338  */   width: 100%;
/* 339  */ }
/* 340  */ /* end search */
/* 341  */
/* 342  */ /* sort */
/* 343  */ .bwg_order_cont .SumoSelect {
/* 344  */   background-color: #FFFFFF;
/* 345  */   border: 1px solid #CCCCCC;
/* 346  */   box-shadow: 0 0 3px 1px #CCCCCC;
/* 347  */   border-radius: 4px;
/* 348  */   height: initial;
/* 349  */   max-width: 100%;
/* 350  */   padding: 0 10px;

/* bwg_frontend.css */

/* 351  */ }
/* 352  */
/* 353  */ .SumoSelect > .optWrapper > .options li.opt {
/* 354  */   border: none;
/* 355  */   text-align: left;
/* 356  */ }
/* 357  */
/* 358  */ .bwg_order_cont .SumoSelect .CaptionCont {
/* 359  */   text-align: left;
/* 360  */ }
/* 361  */
/* 362  */ .bwg_order_cont {
/* 363  */   background-color: rgba(0,0,0,0);
/* 364  */   display: block;
/* 365  */   text-align: right;
/* 366  */   width: 100%;
/* 367  */   margin: 0 5px 20px 0px;
/* 368  */ }
/* 369  */
/* 370  */ .bwg_order_cont .SumoSelect, #bwg_tag_container .SumoSelect {
/* 371  */   display: inline-table;
/* 372  */ }
/* 373  */
/* 374  */ .bwg_order_cont .SumoSelect ul.options, #bwg_tag_container .SumoSelect ul.options{
/* 375  */   margin: 0;
/* 376  */   padding: 0!important;
/* 377  */ }
/* 378  */
/* 379  */ .bwg_order_cont .SumoSelect li, #bwg_tag_container .SumoSelect li{
/* 380  */   list-style: none;
/* 381  */ }
/* 382  */
/* 383  */ #bwg_tag_container .SumoSelect.open .search-txt {
/* 384  */   padding: 0px 8px;
/* 385  */   height: 100%;
/* 386  */ }
/* 387  */
/* 388  */ #bwg_tag_container .SumoSelect > .optWrapper > .options li label {
/* 389  */   margin: 0px;
/* 390  */ }
/* 391  */
/* 392  */ .bwg_order_label {
/* 393  */   border: none;
/* 394  */   box-shadow: none;
/* 395  */   color: #BBBBBB;
/* 396  */   font-family: inherit;
/* 397  */   font-weight: bold;
/* 398  */   outline: none;
/* 399  */ }
/* 400  */ .bwg_order {

/* bwg_frontend.css */

/* 401  */   background-color: #FFFFFF;
/* 402  */   border: 1px solid #CCCCCC;
/* 403  */   box-shadow: 0 0 3px 1px #CCCCCC;
/* 404  */   border-radius: 4px;
/* 405  */   height: initial;
/* 406  */   max-width: 100%;
/* 407  */   text-align: left;
/* 408  */ }
/* 409  */ /* end sort */
/* 410  */
/* 411  */ .wd_error {
/* 412  */   color: #CCCCCC;
/* 413  */   font-size: initial;
/* 414  */ }
/* 415  */
/* 416  */ div[id^="bwg_container"] .bwg_download_gallery {
/* 417  */   text-align: right;
/* 418  */   margin-top: 10px;
/* 419  */ }
/* 420  */
/* 421  */ div[id^="bwg_container"] .bwg_download_gallery a {
/* 422  */   color: #4A4A4A;
/* 423  */   font-size: 25px;
/* 424  */   text-decoration: none;
/* 425  */ }
/* 426  */
/* 427  */ div[id^="bwg_container"] .bwg_download_gallery a:hover {
/* 428  */   color: #7D7D7D;
/* 429  */ }
/* 430  */
/* 431  */ div[id^="bwg_container"] .bwg-border-box * {
/* 432  */   -moz-box-sizing: border-box;
/* 433  */   box-sizing: border-box;
/* 434  */ }
/* 435  */
/* 436  */ .bwg-flex {
/* 437  */   display: flex;
/* 438  */ }
/* 439  */
/* 440  */ .bwg-width-100 {
/* 441  */   width: 100%;
/* 442  */   max-width: 100%;
/* 443  */ }
/* 444  */
/* 445  */ .bwg-flex-column {
/* 446  */   flex-direction: column;
/* 447  */ }
/* 448  */
/* 449  */ .bwg-flex-row {
/* 450  */   flex-direction: row;

/* bwg_frontend.css */

/* 451  */   flex-wrap: wrap;
/* 452  */ }
/* 453  */
/* 454  */ .bwg-container {
/* 455  */   font-size: 0;
/* 456  */   width: 100%;
/* 457  */   max-width: 100%;
/* 458  */   display: flex;
/* 459  */   flex-direction: row;
/* 460  */   flex-wrap: wrap;
/* 461  */ }
/* 462  */
/* 463  */ .bwg-item {
/* 464  */   display: flex;
/* 465  */   flex-direction: column;
/* 466  */   cursor: pointer;
/* 467  */ }
/* 468  */
/* 469  */ .bwg-item0 {
/* 470  */   overflow: hidden;
/* 471  */   z-index: 100;
/* 472  */ }
/* 473  */
/* 474  */ .bwg-item0:hover {
/* 475  */   background: none !important;
/* 476  */   backface-visibility: hidden;
/* 477  */   -webkit-backface-visibility: hidden;
/* 478  */   -moz-backface-visibility: hidden;
/* 479  */   -ms-backface-visibility: hidden;
/* 480  */   opacity: 1;
/* 481  */   filter: Alpha(opacity=100);
/* 482  */   z-index: 102;
/* 483  */   position: relative;
/* 484  */ }
/* 485  */
/* 486  */ .bwg-item1 {
/* 487  */   overflow: hidden;
/* 488  */   width: 100%;
/* 489  */   position: relative;
/* 490  */ }
/* 491  */
/* 492  */ .bwg-item2 {
/* 493  */   top: 0;
/* 494  */   left: 0;
/* 495  */   bottom: 0;
/* 496  */   right: 0;
/* 497  */   width: 100%;
/* 498  */   height: 100%;
/* 499  */ }
/* 500  */ .bwg-item2 {

/* bwg_frontend.css */

/* 501  */   position: absolute;
/* 502  */ }
/* 503  */
/* 504  */ .bwg-title1,
/* 505  */ .bwg-ecommerce1 {
/* 506  */   opacity: 1;
/* 507  */   filter: Alpha(opacity=100);
/* 508  */   text-align: center;
/* 509  */   width: 100%;
/* 510  */ }
/* 511  */
/* 512  */ .bwg-ecommerce1 {
/* 513  */   text-align: right;
/* 514  */ }
/* 515  */
/* 516  */ .bwg-title2 {
/* 517  */   /*text-overflow: ellipsis;
/* 518  *|   overflow: hidden;
/* 519  *|   white-space: nowrap;*/
/* 520  */   width: 100%;
/* 521  */   word-wrap: break-word;
/* 522  */ }
/* 523  */
/* 524  */ .bwg-item0:hover .bwg-title1,
/* 525  */ .bwg-item0:hover .bwg-ecommerce1 {
/* 526  */   left: 0 !important;
/* 527  */   opacity: 1 !important;
/* 528  */   filter: Alpha(opacity=100) !important;
/* 529  */ }
/* 530  */
/* 531  */ .bwg-play-icon1 {
/* 532  */   display: flex;
/* 533  */   height: 100%;
/* 534  */   opacity: 1;
/* 535  */   filter: Alpha(opacity=100);
/* 536  */   position: absolute;
/* 537  */   top: 0;
/* 538  */   width: 100%;
/* 539  */   z-index: 100;
/* 540  */   justify-content: center;
/* 541  */   align-content: center;
/* 542  */   flex-direction: column;
/* 543  */   text-align: center;
/* 544  */ }
/* 545  */
/* 546  */ .bwg_loading_div_1 {
/* 547  */   position:absolute;
/* 548  */   width: 100%;
/* 549  */   height: 100%;
/* 550  */   z-index: 115;

/* bwg_frontend.css */

/* 551  */   text-align: center;
/* 552  */   vertical-align: middle;
/* 553  */ }
/* 554  */ .bwg_loading_div_2 {
/* 555  */   display: table;
/* 556  */   vertical-align: middle;
/* 557  */   width: 100%;
/* 558  */   height: 100%;
/* 559  */   background-color: #FFFFFF;
/* 560  */   opacity: 0.95;
/* 561  */   filter: Alpha(opacity=95);
/* 562  */ }
/* 563  */ .bwg_loading_div_3 {
/* 564  */   display: table-cell;
/* 565  */   text-align: center;
/* 566  */   position: relative;
/* 567  */   vertical-align: middle;
/* 568  */ }
/* 569  */ .bwg_spider_ajax_loading {
/* 570  */   border: none !important;
/* 571  */   display: inline-block;
/* 572  */   text-align:center;
/* 573  */   position:relative;
/* 574  */   vertical-align:middle;
/* 575  */   background-image:url('../images/ajax_loader.png');
/* 576  */   float: none;
/* 577  */   width:30px;
/* 578  */   height:30px;
/* 579  */   background-size:30px 30px;
/* 580  */ }
/* 581  */ .bwg-hidden {
/* 582  */   visibility: hidden;
/* 583  */ }
/* 584  */ .bwg_container {
/* 585  */   position: relative;
/* 586  */   margin: 20px 0;
/* 587  */ }
/* 588  */
/* 589  */ .bwg_inst_play_btn_cont,
/* 590  */ .bwg_inst_play_btn_cont .bwg_inst_play {
/* 591  */   display: block;
/* 592  */ }
/* 593  */
/* 594  */ .hidden {
/* 595  */   display: none;
/* 596  */ }
/* 597  */
/* 598  */ .bwg-loading {
/* 599  */   width: 100%;
/* 600  */   height: 100%;

/* bwg_frontend.css */

/* 601  */   opacity: 0.95;
/* 602  */   position: absolute;
/* 603  */   background-color: #FFFFFF;
/* 604  */   background-image: url('../images/ajax_loader.png');
/* 605  */   background-position: center;
/* 606  */   background-repeat: no-repeat;
/* 607  */   background-size: 50px;
/* 608  */   z-index: 100100;
/* 609  */   top: 0;
/* 610  */   left: 0;
/* 611  */ }
/* 612  */
/* 613  */ #bwg_download {
/* 614  */   display: inline-block;
/* 615  */ }
/* 616  */
/* 617  */ #bwg_download.hidden {
/* 618  */   display: none;
/* 619  */ }
/* 620  */
/* 621  */ .bwg_thumbnail.bwg_container .search_line {
/* 622  */   min-height: 50px;
/* 623  */   -webkit-box-shadow: 0px 5px 7px -5px rgba(0,0,0,0.16);
/* 624  */   -moz-box-shadow: 0px 5px 7px -5px rgba(0,0,0,0.16);
/* 625  */   box-shadow: 0px 5px 7px -5px rgba(0,0,0,0.16);
/* 626  */   margin-bottom: 10px;
/* 627  */   display: inline-block;
/* 628  */   width: 100%;
/* 629  */ }
/* 630  */
/* 631  */ .bwg_thumbnail.bwg_container .search_line .bwg_search_container_1,
/* 632  */ .bwg_thumbnail.bwg_container .search_line .bwg_order_cont,
/* 633  */ .bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap {
/* 634  */   float: left;
/* 635  */   display: table-cell;
/* 636  */   text-align: left;
/* 637  */   vertical-align: middle;
/* 638  */ }
/* 639  */
/* 640  */ .bwg_thumbnail.bwg_container .search_line .bwg_order_cont select,
/* 641  */ .bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap #bwg_tag_container {
/* 642  */   border: 0.5px solid rgba(0, 0, 0, .15);
/* 643  */   box-shadow: none;
/* 644  */   border-radius: 15px;
/* 645  */ }
/* 646  */
/* 647  */
/* 648  */ .bwg_thumbnail.bwg_container .search_line .bwg_order_cont,
/* 649  */ .bwg_thumbnail.bwg_container .search_line .search_tags_container {
/* 650  */   width: 25%;

/* bwg_frontend.css */

/* 651  */   min-width: 120px;
/* 652  */   max-width: 180px;
/* 653  */   margin-right: 20px;
/* 654  */   margin-bottom: 10px;
/* 655  */   border: 0.5px solid rgba(0, 0, 0, .15);
/* 656  */   box-shadow: none;
/* 657  */   border-radius: 15px;
/* 658  */   float: left;
/* 659  */   height: 30px;
/* 660  */   padding: 0px;
/* 661  */   cursor: pointer;
/* 662  */   background: #ffffff;
/* 663  */ }
/* 664  */
/* 665  */ .bwg_thumbnail.bwg_container .search_line.SumoSelect .opt label,
/* 666  */ .bwg_thumbnail.bwg_container .search_line .placeholder,
/* 667  */ .bwg_thumbnail.bwg_container .search_line .bwg_order_cont select,
/* 668  */ .bwg_thumbnail.bwg_container .search_line .search-txt,
/* 669  */ .bwg_thumbnail.bwg_container .search_line .select-all {
/* 670  */   color:#323A45;
/* 671  */   font-size: 12px;
/* 672  */   text-transform: uppercase;
/* 673  */   font-weight:normal;
/* 674  */   font-family: Ubuntu;
/* 675  */   margin: 0px;
/* 676  */   border: none;
/* 677  */
/* 678  */ }
/* 679  */
/* 680  */ .bwg_thumbnail.bwg_container .search_line .select-all label {
/* 681  */   margin-bottom: 0px;
/* 682  */   line-height: 13px;
/* 683  */ }
/* 684  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect ul.options:not(:empty) {
/* 685  */   padding: 15px 0px 0 10px !important;
/* 686  */ }
/* 687  */
/* 688  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect {
/* 689  */   padding: 0px 10px;
/* 690  */   width: initial;
/* 691  */   height: inherit;
/* 692  */   cursor:pointer;
/* 693  */   display: block;
/* 694  */   border: none;
/* 695  */   box-shadow: none;
/* 696  */   border-radius: 0px;
/* 697  */   max-width: 100%;
/* 698  */   background-color: transparent;
/* 699  */   line-height: inherit;
/* 700  */     vertical-align: bottom;

/* bwg_frontend.css */

/* 701  */ }
/* 702  */
/* 703  */ .bwg_thumbnail.bwg_container .search_line .bwg_search_input_container {
/* 704  */   height: 30px;
/* 705  */   text-align: center;
/* 706  */   font-size: 12px;
/* 707  */   font-family: Ubuntu;
/* 708  */   border-radius: 15px;
/* 709  */   text-align: left;
/* 710  */   width: calc(100%);
/* 711  */   margin: 0px;
/* 712  */   overflow: hidden;
/* 713  */ }
/* 714  */
/* 715  */
/* 716  */ .bwg_thumbnail div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input,
/* 717  */ .bwg_thumbnail div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input:focus {
/* 718  */   height: 30px;
/* 719  */   padding: 0px 10px;
/* 720  */   text-align: center;
/* 721  */   font-size: 12px;
/* 722  */   font-family: Ubuntu;
/* 723  */   border-radius: 15px;
/* 724  */   text-align: left;
/* 725  */   width: calc(100% - 64px);
/* 726  */   display: inline-table;
/* 727  */ }
/* 728  */
/* 729  */ .bwg_thumbnail.bwg_container .search_line .CaptionCont span{
/* 730  */   display: block!important;
/* 731  */   vertical-align: middle;
/* 732  */   color: #323A45 !important;
/* 733  */   font-size: 12px;
/* 734  */   text-transform: uppercase;
/* 735  */   font-family: Ubuntu;
/* 736  */   cursor: pointer;
/* 737  */   line-height: 29px;
/* 738  */   max-width: calc( 100% - 20px );
/* 739  */ }
/* 740  */
/* 741  */ .bwg_thumbnail .search_tags {
/* 742  */   cursor: pointer;
/* 743  */ }
/* 744  */
/* 745  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .optWrapper.multiple > .options li.opt span,
/* 746  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all > span {
/* 747  */   margin-left: -35px;
/* 748  */ }
/* 749  */
/* 750  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .optWrapper.multiple > .options li.opt {

/* bwg_frontend.css */

/* 751  */   padding-left: 25px;
/* 752  */ }
/* 753  */
/* 754  */ .bwg_thumbnail .bwg_search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/* 755  */   color:#CCCCCC;
/* 756  */   font-size: 12px;
/* 757  */   text-transform: uppercase;
/* 758  */   font-family: Ubuntu;
/* 759  */
/* 760  */
/* 761  */ }
/* 762  */ .bwg_thumbnail .bwg_search_input::-moz-placeholder { /* Firefox 19+ */
/* 763  */   color:#CCCCCC;
/* 764  */   font-size: 12px;
/* 765  */   text-transform: uppercase;
/* 766  */   text-align: left;
/* 767  */   font-family: Ubuntu;
/* 768  */   line-height: 30px;
/* 769  */ }
/* 770  */ .bwg_thumbnail .bwg_search_input:-ms-input-placeholder { /* IE 10+ */
/* 771  */   color:#CCCCCC;
/* 772  */   font-size: 12px;
/* 773  */   text-transform: uppercase;
/* 774  */   text-align: left;
/* 775  */   font-family: Ubuntu;
/* 776  */ }
/* 777  */ .bwg_thumbnail .bwg_search_input:-moz-placeholder { /* Firefox 18- */
/* 778  */   color:#CCCCCC;
/* 779  */   font-size: 12px;
/* 780  */   text-transform: uppercase;
/* 781  */   text-align: left;
/* 782  */   font-family: Ubuntu;
/* 783  */ }
/* 784  */
/* 785  */ .bwg_thumbnail .search-txt::-webkit-input-placeholder {
/* 786  */   text-align: left;
/* 787  */   color: #323A45;
/* 788  */   opacity: 0.5;
/* 789  */   font-size: 12px!important;
/* 790  */ }
/* 791  */
/* 792  */ .bwg_thumbnail .search-txt::-moz-placeholder {
/* 793  */   text-align: left;
/* 794  */   color: #323A45;
/* 795  */   opacity: 0.5;
/* 796  */   font-size: 12px!important;
/* 797  */ }
/* 798  */
/* 799  */ .bwg_thumbnail .search-txt::-ms-input-placeholder {
/* 800  */   text-align: left;

/* bwg_frontend.css */

/* 801  */   color: #323A45;
/* 802  */   opacity: 0.5;
/* 803  */   font-size: 12px;
/* 804  */ }
/* 805  */ .bwg_thumbnail .search-txt:-ms-input-placeholder {
/* 806  */   text-align: left;
/* 807  */   color: #323A45;
/* 808  */   opacity: 0.5;
/* 809  */   font-size: 12px;
/* 810  */ }
/* 811  */ .bwg_thumbnail .search-txt:-moz-placeholder {
/* 812  */   text-align: left;
/* 813  */   color: #323A45;
/* 814  */   opacity: 0.5;
/* 815  */   font-size: 12px;
/* 816  */ }
/* 817  */
/* 818  */ .bwg_thumbnail .bwg_search_input_container .search_placeholder_title {
/* 819  */   width: calc(100% - 20px);
/* 820  */   height: 29px;
/* 821  */   text-align: center;
/* 822  */   display: inline-block;
/* 823  */   background: #ffffff;
/* 824  */   position:absolute;
/* 825  */   top:0.5px;
/* 826  */   left:10px;
/* 827  */   white-space: nowrap;
/* 828  */   border-radius: 15px;
/* 829  */   color:#4e4e4e;
/* 830  */   text-transform: uppercase;
/* 831  */   overflow: hidden;
/* 832  */ }
/* 833  */
/* 834  */ .bwg_thumbnail .bwg_search_input_container .search_placeholder_title span {
/* 835  */     line-height: 28px;
/* 836  */ }
/* 837  */
/* 838  */ .bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container {
/* 839  */   line-height: 29px;
/* 840  */   display: inline-block;
/* 841  */   top:0px;
/* 842  */   margin-right: 10px;
/* 843  */   vertical-align: middle;
/* 844  */   float: none;
/* 845  */   padding-top: 0px;
/* 846  */   font-size: 12px;
/* 847  */   font-family: Ubuntug;
/* 848  */ }
/* 849  */
/* 850  */ .bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container1 {

/* bwg_frontend.css */

/* 851  */ /*
/* 852  *| position: absolute;
/* 853  *| */
/* 854  */ margin-left: 0pt;
/* 855  */   float: left;
/* 856  */ top: 0px;
/* 857  */ line-height: 30px;
/* 858  */ width: auto;
/* 859  */ height: 30px;
/* 860  */   margin-left: 10px;
/* 861  */ }
/* 862  */
/* 863  */ .bwg_thumbnail.bwg_container .search_line .bwg_search_reset_container {
/* 864  */ /*
/* 865  *| position: absolute;
/* 866  *| */
/* 867  */ right: 0px;
/* 868  */ top: 0px;
/* 869  */ line-height: 30px;
/* 870  */ width: 11px;
/* 871  */ height: 30px;
/* 872  */ margin-right: 10px;
/* 873  */ }
/* 874  */
/* 875  */ .bwg_thumbnail.bwg_container .search_line .bwg_search_container_1 {
/* 876  */   float: right;
/* 877  */   width: 30%;
/* 878  */   min-width: 120px;
/* 879  */ }
/* 880  */
/* 881  */ .bwg_thumbnail.bwg_container .search_line .bwg_search_container_1 .bwg_search_container_2{
/* 882  */   width: 100%!important;
/* 883  */   float: right;
/* 884  */ }
/* 885  */
/* 886  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all {
/* 887  */   padding: 0px 0 3px 35px!important;
/* 888  */   height: 13px;
/* 889  */   line-height: 13px;
/* 890  */   margin-bottom: 15px!important;
/* 891  */ }
/* 892  */
/* 893  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .optWrapper > .options li.opt {
/* 894  */ margin-bottom: 15px;
/* 895  */ padding: 0px;
/* 896  */ list-style: none;
/* 897  */ color:#323A45;
/* 898  */ font-size: 12px;
/* 899  */ text-transform: uppercase;
/* 900  */ font-family: Ubuntu;

/* bwg_frontend.css */

/* 901  */ line-height: 12px;
/* 902  */
/* 903  */ }
/* 904  */
/* 905  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .optWrapper > .options li.opt label {
/* 906  */ color:#323A45;
/* 907  */ font-size: 12px;
/* 908  */ text-transform: uppercase;
/* 909  */ font-family: Ubuntu;
/* 910  */ font-weight: normal;
/* 911  */ margin-bottom: 0px;
/* 912  */ }
/* 913  */
/* 914  */
/* 915  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .CaptionCont {
/* 916  */ /*
/* 917  *| display: table;
/* 918  *| */
/* 919  */ height: inherit;
/* 920  */ border: transparent;
/* 921  */ background: inherit;
/* 922  */ width: 100%;
/* 923  */ cursor: pointer;
/* 924  */ max-height: calc( 100% - 2px);
/* 925  */
/* 926  */ }
/* 927  */
/* 928  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .CaptionCont > label {
/* 929  */ margin: 0px;
/* 930  */ line-height: 100%;
/* 931  */ cursor: pointer;
/* 932  */   width: 20px;
/* 933  */ }
/* 934  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .CaptionCont > label > i {
/* 935  */ line-height: 100%;
/* 936  */ height: 100%;
/* 937  */ }
/* 938  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .CaptionCont > label > i.closed:before {
/* 939  */ content: "\f107";
/* 940  */ color:#323A45;
/* 941  */ font-size: 15px;
/* 942  */ line-height: 30px;
/* 943  */ }
/* 944  */
/* 945  */ .bwg_thumbnail.bwg_container .search_line .SumoSelect > .CaptionCont > label > i.opened:before {
/* 946  */ content: "\f106";
/* 947  */ color:#323A45;
/* 948  */ font-size: 15px;
/* 949  */   line-height: 30px;
/* 950  */ }

/* bwg_frontend.css */

/* 951  */
/* 952  */ .bwg_thumbnail.bwg_container .search_line .bwg_reset {
/* 953  */ position: absolute;
/* 954  */ }
/* 955  */
/* 956  */ .bwg_thumbnail.bwg_container .search_line .no-match {
/* 957  */ font-family: Ubuntu;
/* 958  */ font-size: 12px;
/* 959  */ color:#323A45;
/* 960  */ padding: 5px 25px!important;
/* 961  */ text-align: center;
/* 962  */ }
/* 963  */
/* 964  */ .bwg_thumbnail.bwg_container .search_line .search-txt {
/* 965  */ border: transparent;
/* 966  */ background: transparent;
/* 967  */ padding: 4px 0px!important;
/* 968  */ height: 100%;
/* 969  */ }
/* 970  */
/* 971  */ .bwg_thumbnail.bwg_container .search_line .search-txt:focus {
/* 972  */   box-shadow: none;
/* 973  */ }
/* 974  */
/* 975  */ .bwg_thumbnail.bwg_container .search_line .bwg_order.SumoUnder {
/* 976  */ display: none;
/* 977  */ }
/* 978  */
/* 979  */
/* 980  */ .bwg_slideshow_image_container {
/* 981  */ position: absolute;
/* 982  */ }
/* 983  */
/* 984  */ .bwg_slideshow_image_container > div > div {
/* 985  */ display:table;
/* 986  */ margin:0 auto;
/* 987  */ }
/* 988  */
/* 989  */ .bwg_thumbnail #bwg_tag_container p {
/* 990  */ text-align: left;
/* 991  */ }
/* 992  */
/* 993  */ .bwg_thumbnail .bwg_search_container_2 {
/* 994  */ display: inline-block;
/* 995  */ position: relative;
/* 996  */ border-radius: 4px;
/* 997  */ background-color: #FFFFFF;
/* 998  */ max-width: 100%;
/* 999  */ box-shadow: none;
/* 1000 */   border: .5px solid rgba(0,0,0,.15);

/* bwg_frontend.css */

/* 1001 */   border-radius: 15px;
/* 1002 */ }
/* 1003 */
/* 1004 */ .bwg_thumbnail .bwg_order_cont {
/* 1005 */   background-color: rgba(0,0,0,0);
/* 1006 */   display: block;
/* 1007 */   text-align: right;
/* 1008 */   width: 100%;
/* 1009 */   margin: 0 5px 20px 5px;
/* 1010 */ }
/* 1011 */
/* 1012 */ .bwg_thumbnail div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_input_container {
/* 1013 */   display: block;
/* 1014 */   text-align: center;
/* 1015 */ }
/* 1016 */ .bwg_thumbnail div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_loupe_container {
/* 1017 */ /*
/* 1018 *| display: inline-block;
/* 1019 *| margin-right: 1px;
/* 1020 *| vertical-align: middle;
/* 1021 *| float: right;
/* 1022 *| padding-top: 3px;
/* 1023 *| */
/* 1024 */ }
/* 1025 */ div[id^="bwg_search_container_1_"] div[id^="bwg_search_container_2_"] .bwg_search_reset_container {
/* 1026 */   /*
/* 1027 *|   margin-right: 5px;
/* 1028 *|   vertical-align: middle;
/* 1029 *|   float: right;
/* 1030 *|   */
/* 1031 */ }
/* 1032 */
/* 1033 */ .bwg_thumbnail .SumoSelect > .optWrapper > .options li.opt:hover {
/* 1034 */   background-color: transparent;
/* 1035 */ }
/* 1036 */
/* 1037 */ /* end Tags, Orders, Search */
/* 1038 */
/* 1039 */ /* start zoom effect */
/* 1040 */ .bwg-zoom-effect .bwg-zoom-effect-overlay {
/* 1041 */ 	position: absolute;
/* 1042 */ 	top: 0;
/* 1043 */ 	left: 0;
/* 1044 */ 	width: 100%;
/* 1045 */ 	height: 100%;
/* 1046 */ 	overflow: hidden;
/* 1047 */ 	filter: Alpha(opacity=0);
/* 1048 */ 	opacity: 0;
/* 1049 */ 	-webkit-transition: all .45s ease-in-out;
/* 1050 */ 	transition: all .45s ease-in-out;

/* bwg_frontend.css */

/* 1051 */ }
/* 1052 */ .bwg-zoom-effect:hover .bwg-zoom-effect-overlay {
/* 1053 */ 	filter: Alpha(opacity=1);
/* 1054 */ 	opacity: 1;
/* 1055 */ }
/* 1056 */ .bwg-zoom-effect img {
/* 1057 */ 	-webkit-transition: all .3s;
/* 1058 */ 	transition: all .3s;
/* 1059 */ }
/* 1060 */ .bwg-zoom-effect .bwg-title1 {
/* 1061 */ 	-webkit-transition: all .3s ease-in-out;
/* 1062 */ 	transition: all .3s ease-in-out;
/* 1063 */ }
/* 1064 */ /* end zoom effect */
/* 1065 */
/* 1066 */ .bwg_container div[id^="bwg_container2_"] img {
/* 1067 */   height: initial;
/* 1068 */ }
/* 1069 */
/* 1070 */ /* Masonry */
/* 1071 */ .bwg-masonry-vertical {
/* 1072 */   flex-direction: column;
/* 1073 */ }
/* 1074 */ .bwg-masonry-horizontal {
/* 1075 */   flex-direction: row;
/* 1076 */ }
/* 1077 */ .bwg-masonry-horizontal-parent {
/* 1078 */   overflow-x: scroll;
/* 1079 */   overflow-y: hidden;
/* 1080 */ }
/* 1081 */ .bwg-masonry-horizontal-container {
/* 1082 */   width: fit-content;
/* 1083 */ }
/* 1084 */ .bwg-item.bwg-empty-item {
/* 1085 */   border: 0 !important;
/* 1086 */   padding: 0 !important;
/* 1087 */ }
/* 1088 */ /* End Masonry */
/* 1089 */ .bwg-background {
/* 1090 */   background-color: rgba(0, 0, 0, 0);
/* 1091 */   position: relative;
/* 1092 */   width: 100%;
/* 1093 */ }
/* 1094 */ .bwg-background .wd_error {
/* 1095 */   color: #323A45;
/* 1096 */   font-weight: bold;
/* 1097 */ }
/* 1098 */
/* 1099 */ div[id^="bwg_container"] .bwg-carousel {
/* 1100 */   margin: 0 auto;

/* bwg_frontend.css */

/* 1101 */ }
/* 1102 */
/* 1103 */ .bwg_carousel_preload {
/* 1104 */   background-image: url('../images/ajax_loader.png');
/* 1105 */   background-size: 50px!important;
/* 1106 */   background-repeat: no-repeat;
/* 1107 */   background-color: #ffffff;
/* 1108 */   background-position: center;
/* 1109 */ }
/* 1110 */
/* 1111 */ /* -------------  Carousel view -------------*/
/* 1112 */ .bwg_container.bwg_carousel * {
/* 1113 */   -moz-user-select: none;
/* 1114 */   -khtml-user-select: none;
/* 1115 */   -webkit-user-select: none;
/* 1116 */   -ms-user-select: none;
/* 1117 */   user-select: none;
/* 1118 */ }
/* 1119 */
/* 1120 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] * {
/* 1121 */   -moz-user-select: none;
/* 1122 */   -khtml-user-select: none;
/* 1123 */   -webkit-user-select: none;
/* 1124 */   -ms-user-select: none;
/* 1125 */   user-select: none;
/* 1126 */ }
/* 1127 */
/* 1128 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_watermark_"] {
/* 1129 */   position: relative;
/* 1130 */   z-index: 15;
/* 1131 */ }
/* 1132 */
/* 1133 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_image_container_"] {
/* 1134 */   display: inline-block;
/* 1135 */   position: absolute;
/* 1136 */   text-align: center;
/* 1137 */   /*top:0px;*/
/* 1138 */   vertical-align: middle;
/* 1139 */ }
/* 1140 */
/* 1141 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_watermark_container_"] {
/* 1142 */   display:  table-cell;
/* 1143 */   margin: 0 auto;
/* 1144 */   position: relative;
/* 1145 */   vertical-align: middle;
/* 1146 */ }
/* 1147 */
/* 1148 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_watermark_container_"] div {
/* 1149 */   display:table;
/* 1150 */   margin:0 auto;

/* bwg_frontend.css */

/* 1151 */ }
/* 1152 */
/* 1153 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_watermark_spun_"] {
/* 1154 */   display: table-cell;
/* 1155 */   overflow: hidden;
/* 1156 */   position: relative;
/* 1157 */ }
/* 1158 */
/* 1159 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_watermark_image_"] {
/* 1160 */   padding: 0 !important;
/* 1161 */   display: inline-block;
/* 1162 */   float: none !important;
/* 1163 */   margin: 4px !important;
/* 1164 */   position: relative;
/* 1165 */   z-index: 15;
/* 1166 */ }
/* 1167 */
/* 1168 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_watermark_text_"],
/* 1169 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_watermark_text_"]:hover {
/* 1170 */   text-decoration: none;
/* 1171 */   margin: 4px;
/* 1172 */   display:block;
/* 1173 */   position: relative;
/* 1174 */   z-index: 17;
/* 1175 */ }
/* 1176 */
/* 1177 */ .bwg_container.bwg_carousel [id^="bwg_container2_"]  .bwg_carousel-cont-child {
/* 1178 */   max-width: 100%;
/* 1179 */   position: relative;
/* 1180 */   overflow: hidden;
/* 1181 */   height: 100%;
/* 1182 */   width: 100%;
/* 1183 */ }
/* 1184 */
/* 1185 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] .bwg-carousel-image {
/* 1186 */   border:0;
/* 1187 */   position:absolute;
/* 1188 */   display:block;
/* 1189 */   max-width:none;
/* 1190 */   padding: 0 !important;
/* 1191 */   margin: 0 !important;
/* 1192 */   float: none !important;
/* 1193 */   vertical-align: middle;
/* 1194 */   height:100%;
/* 1195 */   width:100%;
/* 1196 */   background-position: center center;
/* 1197 */   background-repeat: no-repeat;
/* 1198 */   background-size: cover;
/* 1199 */   vertical-align: middle;
/* 1200 */ }

/* bwg_frontend.css */

/* 1201 */
/* 1202 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] .bwg-carousel {
/* 1203 */  position:relative;
/* 1204 */  max-width: 100%;
/* 1205 */  width:100%;
/* 1206 */ }
/* 1207 */
/* 1208 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel-feature"] {
/* 1209 */   position:absolute;
/* 1210 */   display:block;
/* 1211 */   overflow:hidden;
/* 1212 */   cursor:pointer;
/* 1213 */ }
/* 1214 */
/* 1215 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel-feature"] [class^="bwg_carousel-caption"] [class^="bwg_carousel_title_text_"] {
/* 1216 */   text-decoration: none;
/* 1217 */   position: absolute;
/* 1218 */   z-index: 15;
/* 1219 */   /* bottom:0px; */
/* 1220 */   display: inline-block;
/* 1221 */   width: 75%;
/* 1222 */   top:0px;
/* 1223 */   text-align:center;
/* 1224 */   word-wrap: break-word;
/* 1225 */   word-break: break-word;
/* 1226 */ }
/* 1227 */
/* 1228 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="bwg_carousel-left"],
/* 1229 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="bwg_carousel-right"] {
/* 1230 */   bottom:38%;
/* 1231 */   cursor: pointer;
/* 1232 */   display: inline;
/* 1233 */   height: 30%;
/* 1234 */   outline: medium none;
/* 1235 */   position: absolute;
/* 1236 */   width: 0%;
/* 1237 */   z-index: 13;
/* 1238 */   visibility: visible;
/* 1239 */ }
/* 1240 */
/* 1241 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="bwg_carousel-right"] {
/* 1242 */   right: 0;
/* 1243 */   left: auto;
/* 1244 */   z-index:999;
/* 1245 */ }
/* 1246 */
/* 1247 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="bwg_carousel-left"] {
/* 1248 */   left: 20px;
/* 1249 */   z-index:999;
/* 1250 */ }

/* bwg_frontend.css */

/* 1251 */
/* 1252 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_video_hide"] {
/* 1253 */   width:100%;
/* 1254 */   height:100%;
/* 1255 */   position:absolute;
/* 1256 */   z-index:22;
/* 1257 */ }
/* 1258 */
/* 1259 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="spider_carousel_left-ico_"] span,
/* 1260 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="spider_carousel_right-ico_"] span {
/* 1261 */   display: table-cell;
/* 1262 */   text-align: center;
/* 1263 */   vertical-align: middle;
/* 1264 */   z-index: 13;
/* 1265 */ }
/* 1266 */
/* 1267 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="spider_carousel_left-ico_"],
/* 1268 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="spider_carousel_right-ico_"] {
/* 1269 */   z-index: 13;
/* 1270 */   -moz-box-sizing: content-box;
/* 1271 */   box-sizing: content-box;
/* 1272 */   cursor: pointer;
/* 1273 */   display: inline-table;
/* 1274 */   line-height: 0;
/* 1275 */   margin-top: -15px;
/* 1276 */   position: absolute;
/* 1277 */   top: 55%;
/* 1278 */ }
/* 1279 */
/* 1280 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="spider_carousel_left-ico_"]:hover,
/* 1281 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="spider_carousel_right-ico_"]:hover {
/* 1282 */   cursor: pointer;
/* 1283 */ }
/* 1284 */
/* 1285 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="bwg_carousel_play_pause_"] {
/* 1286 */   bottom: 0;
/* 1287 */   cursor: pointer;
/* 1288 */   display: inline-table;
/* 1289 */   outline: medium none;
/* 1290 */   position: absolute;
/* 1291 */   height: inherit;
/* 1292 */   width: 30%;
/* 1293 */   left: 35%;
/* 1294 */   z-index: 13;
/* 1295 */ }
/* 1296 */
/* 1297 */ .bwg_container.bwg_carousel .bwg_carousel_play_pause:hover .bwg_carousel_play_pause-ico {
/* 1298 */   display: inline-block !important;
/* 1299 */ }
/* 1300 */

/* bwg_frontend.css */

/* 1301 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="bwg_carousel_play_pause_"]:hover span {
/* 1302 */   position: relative;
/* 1303 */   z-index: 13;
/* 1304 */ }
/* 1305 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [id^="bwg_carousel_play_pause_"] span {
/* 1306 */   display: table-cell;
/* 1307 */   text-align: center;
/* 1308 */   vertical-align: middle;
/* 1309 */ }
/* 1310 */
/* 1311 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] .bwg_carousel_play_pause-ico {
/* 1312 */   display: none !important;
/* 1313 */   cursor: pointer;
/* 1314 */   position: relative;
/* 1315 */   z-index: 13;
/* 1316 */ }
/* 1317 */
/* 1318 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] .bwg_carousel_play_pause-ico:hover {
/* 1319 */   display: inline-block;
/* 1320 */   position: relative;
/* 1321 */   z-index: 13;
/* 1322 */ }
/* 1323 */
/* 1324 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_embed_"] {
/* 1325 */   padding: 0 !important;
/* 1326 */   float: none !important;
/* 1327 */   width: 100%;
/* 1328 */   height: 100%;
/* 1329 */   vertical-align: middle;
/* 1330 */   position:relative;
/* 1331 */   display: table;
/* 1332 */   background-color:#000000;
/* 1333 */   text-align: center;
/* 1334 */ }
/* 1335 */
/* 1336 */ .bwg_container.bwg_carousel [id^="bwg_container2_"] [class^="bwg_carousel_embed_video_"] {
/* 1337 */   padding: 0 !important;
/* 1338 */   margin: 0 !important;
/* 1339 */   float: none !important;
/* 1340 */   vertical-align: middle;
/* 1341 */   position:relative;
/* 1342 */   display:table-cell;
/* 1343 */   background-color:#000000;
/* 1344 */   text-align: center;
/* 1345 */ }
/* 1346 */ /* Search line responsiveness*/
/* 1347 */ /* Tags, Orders, Search */
/* 1348 */ .bwg_thumbnail.bwg_container {
/* 1349 */   padding: 0 1px;
/* 1350 */ }

/* bwg_frontend.css */

/* 1351 */
/* 1352 */ .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive {
/* 1353 */   display: inline-block;
/* 1354 */ }
/* 1355 */
/* 1356 */ body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_order_cont,
/* 1357 */ body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .search_tags_container,
/* 1358 */ body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_search_container_1 {
/* 1359 */   width: 100%;
/* 1360 */   margin: 0 0 10px 0;
/* 1361 */   text-align: center;
/* 1362 */   max-width: 100%;
/* 1363 */ }
/* 1364 */
/* 1365 */ .bwg_thumbnail .search_line.bwg-search-line-responsive .SumoSelect > .optWrapper.isFloating {
/* 1366 */   position: absolute;
/* 1367 */   max-height: none;
/* 1368 */   bottom: auto;
/* 1369 */   top:35px;
/* 1370 */ }
/* 1371 */
/* 1372 */ body .bwg_thumbnail .search_line.bwg-search-line-responsive .SumoSelect > .optWrapper.isFloating > ul.options {
/* 1373 */   box-shadow: none;
/* 1374 */ }
/* 1375 */
/* 1376 */ .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .SumoSelect .optWrapper {
/* 1377 */   width: 100%;
/* 1378 */   height: auto!important;
/* 1379 */   padding-bottom: 0px!important;
/* 1380 */ }
/* 1381 */
/* 1382 */ /*  hide OK, Cancel buttons   */
/* 1383 */ .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .MultiControls {
/* 1384 */   display: none!important;
/* 1385 */ }
/* 1386 */
/* 1387 */ .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .SumoSelect > .CaptionCont {
/* 1388 */   width: 100%;
/* 1389 */   text-align: center;
/* 1390 */ }
/* 1391 */
/* 1392 */ .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_search_container_1 {
/* 1393 */   width: 100%;
/* 1394 */   max-width: 100%!important;
/* 1395 */ }
/* 1396 */
/* 1397 */ .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .SumoSelect {
/* 1398 */   width: inherit;
/* 1399 */   height: inherit;
/* 1400 */   cursor:pointer;

/* bwg_frontend.css */

/* 1401 */   display: block!important;
/* 1402 */ }
/* 1403 */
/* 1404 */ body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .search-txt {
/* 1405 */   padding: 0px 10px!important;
/* 1406 */ }
/* 1407 */
/* 1408 */ body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .SumoSelect > .CaptionCont > label {
/* 1409 */   width: 30px;
/* 1410 */ }
/* 1411 */ /* Search line responsiveness*/
/* 1412 */ /* Conflict with Sydney Theme */
/* 1413 */ .bwg_container.bwg_image_browser .fluid-width-video-wrapper,
/* 1414 */ .bwg_container.bwg_blog_style .fluid-width-video-wrapper,
/* 1415 */ .bwg_container.bwg_carousel .fluid-width-video-wrapper {
/* 1416 */ 	width: 100%;
/* 1417 */ 	position: unset !important;
/* 1418 */ 	padding: 0 !important;
/* 1419 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* front-flex.min.css */

/* 1 */ .panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js{overflow-x:hidden}body.siteorigin-panels-before-js .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Vantage
/* 3    *| Author: SiteOrigin
/* 4    *| Author URI: https://siteorigin.com/
/* 5    *| Theme URI: https://siteorigin.com/theme/vantage/
/* 6    *| Description: Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Smart Slider 3 for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free support on our <a href="http://siteorigin.com/thread/">forum</a> (http://siteorigin.com/thread/).
/* 7    *| Version: 1.8.3
/* 8    *| License: GNU General Public License v2 or later
/* 9    *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 10   *| Text Domain: vantage
/* 11   *| Tags: two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
/* 12   *| */
/* 13   */ /* =Reset
/* 14   *| -------------------------------------------------------------- */
/* 15   */ html,
/* 16   */ body,
/* 17   */ div,
/* 18   */ span,
/* 19   */ applet,
/* 20   */ object,
/* 21   */ iframe,
/* 22   */ h1,
/* 23   */ h2,
/* 24   */ h3,
/* 25   */ h4,
/* 26   */ h5,
/* 27   */ h6,
/* 28   */ p,
/* 29   */ blockquote,
/* 30   */ pre,
/* 31   */ a,
/* 32   */ abbr,
/* 33   */ acronym,
/* 34   */ address,
/* 35   */ big,
/* 36   */ cite,
/* 37   */ code,
/* 38   */ del,
/* 39   */ dfn,
/* 40   */ em,
/* 41   */ font,
/* 42   */ ins,
/* 43   */ kbd,
/* 44   */ q,
/* 45   */ s,
/* 46   */ samp,
/* 47   */ small,
/* 48   */ strike,
/* 49   */ strong,
/* 50   */ sub,

/* style.css */

/* 51   */ sup,
/* 52   */ tt,
/* 53   */ var,
/* 54   */ dl,
/* 55   */ dt,
/* 56   */ dd,
/* 57   */ ol,
/* 58   */ ul,
/* 59   */ li,
/* 60   */ fieldset,
/* 61   */ form,
/* 62   */ label,
/* 63   */ legend,
/* 64   */ table,
/* 65   */ caption,
/* 66   */ tbody,
/* 67   */ tfoot,
/* 68   */ thead,
/* 69   */ tr,
/* 70   */ th,
/* 71   */ td {
/* 72   */   border: 0;
/* 73   */   font-family: inherit;
/* 74   */   font-size: 100%;
/* 75   */   font-style: inherit;
/* 76   */   font-weight: inherit;
/* 77   */   margin: 0;
/* 78   */   outline: 0;
/* 79   */   padding: 0;
/* 80   */   vertical-align: baseline;
/* 81   */ }
/* 82   */ html {
/* 83   */   font-size: 62.5%;
/* 84   */   /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
/* 85   */   overflow-y: scroll;
/* 86   */   /* Keeps page centred in all browsers regardless of content height */
/* 87   */   -webkit-text-size-adjust: 100%;
/* 88   */   /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
/* 89   */   -ms-text-size-adjust: 100%;
/* 90   */   /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
/* 91   */ }
/* 92   */ body {
/* 93   */   background: #fff;
/* 94   */ }
/* 95   */ article,
/* 96   */ aside,
/* 97   */ details,
/* 98   */ figcaption,
/* 99   */ figure,
/* 100  */ footer,

/* style.css */

/* 101  */ header,
/* 102  */ hgroup,
/* 103  */ nav,
/* 104  */ section {
/* 105  */   display: block;
/* 106  */ }
/* 107  */ ol,
/* 108  */ ul {
/* 109  */   list-style: none;
/* 110  */ }
/* 111  */ table {
/* 112  */   /* tables still need 'cellspacing="0"' in the markup */
/* 113  */   border-collapse: separate;
/* 114  */   border-spacing: 0;
/* 115  */ }
/* 116  */ caption,
/* 117  */ th,
/* 118  */ td {
/* 119  */   font-weight: normal;
/* 120  */   text-align: left;
/* 121  */ }
/* 122  */ blockquote:before,
/* 123  */ blockquote:after,
/* 124  */ q:before,
/* 125  */ q:after {
/* 126  */   content: "";
/* 127  */ }
/* 128  */ blockquote,
/* 129  */ q {
/* 130  */   quotes: "" "";
/* 131  */ }
/* 132  */ a:focus {
/* 133  */   outline: thin dotted;
/* 134  */ }
/* 135  */ a:hover,
/* 136  */ a:active {
/* 137  */   /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
/* 138  */   outline: 0;
/* 139  */ }
/* 140  */ a img {
/* 141  */   border: 0;
/* 142  */ }
/* 143  */ /* =Global
/* 144  *| ----------------------------------------------- */
/* 145  */ /* Consistent fonts across all elements */
/* 146  */ body,
/* 147  */ button,
/* 148  */ input,
/* 149  */ select,
/* 150  */ textarea {

/* style.css */

/* 151  */   color: #333;
/* 152  */   font-family: Arial;
/* 153  */   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
/* 154  */   line-height: 1.5em;
/* 155  */   font-size: 13px;
/* 156  */ }
/* 157  */ /* Links */
/* 158  */ a {
/* 159  */   color: #248cc8;
/* 160  */ }
/* 161  */ a:hover,
/* 162  */ a:focus,
/* 163  */ a:active {
/* 164  */   color: #f47e3c;
/* 165  */ }
/* 166  */ /* Headings and Rulers */
/* 167  */ h1,
/* 168  */ h2,
/* 169  */ h3,
/* 170  */ h4,
/* 171  */ h5,
/* 172  */ h6 {
/* 173  */   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
/* 174  */ }
/* 175  */ hr {
/* 176  */   background-color: #ccc;
/* 177  */   border: 0;
/* 178  */   height: 1px;
/* 179  */   margin-bottom: 1.5em;
/* 180  */ }
/* 181  */ /* Text elements */
/* 182  */ p {
/* 183  */   margin-bottom: 1.5em;
/* 184  */ }
/* 185  */ ul,
/* 186  */ ol {
/* 187  */   margin: 0 0 1.5em 3em;
/* 188  */ }
/* 189  */ ul {
/* 190  */   list-style: disc;
/* 191  */ }
/* 192  */ ol {
/* 193  */   list-style: decimal;
/* 194  */ }
/* 195  */ ul ul,
/* 196  */ ol ol,
/* 197  */ ul ol,
/* 198  */ ol ul {
/* 199  */   margin-bottom: 0;
/* 200  */   margin-left: 1.5em;

/* style.css */

/* 201  */ }
/* 202  */ dt {
/* 203  */   font-weight: bold;
/* 204  */ }
/* 205  */ dd {
/* 206  */   margin: 0 1.5em 1.5em;
/* 207  */ }
/* 208  */ b,
/* 209  */ strong {
/* 210  */   font-weight: 700;
/* 211  */   font-weight: bold;
/* 212  */ }
/* 213  */ dfn,
/* 214  */ cite,
/* 215  */ em,
/* 216  */ i {
/* 217  */   font-style: italic;
/* 218  */ }
/* 219  */ blockquote {
/* 220  */   margin: 0 1.5em;
/* 221  */ }
/* 222  */ address {
/* 223  */   margin: 0 0 1.5em;
/* 224  */ }
/* 225  */ pre {
/* 226  */   background: #eee;
/* 227  */   font-family: "Courier 10 Pitch", Courier, monospace;
/* 228  */   line-height: 1.6;
/* 229  */   margin-bottom: 1.6em;
/* 230  */   padding: 1.6em;
/* 231  */   overflow: auto;
/* 232  */   max-width: 100%;
/* 233  */ }
/* 234  */ code,
/* 235  */ kbd,
/* 236  */ tt,
/* 237  */ var {
/* 238  */   font-family: "Courier New", Courier, mono;
/* 239  */ }
/* 240  */ abbr,
/* 241  */ acronym {
/* 242  */   border-bottom: 1px dotted #666;
/* 243  */   cursor: help;
/* 244  */ }
/* 245  */ mark,
/* 246  */ ins {
/* 247  */   background: #fff9c0;
/* 248  */   text-decoration: none;
/* 249  */ }
/* 250  */ sup,

/* style.css */

/* 251  */ sub {
/* 252  */   font-size: 75%;
/* 253  */   height: 0;
/* 254  */   line-height: 0;
/* 255  */   position: relative;
/* 256  */   vertical-align: baseline;
/* 257  */ }
/* 258  */ sup {
/* 259  */   bottom: 1ex;
/* 260  */ }
/* 261  */ sub {
/* 262  */   top: .5ex;
/* 263  */ }
/* 264  */ small {
/* 265  */   font-size: 75%;
/* 266  */ }
/* 267  */ big {
/* 268  */   font-size: 125%;
/* 269  */ }
/* 270  */ figure {
/* 271  */   margin: 0;
/* 272  */ }
/* 273  */ table {
/* 274  */   margin: 0 0 1.5em 0;
/* 275  */   width: 100%;
/* 276  */ }
/* 277  */ th {
/* 278  */   font-weight: bold;
/* 279  */ }
/* 280  */ button,
/* 281  */ input,
/* 282  */ select,
/* 283  */ textarea {
/* 284  */   /* Corrects font size not being inherited in all browsers */
/* 285  */   font-size: 100%;
/* 286  */   /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
/* 287  */   margin: 0;
/* 288  */   /* Improves appearance and consistency in all browsers */
/* 289  */   vertical-align: baseline;
/* 290  */   *vertical-align: middle;
/* 291  */   -ms-box-sizing: border-box;
/* 292  */   -moz-box-sizing: border-box;
/* 293  */   -webkit-box-sizing: border-box;
/* 294  */   box-sizing: border-box;
/* 295  */ }
/* 296  */ button,
/* 297  */ input {
/* 298  */   /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
/* 299  */   line-height: normal;
/* 300  */   /* Corrects inner spacing displayed oddly in IE6/7 */

/* style.css */

/* 301  */   *overflow: visible;
/* 302  */ }
/* 303  */ a.button,
/* 304  */ button,
/* 305  */ html input[type="button"],
/* 306  */ input[type="reset"],
/* 307  */ input[type="submit"] {
/* 308  */   padding: 12px 20px;
/* 309  */   border-top: solid 1px #d2d2d2;
/* 310  */   border-left: solid 1px #c3c3c3;
/* 311  */   border-right: solid 1px #c3c3c3;
/* 312  */   border-bottom: solid 1px #9f9f9f;
/* 313  */   background: #ffffff;
/* 314  */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
/* 315  */   background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
/* 316  */   background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
/* 317  */   background: -o-linear-gradient(#ffffff, #dfdfdf);
/* 318  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
/* 319  */   -webkit-border-radius: 3px;
/* 320  */   -moz-border-radius: 3px;
/* 321  */   border-radius: 3px;
/* 322  */   font-size: 12px;
/* 323  */   font-weight: bold;
/* 324  */   color: #646464;
/* 325  */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 326  */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 327  */   box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 328  */   width: auto;
/* 329  */   text-decoration: none;
/* 330  */   /* Improves usability and consistency of cursor style between image-type 'input' and others */
/* 331  */   cursor: pointer;
/* 332  */   /* Corrects inability to style clickable 'input' types in iOS */
/* 333  */   line-height: 1;
/* 334  */   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
/* 335  */ }
/* 336  */ a.button:focus,
/* 337  */ button:focus,
/* 338  */ html input[type="button"]:focus,
/* 339  */ input[type="reset"]:focus,
/* 340  */ input[type="submit"]:focus {
/* 341  */   /* Button hover style */
/* 342  */   border-top: solid 1px #dadada;
/* 343  */   border-left: solid 1px #cfcfcf;
/* 344  */   border-right: solid 1px #cfcfcf;
/* 345  */   border-bottom: solid 1px #a8a8a8;
/* 346  */   background: #ffffff;
/* 347  */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
/* 348  */   background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
/* 349  */   background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
/* 350  */   background: -o-linear-gradient(#ffffff, #ebebeb);

/* style.css */

/* 351  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
/* 352  */ }
/* 353  */ a.button:active,
/* 354  */ button:active,
/* 355  */ html input[type="button"]:active,
/* 356  */ input[type="reset"]:active,
/* 357  */ input[type="submit"]:active {
/* 358  */   /* Button click style */
/* 359  */   border-top: solid 1px #aaa;
/* 360  */   border-left: solid 1px #bbb;
/* 361  */   border-right: solid 1px #bbb;
/* 362  */   border-bottom: solid 1px #bbb;
/* 363  */   -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
/* 364  */   -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
/* 365  */   box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
/* 366  */ }
/* 367  */ input[type="checkbox"],
/* 368  */ input[type="radio"] {
/* 369  */   -ms-box-sizing: border-box;
/* 370  */   -moz-box-sizing: border-box;
/* 371  */   -webkit-box-sizing: border-box;
/* 372  */   box-sizing: border-box;
/* 373  */   padding: 0;
/* 374  */   /* Addresses excess padding in IE8/9 */
/* 375  */ }
/* 376  */ input[type="search"] {
/* 377  */   /* Addresses appearance set to searchfield in S5, Chrome */
/* 378  */   -webkit-appearance: textfield;
/* 379  */   /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* 380  */   -ms-box-sizing: border-box;
/* 381  */   -moz-box-sizing: border-box;
/* 382  */   -webkit-box-sizing: border-box;
/* 383  */   box-sizing: border-box;
/* 384  */ }
/* 385  */ input[type="search"]::-webkit-search-decoration {
/* 386  */   /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
/* 387  */   -webkit-appearance: none;
/* 388  */ }
/* 389  */ button::-moz-focus-inner,
/* 390  */ input::-moz-focus-inner {
/* 391  */   /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
/* 392  */   border: 0;
/* 393  */   padding: 0;
/* 394  */ }
/* 395  */ input[type=text],
/* 396  */ input[type=email],
/* 397  */ input[type=password],
/* 398  */ textarea {
/* 399  */   -ms-box-sizing: border-box;
/* 400  */   -moz-box-sizing: border-box;

/* style.css */

/* 401  */   -webkit-box-sizing: border-box;
/* 402  */   box-sizing: border-box;
/* 403  */   color: #666;
/* 404  */   border: 1px solid #ccc;
/* 405  */   border-radius: 3px;
/* 406  */ }
/* 407  */ input[type=text]:focus,
/* 408  */ input[type=email]:focus,
/* 409  */ input[type=password]:focus,
/* 410  */ textarea:focus {
/* 411  */   color: #111;
/* 412  */ }
/* 413  */ input[type=text],
/* 414  */ input[type=email],
/* 415  */ input[type=password] {
/* 416  */   padding: 3px;
/* 417  */ }
/* 418  */ textarea {
/* 419  */   /* Removes default vertical scrollbar in IE6/7/8/9 */
/* 420  */   overflow: auto;
/* 421  */   /* Improves readability and alignment in all browsers */
/* 422  */   vertical-align: top;
/* 423  */ }
/* 424  */ /* Alignment */
/* 425  */ .alignleft {
/* 426  */   display: inline;
/* 427  */   float: left;
/* 428  */   margin-right: 1.5em;
/* 429  */ }
/* 430  */ .alignright {
/* 431  */   display: inline;
/* 432  */   float: right;
/* 433  */   margin-left: 1.5em;
/* 434  */ }
/* 435  */ .aligncenter {
/* 436  */   clear: both;
/* 437  */   display: block;
/* 438  */   margin: 0 auto;
/* 439  */ }
/* 440  */ /* Text meant only for screen readers */
/* 441  */ .assistive-text {
/* 442  */   clip: rect(1px 1px 1px 1px);
/* 443  */   /* IE6, IE7 */
/* 444  */   clip: rect(1px, 1px, 1px, 1px);
/* 445  */   position: absolute !important;
/* 446  */ }
/* 447  */ .page-links {
/* 448  */   clear: both;
/* 449  */ }
/* 450  */ #site-title a {

/* style.css */

/* 451  */   color: inherit;
/* 452  */ }
/* 453  */ body {
/* 454  */   background: #dadada;
/* 455  */ }
/* 456  */ /* =General Layout
/* 457  *| ----------------------------------------------- */
/* 458  */ #page-wrapper {
/* 459  */   padding-top: 20px;
/* 460  */   -ms-box-sizing: border-box;
/* 461  */   -moz-box-sizing: border-box;
/* 462  */   -webkit-box-sizing: border-box;
/* 463  */   box-sizing: border-box;
/* 464  */   width: 1080px;
/* 465  */   margin: 0 auto;
/* 466  */ }
/* 467  */ .layout-full #page-wrapper {
/* 468  */   width: 100%;
/* 469  */   margin: 0;
/* 470  */   padding: 0;
/* 471  */   overflow: hidden;
/* 472  */ }
/* 473  */ .layout-full #page-wrapper .full-container {
/* 474  */   max-width: 1080px;
/* 475  */   margin-left: auto;
/* 476  */   margin-right: auto;
/* 477  */   position: relative;
/* 478  */ }
/* 479  */ @media (max-width: 1080px) {
/* 480  */   .responsive.layout-boxed #page-wrapper {
/* 481  */     margin: 0;
/* 482  */     padding: 0;
/* 483  */   }
/* 484  */   .responsive.layout-boxed #colophon {
/* 485  */     margin-bottom: 0;
/* 486  */   }
/* 487  */ }
/* 488  */ #masthead {
/* 489  */   background: #fcfcfc;
/* 490  */   padding: 0 35px 0 35px;
/* 491  */   -ms-box-sizing: border-box;
/* 492  */   -moz-box-sizing: border-box;
/* 493  */   -webkit-box-sizing: border-box;
/* 494  */   box-sizing: border-box;
/* 495  */   zoom: 1;
/* 496  */ }
/* 497  */ #masthead:before {
/* 498  */   content: '';
/* 499  */   display: block;
/* 500  */ }

/* style.css */

/* 501  */ #masthead:after {
/* 502  */   content: '';
/* 503  */   display: table;
/* 504  */   clear: both;
/* 505  */ }
/* 506  */ #masthead h1 {
/* 507  */   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
/* 508  */ }
/* 509  */ #masthead h1.logo-title {
/* 510  */   display: inline-block;
/* 511  */   margin-left: 20px;
/* 512  */ }
/* 513  */ #masthead .hgroup {
/* 514  */   zoom: 1;
/* 515  */   position: relative;
/* 516  */   padding-top: 45px;
/* 517  */   padding-bottom: 45px;
/* 518  */ }
/* 519  */ #masthead .hgroup:before {
/* 520  */   content: '';
/* 521  */   display: block;
/* 522  */ }
/* 523  */ #masthead .hgroup:after {
/* 524  */   content: '';
/* 525  */   display: table;
/* 526  */   clear: both;
/* 527  */ }
/* 528  */ #masthead .hgroup a {
/* 529  */   text-decoration: none;
/* 530  */ }
/* 531  */ #masthead .hgroup h1 {
/* 532  */   color: #666666;
/* 533  */   font-weight: 100;
/* 534  */   font-size: 36px;
/* 535  */   line-height: 1em;
/* 536  */ }
/* 537  */ #masthead .hgroup .logo {
/* 538  */   display: block;
/* 539  */   float: left;
/* 540  */   max-width: 100%;
/* 541  */ }
/* 542  */ #masthead .hgroup .logo img {
/* 543  */   vertical-align: bottom;
/* 544  */ }
/* 545  */ #masthead .hgroup .support-text {
/* 546  */   line-height: 1.2em;
/* 547  */   position: absolute;
/* 548  */   right: 0;
/* 549  */   top: 50%;
/* 550  */   margin-top: -0.6em;

/* style.css */

/* 551  */   color: #4b4b4b;
/* 552  */   font-style: italic;
/* 553  */   max-width: 50%;
/* 554  */ }
/* 555  */ #masthead .hgroup #header-sidebar {
/* 556  */   box-sizing: border-box;
/* 557  */   height: 100%;
/* 558  */   padding-top: 15px;
/* 559  */   padding-bottom: 15px;
/* 560  */   position: absolute;
/* 561  */   right: 0;
/* 562  */   top: 0;
/* 563  */ }
/* 564  */ #masthead .hgroup #header-sidebar aside.widget {
/* 565  */   float: left;
/* 566  */   margin-right: 25px;
/* 567  */   margin-bottom: 0;
/* 568  */   position: relative;
/* 569  */ }
/* 570  */ #masthead .hgroup #header-sidebar aside.widget.widget_circleicon-widget {
/* 571  */   clear: none;
/* 572  */ }
/* 573  */ #masthead .hgroup #header-sidebar aside.widget:last-child {
/* 574  */   margin-right: 0;
/* 575  */ }
/* 576  */ #masthead .hgroup #header-sidebar .widget-title {
/* 577  */   font-weight: bold;
/* 578  */   margin-bottom: 5px;
/* 579  */ }
/* 580  */ #masthead.masthead-logo-in-menu .main-navigation {
/* 581  */   zoom: 1;
/* 582  */ }
/* 583  */ #masthead.masthead-logo-in-menu .main-navigation:before {
/* 584  */   content: '';
/* 585  */   display: block;
/* 586  */ }
/* 587  */ #masthead.masthead-logo-in-menu .main-navigation:after {
/* 588  */   content: '';
/* 589  */   display: table;
/* 590  */   clear: both;
/* 591  */ }
/* 592  */ #masthead.masthead-logo-in-menu .logo {
/* 593  */   float: left;
/* 594  */   padding: 10px 0;
/* 595  */   margin-right: 15px;
/* 596  */ }
/* 597  */ #masthead.masthead-logo-in-menu .logo > * {
/* 598  */   display: block;
/* 599  */ }
/* 600  */ #masthead.masthead-logo-in-menu .logo > img {

/* style.css */

/* 601  */   max-height: 33px;
/* 602  */   width: auto;
/* 603  */   height: auto;
/* 604  */   max-width: 100%;
/* 605  */ }
/* 606  */ #masthead.masthead-logo-in-menu .logo > img.logo-no-height-constrain {
/* 607  */   max-height: none;
/* 608  */ }
/* 609  */ #masthead.masthead-logo-in-menu .logo > h1 {
/* 610  */   font-size: 20px;
/* 611  */   font-weight: 100;
/* 612  */   padding: 7px 15px;
/* 613  */ }
/* 614  */ .layout-boxed #masthead.masthead-logo-in-menu .logo {
/* 615  */   margin-left: 25px;
/* 616  */ }
/* 617  */ body.ie-8 #masthead .hgroup #header-sidebar,
/* 618  */ body.ie-9 #masthead .hgroup #header-sidebar {
/* 619  */   padding-top: 40px;
/* 620  */   padding-bottom: 40px;
/* 621  */ }
/* 622  */ #main {
/* 623  */   zoom: 1;
/* 624  */ }
/* 625  */ #main:before {
/* 626  */   content: '';
/* 627  */   display: block;
/* 628  */ }
/* 629  */ #main:after {
/* 630  */   content: '';
/* 631  */   display: table;
/* 632  */   clear: both;
/* 633  */ }
/* 634  */ #primary {
/* 635  */   float: left;
/* 636  */   width: 71.287%;
/* 637  */ }
/* 638  */ body.sidebar-position-left #primary {
/* 639  */   float: right;
/* 640  */ }
/* 641  */ body.sidebar-position-left.page-template-home-panels #primary,
/* 642  */ body.sidebar-position-left.page-template-template-full #primary,
/* 643  */ body.sidebar-position-left.page-template-template-full-notitle #primary {
/* 644  */   float: none;
/* 645  */ }
/* 646  */ body.sidebar-position-none #primary {
/* 647  */   float: none;
/* 648  */   width: auto;
/* 649  */ }
/* 650  */ body.no-sidebar #primary {

/* style.css */

/* 651  */   float: none;
/* 652  */   width: auto;
/* 653  */ }
/* 654  */ /* Full Width Primary blocks */
/* 655  */ body.siteorigin-panels-lite-home #primary,
/* 656  */ body.vantage-layout-width-full-width #primary,
/* 657  */ body.vantage-layout-width-full-width-stretched #primary {
/* 658  */   width: auto;
/* 659  */   float: none;
/* 660  */ }
/* 661  */ .vantage-layout-width-full-width-stretched #main > .full-container {
/* 662  */   max-width: 100% !important;
/* 663  */ }
/* 664  */ .vantage-layout-width-normal #primary {
/* 665  */   float: left;
/* 666  */   width: 71.287%;
/* 667  */ }
/* 668  */ #secondary {
/* 669  */   float: right;
/* 670  */   width: 23.762%;
/* 671  */ }
/* 672  */ body.sidebar-position-left #secondary {
/* 673  */   float: left;
/* 674  */ }
/* 675  */ body.sidebar-position-none #secondary {
/* 676  */   display: none;
/* 677  */ }
/* 678  */ .siteorigin-panels-home #primary,
/* 679  */ .page-template-templatestemplate-full-php #primary,
/* 680  */ .page-template-home-panels-php #primary,
/* 681  */ .page-template-templatestemplate-full-notitle-php #primary {
/* 682  */   width: auto;
/* 683  */   float: none;
/* 684  */ }
/* 685  */ .page-template-default #primary {
/* 686  */   float: left;
/* 687  */   width: 71.287%;
/* 688  */ }
/* 689  */ #main {
/* 690  */   background: #fcfcfc;
/* 691  */   padding: 35px;
/* 692  */ }
/* 693  */ /* =Responsive Layout
/* 694  *| ----------------------------------------------- */
/* 695  */ @media (max-width: 1080px) {
/* 696  */   body.responsive #masthead .hgroup .logo img,
/* 697  */   body.responsive #masthead .hgroup .custom-logo {
/* 698  */     /* Scale down the logo if necessary */
/* 699  */     max-width: 100%;
/* 700  */     height: auto;

/* style.css */

/* 701  */   }
/* 702  */   body.responsive #masthead.masthead-logo-in-menu .logo {
/* 703  */     margin-left: 20px;
/* 704  */   }
/* 705  */   body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul {
/* 706  */     margin-right: 0;
/* 707  */   }
/* 708  */   body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li {
/* 709  */     float: right;
/* 710  */   }
/* 711  */   body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li a {
/* 712  */     padding-left: 20px;
/* 713  */     padding-right: 20px;
/* 714  */   }
/* 715  */ }
/* 716  */ #masthead.force-responsive .hgroup {
/* 717  */   text-align: center;
/* 718  */ }
/* 719  */ #masthead.force-responsive .hgroup .logo {
/* 720  */   float: none;
/* 721  */ }
/* 722  */ #masthead.force-responsive .hgroup .logo img {
/* 723  */   margin: 0 auto;
/* 724  */   padding-top: 0px !important;
/* 725  */   padding-bottom: 0px !important;
/* 726  */ }
/* 727  */ #masthead.force-responsive .hgroup .support-text,
/* 728  */ #masthead.force-responsive .hgroup #header-sidebar {
/* 729  */   position: static;
/* 730  */   display: block;
/* 731  */   margin-top: 30px;
/* 732  */   max-width: 100%;
/* 733  */ }
/* 734  */ #masthead.force-responsive .hgroup .support-text img,
/* 735  */ #masthead.force-responsive .hgroup #header-sidebar img {
/* 736  */   max-width: 100%;
/* 737  */   height: auto;
/* 738  */ }
/* 739  */ #masthead.force-responsive .hgroup #header-sidebar {
/* 740  */   padding-top: 0 !important;
/* 741  */   padding-bottom: 0 !important;
/* 742  */   height: auto;
/* 743  */ }
/* 744  */ #masthead.force-responsive .hgroup #header-sidebar .widget {
/* 745  */   display: block;
/* 746  */   margin: 0 auto;
/* 747  */   float: none;
/* 748  */ }
/* 749  */ /* We consider 680px to be mobile resolution */
/* 750  */ @media (max-width: 680px) {

/* style.css */

/* 751  */   body.responsive #masthead .hgroup {
/* 752  */     text-align: center;
/* 753  */   }
/* 754  */   body.responsive #masthead .hgroup .logo {
/* 755  */     float: none;
/* 756  */   }
/* 757  */   body.responsive #masthead .hgroup .logo img {
/* 758  */     margin: 0 auto;
/* 759  */     padding-top: 0px !important;
/* 760  */     padding-bottom: 0px !important;
/* 761  */   }
/* 762  */   body.responsive #masthead .hgroup .support-text,
/* 763  */   body.responsive #masthead .hgroup #header-sidebar {
/* 764  */     position: static;
/* 765  */     display: block;
/* 766  */     margin-top: 30px;
/* 767  */     max-width: 100%;
/* 768  */   }
/* 769  */   body.responsive #masthead .hgroup .support-text img,
/* 770  */   body.responsive #masthead .hgroup #header-sidebar img {
/* 771  */     max-width: 100%;
/* 772  */     height: auto;
/* 773  */   }
/* 774  */   body.responsive #masthead .hgroup #header-sidebar {
/* 775  */     padding-top: 0 !important;
/* 776  */     padding-bottom: 0 !important;
/* 777  */     height: auto;
/* 778  */   }
/* 779  */   body.responsive #masthead .hgroup #header-sidebar .widget {
/* 780  */     display: block;
/* 781  */     margin: 0 auto;
/* 782  */     float: none;
/* 783  */   }
/* 784  */   body.responsive #primary,
/* 785  */   body.responsive #secondary {
/* 786  */     width: auto;
/* 787  */     float: none;
/* 788  */   }
/* 789  */   body.responsive #secondary {
/* 790  */     margin-top: 35px;
/* 791  */   }
/* 792  */   body.responsive #footer-widgets .widget {
/* 793  */     display: block;
/* 794  */     margin-bottom: 25px;
/* 795  */     float: none;
/* 796  */   }
/* 797  */   body.responsive #footer-widgets .widget:last-child {
/* 798  */     margin-bottom: 0;
/* 799  */   }
/* 800  */ }

/* style.css */

/* 801  */ body.responsive #page-wrapper {
/* 802  */   max-width: 1080px;
/* 803  */   width: auto;
/* 804  */   overflow-x: hidden;
/* 805  */ }
/* 806  */ body.responsive.layout-full #page-wrapper {
/* 807  */   max-width: 100%;
/* 808  */ }
/* 809  */ body.responsive.layout-boxed #page-wrapper {
/* 810  */   overflow-x: visible;
/* 811  */ }
/* 812  */ body.responsive.layout-full #page-wrapper .full-container {
/* 813  */   max-width: 1080px;
/* 814  */   margin-left: auto;
/* 815  */   margin-right: auto;
/* 816  */ }
/* 817  */ /* Make widget layouts vertical below 640px */
/* 818  */ @media screen and (max-width: 640px) {
/* 819  */   body.responsive #footer-widgets .widget,
/* 820  */   body.responsive #masthead-widgets .widget {
/* 821  */     width: auto;
/* 822  */     float: none;
/* 823  */     padding: 0;
/* 824  */     padding-bottom: 25px;
/* 825  */   }
/* 826  */ }
/* 827  */ /* =Menu
/* 828  *| ----------------------------------------------- */
/* 829  */ .main-navigation {
/* 830  */   margin: 0 -35px;
/* 831  */   background: #343538;
/* 832  */   position: relative;
/* 833  */   font-size: 0;
/* 834  */   z-index: 9999;
/* 835  */   /* Font awesome icons */
/* 836  */   /* General menu link styling */
/* 837  */ }
/* 838  */ .main-navigation [class^="fa fa-"] {
/* 839  */   display: inline-block;
/* 840  */   margin-right: 15px;
/* 841  */   font-size: 16px;
/* 842  */   line-height: 0.5em;
/* 843  */   color: #cccccc;
/* 844  */ }
/* 845  */ .main-navigation a:hover [class^="fa fa-"],
/* 846  */ .main-navigation a.focus [class^="fa fa-"] {
/* 847  */   color: #ffffff;
/* 848  */ }
/* 849  */ .main-navigation ul {
/* 850  */   text-align: left;

/* style.css */

/* 851  */   list-style: none;
/* 852  */   margin: 0;
/* 853  */   padding-left: 0;
/* 854  */   zoom: 1;
/* 855  */   /* Second level menu items */
/* 856  */ }
/* 857  */ .main-navigation ul:before {
/* 858  */   content: '';
/* 859  */   display: block;
/* 860  */ }
/* 861  */ .main-navigation ul:after {
/* 862  */   content: '';
/* 863  */   display: table;
/* 864  */   clear: both;
/* 865  */ }
/* 866  */ .main-navigation ul li {
/* 867  */   display: inline-block;
/* 868  */   font-size: 13px;
/* 869  */   position: relative;
/* 870  */ }
/* 871  */ .main-navigation ul li:hover > a,
/* 872  */ .main-navigation ul li.focus > a {
/* 873  */   background: #00bcff;
/* 874  */   color: #ffffff;
/* 875  */ }
/* 876  */ .main-navigation ul li a {
/* 877  */   padding: 20px 35px;
/* 878  */   line-height: 1em;
/* 879  */   -ms-box-sizing: border-box;
/* 880  */   -moz-box-sizing: border-box;
/* 881  */   -webkit-box-sizing: border-box;
/* 882  */   box-sizing: border-box;
/* 883  */ }
/* 884  */ .main-navigation ul li a,
/* 885  */ .main-navigation ul li a > * {
/* 886  */   -webkit-transition: all 0.4s ease;
/* 887  */   -moz-transition: all 0.4s ease;
/* 888  */   -o-transition: all 0.4s ease;
/* 889  */   transition: all 0.4s ease;
/* 890  */ }
/* 891  */ .main-navigation ul ul {
/* 892  */   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
/* 893  */   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
/* 894  */   box-shadow: 0 1px 2px rgba(0,0,0,0.15);
/* 895  */   -webkit-transition: opacity 0.25s ease;
/* 896  */   -moz-transition: opacity 0.25s ease;
/* 897  */   -o-transition: opacity 0.25s ease;
/* 898  */   transition: opacity 0.25s ease;
/* 899  */   background: #464646;
/* 900  */   visibility: hidden;

/* style.css */

/* 901  */   opacity: 0;
/* 902  */   position: absolute;
/* 903  */   top: 100%;
/* 904  */   left: 0;
/* 905  */   z-index: 99999;
/* 906  */   /* Third Level Items */
/* 907  */ }
/* 908  */ .main-navigation ul ul a {
/* 909  */   width: 200px;
/* 910  */   padding: 15px 20px;
/* 911  */ }
/* 912  */ .main-navigation ul ul li {
/* 913  */   position: relative;
/* 914  */   text-align: left;
/* 915  */   /* Hovering over 2nd level items */
/* 916  */ }
/* 917  */ .main-navigation ul ul li:hover > a,
/* 918  */ .main-navigation ul ul li.focus > a {
/* 919  */   background: #00bcff;
/* 920  */   color: #ffffff;
/* 921  */ }
/* 922  */ .main-navigation ul ul ul {
/* 923  */   left: 100%;
/* 924  */   top: 0;
/* 925  */   margin-left: 0;
/* 926  */ }
/* 927  */ .main-navigation ul li:hover > ul,
/* 928  */ .main-navigation ul li.focus > ul {
/* 929  */   visibility: visible;
/* 930  */   opacity: 1;
/* 931  */ }
/* 932  */ .main-navigation a {
/* 933  */   display: block;
/* 934  */   text-decoration: none;
/* 935  */   color: #e2e2e2;
/* 936  */   font-weight: bold;
/* 937  */ }
/* 938  */ /* For when the menu becomes a sticky menu */
/* 939  */ body.sticky-menu.layout-full .site-navigation {
/* 940  */   right: 0;
/* 941  */   left: 0;
/* 942  */   margin-right: 0;
/* 943  */   margin-left: 0;
/* 944  */ }
/* 945  */ body.sticky-menu.layout-boxed .main-navigation {
/* 946  */   width: 100%;
/* 947  */   max-width: 1080px;
/* 948  */ }
/* 949  */ body.sticky-menu.mega-menu-primary.layout-boxed .site-navigation {
/* 950  */   max-width: 1100px;

/* style.css */

/* 951  */ }
/* 952  */ body.sticky-menu.mega-menu-primary.layout-full .site-navigation {
/* 953  */   padding-left: 35px;
/* 954  */   padding-right: 35px;
/* 955  */ }
/* 956  */ body.sticky-menu.mega-menu-primary .site-navigation {
/* 957  */   z-index: 9999;
/* 958  */ }
/* 959  */ @media (min-width: 783px) {
/* 960  */   body.sticky-menu.admin-bar .site-navigation.use-sticky-menu {
/* 961  */     top: 32px;
/* 962  */   }
/* 963  */ }
/* 964  */ @media (max-width: 782px) and (min-width: 601px) {
/* 965  */   body.sticky-menu.admin-bar .site-navigation.use-sticky-menu {
/* 966  */     top: 42px;
/* 967  */   }
/* 968  */ }
/* 969  */ body.sticky-menu .site-navigation.sticky {
/* 970  */   position: fixed;
/* 971  */   top: 0;
/* 972  */ }
/* 973  */ body.admin-bar:not(.sticky-menu) .site-navigation.use-sticky-menu {
/* 974  */   top: 0;
/* 975  */ }
/* 976  */ .main-navigation.sticky:after {
/* 977  */   bottom: -6px;
/* 978  */   box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px inset;
/* 979  */   content: "";
/* 980  */   height: 6px;
/* 981  */   position: absolute;
/* 982  */   width: 100%;
/* 983  */ }
/* 984  */ body.has-menu-search .main-navigation ul {
/* 985  */   margin-right: 59px;
/* 986  */ }
/* 987  */ /* Handle the navigation slightly differently on mobile devices */
/* 988  */ body.so-vantage-mobile-device .main-navigation ul ul {
/* 989  */   display: none;
/* 990  */ }
/* 991  */ body.so-vantage-mobile-device .main-navigation li:hover > ul {
/* 992  */   display: block;
/* 993  */ }
/* 994  */ .mobile-nav-frame [class^="fa fa-"] {
/* 995  */   display: inline-block;
/* 996  */   margin-right: 10px;
/* 997  */   min-width: 1em;
/* 998  */ }
/* 999  */ .mobile-nav-frame img {
/* 1000 */   max-height: 18px;

/* style.css */

/* 1001 */   max-width: 18px;
/* 1002 */   margin-right: 10px;
/* 1003 */ }
/* 1004 */ .mobile-nav-icon {
/* 1005 */   font-family: 'FontAwesome';
/* 1006 */   display: inline-block;
/* 1007 */   margin-right: 10px;
/* 1008 */ }
/* 1009 */ .mobile-nav-icon:before {
/* 1010 */   font-size: 14px;
/* 1011 */   content: "\f00b";
/* 1012 */ }
/* 1013 */ .mobilenav-main-link img {
/* 1014 */   max-height: 15px;
/* 1015 */   max-width: 20px;
/* 1016 */   margin-right: 10px;
/* 1017 */ }
/* 1018 */ #search-icon {
/* 1019 */   position: absolute;
/* 1020 */   top: 0;
/* 1021 */   right: 0;
/* 1022 */   height: 100%;
/* 1023 */   z-index: 110;
/* 1024 */ }
/* 1025 */ #search-icon #search-icon-icon {
/* 1026 */   -ms-box-sizing: border-box;
/* 1027 */   -moz-box-sizing: border-box;
/* 1028 */   -webkit-box-sizing: border-box;
/* 1029 */   box-sizing: border-box;
/* 1030 */   position: relative;
/* 1031 */   display: block;
/* 1032 */   cursor: pointer;
/* 1033 */   background-color: #303134;
/* 1034 */   width: 59px;
/* 1035 */   height: 100%;
/* 1036 */ }
/* 1037 */ #search-icon #search-icon-icon,
/* 1038 */ #search-icon #search-icon-icon .icon-search {
/* 1039 */   -webkit-transition: all 0.4s ease;
/* 1040 */   -moz-transition: all 0.4s ease;
/* 1041 */   -o-transition: all 0.4s ease;
/* 1042 */   transition: all 0.4s ease;
/* 1043 */ }
/* 1044 */ #search-icon #search-icon-icon .vantage-icon-search {
/* 1045 */   position: absolute;
/* 1046 */   display: block;
/* 1047 */   width: 17px;
/* 1048 */   height: 17px;
/* 1049 */   font-size: 17px;
/* 1050 */   top: 50%;

/* style.css */

/* 1051 */   left: 50%;
/* 1052 */   margin-top: -8px;
/* 1053 */   margin-left: -8.5px;
/* 1054 */   color: #d1d1d1;
/* 1055 */ }
/* 1056 */ #search-icon #search-icon-icon img {
/* 1057 */   position: absolute;
/* 1058 */   display: block;
/* 1059 */   max-width: 17px;
/* 1060 */   max-height: 17px;
/* 1061 */   top: 50%;
/* 1062 */   left: 50%;
/* 1063 */   margin-top: -8px;
/* 1064 */   margin-left: -8.5px;
/* 1065 */ }
/* 1066 */ #search-icon #search-icon-icon:hover {
/* 1067 */   background-color: #00bcff;
/* 1068 */ }
/* 1069 */ #search-icon #search-icon-icon:hover .vantage-icon-search {
/* 1070 */   color: #ffffff;
/* 1071 */ }
/* 1072 */ #search-icon .searchform {
/* 1073 */   display: none;
/* 1074 */   position: absolute;
/* 1075 */   top: 100%;
/* 1076 */   right: 0;
/* 1077 */   width: 1080px;
/* 1078 */   background: #2d2e31;
/* 1079 */   z-index: 10;
/* 1080 */   overflow-x: hidden;
/* 1081 */ }
/* 1082 */ #search-icon .searchform input[name=s] {
/* 1083 */   color: #d1d1d1;
/* 1084 */   font-size: 17px;
/* 1085 */   font-weight: 200;
/* 1086 */   -ms-box-sizing: border-box;
/* 1087 */   -moz-box-sizing: border-box;
/* 1088 */   -webkit-box-sizing: border-box;
/* 1089 */   box-sizing: border-box;
/* 1090 */   display: block;
/* 1091 */   width: 100%;
/* 1092 */   height: 42px;
/* 1093 */   border: none;
/* 1094 */   -webkit-border-radius: 0px;
/* 1095 */   -moz-border-radius: 0px;
/* 1096 */   border-radius: 0px;
/* 1097 */   background-color: transparent;
/* 1098 */   outline: none;
/* 1099 */   padding: 0 15px;
/* 1100 */ }

/* style.css */

/* 1101 */ /* =Archives
/* 1102 *| ----------------------------------------------- */
/* 1103 */ article.sticky {
/* 1104 */   /* Style a sticky post */
/* 1105 */ }
/* 1106 */ #page-title {
/* 1107 */   color: #3b3b3b;
/* 1108 */   margin-bottom: 25px;
/* 1109 */   font-size: 1.8em;
/* 1110 */   font-weight: 500;
/* 1111 */ }
/* 1112 */ #page-title a {
/* 1113 */   color: inherit;
/* 1114 */   text-decoration: none;
/* 1115 */   font-weight: bold;
/* 1116 */ }
/* 1117 */ .taxonomy-description {
/* 1118 */   margin-top: -15px;
/* 1119 */   color: #666;
/* 1120 */   font-style: italic;
/* 1121 */ }
/* 1122 */ article.post,
/* 1123 */ article.page {
/* 1124 */   zoom: 1;
/* 1125 */   margin-bottom: 40px;
/* 1126 */   padding-bottom: 40px;
/* 1127 */   border-bottom: 1px solid #eeeeee;
/* 1128 */ }
/* 1129 */ article.post:before,
/* 1130 */ article.page:before {
/* 1131 */   content: '';
/* 1132 */   display: block;
/* 1133 */ }
/* 1134 */ article.post:after,
/* 1135 */ article.page:after {
/* 1136 */   content: '';
/* 1137 */   display: table;
/* 1138 */   clear: both;
/* 1139 */ }
/* 1140 */ article.post footer,
/* 1141 */ article.page footer {
/* 1142 */   float: left;
/* 1143 */   width: 17.5%;
/* 1144 */ }
/* 1145 */ article.post footer .post-type-icon,
/* 1146 */ article.page footer .post-type-icon {
/* 1147 */   width: 50px;
/* 1148 */   height: 50px;
/* 1149 */   background: #4f5355;
/* 1150 */   -webkit-border-radius: 3px;

/* style.css */

/* 1151 */   -moz-border-radius: 3px;
/* 1152 */   border-radius: 3px;
/* 1153 */ }
/* 1154 */ article.post footer .tags,
/* 1155 */ article.page footer .tags {
/* 1156 */   margin-top: 15px;
/* 1157 */   line-height: 1em;
/* 1158 */ }
/* 1159 */ article.post footer .tags a,
/* 1160 */ article.page footer .tags a {
/* 1161 */   display: inline-block;
/* 1162 */   margin-right: 4px;
/* 1163 */   background: #74787a;
/* 1164 */   -webkit-border-radius: 2px;
/* 1165 */   -moz-border-radius: 2px;
/* 1166 */   border-radius: 2px;
/* 1167 */   line-height: 1em;
/* 1168 */   padding: 4px 5px;
/* 1169 */   color: white;
/* 1170 */   text-decoration: none;
/* 1171 */   font-size: 10px;
/* 1172 */   text-transform: uppercase;
/* 1173 */   margin-bottom: 4px;
/* 1174 */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
/* 1175 */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
/* 1176 */   box-shadow: 0 1px 1px rgba(0,0,0,0.2);
/* 1177 */   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
/* 1178 */ }
/* 1179 */ article.post .entry-header,
/* 1180 */ article.page .entry-header {
/* 1181 */   margin-bottom: 20px;
/* 1182 */ }
/* 1183 */ article.post .entry-header .entry-thumbnail,
/* 1184 */ article.page .entry-header .entry-thumbnail {
/* 1185 */   margin-bottom: 20px;
/* 1186 */ }
/* 1187 */ article.post .entry-header .entry-thumbnail img,
/* 1188 */ article.page .entry-header .entry-thumbnail img {
/* 1189 */   display: block;
/* 1190 */   max-width: 100%;
/* 1191 */   height: auto;
/* 1192 */ }
/* 1193 */ article.post .entry-header .entry-thumbnail a,
/* 1194 */ article.page .entry-header .entry-thumbnail a {
/* 1195 */   display: inline-block;
/* 1196 */ }
/* 1197 */ article.post .entry-header .entry-video,
/* 1198 */ article.page .entry-header .entry-video {
/* 1199 */   margin-bottom: 20px;
/* 1200 */ }

/* style.css */

/* 1201 */ article.post .entry-header h1.entry-title,
/* 1202 */ article.page .entry-header h1.entry-title {
/* 1203 */   color: #3b3b3b;
/* 1204 */   font-size: 20px;
/* 1205 */   font-weight: 500;
/* 1206 */   line-height: 1.35em;
/* 1207 */ }
/* 1208 */ article.post .entry-header h1.entry-title a,
/* 1209 */ article.page .entry-header h1.entry-title a {
/* 1210 */   color: inherit;
/* 1211 */   text-decoration: none;
/* 1212 */ }
/* 1213 */ article.post .entry-header .entry-meta,
/* 1214 */ article.page .entry-header .entry-meta {
/* 1215 */   color: #8f8f8f;
/* 1216 */   font-size: 12px;
/* 1217 */ }
/* 1218 */ article.post .entry-header .entry-meta::first-letter,
/* 1219 */ article.page .entry-header .entry-meta::first-letter {
/* 1220 */   text-transform: uppercase;
/* 1221 */ }
/* 1222 */ @media (max-width: 680px) {
/* 1223 */   article.post .entry-header .entry-meta,
/* 1224 */   article.page .entry-header .entry-meta {
/* 1225 */     font-size: 14px;
/* 1226 */   }
/* 1227 */ }
/* 1228 */ article.post .entry-header .entry-meta a,
/* 1229 */ article.page .entry-header .entry-meta a {
/* 1230 */   font-weight: 500;
/* 1231 */   color: #5e5e5e;
/* 1232 */   text-decoration: none;
/* 1233 */ }
/* 1234 */ article.post:last-child,
/* 1235 */ article.page:last-child {
/* 1236 */   margin-bottom: 0;
/* 1237 */   padding-bottom: 0;
/* 1238 */   border-bottom: 0;
/* 1239 */ }
/* 1240 */ article.post .more-link,
/* 1241 */ article.page .more-link {
/* 1242 */   float: right;
/* 1243 */   text-decoration: none;
/* 1244 */   padding: 4px 10px;
/* 1245 */   border-top: solid 1px #d2d2d2;
/* 1246 */   border-left: solid 1px #c3c3c3;
/* 1247 */   border-right: solid 1px #c3c3c3;
/* 1248 */   border-bottom: solid 1px #9f9f9f;
/* 1249 */   background: #ffffff;
/* 1250 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));

/* style.css */

/* 1251 */   background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
/* 1252 */   background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
/* 1253 */   background: -o-linear-gradient(#ffffff, #dfdfdf);
/* 1254 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
/* 1255 */   -webkit-border-radius: 3px;
/* 1256 */   -moz-border-radius: 3px;
/* 1257 */   border-radius: 3px;
/* 1258 */   font-size: 11px;
/* 1259 */   font-weight: bold;
/* 1260 */   color: #646464;
/* 1261 */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125);
/* 1262 */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125);
/* 1263 */   box-shadow: 0 1px 1px rgba(0,0,0,0.125);
/* 1264 */ }
/* 1265 */ article.post .more-link .meta-nav,
/* 1266 */ article.page .more-link .meta-nav {
/* 1267 */   display: none;
/* 1268 */ }
/* 1269 */ article.post .author-box,
/* 1270 */ article.page .author-box {
/* 1271 */   margin: 20px 0 0 0;
/* 1272 */   border: 1px solid #cccccc;
/* 1273 */   background: #f0f0f0;
/* 1274 */   position: relative;
/* 1275 */   zoom: 1;
/* 1276 */ }
/* 1277 */ article.post .author-box:before,
/* 1278 */ article.page .author-box:before {
/* 1279 */   content: '';
/* 1280 */   display: block;
/* 1281 */ }
/* 1282 */ article.post .author-box:after,
/* 1283 */ article.page .author-box:after {
/* 1284 */   content: '';
/* 1285 */   display: table;
/* 1286 */   clear: both;
/* 1287 */ }
/* 1288 */ article.post .author-box .avatar-box,
/* 1289 */ article.page .author-box .avatar-box {
/* 1290 */   padding: 25px;
/* 1291 */   position: absolute;
/* 1292 */   top: 0;
/* 1293 */   left: 0;
/* 1294 */ }
/* 1295 */ article.post .author-box .avatar-box .avatar-wrapper,
/* 1296 */ article.page .author-box .avatar-box .avatar-wrapper {
/* 1297 */   background: #ffffff;
/* 1298 */   padding: 5px;
/* 1299 */   border: 1px solid #cccccc;
/* 1300 */   -webkit-border-radius: 2px;

/* style.css */

/* 1301 */   -moz-border-radius: 2px;
/* 1302 */   border-radius: 2px;
/* 1303 */ }
/* 1304 */ article.post .author-box .avatar-box .avatar-wrapper img,
/* 1305 */ article.page .author-box .avatar-box .avatar-wrapper img {
/* 1306 */   display: block;
/* 1307 */ }
/* 1308 */ article.post .author-box .box-content,
/* 1309 */ article.page .author-box .box-content {
/* 1310 */   -ms-box-sizing: border-box;
/* 1311 */   -moz-box-sizing: border-box;
/* 1312 */   -webkit-box-sizing: border-box;
/* 1313 */   box-sizing: border-box;
/* 1314 */   padding: 20px 25px;
/* 1315 */   margin-left: 132px;
/* 1316 */   background: #f9f9f9;
/* 1317 */   min-height: 132px;
/* 1318 */   border-left: 1px solid #cccccc;
/* 1319 */   -webkit-box-shadow: inset 2px 0 2px rgba(0,0,0,0.035);
/* 1320 */   -moz-box-shadow: inset 2px 0 2px rgba(0,0,0,0.035);
/* 1321 */   box-shadow: inset 2px 0 2px rgba(0,0,0,0.035);
/* 1322 */ }
/* 1323 */ article.post .author-box .box-content .box-title,
/* 1324 */ article.page .author-box .box-content .box-title {
/* 1325 */   padding-bottom: 15px;
/* 1326 */   margin-bottom: 15px;
/* 1327 */   border-bottom: 1px solid #e0e0e0;
/* 1328 */ }
/* 1329 */ article.post .author-box .box-content .box-title h3,
/* 1330 */ article.page .author-box .box-content .box-title h3 {
/* 1331 */   color: #3b3b3b;
/* 1332 */   font-size: 1.25em;
/* 1333 */   line-height: 1.1em;
/* 1334 */   font-weight: 500;
/* 1335 */   margin: .6em 0 0;
/* 1336 */ }
/* 1337 */ article.post .author-box .box-content .author-posts a,
/* 1338 */ article.page .author-box .box-content .author-posts a {
/* 1339 */   color: #777;
/* 1340 */   font-size: .9em;
/* 1341 */   text-decoration: none;
/* 1342 */ }
/* 1343 */ article.post .author-box .box-content .author-posts a:hover,
/* 1344 */ article.page .author-box .box-content .author-posts a:hover {
/* 1345 */   color: #248cc8;
/* 1346 */ }
/* 1347 */ article.post .author-box .box-content .box-description,
/* 1348 */ article.page .author-box .box-content .box-description {
/* 1349 */   min-height: 0;
/* 1350 */   margin-bottom: 0;

/* style.css */

/* 1351 */ }
/* 1352 */ article.post .author-box .box-content .box-description > *:first-child,
/* 1353 */ article.page .author-box .box-content .box-description > *:first-child {
/* 1354 */   margin-top: 0;
/* 1355 */ }
/* 1356 */ article.post .author-box .box-content .box-description > *:last-child,
/* 1357 */ article.page .author-box .box-content .box-description > *:last-child {
/* 1358 */   margin-bottom: 0;
/* 1359 */ }
/* 1360 */ article.post .share-buttons,
/* 1361 */ article.page .share-buttons {
/* 1362 */   margin: 20px 0 0 0;
/* 1363 */   padding: 15px 25px;
/* 1364 */   border: 1px solid #cccccc;
/* 1365 */   background: #f9f9f9;
/* 1366 */   list-style: none;
/* 1367 */   zoom: 1;
/* 1368 */ }
/* 1369 */ article.post .share-buttons:before,
/* 1370 */ article.page .share-buttons:before {
/* 1371 */   content: '';
/* 1372 */   display: block;
/* 1373 */ }
/* 1374 */ article.post .share-buttons:after,
/* 1375 */ article.page .share-buttons:after {
/* 1376 */   content: '';
/* 1377 */   display: table;
/* 1378 */   clear: both;
/* 1379 */ }
/* 1380 */ article.post .share-buttons li,
/* 1381 */ article.page .share-buttons li {
/* 1382 */   height: 20px;
/* 1383 */   display: block;
/* 1384 */   float: left;
/* 1385 */   max-width: 110px;
/* 1386 */ }
/* 1387 */ @media (max-width: 480px) {
/* 1388 */   article.post .share-buttons li,
/* 1389 */   article.page .share-buttons li {
/* 1390 */     width: inherit !important;
/* 1391 */     float: none;
/* 1392 */     margin-bottom: 10px;
/* 1393 */   }
/* 1394 */   article.post .share-buttons li:last-child,
/* 1395 */   article.page .share-buttons li:last-child {
/* 1396 */     margin-bottom: 0;
/* 1397 */   }
/* 1398 */ }
/* 1399 */ article.post .entry-summary p:last-child,
/* 1400 */ article.page .entry-summary p:last-child {

/* style.css */

/* 1401 */   margin-bottom: 0;
/* 1402 */ }
/* 1403 */ article.post .entry-categories,
/* 1404 */ article.page .entry-categories {
/* 1405 */   margin-top: 1.5em;
/* 1406 */   color: #999999;
/* 1407 */   font-size: 0.85em;
/* 1408 */ }
/* 1409 */ @media (max-width: 680px) {
/* 1410 */   article.post .entry-categories,
/* 1411 */   article.page .entry-categories {
/* 1412 */     font-size: 13px;
/* 1413 */   }
/* 1414 */ }
/* 1415 */ article.post .entry-categories a,
/* 1416 */ article.page .entry-categories a {
/* 1417 */   color: #777777;
/* 1418 */ }
/* 1419 */ article.post.post-with-thumbnail-icon .entry-thumbnail,
/* 1420 */ article.page.post-with-thumbnail-icon .entry-thumbnail {
/* 1421 */   margin-top: 0.2em;
/* 1422 */   float: left;
/* 1423 */   clear: none;
/* 1424 */   width: 11.68%;
/* 1425 */   /* 90px in standard width */
/* 1426 */ }
/* 1427 */ article.post.post-with-thumbnail-icon .entry-thumbnail img,
/* 1428 */ article.page.post-with-thumbnail-icon .entry-thumbnail img {
/* 1429 */   width: 100%;
/* 1430 */   height: auto;
/* 1431 */   -webkit-border-radius: 3px;
/* 1432 */   -moz-border-radius: 3px;
/* 1433 */   border-radius: 3px;
/* 1434 */ }
/* 1435 */ article.post.post-with-thumbnail-icon .entry-main,
/* 1436 */ article.page.post-with-thumbnail-icon .entry-main {
/* 1437 */   width: 650px;
/* 1438 */   width: 84.41%;
/* 1439 */   /* 650px in standard width */
/* 1440 */   float: right;
/* 1441 */ }
/* 1442 */ .post-navigation,
/* 1443 */ #image-navigation {
/* 1444 */   margin-top: -20px;
/* 1445 */   margin-bottom: 40px;
/* 1446 */   zoom: 1;
/* 1447 */ }
/* 1448 */ .post-navigation:before,
/* 1449 */ #image-navigation:before {
/* 1450 */   content: '';

/* style.css */

/* 1451 */   display: block;
/* 1452 */ }
/* 1453 */ .post-navigation:after,
/* 1454 */ #image-navigation:after {
/* 1455 */   content: '';
/* 1456 */   display: table;
/* 1457 */   clear: both;
/* 1458 */ }
/* 1459 */ .post-navigation a,
/* 1460 */ #image-navigation a {
/* 1461 */   text-decoration: none;
/* 1462 */   padding: 6px 10px;
/* 1463 */   border-top: solid 1px #d2d2d2;
/* 1464 */   border-left: solid 1px #c3c3c3;
/* 1465 */   border-right: solid 1px #c3c3c3;
/* 1466 */   border-bottom: solid 1px #9f9f9f;
/* 1467 */   background: #ffffff;
/* 1468 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
/* 1469 */   background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
/* 1470 */   background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
/* 1471 */   background: -o-linear-gradient(#ffffff, #dfdfdf);
/* 1472 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
/* 1473 */   -webkit-border-radius: 3px;
/* 1474 */   -moz-border-radius: 3px;
/* 1475 */   border-radius: 3px;
/* 1476 */   font-size: 11px;
/* 1477 */   font-weight: bold;
/* 1478 */   color: #646464;
/* 1479 */   display: inline-block;
/* 1480 */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125);
/* 1481 */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125);
/* 1482 */   box-shadow: 0 1px 1px rgba(0,0,0,0.125);
/* 1483 */ }
/* 1484 */ @media (max-width: 680px) {
/* 1485 */   .post-navigation a,
/* 1486 */   #image-navigation a {
/* 1487 */     font-size: 14px;
/* 1488 */     padding: 13px 20px;
/* 1489 */   }
/* 1490 */ }
/* 1491 */ .post-navigation a .meta-nav,
/* 1492 */ #image-navigation a .meta-nav {
/* 1493 */   display: inline-block;
/* 1494 */ }
/* 1495 */ .post-navigation a:hover,
/* 1496 */ #image-navigation a:hover {
/* 1497 */   border-top: solid 1px #dadada;
/* 1498 */   border-left: solid 1px #cfcfcf;
/* 1499 */   border-right: solid 1px #cfcfcf;
/* 1500 */   border-bottom: solid 1px #a8a8a8;

/* style.css */

/* 1501 */   background: #ffffff;
/* 1502 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
/* 1503 */   background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
/* 1504 */   background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
/* 1505 */   background: -o-linear-gradient(#ffffff, #ebebeb);
/* 1506 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
/* 1507 */ }
/* 1508 */ .post-navigation .nav-previous .meta-nav,
/* 1509 */ #image-navigation .nav-previous .meta-nav {
/* 1510 */   margin-right: 7px;
/* 1511 */ }
/* 1512 */ .post-navigation .nav-next .meta-nav,
/* 1513 */ #image-navigation .nav-next .meta-nav {
/* 1514 */   margin-left: 7px;
/* 1515 */ }
/* 1516 */ .single-nav-wrapper {
/* 1517 */   overflow: hidden;
/* 1518 */ }
/* 1519 */ /* Reset the navigation */
/* 1520 */ #image-navigation {
/* 1521 */   margin-top: 0px;
/* 1522 */   margin-bottom: 20px;
/* 1523 */ }
/* 1524 */ /* =Entry Content
/* 1525 *| ----------------------------------------------- */
/* 1526 */ /* Styles for actual content */
/* 1527 */ .entry-header {
/* 1528 */   zoom: 1;
/* 1529 */ }
/* 1530 */ .entry-header:before {
/* 1531 */   content: '';
/* 1532 */   display: block;
/* 1533 */ }
/* 1534 */ .entry-header:after {
/* 1535 */   content: '';
/* 1536 */   display: table;
/* 1537 */   clear: both;
/* 1538 */ }
/* 1539 */ .entry-content {
/* 1540 */   zoom: 1;
/* 1541 */   line-height: 1.6em;
/* 1542 */   color: #666666;
/* 1543 */   /* WordPress Images */
/* 1544 */ }
/* 1545 */ .entry-content:before {
/* 1546 */   content: '';
/* 1547 */   display: block;
/* 1548 */ }
/* 1549 */ .entry-content:after {
/* 1550 */   content: '';

/* style.css */

/* 1551 */   display: table;
/* 1552 */   clear: both;
/* 1553 */ }
/* 1554 */ .entry-content a {
/* 1555 */   color: #248cc8;
/* 1556 */   -webkit-transition: all 0.2s ease;
/* 1557 */   -moz-transition: all 0.2s ease;
/* 1558 */   -o-transition: all 0.2s ease;
/* 1559 */   transition: all 0.2s ease;
/* 1560 */ }
/* 1561 */ .entry-content a:hover {
/* 1562 */   color: #f47e3c;
/* 1563 */ }
/* 1564 */ .entry-content p,
/* 1565 */ .entry-content > ul,
/* 1566 */ .entry-content > ol,
/* 1567 */ .entry-content > li,
/* 1568 */ .entry-content > dl,
/* 1569 */ .entry-content pre,
/* 1570 */ .entry-content code,
/* 1571 */ .entry-content blockquote {
/* 1572 */   margin: 1em 0;
/* 1573 */ }
/* 1574 */ .entry-content > *:last-child {
/* 1575 */   margin-bottom: 0;
/* 1576 */ }
/* 1577 */ .entry-content > *:first-child {
/* 1578 */   margin-top: 0;
/* 1579 */ }
/* 1580 */ .entry-content blockquote {
/* 1581 */   font-style: italic;
/* 1582 */   margin-left: 1em;
/* 1583 */   padding-left: 1em;
/* 1584 */   border-left: 1px solid #aaaaaa;
/* 1585 */ }
/* 1586 */ .entry-content blockquote cite {
/* 1587 */   font-weight: bold;
/* 1588 */ }
/* 1589 */ .entry-content pre {
/* 1590 */   display: block;
/* 1591 */   padding: 10px;
/* 1592 */   word-wrap: break-word;
/* 1593 */ }
/* 1594 */ .entry-content code {
/* 1595 */   display: inline;
/* 1596 */   padding: 5px;
/* 1597 */ }
/* 1598 */ .entry-content pre,
/* 1599 */ .entry-content code {
/* 1600 */   background: white;

/* style.css */

/* 1601 */   font-family: "Courier New", Courier, mono;
/* 1602 */   border: 1px solid #d9d9d9;
/* 1603 */   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
/* 1604 */   overflow-x: auto;
/* 1605 */ }
/* 1606 */ .entry-content pre p:first-child,
/* 1607 */ .entry-content code p:first-child {
/* 1608 */   margin-top: 0;
/* 1609 */ }
/* 1610 */ .entry-content code {
/* 1611 */   font-family: "Courier New", Courier, mono;
/* 1612 */ }
/* 1613 */ .entry-content sup,
/* 1614 */ .entry-content sub {
/* 1615 */   height: 0;
/* 1616 */   line-height: 1;
/* 1617 */   vertical-align: baseline;
/* 1618 */   position: relative;
/* 1619 */ }
/* 1620 */ .entry-content sup {
/* 1621 */   bottom: 1ex;
/* 1622 */ }
/* 1623 */ .entry-content sub {
/* 1624 */   top: .5ex;
/* 1625 */ }
/* 1626 */ .entry-content .gallery {
/* 1627 */   margin: 15px 0 25px 0;
/* 1628 */ }
/* 1629 */ .entry-content .gallery .gallery-item {
/* 1630 */   margin-bottom: 0;
/* 1631 */ }
/* 1632 */ .entry-content .gallery .gallery-icon {
/* 1633 */   line-height: 0;
/* 1634 */   margin-bottom: 0;
/* 1635 */ }
/* 1636 */ .entry-content .gallery img {
/* 1637 */   border: none !important;
/* 1638 */   vertical-align: middle;
/* 1639 */ }
/* 1640 */ .entry-content .gallery .gallery-caption {
/* 1641 */   margin: 10px;
/* 1642 */   padding-left: 0;
/* 1643 */ }
/* 1644 */ .entry-content table {
/* 1645 */   border-bottom: 1px solid #ededed;
/* 1646 */   border-collapse: collapse;
/* 1647 */   border-spacing: 0;
/* 1648 */   font-size: 14px;
/* 1649 */   line-height: 2;
/* 1650 */   margin: 0 0 20px;

/* style.css */

/* 1651 */   width: 100%;
/* 1652 */ }
/* 1653 */ .entry-content img {
/* 1654 */   max-width: 100%;
/* 1655 */   height: auto;
/* 1656 */ }
/* 1657 */ .entry-content .wp-caption {
/* 1658 */   max-width: 100%;
/* 1659 */   margin: 5px 0 30px 0;
/* 1660 */   border: 1px solid #e0e0e0;
/* 1661 */   padding: 8px;
/* 1662 */   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
/* 1663 */   -ms-box-sizing: border-box;
/* 1664 */   -moz-box-sizing: border-box;
/* 1665 */   -webkit-box-sizing: border-box;
/* 1666 */   box-sizing: border-box;
/* 1667 */   text-align: center;
/* 1668 */ }
/* 1669 */ .entry-content .wp-caption img {
/* 1670 */   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.175);
/* 1671 */   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.175);
/* 1672 */   box-shadow: 0 1px 2px rgba(0,0,0,0.175);
/* 1673 */ }
/* 1674 */ .entry-content .wp-caption.aligncenter {
/* 1675 */   margin-left: auto;
/* 1676 */   margin-right: auto;
/* 1677 */ }
/* 1678 */ .entry-content .wp-caption:first-child {
/* 1679 */   margin-top: 25px;
/* 1680 */ }
/* 1681 */ .entry-content .wp-caption p.wp-caption-text {
/* 1682 */   margin: 0;
/* 1683 */ }
/* 1684 */ .entry-content .alignleft {
/* 1685 */   /* This is also styled on a global level */
/* 1686 */   margin: 0 1.5em 1.5em 0;
/* 1687 */ }
/* 1688 */ .entry-content .alignright {
/* 1689 */   /* This is also styled on a global level */
/* 1690 */   margin: 0 0 1.5em 1.5em;
/* 1691 */ }
/* 1692 */ .entry-content img.wp-smiley {
/* 1693 */   border: none;
/* 1694 */   margin-bottom: 0;
/* 1695 */   margin-top: 0;
/* 1696 */   padding: 0;
/* 1697 */ }
/* 1698 */ .entry-content ul {
/* 1699 */   list-style-type: square;
/* 1700 */ }

/* style.css */

/* 1701 */ .entry-content ol {
/* 1702 */   list-style-type: decimal;
/* 1703 */ }
/* 1704 */ .entry-content ol ol {
/* 1705 */   list-style-type: upper-alpha;
/* 1706 */ }
/* 1707 */ .entry-content ol ol ol {
/* 1708 */   list-style-type: lower-roman;
/* 1709 */ }
/* 1710 */ .entry-content ul li,
/* 1711 */ .entry-content ol li {
/* 1712 */   margin-left: 1.5em;
/* 1713 */ }
/* 1714 */ .entry-content dl dt {
/* 1715 */   margin-bottom: 5px;
/* 1716 */   font-weight: bold;
/* 1717 */ }
/* 1718 */ .entry-content dl dd {
/* 1719 */   margin-bottom: 10px;
/* 1720 */   padding-left: 20px;
/* 1721 */ }
/* 1722 */ .entry-content h1,
/* 1723 */ .entry-content h2,
/* 1724 */ .entry-content h3,
/* 1725 */ .entry-content h4,
/* 1726 */ .entry-content h5,
/* 1727 */ .entry-content h6 {
/* 1728 */   color: #444444;
/* 1729 */   margin: 1em 0;
/* 1730 */   font-weight: 500;
/* 1731 */ }
/* 1732 */ .entry-content h1 {
/* 1733 */   font-size: 1.7em;
/* 1734 */ }
/* 1735 */ .entry-content h2 {
/* 1736 */   font-size: 1.6em;
/* 1737 */ }
/* 1738 */ .entry-content h3 {
/* 1739 */   font-size: 1.5em;
/* 1740 */ }
/* 1741 */ .entry-content h4 {
/* 1742 */   font-size: 1.4em;
/* 1743 */ }
/* 1744 */ .entry-content h5 {
/* 1745 */   font-size: 1.2em;
/* 1746 */ }
/* 1747 */ .entry-content h6 {
/* 1748 */   font-size: 1.1em;
/* 1749 */ }
/* 1750 */ .entry-content embed,

/* style.css */

/* 1751 */ .entry-content iframe,
/* 1752 */ .entry-content object {
/* 1753 */   max-width: 100%;
/* 1754 */ }
/* 1755 */ .entry-content .tags {
/* 1756 */   color: #999999;
/* 1757 */ }
/* 1758 */ .entry-content .tags strong {
/* 1759 */   color: #666666;
/* 1760 */ }
/* 1761 */ .entry-content .tags a {
/* 1762 */   color: #999999;
/* 1763 */   text-decoration: none;
/* 1764 */ }
/* 1765 */ /* =Navigation
/* 1766 *| ----------------------------------------------- */
/* 1767 */ .pagination,
/* 1768 */ .entry-content .pagination {
/* 1769 */   position: relative;
/* 1770 */   font-size: 11px;
/* 1771 */   line-height: 13px;
/* 1772 */   text-align: right;
/* 1773 */ }
/* 1774 */ .pagination span,
/* 1775 */ .entry-content .pagination span,
/* 1776 */ .pagination a,
/* 1777 */ .entry-content .pagination a {
/* 1778 */   -webkit-border-radius: 2px;
/* 1779 */   -moz-border-radius: 2px;
/* 1780 */   border-radius: 2px;
/* 1781 */   display: inline-block;
/* 1782 */   margin: 2px 2px 2px 0;
/* 1783 */   padding: 6px 9px 5px 9px;
/* 1784 */   background: #4f5355;
/* 1785 */   border-top: solid 1px #d2d2d2;
/* 1786 */   border-left: solid 1px #c3c3c3;
/* 1787 */   border-right: solid 1px #c3c3c3;
/* 1788 */   border-bottom: solid 1px #9f9f9f;
/* 1789 */   background: #ffffff;
/* 1790 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
/* 1791 */   background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
/* 1792 */   background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
/* 1793 */   background: -o-linear-gradient(#ffffff, #dfdfdf);
/* 1794 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
/* 1795 */   -webkit-border-radius: 3px;
/* 1796 */   -moz-border-radius: 3px;
/* 1797 */   border-radius: 3px;
/* 1798 */   font-weight: bold;
/* 1799 */   color: #646464;
/* 1800 */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);

/* style.css */

/* 1801 */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 1802 */   box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 1803 */   width: auto;
/* 1804 */   text-decoration: none;
/* 1805 */ }
/* 1806 */ .pagination span:last-child,
/* 1807 */ .entry-content .pagination span:last-child,
/* 1808 */ .pagination a:last-child,
/* 1809 */ .entry-content .pagination a:last-child {
/* 1810 */   margin-right: 0;
/* 1811 */ }
/* 1812 */ .pagination a:hover,
/* 1813 */ .entry-content .pagination a:hover {
/* 1814 */   background: #f0f0f0;
/* 1815 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
/* 1816 */   background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
/* 1817 */   background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #f0f0f0 100%);
/* 1818 */   background: -o-linear-gradient(#f0f0f0, #d0d0d0);
/* 1819 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
/* 1820 */   color: #606060;
/* 1821 */ }
/* 1822 */ .pagination .current,
/* 1823 */ .entry-content .pagination .current {
/* 1824 */   border-top: solid 1px #222222;
/* 1825 */   border-left: solid 1px #222222;
/* 1826 */   border-right: solid 1px #222222;
/* 1827 */   border-bottom: solid 1px #222222;
/* 1828 */   background: #333333;
/* 1829 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333333));
/* 1830 */   background: -ms-linear-gradient(bottom, #505050, #333333);
/* 1831 */   background: -moz-linear-gradient(center bottom, #505050 0%, #333333 100%);
/* 1832 */   background: -o-linear-gradient(#333333, #505050);
/* 1833 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
/* 1834 */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
/* 1835 */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
/* 1836 */   box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
/* 1837 */   color: #efefef;
/* 1838 */ }
/* 1839 */ .site-content {
/* 1840 */   word-wrap: break-word;
/* 1841 */ }
/* 1842 */ .site-content .nav-previous,
/* 1843 */ .site-content .nav-next {
/* 1844 */   white-space: nowrap;
/* 1845 */ }
/* 1846 */ .site-content .nav-previous {
/* 1847 */   float: left;
/* 1848 */   width: 50%;
/* 1849 */ }
/* 1850 */ .site-content .nav-next {

/* style.css */

/* 1851 */   float: right;
/* 1852 */   text-align: right;
/* 1853 */   width: 50%;
/* 1854 */ }
/* 1855 */ @media (max-width: 680px) {
/* 1856 */   body.responsive .site-content .nav-previous,
/* 1857 */   body.responsive .site-content .nav-next {
/* 1858 */     float: none;
/* 1859 */     width: 100%;
/* 1860 */     margin-bottom: 20px;
/* 1861 */     text-align: center;
/* 1862 */     white-space: normal;
/* 1863 */   }
/* 1864 */ }
/* 1865 */ /* =Comments
/* 1866 *| ----------------------------------------------- */
/* 1867 */ #comments-title,
/* 1868 */ #reply-title {
/* 1869 */   display: inline-block;
/* 1870 */   font-size: 14px;
/* 1871 */   margin-bottom: 20px;
/* 1872 */   font-weight: 500;
/* 1873 */   line-height: 1em;
/* 1874 */   color: #444444;
/* 1875 */   padding-bottom: 5px;
/* 1876 */   border-bottom: 2px solid #555555;
/* 1877 */ }
/* 1878 */ #comments-title [class^="fa fa-"],
/* 1879 */ #reply-title [class^="fa fa-"] {
/* 1880 */   font-size: 16px;
/* 1881 */   display: inline-block;
/* 1882 */   margin-right: 4px;
/* 1883 */   line-height: 0.75em;
/* 1884 */ }
/* 1885 */ #comments .comment-navigation {
/* 1886 */   zoom: 1;
/* 1887 */   float: none;
/* 1888 */   margin-bottom: 2em;
/* 1889 */   width: 100%;
/* 1890 */ }
/* 1891 */ #comments .comment-navigation:before {
/* 1892 */   content: '';
/* 1893 */   display: block;
/* 1894 */ }
/* 1895 */ #comments .comment-navigation:after {
/* 1896 */   content: '';
/* 1897 */   display: table;
/* 1898 */   clear: both;
/* 1899 */ }
/* 1900 */ #comments .commentlist {

/* style.css */

/* 1901 */   margin: 0 0 40px 0;
/* 1902 */   list-style: none;
/* 1903 */ }
/* 1904 */ #comments .commentlist .children {
/* 1905 */   list-style: none;
/* 1906 */   margin-left: 75px;
/* 1907 */ }
/* 1908 */ #comments .commentlist article {
/* 1909 */   margin-bottom: 35px;
/* 1910 */ }
/* 1911 */ #comments .commentlist article .avatar {
/* 1912 */   float: left;
/* 1913 */   -webkit-border-radius: 3px;
/* 1914 */   -moz-border-radius: 3px;
/* 1915 */   border-radius: 3px;
/* 1916 */   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
/* 1917 */   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
/* 1918 */   box-shadow: 0 1px 2px rgba(0,0,0,0.1);
/* 1919 */ }
/* 1920 */ #comments .commentlist article .comment-author,
/* 1921 */ #comments .commentlist article .awaiting-moderation,
/* 1922 */ #comments .commentlist article .comment-meta,
/* 1923 */ #comments .commentlist article .comment-content {
/* 1924 */   margin-left: 75px;
/* 1925 */ }
/* 1926 */ #comments .commentlist article .comment-author {
/* 1927 */   color: #474747;
/* 1928 */   font-size: 13px;
/* 1929 */   font-weight: 500;
/* 1930 */   line-height: 1em;
/* 1931 */   margin-bottom: 0.35em;
/* 1932 */ }
/* 1933 */ @media (max-width: 680px) {
/* 1934 */   #comments .commentlist article .comment-author {
/* 1935 */     margin-bottom: 1em;
/* 1936 */   }
/* 1937 */ }
/* 1938 */ #comments .commentlist article .comment-author a {
/* 1939 */   color: inherit;
/* 1940 */   text-decoration: none;
/* 1941 */ }
/* 1942 */ @media (max-width: 680px) {
/* 1943 */   #comments .commentlist article .comment-author a {
/* 1944 */     font-size: 15px;
/* 1945 */   }
/* 1946 */ }
/* 1947 */ #comments .commentlist article .comment-author cite {
/* 1948 */   font-style: normal;
/* 1949 */ }
/* 1950 */ #comments .commentlist article .comment-author .author-comment-label {

/* style.css */

/* 1951 */   position: relative;
/* 1952 */   top: -3px;
/* 1953 */   margin: 0 4px;
/* 1954 */   padding: 2px 5px 3px;
/* 1955 */   background-color: #eee;
/* 1956 */   font-size: 11px;
/* 1957 */   border-radius: 3px;
/* 1958 */ }
/* 1959 */ #comments .commentlist article .comment-meta {
/* 1960 */   font-size: 11.5px;
/* 1961 */   color: #747474;
/* 1962 */   line-height: 1em;
/* 1963 */   margin-bottom: 15px;
/* 1964 */ }
/* 1965 */ @media (max-width: 680px) {
/* 1966 */   #comments .commentlist article .comment-meta {
/* 1967 */     font-size: 13px;
/* 1968 */   }
/* 1969 */ }
/* 1970 */ #comments .commentlist article .comment-meta a {
/* 1971 */   color: inherit;
/* 1972 */   text-decoration: none;
/* 1973 */ }
/* 1974 */ #comments .commentlist article .comment-meta .support {
/* 1975 */   display: inline-block;
/* 1976 */   margin-left: 15px;
/* 1977 */ }
/* 1978 */ #comments .commentlist article .comment-meta .support .comment-edit-link {
/* 1979 */   margin-left: 15px;
/* 1980 */ }
/* 1981 */ #comments .commentlist article .awaiting-moderation {
/* 1982 */   display: block;
/* 1983 */   margin-bottom: 10px;
/* 1984 */ }
/* 1985 */ #comments .commentlist article .entry-content {
/* 1986 */   font-size: 12px;
/* 1987 */ }
/* 1988 */ #comments .commentlist .bypostauthor {
/* 1989 */   /* Change the comment by the post author */
/* 1990 */ }
/* 1991 */ #commentform label {
/* 1992 */   margin-top: 2px;
/* 1993 */   display: block;
/* 1994 */   float: left;
/* 1995 */   width: 25%;
/* 1996 */ }
/* 1997 */ #commentform input,
/* 1998 */ #commentform textarea {
/* 1999 */   float: left;
/* 2000 */   width: 75%;

/* style.css */

/* 2001 */   padding: 10px;
/* 2002 */   font-size: 13px;
/* 2003 */ }
/* 2004 */ #commentform textarea {
/* 2005 */   padding: 10px;
/* 2006 */ }
/* 2007 */ #commentform input {
/* 2008 */   padding: 7px 10px;
/* 2009 */ }
/* 2010 */ #commentform p {
/* 2011 */   zoom: 1;
/* 2012 */   margin-bottom: 20px;
/* 2013 */ }
/* 2014 */ #commentform p:before {
/* 2015 */   content: '';
/* 2016 */   display: block;
/* 2017 */ }
/* 2018 */ #commentform p:after {
/* 2019 */   content: '';
/* 2020 */   display: table;
/* 2021 */   clear: both;
/* 2022 */ }
/* 2023 */ #commentform p.form-submit {
/* 2024 */   margin-bottom: 0;
/* 2025 */ }
/* 2026 */ #commentform #submit {
/* 2027 */   width: auto;
/* 2028 */   font-size: 12px;
/* 2029 */   padding: 10px 20px;
/* 2030 */ }
/* 2031 */ @media (max-width: 680px) {
/* 2032 */   #commentform #submit {
/* 2033 */     font-size: 14px;
/* 2034 */     padding: 13px 20px;
/* 2035 */   }
/* 2036 */ }
/* 2037 */ #commentform .form-allowed-tags,
/* 2038 */ #commentform .form-allowed-tags code,
/* 2039 */ #commentform .comment-notes {
/* 2040 */   font-size: 0.8em;
/* 2041 */   color: #999;
/* 2042 */ }
/* 2043 */ #commentform .logged-in-as {
/* 2044 */   font-size: 0.8em;
/* 2045 */   color: #999;
/* 2046 */   margin-bottom: 10px;
/* 2047 */   text-align: right;
/* 2048 */ }
/* 2049 */ @media (max-width: 680px) {
/* 2050 */   #commentform .logged-in-as {

/* style.css */

/* 2051 */     font-size: 13px;
/* 2052 */   }
/* 2053 */ }
/* 2054 */ #commentform .required {
/* 2055 */   color: #a40802;
/* 2056 */ }
/* 2057 */ #commentform .comment-form-cookies-consent {
/* 2058 */   align-items: center;
/* 2059 */   clear: both;
/* 2060 */   display: flex;
/* 2061 */ }
/* 2062 */ #commentform .comment-form-cookies-consent input {
/* 2063 */   line-height: 1;
/* 2064 */   margin-right: 7px;
/* 2065 */   width: auto;
/* 2066 */ }
/* 2067 */ #commentform .comment-form-cookies-consent label {
/* 2068 */   display: inline-block;
/* 2069 */   font-weight: normal;
/* 2070 */   margin-bottom: 0;
/* 2071 */   width: auto;
/* 2072 */ }
/* 2073 */ /* Vantage Jetpack Subscription Form */
/* 2074 */ #commentform p.comment-subscription-form {
/* 2075 */   margin-bottom: 0px;
/* 2076 */ }
/* 2077 */ #commentform p.comment-subscription-form input[type="checkbox"] {
/* 2078 */   float: none;
/* 2079 */   font-size: 1em;
/* 2080 */   line-height: 1.92857em;
/* 2081 */   vertical-align: middle;
/* 2082 */ }
/* 2083 */ #commentform p.comment-subscription-form label.subscribe-label {
/* 2084 */   font-size: 1em;
/* 2085 */   float: none;
/* 2086 */   line-height: 1.92857em;
/* 2087 */   font-weight: normal;
/* 2088 */   margin: 0;
/* 2089 */   padding-left: 10px;
/* 2090 */   width: auto;
/* 2091 */ }
/* 2092 */ #commentform p.form-submit {
/* 2093 */   margin-bottom: 2em;
/* 2094 */ }
/* 2095 */ @media (max-width: 480px) {
/* 2096 */   body.responsive #commentform label {
/* 2097 */     float: none;
/* 2098 */     width: 100%;
/* 2099 */     margin-bottom: 3px;
/* 2100 */   }

/* style.css */

/* 2101 */   body.responsive #commentform input,
/* 2102 */   body.responsive #commentform textarea {
/* 2103 */     float: none;
/* 2104 */     width: 100%;
/* 2105 */   }
/* 2106 */ }
/* 2107 */ /* =Sidebars and Asides
/* 2108 *| ----------------------------------------------- */
/* 2109 */ #colophon {
/* 2110 */   margin-bottom: 20px;
/* 2111 */   background: #2f3033;
/* 2112 */   padding: 30px;
/* 2113 */ }
/* 2114 */ #colophon #theme-attribution,
/* 2115 */ #colophon #site-info {
/* 2116 */   text-align: center;
/* 2117 */   margin-top: 25px;
/* 2118 */   color: #aaaaaa;
/* 2119 */   font-size: 11.5px;
/* 2120 */ }
/* 2121 */ #colophon #theme-attribution a,
/* 2122 */ #colophon #site-info a {
/* 2123 */   color: #dddddd;
/* 2124 */   text-decoration: none;
/* 2125 */   font-weight: 500;
/* 2126 */ }
/* 2127 */ body.layout-full {
/* 2128 */   /* Use the same color as the footer */
/* 2129 */   background-color: #2f3033;
/* 2130 */ }
/* 2131 */ .layout-full #colophon {
/* 2132 */   margin-bottom: 0;
/* 2133 */   margin-top: 0;
/* 2134 */   padding-top: 30px;
/* 2135 */   padding-bottom: 30px;
/* 2136 */ }
/* 2137 */ #scroll-to-top {
/* 2138 */   position: fixed;
/* 2139 */   bottom: 20px;
/* 2140 */   right: 20px;
/* 2141 */   background: #000000;
/* 2142 */   padding: 20px;
/* 2143 */   -webkit-border-radius: 3px;
/* 2144 */   -moz-border-radius: 3px;
/* 2145 */   border-radius: 3px;
/* 2146 */   text-decoration: none;
/* 2147 */   -ms-transform: scale(0, 0);
/* 2148 */   -webkit-transform: scale(0, 0);
/* 2149 */   transform: scale(0, 0);
/* 2150 */   opacity: 0;

/* style.css */

/* 2151 */   -webkit-transition: all 0.2s ease;
/* 2152 */   -moz-transition: all 0.2s ease;
/* 2153 */   -o-transition: all 0.2s ease;
/* 2154 */   transition: all 0.2s ease;
/* 2155 */ }
/* 2156 */ #scroll-to-top .vantage-icon-arrow-up {
/* 2157 */   font-size: 18px;
/* 2158 */   display: block;
/* 2159 */   width: 18px;
/* 2160 */   height: 18px;
/* 2161 */   color: #ffffff;
/* 2162 */ }
/* 2163 */ #scroll-to-top.displayed {
/* 2164 */   -ms-transform: scale(1, 1);
/* 2165 */   -webkit-transform: scale(1, 1);
/* 2166 */   transform: scale(1, 1);
/* 2167 */   opacity: 0.2 !important;
/* 2168 */   z-index: 500;
/* 2169 */ }
/* 2170 */ #scroll-to-top.displayed:hover {
/* 2171 */   opacity: 0.8 !important;
/* 2172 */ }
/* 2173 */ #map-canvas img,
/* 2174 */ #gmap_canvas img {
/* 2175 */   -webkit-border-radius: 0 !important;
/* 2176 */   -moz-border-radius: 0 !important;
/* 2177 */   border-radius: 0 !important;
/* 2178 */   -webkit-box-shadow: none !important;
/* 2179 */   -moz-box-shadow: none !important;
/* 2180 */   box-shadow: none !important;
/* 2181 */   line-height: normal !important;
/* 2182 */   max-width: none;
/* 2183 */   zoom: normal !important;
/* 2184 */ }
/* 2185 */ /* Entry Meta */
/* 2186 */ .updated {
/* 2187 */   display: none;
/* 2188 */ }
/* 2189 */ .page .entry-meta {
/* 2190 */   display: none;
/* 2191 */   /* Hide entry meta on pages */
/* 2192 */ }
/* 2193 */ .page .panel-grid-cell .entry-meta {
/* 2194 */   display: block;
/* 2195 */   /* Display entry meta on pages if within a Page Builder cell (Post Loop widget) */
/* 2196 */ }
/* 2197 */ /* The Page Setting related layout changes */
/* 2198 */ .page-layout-no-masthead-margin #main {
/* 2199 */   padding-top: 0;
/* 2200 */ }

/* style.css */

/* 2201 */ .page-layout-no-footer-margin #main {
/* 2202 */   padding-bottom: 0;
/* 2203 */ }
/* 2204 */ :not(.not-default-page).page-layout-no-sidebar #primary {
/* 2205 */   width: 100%;
/* 2206 */ }
/* 2207 */ :not(.not-default-page).page-layout-full-width.layout-full #page-wrapper .full-container {
/* 2208 */   max-width: 100%;
/* 2209 */ }
/* 2210 */ :not(.not-default-page).page-layout-full-width.layout-full #primary {
/* 2211 */   width: 100%;
/* 2212 */ }
/* 2213 */ :not(.not-default-page).page-layout-full-width-sidebar.layout-full #page-wrapper .full-container {
/* 2214 */   max-width: 100%;
/* 2215 */ }
/* 2216 */ :not(.not-default-page).page-layout-full-width.layout-boxed #primary {
/* 2217 */   width: 100%;
/* 2218 */ }
/* 2219 */ :not(.not-default-page).page-layout-full-width-sidebar.layout-boxed #page-wrapper,
/* 2220 */ :not(.not-default-page).page-layout-full-width.layout-boxed #page-wrapper {
/* 2221 */   width: 100%;
/* 2222 */   max-width: 100%;
/* 2223 */   padding-right: 20px;
/* 2224 */   padding-left: 20px;
/* 2225 */ }
/* 2226 */ @media (max-width: 1100px) {
/* 2227 */   :not(.not-default-page).page-layout-full-width-sidebar.layout-boxed #page-wrapper,
/* 2228 */   :not(.not-default-page).page-layout-full-width.layout-boxed #page-wrapper {
/* 2229 */     padding-right: 0;
/* 2230 */     padding-left: 0;
/* 2231 */   }
/* 2232 */ }
/* 2233 */ /* =Sliders
/* 2234 *| ----------------------------------------------- */
/* 2235 */ #main-slider {
/* 2236 */   background: #eee;
/* 2237 */ }
/* 2238 */ #main-slider .container {
/* 2239 */   padding: 0;
/* 2240 */ }
/* 2241 */ #main-slider #metaslider-demo,
/* 2242 */ #main-slider .metaslider {
/* 2243 */   margin: 0 auto;
/* 2244 */   text-align: center;
/* 2245 */ }
/* 2246 */ .metaslider a,
/* 2247 */ .entry-content .metaslider a,
/* 2248 */ .metaslider a:hover,
/* 2249 */ .entry-content .metaslider a:hover,
/* 2250 */ .metaslider ul a,

/* style.css */

/* 2251 */ .entry-content .metaslider ul a,
/* 2252 */ .metaslider ul a:hover,
/* 2253 */ .entry-content .metaslider ul a:hover {
/* 2254 */   border-bottom: none;
/* 2255 */ }
/* 2256 */ .metaslider.metaslider-flex {
/* 2257 */   overflow: hidden;
/* 2258 */ }
/* 2259 */ .flex-container a:active,
/* 2260 */ .flexslider a:active,
/* 2261 */ .flex-container a:focus,
/* 2262 */ .flexslider a:focus {
/* 2263 */   outline: none;
/* 2264 */ }
/* 2265 */ .slides,
/* 2266 */ .flex-control-nav,
/* 2267 */ .flex-direction-nav {
/* 2268 */   list-style: none;
/* 2269 */   margin: 0;
/* 2270 */   padding: 0;
/* 2271 */ }
/* 2272 */ .flexslider a img {
/* 2273 */   border: none;
/* 2274 */   outline: none;
/* 2275 */ }
/* 2276 */ .flexslider {
/* 2277 */   margin: 0;
/* 2278 */   padding: 0;
/* 2279 */ }
/* 2280 */ .flexslider ul {
/* 2281 */   border: 0;
/* 2282 */   max-height: none;
/* 2283 */   max-width: none;
/* 2284 */   line-height: normal;
/* 2285 */   list-style-type: none;
/* 2286 */   list-style: none;
/* 2287 */   margin: 0;
/* 2288 */   padding: 0;
/* 2289 */ }
/* 2290 */ .flexslider:hover .flex-vantage-direction-nav li a {
/* 2291 */   opacity: 1;
/* 2292 */ }
/* 2293 */ .flexslider .slides > li {
/* 2294 */   background-position: center;
/* 2295 */   background-size: cover;
/* 2296 */   -webkit-backface-visibility: hidden;
/* 2297 */   display: none;
/* 2298 */   line-height: 0;
/* 2299 */ }
/* 2300 */ .flexslider .slides li > img {

/* style.css */

/* 2301 */   display: block;
/* 2302 */   width: 100%;
/* 2303 */ }
/* 2304 */ .slides:after {
/* 2305 */   clear: both;
/* 2306 */   content: ".";
/* 2307 */   display: block;
/* 2308 */   height: 0;
/* 2309 */   line-height: 0;
/* 2310 */   visibility: hidden;
/* 2311 */ }
/* 2312 */ html[xmlns] .slides {
/* 2313 */   display: block;
/* 2314 */ }
/* 2315 */ * html .slides {
/* 2316 */   height: 1%;
/* 2317 */ }
/* 2318 */ .flexslider,
/* 2319 */ .flexslider .slides {
/* 2320 */   position: relative;
/* 2321 */   zoom: 1;
/* 2322 */ }
/* 2323 */ .flexslider .caption-wrap {
/* 2324 */   background: rgba(0, 0, 0, 0.5);
/* 2325 */   color: #fff;
/* 2326 */   font-size: 15px;
/* 2327 */   line-height: 1.25em;
/* 2328 */   text-align: center;
/* 2329 */ }
/* 2330 */ .flexslider .caption-wrap .caption {
/* 2331 */   line-height: normal;
/* 2332 */   padding: 8px 14px 9px;
/* 2333 */ }
/* 2334 */ .flexslider .slides > li .content img {
/* 2335 */   height: auto !important;
/* 2336 */   max-width: 100%;
/* 2337 */ }
/* 2338 */ #metaslider-demo .content,
/* 2339 */ .vantage-slide-with-image .content {
/* 2340 */   left: 0;
/* 2341 */   position: absolute;
/* 2342 */   top: 0;
/* 2343 */   width: 100%;
/* 2344 */ }
/* 2345 */ #metaslider-demo .content img,
/* 2346 */ .vantage-slide-with-image .content img {
/* 2347 */   height: auto;
/* 2348 */   max-width: 100%;
/* 2349 */ }
/* 2350 */ #metaslider-demo .ms-default-image,

/* style.css */

/* 2351 */ .vantage-slide-with-image .ms-default-image {
/* 2352 */   height: auto;
/* 2353 */   max-width: 100%;
/* 2354 */ }
/* 2355 */ #main-slider .flexslider:not(#metaslider-demo) ul.flex-vantage-direction-nav {
/* 2356 */   margin-bottom: -40px;
/* 2357 */ }
/* 2358 */ .flex-vantage-control-paging {
/* 2359 */   bottom: 15px;
/* 2360 */   list-style: none;
/* 2361 */   margin: 0;
/* 2362 */   padding: 0 30px;
/* 2363 */   position: absolute;
/* 2364 */   right: 0px;
/* 2365 */   text-align: right;
/* 2366 */   z-index: 20;
/* 2367 */ }
/* 2368 */ .flex-vantage-control-paging li {
/* 2369 */   display: inline-block;
/* 2370 */   height: 14px;
/* 2371 */   margin: 0;
/* 2372 */   margin-right: 2px;
/* 2373 */   padding: 0;
/* 2374 */   text-align: left;
/* 2375 */   text-indent: -99999px;
/* 2376 */   width: 14px;
/* 2377 */ }
/* 2378 */ .flex-vantage-control-paging li a {
/* 2379 */   background: url(images/sprites/slide-indicator-inactive.png);
/* 2380 */   cursor: pointer;
/* 2381 */   display: block;
/* 2382 */   height: 14px;
/* 2383 */   width: 14px;
/* 2384 */ }
/* 2385 */ .flex-vantage-control-paging li a.flex-vantage-active {
/* 2386 */   background: url(images/sprites/slide-indicator-active.png);
/* 2387 */ }
/* 2388 */ .flex-vantage-control-paging li a:hover {
/* 2389 */   background: url(images/sprites/slide-indicator-inactive.png);
/* 2390 */ }
/* 2391 */ .flex-vantage-direction-nav {
/* 2392 */   list-style: none;
/* 2393 */ }
/* 2394 */ .flex-vantage-direction-nav li {
/* 2395 */   margin: 0;
/* 2396 */   padding: 0;
/* 2397 */ }
/* 2398 */ .flex-vantage-direction-nav li a {
/* 2399 */   display: block;
/* 2400 */   height: 85px;

/* style.css */

/* 2401 */   margin-top: -52px;
/* 2402 */   opacity: 0;
/* 2403 */   position: absolute;
/* 2404 */   text-indent: -99999px;
/* 2405 */   transition: .2s opacity ease;
/* 2406 */   top: 50%;
/* 2407 */   width: 32px;
/* 2408 */   z-index: 200;
/* 2409 */ }
/* 2410 */ .flex-vantage-direction-nav li a.flex-vantage-prev {
/* 2411 */   background: url(images/sprites/gallery-prev.png);
/* 2412 */   left: 0;
/* 2413 */ }
/* 2414 */ .flex-vantage-direction-nav li a.flex-vantage-next {
/* 2415 */   background: url(images/sprites/gallery-next.png);
/* 2416 */   right: 0;
/* 2417 */ }
/* 2418 */ @media screen and (-webkit-min-device-pixel-ratio: 2) {
/* 2419 */   .flex-vantage-direction-nav li a {
/* 2420 */     background-size: 32px 85px;
/* 2421 */   }
/* 2422 */   .flex-vantage-direction-nav li a.flex-vantage-prev {
/* 2423 */     background-image: url(images/retina/gallery-prev.png);
/* 2424 */     background-size: cover;
/* 2425 */   }
/* 2426 */   .flex-vantage-direction-nav li a.flex-vantage-next {
/* 2427 */     background-image: url(images/retina/gallery-next.png);
/* 2428 */     background-size: cover;
/* 2429 */   }
/* 2430 */ }
/* 2431 */ :hover .flex-vantage-direction-nav li a {
/* 2432 */   opacity: 0.9;
/* 2433 */ }
/* 2434 */ /* =Widgets
/* 2435 *| ----------------------------------------------- */
/* 2436 */ .widget {
/* 2437 */   margin: 0 0 1.5em;
/* 2438 */ }
/* 2439 */ /* Make sure select elements fit in widgets */
/* 2440 */ .widget select {
/* 2441 */   max-width: 100%;
/* 2442 */   font-size: 1em;
/* 2443 */   outline: none;
/* 2444 */ }
/* 2445 */ /* Search widget */
/* 2446 */ #searchsubmit {
/* 2447 */   display: none;
/* 2448 */ }
/* 2449 */ .widget .searchform input {
/* 2450 */   width: 100%;

/* style.css */

/* 2451 */   padding: 5px;
/* 2452 */   outline: none;
/* 2453 */ }
/* 2454 */ .textwidget p:first-child {
/* 2455 */   margin-top: 0;
/* 2456 */ }
/* 2457 */ .textwidget p:last-child {
/* 2458 */   margin-bottom: 0;
/* 2459 */ }
/* 2460 */ .tagcloud a {
/* 2461 */   text-decoration: none;
/* 2462 */ }
/* 2463 */ /* =Sidebar widget styling
/* 2464 *| ----------------------------------------------- */
/* 2465 */ #secondary .widget,
/* 2466 */ #footer-widgets .widget,
/* 2467 */ #masthead-widgets .widget {
/* 2468 */   margin-bottom: 40px;
/* 2469 */   font-size: 13px;
/* 2470 */   color: #5e5e5e;
/* 2471 */ }
/* 2472 */ #secondary .widget:last-child,
/* 2473 */ #footer-widgets .widget:last-child,
/* 2474 */ #masthead-widgets .widget:last-child {
/* 2475 */   margin-bottom: 0;
/* 2476 */ }
/* 2477 */ #secondary .widget .widget-title,
/* 2478 */ #footer-widgets .widget .widget-title,
/* 2479 */ #masthead-widgets .widget .widget-title {
/* 2480 */   font-size: 15px;
/* 2481 */   color: #3b3b3b;
/* 2482 */   font-weight: bold;
/* 2483 */   margin-bottom: 15px;
/* 2484 */ }
/* 2485 */ #secondary .widget ul,
/* 2486 */ #footer-widgets .widget ul,
/* 2487 */ #masthead-widgets .widget ul,
/* 2488 */ #secondary .widget ol,
/* 2489 */ #footer-widgets .widget ol,
/* 2490 */ #masthead-widgets .widget ol {
/* 2491 */   list-style: none;
/* 2492 */   padding: 0;
/* 2493 */   margin: 0;
/* 2494 */ }
/* 2495 */ #secondary .widget ul ul,
/* 2496 */ #footer-widgets .widget ul ul,
/* 2497 */ #masthead-widgets .widget ul ul,
/* 2498 */ #secondary .widget ol ul,
/* 2499 */ #footer-widgets .widget ol ul,
/* 2500 */ #masthead-widgets .widget ol ul,

/* style.css */

/* 2501 */ #secondary .widget ul ol,
/* 2502 */ #footer-widgets .widget ul ol,
/* 2503 */ #masthead-widgets .widget ul ol,
/* 2504 */ #secondary .widget ol ol,
/* 2505 */ #footer-widgets .widget ol ol,
/* 2506 */ #masthead-widgets .widget ol ol {
/* 2507 */   margin-left: 1em;
/* 2508 */ }
/* 2509 */ #secondary .widget ul li,
/* 2510 */ #footer-widgets .widget ul li,
/* 2511 */ #masthead-widgets .widget ul li,
/* 2512 */ #secondary .widget ol li,
/* 2513 */ #footer-widgets .widget ol li,
/* 2514 */ #masthead-widgets .widget ol li {
/* 2515 */   padding-bottom: 7px;
/* 2516 */ }
/* 2517 */ #secondary .widget ul li a,
/* 2518 */ #footer-widgets .widget ul li a,
/* 2519 */ #masthead-widgets .widget ul li a,
/* 2520 */ #secondary .widget ol li a,
/* 2521 */ #footer-widgets .widget ol li a,
/* 2522 */ #masthead-widgets .widget ol li a {
/* 2523 */   text-decoration: none;
/* 2524 */ }
/* 2525 */ #secondary .widget ul li ul.children,
/* 2526 */ #footer-widgets .widget ul li ul.children,
/* 2527 */ #masthead-widgets .widget ul li ul.children,
/* 2528 */ #secondary .widget ol li ul.children,
/* 2529 */ #footer-widgets .widget ol li ul.children,
/* 2530 */ #masthead-widgets .widget ol li ul.children {
/* 2531 */   padding-top: 7px;
/* 2532 */   margin-bottom: -7px;
/* 2533 */ }
/* 2534 */ #footer-widgets {
/* 2535 */   zoom: 1;
/* 2536 */   margin: 0 -5px;
/* 2537 */   max-width: 100%;
/* 2538 */ }
/* 2539 */ #footer-widgets:before {
/* 2540 */   content: '';
/* 2541 */   display: block;
/* 2542 */ }
/* 2543 */ #footer-widgets:after {
/* 2544 */   content: '';
/* 2545 */   display: table;
/* 2546 */   clear: both;
/* 2547 */ }
/* 2548 */ #footer-widgets .widget {
/* 2549 */   -ms-box-sizing: border-box;
/* 2550 */   -moz-box-sizing: border-box;

/* style.css */

/* 2551 */   -webkit-box-sizing: border-box;
/* 2552 */   box-sizing: border-box;
/* 2553 */   float: left;
/* 2554 */   padding: 0 15px;
/* 2555 */   margin-bottom: 0;
/* 2556 */   color: #b9b9b9;
/* 2557 */ }
/* 2558 */ #footer-widgets .widget.panel,
/* 2559 */ #footer-widgets .widget.widget_siteorigin-panels-builder {
/* 2560 */   padding: 0;
/* 2561 */ }
/* 2562 */ #footer-widgets .widget a {
/* 2563 */   color: #cccccc;
/* 2564 */ }
/* 2565 */ #footer-widgets .widget .widget-title {
/* 2566 */   color: #e2e2e2;
/* 2567 */   font-size: 14px;
/* 2568 */   font-weight: bold;
/* 2569 */   margin-bottom: 20px;
/* 2570 */ }
/* 2571 */ #masthead-widgets {
/* 2572 */   zoom: 1;
/* 2573 */ }
/* 2574 */ #masthead-widgets:before {
/* 2575 */   content: '';
/* 2576 */   display: block;
/* 2577 */ }
/* 2578 */ #masthead-widgets:after {
/* 2579 */   content: '';
/* 2580 */   display: table;
/* 2581 */   clear: both;
/* 2582 */ }
/* 2583 */ #masthead-widgets .widget {
/* 2584 */   -ms-box-sizing: border-box;
/* 2585 */   -moz-box-sizing: border-box;
/* 2586 */   -webkit-box-sizing: border-box;
/* 2587 */   box-sizing: border-box;
/* 2588 */   margin-bottom: 0;
/* 2589 */   float: left;
/* 2590 */   padding-right: 25px;
/* 2591 */ }
/* 2592 */ #masthead-widgets .widget:last-child {
/* 2593 */   padding-right: 0;
/* 2594 */ }
/* 2595 */ #masthead-widgets .widget .widget-title {
/* 2596 */   color: #3b3b3b;
/* 2597 */   font-size: 14px;
/* 2598 */   font-weight: bold;
/* 2599 */   margin-bottom: 20px;
/* 2600 */ }

/* style.css */

/* 2601 */ .vertical-footer #footer-widgets .widget {
/* 2602 */   margin-bottom: 25px;
/* 2603 */   width: 100%;
/* 2604 */ }
/* 2605 */ .vertical-footer #footer-widgets .widget:last-child {
/* 2606 */   margin-bottom: 0;
/* 2607 */ }
/* 2608 */ /* =General Widget Styling
/* 2609 *| ----------------------------------------------- */
/* 2610 */ .widget img,
/* 2611 */ .widget iframe,
/* 2612 */ .widget object,
/* 2613 */ .widget select,
/* 2614 */ .widget input {
/* 2615 */   max-width: 100%;
/* 2616 */ }
/* 2617 */ .widget img {
/* 2618 */   height: auto;
/* 2619 */ }
/* 2620 */ .widget a.button {
/* 2621 */   display: inline-block;
/* 2622 */   padding: 9px 26px;
/* 2623 */   -webkit-border-radius: 4px;
/* 2624 */   -moz-border-radius: 4px;
/* 2625 */   border-radius: 4px;
/* 2626 */   font-size: 0.875em;
/* 2627 */   text-decoration: none;
/* 2628 */   color: white;
/* 2629 */   text-shadow: 0 1px 0 #000000;
/* 2630 */   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
/* 2631 */   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
/* 2632 */   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
/* 2633 */   background: #107fc9;
/* 2634 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f75b8), color-stop(1, #1189da));
/* 2635 */   background: -ms-linear-gradient(bottom, #0f75b8, #1189da);
/* 2636 */   background: -moz-linear-gradient(center bottom, #0f75b8 0%, #1189da 100%);
/* 2637 */   background: -o-linear-gradient(#1189da, #0f75b8);
/* 2638 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1189da', endColorstr='#0f75b8', GradientType=0);
/* 2639 */   border-top: solid 1px #0b5587;
/* 2640 */   border-left: solid 1px #094974;
/* 2641 */   border-right: solid 1px #094974;
/* 2642 */   border-bottom: solid 1px #083d61;
/* 2643 */ }
/* 2644 */ .widget .button-container.align-center {
/* 2645 */   text-align: center;
/* 2646 */ }
/* 2647 */ .widget .button-container.align-left {
/* 2648 */   text-align: left;
/* 2649 */ }
/* 2650 */ .widget .button-container.align-right {

/* style.css */

/* 2651 */   text-align: right;
/* 2652 */ }
/* 2653 */ .widget .button-container.align-full .button {
/* 2654 */   display: block;
/* 2655 */   text-align: center;
/* 2656 */ }
/* 2657 */ #wp-calendar {
/* 2658 */   border: none;
/* 2659 */   margin: 0;
/* 2660 */ }
/* 2661 */ #wp-calendar caption {
/* 2662 */   font-weight: 600;
/* 2663 */   text-align: right;
/* 2664 */   padding-bottom: 0.4286em;
/* 2665 */ }
/* 2666 */ #wp-calendar th,
/* 2667 */ #wp-calendar td {
/* 2668 */   border: none;
/* 2669 */   padding: 0.2143em 0.2143em 0.1429em !important;
/* 2670 */ }
/* 2671 */ #wp-calendar thead th {
/* 2672 */   text-align: center;
/* 2673 */   padding-bottom: 0.4286em !important;
/* 2674 */ }
/* 2675 */ #wp-calendar tbody .pad {
/* 2676 */   background: none;
/* 2677 */ }
/* 2678 */ #wp-calendar tbody td {
/* 2679 */   background: #ddd;
/* 2680 */   border: 0.1429em solid #fff;
/* 2681 */   text-align: center;
/* 2682 */ }
/* 2683 */ #wp-calendar tbody td:hover {
/* 2684 */   background: #fff;
/* 2685 */ }
/* 2686 */ #wp-calendar tbody td a {
/* 2687 */   border-bottom: none !important;
/* 2688 */   display: block;
/* 2689 */   text-decoration: none;
/* 2690 */ }
/* 2691 */ #wp-calendar tbody td a:hover {
/* 2692 */   border-bottom: none !important;
/* 2693 */   text-decoration: none;
/* 2694 */ }
/* 2695 */ #wp-calendar tfoot #prev,
/* 2696 */ #wp-calendar tfoot #next {
/* 2697 */   padding-top: 0.4286em !important;
/* 2698 */ }
/* 2699 */ #wp-calendar tfoot #next {
/* 2700 */   text-align: right;

/* style.css */

/* 2701 */ }
/* 2702 */ /* Footer Calendar styling: colors assume the original theme footer background color. */
/* 2703 */ .site-footer #wp-calendar tbody td {
/* 2704 */   background: #434447;
/* 2705 */   border-color: #2f3033;
/* 2706 */ }
/* 2707 */ .site-footer #wp-calendar tbody td a {
/* 2708 */   color: #fff;
/* 2709 */ }
/* 2710 */ .site-footer #wp-calendar tbody td a:hover {
/* 2711 */   color: #b9b9b9;
/* 2712 */ }
/* 2713 */ .site-footer #wp-calendar tfoot #prev a:hover,
/* 2714 */ .site-footer #wp-calendar tfoot #next a:hover {
/* 2715 */   color: #fff;
/* 2716 */ }
/* 2717 */ .widget_call-to-action {
/* 2718 */   position: relative;
/* 2719 */   padding: 25px 30px 23px 30px;
/* 2720 */ }
/* 2721 */ .widget_call-to-action h2.cta-headline {
/* 2722 */   margin: 0 0 0.35em 0;
/* 2723 */   color: #333;
/* 2724 */ }
/* 2725 */ .widget_call-to-action p.cta-sub-text {
/* 2726 */   margin: 0;
/* 2727 */   color: #666;
/* 2728 */ }
/* 2729 */ .widget_call-to-action a.button {
/* 2730 */   position: absolute;
/* 2731 */   top: 50%;
/* 2732 */   right: 30px;
/* 2733 */   margin-top: -20px;
/* 2734 */   /* This should be half the height of the button */
/* 2735 */ }
/* 2736 */ /* Responsive styles for the call to action widget */
/* 2737 */ @media (max-width: 680px) {
/* 2738 */   body.responsive .widget_call-to-action a.button {
/* 2739 */     position: static;
/* 2740 */     margin-top: 25px;
/* 2741 */     display: block;
/* 2742 */     text-align: center;
/* 2743 */   }
/* 2744 */ }
/* 2745 */ .widget_siteorigin-list ul li {
/* 2746 */   margin-bottom: 0.4em;
/* 2747 */ }
/* 2748 */ .widget_siteorigin-list ul li:last-child {
/* 2749 */   margin-bottom: 0;
/* 2750 */ }

/* style.css */

/* 2751 */ .widget_icon-text {
/* 2752 */   font-size: 0.95em;
/* 2753 */   text-align: center;
/* 2754 */ }
/* 2755 */ .widget_icon-text .feature-icon {
/* 2756 */   display: inline-block;
/* 2757 */   line-height: 0;
/* 2758 */ }
/* 2759 */ .widget_icon-text .widget-title {
/* 2760 */   margin: 15px 0;
/* 2761 */ }
/* 2762 */ .widget_circleicon-widget {
/* 2763 */   clear: both;
/* 2764 */   /* A medium sized icon */
/* 2765 */ }
/* 2766 */ .widget_circleicon-widget .circle-icon-box {
/* 2767 */   text-align: center;
/* 2768 */   position: relative;
/* 2769 */   /* The different icon positions */
/* 2770 */ }
/* 2771 */ .widget_circleicon-widget .circle-icon-box.circle-icon-show-box {
/* 2772 */   border: 1px solid #dddddd;
/* 2773 */   background: #f6f6f6;
/* 2774 */   -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
/* 2775 */   -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
/* 2776 */   box-shadow: 0 2px 2px rgba(0,0,0,0.05);
/* 2777 */   padding: 24px;
/* 2778 */ }
/* 2779 */ .widget_circleicon-widget .circle-icon-box.circle-icon-hide-box {
/* 2780 */   padding: 5px;
/* 2781 */ }
/* 2782 */ .widget_circleicon-widget .circle-icon-box .link-icon,
/* 2783 */ .widget_circleicon-widget .circle-icon-box .link-title {
/* 2784 */   text-decoration: none;
/* 2785 */   display: block;
/* 2786 */ }
/* 2787 */ .widget_circleicon-widget .circle-icon-box .circle-icon {
/* 2788 */   position: absolute;
/* 2789 */   background-color: #3a3b3e;
/* 2790 */   display: inline-block;
/* 2791 */   width: 65px;
/* 2792 */   height: 65px;
/* 2793 */   -webkit-border-radius: 130px;
/* 2794 */   -moz-border-radius: 130px;
/* 2795 */   border-radius: 130px;
/* 2796 */   -webkit-transition: all 0.5s ease;
/* 2797 */   -moz-transition: all 0.5s ease;
/* 2798 */   -o-transition: all 0.5s ease;
/* 2799 */   transition: all 0.5s ease;
/* 2800 */   background-position: center center;

/* style.css */

/* 2801 */   background-size: cover;
/* 2802 */   background-repeat: no-repeat;
/* 2803 */ }
/* 2804 */ .widget_circleicon-widget .circle-icon-box .circle-icon [class^="fa fa-"] {
/* 2805 */   display: block;
/* 2806 */   font-size: 24px;
/* 2807 */   width: 100%;
/* 2808 */   height: 1em;
/* 2809 */   text-align: center;
/* 2810 */   color: #ffffff;
/* 2811 */   line-height: 1.1em;
/* 2812 */   position: absolute;
/* 2813 */   top: 50%;
/* 2814 */   left: 0;
/* 2815 */   margin-top: -0.5em;
/* 2816 */ }
/* 2817 */ .widget_circleicon-widget .circle-icon-box h4 {
/* 2818 */   color: #3b3b3b;
/* 2819 */   font-weight: bold;
/* 2820 */   font-size: 17px;
/* 2821 */   margin-bottom: 0.8em;
/* 2822 */   margin-top: 0;
/* 2823 */ }
/* 2824 */ .widget_circleicon-widget .circle-icon-box p.text {
/* 2825 */   margin: 0;
/* 2826 */   color: #5e5e5e;
/* 2827 */   font-size: 13px;
/* 2828 */   margin-bottom: 10px;
/* 2829 */ }
/* 2830 */ .widget_circleicon-widget .circle-icon-box p.text:last-child {
/* 2831 */   margin-bottom: 0;
/* 2832 */ }
/* 2833 */ .widget_circleicon-widget .circle-icon-box a.more-button {
/* 2834 */   display: block;
/* 2835 */   text-decoration: none;
/* 2836 */   color: #3b3b3b;
/* 2837 */   font-weight: bold;
/* 2838 */   font-size: 13px;
/* 2839 */ }
/* 2840 */ .widget_circleicon-widget .circle-icon-box a.more-button i {
/* 2841 */   display: inline-block;
/* 2842 */   width: 5px;
/* 2843 */   height: 8px;
/* 2844 */   margin-left: 3px;
/* 2845 */   background: url(images/sprites/more-icon.png) no-repeat;
/* 2846 */ }
/* 2847 */ @media screen and (-webkit-min-device-pixel-ratio: 2) {
/* 2848 */   .widget_circleicon-widget .circle-icon-box a.more-button i {
/* 2849 */     background: url(images/retina/more-icon.png);
/* 2850 */     background-size: 5px 8px;

/* style.css */

/* 2851 */   }
/* 2852 */ }
/* 2853 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-top {
/* 2854 */   padding-top: 75px;
/* 2855 */ }
/* 2856 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-top .circle-icon {
/* 2857 */   top: 0;
/* 2858 */   left: 50%;
/* 2859 */   margin-left: -32.5px;
/* 2860 */ }
/* 2861 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-bottom {
/* 2862 */   padding-bottom: 75px;
/* 2863 */ }
/* 2864 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-bottom .circle-icon {
/* 2865 */   bottom: 0;
/* 2866 */   left: 50%;
/* 2867 */   margin-left: -32.5px;
/* 2868 */ }
/* 2869 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-left {
/* 2870 */   text-align: left;
/* 2871 */   padding-left: 75px;
/* 2872 */ }
/* 2873 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-left .circle-icon {
/* 2874 */   left: 0;
/* 2875 */   top: 50%;
/* 2876 */   margin-top: -32.5px;
/* 2877 */ }
/* 2878 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-right {
/* 2879 */   text-align: left;
/* 2880 */   padding-right: 75px;
/* 2881 */ }
/* 2882 */ .widget_circleicon-widget .circle-icon-box.circle-icon-position-right .circle-icon {
/* 2883 */   right: 0;
/* 2884 */   top: 50%;
/* 2885 */   margin-top: -32.5px;
/* 2886 */ }
/* 2887 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium {
/* 2888 */   /* The different icon positions */
/* 2889 */ }
/* 2890 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium .circle-icon {
/* 2891 */   width: 81.25px;
/* 2892 */   height: 81.25px;
/* 2893 */   -webkit-border-radius: 162.5px;
/* 2894 */   -moz-border-radius: 162.5px;
/* 2895 */   border-radius: 162.5px;
/* 2896 */   -webkit-transition: all 0.5s ease;
/* 2897 */   -moz-transition: all 0.5s ease;
/* 2898 */   -o-transition: all 0.5s ease;
/* 2899 */   transition: all 0.5s ease;
/* 2900 */ }

/* style.css */

/* 2901 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium .circle-icon [class^="fa fa-"] {
/* 2902 */   font-size: 36px;
/* 2903 */   line-height: 1.1em;
/* 2904 */ }
/* 2905 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-top {
/* 2906 */   padding-top: 91.25px;
/* 2907 */ }
/* 2908 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-top .circle-icon {
/* 2909 */   top: 0;
/* 2910 */   left: 50%;
/* 2911 */   margin-left: -40.625px;
/* 2912 */ }
/* 2913 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-bottom {
/* 2914 */   padding-bottom: 91.25px;
/* 2915 */ }
/* 2916 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-bottom .circle-icon {
/* 2917 */   bottom: 0;
/* 2918 */   left: 50%;
/* 2919 */   margin-left: -40.625px;
/* 2920 */ }
/* 2921 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-left {
/* 2922 */   text-align: left;
/* 2923 */   padding-left: 91.25px;
/* 2924 */ }
/* 2925 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-left .circle-icon {
/* 2926 */   left: 0;
/* 2927 */   top: 50%;
/* 2928 */   margin-top: -40.625px;
/* 2929 */ }
/* 2930 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-right {
/* 2931 */   text-align: left;
/* 2932 */   padding-right: 91.25px;
/* 2933 */ }
/* 2934 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-right .circle-icon {
/* 2935 */   right: 0;
/* 2936 */   top: 50%;
/* 2937 */   margin-top: -40.625px;
/* 2938 */ }
/* 2939 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large {
/* 2940 */   /* The different icon positions */
/* 2941 */ }
/* 2942 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon {
/* 2943 */   width: 100px;
/* 2944 */   height: 100px;
/* 2945 */   -webkit-border-radius: 200px;
/* 2946 */   -moz-border-radius: 200px;
/* 2947 */   border-radius: 200px;
/* 2948 */   -webkit-transition: all 0.5s ease;
/* 2949 */   -moz-transition: all 0.5s ease;
/* 2950 */   -o-transition: all 0.5s ease;

/* style.css */

/* 2951 */   transition: all 0.5s ease;
/* 2952 */ }
/* 2953 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon [class^="fa fa-"] {
/* 2954 */   font-size: 44px;
/* 2955 */   line-height: 1.1em;
/* 2956 */ }
/* 2957 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top {
/* 2958 */   padding-top: 110px;
/* 2959 */ }
/* 2960 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top .circle-icon {
/* 2961 */   top: 0;
/* 2962 */   left: 50%;
/* 2963 */   margin-left: -50px;
/* 2964 */ }
/* 2965 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom {
/* 2966 */   padding-bottom: 110px;
/* 2967 */ }
/* 2968 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom .circle-icon {
/* 2969 */   bottom: 0;
/* 2970 */   left: 50%;
/* 2971 */   margin-left: -50px;
/* 2972 */ }
/* 2973 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-left {
/* 2974 */   text-align: left;
/* 2975 */   padding-left: 110px;
/* 2976 */ }
/* 2977 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-left .circle-icon {
/* 2978 */   left: 0;
/* 2979 */   top: 50%;
/* 2980 */   margin-top: -50px;
/* 2981 */ }
/* 2982 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-right {
/* 2983 */   text-align: left;
/* 2984 */   padding-right: 110px;
/* 2985 */ }
/* 2986 */ .widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-right .circle-icon {
/* 2987 */   right: 0;
/* 2988 */   top: 50%;
/* 2989 */   margin-top: -50px;
/* 2990 */ }
/* 2991 */ .widget_headline-widget {
/* 2992 */   text-align: center;
/* 2993 */ }
/* 2994 */ .widget_headline-widget h1 {
/* 2995 */   padding-top: 20px;
/* 2996 */   margin: 0;
/* 2997 */   font-size: 26px;
/* 2998 */   line-height: 36px;
/* 2999 */   text-transform: uppercase;
/* 3000 */   color: #444444;

/* style.css */

/* 3001 */   letter-spacing: 1px;
/* 3002 */ }
/* 3003 */ .widget_headline-widget h3 {
/* 3004 */   padding-bottom: 20px;
/* 3005 */   margin: 0;
/* 3006 */   font-size: 14px;
/* 3007 */   color: #666666;
/* 3008 */   font-weight: 200;
/* 3009 */ }
/* 3010 */ .widget_headline-widget .decoration {
/* 3011 */   border-top: 1px solid #EEE;
/* 3012 */   position: relative;
/* 3013 */   height: 1px;
/* 3014 */   margin: 20px 60px 20px 60px;
/* 3015 */ }
/* 3016 */ /* =Custom Menu Widget in Header Area
/* 3017 *| ----------------------------------------------- */
/* 3018 */ #header-sidebar .widget_nav_menu ul.menu,
/* 3019 */ #masthead-widgets .widget_nav_menu ul.menu {
/* 3020 */   margin: 0;
/* 3021 */ }
/* 3022 */ #header-sidebar .widget_nav_menu ul.menu > li,
/* 3023 */ #masthead-widgets .widget_nav_menu ul.menu > li {
/* 3024 */   list-style: none;
/* 3025 */   display: inline-block;
/* 3026 */   margin-right: 20px;
/* 3027 */   position: relative;
/* 3028 */ }
/* 3029 */ #header-sidebar .widget_nav_menu ul.menu > li:last-child,
/* 3030 */ #masthead-widgets .widget_nav_menu ul.menu > li:last-child {
/* 3031 */   margin-right: 0;
/* 3032 */ }
/* 3033 */ #header-sidebar .widget_nav_menu ul.menu > li > a,
/* 3034 */ #masthead-widgets .widget_nav_menu ul.menu > li > a {
/* 3035 */   display: block;
/* 3036 */   text-decoration: none;
/* 3037 */   color: #555555;
/* 3038 */   font-weight: 500;
/* 3039 */   padding: 0.75em 0;
/* 3040 */   line-height: 1em;
/* 3041 */ }
/* 3042 */ #header-sidebar .widget_nav_menu ul.menu > li ul.sub-menu,
/* 3043 */ #masthead-widgets .widget_nav_menu ul.menu > li ul.sub-menu {
/* 3044 */   display: none;
/* 3045 */   position: absolute;
/* 3046 */   margin: 0;
/* 3047 */   z-index: 10000;
/* 3048 */   border: 1px solid #e6e6e6;
/* 3049 */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
/* 3050 */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);

/* style.css */

/* 3051 */   box-shadow: 0 1px 1px rgba(0,0,0,0.1);
/* 3052 */   top: 2.5em;
/* 3053 */   left: -10px;
/* 3054 */   background: white;
/* 3055 */ }
/* 3056 */ #header-sidebar .widget_nav_menu ul.menu > li ul.sub-menu li,
/* 3057 */ #masthead-widgets .widget_nav_menu ul.menu > li ul.sub-menu li {
/* 3058 */   position: relative;
/* 3059 */   list-style: none;
/* 3060 */   width: 160px;
/* 3061 */   -ms-box-sizing: border-box;
/* 3062 */   -moz-box-sizing: border-box;
/* 3063 */   -webkit-box-sizing: border-box;
/* 3064 */   box-sizing: border-box;
/* 3065 */   padding: 10px 10px;
/* 3066 */ }
/* 3067 */ #header-sidebar .widget_nav_menu ul.menu > li ul.sub-menu li a,
/* 3068 */ #masthead-widgets .widget_nav_menu ul.menu > li ul.sub-menu li a {
/* 3069 */   display: block;
/* 3070 */   text-decoration: none;
/* 3071 */   color: #777777;
/* 3072 */ }
/* 3073 */ #header-sidebar .widget_nav_menu ul.menu > li ul.sub-menu ul,
/* 3074 */ #masthead-widgets .widget_nav_menu ul.menu > li ul.sub-menu ul {
/* 3075 */   display: none;
/* 3076 */   top: -1px;
/* 3077 */   left: 160px;
/* 3078 */ }
/* 3079 */ #header-sidebar .widget_nav_menu ul.menu > li > ul.sub-menu,
/* 3080 */ #masthead-widgets .widget_nav_menu ul.menu > li > ul.sub-menu {
/* 3081 */   border-top: 2px solid #00bcff;
/* 3082 */ }
/* 3083 */ #header-sidebar .widget_nav_menu ul.menu li:hover > ul.sub-menu,
/* 3084 */ #masthead-widgets .widget_nav_menu ul.menu li:hover > ul.sub-menu {
/* 3085 */   display: block;
/* 3086 */ }
/* 3087 */ /* =Custom Menu Widget in Footer Area
/* 3088 *| ----------------------------------------------- */
/* 3089 */ #colophon .widget_nav_menu .sub-menu {
/* 3090 */   margin-left: 0;
/* 3091 */ }
/* 3092 */ #colophon .widget_nav_menu .menu-item {
/* 3093 */   padding-bottom: 0;
/* 3094 */ }
/* 3095 */ #colophon .widget_nav_menu .menu-item a {
/* 3096 */   display: block;
/* 3097 */   padding-bottom: 3px;
/* 3098 */   margin-bottom: 3px;
/* 3099 */   border-bottom: 1px solid #b9b9b9;
/* 3100 */ }

/* style.css */

/* 3101 */ /* =Some row styling for page builder
/* 3102 *| ----------------------------------------------- */
/* 3103 */ .panel-row-style {
/* 3104 */   margin: 0 -20px;
/* 3105 */   padding: 25px 20px;
/* 3106 */   background-position: center center;
/* 3107 */   background-repeat: no-repeat;
/* 3108 */ }
/* 3109 */ .panel-row-style .panel-row-style {
/* 3110 */   margin: 0;
/* 3111 */ }
/* 3112 */ .panel-row-style-wide-grey,
/* 3113 */ .wide-grey.panel-row-style {
/* 3114 */   background: #f6f6f6;
/* 3115 */   border-top: 1px solid #dddddd;
/* 3116 */   border-bottom: 1px solid #dddddd;
/* 3117 */ }
/* 3118 */ .layout-full .panel-row-style.panel-row-style-wide-grey,
/* 3119 */ .layout-full .wide-grey.panel-row-style,
/* 3120 */ .layout-full .panel-row-style.panel-row-style-full-width,
/* 3121 */ .layout-full.panels-style-force-full .panel-row-style {
/* 3122 */   margin: 0 -1000px;
/* 3123 */   padding: 25px 1000px 25px 1000px;
/* 3124 */ }
/* 3125 */ .layout-boxed .panel-row-style {
/* 3126 */   padding: 25px 35px;
/* 3127 */ }
/* 3128 */ .layout-boxed .panel-row-style.panel-row-style-wide-grey,
/* 3129 */ .layout-boxed .panel-row-style .wide-grey.panel-row-style {
/* 3130 */   margin: 0 -20px;
/* 3131 */ }
/* 3132 */ @media (max-width: 680px) {
/* 3133 */   body.responsive.layout-boxed .panel-row-style {
/* 3134 */     margin: 0 -35px;
/* 3135 */     padding: 25px 35px;
/* 3136 */   }
/* 3137 */   body.responsive.layout-boxed .panel-row-style.panel-row-style-wide-grey,
/* 3138 */   body.responsive.layout-boxed .panel-row-style .wide-grey.panel-row-style {
/* 3139 */     margin: 0 -20px;
/* 3140 */   }
/* 3141 */ }
/* 3142 */ .panel-grid-cell .flexslider {
/* 3143 */   margin-bottom: 0;
/* 3144 */ }
/* 3145 */ /* =Styling for the Polylang widget in masthead
/* 3146 *| ----------------------------------------------- */
/* 3147 */ #masthead .widget_polylang ul {
/* 3148 */   list-style: none;
/* 3149 */ }
/* 3150 */ #masthead .widget_polylang ul li {

/* style.css */

/* 3151 */   display: block;
/* 3152 */   float: left;
/* 3153 */   margin-left: 10px;
/* 3154 */ }
/* 3155 */ .vantage-carousel-title {
/* 3156 */   font-size: 14px;
/* 3157 */   font-weight: bold;
/* 3158 */   color: #3b3b3b;
/* 3159 */   text-transform: uppercase;
/* 3160 */   line-height: 1em;
/* 3161 */ }
/* 3162 */ .vantage-carousel-title .vantage-carousel-title-text {
/* 3163 */   display: inline-block;
/* 3164 */   padding-right: 15px;
/* 3165 */ }
/* 3166 */ .vantage-carousel-title a.next,
/* 3167 */ .vantage-carousel-title a.previous {
/* 3168 */   background: #3a3a3a;
/* 3169 */   -webkit-border-radius: 2px;
/* 3170 */   -moz-border-radius: 2px;
/* 3171 */   border-radius: 2px;
/* 3172 */   text-decoration: none;
/* 3173 */   color: #ffffff;
/* 3174 */   display: block;
/* 3175 */   float: right;
/* 3176 */   overflow: hidden;
/* 3177 */   background-position: center center;
/* 3178 */   margin-left: 2px;
/* 3179 */   padding: 4px 4px 5px 4px;
/* 3180 */ }
/* 3181 */ .vantage-carousel-title a.next .vantage-icon-arrow-left,
/* 3182 */ .vantage-carousel-title a.previous .vantage-icon-arrow-left,
/* 3183 */ .vantage-carousel-title a.next .vantage-icon-arrow-right,
/* 3184 */ .vantage-carousel-title a.previous .vantage-icon-arrow-right {
/* 3185 */   line-height: 10px;
/* 3186 */   display: block;
/* 3187 */   font-size: 8px;
/* 3188 */   width: 8px;
/* 3189 */   height: 8px;
/* 3190 */   text-align: center;
/* 3191 */ }
/* 3192 */ .vantage-carousel-wrapper {
/* 3193 */   overflow-x: hidden;
/* 3194 */   overflow-y: hidden;
/* 3195 */ }
/* 3196 */ .vantage-carousel-wrapper .vantage-carousel {
/* 3197 */   height: 200px;
/* 3198 */   margin: 0;
/* 3199 */   padding: 0;
/* 3200 */   zoom: 1;

/* style.css */

/* 3201 */   width: 99999px;
/* 3202 */   -webkit-transition: all 0.45s ease;
/* 3203 */   -moz-transition: all 0.45s ease;
/* 3204 */   -o-transition: all 0.45s ease;
/* 3205 */   transition: all 0.45s ease;
/* 3206 */ }
/* 3207 */ .vantage-carousel-wrapper .vantage-carousel:before {
/* 3208 */   content: '';
/* 3209 */   display: block;
/* 3210 */ }
/* 3211 */ .vantage-carousel-wrapper .vantage-carousel:after {
/* 3212 */   content: '';
/* 3213 */   display: table;
/* 3214 */   clear: both;
/* 3215 */ }
/* 3216 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry {
/* 3217 */   list-style: none;
/* 3218 */   margin-left: 0;
/* 3219 */   padding: 0;
/* 3220 */   display: block;
/* 3221 */   float: left;
/* 3222 */   margin-right: 15px;
/* 3223 */   width: 242px;
/* 3224 */   overflow-x: hidden;
/* 3225 */ }
/* 3226 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry:last-child {
/* 3227 */   margin-right: 0;
/* 3228 */ }
/* 3229 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail {
/* 3230 */   line-height: 0;
/* 3231 */ }
/* 3232 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a {
/* 3233 */   display: block;
/* 3234 */   width: 242px;
/* 3235 */   height: 162px;
/* 3236 */   background-size: 242px 162px;
/* 3237 */   background-position: center center;
/* 3238 */ }
/* 3239 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a,
/* 3240 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a span.vantage-overlay {
/* 3241 */   -webkit-transition: all 0.35s ease;
/* 3242 */   -moz-transition: all 0.35s ease;
/* 3243 */   -o-transition: all 0.35s ease;
/* 3244 */   transition: all 0.35s ease;
/* 3245 */ }
/* 3246 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a span.vantage-overlay {
/* 3247 */   display: block;
/* 3248 */   width: 100%;
/* 3249 */   height: 100%;
/* 3250 */   background: #3279bb;

/* style.css */

/* 3251 */   opacity: 0;
/* 3252 */ }
/* 3253 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a:hover {
/* 3254 */   background-size: 272px 182px;
/* 3255 */ }
/* 3256 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a:hover span {
/* 3257 */   opacity: 0.5;
/* 3258 */ }
/* 3259 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry .default-thumbnail {
/* 3260 */   display: block;
/* 3261 */   width: 242px;
/* 3262 */   height: 162px;
/* 3263 */   background: #e8e8e8;
/* 3264 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0e0e0), color-stop(1, #e8e8e8));
/* 3265 */   background: -ms-linear-gradient(bottom, #e0e0e0, #e8e8e8);
/* 3266 */   background: -moz-linear-gradient(center bottom, #e0e0e0 0%, #e8e8e8 100%);
/* 3267 */   background: -o-linear-gradient(#e8e8e8, #e0e0e0);
/* 3268 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#e0e0e0', GradientType=0);
/* 3269 */ }
/* 3270 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 {
/* 3271 */   font-size: 15px;
/* 3272 */   text-align: center;
/* 3273 */   font-weight: 500;
/* 3274 */   color: #474747;
/* 3275 */   margin: 10px 0 0 0;
/* 3276 */ }
/* 3277 */ .vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 a {
/* 3278 */   text-decoration: none;
/* 3279 */   color: inherit;
/* 3280 */ }
/* 3281 */ .vantage-carousel-wrapper .vantage-carousel li.loading {
/* 3282 */   display: block;
/* 3283 */   width: 242px;
/* 3284 */   height: 162px;
/* 3285 */   float: left;
/* 3286 */   background: url(images/carousel-loader.gif) #f6f6f6 center center no-repeat;
/* 3287 */   margin: 0;
/* 3288 */ }
/* 3289 */ .vantage-grid-loop {
/* 3290 */   zoom: 1;
/* 3291 */   margin: 0 -15px 0 -15px;
/* 3292 */ }
/* 3293 */ .vantage-grid-loop:before {
/* 3294 */   content: '';
/* 3295 */   display: block;
/* 3296 */ }
/* 3297 */ .vantage-grid-loop:after {
/* 3298 */   content: '';
/* 3299 */   display: table;
/* 3300 */   clear: both;

/* style.css */

/* 3301 */ }
/* 3302 */ .vantage-grid-loop article {
/* 3303 */   float: left;
/* 3304 */   padding: 0 15px;
/* 3305 */   margin-bottom: 30px;
/* 3306 */   -ms-box-sizing: border-box;
/* 3307 */   -moz-box-sizing: border-box;
/* 3308 */   -webkit-box-sizing: border-box;
/* 3309 */   box-sizing: border-box;
/* 3310 */   border-bottom: none;
/* 3311 */ }
/* 3312 */ .grid-loop-columns-2.vantage-grid-loop article {
/* 3313 */   width: 50%;
/* 3314 */ }
/* 3315 */ .grid-loop-columns-3.vantage-grid-loop article {
/* 3316 */   width: 33.333%;
/* 3317 */ }
/* 3318 */ .grid-loop-columns-4.vantage-grid-loop article {
/* 3319 */   width: 25%;
/* 3320 */ }
/* 3321 */ .grid-loop-columns-5.vantage-grid-loop article {
/* 3322 */   width: 20%;
/* 3323 */ }
/* 3324 */ .grid-loop-columns-6.vantage-grid-loop article {
/* 3325 */   width: 16.666%;
/* 3326 */ }
/* 3327 */ .vantage-grid-loop article .grid-thumbnail {
/* 3328 */   display: block;
/* 3329 */   padding: 5px;
/* 3330 */   border: 1px solid #c2c5ca;
/* 3331 */   -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
/* 3332 */   -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
/* 3333 */   box-shadow: 0 0 4px rgba(0,0,0,0.1);
/* 3334 */   background: #ffffff;
/* 3335 */   margin-bottom: 10px;
/* 3336 */ }
/* 3337 */ .vantage-grid-loop article .grid-thumbnail:hover {
/* 3338 */   border-color: #00bafa;
/* 3339 */   -webkit-box-shadow: 0 0 5px rgba(0,187,251,0.75);
/* 3340 */   -moz-box-shadow: 0 0 5px rgba(0,187,251,0.75);
/* 3341 */   box-shadow: 0 0 5px rgba(0,187,251,0.75);
/* 3342 */ }
/* 3343 */ .vantage-grid-loop article .grid-thumbnail img {
/* 3344 */   width: 100%;
/* 3345 */   height: auto;
/* 3346 */   display: block;
/* 3347 */   -webkit-border-radius: 0;
/* 3348 */   -moz-border-radius: 0;
/* 3349 */   border-radius: 0;
/* 3350 */   -webkit-box-shadow: none;

/* style.css */

/* 3351 */   -moz-box-shadow: none;
/* 3352 */   box-shadow: none;
/* 3353 */ }
/* 3354 */ .vantage-grid-loop article h3 {
/* 3355 */   font-size: 15px;
/* 3356 */   font-weight: bold;
/* 3357 */   margin-bottom: 8px;
/* 3358 */   margin-top: 0;
/* 3359 */ }
/* 3360 */ .vantage-grid-loop article h3 a {
/* 3361 */   color: inherit;
/* 3362 */   text-decoration: none;
/* 3363 */ }
/* 3364 */ .vantage-grid-loop article .excerpt {
/* 3365 */   font-size: 12px;
/* 3366 */   color: #777777;
/* 3367 */   line-height: 1.25em;
/* 3368 */ }
/* 3369 */ .vantage-grid-loop article .excerpt p {
/* 3370 */   margin: 0;
/* 3371 */ }
/* 3372 */ .vantage-grid-loop article a.more-button {
/* 3373 */   display: block;
/* 3374 */   text-decoration: none;
/* 3375 */   color: #3b3b3b;
/* 3376 */   font-weight: bold;
/* 3377 */   font-size: 13px;
/* 3378 */   margin-top: 10px;
/* 3379 */ }
/* 3380 */ .vantage-grid-loop article a.more-button i {
/* 3381 */   display: inline-block;
/* 3382 */   width: 5px;
/* 3383 */   height: 8px;
/* 3384 */   margin-left: 3px;
/* 3385 */   background: url(images/sprites/more-icon.png) no-repeat;
/* 3386 */ }
/* 3387 */ @media screen and (-webkit-min-device-pixel-ratio: 2) {
/* 3388 */   .vantage-grid-loop article a.more-button i {
/* 3389 */     background: url(images/retina/more-icon.png);
/* 3390 */     background-size: 5px 8px;
/* 3391 */   }
/* 3392 */ }
/* 3393 */ .vantage-grid-loop .clear {
/* 3394 */   clear: both;
/* 3395 */ }
/* 3396 */ .widget_siteorigin-panels-postloop h1.entry-title {
/* 3397 */   margin-top: 0;
/* 3398 */   margin-bottom: 0;
/* 3399 */ }
/* 3400 */ .widget_siteorigin-panels-postloop .pagination {

/* style.css */

/* 3401 */   margin-top: 20px;
/* 3402 */ }
/* 3403 */ .widget_siteorigin-panels-postloop .flexslider .slides .slide {
/* 3404 */   margin-left: 0;
/* 3405 */ }
/* 3406 */ @media (max-width: 640px) {
/* 3407 */   body.responsive .vantage-grid-loop article,
/* 3408 */   body.responsive .vantage-circleicon-loop .widget_circleicon-widget {
/* 3409 */     width: 50%;
/* 3410 */   }
/* 3411 */ }
/* 3412 */ @media (max-width: 480px) {
/* 3413 */   body.responsive .vantage-grid-loop article,
/* 3414 */   body.responsive .vantage-circleicon-loop .widget_circleicon-widget {
/* 3415 */     float: none;
/* 3416 */     width: 100%;
/* 3417 */   }
/* 3418 */ }
/* 3419 */ .vantage-circleicon-loop {
/* 3420 */   zoom: 1;
/* 3421 */   margin: 0 -20px;
/* 3422 */ }
/* 3423 */ .vantage-circleicon-loop:before {
/* 3424 */   content: '';
/* 3425 */   display: block;
/* 3426 */ }
/* 3427 */ .vantage-circleicon-loop:after {
/* 3428 */   content: '';
/* 3429 */   display: table;
/* 3430 */   clear: both;
/* 3431 */ }
/* 3432 */ .vantage-circleicon-loop .widget_circleicon-widget {
/* 3433 */   float: left;
/* 3434 */   clear: none;
/* 3435 */ }
/* 3436 */ .circleicon-loop-columns-2.vantage-circleicon-loop .widget_circleicon-widget {
/* 3437 */   width: 50%;
/* 3438 */ }
/* 3439 */ .circleicon-loop-columns-3.vantage-circleicon-loop .widget_circleicon-widget {
/* 3440 */   width: 33.333%;
/* 3441 */ }
/* 3442 */ .circleicon-loop-columns-4.vantage-circleicon-loop .widget_circleicon-widget {
/* 3443 */   width: 25%;
/* 3444 */ }
/* 3445 */ .circleicon-loop-columns-5.vantage-circleicon-loop .widget_circleicon-widget {
/* 3446 */   width: 20%;
/* 3447 */ }
/* 3448 */ .circleicon-loop-columns-6.vantage-circleicon-loop .widget_circleicon-widget {
/* 3449 */   width: 16.666%;
/* 3450 */ }

/* style.css */

/* 3451 */ .vantage-circleicon-loop .widget_circleicon-widget .circle-icon-box {
/* 3452 */   padding-left: 20px;
/* 3453 */   padding-right: 20px;
/* 3454 */ }
/* 3455 */ .vantage-circleicon-loop .clear {
/* 3456 */   clear: both;
/* 3457 */ }
/* 3458 */ /* The button to display more posts. */
/* 3459 */ #infinite-handle span {
/* 3460 */   -webkit-border-radius: 2px;
/* 3461 */   -moz-border-radius: 2px;
/* 3462 */   border-radius: 2px;
/* 3463 */   display: inline-block;
/* 3464 */   margin: 2px 2px 2px 0;
/* 3465 */   padding: 6px 9px 5px 9px;
/* 3466 */   text-decoration: none;
/* 3467 */   width: auto;
/* 3468 */   background: #4f5355;
/* 3469 */   border-top: solid 1px #d2d2d2;
/* 3470 */   border-left: solid 1px #c3c3c3;
/* 3471 */   border-right: solid 1px #c3c3c3;
/* 3472 */   border-bottom: solid 1px #9f9f9f;
/* 3473 */   background: #ffffff;
/* 3474 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
/* 3475 */   background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
/* 3476 */   background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
/* 3477 */   background: -o-linear-gradient(#ffffff, #dfdfdf);
/* 3478 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
/* 3479 */   -webkit-border-radius: 3px;
/* 3480 */   -moz-border-radius: 3px;
/* 3481 */   border-radius: 3px;
/* 3482 */   font-weight: bold;
/* 3483 */   color: #646464;
/* 3484 */   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 3485 */   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 3486 */   box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
/* 3487 */ }
/* 3488 */ #infinite-handle span:hover {
/* 3489 */   background: #f0f0f0;
/* 3490 */   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
/* 3491 */   background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
/* 3492 */   background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #f0f0f0 100%);
/* 3493 */   background: -o-linear-gradient(#f0f0f0, #d0d0d0);
/* 3494 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
/* 3495 */   color: #606060;
/* 3496 */ }
/* 3497 */ #infinite-handle span button {
/* 3498 */   -webkit-box-shadow: none;
/* 3499 */   -moz-box-shadow: none;
/* 3500 */   box-shadow: none;

/* style.css */

/* 3501 */ }
/* 3502 */ #yoast-breadcrumbs,
/* 3503 */ #navxt-breadcrumbs {
/* 3504 */   background: rgba(0, 0, 0, 0.025);
/* 3505 */   margin-top: -20px;
/* 3506 */   margin-bottom: 20px;
/* 3507 */   padding: 0.5em 0.75em;
/* 3508 */   font-weight: 500;
/* 3509 */   color: #474747;
/* 3510 */ }
/* 3511 */ #yoast-breadcrumbs a,
/* 3512 */ #navxt-breadcrumbs a {
/* 3513 */   text-decoration: none;
/* 3514 */ }
/* 3515 */ .page-layout-no-masthead-margin #yoast-breadcrumbs,
/* 3516 */ .page-layout-no-masthead-margin #navxt-breadcrumbs {
/* 3517 */   margin-top: 0;
/* 3518 */ }
/* 3519 */ @font-face {
/* 3520 */   font-family: 'vantage-icons';
/* 3521 */   src: url('icons/vantage-icons.eot');
/* 3522 */   src: url('icons/vantage-icons.eot?#iefix') format('embedded-opentype'), url('icons/vantage-icons.woff') format('woff'), url('icons/vantage-icons.ttf?') format('truetype'), url('icons/vantage-icons.svg') format('svg');
/* 3523 */   font-weight: normal;
/* 3524 */   font-style: normal;
/* 3525 */ }
/* 3526 */ [class^="vantage-icon-"],
/* 3527 */ [class*=" vantage-icon-"] {
/* 3528 */   font-family: 'vantage-icons';
/* 3529 */   speak: none;
/* 3530 */   font-style: normal;
/* 3531 */   font-weight: normal;
/* 3532 */   font-variant: normal;
/* 3533 */   text-transform: none;
/* 3534 */   line-height: 1;
/* 3535 */   /* Better Font Rendering =========== */
/* 3536 */   -webkit-font-smoothing: antialiased;
/* 3537 */   -moz-osx-font-smoothing: grayscale;
/* 3538 */ }
/* 3539 */ .vantage-icon-arrow-down:before {
/* 3540 */   content: "\e600";
/* 3541 */ }
/* 3542 */ .vantage-icon-arrow-left:before {
/* 3543 */   content: "\e601";
/* 3544 */ }
/* 3545 */ .vantage-icon-arrow-right:before {
/* 3546 */   content: "\e602";
/* 3547 */ }
/* 3548 */ .vantage-icon-arrow-up:before {
/* 3549 */   content: "\e603";
/* 3550 */ }

/* style.css */

/* 3551 */ .vantage-icon-search:before {
/* 3552 */   content: "\e604";
/* 3553 */ }
/* 3554 */ /* Ensure Vantage button styles don't impact JW Player buttons */
/* 3555 */ span.jwcontrols span button {
/* 3556 */   background: initial;
/* 3557 */   border: initial;
/* 3558 */   border-radius: initial;
/* 3559 */   box-shadow: initial;
/* 3560 */   color: initial;
/* 3561 */   font-size: initial;
/* 3562 */   font-weight: initial;
/* 3563 */   line-height: initial;
/* 3564 */   padding: initial;
/* 3565 */   text-decoration: initial;
/* 3566 */   text-shadow: initial;
/* 3567 */ }
/* 3568 */ /* Text meant only for screen readers. */
/* 3569 */ .screen-reader-text {
/* 3570 */   clip: rect(1px, 1px, 1px, 1px);
/* 3571 */   position: absolute !important;
/* 3572 */   height: 1px;
/* 3573 */   width: 1px;
/* 3574 */   overflow: hidden;
/* 3575 */ }
/* 3576 */ .screen-reader-text:hover,
/* 3577 */ .screen-reader-text:active,
/* 3578 */ .screen-reader-text:focus {
/* 3579 */   background-color: #ffffff;
/* 3580 */   border-radius: 3px;
/* 3581 */   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 3582 */   clip: auto !important;
/* 3583 */   color: #333333;
/* 3584 */   display: block;
/* 3585 */   font-weight: bold;
/* 3586 */   height: auto;
/* 3587 */   left: 5px;
/* 3588 */   line-height: normal;
/* 3589 */   padding: 15px 23px 14px;
/* 3590 */   text-decoration: none;
/* 3591 */   top: 5px;
/* 3592 */   width: auto;
/* 3593 */   z-index: 100000;
/* 3594 */   /* Above WP toolbar. */
/* 3595 */ }
/* 3596 */ /* Prevent iOS Safari from overriding the colors for phone numbers */
/* 3597 */ a[href^="tel"] {
/* 3598 */   color: inherit;
/* 3599 */   text-decoration: none;
/* 3600 */ }

/* style.css */

/* 3601 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* font-awesome.css */

/* 1    */ /*!
/* 2    *|  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3    *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4    *|  */
/* 5    */ /* FONT PATH
/* 6    *|  * -------------------------- */
/* 7    */ @font-face {
/* 8    */   font-family: 'FontAwesome';
/* 9    */   src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
/* 10   */   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
/* 11   */   font-weight: normal;
/* 12   */   font-style: normal;
/* 13   */ }
/* 14   */ .fa {
/* 15   */   display: inline-block;
/* 16   */   font: normal normal normal 14px/1 FontAwesome;
/* 17   */   font-size: inherit;
/* 18   */   text-rendering: auto;
/* 19   */   -webkit-font-smoothing: antialiased;
/* 20   */   -moz-osx-font-smoothing: grayscale;
/* 21   */ }
/* 22   */ /* makes the font 33% larger relative to the icon container */
/* 23   */ .fa-lg {
/* 24   */   font-size: 1.33333333em;
/* 25   */   line-height: 0.75em;
/* 26   */   vertical-align: -15%;
/* 27   */ }
/* 28   */ .fa-2x {
/* 29   */   font-size: 2em;
/* 30   */ }
/* 31   */ .fa-3x {
/* 32   */   font-size: 3em;
/* 33   */ }
/* 34   */ .fa-4x {
/* 35   */   font-size: 4em;
/* 36   */ }
/* 37   */ .fa-5x {
/* 38   */   font-size: 5em;
/* 39   */ }
/* 40   */ .fa-fw {
/* 41   */   width: 1.28571429em;
/* 42   */   text-align: center;
/* 43   */ }
/* 44   */ .fa-ul {
/* 45   */   padding-left: 0;
/* 46   */   margin-left: 2.14285714em;
/* 47   */   list-style-type: none;
/* 48   */ }
/* 49   */ .fa-ul > li {
/* 50   */   position: relative;

/* font-awesome.css */

/* 51   */ }
/* 52   */ .fa-li {
/* 53   */   position: absolute;
/* 54   */   left: -2.14285714em;
/* 55   */   width: 2.14285714em;
/* 56   */   top: 0.14285714em;
/* 57   */   text-align: center;
/* 58   */ }
/* 59   */ .fa-li.fa-lg {
/* 60   */   left: -1.85714286em;
/* 61   */ }
/* 62   */ .fa-border {
/* 63   */   padding: .2em .25em .15em;
/* 64   */   border: solid 0.08em #eeeeee;
/* 65   */   border-radius: .1em;
/* 66   */ }
/* 67   */ .fa-pull-left {
/* 68   */   float: left;
/* 69   */ }
/* 70   */ .fa-pull-right {
/* 71   */   float: right;
/* 72   */ }
/* 73   */ .fa.fa-pull-left {
/* 74   */   margin-right: .3em;
/* 75   */ }
/* 76   */ .fa.fa-pull-right {
/* 77   */   margin-left: .3em;
/* 78   */ }
/* 79   */ /* Deprecated as of 4.4.0 */
/* 80   */ .pull-right {
/* 81   */   float: right;
/* 82   */ }
/* 83   */ .pull-left {
/* 84   */   float: left;
/* 85   */ }
/* 86   */ .fa.pull-left {
/* 87   */   margin-right: .3em;
/* 88   */ }
/* 89   */ .fa.pull-right {
/* 90   */   margin-left: .3em;
/* 91   */ }
/* 92   */ .fa-spin {
/* 93   */   -webkit-animation: fa-spin 2s infinite linear;
/* 94   */   animation: fa-spin 2s infinite linear;
/* 95   */ }
/* 96   */ .fa-pulse {
/* 97   */   -webkit-animation: fa-spin 1s infinite steps(8);
/* 98   */   animation: fa-spin 1s infinite steps(8);
/* 99   */ }
/* 100  */ @-webkit-keyframes fa-spin {

/* font-awesome.css */

/* 101  */   0% {
/* 102  */     -webkit-transform: rotate(0deg);
/* 103  */     transform: rotate(0deg);
/* 104  */   }
/* 105  */   100% {
/* 106  */     -webkit-transform: rotate(359deg);
/* 107  */     transform: rotate(359deg);
/* 108  */   }
/* 109  */ }
/* 110  */ @keyframes fa-spin {
/* 111  */   0% {
/* 112  */     -webkit-transform: rotate(0deg);
/* 113  */     transform: rotate(0deg);
/* 114  */   }
/* 115  */   100% {
/* 116  */     -webkit-transform: rotate(359deg);
/* 117  */     transform: rotate(359deg);
/* 118  */   }
/* 119  */ }
/* 120  */ .fa-rotate-90 {
/* 121  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
/* 122  */   -webkit-transform: rotate(90deg);
/* 123  */   -ms-transform: rotate(90deg);
/* 124  */   transform: rotate(90deg);
/* 125  */ }
/* 126  */ .fa-rotate-180 {
/* 127  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
/* 128  */   -webkit-transform: rotate(180deg);
/* 129  */   -ms-transform: rotate(180deg);
/* 130  */   transform: rotate(180deg);
/* 131  */ }
/* 132  */ .fa-rotate-270 {
/* 133  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
/* 134  */   -webkit-transform: rotate(270deg);
/* 135  */   -ms-transform: rotate(270deg);
/* 136  */   transform: rotate(270deg);
/* 137  */ }
/* 138  */ .fa-flip-horizontal {
/* 139  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
/* 140  */   -webkit-transform: scale(-1, 1);
/* 141  */   -ms-transform: scale(-1, 1);
/* 142  */   transform: scale(-1, 1);
/* 143  */ }
/* 144  */ .fa-flip-vertical {
/* 145  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
/* 146  */   -webkit-transform: scale(1, -1);
/* 147  */   -ms-transform: scale(1, -1);
/* 148  */   transform: scale(1, -1);
/* 149  */ }
/* 150  */ :root .fa-rotate-90,

/* font-awesome.css */

/* 151  */ :root .fa-rotate-180,
/* 152  */ :root .fa-rotate-270,
/* 153  */ :root .fa-flip-horizontal,
/* 154  */ :root .fa-flip-vertical {
/* 155  */   filter: none;
/* 156  */ }
/* 157  */ .fa-stack {
/* 158  */   position: relative;
/* 159  */   display: inline-block;
/* 160  */   width: 2em;
/* 161  */   height: 2em;
/* 162  */   line-height: 2em;
/* 163  */   vertical-align: middle;
/* 164  */ }
/* 165  */ .fa-stack-1x,
/* 166  */ .fa-stack-2x {
/* 167  */   position: absolute;
/* 168  */   left: 0;
/* 169  */   width: 100%;
/* 170  */   text-align: center;
/* 171  */ }
/* 172  */ .fa-stack-1x {
/* 173  */   line-height: inherit;
/* 174  */ }
/* 175  */ .fa-stack-2x {
/* 176  */   font-size: 2em;
/* 177  */ }
/* 178  */ .fa-inverse {
/* 179  */   color: #ffffff;
/* 180  */ }
/* 181  */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* 182  *|    readers do not read off random characters that represent icons */
/* 183  */ .fa-glass:before {
/* 184  */   content: "\f000";
/* 185  */ }
/* 186  */ .fa-music:before {
/* 187  */   content: "\f001";
/* 188  */ }
/* 189  */ .fa-search:before {
/* 190  */   content: "\f002";
/* 191  */ }
/* 192  */ .fa-envelope-o:before {
/* 193  */   content: "\f003";
/* 194  */ }
/* 195  */ .fa-heart:before {
/* 196  */   content: "\f004";
/* 197  */ }
/* 198  */ .fa-star:before {
/* 199  */   content: "\f005";
/* 200  */ }

/* font-awesome.css */

/* 201  */ .fa-star-o:before {
/* 202  */   content: "\f006";
/* 203  */ }
/* 204  */ .fa-user:before {
/* 205  */   content: "\f007";
/* 206  */ }
/* 207  */ .fa-film:before {
/* 208  */   content: "\f008";
/* 209  */ }
/* 210  */ .fa-th-large:before {
/* 211  */   content: "\f009";
/* 212  */ }
/* 213  */ .fa-th:before {
/* 214  */   content: "\f00a";
/* 215  */ }
/* 216  */ .fa-th-list:before {
/* 217  */   content: "\f00b";
/* 218  */ }
/* 219  */ .fa-check:before {
/* 220  */   content: "\f00c";
/* 221  */ }
/* 222  */ .fa-remove:before,
/* 223  */ .fa-close:before,
/* 224  */ .fa-times:before {
/* 225  */   content: "\f00d";
/* 226  */ }
/* 227  */ .fa-search-plus:before {
/* 228  */   content: "\f00e";
/* 229  */ }
/* 230  */ .fa-search-minus:before {
/* 231  */   content: "\f010";
/* 232  */ }
/* 233  */ .fa-power-off:before {
/* 234  */   content: "\f011";
/* 235  */ }
/* 236  */ .fa-signal:before {
/* 237  */   content: "\f012";
/* 238  */ }
/* 239  */ .fa-gear:before,
/* 240  */ .fa-cog:before {
/* 241  */   content: "\f013";
/* 242  */ }
/* 243  */ .fa-trash-o:before {
/* 244  */   content: "\f014";
/* 245  */ }
/* 246  */ .fa-home:before {
/* 247  */   content: "\f015";
/* 248  */ }
/* 249  */ .fa-file-o:before {
/* 250  */   content: "\f016";

/* font-awesome.css */

/* 251  */ }
/* 252  */ .fa-clock-o:before {
/* 253  */   content: "\f017";
/* 254  */ }
/* 255  */ .fa-road:before {
/* 256  */   content: "\f018";
/* 257  */ }
/* 258  */ .fa-download:before {
/* 259  */   content: "\f019";
/* 260  */ }
/* 261  */ .fa-arrow-circle-o-down:before {
/* 262  */   content: "\f01a";
/* 263  */ }
/* 264  */ .fa-arrow-circle-o-up:before {
/* 265  */   content: "\f01b";
/* 266  */ }
/* 267  */ .fa-inbox:before {
/* 268  */   content: "\f01c";
/* 269  */ }
/* 270  */ .fa-play-circle-o:before {
/* 271  */   content: "\f01d";
/* 272  */ }
/* 273  */ .fa-rotate-right:before,
/* 274  */ .fa-repeat:before {
/* 275  */   content: "\f01e";
/* 276  */ }
/* 277  */ .fa-refresh:before {
/* 278  */   content: "\f021";
/* 279  */ }
/* 280  */ .fa-list-alt:before {
/* 281  */   content: "\f022";
/* 282  */ }
/* 283  */ .fa-lock:before {
/* 284  */   content: "\f023";
/* 285  */ }
/* 286  */ .fa-flag:before {
/* 287  */   content: "\f024";
/* 288  */ }
/* 289  */ .fa-headphones:before {
/* 290  */   content: "\f025";
/* 291  */ }
/* 292  */ .fa-volume-off:before {
/* 293  */   content: "\f026";
/* 294  */ }
/* 295  */ .fa-volume-down:before {
/* 296  */   content: "\f027";
/* 297  */ }
/* 298  */ .fa-volume-up:before {
/* 299  */   content: "\f028";
/* 300  */ }

/* font-awesome.css */

/* 301  */ .fa-qrcode:before {
/* 302  */   content: "\f029";
/* 303  */ }
/* 304  */ .fa-barcode:before {
/* 305  */   content: "\f02a";
/* 306  */ }
/* 307  */ .fa-tag:before {
/* 308  */   content: "\f02b";
/* 309  */ }
/* 310  */ .fa-tags:before {
/* 311  */   content: "\f02c";
/* 312  */ }
/* 313  */ .fa-book:before {
/* 314  */   content: "\f02d";
/* 315  */ }
/* 316  */ .fa-bookmark:before {
/* 317  */   content: "\f02e";
/* 318  */ }
/* 319  */ .fa-print:before {
/* 320  */   content: "\f02f";
/* 321  */ }
/* 322  */ .fa-camera:before {
/* 323  */   content: "\f030";
/* 324  */ }
/* 325  */ .fa-font:before {
/* 326  */   content: "\f031";
/* 327  */ }
/* 328  */ .fa-bold:before {
/* 329  */   content: "\f032";
/* 330  */ }
/* 331  */ .fa-italic:before {
/* 332  */   content: "\f033";
/* 333  */ }
/* 334  */ .fa-text-height:before {
/* 335  */   content: "\f034";
/* 336  */ }
/* 337  */ .fa-text-width:before {
/* 338  */   content: "\f035";
/* 339  */ }
/* 340  */ .fa-align-left:before {
/* 341  */   content: "\f036";
/* 342  */ }
/* 343  */ .fa-align-center:before {
/* 344  */   content: "\f037";
/* 345  */ }
/* 346  */ .fa-align-right:before {
/* 347  */   content: "\f038";
/* 348  */ }
/* 349  */ .fa-align-justify:before {
/* 350  */   content: "\f039";

/* font-awesome.css */

/* 351  */ }
/* 352  */ .fa-list:before {
/* 353  */   content: "\f03a";
/* 354  */ }
/* 355  */ .fa-dedent:before,
/* 356  */ .fa-outdent:before {
/* 357  */   content: "\f03b";
/* 358  */ }
/* 359  */ .fa-indent:before {
/* 360  */   content: "\f03c";
/* 361  */ }
/* 362  */ .fa-video-camera:before {
/* 363  */   content: "\f03d";
/* 364  */ }
/* 365  */ .fa-photo:before,
/* 366  */ .fa-image:before,
/* 367  */ .fa-picture-o:before {
/* 368  */   content: "\f03e";
/* 369  */ }
/* 370  */ .fa-pencil:before {
/* 371  */   content: "\f040";
/* 372  */ }
/* 373  */ .fa-map-marker:before {
/* 374  */   content: "\f041";
/* 375  */ }
/* 376  */ .fa-adjust:before {
/* 377  */   content: "\f042";
/* 378  */ }
/* 379  */ .fa-tint:before {
/* 380  */   content: "\f043";
/* 381  */ }
/* 382  */ .fa-edit:before,
/* 383  */ .fa-pencil-square-o:before {
/* 384  */   content: "\f044";
/* 385  */ }
/* 386  */ .fa-share-square-o:before {
/* 387  */   content: "\f045";
/* 388  */ }
/* 389  */ .fa-check-square-o:before {
/* 390  */   content: "\f046";
/* 391  */ }
/* 392  */ .fa-arrows:before {
/* 393  */   content: "\f047";
/* 394  */ }
/* 395  */ .fa-step-backward:before {
/* 396  */   content: "\f048";
/* 397  */ }
/* 398  */ .fa-fast-backward:before {
/* 399  */   content: "\f049";
/* 400  */ }

/* font-awesome.css */

/* 401  */ .fa-backward:before {
/* 402  */   content: "\f04a";
/* 403  */ }
/* 404  */ .fa-play:before {
/* 405  */   content: "\f04b";
/* 406  */ }
/* 407  */ .fa-pause:before {
/* 408  */   content: "\f04c";
/* 409  */ }
/* 410  */ .fa-stop:before {
/* 411  */   content: "\f04d";
/* 412  */ }
/* 413  */ .fa-forward:before {
/* 414  */   content: "\f04e";
/* 415  */ }
/* 416  */ .fa-fast-forward:before {
/* 417  */   content: "\f050";
/* 418  */ }
/* 419  */ .fa-step-forward:before {
/* 420  */   content: "\f051";
/* 421  */ }
/* 422  */ .fa-eject:before {
/* 423  */   content: "\f052";
/* 424  */ }
/* 425  */ .fa-chevron-left:before {
/* 426  */   content: "\f053";
/* 427  */ }
/* 428  */ .fa-chevron-right:before {
/* 429  */   content: "\f054";
/* 430  */ }
/* 431  */ .fa-plus-circle:before {
/* 432  */   content: "\f055";
/* 433  */ }
/* 434  */ .fa-minus-circle:before {
/* 435  */   content: "\f056";
/* 436  */ }
/* 437  */ .fa-times-circle:before {
/* 438  */   content: "\f057";
/* 439  */ }
/* 440  */ .fa-check-circle:before {
/* 441  */   content: "\f058";
/* 442  */ }
/* 443  */ .fa-question-circle:before {
/* 444  */   content: "\f059";
/* 445  */ }
/* 446  */ .fa-info-circle:before {
/* 447  */   content: "\f05a";
/* 448  */ }
/* 449  */ .fa-crosshairs:before {
/* 450  */   content: "\f05b";

/* font-awesome.css */

/* 451  */ }
/* 452  */ .fa-times-circle-o:before {
/* 453  */   content: "\f05c";
/* 454  */ }
/* 455  */ .fa-check-circle-o:before {
/* 456  */   content: "\f05d";
/* 457  */ }
/* 458  */ .fa-ban:before {
/* 459  */   content: "\f05e";
/* 460  */ }
/* 461  */ .fa-arrow-left:before {
/* 462  */   content: "\f060";
/* 463  */ }
/* 464  */ .fa-arrow-right:before {
/* 465  */   content: "\f061";
/* 466  */ }
/* 467  */ .fa-arrow-up:before {
/* 468  */   content: "\f062";
/* 469  */ }
/* 470  */ .fa-arrow-down:before {
/* 471  */   content: "\f063";
/* 472  */ }
/* 473  */ .fa-mail-forward:before,
/* 474  */ .fa-share:before {
/* 475  */   content: "\f064";
/* 476  */ }
/* 477  */ .fa-expand:before {
/* 478  */   content: "\f065";
/* 479  */ }
/* 480  */ .fa-compress:before {
/* 481  */   content: "\f066";
/* 482  */ }
/* 483  */ .fa-plus:before {
/* 484  */   content: "\f067";
/* 485  */ }
/* 486  */ .fa-minus:before {
/* 487  */   content: "\f068";
/* 488  */ }
/* 489  */ .fa-asterisk:before {
/* 490  */   content: "\f069";
/* 491  */ }
/* 492  */ .fa-exclamation-circle:before {
/* 493  */   content: "\f06a";
/* 494  */ }
/* 495  */ .fa-gift:before {
/* 496  */   content: "\f06b";
/* 497  */ }
/* 498  */ .fa-leaf:before {
/* 499  */   content: "\f06c";
/* 500  */ }

/* font-awesome.css */

/* 501  */ .fa-fire:before {
/* 502  */   content: "\f06d";
/* 503  */ }
/* 504  */ .fa-eye:before {
/* 505  */   content: "\f06e";
/* 506  */ }
/* 507  */ .fa-eye-slash:before {
/* 508  */   content: "\f070";
/* 509  */ }
/* 510  */ .fa-warning:before,
/* 511  */ .fa-exclamation-triangle:before {
/* 512  */   content: "\f071";
/* 513  */ }
/* 514  */ .fa-plane:before {
/* 515  */   content: "\f072";
/* 516  */ }
/* 517  */ .fa-calendar:before {
/* 518  */   content: "\f073";
/* 519  */ }
/* 520  */ .fa-random:before {
/* 521  */   content: "\f074";
/* 522  */ }
/* 523  */ .fa-comment:before {
/* 524  */   content: "\f075";
/* 525  */ }
/* 526  */ .fa-magnet:before {
/* 527  */   content: "\f076";
/* 528  */ }
/* 529  */ .fa-chevron-up:before {
/* 530  */   content: "\f077";
/* 531  */ }
/* 532  */ .fa-chevron-down:before {
/* 533  */   content: "\f078";
/* 534  */ }
/* 535  */ .fa-retweet:before {
/* 536  */   content: "\f079";
/* 537  */ }
/* 538  */ .fa-shopping-cart:before {
/* 539  */   content: "\f07a";
/* 540  */ }
/* 541  */ .fa-folder:before {
/* 542  */   content: "\f07b";
/* 543  */ }
/* 544  */ .fa-folder-open:before {
/* 545  */   content: "\f07c";
/* 546  */ }
/* 547  */ .fa-arrows-v:before {
/* 548  */   content: "\f07d";
/* 549  */ }
/* 550  */ .fa-arrows-h:before {

/* font-awesome.css */

/* 551  */   content: "\f07e";
/* 552  */ }
/* 553  */ .fa-bar-chart-o:before,
/* 554  */ .fa-bar-chart:before {
/* 555  */   content: "\f080";
/* 556  */ }
/* 557  */ .fa-twitter-square:before {
/* 558  */   content: "\f081";
/* 559  */ }
/* 560  */ .fa-facebook-square:before {
/* 561  */   content: "\f082";
/* 562  */ }
/* 563  */ .fa-camera-retro:before {
/* 564  */   content: "\f083";
/* 565  */ }
/* 566  */ .fa-key:before {
/* 567  */   content: "\f084";
/* 568  */ }
/* 569  */ .fa-gears:before,
/* 570  */ .fa-cogs:before {
/* 571  */   content: "\f085";
/* 572  */ }
/* 573  */ .fa-comments:before {
/* 574  */   content: "\f086";
/* 575  */ }
/* 576  */ .fa-thumbs-o-up:before {
/* 577  */   content: "\f087";
/* 578  */ }
/* 579  */ .fa-thumbs-o-down:before {
/* 580  */   content: "\f088";
/* 581  */ }
/* 582  */ .fa-star-half:before {
/* 583  */   content: "\f089";
/* 584  */ }
/* 585  */ .fa-heart-o:before {
/* 586  */   content: "\f08a";
/* 587  */ }
/* 588  */ .fa-sign-out:before {
/* 589  */   content: "\f08b";
/* 590  */ }
/* 591  */ .fa-linkedin-square:before {
/* 592  */   content: "\f08c";
/* 593  */ }
/* 594  */ .fa-thumb-tack:before {
/* 595  */   content: "\f08d";
/* 596  */ }
/* 597  */ .fa-external-link:before {
/* 598  */   content: "\f08e";
/* 599  */ }
/* 600  */ .fa-sign-in:before {

/* font-awesome.css */

/* 601  */   content: "\f090";
/* 602  */ }
/* 603  */ .fa-trophy:before {
/* 604  */   content: "\f091";
/* 605  */ }
/* 606  */ .fa-github-square:before {
/* 607  */   content: "\f092";
/* 608  */ }
/* 609  */ .fa-upload:before {
/* 610  */   content: "\f093";
/* 611  */ }
/* 612  */ .fa-lemon-o:before {
/* 613  */   content: "\f094";
/* 614  */ }
/* 615  */ .fa-phone:before {
/* 616  */   content: "\f095";
/* 617  */ }
/* 618  */ .fa-square-o:before {
/* 619  */   content: "\f096";
/* 620  */ }
/* 621  */ .fa-bookmark-o:before {
/* 622  */   content: "\f097";
/* 623  */ }
/* 624  */ .fa-phone-square:before {
/* 625  */   content: "\f098";
/* 626  */ }
/* 627  */ .fa-twitter:before {
/* 628  */   content: "\f099";
/* 629  */ }
/* 630  */ .fa-facebook-f:before,
/* 631  */ .fa-facebook:before {
/* 632  */   content: "\f09a";
/* 633  */ }
/* 634  */ .fa-github:before {
/* 635  */   content: "\f09b";
/* 636  */ }
/* 637  */ .fa-unlock:before {
/* 638  */   content: "\f09c";
/* 639  */ }
/* 640  */ .fa-credit-card:before {
/* 641  */   content: "\f09d";
/* 642  */ }
/* 643  */ .fa-feed:before,
/* 644  */ .fa-rss:before {
/* 645  */   content: "\f09e";
/* 646  */ }
/* 647  */ .fa-hdd-o:before {
/* 648  */   content: "\f0a0";
/* 649  */ }
/* 650  */ .fa-bullhorn:before {

/* font-awesome.css */

/* 651  */   content: "\f0a1";
/* 652  */ }
/* 653  */ .fa-bell:before {
/* 654  */   content: "\f0f3";
/* 655  */ }
/* 656  */ .fa-certificate:before {
/* 657  */   content: "\f0a3";
/* 658  */ }
/* 659  */ .fa-hand-o-right:before {
/* 660  */   content: "\f0a4";
/* 661  */ }
/* 662  */ .fa-hand-o-left:before {
/* 663  */   content: "\f0a5";
/* 664  */ }
/* 665  */ .fa-hand-o-up:before {
/* 666  */   content: "\f0a6";
/* 667  */ }
/* 668  */ .fa-hand-o-down:before {
/* 669  */   content: "\f0a7";
/* 670  */ }
/* 671  */ .fa-arrow-circle-left:before {
/* 672  */   content: "\f0a8";
/* 673  */ }
/* 674  */ .fa-arrow-circle-right:before {
/* 675  */   content: "\f0a9";
/* 676  */ }
/* 677  */ .fa-arrow-circle-up:before {
/* 678  */   content: "\f0aa";
/* 679  */ }
/* 680  */ .fa-arrow-circle-down:before {
/* 681  */   content: "\f0ab";
/* 682  */ }
/* 683  */ .fa-globe:before {
/* 684  */   content: "\f0ac";
/* 685  */ }
/* 686  */ .fa-wrench:before {
/* 687  */   content: "\f0ad";
/* 688  */ }
/* 689  */ .fa-tasks:before {
/* 690  */   content: "\f0ae";
/* 691  */ }
/* 692  */ .fa-filter:before {
/* 693  */   content: "\f0b0";
/* 694  */ }
/* 695  */ .fa-briefcase:before {
/* 696  */   content: "\f0b1";
/* 697  */ }
/* 698  */ .fa-arrows-alt:before {
/* 699  */   content: "\f0b2";
/* 700  */ }

/* font-awesome.css */

/* 701  */ .fa-group:before,
/* 702  */ .fa-users:before {
/* 703  */   content: "\f0c0";
/* 704  */ }
/* 705  */ .fa-chain:before,
/* 706  */ .fa-link:before {
/* 707  */   content: "\f0c1";
/* 708  */ }
/* 709  */ .fa-cloud:before {
/* 710  */   content: "\f0c2";
/* 711  */ }
/* 712  */ .fa-flask:before {
/* 713  */   content: "\f0c3";
/* 714  */ }
/* 715  */ .fa-cut:before,
/* 716  */ .fa-scissors:before {
/* 717  */   content: "\f0c4";
/* 718  */ }
/* 719  */ .fa-copy:before,
/* 720  */ .fa-files-o:before {
/* 721  */   content: "\f0c5";
/* 722  */ }
/* 723  */ .fa-paperclip:before {
/* 724  */   content: "\f0c6";
/* 725  */ }
/* 726  */ .fa-save:before,
/* 727  */ .fa-floppy-o:before {
/* 728  */   content: "\f0c7";
/* 729  */ }
/* 730  */ .fa-square:before {
/* 731  */   content: "\f0c8";
/* 732  */ }
/* 733  */ .fa-navicon:before,
/* 734  */ .fa-reorder:before,
/* 735  */ .fa-bars:before {
/* 736  */   content: "\f0c9";
/* 737  */ }
/* 738  */ .fa-list-ul:before {
/* 739  */   content: "\f0ca";
/* 740  */ }
/* 741  */ .fa-list-ol:before {
/* 742  */   content: "\f0cb";
/* 743  */ }
/* 744  */ .fa-strikethrough:before {
/* 745  */   content: "\f0cc";
/* 746  */ }
/* 747  */ .fa-underline:before {
/* 748  */   content: "\f0cd";
/* 749  */ }
/* 750  */ .fa-table:before {

/* font-awesome.css */

/* 751  */   content: "\f0ce";
/* 752  */ }
/* 753  */ .fa-magic:before {
/* 754  */   content: "\f0d0";
/* 755  */ }
/* 756  */ .fa-truck:before {
/* 757  */   content: "\f0d1";
/* 758  */ }
/* 759  */ .fa-pinterest:before {
/* 760  */   content: "\f0d2";
/* 761  */ }
/* 762  */ .fa-pinterest-square:before {
/* 763  */   content: "\f0d3";
/* 764  */ }
/* 765  */ .fa-google-plus-square:before {
/* 766  */   content: "\f0d4";
/* 767  */ }
/* 768  */ .fa-google-plus:before {
/* 769  */   content: "\f0d5";
/* 770  */ }
/* 771  */ .fa-money:before {
/* 772  */   content: "\f0d6";
/* 773  */ }
/* 774  */ .fa-caret-down:before {
/* 775  */   content: "\f0d7";
/* 776  */ }
/* 777  */ .fa-caret-up:before {
/* 778  */   content: "\f0d8";
/* 779  */ }
/* 780  */ .fa-caret-left:before {
/* 781  */   content: "\f0d9";
/* 782  */ }
/* 783  */ .fa-caret-right:before {
/* 784  */   content: "\f0da";
/* 785  */ }
/* 786  */ .fa-columns:before {
/* 787  */   content: "\f0db";
/* 788  */ }
/* 789  */ .fa-unsorted:before,
/* 790  */ .fa-sort:before {
/* 791  */   content: "\f0dc";
/* 792  */ }
/* 793  */ .fa-sort-down:before,
/* 794  */ .fa-sort-desc:before {
/* 795  */   content: "\f0dd";
/* 796  */ }
/* 797  */ .fa-sort-up:before,
/* 798  */ .fa-sort-asc:before {
/* 799  */   content: "\f0de";
/* 800  */ }

/* font-awesome.css */

/* 801  */ .fa-envelope:before {
/* 802  */   content: "\f0e0";
/* 803  */ }
/* 804  */ .fa-linkedin:before {
/* 805  */   content: "\f0e1";
/* 806  */ }
/* 807  */ .fa-rotate-left:before,
/* 808  */ .fa-undo:before {
/* 809  */   content: "\f0e2";
/* 810  */ }
/* 811  */ .fa-legal:before,
/* 812  */ .fa-gavel:before {
/* 813  */   content: "\f0e3";
/* 814  */ }
/* 815  */ .fa-dashboard:before,
/* 816  */ .fa-tachometer:before {
/* 817  */   content: "\f0e4";
/* 818  */ }
/* 819  */ .fa-comment-o:before {
/* 820  */   content: "\f0e5";
/* 821  */ }
/* 822  */ .fa-comments-o:before {
/* 823  */   content: "\f0e6";
/* 824  */ }
/* 825  */ .fa-flash:before,
/* 826  */ .fa-bolt:before {
/* 827  */   content: "\f0e7";
/* 828  */ }
/* 829  */ .fa-sitemap:before {
/* 830  */   content: "\f0e8";
/* 831  */ }
/* 832  */ .fa-umbrella:before {
/* 833  */   content: "\f0e9";
/* 834  */ }
/* 835  */ .fa-paste:before,
/* 836  */ .fa-clipboard:before {
/* 837  */   content: "\f0ea";
/* 838  */ }
/* 839  */ .fa-lightbulb-o:before {
/* 840  */   content: "\f0eb";
/* 841  */ }
/* 842  */ .fa-exchange:before {
/* 843  */   content: "\f0ec";
/* 844  */ }
/* 845  */ .fa-cloud-download:before {
/* 846  */   content: "\f0ed";
/* 847  */ }
/* 848  */ .fa-cloud-upload:before {
/* 849  */   content: "\f0ee";
/* 850  */ }

/* font-awesome.css */

/* 851  */ .fa-user-md:before {
/* 852  */   content: "\f0f0";
/* 853  */ }
/* 854  */ .fa-stethoscope:before {
/* 855  */   content: "\f0f1";
/* 856  */ }
/* 857  */ .fa-suitcase:before {
/* 858  */   content: "\f0f2";
/* 859  */ }
/* 860  */ .fa-bell-o:before {
/* 861  */   content: "\f0a2";
/* 862  */ }
/* 863  */ .fa-coffee:before {
/* 864  */   content: "\f0f4";
/* 865  */ }
/* 866  */ .fa-cutlery:before {
/* 867  */   content: "\f0f5";
/* 868  */ }
/* 869  */ .fa-file-text-o:before {
/* 870  */   content: "\f0f6";
/* 871  */ }
/* 872  */ .fa-building-o:before {
/* 873  */   content: "\f0f7";
/* 874  */ }
/* 875  */ .fa-hospital-o:before {
/* 876  */   content: "\f0f8";
/* 877  */ }
/* 878  */ .fa-ambulance:before {
/* 879  */   content: "\f0f9";
/* 880  */ }
/* 881  */ .fa-medkit:before {
/* 882  */   content: "\f0fa";
/* 883  */ }
/* 884  */ .fa-fighter-jet:before {
/* 885  */   content: "\f0fb";
/* 886  */ }
/* 887  */ .fa-beer:before {
/* 888  */   content: "\f0fc";
/* 889  */ }
/* 890  */ .fa-h-square:before {
/* 891  */   content: "\f0fd";
/* 892  */ }
/* 893  */ .fa-plus-square:before {
/* 894  */   content: "\f0fe";
/* 895  */ }
/* 896  */ .fa-angle-double-left:before {
/* 897  */   content: "\f100";
/* 898  */ }
/* 899  */ .fa-angle-double-right:before {
/* 900  */   content: "\f101";

/* font-awesome.css */

/* 901  */ }
/* 902  */ .fa-angle-double-up:before {
/* 903  */   content: "\f102";
/* 904  */ }
/* 905  */ .fa-angle-double-down:before {
/* 906  */   content: "\f103";
/* 907  */ }
/* 908  */ .fa-angle-left:before {
/* 909  */   content: "\f104";
/* 910  */ }
/* 911  */ .fa-angle-right:before {
/* 912  */   content: "\f105";
/* 913  */ }
/* 914  */ .fa-angle-up:before {
/* 915  */   content: "\f106";
/* 916  */ }
/* 917  */ .fa-angle-down:before {
/* 918  */   content: "\f107";
/* 919  */ }
/* 920  */ .fa-desktop:before {
/* 921  */   content: "\f108";
/* 922  */ }
/* 923  */ .fa-laptop:before {
/* 924  */   content: "\f109";
/* 925  */ }
/* 926  */ .fa-tablet:before {
/* 927  */   content: "\f10a";
/* 928  */ }
/* 929  */ .fa-mobile-phone:before,
/* 930  */ .fa-mobile:before {
/* 931  */   content: "\f10b";
/* 932  */ }
/* 933  */ .fa-circle-o:before {
/* 934  */   content: "\f10c";
/* 935  */ }
/* 936  */ .fa-quote-left:before {
/* 937  */   content: "\f10d";
/* 938  */ }
/* 939  */ .fa-quote-right:before {
/* 940  */   content: "\f10e";
/* 941  */ }
/* 942  */ .fa-spinner:before {
/* 943  */   content: "\f110";
/* 944  */ }
/* 945  */ .fa-circle:before {
/* 946  */   content: "\f111";
/* 947  */ }
/* 948  */ .fa-mail-reply:before,
/* 949  */ .fa-reply:before {
/* 950  */   content: "\f112";

/* font-awesome.css */

/* 951  */ }
/* 952  */ .fa-github-alt:before {
/* 953  */   content: "\f113";
/* 954  */ }
/* 955  */ .fa-folder-o:before {
/* 956  */   content: "\f114";
/* 957  */ }
/* 958  */ .fa-folder-open-o:before {
/* 959  */   content: "\f115";
/* 960  */ }
/* 961  */ .fa-smile-o:before {
/* 962  */   content: "\f118";
/* 963  */ }
/* 964  */ .fa-frown-o:before {
/* 965  */   content: "\f119";
/* 966  */ }
/* 967  */ .fa-meh-o:before {
/* 968  */   content: "\f11a";
/* 969  */ }
/* 970  */ .fa-gamepad:before {
/* 971  */   content: "\f11b";
/* 972  */ }
/* 973  */ .fa-keyboard-o:before {
/* 974  */   content: "\f11c";
/* 975  */ }
/* 976  */ .fa-flag-o:before {
/* 977  */   content: "\f11d";
/* 978  */ }
/* 979  */ .fa-flag-checkered:before {
/* 980  */   content: "\f11e";
/* 981  */ }
/* 982  */ .fa-terminal:before {
/* 983  */   content: "\f120";
/* 984  */ }
/* 985  */ .fa-code:before {
/* 986  */   content: "\f121";
/* 987  */ }
/* 988  */ .fa-mail-reply-all:before,
/* 989  */ .fa-reply-all:before {
/* 990  */   content: "\f122";
/* 991  */ }
/* 992  */ .fa-star-half-empty:before,
/* 993  */ .fa-star-half-full:before,
/* 994  */ .fa-star-half-o:before {
/* 995  */   content: "\f123";
/* 996  */ }
/* 997  */ .fa-location-arrow:before {
/* 998  */   content: "\f124";
/* 999  */ }
/* 1000 */ .fa-crop:before {

/* font-awesome.css */

/* 1001 */   content: "\f125";
/* 1002 */ }
/* 1003 */ .fa-code-fork:before {
/* 1004 */   content: "\f126";
/* 1005 */ }
/* 1006 */ .fa-unlink:before,
/* 1007 */ .fa-chain-broken:before {
/* 1008 */   content: "\f127";
/* 1009 */ }
/* 1010 */ .fa-question:before {
/* 1011 */   content: "\f128";
/* 1012 */ }
/* 1013 */ .fa-info:before {
/* 1014 */   content: "\f129";
/* 1015 */ }
/* 1016 */ .fa-exclamation:before {
/* 1017 */   content: "\f12a";
/* 1018 */ }
/* 1019 */ .fa-superscript:before {
/* 1020 */   content: "\f12b";
/* 1021 */ }
/* 1022 */ .fa-subscript:before {
/* 1023 */   content: "\f12c";
/* 1024 */ }
/* 1025 */ .fa-eraser:before {
/* 1026 */   content: "\f12d";
/* 1027 */ }
/* 1028 */ .fa-puzzle-piece:before {
/* 1029 */   content: "\f12e";
/* 1030 */ }
/* 1031 */ .fa-microphone:before {
/* 1032 */   content: "\f130";
/* 1033 */ }
/* 1034 */ .fa-microphone-slash:before {
/* 1035 */   content: "\f131";
/* 1036 */ }
/* 1037 */ .fa-shield:before {
/* 1038 */   content: "\f132";
/* 1039 */ }
/* 1040 */ .fa-calendar-o:before {
/* 1041 */   content: "\f133";
/* 1042 */ }
/* 1043 */ .fa-fire-extinguisher:before {
/* 1044 */   content: "\f134";
/* 1045 */ }
/* 1046 */ .fa-rocket:before {
/* 1047 */   content: "\f135";
/* 1048 */ }
/* 1049 */ .fa-maxcdn:before {
/* 1050 */   content: "\f136";

/* font-awesome.css */

/* 1051 */ }
/* 1052 */ .fa-chevron-circle-left:before {
/* 1053 */   content: "\f137";
/* 1054 */ }
/* 1055 */ .fa-chevron-circle-right:before {
/* 1056 */   content: "\f138";
/* 1057 */ }
/* 1058 */ .fa-chevron-circle-up:before {
/* 1059 */   content: "\f139";
/* 1060 */ }
/* 1061 */ .fa-chevron-circle-down:before {
/* 1062 */   content: "\f13a";
/* 1063 */ }
/* 1064 */ .fa-html5:before {
/* 1065 */   content: "\f13b";
/* 1066 */ }
/* 1067 */ .fa-css3:before {
/* 1068 */   content: "\f13c";
/* 1069 */ }
/* 1070 */ .fa-anchor:before {
/* 1071 */   content: "\f13d";
/* 1072 */ }
/* 1073 */ .fa-unlock-alt:before {
/* 1074 */   content: "\f13e";
/* 1075 */ }
/* 1076 */ .fa-bullseye:before {
/* 1077 */   content: "\f140";
/* 1078 */ }
/* 1079 */ .fa-ellipsis-h:before {
/* 1080 */   content: "\f141";
/* 1081 */ }
/* 1082 */ .fa-ellipsis-v:before {
/* 1083 */   content: "\f142";
/* 1084 */ }
/* 1085 */ .fa-rss-square:before {
/* 1086 */   content: "\f143";
/* 1087 */ }
/* 1088 */ .fa-play-circle:before {
/* 1089 */   content: "\f144";
/* 1090 */ }
/* 1091 */ .fa-ticket:before {
/* 1092 */   content: "\f145";
/* 1093 */ }
/* 1094 */ .fa-minus-square:before {
/* 1095 */   content: "\f146";
/* 1096 */ }
/* 1097 */ .fa-minus-square-o:before {
/* 1098 */   content: "\f147";
/* 1099 */ }
/* 1100 */ .fa-level-up:before {

/* font-awesome.css */

/* 1101 */   content: "\f148";
/* 1102 */ }
/* 1103 */ .fa-level-down:before {
/* 1104 */   content: "\f149";
/* 1105 */ }
/* 1106 */ .fa-check-square:before {
/* 1107 */   content: "\f14a";
/* 1108 */ }
/* 1109 */ .fa-pencil-square:before {
/* 1110 */   content: "\f14b";
/* 1111 */ }
/* 1112 */ .fa-external-link-square:before {
/* 1113 */   content: "\f14c";
/* 1114 */ }
/* 1115 */ .fa-share-square:before {
/* 1116 */   content: "\f14d";
/* 1117 */ }
/* 1118 */ .fa-compass:before {
/* 1119 */   content: "\f14e";
/* 1120 */ }
/* 1121 */ .fa-toggle-down:before,
/* 1122 */ .fa-caret-square-o-down:before {
/* 1123 */   content: "\f150";
/* 1124 */ }
/* 1125 */ .fa-toggle-up:before,
/* 1126 */ .fa-caret-square-o-up:before {
/* 1127 */   content: "\f151";
/* 1128 */ }
/* 1129 */ .fa-toggle-right:before,
/* 1130 */ .fa-caret-square-o-right:before {
/* 1131 */   content: "\f152";
/* 1132 */ }
/* 1133 */ .fa-euro:before,
/* 1134 */ .fa-eur:before {
/* 1135 */   content: "\f153";
/* 1136 */ }
/* 1137 */ .fa-gbp:before {
/* 1138 */   content: "\f154";
/* 1139 */ }
/* 1140 */ .fa-dollar:before,
/* 1141 */ .fa-usd:before {
/* 1142 */   content: "\f155";
/* 1143 */ }
/* 1144 */ .fa-rupee:before,
/* 1145 */ .fa-inr:before {
/* 1146 */   content: "\f156";
/* 1147 */ }
/* 1148 */ .fa-cny:before,
/* 1149 */ .fa-rmb:before,
/* 1150 */ .fa-yen:before,

/* font-awesome.css */

/* 1151 */ .fa-jpy:before {
/* 1152 */   content: "\f157";
/* 1153 */ }
/* 1154 */ .fa-ruble:before,
/* 1155 */ .fa-rouble:before,
/* 1156 */ .fa-rub:before {
/* 1157 */   content: "\f158";
/* 1158 */ }
/* 1159 */ .fa-won:before,
/* 1160 */ .fa-krw:before {
/* 1161 */   content: "\f159";
/* 1162 */ }
/* 1163 */ .fa-bitcoin:before,
/* 1164 */ .fa-btc:before {
/* 1165 */   content: "\f15a";
/* 1166 */ }
/* 1167 */ .fa-file:before {
/* 1168 */   content: "\f15b";
/* 1169 */ }
/* 1170 */ .fa-file-text:before {
/* 1171 */   content: "\f15c";
/* 1172 */ }
/* 1173 */ .fa-sort-alpha-asc:before {
/* 1174 */   content: "\f15d";
/* 1175 */ }
/* 1176 */ .fa-sort-alpha-desc:before {
/* 1177 */   content: "\f15e";
/* 1178 */ }
/* 1179 */ .fa-sort-amount-asc:before {
/* 1180 */   content: "\f160";
/* 1181 */ }
/* 1182 */ .fa-sort-amount-desc:before {
/* 1183 */   content: "\f161";
/* 1184 */ }
/* 1185 */ .fa-sort-numeric-asc:before {
/* 1186 */   content: "\f162";
/* 1187 */ }
/* 1188 */ .fa-sort-numeric-desc:before {
/* 1189 */   content: "\f163";
/* 1190 */ }
/* 1191 */ .fa-thumbs-up:before {
/* 1192 */   content: "\f164";
/* 1193 */ }
/* 1194 */ .fa-thumbs-down:before {
/* 1195 */   content: "\f165";
/* 1196 */ }
/* 1197 */ .fa-youtube-square:before {
/* 1198 */   content: "\f166";
/* 1199 */ }
/* 1200 */ .fa-youtube:before {

/* font-awesome.css */

/* 1201 */   content: "\f167";
/* 1202 */ }
/* 1203 */ .fa-xing:before {
/* 1204 */   content: "\f168";
/* 1205 */ }
/* 1206 */ .fa-xing-square:before {
/* 1207 */   content: "\f169";
/* 1208 */ }
/* 1209 */ .fa-youtube-play:before {
/* 1210 */   content: "\f16a";
/* 1211 */ }
/* 1212 */ .fa-dropbox:before {
/* 1213 */   content: "\f16b";
/* 1214 */ }
/* 1215 */ .fa-stack-overflow:before {
/* 1216 */   content: "\f16c";
/* 1217 */ }
/* 1218 */ .fa-instagram:before {
/* 1219 */   content: "\f16d";
/* 1220 */ }
/* 1221 */ .fa-flickr:before {
/* 1222 */   content: "\f16e";
/* 1223 */ }
/* 1224 */ .fa-adn:before {
/* 1225 */   content: "\f170";
/* 1226 */ }
/* 1227 */ .fa-bitbucket:before {
/* 1228 */   content: "\f171";
/* 1229 */ }
/* 1230 */ .fa-bitbucket-square:before {
/* 1231 */   content: "\f172";
/* 1232 */ }
/* 1233 */ .fa-tumblr:before {
/* 1234 */   content: "\f173";
/* 1235 */ }
/* 1236 */ .fa-tumblr-square:before {
/* 1237 */   content: "\f174";
/* 1238 */ }
/* 1239 */ .fa-long-arrow-down:before {
/* 1240 */   content: "\f175";
/* 1241 */ }
/* 1242 */ .fa-long-arrow-up:before {
/* 1243 */   content: "\f176";
/* 1244 */ }
/* 1245 */ .fa-long-arrow-left:before {
/* 1246 */   content: "\f177";
/* 1247 */ }
/* 1248 */ .fa-long-arrow-right:before {
/* 1249 */   content: "\f178";
/* 1250 */ }

/* font-awesome.css */

/* 1251 */ .fa-apple:before {
/* 1252 */   content: "\f179";
/* 1253 */ }
/* 1254 */ .fa-windows:before {
/* 1255 */   content: "\f17a";
/* 1256 */ }
/* 1257 */ .fa-android:before {
/* 1258 */   content: "\f17b";
/* 1259 */ }
/* 1260 */ .fa-linux:before {
/* 1261 */   content: "\f17c";
/* 1262 */ }
/* 1263 */ .fa-dribbble:before {
/* 1264 */   content: "\f17d";
/* 1265 */ }
/* 1266 */ .fa-skype:before {
/* 1267 */   content: "\f17e";
/* 1268 */ }
/* 1269 */ .fa-foursquare:before {
/* 1270 */   content: "\f180";
/* 1271 */ }
/* 1272 */ .fa-trello:before {
/* 1273 */   content: "\f181";
/* 1274 */ }
/* 1275 */ .fa-female:before {
/* 1276 */   content: "\f182";
/* 1277 */ }
/* 1278 */ .fa-male:before {
/* 1279 */   content: "\f183";
/* 1280 */ }
/* 1281 */ .fa-gittip:before,
/* 1282 */ .fa-gratipay:before {
/* 1283 */   content: "\f184";
/* 1284 */ }
/* 1285 */ .fa-sun-o:before {
/* 1286 */   content: "\f185";
/* 1287 */ }
/* 1288 */ .fa-moon-o:before {
/* 1289 */   content: "\f186";
/* 1290 */ }
/* 1291 */ .fa-archive:before {
/* 1292 */   content: "\f187";
/* 1293 */ }
/* 1294 */ .fa-bug:before {
/* 1295 */   content: "\f188";
/* 1296 */ }
/* 1297 */ .fa-vk:before {
/* 1298 */   content: "\f189";
/* 1299 */ }
/* 1300 */ .fa-weibo:before {

/* font-awesome.css */

/* 1301 */   content: "\f18a";
/* 1302 */ }
/* 1303 */ .fa-renren:before {
/* 1304 */   content: "\f18b";
/* 1305 */ }
/* 1306 */ .fa-pagelines:before {
/* 1307 */   content: "\f18c";
/* 1308 */ }
/* 1309 */ .fa-stack-exchange:before {
/* 1310 */   content: "\f18d";
/* 1311 */ }
/* 1312 */ .fa-arrow-circle-o-right:before {
/* 1313 */   content: "\f18e";
/* 1314 */ }
/* 1315 */ .fa-arrow-circle-o-left:before {
/* 1316 */   content: "\f190";
/* 1317 */ }
/* 1318 */ .fa-toggle-left:before,
/* 1319 */ .fa-caret-square-o-left:before {
/* 1320 */   content: "\f191";
/* 1321 */ }
/* 1322 */ .fa-dot-circle-o:before {
/* 1323 */   content: "\f192";
/* 1324 */ }
/* 1325 */ .fa-wheelchair:before {
/* 1326 */   content: "\f193";
/* 1327 */ }
/* 1328 */ .fa-vimeo-square:before {
/* 1329 */   content: "\f194";
/* 1330 */ }
/* 1331 */ .fa-turkish-lira:before,
/* 1332 */ .fa-try:before {
/* 1333 */   content: "\f195";
/* 1334 */ }
/* 1335 */ .fa-plus-square-o:before {
/* 1336 */   content: "\f196";
/* 1337 */ }
/* 1338 */ .fa-space-shuttle:before {
/* 1339 */   content: "\f197";
/* 1340 */ }
/* 1341 */ .fa-slack:before {
/* 1342 */   content: "\f198";
/* 1343 */ }
/* 1344 */ .fa-envelope-square:before {
/* 1345 */   content: "\f199";
/* 1346 */ }
/* 1347 */ .fa-wordpress:before {
/* 1348 */   content: "\f19a";
/* 1349 */ }
/* 1350 */ .fa-openid:before {

/* font-awesome.css */

/* 1351 */   content: "\f19b";
/* 1352 */ }
/* 1353 */ .fa-institution:before,
/* 1354 */ .fa-bank:before,
/* 1355 */ .fa-university:before {
/* 1356 */   content: "\f19c";
/* 1357 */ }
/* 1358 */ .fa-mortar-board:before,
/* 1359 */ .fa-graduation-cap:before {
/* 1360 */   content: "\f19d";
/* 1361 */ }
/* 1362 */ .fa-yahoo:before {
/* 1363 */   content: "\f19e";
/* 1364 */ }
/* 1365 */ .fa-google:before {
/* 1366 */   content: "\f1a0";
/* 1367 */ }
/* 1368 */ .fa-reddit:before {
/* 1369 */   content: "\f1a1";
/* 1370 */ }
/* 1371 */ .fa-reddit-square:before {
/* 1372 */   content: "\f1a2";
/* 1373 */ }
/* 1374 */ .fa-stumbleupon-circle:before {
/* 1375 */   content: "\f1a3";
/* 1376 */ }
/* 1377 */ .fa-stumbleupon:before {
/* 1378 */   content: "\f1a4";
/* 1379 */ }
/* 1380 */ .fa-delicious:before {
/* 1381 */   content: "\f1a5";
/* 1382 */ }
/* 1383 */ .fa-digg:before {
/* 1384 */   content: "\f1a6";
/* 1385 */ }
/* 1386 */ .fa-pied-piper-pp:before {
/* 1387 */   content: "\f1a7";
/* 1388 */ }
/* 1389 */ .fa-pied-piper-alt:before {
/* 1390 */   content: "\f1a8";
/* 1391 */ }
/* 1392 */ .fa-drupal:before {
/* 1393 */   content: "\f1a9";
/* 1394 */ }
/* 1395 */ .fa-joomla:before {
/* 1396 */   content: "\f1aa";
/* 1397 */ }
/* 1398 */ .fa-language:before {
/* 1399 */   content: "\f1ab";
/* 1400 */ }

/* font-awesome.css */

/* 1401 */ .fa-fax:before {
/* 1402 */   content: "\f1ac";
/* 1403 */ }
/* 1404 */ .fa-building:before {
/* 1405 */   content: "\f1ad";
/* 1406 */ }
/* 1407 */ .fa-child:before {
/* 1408 */   content: "\f1ae";
/* 1409 */ }
/* 1410 */ .fa-paw:before {
/* 1411 */   content: "\f1b0";
/* 1412 */ }
/* 1413 */ .fa-spoon:before {
/* 1414 */   content: "\f1b1";
/* 1415 */ }
/* 1416 */ .fa-cube:before {
/* 1417 */   content: "\f1b2";
/* 1418 */ }
/* 1419 */ .fa-cubes:before {
/* 1420 */   content: "\f1b3";
/* 1421 */ }
/* 1422 */ .fa-behance:before {
/* 1423 */   content: "\f1b4";
/* 1424 */ }
/* 1425 */ .fa-behance-square:before {
/* 1426 */   content: "\f1b5";
/* 1427 */ }
/* 1428 */ .fa-steam:before {
/* 1429 */   content: "\f1b6";
/* 1430 */ }
/* 1431 */ .fa-steam-square:before {
/* 1432 */   content: "\f1b7";
/* 1433 */ }
/* 1434 */ .fa-recycle:before {
/* 1435 */   content: "\f1b8";
/* 1436 */ }
/* 1437 */ .fa-automobile:before,
/* 1438 */ .fa-car:before {
/* 1439 */   content: "\f1b9";
/* 1440 */ }
/* 1441 */ .fa-cab:before,
/* 1442 */ .fa-taxi:before {
/* 1443 */   content: "\f1ba";
/* 1444 */ }
/* 1445 */ .fa-tree:before {
/* 1446 */   content: "\f1bb";
/* 1447 */ }
/* 1448 */ .fa-spotify:before {
/* 1449 */   content: "\f1bc";
/* 1450 */ }

/* font-awesome.css */

/* 1451 */ .fa-deviantart:before {
/* 1452 */   content: "\f1bd";
/* 1453 */ }
/* 1454 */ .fa-soundcloud:before {
/* 1455 */   content: "\f1be";
/* 1456 */ }
/* 1457 */ .fa-database:before {
/* 1458 */   content: "\f1c0";
/* 1459 */ }
/* 1460 */ .fa-file-pdf-o:before {
/* 1461 */   content: "\f1c1";
/* 1462 */ }
/* 1463 */ .fa-file-word-o:before {
/* 1464 */   content: "\f1c2";
/* 1465 */ }
/* 1466 */ .fa-file-excel-o:before {
/* 1467 */   content: "\f1c3";
/* 1468 */ }
/* 1469 */ .fa-file-powerpoint-o:before {
/* 1470 */   content: "\f1c4";
/* 1471 */ }
/* 1472 */ .fa-file-photo-o:before,
/* 1473 */ .fa-file-picture-o:before,
/* 1474 */ .fa-file-image-o:before {
/* 1475 */   content: "\f1c5";
/* 1476 */ }
/* 1477 */ .fa-file-zip-o:before,
/* 1478 */ .fa-file-archive-o:before {
/* 1479 */   content: "\f1c6";
/* 1480 */ }
/* 1481 */ .fa-file-sound-o:before,
/* 1482 */ .fa-file-audio-o:before {
/* 1483 */   content: "\f1c7";
/* 1484 */ }
/* 1485 */ .fa-file-movie-o:before,
/* 1486 */ .fa-file-video-o:before {
/* 1487 */   content: "\f1c8";
/* 1488 */ }
/* 1489 */ .fa-file-code-o:before {
/* 1490 */   content: "\f1c9";
/* 1491 */ }
/* 1492 */ .fa-vine:before {
/* 1493 */   content: "\f1ca";
/* 1494 */ }
/* 1495 */ .fa-codepen:before {
/* 1496 */   content: "\f1cb";
/* 1497 */ }
/* 1498 */ .fa-jsfiddle:before {
/* 1499 */   content: "\f1cc";
/* 1500 */ }

/* font-awesome.css */

/* 1501 */ .fa-life-bouy:before,
/* 1502 */ .fa-life-buoy:before,
/* 1503 */ .fa-life-saver:before,
/* 1504 */ .fa-support:before,
/* 1505 */ .fa-life-ring:before {
/* 1506 */   content: "\f1cd";
/* 1507 */ }
/* 1508 */ .fa-circle-o-notch:before {
/* 1509 */   content: "\f1ce";
/* 1510 */ }
/* 1511 */ .fa-ra:before,
/* 1512 */ .fa-resistance:before,
/* 1513 */ .fa-rebel:before {
/* 1514 */   content: "\f1d0";
/* 1515 */ }
/* 1516 */ .fa-ge:before,
/* 1517 */ .fa-empire:before {
/* 1518 */   content: "\f1d1";
/* 1519 */ }
/* 1520 */ .fa-git-square:before {
/* 1521 */   content: "\f1d2";
/* 1522 */ }
/* 1523 */ .fa-git:before {
/* 1524 */   content: "\f1d3";
/* 1525 */ }
/* 1526 */ .fa-y-combinator-square:before,
/* 1527 */ .fa-yc-square:before,
/* 1528 */ .fa-hacker-news:before {
/* 1529 */   content: "\f1d4";
/* 1530 */ }
/* 1531 */ .fa-tencent-weibo:before {
/* 1532 */   content: "\f1d5";
/* 1533 */ }
/* 1534 */ .fa-qq:before {
/* 1535 */   content: "\f1d6";
/* 1536 */ }
/* 1537 */ .fa-wechat:before,
/* 1538 */ .fa-weixin:before {
/* 1539 */   content: "\f1d7";
/* 1540 */ }
/* 1541 */ .fa-send:before,
/* 1542 */ .fa-paper-plane:before {
/* 1543 */   content: "\f1d8";
/* 1544 */ }
/* 1545 */ .fa-send-o:before,
/* 1546 */ .fa-paper-plane-o:before {
/* 1547 */   content: "\f1d9";
/* 1548 */ }
/* 1549 */ .fa-history:before {
/* 1550 */   content: "\f1da";

/* font-awesome.css */

/* 1551 */ }
/* 1552 */ .fa-circle-thin:before {
/* 1553 */   content: "\f1db";
/* 1554 */ }
/* 1555 */ .fa-header:before {
/* 1556 */   content: "\f1dc";
/* 1557 */ }
/* 1558 */ .fa-paragraph:before {
/* 1559 */   content: "\f1dd";
/* 1560 */ }
/* 1561 */ .fa-sliders:before {
/* 1562 */   content: "\f1de";
/* 1563 */ }
/* 1564 */ .fa-share-alt:before {
/* 1565 */   content: "\f1e0";
/* 1566 */ }
/* 1567 */ .fa-share-alt-square:before {
/* 1568 */   content: "\f1e1";
/* 1569 */ }
/* 1570 */ .fa-bomb:before {
/* 1571 */   content: "\f1e2";
/* 1572 */ }
/* 1573 */ .fa-soccer-ball-o:before,
/* 1574 */ .fa-futbol-o:before {
/* 1575 */   content: "\f1e3";
/* 1576 */ }
/* 1577 */ .fa-tty:before {
/* 1578 */   content: "\f1e4";
/* 1579 */ }
/* 1580 */ .fa-binoculars:before {
/* 1581 */   content: "\f1e5";
/* 1582 */ }
/* 1583 */ .fa-plug:before {
/* 1584 */   content: "\f1e6";
/* 1585 */ }
/* 1586 */ .fa-slideshare:before {
/* 1587 */   content: "\f1e7";
/* 1588 */ }
/* 1589 */ .fa-twitch:before {
/* 1590 */   content: "\f1e8";
/* 1591 */ }
/* 1592 */ .fa-yelp:before {
/* 1593 */   content: "\f1e9";
/* 1594 */ }
/* 1595 */ .fa-newspaper-o:before {
/* 1596 */   content: "\f1ea";
/* 1597 */ }
/* 1598 */ .fa-wifi:before {
/* 1599 */   content: "\f1eb";
/* 1600 */ }

/* font-awesome.css */

/* 1601 */ .fa-calculator:before {
/* 1602 */   content: "\f1ec";
/* 1603 */ }
/* 1604 */ .fa-paypal:before {
/* 1605 */   content: "\f1ed";
/* 1606 */ }
/* 1607 */ .fa-google-wallet:before {
/* 1608 */   content: "\f1ee";
/* 1609 */ }
/* 1610 */ .fa-cc-visa:before {
/* 1611 */   content: "\f1f0";
/* 1612 */ }
/* 1613 */ .fa-cc-mastercard:before {
/* 1614 */   content: "\f1f1";
/* 1615 */ }
/* 1616 */ .fa-cc-discover:before {
/* 1617 */   content: "\f1f2";
/* 1618 */ }
/* 1619 */ .fa-cc-amex:before {
/* 1620 */   content: "\f1f3";
/* 1621 */ }
/* 1622 */ .fa-cc-paypal:before {
/* 1623 */   content: "\f1f4";
/* 1624 */ }
/* 1625 */ .fa-cc-stripe:before {
/* 1626 */   content: "\f1f5";
/* 1627 */ }
/* 1628 */ .fa-bell-slash:before {
/* 1629 */   content: "\f1f6";
/* 1630 */ }
/* 1631 */ .fa-bell-slash-o:before {
/* 1632 */   content: "\f1f7";
/* 1633 */ }
/* 1634 */ .fa-trash:before {
/* 1635 */   content: "\f1f8";
/* 1636 */ }
/* 1637 */ .fa-copyright:before {
/* 1638 */   content: "\f1f9";
/* 1639 */ }
/* 1640 */ .fa-at:before {
/* 1641 */   content: "\f1fa";
/* 1642 */ }
/* 1643 */ .fa-eyedropper:before {
/* 1644 */   content: "\f1fb";
/* 1645 */ }
/* 1646 */ .fa-paint-brush:before {
/* 1647 */   content: "\f1fc";
/* 1648 */ }
/* 1649 */ .fa-birthday-cake:before {
/* 1650 */   content: "\f1fd";

/* font-awesome.css */

/* 1651 */ }
/* 1652 */ .fa-area-chart:before {
/* 1653 */   content: "\f1fe";
/* 1654 */ }
/* 1655 */ .fa-pie-chart:before {
/* 1656 */   content: "\f200";
/* 1657 */ }
/* 1658 */ .fa-line-chart:before {
/* 1659 */   content: "\f201";
/* 1660 */ }
/* 1661 */ .fa-lastfm:before {
/* 1662 */   content: "\f202";
/* 1663 */ }
/* 1664 */ .fa-lastfm-square:before {
/* 1665 */   content: "\f203";
/* 1666 */ }
/* 1667 */ .fa-toggle-off:before {
/* 1668 */   content: "\f204";
/* 1669 */ }
/* 1670 */ .fa-toggle-on:before {
/* 1671 */   content: "\f205";
/* 1672 */ }
/* 1673 */ .fa-bicycle:before {
/* 1674 */   content: "\f206";
/* 1675 */ }
/* 1676 */ .fa-bus:before {
/* 1677 */   content: "\f207";
/* 1678 */ }
/* 1679 */ .fa-ioxhost:before {
/* 1680 */   content: "\f208";
/* 1681 */ }
/* 1682 */ .fa-angellist:before {
/* 1683 */   content: "\f209";
/* 1684 */ }
/* 1685 */ .fa-cc:before {
/* 1686 */   content: "\f20a";
/* 1687 */ }
/* 1688 */ .fa-shekel:before,
/* 1689 */ .fa-sheqel:before,
/* 1690 */ .fa-ils:before {
/* 1691 */   content: "\f20b";
/* 1692 */ }
/* 1693 */ .fa-meanpath:before {
/* 1694 */   content: "\f20c";
/* 1695 */ }
/* 1696 */ .fa-buysellads:before {
/* 1697 */   content: "\f20d";
/* 1698 */ }
/* 1699 */ .fa-connectdevelop:before {
/* 1700 */   content: "\f20e";

/* font-awesome.css */

/* 1701 */ }
/* 1702 */ .fa-dashcube:before {
/* 1703 */   content: "\f210";
/* 1704 */ }
/* 1705 */ .fa-forumbee:before {
/* 1706 */   content: "\f211";
/* 1707 */ }
/* 1708 */ .fa-leanpub:before {
/* 1709 */   content: "\f212";
/* 1710 */ }
/* 1711 */ .fa-sellsy:before {
/* 1712 */   content: "\f213";
/* 1713 */ }
/* 1714 */ .fa-shirtsinbulk:before {
/* 1715 */   content: "\f214";
/* 1716 */ }
/* 1717 */ .fa-simplybuilt:before {
/* 1718 */   content: "\f215";
/* 1719 */ }
/* 1720 */ .fa-skyatlas:before {
/* 1721 */   content: "\f216";
/* 1722 */ }
/* 1723 */ .fa-cart-plus:before {
/* 1724 */   content: "\f217";
/* 1725 */ }
/* 1726 */ .fa-cart-arrow-down:before {
/* 1727 */   content: "\f218";
/* 1728 */ }
/* 1729 */ .fa-diamond:before {
/* 1730 */   content: "\f219";
/* 1731 */ }
/* 1732 */ .fa-ship:before {
/* 1733 */   content: "\f21a";
/* 1734 */ }
/* 1735 */ .fa-user-secret:before {
/* 1736 */   content: "\f21b";
/* 1737 */ }
/* 1738 */ .fa-motorcycle:before {
/* 1739 */   content: "\f21c";
/* 1740 */ }
/* 1741 */ .fa-street-view:before {
/* 1742 */   content: "\f21d";
/* 1743 */ }
/* 1744 */ .fa-heartbeat:before {
/* 1745 */   content: "\f21e";
/* 1746 */ }
/* 1747 */ .fa-venus:before {
/* 1748 */   content: "\f221";
/* 1749 */ }
/* 1750 */ .fa-mars:before {

/* font-awesome.css */

/* 1751 */   content: "\f222";
/* 1752 */ }
/* 1753 */ .fa-mercury:before {
/* 1754 */   content: "\f223";
/* 1755 */ }
/* 1756 */ .fa-intersex:before,
/* 1757 */ .fa-transgender:before {
/* 1758 */   content: "\f224";
/* 1759 */ }
/* 1760 */ .fa-transgender-alt:before {
/* 1761 */   content: "\f225";
/* 1762 */ }
/* 1763 */ .fa-venus-double:before {
/* 1764 */   content: "\f226";
/* 1765 */ }
/* 1766 */ .fa-mars-double:before {
/* 1767 */   content: "\f227";
/* 1768 */ }
/* 1769 */ .fa-venus-mars:before {
/* 1770 */   content: "\f228";
/* 1771 */ }
/* 1772 */ .fa-mars-stroke:before {
/* 1773 */   content: "\f229";
/* 1774 */ }
/* 1775 */ .fa-mars-stroke-v:before {
/* 1776 */   content: "\f22a";
/* 1777 */ }
/* 1778 */ .fa-mars-stroke-h:before {
/* 1779 */   content: "\f22b";
/* 1780 */ }
/* 1781 */ .fa-neuter:before {
/* 1782 */   content: "\f22c";
/* 1783 */ }
/* 1784 */ .fa-genderless:before {
/* 1785 */   content: "\f22d";
/* 1786 */ }
/* 1787 */ .fa-facebook-official:before {
/* 1788 */   content: "\f230";
/* 1789 */ }
/* 1790 */ .fa-pinterest-p:before {
/* 1791 */   content: "\f231";
/* 1792 */ }
/* 1793 */ .fa-whatsapp:before {
/* 1794 */   content: "\f232";
/* 1795 */ }
/* 1796 */ .fa-server:before {
/* 1797 */   content: "\f233";
/* 1798 */ }
/* 1799 */ .fa-user-plus:before {
/* 1800 */   content: "\f234";

/* font-awesome.css */

/* 1801 */ }
/* 1802 */ .fa-user-times:before {
/* 1803 */   content: "\f235";
/* 1804 */ }
/* 1805 */ .fa-hotel:before,
/* 1806 */ .fa-bed:before {
/* 1807 */   content: "\f236";
/* 1808 */ }
/* 1809 */ .fa-viacoin:before {
/* 1810 */   content: "\f237";
/* 1811 */ }
/* 1812 */ .fa-train:before {
/* 1813 */   content: "\f238";
/* 1814 */ }
/* 1815 */ .fa-subway:before {
/* 1816 */   content: "\f239";
/* 1817 */ }
/* 1818 */ .fa-medium:before {
/* 1819 */   content: "\f23a";
/* 1820 */ }
/* 1821 */ .fa-yc:before,
/* 1822 */ .fa-y-combinator:before {
/* 1823 */   content: "\f23b";
/* 1824 */ }
/* 1825 */ .fa-optin-monster:before {
/* 1826 */   content: "\f23c";
/* 1827 */ }
/* 1828 */ .fa-opencart:before {
/* 1829 */   content: "\f23d";
/* 1830 */ }
/* 1831 */ .fa-expeditedssl:before {
/* 1832 */   content: "\f23e";
/* 1833 */ }
/* 1834 */ .fa-battery-4:before,
/* 1835 */ .fa-battery:before,
/* 1836 */ .fa-battery-full:before {
/* 1837 */   content: "\f240";
/* 1838 */ }
/* 1839 */ .fa-battery-3:before,
/* 1840 */ .fa-battery-three-quarters:before {
/* 1841 */   content: "\f241";
/* 1842 */ }
/* 1843 */ .fa-battery-2:before,
/* 1844 */ .fa-battery-half:before {
/* 1845 */   content: "\f242";
/* 1846 */ }
/* 1847 */ .fa-battery-1:before,
/* 1848 */ .fa-battery-quarter:before {
/* 1849 */   content: "\f243";
/* 1850 */ }

/* font-awesome.css */

/* 1851 */ .fa-battery-0:before,
/* 1852 */ .fa-battery-empty:before {
/* 1853 */   content: "\f244";
/* 1854 */ }
/* 1855 */ .fa-mouse-pointer:before {
/* 1856 */   content: "\f245";
/* 1857 */ }
/* 1858 */ .fa-i-cursor:before {
/* 1859 */   content: "\f246";
/* 1860 */ }
/* 1861 */ .fa-object-group:before {
/* 1862 */   content: "\f247";
/* 1863 */ }
/* 1864 */ .fa-object-ungroup:before {
/* 1865 */   content: "\f248";
/* 1866 */ }
/* 1867 */ .fa-sticky-note:before {
/* 1868 */   content: "\f249";
/* 1869 */ }
/* 1870 */ .fa-sticky-note-o:before {
/* 1871 */   content: "\f24a";
/* 1872 */ }
/* 1873 */ .fa-cc-jcb:before {
/* 1874 */   content: "\f24b";
/* 1875 */ }
/* 1876 */ .fa-cc-diners-club:before {
/* 1877 */   content: "\f24c";
/* 1878 */ }
/* 1879 */ .fa-clone:before {
/* 1880 */   content: "\f24d";
/* 1881 */ }
/* 1882 */ .fa-balance-scale:before {
/* 1883 */   content: "\f24e";
/* 1884 */ }
/* 1885 */ .fa-hourglass-o:before {
/* 1886 */   content: "\f250";
/* 1887 */ }
/* 1888 */ .fa-hourglass-1:before,
/* 1889 */ .fa-hourglass-start:before {
/* 1890 */   content: "\f251";
/* 1891 */ }
/* 1892 */ .fa-hourglass-2:before,
/* 1893 */ .fa-hourglass-half:before {
/* 1894 */   content: "\f252";
/* 1895 */ }
/* 1896 */ .fa-hourglass-3:before,
/* 1897 */ .fa-hourglass-end:before {
/* 1898 */   content: "\f253";
/* 1899 */ }
/* 1900 */ .fa-hourglass:before {

/* font-awesome.css */

/* 1901 */   content: "\f254";
/* 1902 */ }
/* 1903 */ .fa-hand-grab-o:before,
/* 1904 */ .fa-hand-rock-o:before {
/* 1905 */   content: "\f255";
/* 1906 */ }
/* 1907 */ .fa-hand-stop-o:before,
/* 1908 */ .fa-hand-paper-o:before {
/* 1909 */   content: "\f256";
/* 1910 */ }
/* 1911 */ .fa-hand-scissors-o:before {
/* 1912 */   content: "\f257";
/* 1913 */ }
/* 1914 */ .fa-hand-lizard-o:before {
/* 1915 */   content: "\f258";
/* 1916 */ }
/* 1917 */ .fa-hand-spock-o:before {
/* 1918 */   content: "\f259";
/* 1919 */ }
/* 1920 */ .fa-hand-pointer-o:before {
/* 1921 */   content: "\f25a";
/* 1922 */ }
/* 1923 */ .fa-hand-peace-o:before {
/* 1924 */   content: "\f25b";
/* 1925 */ }
/* 1926 */ .fa-trademark:before {
/* 1927 */   content: "\f25c";
/* 1928 */ }
/* 1929 */ .fa-registered:before {
/* 1930 */   content: "\f25d";
/* 1931 */ }
/* 1932 */ .fa-creative-commons:before {
/* 1933 */   content: "\f25e";
/* 1934 */ }
/* 1935 */ .fa-gg:before {
/* 1936 */   content: "\f260";
/* 1937 */ }
/* 1938 */ .fa-gg-circle:before {
/* 1939 */   content: "\f261";
/* 1940 */ }
/* 1941 */ .fa-tripadvisor:before {
/* 1942 */   content: "\f262";
/* 1943 */ }
/* 1944 */ .fa-odnoklassniki:before {
/* 1945 */   content: "\f263";
/* 1946 */ }
/* 1947 */ .fa-odnoklassniki-square:before {
/* 1948 */   content: "\f264";
/* 1949 */ }
/* 1950 */ .fa-get-pocket:before {

/* font-awesome.css */

/* 1951 */   content: "\f265";
/* 1952 */ }
/* 1953 */ .fa-wikipedia-w:before {
/* 1954 */   content: "\f266";
/* 1955 */ }
/* 1956 */ .fa-safari:before {
/* 1957 */   content: "\f267";
/* 1958 */ }
/* 1959 */ .fa-chrome:before {
/* 1960 */   content: "\f268";
/* 1961 */ }
/* 1962 */ .fa-firefox:before {
/* 1963 */   content: "\f269";
/* 1964 */ }
/* 1965 */ .fa-opera:before {
/* 1966 */   content: "\f26a";
/* 1967 */ }
/* 1968 */ .fa-internet-explorer:before {
/* 1969 */   content: "\f26b";
/* 1970 */ }
/* 1971 */ .fa-tv:before,
/* 1972 */ .fa-television:before {
/* 1973 */   content: "\f26c";
/* 1974 */ }
/* 1975 */ .fa-contao:before {
/* 1976 */   content: "\f26d";
/* 1977 */ }
/* 1978 */ .fa-500px:before {
/* 1979 */   content: "\f26e";
/* 1980 */ }
/* 1981 */ .fa-amazon:before {
/* 1982 */   content: "\f270";
/* 1983 */ }
/* 1984 */ .fa-calendar-plus-o:before {
/* 1985 */   content: "\f271";
/* 1986 */ }
/* 1987 */ .fa-calendar-minus-o:before {
/* 1988 */   content: "\f272";
/* 1989 */ }
/* 1990 */ .fa-calendar-times-o:before {
/* 1991 */   content: "\f273";
/* 1992 */ }
/* 1993 */ .fa-calendar-check-o:before {
/* 1994 */   content: "\f274";
/* 1995 */ }
/* 1996 */ .fa-industry:before {
/* 1997 */   content: "\f275";
/* 1998 */ }
/* 1999 */ .fa-map-pin:before {
/* 2000 */   content: "\f276";

/* font-awesome.css */

/* 2001 */ }
/* 2002 */ .fa-map-signs:before {
/* 2003 */   content: "\f277";
/* 2004 */ }
/* 2005 */ .fa-map-o:before {
/* 2006 */   content: "\f278";
/* 2007 */ }
/* 2008 */ .fa-map:before {
/* 2009 */   content: "\f279";
/* 2010 */ }
/* 2011 */ .fa-commenting:before {
/* 2012 */   content: "\f27a";
/* 2013 */ }
/* 2014 */ .fa-commenting-o:before {
/* 2015 */   content: "\f27b";
/* 2016 */ }
/* 2017 */ .fa-houzz:before {
/* 2018 */   content: "\f27c";
/* 2019 */ }
/* 2020 */ .fa-vimeo:before {
/* 2021 */   content: "\f27d";
/* 2022 */ }
/* 2023 */ .fa-black-tie:before {
/* 2024 */   content: "\f27e";
/* 2025 */ }
/* 2026 */ .fa-fonticons:before {
/* 2027 */   content: "\f280";
/* 2028 */ }
/* 2029 */ .fa-reddit-alien:before {
/* 2030 */   content: "\f281";
/* 2031 */ }
/* 2032 */ .fa-edge:before {
/* 2033 */   content: "\f282";
/* 2034 */ }
/* 2035 */ .fa-credit-card-alt:before {
/* 2036 */   content: "\f283";
/* 2037 */ }
/* 2038 */ .fa-codiepie:before {
/* 2039 */   content: "\f284";
/* 2040 */ }
/* 2041 */ .fa-modx:before {
/* 2042 */   content: "\f285";
/* 2043 */ }
/* 2044 */ .fa-fort-awesome:before {
/* 2045 */   content: "\f286";
/* 2046 */ }
/* 2047 */ .fa-usb:before {
/* 2048 */   content: "\f287";
/* 2049 */ }
/* 2050 */ .fa-product-hunt:before {

/* font-awesome.css */

/* 2051 */   content: "\f288";
/* 2052 */ }
/* 2053 */ .fa-mixcloud:before {
/* 2054 */   content: "\f289";
/* 2055 */ }
/* 2056 */ .fa-scribd:before {
/* 2057 */   content: "\f28a";
/* 2058 */ }
/* 2059 */ .fa-pause-circle:before {
/* 2060 */   content: "\f28b";
/* 2061 */ }
/* 2062 */ .fa-pause-circle-o:before {
/* 2063 */   content: "\f28c";
/* 2064 */ }
/* 2065 */ .fa-stop-circle:before {
/* 2066 */   content: "\f28d";
/* 2067 */ }
/* 2068 */ .fa-stop-circle-o:before {
/* 2069 */   content: "\f28e";
/* 2070 */ }
/* 2071 */ .fa-shopping-bag:before {
/* 2072 */   content: "\f290";
/* 2073 */ }
/* 2074 */ .fa-shopping-basket:before {
/* 2075 */   content: "\f291";
/* 2076 */ }
/* 2077 */ .fa-hashtag:before {
/* 2078 */   content: "\f292";
/* 2079 */ }
/* 2080 */ .fa-bluetooth:before {
/* 2081 */   content: "\f293";
/* 2082 */ }
/* 2083 */ .fa-bluetooth-b:before {
/* 2084 */   content: "\f294";
/* 2085 */ }
/* 2086 */ .fa-percent:before {
/* 2087 */   content: "\f295";
/* 2088 */ }
/* 2089 */ .fa-gitlab:before {
/* 2090 */   content: "\f296";
/* 2091 */ }
/* 2092 */ .fa-wpbeginner:before {
/* 2093 */   content: "\f297";
/* 2094 */ }
/* 2095 */ .fa-wpforms:before {
/* 2096 */   content: "\f298";
/* 2097 */ }
/* 2098 */ .fa-envira:before {
/* 2099 */   content: "\f299";
/* 2100 */ }

/* font-awesome.css */

/* 2101 */ .fa-universal-access:before {
/* 2102 */   content: "\f29a";
/* 2103 */ }
/* 2104 */ .fa-wheelchair-alt:before {
/* 2105 */   content: "\f29b";
/* 2106 */ }
/* 2107 */ .fa-question-circle-o:before {
/* 2108 */   content: "\f29c";
/* 2109 */ }
/* 2110 */ .fa-blind:before {
/* 2111 */   content: "\f29d";
/* 2112 */ }
/* 2113 */ .fa-audio-description:before {
/* 2114 */   content: "\f29e";
/* 2115 */ }
/* 2116 */ .fa-volume-control-phone:before {
/* 2117 */   content: "\f2a0";
/* 2118 */ }
/* 2119 */ .fa-braille:before {
/* 2120 */   content: "\f2a1";
/* 2121 */ }
/* 2122 */ .fa-assistive-listening-systems:before {
/* 2123 */   content: "\f2a2";
/* 2124 */ }
/* 2125 */ .fa-asl-interpreting:before,
/* 2126 */ .fa-american-sign-language-interpreting:before {
/* 2127 */   content: "\f2a3";
/* 2128 */ }
/* 2129 */ .fa-deafness:before,
/* 2130 */ .fa-hard-of-hearing:before,
/* 2131 */ .fa-deaf:before {
/* 2132 */   content: "\f2a4";
/* 2133 */ }
/* 2134 */ .fa-glide:before {
/* 2135 */   content: "\f2a5";
/* 2136 */ }
/* 2137 */ .fa-glide-g:before {
/* 2138 */   content: "\f2a6";
/* 2139 */ }
/* 2140 */ .fa-signing:before,
/* 2141 */ .fa-sign-language:before {
/* 2142 */   content: "\f2a7";
/* 2143 */ }
/* 2144 */ .fa-low-vision:before {
/* 2145 */   content: "\f2a8";
/* 2146 */ }
/* 2147 */ .fa-viadeo:before {
/* 2148 */   content: "\f2a9";
/* 2149 */ }
/* 2150 */ .fa-viadeo-square:before {

/* font-awesome.css */

/* 2151 */   content: "\f2aa";
/* 2152 */ }
/* 2153 */ .fa-snapchat:before {
/* 2154 */   content: "\f2ab";
/* 2155 */ }
/* 2156 */ .fa-snapchat-ghost:before {
/* 2157 */   content: "\f2ac";
/* 2158 */ }
/* 2159 */ .fa-snapchat-square:before {
/* 2160 */   content: "\f2ad";
/* 2161 */ }
/* 2162 */ .fa-pied-piper:before {
/* 2163 */   content: "\f2ae";
/* 2164 */ }
/* 2165 */ .fa-first-order:before {
/* 2166 */   content: "\f2b0";
/* 2167 */ }
/* 2168 */ .fa-yoast:before {
/* 2169 */   content: "\f2b1";
/* 2170 */ }
/* 2171 */ .fa-themeisle:before {
/* 2172 */   content: "\f2b2";
/* 2173 */ }
/* 2174 */ .fa-google-plus-circle:before,
/* 2175 */ .fa-google-plus-official:before {
/* 2176 */   content: "\f2b3";
/* 2177 */ }
/* 2178 */ .fa-fa:before,
/* 2179 */ .fa-font-awesome:before {
/* 2180 */   content: "\f2b4";
/* 2181 */ }
/* 2182 */ .fa-handshake-o:before {
/* 2183 */   content: "\f2b5";
/* 2184 */ }
/* 2185 */ .fa-envelope-open:before {
/* 2186 */   content: "\f2b6";
/* 2187 */ }
/* 2188 */ .fa-envelope-open-o:before {
/* 2189 */   content: "\f2b7";
/* 2190 */ }
/* 2191 */ .fa-linode:before {
/* 2192 */   content: "\f2b8";
/* 2193 */ }
/* 2194 */ .fa-address-book:before {
/* 2195 */   content: "\f2b9";
/* 2196 */ }
/* 2197 */ .fa-address-book-o:before {
/* 2198 */   content: "\f2ba";
/* 2199 */ }
/* 2200 */ .fa-vcard:before,

/* font-awesome.css */

/* 2201 */ .fa-address-card:before {
/* 2202 */   content: "\f2bb";
/* 2203 */ }
/* 2204 */ .fa-vcard-o:before,
/* 2205 */ .fa-address-card-o:before {
/* 2206 */   content: "\f2bc";
/* 2207 */ }
/* 2208 */ .fa-user-circle:before {
/* 2209 */   content: "\f2bd";
/* 2210 */ }
/* 2211 */ .fa-user-circle-o:before {
/* 2212 */   content: "\f2be";
/* 2213 */ }
/* 2214 */ .fa-user-o:before {
/* 2215 */   content: "\f2c0";
/* 2216 */ }
/* 2217 */ .fa-id-badge:before {
/* 2218 */   content: "\f2c1";
/* 2219 */ }
/* 2220 */ .fa-drivers-license:before,
/* 2221 */ .fa-id-card:before {
/* 2222 */   content: "\f2c2";
/* 2223 */ }
/* 2224 */ .fa-drivers-license-o:before,
/* 2225 */ .fa-id-card-o:before {
/* 2226 */   content: "\f2c3";
/* 2227 */ }
/* 2228 */ .fa-quora:before {
/* 2229 */   content: "\f2c4";
/* 2230 */ }
/* 2231 */ .fa-free-code-camp:before {
/* 2232 */   content: "\f2c5";
/* 2233 */ }
/* 2234 */ .fa-telegram:before {
/* 2235 */   content: "\f2c6";
/* 2236 */ }
/* 2237 */ .fa-thermometer-4:before,
/* 2238 */ .fa-thermometer:before,
/* 2239 */ .fa-thermometer-full:before {
/* 2240 */   content: "\f2c7";
/* 2241 */ }
/* 2242 */ .fa-thermometer-3:before,
/* 2243 */ .fa-thermometer-three-quarters:before {
/* 2244 */   content: "\f2c8";
/* 2245 */ }
/* 2246 */ .fa-thermometer-2:before,
/* 2247 */ .fa-thermometer-half:before {
/* 2248 */   content: "\f2c9";
/* 2249 */ }
/* 2250 */ .fa-thermometer-1:before,

/* font-awesome.css */

/* 2251 */ .fa-thermometer-quarter:before {
/* 2252 */   content: "\f2ca";
/* 2253 */ }
/* 2254 */ .fa-thermometer-0:before,
/* 2255 */ .fa-thermometer-empty:before {
/* 2256 */   content: "\f2cb";
/* 2257 */ }
/* 2258 */ .fa-shower:before {
/* 2259 */   content: "\f2cc";
/* 2260 */ }
/* 2261 */ .fa-bathtub:before,
/* 2262 */ .fa-s15:before,
/* 2263 */ .fa-bath:before {
/* 2264 */   content: "\f2cd";
/* 2265 */ }
/* 2266 */ .fa-podcast:before {
/* 2267 */   content: "\f2ce";
/* 2268 */ }
/* 2269 */ .fa-window-maximize:before {
/* 2270 */   content: "\f2d0";
/* 2271 */ }
/* 2272 */ .fa-window-minimize:before {
/* 2273 */   content: "\f2d1";
/* 2274 */ }
/* 2275 */ .fa-window-restore:before {
/* 2276 */   content: "\f2d2";
/* 2277 */ }
/* 2278 */ .fa-times-rectangle:before,
/* 2279 */ .fa-window-close:before {
/* 2280 */   content: "\f2d3";
/* 2281 */ }
/* 2282 */ .fa-times-rectangle-o:before,
/* 2283 */ .fa-window-close-o:before {
/* 2284 */   content: "\f2d4";
/* 2285 */ }
/* 2286 */ .fa-bandcamp:before {
/* 2287 */   content: "\f2d5";
/* 2288 */ }
/* 2289 */ .fa-grav:before {
/* 2290 */   content: "\f2d6";
/* 2291 */ }
/* 2292 */ .fa-etsy:before {
/* 2293 */   content: "\f2d7";
/* 2294 */ }
/* 2295 */ .fa-imdb:before {
/* 2296 */   content: "\f2d8";
/* 2297 */ }
/* 2298 */ .fa-ravelry:before {
/* 2299 */   content: "\f2d9";
/* 2300 */ }

/* font-awesome.css */

/* 2301 */ .fa-eercast:before {
/* 2302 */   content: "\f2da";
/* 2303 */ }
/* 2304 */ .fa-microchip:before {
/* 2305 */   content: "\f2db";
/* 2306 */ }
/* 2307 */ .fa-snowflake-o:before {
/* 2308 */   content: "\f2dc";
/* 2309 */ }
/* 2310 */ .fa-superpowers:before {
/* 2311 */   content: "\f2dd";
/* 2312 */ }
/* 2313 */ .fa-wpexplorer:before {
/* 2314 */   content: "\f2de";
/* 2315 */ }
/* 2316 */ .fa-meetup:before {
/* 2317 */   content: "\f2e0";
/* 2318 */ }
/* 2319 */ .sr-only {
/* 2320 */   position: absolute;
/* 2321 */   width: 1px;
/* 2322 */   height: 1px;
/* 2323 */   padding: 0;
/* 2324 */   margin: -1px;
/* 2325 */   overflow: hidden;
/* 2326 */   clip: rect(0, 0, 0, 0);
/* 2327 */   border: 0;
/* 2328 */ }
/* 2329 */ .sr-only-focusable:active,
/* 2330 */ .sr-only-focusable:focus {
/* 2331 */   position: static;
/* 2332 */   width: auto;
/* 2333 */   height: auto;
/* 2334 */   margin: 0;
/* 2335 */   overflow: visible;
/* 2336 */   clip: auto;
/* 2337 */ }
/* 2338 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* mobilenav.css */

/* 1   */ .mobile-nav-frame {
/* 2   */   position: fixed;
/* 3   */   top: 0px;
/* 4   */   right: 0px;
/* 5   */   width: 100%;
/* 6   */   height: 100%;
/* 7   */   overflow: auto;
/* 8   */   -webkit-box-sizing: border-box;
/* 9   */   -moz-box-sizing: border-box;
/* 10  */   box-sizing: border-box;
/* 11  */   background: #222222;
/* 12  */   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
/* 13  */   z-index: 999999;
/* 14  */ }
/* 15  */ .mobile-nav-frame .title {
/* 16  */   padding: 14px 12px;
/* 17  */   margin-bottom: 25px;
/* 18  */   border-bottom: 1px solid #1c1c1c;
/* 19  */   background: #161616;
/* 20  */ }
/* 21  */ .mobile-nav-frame .title h3 {
/* 22  */   margin: 0px 50px;
/* 23  */   text-align: center;
/* 24  */   color: white;
/* 25  */   text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
/* 26  */   overflow: hidden;
/* 27  */   height: 1.25em;
/* 28  */   font: 200 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
/* 29  */ }
/* 30  */ .mobile-nav-frame .title .close,
/* 31  */ .mobile-nav-frame .title .back {
/* 32  */   position: absolute;
/* 33  */   padding: 7px;
/* 34  */   font-size: 19px;
/* 35  */   font-weight: 200;
/* 36  */   margin-top: -1px;
/* 37  */   color: white;
/* 38  */   text-decoration: none;
/* 39  */   top: 11px;
/* 40  */ }
/* 41  */ .mobile-nav-frame .title .close {
/* 42  */   right: 12px;
/* 43  */ }
/* 44  */ .mobile-nav-frame .title .back {
/* 45  */   left: 12px;
/* 46  */ }
/* 47  */ .mobile-nav-frame form.search {
/* 48  */   margin: 20px 12px;
/* 49  */   position: relative;
/* 50  */   background-color: transparent;

/* mobilenav.css */

/* 51  */ }
/* 52  */ .mobile-nav-frame form.search input[type=search] {
/* 53  */   display: block;
/* 54  */   width: 100%;
/* 55  */   font-size: 18px;
/* 56  */   -moz-box-sizing: border-box;
/* 57  */   -webkit-box-sizing: border-box;
/* 58  */   box-sizing: border-box;
/* 59  */   background: #E0E0E0;
/* 60  */   border: none;
/* 61  */ }
/* 62  */ .mobile-nav-frame form.search input[type=submit] {
/* 63  */   display: none;
/* 64  */ }
/* 65  */ .mobile-nav-frame .slides {
/* 66  */   display: block;
/* 67  */ }
/* 68  */ .mobile-nav-frame ul {
/* 69  */   margin: 0px 12px;
/* 70  */   background: #212121;
/* 71  */   border: 1px solid #111;
/* 72  */   padding: 4px 10px;
/* 73  */   -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
/* 74  */   -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
/* 75  */   box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
/* 76  */   -webkit-border-radius: 6px;
/* 77  */   -moz-border-radius: 6px;
/* 78  */   border-radius: 6px;
/* 79  */ }
/* 80  */ .mobile-nav-frame ul li {
/* 81  */   display: block;
/* 82  */   padding: 15px 5px;
/* 83  */   border-bottom: 1px solid rgba(0, 0, 0, 0.25);
/* 84  */   border-top: 1px solid rgba(255, 255, 255, 0.05);
/* 85  */ }
/* 86  */ .mobile-nav-frame ul li a.link {
/* 87  */   display: block;
/* 88  */   margin-right: 30px;
/* 89  */   text-decoration: none;
/* 90  */   color: #F3F3F3;
/* 91  */   text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
/* 92  */   font-size: 17px;
/* 93  */   font-weight: 300;
/* 94  */   cursor: pointer;
/* 95  */ }
/* 96  */ .mobile-nav-frame ul li:first-child {
/* 97  */   border-top: none;
/* 98  */ }
/* 99  */ .mobile-nav-frame ul li:last-child {
/* 100 */   border-bottom: none;

/* mobilenav.css */

/* 101 */ }
/* 102 */ .mobile-nav-frame .next {
/* 103 */   float: right;
/* 104 */   text-decoration: none;
/* 105 */   color: #F3F3F3;
/* 106 */   font-size: 17px;
/* 107 */   font-weight: 300;
/* 108 */ }
/* 109 */ .admin-bar .mobile-nav-frame .title {
/* 110 */   position: relative;
/* 111 */ }
/* 112 */ a.mobilenav {
/* 113 */   display: none;
/* 114 */ }
/* 115 */
/* 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: Apr 06 2020, 08:42:47
/* 4  *|  */
/* 5  */
/* 6  */
/* 7  */ /* Popup Google Fonts */
/* 8  */ @import url('//fonts.googleapis.com/css?family=Montserrat|Acme');
/* 9  */
/* 10 */
/* 11 */
/* 12 */ .pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}@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-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 2155: Default Theme */
/* 15 */ .pum-theme-2155, .pum-theme-default-theme {  }
/* 16 */ .pum-theme-2155 .pum-container, .pum-theme-default-theme .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 0, 0, 0, 0.00 ) }
/* 17 */ .pum-theme-2155 .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-size: 32px; line-height: 36px }
/* 18 */ .pum-theme-2155 .pum-content, .pum-theme-default-theme .pum-content { font-family: inherit }
/* 19 */ .pum-theme-2155 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: 0px; top: auto; padding: 8px; color: #ffffff; font-family: inherit; font-size: 12px; 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 ) }
/* 20 */
/* 21 */ /* Popup Theme 2156: Light Box */
/* 22 */ .pum-theme-2156, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) }
/* 23 */ .pum-theme-2156 .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 ) }
/* 24 */ .pum-theme-2156 .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 }
/* 25 */ .pum-theme-2156 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit }
/* 26 */ .pum-theme-2156 .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 ) }
/* 27 */
/* 28 */ /* Popup Theme 2157: Enterprise Blue */
/* 29 */ .pum-theme-2157, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) }
/* 30 */ .pum-theme-2157 .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 ) }
/* 31 */ .pum-theme-2157 .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 }
/* 32 */ .pum-theme-2157 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit }
/* 33 */ .pum-theme-2157 .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 ) }
/* 34 */
/* 35 */ /* Popup Theme 2158: Hello Box */
/* 36 */ .pum-theme-2158, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) }
/* 37 */ .pum-theme-2158 .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 ) }
/* 38 */ .pum-theme-2158 .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 }
/* 39 */ .pum-theme-2158 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit }
/* 40 */ .pum-theme-2158 .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 ) }
/* 41 */
/* 42 */ /* Popup Theme 2159: Cutting Edge */
/* 43 */ .pum-theme-2159, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) }
/* 44 */ .pum-theme-2159 .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 ) }
/* 45 */ .pum-theme-2159 .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 }
/* 46 */ .pum-theme-2159 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit }
/* 47 */ .pum-theme-2159 .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 ) }
/* 48 */
/* 49 */ /* Popup Theme 2160: Framed Border */
/* 50 */ .pum-theme-2160, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) }

/* pum-site-styles.css */

/* 51 */ .pum-theme-2160 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) }
/* 52 */ .pum-theme-2160 .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 }
/* 53 */ .pum-theme-2160 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit }
/* 54 */ .pum-theme-2160 .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 ) }
/* 55 */
/* 56 */
/* 57 */
/* 58 */ #pum-2181 {z-index: 1999999999}
/* 59 */ #pum-2171 {z-index: 1999999999}
/* 60 */
/* 61 */
/* 62 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* gmedia.global.front.css */

/* 1 */ .gmedia-gallery * { box-sizing: border-box !important; }
/* 2 */ .mfp-gmedia-open .mfp-arrow { top: auto !important; margin-top: auto !important; }
/* 3 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* sow-slider-default-abf3e628296a.css */

/* 1 */ .so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slider-pagination li a {
/* 2 */   background: #ffffff;
/* 3 */ }
/* 4 */ .so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slide-nav {
/* 5 */   font-size: 25px;
/* 6 */ }
/* 7 */ .so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slide-nav a {
/* 8 */   color: #ffffff;
/* 9 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* slider.css */

/* 1 */ @font-face{font-family:'so-slider-pointers';src:url('fonts/slider.eot?8p86w5');src:url('fonts/slider.eot?#iefix8p86w5') format('embedded-opentype'),url('fonts/slider.woff?8p86w5') format('woff'),url('fonts/slider.ttf?8p86w5') format('truetype'),url('fonts/slider.svg?8p86w5#slider') format('svg');font-weight:normal;font-style:normal}.sow-slider-base{position:relative;overflow:hidden}.sow-slider-base ul.sow-slider-images{list-style:none;margin:0;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image{width:100%;margin:0;list-style:none;position:relative;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover{background-position:center center;background-size:cover}.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover{background-repeat:repeat}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container{position:absolute;top:0;left:0;width:100%;z-index:2}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper{margin:0 auto;z-index:2;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper>*:first-child{margin-top:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper>*:last-child{margin-bottom:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay{position:absolute;top:0;left:0;bottom:0;right:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover{background-position:center center;background-size:cover}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover{background-repeat:repeat}.sow-slider-base ul.sow-slider-images li.sow-slider-image>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image>a>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper>a>img{display:block;width:100%;height:auto;border:none}.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-background-element{position:absolute;top:50%;left:50%;width:auto;height:auto;z-index:1;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-full-element{display:block;width:100%;height:auto}.sow-slider-base .sow-slider-pagination{list-style:none;margin:0;text-align:right;position:absolute;bottom:20px;left:0;width:100%;z-index:1001;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:30px;line-height:11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sow-slider-base .sow-slider-pagination li{text-align:left;margin:0;display:inline-block}.sow-slider-base .sow-slider-pagination li a{display:block;text-indent:-9999px;width:11px;height:11px;background:#FFFFFF;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;opacity:.45}.sow-slider-base .sow-slider-pagination li.sow-active a{opacity:.85}.sow-slider-base .sow-slide-nav{list-style:none;z-index:1001;position:absolute;top:50%;transform:translateY(-50%);opacity:.75;font-size:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sow-slider-base .sow-slide-nav a{display:block;padding:15px;text-align:center;text-decoration:none;color:#FFFFFF}.sow-slider-base .sow-slide-nav a em{display:block}.sow-slider-base .sow-slide-nav.sow-slide-nav-next{right:5px}.sow-slider-base .sow-slide-nav.sow-slide-nav-next a{background-position:top right}.sow-slider-base .sow-slide-nav.sow-slide-nav-prev{left:5px}.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a{background-position:top left}.sow-slider-base .cycle-sentinal{overflow:hidden}.sow-slider-base.sow-slider-is-mobile video.sow-background-element:not(.sow-mobile-video_enabled){visibility:hidden}.sow-slider-base [class^="sow-sld-icon-"],.sow-slider-base [class*=" sow-sld-icon-"]{font-family:'so-slider-pointers';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sow-slider-base .sow-sld-icon-ultra-thin-rounded-left:before{content:"\e600"}.sow-slider-base .sow-sld-icon-ultra-thin-rounded-right:before{content:"\e601"}.sow-slider-base .sow-sld-icon-thin-rounded-left:before{content:"\e602"}.sow-slider-base .sow-sld-icon-thin-rounded-right:before{content:"\e603"}.sow-slider-base .sow-sld-icon-medium-rounded-left:before{content:"\e604"}.sow-slider-base .sow-sld-icon-medium-rounded-right:before{content:"\e605"}.sow-slider-base .sow-sld-icon-thick-rounded-left:before{content:"\e606"}.sow-slider-base .sow-sld-icon-thick-rounded-right:before{content:"\e607"}.sow-slider-base .sow-sld-icon-ultra-thin-left:before{content:"\e608"}.sow-slider-base .sow-sld-icon-ultra-thin-right:before{content:"\e609"}.sow-slider-base .sow-sld-icon-thin-left:before{content:"\e60a"}.sow-slider-base .sow-sld-icon-thin-right:before{content:"\e60b"}.sow-slider-base .sow-sld-icon-medium-left:before{content:"\e60c"}.sow-slider-base .sow-sld-icon-medium-right:before{content:"\e60d"}.sow-slider-base .sow-sld-icon-thick-left:before{content:"\e60e"}.sow-slider-base .sow-sld-icon-thick-right:before{content:"\e60f"}
/* Minify_CSS_UriRewriter::$debugText

*/

/* sow-image-default-4b231843ec72.css */

/* 1  */ .so-widget-sow-image-default-4b231843ec72 .sow-image-container {
/* 2  */   display: flex;
/* 3  */   align-items: flex-start;
/* 4  */ }
/* 5  */ .so-widget-sow-image-default-4b231843ec72 .sow-image-container > a {
/* 6  */   display: inline-block;
/* 7  */   width: 100%;
/* 8  */   max-width: 100%;
/* 9  */ }
/* 10 */ .so-widget-sow-image-default-4b231843ec72 .sow-image-container .so-widget-image {
/* 11 */   display: block;
/* 12 */   max-width: 100%;
/* 13 */   width: 100%;
/* 14 */   height: auto;
/* 15 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* jetpack.css */

/* 1  */ /*!
/* 2  *| * Do not modify this file directly.  It is concatenated from individual module CSS files.
/* 3  *| */
/* 4  */ [data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
/* 5  */ .contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:.75em;width:100%}.contact-form select{margin-bottom:.75em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:.75em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:.75em;vertical-align:bottom;vertical-align:-webkit-baseline-middle;vertical-align:-moz-middle-with-baseline}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-block}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:.5em}.contact-form label span{color:#aaa;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}}
/* 6  */ .infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}
/* 7  */ #jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
/* 8  */ .jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
/* 9  */ #jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}
/* 10 */ .slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
/* 11 */ body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
/* 12 */ div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
/* 13 */ #subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
/* 14 */ .jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
/* 15 */ .jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
/* 16 */ .tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;-o-object-fit:cover;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{-o-object-fit:cover;object-fit:cover}
/* 17 */ .jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}
/* 18 */ .widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
/* 19 */ div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
/* 20 */ .widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
/* 21 */ .widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
/* 22 */ .jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
/* 23 */ .widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
/* 24 */ .widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
/* 25 */ .wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
/* 26 */ .widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
/* 27 */ .flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
/* 28 */ .jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
/* 29 */ @media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
/* 30 */ .jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
