/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: One Page Express
/* 3    *| Theme URI: http://onepageexpress.com
/* 4    *| Author: Horea Radu
/* 5    *| Author URI:
/* 6    *| Description: One Page Express is a beautiful WordPress Theme that can be used to create a one page website in minutes by drag and drop. In comes with a predesigned home page and over 30 ready to use content sections that you can easily customize. It also has lots of customization options (video background, slideshow background, header content types, etc) that will help you create a beautiful, unique one page website in no time. One Page Express is responsive so it works on mobile devices out of the box. DEMO: http://onepageexpress.com/#demos
/* 7    *| Version: 1.2.11
/* 8    *| License: GNU General Public License version 3
/* 9    *| License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
/* 10   *| Tags: one-column, right-sidebar, custom-header, custom-menu, custom-logo, full-width-template, theme-options, translation-ready, blog, featured-images, threaded-comments
/* 11   *| Text Domain: one-page-express
/* 12   *|
/* 13   *| This theme, like WordPress, is licensed under the GPL.
/* 14   *| */
/* 15   */
/* 16   */ /* reset css */
/* 17   */
/* 18   */ html, body, div, span, applet, object, iframe,
/* 19   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 20   */ a, abbr, acronym, address, big, cite, code,
/* 21   */ del, dfn, em, img, ins, kbd, q, s, samp,
/* 22   */ small, strike, strong, tt, var,
/* 23   */ b, u, i, center,
/* 24   */ dl, dt, dd, ol, ul, li,
/* 25   */ fieldset, form, label, legend,
/* 26   */ table, caption, tbody, tfoot, thead, tr, th, td,
/* 27   */ article, aside, canvas, details, embed,
/* 28   */ figure, figcaption, footer, header, hgroup,
/* 29   */ menu, nav, output, ruby, section, summary,
/* 30   */ time, mark, audio, video, caption {
/* 31   */     margin: 0;
/* 32   */     padding: 0;
/* 33   */     border: 0;
/* 34   */     font-size: 100%;
/* 35   */     vertical-align: baseline;
/* 36   */ }
/* 37   */
/* 38   */ * {
/* 39   */     -webkit-box-sizing: border-box;
/* 40   */     -moz-box-sizing: border-box;
/* 41   */     box-sizing: border-box;
/* 42   */ }
/* 43   */
/* 44   */ *:before,
/* 45   */ *:after {
/* 46   */     -webkit-box-sizing: border-box;
/* 47   */     -moz-box-sizing: border-box;
/* 48   */     box-sizing: border-box;
/* 49   */ }
/* 50   */

/* style.css */

/* 51   */ select {
/* 52   */     -webkit-appearance: menulist;
/* 53   */     appearance: menulist;
/* 54   */     -moz-appearance: menulist;
/* 55   */ }
/* 56   */
/* 57   */ article, aside, details, figcaption, figure,
/* 58   */ footer, header, hgroup, menu, nav, section {
/* 59   */     display: block;
/* 60   */ }
/* 61   */
/* 62   */ body {
/* 63   */     line-height: 1;
/* 64   */     color: #666666;
/* 65   */     font: normal normal 300 18px/130% "Source Sans Pro", sans-serif;
/* 66   */ }
/* 67   */
/* 68   */ blockquote,
/* 69   */ q {
/* 70   */     quotes: none;
/* 71   */ }
/* 72   */
/* 73   */ blockquote:before,
/* 74   */ blockquote:after,
/* 75   */ q:before,
/* 76   */ q:after {
/* 77   */     content: '';
/* 78   */     content: none;
/* 79   */ }
/* 80   */
/* 81   */ table {
/* 82   */     border-collapse: collapse;
/* 83   */     border-spacing: 0;
/* 84   */ }
/* 85   */
/* 86   */ caption,
/* 87   */ th,
/* 88   */ td {
/* 89   */     text-align: left;
/* 90   */     font-weight: normal;
/* 91   */ }
/* 92   */
/* 93   */ .clear {
/* 94   */     clear: both;
/* 95   */ }
/* 96   */
/* 97   */ div, ul, li, article, aside, details, figcaption, figure,
/* 98   */ footer, header, hgroup, menu, nav, section {
/* 99   */     zoom: 1;
/* 100  */ }

/* style.css */

/* 101  */
/* 102  */ div:before, article:before, aside:before, details:before, figcaption:before, figure:before,
/* 103  */ footer:before, header:before, hgroup:before, menu:before, nav:before, section:before, div:after, ul:after, article:after, aside:after, details:after, figcaption:after, figure:after,
/* 104  */ footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
/* 105  */     content: "";
/* 106  */     display: table;
/* 107  */ }
/* 108  */
/* 109  */ div:after, article:after, aside:after, details:after, figcaption:after, figure:after,
/* 110  */ footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
/* 111  */     clear: both;
/* 112  */ }
/* 113  */
/* 114  */ fieldset, form,
/* 115  */ dl, dir,
/* 116  */ menu {
/* 117  */     margin: 1.12em 0;
/* 118  */ }
/* 119  */
/* 120  */ img {
/* 121  */     vertical-align: top;
/* 122  */ }
/* 123  */
/* 124  */ h1, h2, h3, h4, h5, h6 {
/* 125  */     font-weight: bold;
/* 126  */ }
/* 127  */
/* 128  */ .typed-cursor {
/* 129  */     opacity: 1;
/* 130  */     -webkit-animation: blink 0.7s infinite;
/* 131  */     -moz-animation: blink 0.7s infinite;
/* 132  */     animation: blink 0.7s infinite;
/* 133  */ }
/* 134  */
/* 135  */ @keyframes blink {
/* 136  */     0% {
/* 137  */         opacity: 1;
/* 138  */     }
/* 139  */     50% {
/* 140  */         opacity: 0;
/* 141  */     }
/* 142  */     100% {
/* 143  */         opacity: 1;
/* 144  */     }
/* 145  */ }
/* 146  */
/* 147  */ @-webkit-keyframes blink {
/* 148  */     0% {
/* 149  */         opacity: 1;
/* 150  */     }

/* style.css */

/* 151  */     50% {
/* 152  */         opacity: 0;
/* 153  */     }
/* 154  */     100% {
/* 155  */         opacity: 1;
/* 156  */     }
/* 157  */ }
/* 158  */
/* 159  */ @-moz-keyframes blink {
/* 160  */     0% {
/* 161  */         opacity: 1;
/* 162  */     }
/* 163  */     50% {
/* 164  */         opacity: 0;
/* 165  */     }
/* 166  */     100% {
/* 167  */         opacity: 1;
/* 168  */     }
/* 169  */ }
/* 170  */
/* 171  */ .footer p {
/* 172  */     color: #ffffff;
/* 173  */ }
/* 174  */
/* 175  */ p {
/* 176  */     margin: 0 0 14px 0;
/* 177  */ }
/* 178  */
/* 179  */ p.large_text {
/* 180  */     font-size: 1.11em;
/* 181  */     line-height: 150%;
/* 182  */     margin-bottom: 15px;
/* 183  */     color: #666666;
/* 184  */ }
/* 185  */
/* 186  */ h1 {
/* 187  */     margin: 0 0 54px 0;
/* 188  */     color: #000000;
/* 189  */     text-transform: uppercase;
/* 190  */     font-size: 3em;
/* 191  */     font-weight: 600;
/* 192  */     line-height: 115%;
/* 193  */ }
/* 194  */
/* 195  */ h2 {
/* 196  */     margin: 0 0 33px 0;
/* 197  */     color: #3D3D3D;
/* 198  */
/* 199  */     font-size: 2.22em;
/* 200  */     font-weight: 300;

/* style.css */

/* 201  */     line-height: 110%;
/* 202  */ }
/* 203  */
/* 204  */ h3 {
/* 205  */     margin: 0 0 15px 0;
/* 206  */     color: #333333;
/* 207  */
/* 208  */     font-size: 1.44em;
/* 209  */     font-weight: 600;
/* 210  */     line-height: 115%;
/* 211  */ }
/* 212  */
/* 213  */ h4 {
/* 214  */     margin: 0 0 14px 0;
/* 215  */     color: #333333;
/* 216  */
/* 217  */     font-size: 1.11em;
/* 218  */     font-weight: 600;
/* 219  */     line-height: 150%;
/* 220  */ }
/* 221  */
/* 222  */ h5 {
/* 223  */     margin: 10px 0 15px 0;
/* 224  */     color: #333333;
/* 225  */     letter-spacing: 2px;
/* 226  */
/* 227  */     font-size: 1em;
/* 228  */     font-weight: 600;
/* 229  */     line-height: 150%;
/* 230  */ }
/* 231  */
/* 232  */ h6 {
/* 233  */     margin: 10px 0;
/* 234  */     color: #B5B5B5;
/* 235  */     text-transform: uppercase;
/* 236  */     letter-spacing: 3px;
/* 237  */
/* 238  */     font-size: 1em;
/* 239  */     font-weight: 400;
/* 240  */     line-height: 100%;
/* 241  */ }
/* 242  */
/* 243  */ a {
/* 244  */     color: #03a9f4;
/* 245  */     text-decoration: none;
/* 246  */     font-weight: 400;
/* 247  */ }
/* 248  */
/* 249  */ a:hover {
/* 250  */     text-decoration: underline;

/* style.css */

/* 251  */ }
/* 252  */
/* 253  */ a:visited {
/* 254  */     color: #03a9f4;
/* 255  */ }
/* 256  */
/* 257  */ ol,
/* 258  */ ul {
/* 259  */     font: inherit;
/* 260  */     margin: 10px 0px 10px 0px;
/* 261  */     padding: 0px 0px 0px 40px;
/* 262  */ }
/* 263  */
/* 264  */ p, a {
/* 265  */     -webkit-font-smoothing: subpixel-antialiased;
/* 266  */ }
/* 267  */
/* 268  */ li {
/* 269  */     font: inherit;
/* 270  */ }
/* 271  */
/* 272  */ span {
/* 273  */     font-family: inherit;
/* 274  */ }
/* 275  */
/* 276  */ blockquote {
/* 277  */     padding: 10px 20px 10px 20px;
/* 278  */     margin: 10px 0px 20px 0px;
/* 279  */     border-left: 5px solid #eee;
/* 280  */     font-style: italic;
/* 281  */ }
/* 282  */
/* 283  */ dir,
/* 284  */ menu,
/* 285  */ dd {
/* 286  */     padding-left: 40px
/* 287  */ }
/* 288  */
/* 289  */ ol ul,
/* 290  */ ul ol,
/* 291  */ ul ul,
/* 292  */ ol ol {
/* 293  */     margin-top: 0;
/* 294  */     margin-bottom: 0;
/* 295  */ }
/* 296  */
/* 297  */ body img {
/* 298  */     max-width: 100%;
/* 299  */     height: auto;
/* 300  */ }

/* style.css */

/* 301  */
/* 302  */ /* =Forms
/* 303  *| -------------------------------------------------------------- */
/* 304  */
/* 305  */ fieldset {
/* 306  */     border: none;
/* 307  */     padding: 0 0 8px 0;
/* 308  */     margin: 0;
/* 309  */ }
/* 310  */
/* 311  */ input[type=text], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=number] {
/* 312  */     box-sizing: border-box;
/* 313  */     min-height: 2.40741rem;
/* 314  */     width: 100%;
/* 315  */     padding: 0.61728rem;
/* 316  */     margin-bottom: 0.61728rem;
/* 317  */     font-family: inherit;
/* 318  */     font-size: 16.2px;
/* 319  */     vertical-align: middle;
/* 320  */     border: 0.06173rem solid #ebe9eb;
/* 321  */     border-radius: 0.18519rem;
/* 322  */     outline: none;
/* 323  */     background-color: white;
/* 324  */ }
/* 325  */
/* 326  */ input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus {
/* 327  */     border-color: #03a9f5;
/* 328  */ }
/* 329  */
/* 330  */ input[type=text]:disabled, input[type=tel]:disabled, input[type=url]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=number]:disabled {
/* 331  */     background-color: #eee;
/* 332  */     cursor: not-allowed;
/* 333  */ }
/* 334  */
/* 335  */ textarea {
/* 336  */     box-sizing: border-box;
/* 337  */     min-height: 2.40741rem;
/* 338  */     width: 100%;
/* 339  */     padding: 0.61728rem;
/* 340  */     margin-bottom: 0.61728rem;
/* 341  */     font-family: inherit;
/* 342  */     font-size: 16.2px;
/* 343  */     vertical-align: middle;
/* 344  */     border: 0.06173rem solid #ebe9eb;
/* 345  */     border-radius: 0.18519rem;
/* 346  */     outline: none;
/* 347  */     background-color: white;
/* 348  */     display: block;
/* 349  */     overflow: auto;
/* 350  */ }

/* style.css */

/* 351  */
/* 352  */ textarea:focus {
/* 353  */     border-color: #03a9f5;
/* 354  */ }
/* 355  */
/* 356  */ textarea:disabled {
/* 357  */     background-color: #eee;
/* 358  */     cursor: not-allowed;
/* 359  */ }
/* 360  */
/* 361  */ input[type=search] {
/* 362  */     box-sizing: border-box;
/* 363  */     min-height: 2.40741rem;
/* 364  */     width: 100%;
/* 365  */     padding: 0.61728rem;
/* 366  */     margin-bottom: 0.61728rem;
/* 367  */     font-family: inherit;
/* 368  */     font-size: 16.2px;
/* 369  */     vertical-align: middle;
/* 370  */     border: 0.06173rem solid #ebe9eb;
/* 371  */     border-radius: 0.18519rem;
/* 372  */     outline: none;
/* 373  */     background-color: white;
/* 374  */     -webkit-appearance: none;
/* 375  */     -moz-appearance: none;
/* 376  */     padding: 0 0.24691rem;
/* 377  */ }
/* 378  */
/* 379  */ input[type=search]:focus {
/* 380  */     border-color: #03a9f5;
/* 381  */ }
/* 382  */
/* 383  */ input[type=search]:disabled {
/* 384  */     background-color: #eee;
/* 385  */     cursor: not-allowed;
/* 386  */ }
/* 387  */
/* 388  */ form {
/* 389  */     position: relative;
/* 390  */     color: inherit;
/* 391  */ }
/* 392  */
/* 393  */ form select {
/* 394  */     height: 2.40741rem;
/* 395  */     width: 100%;
/* 396  */     padding-left: 0.61728rem;
/* 397  */     margin-bottom: 0.61728rem;
/* 398  */     font-family: inherit;
/* 399  */     font-size: 16.2px;
/* 400  */     border: 0.06173rem solid #ebe9eb;

/* style.css */

/* 401  */     border-radius: 0.18519rem;
/* 402  */     outline: none;
/* 403  */     background-color: white;
/* 404  */ }
/* 405  */
/* 406  */ form select:focus {
/* 407  */     border-color: #03a9f5;
/* 408  */ }
/* 409  */
/* 410  */ form select:disabled {
/* 411  */     background-color: #eee;
/* 412  */     cursor: not-allowed;
/* 413  */ }
/* 414  */
/* 415  */ select[multiple] {
/* 416  */     -webkit-appearance: none;
/* 417  */     -moz-appearance: none;
/* 418  */     width: 100%;
/* 419  */     padding: 0 0.61728rem;
/* 420  */     margin-bottom: 0.61728rem;
/* 421  */     font-family: inherit;
/* 422  */     font-size: 16.2px;
/* 423  */     border: 0.06173rem solid #ebe9eb;
/* 424  */     border-radius: 0.18519rem;
/* 425  */     outline: none;
/* 426  */     background-color: white;
/* 427  */ }
/* 428  */
/* 429  */ select[multiple]:focus {
/* 430  */     border-color: #03a9f5;
/* 431  */ }
/* 432  */
/* 433  */ select[multiple]:disabled {
/* 434  */     background-color: #eee;
/* 435  */     cursor: not-allowed;
/* 436  */ }
/* 437  */
/* 438  */ /* =WordPress Core
/* 439  *| -------------------------------------------------------------- */
/* 440  */
/* 441  */ .sticky {
/* 442  */ }
/* 443  */
/* 444  */ .gallery-caption {
/* 445  */ }
/* 446  */
/* 447  */ .bypostauthor {
/* 448  */ }
/* 449  */
/* 450  */ body {

/* style.css */

/* 451  */     text-align: center;
/* 452  */ }
/* 453  */
/* 454  */ .aligncenter,
/* 455  */ div.aligncenter {
/* 456  */     display: block;
/* 457  */     margin: 5px auto 5px auto;
/* 458  */ }
/* 459  */
/* 460  */ a img.aligncenter {
/* 461  */     display: block;
/* 462  */     margin-left: auto;
/* 463  */     margin-right: auto;
/* 464  */ }
/* 465  */
/* 466  */ .wp-caption {
/* 467  */     background: #fff;
/* 468  */     border: 1px solid #f0f0f0;
/* 469  */     max-width: 96%;
/* 470  */     padding: 5px 3px 10px;
/* 471  */     text-align: center;
/* 472  */ }
/* 473  */
/* 474  */ .wp-caption.alignnone {
/* 475  */     margin: 5px 20px 20px 0;
/* 476  */ }
/* 477  */
/* 478  */ .wp-caption.alignleft {
/* 479  */     margin: 5px 20px 20px 0;
/* 480  */ }
/* 481  */
/* 482  */ .wp-caption.alignright {
/* 483  */     margin: 5px 0 20px 20px;
/* 484  */ }
/* 485  */
/* 486  */ .wp-caption img {
/* 487  */     border: 0 none;
/* 488  */     height: auto;
/* 489  */     margin: 0;
/* 490  */     max-width: 98.5%;
/* 491  */     padding: 0;
/* 492  */     width: auto;
/* 493  */ }
/* 494  */
/* 495  */ .wp-caption p.wp-caption-text {
/* 496  */     font-size: 0.6em;
/* 497  */     line-height: 150%;
/* 498  */     margin: 0;
/* 499  */     padding: 0 4px 5px;
/* 500  */ }

/* style.css */

/* 501  */
/* 502  */ .post-list a.next-page-link {
/* 503  */     padding: 13px 25px;
/* 504  */     display: inline-block;
/* 505  */     text-decoration: none;
/* 506  */     background-color: #F0F0F0;
/* 507  */     font-size: 0.7em;
/* 508  */     color: #333333;
/* 509  */     -webkit-border-radius: 3px;
/* 510  */     -moz-border-radius: 3px;
/* 511  */     border-radius: 3px;
/* 512  */ }
/* 513  */
/* 514  */ .post-list a.page-numbers {
/* 515  */     text-decoration: none;
/* 516  */     padding: 12px 15px;
/* 517  */     border-style: none;
/* 518  */     border-width: 0px;
/* 519  */     border-color: transparent;
/* 520  */     color: #666666;
/* 521  */     font-weight: 400;
/* 522  */     transition: all 0.4s linear 0s;
/* 523  */ }
/* 524  */
/* 525  */ .post-list .prev-navigation a,
/* 526  */ .post-list .next-navigation a {
/* 527  */     display: inline-block;
/* 528  */     margin: 10px 0 18px 0;
/* 529  */     color: #FFFFFF;
/* 530  */     text-decoration: none;
/* 531  */     padding: 10px 20px;
/* 532  */     background-color: #03a9f4;
/* 533  */     border: 0 solid;
/* 534  */     -webkit-border-radius: 100px;
/* 535  */     -moz-border-radius: 100px;
/* 536  */     border-radius: 4px;
/* 537  */     cursor: pointer;
/* 538  */     text-align: center;
/* 539  */     font-weight: 400;
/* 540  */     font-size: 0.6em;
/* 541  */     text-transform: uppercase;
/* 542  */     border-color: #03A8F4;
/* 543  */     border-width: 2px;
/* 544  */     letter-spacing: 1px;
/* 545  */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 546  */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 547  */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 548  */     transition: all 0.4s linear 0s;
/* 549  */ }
/* 550  */

/* style.css */

/* 551  */ .post-list .prev-navigation a:hover,
/* 552  */ .post-list .next-navigation a:hover {
/* 553  */     background-color: #03a9f4;
/* 554  */     color: #FFFFFF;
/* 555  */     transition: all 0.2s ease-out 0s;
/* 556  */     font-size: 0.6em;
/* 557  */     font-weight: 400;
/* 558  */     box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
/* 559  */     -moz-box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
/* 560  */     -webkit-box-shadow: 0 14px 26px -12px rgba(156, 156, 156, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 156, 156, 0.2);
/* 561  */ }
/* 562  */
/* 563  */ .post-list span.current {
/* 564  */     text-align: center;
/* 565  */     width: 30px;
/* 566  */     height: 30px;
/* 567  */     display: inline-block;
/* 568  */     color: #FFFFFF;
/* 569  */     background-color: #03a9f4;
/* 570  */     border-radius: 100%;
/* 571  */     margin: 0 2px;
/* 572  */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 573  */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 574  */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 575  */     vertical-align: middle;
/* 576  */     line-height: 30px;
/* 577  */ }
/* 578  */
/* 579  */ .post-list a.next-page-link:hover {
/* 580  */     background-color: #9BCB43;
/* 581  */     color: #FFFFFF;
/* 582  */ }
/* 583  */
/* 584  */ span a.post-category:hover {
/* 585  */     color: #2186C4;
/* 586  */     text-decoration: underline;
/* 587  */ }
/* 588  */
/* 589  */ .post-list-item-thumb img {
/* 590  */     width: 100%;
/* 591  */     height: auto;
/* 592  */ }
/* 593  */
/* 594  */ .content {
/* 595  */     margin-top: 0px;
/* 596  */     padding-top: 50px;
/* 597  */     padding-bottom: 50px;
/* 598  */     background-color: #EBEBEB;
/* 599  */     min-height: 700px;
/* 600  */ }

/* style.css */

/* 601  */
/* 602  */ div#page {
/* 603  */     background-color: #ffffff;
/* 604  */     word-wrap: break-word;
/* 605  */ }
/* 606  */
/* 607  */ .page-content {
/* 608  */     margin-top: 0px;
/* 609  */     padding-top: 50px;
/* 610  */     padding-bottom: 50px;
/* 611  */     min-height: 700px;
/* 612  */ }
/* 613  */
/* 614  */ h2.heading109 {
/* 615  */     text-align: center;
/* 616  */     margin-bottom: 10px;
/* 617  */ }
/* 618  */
/* 619  */ .inner-header-description {
/* 620  */     text-align: center;
/* 621  */ }
/* 622  */
/* 623  */ .prev-posts a {
/* 624  */     text-decoration: none;
/* 625  */     color: #2186C4;
/* 626  */ }
/* 627  */
/* 628  */ .next-posts a {
/* 629  */     text-decoration: none;
/* 630  */     color: #2186C4;
/* 631  */ }
/* 632  */
/* 633  */ .heading91 {
/* 634  */     text-align: left;
/* 635  */     font-size: 3.8em;
/* 636  */     line-height: 110%;
/* 637  */     margin-top: 110px;
/* 638  */ }
/* 639  */
/* 640  */ .nav-previous a,
/* 641  */ .nav-next a,
/* 642  */ .button {
/* 643  */     display: inline-block;
/* 644  */     margin-bottom: 14px;
/* 645  */     color: #666666;
/* 646  */     text-decoration: none;
/* 647  */     padding: 12px 30px;
/* 648  */     background-color: #ffffff;
/* 649  */     border: none;
/* 650  */     border-radius: 4px;

/* style.css */

/* 651  */     cursor: pointer;
/* 652  */     text-align: center;
/* 653  */     text-transform: uppercase;
/* 654  */     transition: all 0.2s linear 0s;
/* 655  */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 656  */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 657  */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 658  */     font-size: 0.66em;
/* 659  */     font-family: inherit;
/* 660  */     line-height: 130%;
/* 661  */     font-weight: 600;
/* 662  */     letter-spacing: 1px;
/* 663  */ }
/* 664  */
/* 665  */ .header-content .button,
/* 666  */ .nav-next a,
/* 667  */ .nav-previous a {
/* 668  */     margin: 0 9px 14px 9px;
/* 669  */ }
/* 670  */
/* 671  */ .nav-previous a:hover,
/* 672  */ .nav-next a:hover,
/* 673  */ .button:hover {
/* 674  */     box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
/* 675  */     -moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
/* 676  */     -webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
/* 677  */     outline: none;
/* 678  */     text-decoration: none;
/* 679  */ }
/* 680  */
/* 681  */ .button.blue:hover,
/* 682  */ .button.blue:active {
/* 683  */     background-color: #0299de;
/* 684  */ }
/* 685  */
/* 686  */ .button.green:hover,
/* 687  */ .button.green:active {
/* 688  */     background-color: #449C47;
/* 689  */ }
/* 690  */
/* 691  */ .button.yellow:hover,
/* 692  */ .button.yellow:active {
/* 693  */     background-color: #faba19;
/* 694  */ }
/* 695  */
/* 696  */ .button.purple:hover,
/* 697  */ .button.purple:active {
/* 698  */     background-color: #8c239f;
/* 699  */ }
/* 700  */

/* style.css */

/* 701  */ .nav-previous a:active,
/* 702  */ .nav-next a:active,
/* 703  */ .button:active {
/* 704  */     box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
/* 705  */     -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
/* 706  */     -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
/* 707  */     outline: none;
/* 708  */     text-decoration: none;
/* 709  */ }
/* 710  */
/* 711  */ .nav-previous a:visited,
/* 712  */ .nav-next a:visited,
/* 713  */ .button:visited {
/* 714  */     text-decoration: none;
/* 715  */     color: initial;
/* 716  */ }
/* 717  */
/* 718  */ .button.small {
/* 719  */     padding: 7px 20px;
/* 720  */     border-radius: 2px;
/* 721  */ }
/* 722  */
/* 723  */ .button.big {
/* 724  */     padding: 18px 36px;
/* 725  */     font-size: 0.8em;
/* 726  */ }
/* 727  */
/* 728  */ .button.dark-blue {
/* 729  */     background-color: rgb(33, 134, 196);
/* 730  */     color: #ffffff;
/* 731  */ }
/* 732  */
/* 733  */ .button.blue {
/* 734  */     background-color: #03a9f4;
/* 735  */     color: #ffffff;
/* 736  */ }
/* 737  */
/* 738  */ .button.green {
/* 739  */     background-color: #4caf50;
/* 740  */     color: #ffffff;
/* 741  */ }
/* 742  */
/* 743  */ .button.yellow {
/* 744  */     background-color: #FBC02D;
/* 745  */     color: #ffffff;
/* 746  */ }
/* 747  */
/* 748  */ .button.purple {
/* 749  */     background-color: #9c27b0;
/* 750  */     color: #ffffff;

/* style.css */

/* 751  */ }
/* 752  */
/* 753  */ .button.transparent {
/* 754  */     background-color: transparent;
/* 755  */     border: 2px solid #ffffff;
/* 756  */     color: #ffffff;
/* 757  */ }
/* 758  */
/* 759  */ .button.transparent-dark {
/* 760  */     background-color: transparent;
/* 761  */     border: 2px solid #8a8a8a;
/* 762  */     color: #8a8a8a;
/* 763  */ }
/* 764  */
/* 765  */ a.text-logo,
/* 766  */ a.text-logo:hover {
/* 767  */     color: #FFFFFF;
/* 768  */     text-transform: none;
/* 769  */     margin-top: 0px;
/* 770  */     margin-bottom: 0px;
/* 771  */     text-align: left;
/* 772  */     text-decoration: none;
/* 773  */     display: block;
/* 774  */     font-weight: 600;
/* 775  */     font-size: 2.6em;
/* 776  */     line-height: 1;
/* 777  */     display: inline-block;
/* 778  */ }
/* 779  */
/* 780  */ a.logo-link.dark,
/* 781  */ a.custom-logo-link {
/* 782  */     color: #fff;
/* 783  */     font-weight: bold;
/* 784  */     font-size: 1.6em;
/* 785  */     display: inline-block;
/* 786  */     transition: all .3s linear;
/* 787  */ }
/* 788  */
/* 789  */ img.logo.dark,
/* 790  */ img.custom-logo {
/* 791  */     vertical-align: middle;
/* 792  */     max-height: 100%;
/* 793  */     width: auto;
/* 794  */ }
/* 795  */
/* 796  */ a.logo-link.dark {
/* 797  */     opacity: 0;
/* 798  */     display: none;
/* 799  */ }
/* 800  */

/* style.css */

/* 801  */ .fixto-fixed a.logo-link.dark,
/* 802  */ .coloured-nav a.logo-link.dark {
/* 803  */     opacity: 1;
/* 804  */     display: inline-block;
/* 805  */ }
/* 806  */
/* 807  */ .fixto-fixed a.logo-link.dark + a.custom-logo-link,
/* 808  */ .coloured-nav a.logo-link.dark + a.custom-logo-link {
/* 809  */     display: none;
/* 810  */ }
/* 811  */
/* 812  */ /* Text meant only for screen readers. */
/* 813  */
/* 814  */ .screen-reader-text {
/* 815  */     clip: rect(1px, 1px, 1px, 1px);
/* 816  */     position: absolute !important;
/* 817  */     height: 1px;
/* 818  */     width: 1px;
/* 819  */     overflow: hidden;
/* 820  */     margin-bottom: -1px;
/* 821  */ }
/* 822  */
/* 823  */ .screen-reader-text:focus {
/* 824  */     background-color: #f1f1f1;
/* 825  */     border-radius: 3px;
/* 826  */     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 827  */     clip: auto !important;
/* 828  */     color: #21759b;
/* 829  */     display: block;
/* 830  */     font-size: 0.7em;
/* 831  */     font-weight: bold;
/* 832  */     height: auto;
/* 833  */     left: 5px;
/* 834  */     line-height: normal;
/* 835  */     padding: 15px 23px 14px;
/* 836  */     text-decoration: none;
/* 837  */     top: 5px;
/* 838  */     width: auto;
/* 839  */     z-index: 100000;
/* 840  */     /* Above WP toolbar. */
/* 841  */ }
/* 842  */
/* 843  */ .morphext > .animated {
/* 844  */     display: inline-block;
/* 845  */ }
/* 846  */
/* 847  */ .gridContainer {
/* 848  */     width: 100%;
/* 849  */     padding-left: 15px;
/* 850  */     padding-right: 15px;

/* style.css */

/* 851  */     margin-left: auto;
/* 852  */     margin-right: auto;
/* 853  */ }
/* 854  */
/* 855  */ .header,
/* 856  */ .header-homepage {
/* 857  */     background-position: center center;
/* 858  */     background-repeat: no-repeat;
/* 859  */     background-size: cover;
/* 860  */     position: relative;
/* 861  */     color: #FFFFFF;
/* 862  */     z-index: 0;
/* 863  */     padding-top: 160px;
/* 864  */     padding-bottom: 160px;
/* 865  */ }
/* 866  */
/* 867  */ .header-top.fixto-fixed {
/* 868  */     width: 100% !important;
/* 869  */ }
/* 870  */
/* 871  */ .header:before,
/* 872  */ .header-homepage:before {
/* 873  */     width: 100%;
/* 874  */     height: 100%;
/* 875  */     top: 0px;
/* 876  */     left: 0px;
/* 877  */     position: absolute;
/* 878  */     z-index: -1;
/* 879  */     display: inline-block;
/* 880  */ }
/* 881  */
/* 882  */ .header-separator-bottom {
/* 883  */     position: absolute;
/* 884  */     bottom: -1px;
/* 885  */     left: 0px;
/* 886  */     width: 100%;
/* 887  */ }
/* 888  */
/* 889  */ .header-separator-reverse {
/* 890  */     -webkit-transform: rotate(180deg);
/* 891  */     transform: rotate(180deg);
/* 892  */ }
/* 893  */
/* 894  */ .header-separator svg {
/* 895  */     display: block;
/* 896  */     width: calc(100% + 1.3px);
/* 897  */ }
/* 898  */
/* 899  */ .header-separator {
/* 900  */     position: absolute;

/* style.css */

/* 901  */     width: 100%;
/* 902  */     max-width: 100%;
/* 903  */     bottom: -1px;
/* 904  */     overflow: hidden; /* because svg inside is a bit bigger to cover the entire separator correctly */
/* 905  */ }
/* 906  */
/* 907  */ .svg-white-bg {
/* 908  */     fill: #EBEBEB;
/* 909  */ }
/* 910  */
/* 911  */ .page .svg-white-bg {
/* 912  */     fill: white;
/* 913  */ }
/* 914  */
/* 915  */ .header-description {
/* 916  */     min-height: 100px;
/* 917  */     text-align: center;
/* 918  */ }
/* 919  */
/* 920  */ .header-description-left {
/* 921  */     padding-left: 15px;
/* 922  */     padding-right: 15px;
/* 923  */     min-height: 100px;
/* 924  */     margin-bottom: 15px;
/* 925  */ }
/* 926  */
/* 927  */ .header-description-left img {
/* 928  */     box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
/* 929  */     -moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
/* 930  */     -webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
/* 931  */ }
/* 932  */
/* 933  */ .header-description-right {
/* 934  */     padding-left: 15px;
/* 935  */     padding-right: 15px;
/* 936  */     min-height: 100px;
/* 937  */     margin-bottom: 15px;
/* 938  */ }
/* 939  */
/* 940  */ p.header-subtitle {
/* 941  */     color: #FFFFFF;
/* 942  */     font-weight: 300;
/* 943  */     font-size: 1.4em;
/* 944  */     text-align: inherit;
/* 945  */ }
/* 946  */
/* 947  */ .color-overlay:before {
/* 948  */     width: 100%;
/* 949  */     height: 100%;
/* 950  */     top: 0px;

/* style.css */

/* 951  */     left: 0px;
/* 952  */     position: absolute;
/* 953  */     z-index: -1;
/* 954  */     display: inline-block;
/* 955  */     content: "";
/* 956  */     /*SAFARI BUG*/
/* 957  */     -webkit-transform: translate3d(0, 0, -1px);
/* 958  */ }
/* 959  */
/* 960  */ .header_title {
/* 961  */     margin: 40px auto;
/* 962  */ }
/* 963  */
/* 964  */ .header-top {
/* 965  */     padding-left: 5%;
/* 966  */     padding-right: 5%;
/* 967  */     display: flex;
/* 968  */     align-items: center;
/* 969  */     width: 100%;
/* 970  */     position: absolute;
/* 971  */ }
/* 972  */
/* 973  */ .header-top.boxed {
/* 974  */     padding-left: 0;
/* 975  */     padding-right: 0;
/* 976  */ }
/* 977  */
/* 978  */ .navigation-wrapper {
/* 979  */     width: 100%;
/* 980  */     display: flex;
/* 981  */     align-items: center;
/* 982  */ }
/* 983  */
/* 984  */ .bordered {
/* 985  */     border-bottom: 1px solid rgba(255, 255, 255, 0.5);
/* 986  */ }
/* 987  */
/* 988  */ .navigation-wrapper.gridContainer {
/* 989  */     padding-left: 15px;
/* 990  */     padding-right: 15px;
/* 991  */ }
/* 992  */
/* 993  */ .fixto-fixed .navigation-wrapper.bordered {
/* 994  */     border-bottom: none;
/* 995  */     padding-bottom: 0px;
/* 996  */ }
/* 997  */
/* 998  */ .logo_col {
/* 999  */     text-align: left;
/* 1000 */     width: 30%;

/* style.css */

/* 1001 */ }
/* 1002 */
/* 1003 */ .featured-item {
/* 1004 */     float: none;
/* 1005 */     width: 100%;
/* 1006 */     min-height: 100px;
/* 1007 */     padding-left: 15px;
/* 1008 */     padding-right: 15px;
/* 1009 */     margin-bottom: 15px;
/* 1010 */ }
/* 1011 */
/* 1012 */ img.image3 {
/* 1013 */     width: 100%;
/* 1014 */ }
/* 1015 */
/* 1016 */ .header-wrapper {
/* 1017 */     background-color: #ebebeb;
/* 1018 */     position: relative;
/* 1019 */ }
/* 1020 */
/* 1021 */ .page .header-wrapper {
/* 1022 */     background-color: #FFFFFF;
/* 1023 */ }
/* 1024 */
/* 1025 */ .featured-item-row {
/* 1026 */     clear: both;
/* 1027 */     min-height: 100px;
/* 1028 */     background-color: #FFFFFF;
/* 1029 */     text-align: center;
/* 1030 */     box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
/* 1031 */     -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
/* 1032 */     -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
/* 1033 */ }
/* 1034 */
/* 1035 */ .row_34 {
/* 1036 */     margin-top: -10%;
/* 1037 */     position: relative;
/* 1038 */     z-index: 1;
/* 1039 */     margin-bottom: 10%;
/* 1040 */ }
/* 1041 */
/* 1042 */ .row_47 {
/* 1043 */     clear: both;
/* 1044 */     min-height: 100px;
/* 1045 */     width: 100%;
/* 1046 */     float: left;
/* 1047 */     padding-left: 15px;
/* 1048 */     padding-right: 15px;
/* 1049 */     padding-top: 20px;
/* 1050 */ }

/* style.css */

/* 1051 */
/* 1052 */ h3.heading10 {
/* 1053 */     margin-top: 0px;
/* 1054 */ }
/* 1055 */
/* 1056 */ .main_menu_col {
/* 1057 */     flex-grow: 1;
/* 1058 */ }
/* 1059 */
/* 1060 */ .row_345 {
/* 1061 */     clear: both;
/* 1062 */     min-height: 100px;
/* 1063 */     padding: 15px;
/* 1064 */     text-align: center;
/* 1065 */     background-color: #FFFFFF;
/* 1066 */     border-bottom: 0px solid #03A8F4;
/* 1067 */ }
/* 1068 */
/* 1069 */ .row_345 .button.small.blue {
/* 1070 */     margin-top: 10px;
/* 1071 */ }
/* 1072 */
/* 1073 */ .post-content-single {
/* 1074 */     clear: both;
/* 1075 */     min-height: 100px;
/* 1076 */     width: 100%;
/* 1077 */     float: left;
/* 1078 */     padding-left: 15px;
/* 1079 */     padding-right: 15px;
/* 1080 */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1081 */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1082 */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1083 */     border-radius: 3px;
/* 1084 */     padding-top: 15px;
/* 1085 */     margin-bottom: 30px;
/* 1086 */     background-color: #FFFFFF;
/* 1087 */ }
/* 1088 */
/* 1089 */ .post-content-single img {
/* 1090 */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1091 */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1092 */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1093 */ }
/* 1094 */
/* 1095 */ .post-content-single img.attachment-post-thumbnail {
/* 1096 */     margin: auto;
/* 1097 */     display: block;
/* 1098 */ }
/* 1099 */
/* 1100 */ .post-content {

/* style.css */

/* 1101 */     border-bottom: 1px solid #CFCFCF;
/* 1102 */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1103 */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1104 */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1105 */     border-radius: 3px;
/* 1106 */     border-color: rgb(119, 119, 119) rgb(119, 119, 119) #03A8F4 rgb(119, 119, 119);
/* 1107 */     border-style: none none solid none;
/* 1108 */     border-width: 0 0 5px 0;
/* 1109 */ }
/* 1110 */
/* 1111 */ h1.heading98 {
/* 1112 */     color: #FFFFFF;
/* 1113 */     font-size: 3.3em;
/* 1114 */     text-align: center;
/* 1115 */ }
/* 1116 */
/* 1117 */ h1.heading8 {
/* 1118 */     font-weight: 600;
/* 1119 */     font-size: 2.2em;
/* 1120 */     color: #FFFFFF;
/* 1121 */     margin-bottom: 25px;
/* 1122 */ }
/* 1123 */
/* 1124 */ .header-description-row {
/* 1125 */     padding: 0px 15px 0px 15px;
/* 1126 */     display: block;
/* 1127 */ }
/* 1128 */
/* 1129 */ .row_42 {
/* 1130 */     margin-left: -15px;
/* 1131 */     margin-right: -15px;
/* 1132 */ }
/* 1133 */
/* 1134 */ h1.logo {
/* 1135 */     text-transform: none;
/* 1136 */     font-weight: 400;
/* 1137 */     margin-top: 0px;
/* 1138 */     margin-bottom: 0px;
/* 1139 */     color: #FFFFFF;
/* 1140 */     font-size: 3.3em;
/* 1141 */ }
/* 1142 */
/* 1143 */ .footer_left {
/* 1144 */     width: 100%;
/* 1145 */     padding-left: 15px;
/* 1146 */     padding-right: 15px;
/* 1147 */     padding-top: 5px;
/* 1148 */     margin-top: 18px;
/* 1149 */ }
/* 1150 */

/* style.css */

/* 1151 */ .footer_right {
/* 1152 */     width: 100%;
/* 1153 */     padding-left: 15px;
/* 1154 */     padding-right: 15px;
/* 1155 */ }
/* 1156 */
/* 1157 */ h2.footer-logo {
/* 1158 */     font-weight: 400;
/* 1159 */     color: #FFFFFF;
/* 1160 */     margin-top: 10px;
/* 1161 */     margin-bottom: 15px;
/* 1162 */ }
/* 1163 */
/* 1164 */ .footer-copyright {
/* 1165 */     text-align: center;
/* 1166 */     margin-top: 27px;
/* 1167 */ }
/* 1168 */
/* 1169 */ .footer {
/* 1170 */     background-color: #222222;
/* 1171 */     border-top: 5px solid #03A8F4;
/* 1172 */     min-height: 87px;
/* 1173 */ }
/* 1174 */
/* 1175 */ .footer a.custom-logo-link {
/* 1176 */     height: 80px;
/* 1177 */     line-height: 70px;
/* 1178 */     display: inline-block;
/* 1179 */ }
/* 1180 */
/* 1181 */ .page-links span {
/* 1182 */     padding-right: 5px;
/* 1183 */     padding-left: 5px;
/* 1184 */ }
/* 1185 */
/* 1186 */ .page-links .page-links-title {
/* 1187 */     padding-left: 0;
/* 1188 */ }
/* 1189 */
/* 1190 */ /* post css */
/* 1191 */
/* 1192 */ .post-item,
/* 1193 */ .post-list {
/* 1194 */     min-height: 100px;
/* 1195 */     margin-bottom: 80px;
/* 1196 */     word-wrap: break-word;
/* 1197 */ }
/* 1198 */
/* 1199 */ .post-item {
/* 1200 */     padding-left: 15px;

/* style.css */

/* 1201 */     padding-right: 15px;
/* 1202 */ }
/* 1203 */
/* 1204 */ .post-list-item {
/* 1205 */     width: 100%;
/* 1206 */     margin-bottom: 20px;
/* 1207 */     padding-left: 15px;
/* 1208 */     padding-right: 15px;
/* 1209 */ }
/* 1210 */
/* 1211 */ .post-content-inner {
/* 1212 */     display: block;
/* 1213 */     border-bottom: 1px solid #E0E0E0;
/* 1214 */     margin-bottom: 20px;
/* 1215 */ }
/* 1216 */
/* 1217 */ .fa.font-icon-25 {
/* 1218 */     font-size: 1.1em;
/* 1219 */     color: #2186C4;
/* 1220 */     display: inline-block;
/* 1221 */ }
/* 1222 */
/* 1223 */ .blog-title {
/* 1224 */     margin-top: 15px;
/* 1225 */     font-weight: 400;
/* 1226 */ }
/* 1227 */
/* 1228 */ .blog-title a {
/* 1229 */     text-decoration: none;
/* 1230 */     color: #333333;
/* 1231 */ }
/* 1232 */
/* 1233 */ .blog-title a:hover {
/* 1234 */     text-decoration: underline;
/* 1235 */     color: #2186C4;
/* 1236 */ }
/* 1237 */
/* 1238 */ .navigation {
/* 1239 */     margin-top: 30px;
/* 1240 */ }
/* 1241 */
/* 1242 */ .navigation.pagination {
/* 1243 */     padding-left: 15px;
/* 1244 */     padding-right: 15px;
/* 1245 */ }
/* 1246 */
/* 1247 */ .prev-navigation,
/* 1248 */ .next-navigation {
/* 1249 */     width: auto;
/* 1250 */     min-height: 10px;

/* style.css */

/* 1251 */     text-align: left;
/* 1252 */     position: absolute;
/* 1253 */ }
/* 1254 */
/* 1255 */ .next-navigation {
/* 1256 */     text-align: right;
/* 1257 */     right: 0px;
/* 1258 */ }
/* 1259 */
/* 1260 */ .numbers-navigation {
/* 1261 */     text-align: center;
/* 1262 */     width: 40%;
/* 1263 */     float: left;
/* 1264 */     margin-top: 60px;
/* 1265 */     width: 100%;
/* 1266 */ }
/* 1267 */
/* 1268 */ a.page-numbers:hover {
/* 1269 */     transition: all 0.2s ease-out 0s;
/* 1270 */     background-color: #EBEBEB;
/* 1271 */ }
/* 1272 */
/* 1273 */ .prev-navigation a,
/* 1274 */ .next-navigation a {
/* 1275 */     display: inline-block;
/* 1276 */     padding: 12px 20px;
/* 1277 */     background-color: #EBEBEB;
/* 1278 */     color: #333333;
/* 1279 */     letter-spacing: 2px;
/* 1280 */     text-decoration: none;
/* 1281 */     font-weight: 600;
/* 1282 */     /* font-size: 1em; */
/* 1283 */     border-radius: 10px;
/* 1284 */     transition: all 0.4s linear 0s;
/* 1285 */ }
/* 1286 */
/* 1287 */ .prev-navigation a:hover,
/* 1288 */ .next-navigation a:hover {
/* 1289 */     background-color: #FF7F66;
/* 1290 */     color: #FFFFFF;
/* 1291 */     transition: all 0.2s ease-out 0s;
/* 1292 */ }
/* 1293 */
/* 1294 */ .fa.font-icon-post {
/* 1295 */     font-size: 1.1em;
/* 1296 */     color: #03a9f4;
/* 1297 */     display: inline-block;
/* 1298 */     margin-left: 10px;
/* 1299 */     margin-right: 5px;
/* 1300 */ }

/* style.css */

/* 1301 */
/* 1302 */ .post-header.single-post-header {
/* 1303 */     text-align: center;
/* 1304 */     margin: 10px 0px;
/* 1305 */ }
/* 1306 */
/* 1307 */ .post-header {
/* 1308 */     min-height: 10px;
/* 1309 */     color: #666666;
/* 1310 */     font-weight: normal;
/* 1311 */ }
/* 1312 */
/* 1313 */ .post-header a {
/* 1314 */     text-decoration: none;
/* 1315 */     color: #03a9f4;
/* 1316 */     font-weight: normal;
/* 1317 */ }
/* 1318 */
/* 1319 */ .post-header a:hover {
/* 1320 */     text-decoration: underline;
/* 1321 */ }
/* 1322 */
/* 1323 */ /* sidebar css */
/* 1324 */
/* 1325 */ .sidebar {
/* 1326 */     float: none;
/* 1327 */     min-height: 200px;
/* 1328 */     width: 100%;
/* 1329 */     padding-left: 15px;
/* 1330 */     padding-right: 15px;
/* 1331 */     margin-left: 0px;
/* 1332 */     border-left-color: #E0E0E0;
/* 1333 */ }
/* 1334 */
/* 1335 */ .sidebar a {
/* 1336 */     color: #333333;
/* 1337 */     line-height: 150%;
/* 1338 */     font-weight: 400;
/* 1339 */     font-size: 1em;
/* 1340 */     transition: all 0.4s linear 0s;
/* 1341 */     text-decoration: none;
/* 1342 */ }
/* 1343 */
/* 1344 */ .sidebar a:visited {
/* 1345 */     color: #0B679C;
/* 1346 */ }
/* 1347 */
/* 1348 */ .sidebar a:hover {
/* 1349 */     color: #03a9f4;
/* 1350 */     transition: all 0.2s ease-out 0s;

/* style.css */

/* 1351 */ }
/* 1352 */
/* 1353 */ .sidebar .widget {
/* 1354 */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1355 */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1356 */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 1357 */     margin-bottom: 30px;
/* 1358 */     border-radius: 3px;
/* 1359 */     background-color: #FFFFFF;
/* 1360 */ }
/* 1361 */
/* 1362 */ .widget_search {
/* 1363 */     padding: 15px;
/* 1364 */ }
/* 1365 */
/* 1366 */ .searchform #s {
/* 1367 */     width: 100%;
/* 1368 */     border-style: solid;
/* 1369 */     padding-left: 20px;
/* 1370 */     display: inline-block;
/* 1371 */     min-height: 42px;
/* 1372 */     border-width: 1px;
/* 1373 */     border-color: #E0E0E0;
/* 1374 */     color: #666;
/* 1375 */     outline: 0;
/* 1376 */     margin-top: 0;
/* 1377 */     transition: all .4s linear 0s;
/* 1378 */     text-transform: uppercase;
/* 1379 */     float: left;
/* 1380 */     margin-bottom: 10px;
/* 1381 */     font-family: inherit;
/* 1382 */ }
/* 1383 */
/* 1384 */ #searchsubmit {
/* 1385 */     display: block;
/* 1386 */     color: #FFFFFF;
/* 1387 */     width: 55px;
/* 1388 */     min-height: 42px;
/* 1389 */     background-color: #03a9f4;
/* 1390 */     border-color: #03A8F4;
/* 1391 */     border-style: solid;
/* 1392 */     border-width: 1px;
/* 1393 */     float: left;
/* 1394 */     font-family: inherit;
/* 1395 */ }
/* 1396 */
/* 1397 */ hr {
/* 1398 */     display: block;
/* 1399 */     border: none;
/* 1400 */     height: 1px;

/* style.css */

/* 1401 */     background-color: #E0E0E0;
/* 1402 */     margin: 0px auto 10px auto;
/* 1403 */     padding: 0px;
/* 1404 */     width: 100%;
/* 1405 */ }
/* 1406 */
/* 1407 */ .blog-separator {
/* 1408 */     background-color: #CCCCCC;
/* 1409 */     margin-top: 10px;
/* 1410 */     margin-bottom: 10px;
/* 1411 */ }
/* 1412 */
/* 1413 */ .widget .searchform {
/* 1414 */     min-height: 44px;
/* 1415 */     margin-top: 0px;
/* 1416 */     margin-bottom: 0px;
/* 1417 */ }
/* 1418 */
/* 1419 */ .widget .searchform #s:hover {
/* 1420 */     border-color: #03a9f4;
/* 1421 */ }
/* 1422 */
/* 1423 */ .widget > ul {
/* 1424 */     padding-left: 0px;
/* 1425 */     min-height: 30px;
/* 1426 */     list-style: none;
/* 1427 */     margin-bottom: 15px;
/* 1428 */     margin-top: 0px;
/* 1429 */     display: block;
/* 1430 */ }
/* 1431 */
/* 1432 */ .widget > .widgettitle {
/* 1433 */     font-size: 1.2em;
/* 1434 */     font-weight: 400;
/* 1435 */     margin-bottom: 0px;
/* 1436 */     padding-bottom: 15px;
/* 1437 */     border-bottom: 1px solid rgb(224, 224, 224);
/* 1438 */     color: #333333;
/* 1439 */     text-transform: uppercase;
/* 1440 */     position: relative;
/* 1441 */     padding-top: 15px;
/* 1442 */     border-left-color: #03A8F4;
/* 1443 */     border-radius: 3px;
/* 1444 */     border-left-style: solid;
/* 1445 */     border-left-width: 4px;
/* 1446 */     padding-left: 20px;
/* 1447 */ }
/* 1448 */
/* 1449 */ .widget > ul > li {
/* 1450 */     padding-top: 7px;

/* style.css */

/* 1451 */     padding-bottom: 7px;
/* 1452 */     padding-left: 15px;
/* 1453 */     padding-right: 15px;
/* 1454 */     border-bottom-width: 1px;
/* 1455 */     border-bottom-style: solid;
/* 1456 */     border-bottom-color: #E0E0E0;
/* 1457 */     font-weight: 300;
/* 1458 */
/* 1459 */     font-size: 1em;
/* 1460 */ }
/* 1461 */
/* 1462 */ .widget > ul > li {
/* 1463 */     font-weight: 300;
/* 1464 */     padding-top: 7px;
/* 1465 */     padding-bottom: 7px;
/* 1466 */     border-bottom: 1px solid #E0E0E0;
/* 1467 */ }
/* 1468 */
/* 1469 */ .widget > ul > li {
/* 1470 */     color: rgb(51, 51, 51);
/* 1471 */     font-weight: 600;
/* 1472 */     font-size: 0.9em;
/* 1473 */     line-height: 130%;
/* 1474 */     padding-top: 7px;
/* 1475 */     padding-bottom: 7px;
/* 1476 */ }
/* 1477 */
/* 1478 */ .widget > ul > li a:active {
/* 1479 */     color: #2186C4;
/* 1480 */ }
/* 1481 */
/* 1482 */ .widget > .textwidget {
/* 1483 */     padding: 20px;
/* 1484 */ }
/* 1485 */
/* 1486 */ /*menu css*/
/* 1487 */
/* 1488 */ div#drop_mainmenu_container {
/* 1489 */     z-index: 9999;
/* 1490 */     vertical-align: top;
/* 1491 */ }
/* 1492 */
/* 1493 */ div#drop_mainmenu_container ul {
/* 1494 */     list-style-type: none;
/* 1495 */     list-style-position: outside;
/* 1496 */     list-style-image: none;
/* 1497 */     display: block;
/* 1498 */ }
/* 1499 */
/* 1500 */ div#drop_mainmenu_container ul.fm2_drop_mainmenu {

/* style.css */

/* 1501 */     display: none;
/* 1502 */ }
/* 1503 */
/* 1504 */ #drop_mainmenu {
/* 1505 */     position: relative;
/* 1506 */     text-align: right;
/* 1507 */     margin: 0px;
/* 1508 */     padding: 0px;
/* 1509 */     display: block;
/* 1510 */ }
/* 1511 */
/* 1512 */ #drop_mainmenu ul {
/* 1513 */     display: block;
/* 1514 */ }
/* 1515 */
/* 1516 */ #drop_mainmenu a:active,
/* 1517 */ #drop_mainmenu a:focus {
/* 1518 */     outline-style: none;
/* 1519 */ }
/* 1520 */
/* 1521 */ #drop_mainmenu a {
/* 1522 */     display: block;
/* 1523 */     cursor: pointer;
/* 1524 */     text-align: center;
/* 1525 */     text-decoration: none;
/* 1526 */     color: #ffffff;
/* 1527 */     font-weight: bold;
/* 1528 */     line-height: 120%;
/* 1529 */     text-transform: uppercase;
/* 1530 */ }
/* 1531 */
/* 1532 */ #drop_mainmenu li {
/* 1533 */     position: relative;
/* 1534 */ }
/* 1535 */
/* 1536 */ #drop_mainmenu li > ul {
/* 1537 */     display: none;
/* 1538 */ }
/* 1539 */
/* 1540 */ #drop_mainmenu li:hover a,
/* 1541 */ #drop_mainmenu li.hover a {
/* 1542 */     transition: all 0.3s;
/* 1543 */ }
/* 1544 */
/* 1545 */ #drop_mainmenu > li > a {
/* 1546 */     transition: all 0.3s;
/* 1547 */     background: none left center repeat-x scroll transparent;
/* 1548 */     width: auto;
/* 1549 */     height: 100%;
/* 1550 */     margin: 0;

/* style.css */

/* 1551 */     padding: 35px 0;
/* 1552 */     border-radius: 0px;
/* 1553 */ }
/* 1554 */
/* 1555 */ #drop_mainmenu > li > a {
/* 1556 */     text-decoration: none;
/* 1557 */     text-align: center;
/* 1558 */     cursor: pointer;
/* 1559 */     color: #EDEDED;
/* 1560 */     text-transform: uppercase;
/* 1561 */     font-weight: 400;
/* 1562 */
/* 1563 */     font-size: 1em;
/* 1564 */     letter-spacing: 3px;
/* 1565 */ }
/* 1566 */
/* 1567 */ #drop_mainmenu > li {
/* 1568 */     padding: 0 0px 0px 0px;
/* 1569 */     line-height: 100%;
/* 1570 */     margin-left: 1.7%;
/* 1571 */     margin-right: 1.7%;
/* 1572 */     display: inline-block;
/* 1573 */     height: auto;
/* 1574 */ }
/* 1575 */
/* 1576 */ #drop_mainmenu > li:hover > a,
/* 1577 */ #drop_mainmenu > li.hover > a {
/* 1578 */     color: #FFFFFF;
/* 1579 */     letter-spacing: 3px;
/* 1580 */     text-shadow: 0px 0px 0px white;
/* 1581 */ }
/* 1582 */
/* 1583 */ #drop_mainmenu > li.current_page_item > a {
/* 1584 */     background-color: transparent;
/* 1585 */     background-repeat: repeat-x;
/* 1586 */     background-attachment: scroll;
/* 1587 */     background-position: left center;
/* 1588 */     background-image: none;
/* 1589 */     border-bottom-width: 1px;
/* 1590 */     border-bottom-style: solid;
/* 1591 */     border-bottom-color: #FFFFFF;
/* 1592 */     text-shadow: 0px 0px 0px white;
/* 1593 */ }
/* 1594 */
/* 1595 */ #drop_mainmenu li > .ui-effects-wrapper {
/* 1596 */     top: 58px;
/* 1597 */     left: 0px;
/* 1598 */ }
/* 1599 */
/* 1600 */ #drop_mainmenu li ul {

/* style.css */

/* 1601 */     top: 50px;
/* 1602 */     left: 0px;
/* 1603 */ }
/* 1604 */
/* 1605 */ #drop_mainmenu ul {
/* 1606 */     width: auto;
/* 1607 */     height: auto;
/* 1608 */     padding: 7px 0px 7px 0px;
/* 1609 */ }
/* 1610 */
/* 1611 */ #drop_mainmenu ul li a {
/* 1612 */     border: 0px;
/* 1613 */     padding: 16px 18px;
/* 1614 */     height: 100%;
/* 1615 */     min-height: 0px;
/* 1616 */     margin: 0;
/* 1617 */     letter-spacing: 0px;
/* 1618 */     text-align: left;
/* 1619 */ }
/* 1620 */
/* 1621 */ #drop_mainmenu ul li {
/* 1622 */     min-width: 160px;
/* 1623 */     padding: 0 0px 0px 0px;
/* 1624 */     vertical-align: top;
/* 1625 */     position: relative;
/* 1626 */ }
/* 1627 */
/* 1628 */ #drop_mainmenu ul li:hover > a,
/* 1629 */ #drop_mainmenu ul li.hover > a {
/* 1630 */     background-color: #2176ff;
/* 1631 */     border: 0 none transparent;
/* 1632 */     letter-spacing: 0px;
/* 1633 */ }
/* 1634 */
/* 1635 */ #drop_mainmenu ul li ul {
/* 1636 */     left: 100%;
/* 1637 */     top: 0px;
/* 1638 */     margin-top: 0px;
/* 1639 */ }
/* 1640 */
/* 1641 */ #drop_mainmenu > li[data-direction=right] > ul > li ul {
/* 1642 */     left: auto;
/* 1643 */     right: 100%;
/* 1644 */ }
/* 1645 */
/* 1646 */ #drop_mainmenu > li ul {
/* 1647 */     top: auto;
/* 1648 */     border-bottom-width: 5px;
/* 1649 */     border-bottom-color: #2176FF;
/* 1650 */     border-bottom-style: solid;

/* style.css */

/* 1651 */     padding: 0px;
/* 1652 */     position: absolute;
/* 1653 */     background-color: #3F464C;
/* 1654 */     z-index: 9999;
/* 1655 */ }
/* 1656 */
/* 1657 */ #drop_mainmenu ul li a,
/* 1658 */ #drop_mainmenu ul li a {
/* 1659 */     color: #FFFFFF;
/* 1660 */     font-weight: 400;
/* 1661 */     font-size: 0.6em;
/* 1662 */ }
/* 1663 */
/* 1664 */ /************************* mobile menu ************************/
/* 1665 */
/* 1666 */ .fm2_drop_mainmenu_mobile-overlay {
/* 1667 */     background: rgba(0, 0, 0, 0.70) none repeat top left scroll;
/* 1668 */     width: 100%;
/* 1669 */     height: 100%;
/* 1670 */     position: absolute;
/* 1671 */     top: 0;
/* 1672 */     left: 0;
/* 1673 */     transition: all 0.3s;
/* 1674 */     display: inline;
/* 1675 */     z-index: 10050;
/* 1676 */     position: fixed !important;
/* 1677 */ }
/* 1678 */
/* 1679 */ .fm2_drop_mainmenu_mobile-overlay-hide {
/* 1680 */     background: rgba(0, 0, 0, 0) none repeat top left scroll;
/* 1681 */     display: none;
/* 1682 */ }
/* 1683 */
/* 1684 */ a#fm2_drop_mainmenu_mobile_button span.caption {
/* 1685 */     text-transform: uppercase;
/* 1686 */     background: url("assets/images/hamburger.png") 0px center no-repeat scroll transparent;
/* 1687 */     background-position: left center;
/* 1688 */     padding-left: 20px;
/* 1689 */     color: #9BCB43;
/* 1690 */     display: inline-block;
/* 1691 */     min-height: 20px;
/* 1692 */     font: normal normal 400 16px/normal Source Sans Pro, sans-serif;
/* 1693 */ }
/* 1694 */
/* 1695 */ a#fm2_drop_mainmenu_mobile_button span.down-arrow {
/* 1696 */     display: none;
/* 1697 */ }
/* 1698 */
/* 1699 */ #fm2_drop_mainmenu_jq_menu_back {
/* 1700 */     position: relative !important;

/* style.css */

/* 1701 */     top: 0px !important;
/* 1702 */ }
/* 1703 */
/* 1704 */ div#fm2_drop_mainmenu_jq_menu_back div.main-menu-header {
/* 1705 */     background: transparent url("assets/images/close_icon.png") no-repeat center center scroll;
/* 1706 */     position: relative;
/* 1707 */     width: 14px;
/* 1708 */     height: 14px;
/* 1709 */     float: right;
/* 1710 */     text-align: center;
/* 1711 */     font-size: 0.7em;
/* 1712 */     z-index: 1;
/* 1713 */     box-sizing: content-box;
/* 1714 */     height: 60px;
/* 1715 */     width: 50px;
/* 1716 */ }
/* 1717 */
/* 1718 */ div#fm2_drop_mainmenu_jq_menu_back div.main-menu-header p font.caption:before {
/* 1719 */     background: transparent url("assets/images/mini_menu.png") no-repeat -2px scroll;
/* 1720 */     width: 18px;
/* 1721 */     content: ' ';
/* 1722 */     height: 20px;
/* 1723 */     display: inline-block;
/* 1724 */     vertical-align: text-bottom;
/* 1725 */     margin-right: 9px;
/* 1726 */ }
/* 1727 */
/* 1728 */ div#fm2_drop_mainmenu_jq_menu_back {
/* 1729 */     position: absolute;
/* 1730 */     width: calc(100% - 20px);
/* 1731 */     height: calc(100% - 20px);
/* 1732 */     margin: 10px;
/* 1733 */     top: 0px;
/* 1734 */     left: 0px;
/* 1735 */     background-color: #333333;
/* 1736 */ }
/* 1737 */
/* 1738 */ div#fm2_drop_mainmenu_jq_menu_back ul {
/* 1739 */     margin-left: 20px;
/* 1740 */     list-style-type: none;
/* 1741 */     list-style-image: none;
/* 1742 */     padding: 10px 0px;
/* 1743 */ }
/* 1744 */
/* 1745 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header {
/* 1746 */     background: transparent none repeat top left scroll;
/* 1747 */     position: relative;
/* 1748 */     width: auto;
/* 1749 */     display: block;
/* 1750 */     text-align: center;

/* style.css */

/* 1751 */ }
/* 1752 */
/* 1753 */ div#fm2_drop_mainmenu_jq_menu_back a {
/* 1754 */     padding: 1em 0px 1em 0px;
/* 1755 */     overflow: hidden;
/* 1756 */     background-color: #3377FF;
/* 1757 */     font-family: inherit;
/* 1758 */     font-weight: bold;
/* 1759 */ }
/* 1760 */
/* 1761 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a {
/* 1762 */     /* margin-left: 10px; */
/* 1763 */     /* margin-top: 14px; */
/* 1764 */     display: inline-block;
/* 1765 */     width: 50px;
/* 1766 */     height: 60px;
/* 1767 */     float: left;
/* 1768 */     background-color: blue;
/* 1769 */     padding-left: 0 !important;
/* 1770 */     padding-top: 0 !important;
/* 1771 */     padding-bottom: 0 !important;
/* 1772 */     background: transparent url("assets/images/mini_arrow_large.png") no-repeat center scroll;
/* 1773 */ }
/* 1774 */
/* 1775 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a:hover,
/* 1776 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a.hover {
/* 1777 */     background-color: lime;
/* 1778 */ }
/* 1779 */
/* 1780 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p {
/* 1781 */     margin: 0 0 0 0;
/* 1782 */     color: #FFF;
/* 1783 */     /* text-indent: -40px; */
/* 1784 */     padding: 0px;
/* 1785 */     width: 100%;
/* 1786 */ }
/* 1787 */
/* 1788 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p:hover,
/* 1789 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p.hover {
/* 1790 */     color: #CCF;
/* 1791 */ }
/* 1792 */
/* 1793 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
/* 1794 */     background: transparent none repeat left top scroll;
/* 1795 */     text-decoration: none;
/* 1796 */     display: block;
/* 1797 */     width: auto;
/* 1798 */ }
/* 1799 */
/* 1800 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container {

/* style.css */

/* 1801 */     position: absolute;
/* 1802 */     left: 0;
/* 1803 */     top: 0;
/* 1804 */     width: 100%;
/* 1805 */ }
/* 1806 */
/* 1807 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container > .menu {
/* 1808 */     float: left;
/* 1809 */     width: 100%;
/* 1810 */ }
/* 1811 */
/* 1812 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li {
/* 1813 */     overflow: hidden;
/* 1814 */     text-overflow: ellipsis;
/* 1815 */     position: relative;
/* 1816 */     padding: 8px 0px;
/* 1817 */     background-color: #F7F7F7;
/* 1818 */ }
/* 1819 */
/* 1820 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li p {
/* 1821 */     margin: 0 0 0 0;
/* 1822 */     font-size: 0.8em;
/* 1823 */     font-weight: 600;
/* 1824 */     text-transform: uppercase;
/* 1825 */     color: inherit;
/* 1826 */ }
/* 1827 */
/* 1828 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a {
/* 1829 */     background: transparent none repeat left top scroll;
/* 1830 */     border-left: 0 none #000000;
/* 1831 */     border-top: 0 none #000000;
/* 1832 */     border-bottom: 0 none #000000;
/* 1833 */     border-right: 0 none #000000;
/* 1834 */     margin: 0 0 0 0;
/* 1835 */     padding: 0 0 0 0;
/* 1836 */     text-decoration: none;
/* 1837 */     font-weight: bold;
/* 1838 */     font-style: normal;
/* 1839 */ }
/* 1840 */
/* 1841 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch,
/* 1842 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf {
/* 1843 */     margin: 0 5px 0 5px;
/* 1844 */     display: inline-block;
/* 1845 */     vertical-align: middle;
/* 1846 */ }
/* 1847 */
/* 1848 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
/* 1849 */     content: "+ ";
/* 1850 */ }

/* style.css */

/* 1851 */
/* 1852 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before {
/* 1853 */     content: "- ";
/* 1854 */ }
/* 1855 */
/* 1856 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis a {
/* 1857 */     width: auto;
/* 1858 */     float: left;
/* 1859 */ }
/* 1860 */
/* 1861 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a {
/* 1862 */     padding: 0 9px 0 9px;
/* 1863 */ }
/* 1864 */
/* 1865 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a,
/* 1866 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a span {
/* 1867 */     color: white;
/* 1868 */ }
/* 1869 */
/* 1870 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before,
/* 1871 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
/* 1872 */     width: 10px;
/* 1873 */ }
/* 1874 */
/* 1875 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before {
/* 1876 */     background: transparent url("assets/images/mini_circle.png") no-repeat top left scroll;
/* 1877 */     opacity: 0.5;
/* 1878 */ }
/* 1879 */
/* 1880 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
/* 1881 */     background: transparent url("assets/images/mini_arrow.png") no-repeat top left scroll;
/* 1882 */ }
/* 1883 */
/* 1884 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before,
/* 1885 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .leaf:before,
/* 1886 */ a#fm2_drop_mainmenu_mobile_button span.caption:before {
/* 1887 */     content: ' ';
/* 1888 */     height: 1em;
/* 1889 */     display: inline-block;
/* 1890 */     vertical-align: middle;
/* 1891 */     margin-right: 9px;
/* 1892 */     background-position: center;
/* 1893 */     min-height: 20px;
/* 1894 */ }
/* 1895 */
/* 1896 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis,
/* 1897 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
/* 1898 */     background-color: transparent;
/* 1899 */ }
/* 1900 */

/* style.css */

/* 1901 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
/* 1902 */     text-align: center;
/* 1903 */     color: #FFFFFF;
/* 1904 */ }
/* 1905 */
/* 1906 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a:hover,
/* 1907 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > a.hover {
/* 1908 */     background-color: transparent;
/* 1909 */ }
/* 1910 */
/* 1911 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li {
/* 1912 */ }
/* 1913 */
/* 1914 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis a {
/* 1915 */ }
/* 1916 */
/* 1917 */ div#fm2_drop_mainmenu_jq_menu_back li a p,
/* 1918 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a,
/* 1919 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li a span,
/* 1920 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
/* 1921 */     color: #FFFFFF;
/* 1922 */     text-transform: uppercase;
/* 1923 */     font-weight: 600;
/* 1924 */ }
/* 1925 */
/* 1926 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header > p a {
/* 1927 */     height: 60px;
/* 1928 */     display: block;
/* 1929 */     width: calc(100% - 100px);
/* 1930 */     margin: 0px;
/* 1931 */     float: left;
/* 1932 */ }
/* 1933 */
/* 1934 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis,
/* 1935 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-header {
/* 1936 */     background-color: transparent;
/* 1937 */ }
/* 1938 */
/* 1939 */ a#fm2_drop_mainmenu_mobile_button {
/* 1940 */     margin-left: 0px;
/* 1941 */     margin-right: 0px;
/* 1942 */     border-width: 0px;
/* 1943 */     border-style: none;
/* 1944 */     border-color: transparent;
/* 1945 */     color: #38AFFF;
/* 1946 */     text-align: right;
/* 1947 */     padding-left: 10px;
/* 1948 */     font-weight: 700;
/* 1949 */     font-family: inherit;
/* 1950 */     font-size: 1em;

/* style.css */

/* 1951 */     border-radius: 0px;
/* 1952 */     padding-right: 20px;
/* 1953 */     padding: 1em 0px 1em 0px;
/* 1954 */     position: relative;
/* 1955 */     width: auto;
/* 1956 */     text-decoration: none;
/* 1957 */     min-width: 50px;
/* 1958 */     text-overflow: ellipsis;
/* 1959 */     overflow: hidden;
/* 1960 */     display: block;
/* 1961 */ }
/* 1962 */
/* 1963 */ div#fm2_drop_mainmenu_jq_menu_back div.main-menu-header p span.caption:before {
/* 1964 */     background-image: url("assets/images/mini_menu.png");
/* 1965 */ }
/* 1966 */
/* 1967 */ div#fm2_drop_mainmenu_jq_menu_back div.menu-container .branch:before {
/* 1968 */     background-image: url("assets/images/mini_arrow.png");
/* 1969 */ }
/* 1970 */
/* 1971 */ .nav-links {
/* 1972 */     display: block;
/* 1973 */     width: 100%;
/* 1974 */     clear: both;
/* 1975 */     position: relative;
/* 1976 */ }
/* 1977 */
/* 1978 */ .nav-previous a:before {
/* 1979 */     display: inline-block;
/* 1980 */     font-family: FontAwesome;
/* 1981 */     margin-right: 6px;
/* 1982 */     content: "\f100";
/* 1983 */ }
/* 1984 */
/* 1985 */ .nav-next a:after {
/* 1986 */     display: inline-block;
/* 1987 */     font-family: FontAwesome;
/* 1988 */     margin-left: 6px;
/* 1989 */     content: "\f101";
/* 1990 */ }
/* 1991 */
/* 1992 */ .nav-previous,
/* 1993 */ .nav-next {
/* 1994 */     width: 50%;
/* 1995 */     float: left;
/* 1996 */     height: auto;
/* 1997 */ }
/* 1998 */
/* 1999 */ .nav-previous {
/* 2000 */     text-align: left;

/* style.css */

/* 2001 */ }
/* 2002 */
/* 2003 */ .nav-next {
/* 2004 */     text-align: right;
/* 2005 */ }
/* 2006 */
/* 2007 */ /* comments css */
/* 2008 */
/* 2009 */ .comment-form .comment-respond .comment-form p input[type=text],
/* 2010 */ .comment-form .comment-respond .comment-form p textarea {
/* 2011 */     width: 100%;
/* 2012 */     border-radius: 3px;
/* 2013 */     border-color: #DBDBDB;
/* 2014 */     border-style: solid;
/* 2015 */     border-width: 1px;
/* 2016 */     height: 50px;
/* 2017 */     font-family: inherit;
/* 2018 */ }
/* 2019 */
/* 2020 */ .comment-form .comment-respond .comment-form p #comment {
/* 2021 */     height: 200px;
/* 2022 */ }
/* 2023 */
/* 2024 */ #comments {
/* 2025 */     font-size: 1em;
/* 2026 */     margin-bottom: 50px;
/* 2027 */ }
/* 2028 */
/* 2029 */ .comment-form h3.comment-reply-title {
/* 2030 */     font-size: 1.6em;
/* 2031 */     font-weight: 400;
/* 2032 */ }
/* 2033 */
/* 2034 */ .comment-form .comment-respond .comment-form p label {
/* 2035 */     display: inline-block;
/* 2036 */     margin-bottom: 15px;
/* 2037 */     font-size: 1em;
/* 2038 */     margin-top: 15px;
/* 2039 */     color: #666666;
/* 2040 */ }
/* 2041 */
/* 2042 */ .comment-form .comment-respond .comment-form p.form-submit #submit {
/* 2043 */     display: inline-block;
/* 2044 */     width: auto;
/* 2045 */ }
/* 2046 */
/* 2047 */ .commentlist .children {
/* 2048 */     margin-top: 20px;
/* 2049 */ }
/* 2050 */

/* style.css */

/* 2051 */ .commentlist > li.comment:after {
/* 2052 */     content: "";
/* 2053 */     display: table;
/* 2054 */     clear: both;
/* 2055 */ }
/* 2056 */
/* 2057 */ .commentlist .avatar {
/* 2058 */     height: 39px;
/* 2059 */     left: 2.2em;
/* 2060 */     top: 2.2em;
/* 2061 */     width: 39px;
/* 2062 */ }
/* 2063 */
/* 2064 */ .comment cite,
/* 2065 */ .comment a {
/* 2066 */     margin-left: 50px;
/* 2067 */ }
/* 2068 */
/* 2069 */ .commentlist li.comment .comment-body .comment-author {
/* 2070 */     padding-left: 15px;
/* 2071 */     padding-right: 15px;
/* 2072 */ }
/* 2073 */
/* 2074 */ .commentlist li.comment .comment-body .comment-meta {
/* 2075 */     padding-left: 15px;
/* 2076 */     padding-right: 15px;
/* 2077 */     text-align: right;
/* 2078 */     padding-top: 7px;
/* 2079 */ }
/* 2080 */
/* 2081 */ .commentlist,
/* 2082 */ .commentlist ul {
/* 2083 */     list-style: none;
/* 2084 */ }
/* 2085 */
/* 2086 */ .commentlist {
/* 2087 */     padding-left: 0px;
/* 2088 */ }
/* 2089 */
/* 2090 */ .comment cite.fn {
/* 2091 */     margin-top: 7px;
/* 2092 */     font-style: normal;
/* 2093 */     font-weight: 600;
/* 2094 */     font-size: 0.7em;
/* 2095 */ }
/* 2096 */
/* 2097 */ .navigation {
/* 2098 */     margin-top: 30px;
/* 2099 */ }
/* 2100 */

/* style.css */

/* 2101 */ .comment-body:after {
/* 2102 */     content: "";
/* 2103 */     display: table;
/* 2104 */     clear: both;
/* 2105 */ }
/* 2106 */
/* 2107 */ .comment a {
/* 2108 */     text-decoration: none;
/* 2109 */     color: #666666;
/* 2110 */     margin-left: 15px;
/* 2111 */
/* 2112 */ }
/* 2113 */
/* 2114 */ .comment a.comment-edit-link {
/* 2115 */     color: #666666;
/* 2116 */     margin-left: 10px;
/* 2117 */     display: none;
/* 2118 */ }
/* 2119 */
/* 2120 */ div a.comment-edit-link:hover {
/* 2121 */     color: #0099ff;
/* 2122 */ }
/* 2123 */
/* 2124 */ .commentlist li.comment .comment-body p {
/* 2125 */     margin-top: 20px;
/* 2126 */     margin-bottom: 20px;
/* 2127 */     margin-left: 52px;
/* 2128 */     font-weight: 400;
/* 2129 */     color: #666666;
/* 2130 */     font-size: 1em;
/* 2131 */ }
/* 2132 */
/* 2133 */ .comment-body p {
/* 2134 */     font-size: 0.7em;
/* 2135 */     text-align: left;
/* 2136 */ }
/* 2137 */
/* 2138 */ .commentlist li.comment .comment-body {
/* 2139 */     margin-right: -15px;
/* 2140 */     margin-left: -15px;
/* 2141 */     padding-left: 15px;
/* 2142 */     padding-right: 15px;
/* 2143 */     background-color: transparent;
/* 2144 */ }
/* 2145 */
/* 2146 */ .comment a.comment-reply-link {
/* 2147 */     padding: 10px 17px;
/* 2148 */     background-color: #E6E6E6;
/* 2149 */     min-width: 50px;
/* 2150 */     margin-left: auto;

/* style.css */

/* 2151 */     color: #333333;
/* 2152 */     -webkit-border-radius: 3px;
/* 2153 */     -moz-border-radius: 3px;
/* 2154 */     border-radius: 3px;
/* 2155 */     font-weight: 600;
/* 2156 */     text-transform: uppercase;
/* 2157 */ }
/* 2158 */
/* 2159 */ div a.comment-reply-link:hover {
/* 2160 */     background-color: #FF7F66;
/* 2161 */     color: #FFFFFF;
/* 2162 */
/* 2163 */     font-weight: 600;
/* 2164 */     text-transform: uppercase;
/* 2165 */ }
/* 2166 */
/* 2167 */ .comment a.url {
/* 2168 */     color: #333333;
/* 2169 */     font-weight: 600;
/* 2170 */ }
/* 2171 */
/* 2172 */ .commentlist li.comment.even {
/* 2173 */     background-color: #f5f5f5;
/* 2174 */ }
/* 2175 */
/* 2176 */ .commentlist li.comment.odd {
/* 2177 */     background-color: #ffffff;
/* 2178 */ }
/* 2179 */
/* 2180 */ .commentlist > li.comment {
/* 2181 */     background: none;
/* 2182 */     position: relative;
/* 2183 */     width: auto;
/* 2184 */     clear: both;
/* 2185 */     font-size: 0.9em;
/* 2186 */ }
/* 2187 */
/* 2188 */ div .commentlist li {
/* 2189 */     padding: 20px;
/* 2190 */ }
/* 2191 */
/* 2192 */ span.comments-number {
/* 2193 */     font-size: 1.6em;
/* 2194 */     font-weight: 400;
/* 2195 */ }
/* 2196 */
/* 2197 */ .comment-respond {
/* 2198 */     font-weight: 400;
/* 2199 */     font-size: 1em;
/* 2200 */ }

/* style.css */

/* 2201 */
/* 2202 */ .comments-form {
/* 2203 */     margin-top: 0px;
/* 2204 */     font-size: 0.9em;
/* 2205 */ }
/* 2206 */
/* 2207 */ .comments-form a {
/* 2208 */     color: #2186C4;
/* 2209 */     text-decoration: none;
/* 2210 */ }
/* 2211 */
/* 2212 */ .comment-form label {
/* 2213 */     display: block;
/* 2214 */ }
/* 2215 */
/* 2216 */ p.logged-in-as {
/* 2217 */     font-weight: 400;
/* 2218 */ }
/* 2219 */
/* 2220 */ .post-comments .navigation .prev-posts a:hover,
/* 2221 */ .post-comments .navigation .next-posts a:hover {
/* 2222 */     text-decoration: underline;
/* 2223 */ }
/* 2224 */
/* 2225 */ .comment-form .comment-respond .comment-form p.logged-in-as a:hover {
/* 2226 */     text-decoration: underline;
/* 2227 */ }
/* 2228 */
/* 2229 */ .post-comments {
/* 2230 */     clear: both;
/* 2231 */     min-height: 100px;
/* 2232 */     width: 100%;
/* 2233 */     float: left;
/* 2234 */     padding-left: 15px;
/* 2235 */     padding-right: 15px;
/* 2236 */     border-radius: 3px;
/* 2237 */     padding-top: 15px;
/* 2238 */     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 2239 */     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 2240 */     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
/* 2241 */     background-color: #FFFFFF;
/* 2242 */ }
/* 2243 */
/* 2244 */ .align-holder {
/* 2245 */     width: 100%;
/* 2246 */ }
/* 2247 */
/* 2248 */ .header-buttons-wrapper {
/* 2249 */     margin: 0px;
/* 2250 */ }

/* style.css */

/* 2251 */
/* 2252 */ a#fm2_drop_mainmenu_mobile_button span.caption {
/* 2253 */     min-height: 20px;
/* 2254 */     display: inline-block;
/* 2255 */     font: normal normal normal 14px/1 FontAwesome;
/* 2256 */     font-size: 30px !important;
/* 2257 */     line-height: 1em !important;
/* 2258 */     text-rendering: auto;
/* 2259 */     letter-spacing: 0px !important;
/* 2260 */     -webkit-font-smoothing: antialiased;
/* 2261 */     text-align: center;
/* 2262 */     -moz-osx-font-smoothing: grayscale;
/* 2263 */     background: none;
/* 2264 */     color: #FFFFFF;
/* 2265 */     text-shadow: none;
/* 2266 */     border: none;
/* 2267 */     padding: 5px 0px 0px 0px !important;
/* 2268 */ }
/* 2269 */
/* 2270 */ a#fm2_drop_mainmenu_mobile_button span.caption:before {
/* 2271 */     content: "\f0c9";
/* 2272 */     height: 30px;
/* 2273 */     display: inline-block;
/* 2274 */     vertical-align: text-bottom;
/* 2275 */     font-family: FontAwesome;
/* 2276 */     text-shadow: none;
/* 2277 */     text-align: center;
/* 2278 */ }
/* 2279 */
/* 2280 */ .header-top.coloured-nav {
/* 2281 */     background: #ffffff;
/* 2282 */ }
/* 2283 */
/* 2284 */ .header-top.fixto-fixed {
/* 2285 */     background-color: #FFFFFF;
/* 2286 */     box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
/* 2287 */     -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
/* 2288 */     -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
/* 2289 */     min-height: 80px;
/* 2290 */ }
/* 2291 */
/* 2292 */ .header-top.fixto-fixed #drop_mainmenu > li > a,
/* 2293 */ .header-top.coloured-nav #drop_mainmenu > li > a,
/* 2294 */ .header-top.fixto-fixed .text-logo,
/* 2295 */ .header-top.coloured-nav .text-logo,
/* 2296 */ .header-top.fixto-fixed a#fm2_drop_mainmenu_mobile_button span.caption,
/* 2297 */ .header-top.coloured-nav a#fm2_drop_mainmenu_mobile_button span.caption {
/* 2298 */     color: #000000;
/* 2299 */ }
/* 2300 */

/* style.css */

/* 2301 */ .header-top.fixto-fixed #drop_mainmenu > li > a,
/* 2302 */ .header-top.coloured-nav #drop_mainmenu > li > a {
/* 2303 */     padding: 30px 0px;
/* 2304 */ }
/* 2305 */
/* 2306 */ .header-top.fixto-fixed #drop_mainmenu > li > a:hover,
/* 2307 */ .header-top.fixto-nav #drop_mainmenu > li > a.hover,
/* 2308 */ .header-top.coloured-fixed #drop_mainmenu > li > a:hover,
/* 2309 */ .header-top.fixto-fixed #drop_mainmenu > li.current_page_item > a,
/* 2310 */ .header-top.coloured-fixed #drop_mainmenu > li.current_page_item > a,
/* 2311 */ .header-top.coloured-nav #drop_mainmenu > li > a.hover {
/* 2312 */     text-shadow: 0px 0px 0px black;
/* 2313 */ }
/* 2314 */
/* 2315 */ @media only screen and (min-width: 768px) {
/* 2316 */     body {
/* 2317 */         text-align: left;
/* 2318 */     }
/* 2319 */
/* 2320 */     div#drop_mainmenu_container ul.fm2_drop_mainmenu {
/* 2321 */         display: block;
/* 2322 */     }
/* 2323 */
/* 2324 */     .alignnone {
/* 2325 */         margin: 5px 20px 20px 0;
/* 2326 */     }
/* 2327 */
/* 2328 */     a img.alignnone {
/* 2329 */         margin: 5px 20px 20px 0;
/* 2330 */     }
/* 2331 */
/* 2332 */     .alignright {
/* 2333 */         float: right;
/* 2334 */         margin: 5px 0 20px 20px;
/* 2335 */     }
/* 2336 */
/* 2337 */     .alignleft {
/* 2338 */         float: left;
/* 2339 */         margin: 5px 20px 20px 0;
/* 2340 */     }
/* 2341 */
/* 2342 */     a img.alignright {
/* 2343 */         float: right;
/* 2344 */         margin: 5px 0 20px 20px;
/* 2345 */     }
/* 2346 */
/* 2347 */     a img.alignleft {
/* 2348 */         float: left;
/* 2349 */         margin: 5px 20px 20px 0;
/* 2350 */     }

/* style.css */

/* 2351 */
/* 2352 */     body.logged-in.admin-bar {
/* 2353 */         position: relative;
/* 2354 */     }
/* 2355 */
/* 2356 */     h1 {
/* 2357 */         font-size: 3.4em;
/* 2358 */     }
/* 2359 */
/* 2360 */     h2 {
/* 2361 */         font-size: 2.5em;
/* 2362 */     }
/* 2363 */
/* 2364 */     h3 {
/* 2365 */         font-size: 1.6em;
/* 2366 */     }
/* 2367 */
/* 2368 */     p {
/* 2369 */         line-height: 130%;
/* 2370 */     }
/* 2371 */
/* 2372 */     h1.heading8 {
/* 2373 */         font-size: 3.3em;
/* 2374 */     }
/* 2375 */
/* 2376 */     .gridContainer {
/* 2377 */         width: 90%;
/* 2378 */         max-width: 1232px;
/* 2379 */     }
/* 2380 */
/* 2381 */     .gridContainer .row {
/* 2382 */         margin-left: -15px;
/* 2383 */         margin-right: -15px;
/* 2384 */         clear: both;
/* 2385 */     }
/* 2386 */
/* 2387 */     .content {
/* 2388 */         min-height: 398px;
/* 2389 */     }
/* 2390 */
/* 2391 */     .header {
/* 2392 */         width: 100%;
/* 2393 */     }
/* 2394 */
/* 2395 */     .header-top {
/* 2396 */         display: flex;
/* 2397 */         position: fixed;
/* 2398 */         transition: all .3s linear;
/* 2399 */     }
/* 2400 */

/* style.css */

/* 2401 */     .featured-items {
/* 2402 */         display: flex;
/* 2403 */     }
/* 2404 */
/* 2405 */     .featured-item {
/* 2406 */         width: 33.333%;
/* 2407 */         min-height: 200px;
/* 2408 */         margin-bottom: 0;
/* 2409 */     }
/* 2410 */
/* 2411 */     .logo_col {
/* 2412 */         margin-right: 15px;
/* 2413 */     }
/* 2414 */
/* 2415 */     .row_47 {
/* 2416 */         min-height: 100px;
/* 2417 */         width: 100%;
/* 2418 */         float: left;
/* 2419 */         padding-left: 15px;
/* 2420 */         padding-right: 15px;
/* 2421 */         padding-bottom: 20px;
/* 2422 */     }
/* 2423 */
/* 2424 */     .image-on-left .header-description-row,
/* 2425 */     .image-on-right .header-description-row,
/* 2426 */     .media-on-left .header-description-row,
/* 2427 */     .media-on-right .header-description-row {
/* 2428 */         display: -webkit-box;
/* 2429 */         display: -webkit-flex;
/* 2430 */         display: -webkit-flexbox;
/* 2431 */         display: -moz-flex;
/* 2432 */         display: -moz-box;
/* 2433 */         display: -ms-flexbox;
/* 2434 */         display: flex;
/* 2435 */         -webkit-box-flex: 0;
/* 2436 */         -ms-flex: 0 1 auto;
/* 2437 */         flex: 0 1 auto;
/* 2438 */         -webkit-box-orient: horizontal;
/* 2439 */         -webkit-box-direction: normal;
/* 2440 */         -ms-flex-direction: row;
/* 2441 */         flex-direction: row;
/* 2442 */         -ms-flex-wrap: wrap;
/* 2443 */         flex-wrap: wrap;
/* 2444 */         justify-content: center;
/* 2445 */     }
/* 2446 */
/* 2447 */     .header-description-row:before,
/* 2448 */     .header-description-row:after {
/* 2449 */         content: normal;
/* 2450 */     }

/* style.css */

/* 2451 */
/* 2452 */     .header-description-left {
/* 2453 */         display: block;
/* 2454 */         vertical-align: middle;
/* 2455 */         margin-bottom: 0px;
/* 2456 */     }
/* 2457 */
/* 2458 */     .header-description-right {
/* 2459 */         display: block;
/* 2460 */         vertical-align: middle;
/* 2461 */         margin-bottom: 0px;
/* 2462 */     }
/* 2463 */
/* 2464 */     .image-on-right .header-description-left,
/* 2465 */     .image-on-left .header-description-left {
/* 2466 */         align-self: center;
/* 2467 */     }
/* 2468 */
/* 2469 */     .image-on-left .header-description-right,
/* 2470 */     .image-on-right .header-description-right,
/* 2471 */     .media-on-left .header-description-right,
/* 2472 */     .media-on-right .header-description-right {
/* 2473 */         display: -webkit-box;
/* 2474 */         display: -webkit-flex;
/* 2475 */         display: -webkit-flexbox;
/* 2476 */         display: -moz-flex;
/* 2477 */         display: -moz-box;
/* 2478 */         display: -ms-flexbox;
/* 2479 */         display: flex;
/* 2480 */         -webkit-box-flex: 0;
/* 2481 */         -ms-flex: 0 1 auto;
/* 2482 */         flex: 1 1 0;
/* 2483 */         -webkit-box-orient: horizontal;
/* 2484 */         -webkit-box-direction: normal;
/* 2485 */         -ms-flex-direction: row;
/* 2486 */         flex-direction: row;
/* 2487 */         -ms-flex-wrap: wrap;
/* 2488 */         flex-wrap: wrap;
/* 2489 */         align-content: center;
/* 2490 */         align-items: center;
/* 2491 */     }
/* 2492 */
/* 2493 */     .image-on-left .header-content,
/* 2494 */     .image-on-right .header-content,
/* 2495 */     .media-on-left .header-content,
/* 2496 */     .media-on-right .header-content {
/* 2497 */         height: 100%;
/* 2498 */         display: flex;
/* 2499 */         display: -webkit-box;
/* 2500 */         display: -webkit-flex;

/* style.css */

/* 2501 */         display: -webkit-flexbox;
/* 2502 */         display: -moz-flex;
/* 2503 */         display: -moz-box;
/* 2504 */         display: -ms-flexbox;
/* 2505 */         -webkit-box-flex: 0;
/* 2506 */         -ms-flex: 0 1 auto;
/* 2507 */         -webkit-box-orient: horizontal;
/* 2508 */         -webkit-box-direction: normal;
/* 2509 */         -ms-flex-direction: row;
/* 2510 */         flex-direction: row;
/* 2511 */         -ms-flex-wrap: wrap;
/* 2512 */         flex-wrap: wrap;
/* 2513 */         align-content: center;
/* 2514 */         align-items: center;
/* 2515 */     }
/* 2516 */
/* 2517 */     .header-content-centered {
/* 2518 */         margin-left: auto;
/* 2519 */         margin-right: auto;
/* 2520 */     }
/* 2521 */
/* 2522 */     .header-content-right {
/* 2523 */         margin-left: auto;
/* 2524 */     }
/* 2525 */
/* 2526 */     .header-buttons-wrapper {
/* 2527 */         margin: 0px -9px 0px -9px;
/* 2528 */         clear: both;
/* 2529 */     }
/* 2530 */
/* 2531 */     .footer_left {
/* 2532 */         float: left;
/* 2533 */         width: 66.6667%;
/* 2534 */         padding-left: 15px;
/* 2535 */         padding-right: 15px;
/* 2536 */     }
/* 2537 */
/* 2538 */     .footer_right {
/* 2539 */         float: left;
/* 2540 */         width: 33.3333%;
/* 2541 */         padding-left: 15px;
/* 2542 */         padding-right: 15px;
/* 2543 */         text-align: right;
/* 2544 */     }
/* 2545 */
/* 2546 */     .post-list-item {
/* 2547 */         width: 50%;
/* 2548 */         float: left;
/* 2549 */     }
/* 2550 */

/* style.css */

/* 2551 */     /* post css */
/* 2552 */     .post-content-single {
/* 2553 */         clear: both;
/* 2554 */         min-height: 100px;
/* 2555 */         width: 100%;
/* 2556 */         float: left;
/* 2557 */         padding: 30px;
/* 2558 */     }
/* 2559 */
/* 2560 */     .fa.font-icon-25 {
/* 2561 */         margin-right: 10px;
/* 2562 */     }
/* 2563 */
/* 2564 */     .post-list,
/* 2565 */     .post-item {
/* 2566 */         float: left;
/* 2567 */         width: 75%;
/* 2568 */     }
/* 2569 */
/* 2570 */     .post-list-large,
/* 2571 */     .post-item-large {
/* 2572 */         width: 100%;
/* 2573 */     }
/* 2574 */
/* 2575 */     .prev-navigation,
/* 2576 */     .next-navigation {
/* 2577 */         width: 20%;
/* 2578 */         float: left;
/* 2579 */         position: static;
/* 2580 */     }
/* 2581 */
/* 2582 */     .numbers-navigation {
/* 2583 */         width: 60%;
/* 2584 */         float: left;
/* 2585 */         margin-top: 16px;
/* 2586 */     }
/* 2587 */
/* 2588 */     /* sidebar css */
/* 2589 */     .sidebar {
/* 2590 */         float: left;
/* 2591 */         min-height: 700px;
/* 2592 */         width: 25%;
/* 2593 */         padding-left: 15px;
/* 2594 */         padding-right: 15px;
/* 2595 */         margin-left: 0px;
/* 2596 */     }
/* 2597 */
/* 2598 */     .widget .widget_archive ul {
/* 2599 */         min-height: 30px;
/* 2600 */     }

/* style.css */

/* 2601 */
/* 2602 */     .widget > ul {
/* 2603 */         list-style: none;
/* 2604 */     }
/* 2605 */
/* 2606 */     .searchform #s {
/* 2607 */         min-height: 42px;
/* 2608 */         border-style: solid;
/* 2609 */         padding-left: 10px;
/* 2610 */         margin-right: -56px;
/* 2611 */         float: left;
/* 2612 */     }
/* 2613 */
/* 2614 */     .widget > .widgettitle {
/* 2615 */         padding-left: 20px;
/* 2616 */     }
/* 2617 */
/* 2618 */     /* comments css */
/* 2619 */     .post-comments {
/* 2620 */         clear: both;
/* 2621 */         min-height: 100px;
/* 2622 */         width: 100%;
/* 2623 */         float: left;
/* 2624 */         padding: 30px;
/* 2625 */     }
/* 2626 */
/* 2627 */     .commentlist li.comment .comment-body .comment-author {
/* 2628 */         width: 33.3333%;
/* 2629 */     }
/* 2630 */
/* 2631 */     .commentlist li.comment .comment-body .comment-meta {
/* 2632 */         width: 66.6667%;
/* 2633 */     }
/* 2634 */
/* 2635 */     .commentlist li.comment .comment-body .reply {
/* 2636 */         width: auto;
/* 2637 */         min-height: 40px;
/* 2638 */     }
/* 2639 */
/* 2640 */     .comment cite.fn {
/* 2641 */         margin-left: 10px;
/* 2642 */     }
/* 2643 */
/* 2644 */     .commentlist li.comment .comment-body {
/* 2645 */         margin-left: -15px;
/* 2646 */         width: 100%;
/* 2647 */     }
/* 2648 */
/* 2649 */     .commentlist li.comment.even {
/* 2650 */     }

/* style.css */

/* 2651 */ }
/* 2652 */
/* 2653 */ @media only screen and (min-width: 1024px) {
/* 2654 */
/* 2655 */     .gridContainer {
/* 2656 */         width: 80%;
/* 2657 */     }
/* 2658 */
/* 2659 */     h1.heading98 {
/* 2660 */         font-size: 3.8em;
/* 2661 */     }
/* 2662 */
/* 2663 */     h1 {
/* 2664 */         font-size: 3.8em;
/* 2665 */     }
/* 2666 */
/* 2667 */     h2 {
/* 2668 */         font-size: 2.7em;
/* 2669 */     }
/* 2670 */
/* 2671 */     h3 {
/* 2672 */         font-size: 2.2em;
/* 2673 */     }
/* 2674 */
/* 2675 */     p {
/* 2676 */         line-height: 150%;
/* 2677 */     }
/* 2678 */
/* 2679 */     .widget > ul {
/* 2680 */         list-style: none;
/* 2681 */     }
/* 2682 */
/* 2683 */     .widget > .widgettitle {
/* 2684 */         padding-left: 20px;
/* 2685 */         border-left-style: solid;
/* 2686 */     }
/* 2687 */
/* 2688 */     /* comments css */
/* 2689 */     .comment-form .comment-respond .comment-form p.comment-notes,
/* 2690 */     .comment-form .comment-respond .comment-form p.form-allowed-tags {
/* 2691 */         display: none;
/* 2692 */     }
/* 2693 */
/* 2694 */     .comment-form .comment-respond .comment-form p label {
/* 2695 */         display: block;
/* 2696 */     }
/* 2697 */
/* 2698 */     .post-content-single {
/* 2699 */         clear: both;
/* 2700 */         min-height: 100px;

/* style.css */

/* 2701 */         width: 100%;
/* 2702 */         float: left;
/* 2703 */         padding: 30px;
/* 2704 */     }
/* 2705 */
/* 2706 */     .post-list .navigation {
/* 2707 */         clear: both;
/* 2708 */     }
/* 2709 */
/* 2710 */     .commentlist li.comment .comment-body .comment-author {
/* 2711 */         width: 33.3333%;
/* 2712 */         float: left;
/* 2713 */         padding-left: 0px;
/* 2714 */     }
/* 2715 */
/* 2716 */     .commentlist li.comment .comment-body .comment-meta {
/* 2717 */         width: 66.6667%;
/* 2718 */         float: left;
/* 2719 */         padding-right: 0px;
/* 2720 */     }
/* 2721 */
/* 2722 */     .commentlist li.comment .comment-body .reply {
/* 2723 */         float: right;
/* 2724 */         width: auto;
/* 2725 */         min-height: 40px;
/* 2726 */         clear: both;
/* 2727 */     }
/* 2728 */
/* 2729 */     .comment cite.fn {
/* 2730 */         margin-left: 10px;
/* 2731 */         display: inline-block;
/* 2732 */     }
/* 2733 */
/* 2734 */     .comment a.url {
/* 2735 */         margin: 0px;
/* 2736 */     }
/* 2737 */
/* 2738 */     .comment a.comment-reply-link {
/* 2739 */         margin-left: auto;
/* 2740 */         display: inline-block;
/* 2741 */         float: left;
/* 2742 */     }
/* 2743 */
/* 2744 */     .commentlist .avatar {
/* 2745 */         display: inline-block;
/* 2746 */     }
/* 2747 */
/* 2748 */     .post-list a.next-page-link {
/* 2749 */         padding-left: 25px;
/* 2750 */         padding-right: 25px;

/* style.css */

/* 2751 */     }
/* 2752 */
/* 2753 */     .commentlist li.comment .comment-body p {
/* 2754 */         float: left;
/* 2755 */         clear: both;
/* 2756 */     }
/* 2757 */
/* 2758 */     .commentlist li.comment .comment-body {
/* 2759 */         margin-left: 0px;
/* 2760 */         width: 100%;
/* 2761 */         margin-right: 0px;
/* 2762 */         padding-left: 0px;
/* 2763 */         padding-right: 0px;
/* 2764 */     }
/* 2765 */ }
/* 2766 */
