-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
649 lines (463 loc) · 44.7 KB
/
index.html
File metadata and controls
649 lines (463 loc) · 44.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!DOCTYPE html>
<html lang="en-US">
<head><base href="/">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<title>Devia Software | Custom Print Communication Solutions</title>
<link rel="dns-prefetch" href="http://PLACEHOLDER.wpsho">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//s.w.org">
<script type="text/javascript" data-cfasync="false">
var mi_version = '7.4.2';
var mi_track_user = true;
var mi_no_track_reason = '';
var disableStr = 'ga-disable-UA-31223062-1';
/* Function to detect opted out users */
function __gaTrackerIsOptedOut() {
return document.cookie.indexOf(disableStr + '=true') > -1;
}
/* Disable tracking if the opt-out cookie exists. */
if ( __gaTrackerIsOptedOut() ) {
window[disableStr] = true;
}
/* Opt-out function */
function __gaTrackerOptout() {
document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStr] = true;
}
if ( mi_track_user ) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker');
__gaTracker('create', 'UA-31223062-1', 'auto');
__gaTracker('set', 'forceSSL', true);
__gaTracker('require', 'displayfeatures');
__gaTracker('require', 'linkid', 'linkid.js');
__gaTracker('send','pageview');
} else {
console.log( "" );
(function() {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
var noopfn = function() {
return null;
};
var noopnullfn = function() {
return null;
};
var Tracker = function() {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = noopfn;
var __gaTracker = function() {
var len = arguments.length;
if ( len === 0 ) {
return;
}
var f = arguments[len-1];
if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason );
return;
}
try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = function() {
return new Tracker();
};
__gaTracker.getByName = noopnullfn;
__gaTracker.getAll = function() {
return [];
};
__gaTracker.remove = noopfn;
window['__gaTracker'] = __gaTracker;
})();
}
</script>
<link rel="stylesheet" id="wp-block-library-css" href="https://devia.com/wp-includes/css/dist/block-library/style.min.css" type="text/css" media="all">
<link rel="stylesheet" id="divi-style-css" href="https://devia.com/wp-content/themes/Divi/style.dev.css" type="text/css" media="all">
<link rel="stylesheet" id="et-builder-googlefonts-cached-css" href="https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic&ver=5.0.3#038;subset=latin,latin-ext" type="text/css" media="all">
<link rel="stylesheet" id="et-shortcodes-responsive-css-css" href="https://devia.com/wp-content/themes/Divi/epanel/shortcodes/css/shortcodes_responsive.css" type="text/css" media="all">
<link rel="stylesheet" id="magnific-popup-css" href="https://devia.com/wp-content/themes/Divi/includes/builder/styles/magnific_popup.css" type="text/css" media="all">
<link rel="stylesheet" id="dashicons-css" href="https://devia.com/wp-includes/css/dashicons.min.css" type="text/css" media="all">
<script type="text/javascript" src="https://devia.com/wp-includes/js/jquery/jquery.js"></script>
<script type="text/javascript" src="https://devia.com/wp-includes/js/jquery/jquery-migrate.min.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/PLACEHOLDER.wpsho","hash_tracking":"false"};
/* ]]> */
</script>
<script type="text/javascript" src="https://devia.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js"></script>
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('f6myeatrgegk');
</script>
<script>
(function() {
/* Add this class to any elements you want to use to open Drift.
*
* Examples:
* - <a class="drift-open-chat">Questions? We're here to help!
* - <button class="drift-open-chat">Chat now!
*
* You can have any additional classes on those elements that you
* would ilke.
*/
var DRIFT_CHAT_SELECTOR = '.drift-open-chat'
/* http://youmightnotneedjquery.com/#ready */
function ready(fn) {
if (document.readyState != 'loading') {
fn();
} else if (document.addEventListener) {
document.addEventListener('DOMContentLoaded', fn);
} else {
document.attachEvent('onreadystatechange', function() {
if (document.readyState != 'loading')
fn();
});
}
}
/* http://youmightnotneedjquery.com/#each */
function forEachElement(selector, fn) {
var elements = document.querySelectorAll(selector);
for (var i = 0; i < elements.length; i++)
fn(elements[i], i);
}
function openSidebar(driftApi, event) {
event.preventDefault();
driftApi.sidebar.open();
return false;
}
ready(function() {
drift.on('ready', function(api) {
var handleClick = openSidebar.bind(this, api)
forEachElement(DRIFT_CHAT_SELECTOR, function(el) {
el.addEventListener('click', handleClick);
});
});
});
})();
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"><link rel="icon" href="https://devia.com/wp-content/uploads/2018/09/favicon.png" sizes="32x32">
<link rel="icon" href="https://devia.com/wp-content/uploads/2018/09/favicon.png" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="https://devia.com/wp-content/uploads/2018/09/favicon.png">
<meta name="msapplication-TileImage" content="https://devia.com/wp-content/uploads/2018/09/favicon.png">
<style id="et-divi-customizer-global-cached-inline-styles">body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:18px}.et_pb_slide_content,.et_pb_best_value{font-size:20px}body{color:#2f4858}h1,h2,h3,h4,h5,h6{color:#2f4858}.container,.et_pb_row,.et_pb_slider .et_pb_container,.et_pb_fullwidth_section .et_pb_title_container,.et_pb_fullwidth_section .et_pb_title_featured_container,.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container{max-width:1920px}.et_boxed_layout #page-container,.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #main-header,.et_fixed_nav.et_boxed_layout #page-container #top-header,.et_fixed_nav.et_boxed_layout #page-container #main-header,.et_boxed_layout #page-container .container,.et_boxed_layout #page-container .et_pb_row{max-width:2080px}a{color:#f6ae2d}#top-menu li a,.et_search_form_container input{letter-spacing:1px}.et_search_form_container input::-moz-placeholder{letter-spacing:1px}.et_search_form_container input::-webkit-input-placeholder{letter-spacing:1px}.et_search_form_container input:-ms-input-placeholder{letter-spacing:1px}#main-footer{background-color:#4286ba}#footer-widgets .footer-widget a,#footer-widgets .footer-widget li a,#footer-widgets .footer-widget li a:hover{color:#ffffff}.footer-widget{color:#ffffff}.footer-widget .et_pb_widget div,.footer-widget .et_pb_widget ul,.footer-widget .et_pb_widget ol,.footer-widget .et_pb_widget label{line-height:1.7em}#footer-widgets .footer-widget li:before{top:12.3px}#footer-bottom{background-color:#4286ba}#footer-info,#footer-info a{color:#ffffff}body .et_pb_button,.woocommerce a.button.alt,.woocommerce-page a.button.alt,.woocommerce button.button.alt,.woocommerce-page button.button.alt,.woocommerce input.button.alt,.woocommerce-page input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce-page #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce a.button,.woocommerce-page a.button,.woocommerce button.button,.woocommerce-page button.button,.woocommerce input.button,.woocommerce-page input.button,.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce #content input.button,.woocommerce-page #content input.button,.woocommerce-message a.button.wc-forward{background:rgba(246,174,45,0);border-width:0px!important}body.et_pb_button_helper_class .et_pb_button,body.et_pb_button_helper_class .et_pb_module.et_pb_button,.woocommerce.et_pb_button_helper_class a.button.alt,.woocommerce-page.et_pb_button_helper_class a.button.alt,.woocommerce.et_pb_button_helper_class button.button.alt,.woocommerce-page.et_pb_button_helper_class button.button.alt,.woocommerce.et_pb_button_helper_class input.button.alt,.woocommerce-page.et_pb_button_helper_class input.button.alt,.woocommerce.et_pb_button_helper_class #respond input#submit.alt,.woocommerce-page.et_pb_button_helper_class #respond input#submit.alt,.woocommerce.et_pb_button_helper_class #content input.button.alt,.woocommerce-page.et_pb_button_helper_class #content input.button.alt,.woocommerce.et_pb_button_helper_class a.button,.woocommerce-page.et_pb_button_helper_class a.button,.woocommerce.et_pb_button_helper_class button.button,.woocommerce-page.et_pb_button_helper_class button.button,.woocommerce.et_pb_button_helper_class input.button,.woocommerce-page.et_pb_button_helper_class input.button,.woocommerce.et_pb_button_helper_class #respond input#submit,.woocommerce-page.et_pb_button_helper_class #respond input#submit,.woocommerce.et_pb_button_helper_class #content input.button,.woocommerce-page.et_pb_button_helper_class #content input.button{}h1,h2,h3,h4,h5,h6,.et_quote_content blockquote p,.et_pb_slide_description .et_pb_slide_title{font-weight:bold;font-style:normal;text-transform:none;text-decoration:none;letter-spacing:2px;line-height:1.2em}.et_slide_in_menu_container,.et_slide_in_menu_container .et-search-field{letter-spacing:0px}.et_slide_in_menu_container .et-search-field::-moz-placeholder{letter-spacing:0px}.et_slide_in_menu_container .et-search-field::-webkit-input-placeholder{letter-spacing:0px}.et_slide_in_menu_container .et-search-field:-ms-input-placeholder{letter-spacing:0px}@media only screen and (min-width:981px){.et_pb_section{padding:6% 0}.et_pb_fullwidth_section{padding:0}.footer-widget h4{font-size:18px}.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:41px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:41px}.et_header_style_split .centered-inline-logo-wrap{width:82px;margin:-82px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:82px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:82px}.et_header_style_centered #top-menu>li>a{padding-bottom:15px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:32px 0 32px 0!important}.et_header_style_centered #main-header .logo_container{height:82px}#logo{max-height:47%}.et_pb_svg_logo #logo{height:47%}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:14.76px}.et_header_style_left .et-fixed-header #et-top-navigation,.et_header_style_split .et-fixed-header #et-top-navigation{padding:26px 0 0 0}.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a{padding-bottom:26px}.et_header_style_centered header#main-header.et-fixed-header .logo_container{height:52px}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap{width:52px;margin:-52px 0}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{max-height:52px}.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{height:52px}.et_header_style_slide .et-fixed-header #et-top-navigation,.et_header_style_fullscreen .et-fixed-header #et-top-navigation{padding:17px 0 17px 0!important}}@media only screen and (min-width:2400px){.et_pb_row{padding:48px 0}.et_pb_section{padding:144px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:144px}.et_pb_fullwidth_section{padding:0}}h1,h1.et_pb_contact_main_title,.et_pb_title_container h1{font-size:41px}h2,.product .related h2,.et_pb_column_1_2 .et_quote_content blockquote p{font-size:35px}h3{font-size:29px}h4,.et_pb_circle_counter h3,.et_pb_number_counter h3,.et_pb_column_1_3 .et_pb_post h2,.et_pb_column_1_4 .et_pb_post h2,.et_pb_blog_grid h2,.et_pb_column_1_3 .et_quote_content blockquote p,.et_pb_column_3_8 .et_quote_content blockquote p,.et_pb_column_1_4 .et_quote_content blockquote p,.et_pb_blog_grid .et_quote_content blockquote p,.et_pb_column_1_3 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_blog_grid .et_link_content h2,.et_pb_column_1_3 .et_audio_content h2,.et_pb_column_3_8 .et_audio_content h2,.et_pb_column_1_4 .et_audio_content h2,.et_pb_blog_grid .et_audio_content h2,.et_pb_column_3_8 .et_pb_audio_module_content h2,.et_pb_column_1_3 .et_pb_audio_module_content h2,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{font-size:24px}h5{font-size:21px}h6{font-size:19px}.et_pb_slide_description .et_pb_slide_title{font-size:62px}.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,.et_pb_column_1_4 .et_pb_audio_module_content h2{font-size:21px}@media only screen and (max-width:980px){.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_mobile_menu li a,.mobile_menu_bar:before,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,#et_search_icon:before,#et_top_search .et-search-form input,.et_search_form_container input,#et-top-navigation .et-cart-info{color:rgba(47,72,88,0.6)}.et_close_search_field:after{color:rgba(47,72,88,0.6)!important}.et_search_form_container input::-moz-placeholder{color:rgba(47,72,88,0.6)}.et_search_form_container input::-webkit-input-placeholder{color:rgba(47,72,88,0.6)}.et_search_form_container input:-ms-input-placeholder{color:rgba(47,72,88,0.6)}body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url{font-size:17px}.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content,.et_pb_best_value{font-size:19px}}@media only screen and (max-width:767px){body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url{font-size:15px}.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content,.et_pb_best_value{font-size:17px}h1{font-size:22px}h2,.product .related h2,.et_pb_column_1_2 .et_quote_content blockquote p{font-size:18px}h3{font-size:16px}h4,.et_pb_circle_counter h3,.et_pb_number_counter h3,.et_pb_column_1_3 .et_pb_post h2,.et_pb_column_1_4 .et_pb_post h2,.et_pb_blog_grid h2,.et_pb_column_1_3 .et_quote_content blockquote p,.et_pb_column_3_8 .et_quote_content blockquote p,.et_pb_column_1_4 .et_quote_content blockquote p,.et_pb_blog_grid .et_quote_content blockquote p,.et_pb_column_1_3 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_blog_grid .et_link_content h2,.et_pb_column_1_3 .et_audio_content h2,.et_pb_column_3_8 .et_audio_content h2,.et_pb_column_1_4 .et_audio_content h2,.et_pb_blog_grid .et_audio_content h2,.et_pb_column_3_8 .et_pb_audio_module_content h2,.et_pb_column_1_3 .et_pb_audio_module_content h2,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{font-size:13px}.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title{font-size:33px}.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,.et_pb_column_1_4 .et_pb_audio_module_content h2{font-size:11px}h5{font-size:11px}h6{font-size:10px}.et_pb_section{padding:22px 0}.et_pb_section.et_pb_fullwidth_section{padding:0}.et_pb_row,.et_pb_column .et_pb_row_inner{padding:11px 0}} h1,h2,h3,h4,h5,h6{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif}body,input,textarea,select{font-family:'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif}#main-header,#et-top-navigation{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif}@media (max-width:980px){.reverse-columns-mobile{display:flex;flex-direction:column-reverse}.center-text-mobile .et_pb_text_inner{text-align:center!important}.center-text-mobile .et_pb_button_alignment_left{text-align:center!important}}#main-content{min-height:70vh}#main-footer{display:none}#main-footer2{position:absolute;bottom:0;width:100%}#main-header.et-fixed-header{-webkit-box-shadow:0 0 21px rgba(0,0,0,.1)!important;-moz-box-shadow:0 0 21px rgba(0,0,0,.1)!important;box-shadow:0 0 21px rgba(0,0,0,.1)!important}.splash_bold{font-size:32px;padding-bottom:40px;word-spacing:3px;letter-spacing:1px;font-weight:700;text-transform:uppercase;color:#333;font-family:'Montserrat',sans-serif;text-align:center;line-height:1.2}.splash_normal{font-size:30px;padding-bottom:40px;word-spacing:3px;letter-spacing:1px;font-weight:400;text-transform:uppercase;color:#333;font-family:'Montserrat',sans-serif;text-align:center;line-height:1.2}#top-menu a{font-weight:bold;color:#000000}h2{font-size:36px}h3{font-size:24px}h4{font-size:21px}h5{font-size:18px}h6{font-size:16px}</style></head>
<body class="home page-template-default page page-id-3923 et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_cover_background et_pb_gutter et_pb_gutters3 et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_slide et_pb_footer_columns2 et_header_style_left et_pb_pagebuilder_layout et_right_sidebar et_divi_theme et-db">
<div id="page-container">
<header id="main-header" data-height-onload="82">
<div class="container clearfix et_menu_container">
<div class="logo_container">
<span class="logo_helper"></span>
<a href="https://devia.com/">
<img src="https://devia.com/wp-content/uploads/2019/03/Asset-3-128w.png" alt="Devia Software" id="logo" data-height-percentage="47">
</a>
</div>
<div id="et-top-navigation" data-height="82" data-fixed-height="52">
<nav id="top-menu-nav">
<ul id="top-menu" class="nav"><li id="menu-item-3925" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3925"><a href="https://devia.com/stories/">YOUR STORIES</a></li>
<li id="menu-item-4227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4227"><a href="https://devia.com/contact/">CONTACT</a></li>
</ul> </nav>
<div id="et_mobile_nav_menu">
<div class="mobile_nav closed">
<span class="select_page">Select Page</span>
<span class="mobile_menu_bar mobile_menu_bar_toggle"></span>
</div>
</div> </div>
</div>
<div class="et_search_outer">
<div class="container et_search_form_container">
<form role="search" method="get" class="et-search-form" action="https://devia.com/">
<input type="search" class="et-search-field" placeholder="Search …" value="" name="s" title="Search for:"> </form>
<span class="et_close_search_field"></span>
</div>
</div>
</header>
<div id="et-main-area">
<div id="main-content">
<article id="post-3923" class="post-3923 page type-page status-publish hentry">
<div class="entry-content">
<div id="et-boc" class="et-boc">
<div class="et_builder_inner_content et_pb_gutters3">
<div class="et_pb_section et_pb_section_0 center-text-mobile et_pb_with_background et_section_regular">
<div class="et_pb_row et_pb_row_0 et_pb_equal_columns">
<div class="et_pb_column et_pb_column_3_5 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1>Your Web-to-Print storefront is firing on all cylinders… Now what?</h1>
<p>Finding, securing, and keeping resources familiar with both the print and digital worlds is challenging and costly. Finding a trusted partner doesn’t have to be. </p>
</div>
</div> <div class="et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_left et_pb_module ">
<a class="et_pb_button et_pb_button_0 drift-open-chat et_hover_enabled et_pb_bg_layout_light" href="#chat">Start a conversation</a>
</div>
</div> <div class="et_pb_column et_pb_column_2_5 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_image et_pb_image_0 et_always_center_on_mobile">
<span class="et_pb_image_wrap "><img src="https://devia.com/wp-content/uploads/2019/03/headache_webtoprint.png" alt=""></span>
</div>
</div>
</div>
</div> <div class="et_pb_section et_pb_section_1 et_section_regular">
<div class="et_pb_row et_pb_row_1">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<p style="text-align: center;"><em>We excel by making the complex simple, by merging the inherent benefits of print and digital, by leveraging expertise in a range of <a href="/stories">vertical markets with similar challenges</a>. Plus, we’re nice, smart people who are fun to work with. </em></p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_section et_pb_section_2 et_pb_with_background et_section_regular">
<div class="et_pb_row et_pb_row_2">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_3 center-text-mobile et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_2 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1 class="center-text-mobile">SALES AND DESIGN</h1>
</div>
</div>
</div>
</div> <div class="et_pb_row et_pb_row_3">
<div class="et_pb_column et_pb_column_1_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top">k</span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">RFP and RFQ Consulting</h4>
<div class="et_pb_blurb_description">
<p>Today’s businesses often have stringent technical requirements which bubble up into RFQs and RFPs. Answering them correctly using the right terminology is the key to increasing your chances of winning business. </p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_1 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">UX and Design</h4>
<div class="et_pb_blurb_description">
<p>The right look and feel of your solution is key and creating a design that you know will work with your platform is priceless. </p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_2 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top">k</span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Technical Design</h4>
<div class="et_pb_blurb_description">
<p>Whether it’s a part of a bigger undertaking or simply a road-map for your team, Devia can produce the technical designs necessary to keep your more complicated projects on task.</p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_3 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Pricing</h4>
<div class="et_pb_blurb_description">
<p>You have your print pricing down to a science but pricing technology and anticipating changes can be challenging and very risky. Devia has over a decade of experience helping the biggest printers in the nation right-price their solutions.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_section et_pb_section_3 et_pb_with_background et_section_regular">
<div class="et_pb_row et_pb_row_4">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_8 center-text-mobile et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_3 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1 class="center-text-mobile">IMPLEMENTATION</h1>
</div>
</div>
</div>
</div> <div class="et_pb_row et_pb_row_5">
<div class="et_pb_column et_pb_column_1_4 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_4 et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top">i</span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Template Creation</h4>
<div class="et_pb_blurb_description">
<p>There’s plenty of template designers out there but we’re different. Our designers are surrounded by managers and engineers and supported by Devia’s processes and DevOps infrastructure. </p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_5 et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Skinning</h4>
<div class="et_pb_blurb_description">
<p>Skinning Infigo Catfish and Pageflex Storefront requires unique skill sets not just familiarity with HTML, CSS and JavaScript. We have the experience and tool set to get the job done under budget.</p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_11 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_6 et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Integrations</h4>
<div class="et_pb_blurb_description">
<p>Our engineers can figure out how to connect to anything. Brand new Web APIs, old SOAP calls, SSO, MIS integration, pricing scripts, … you name it we’ve done it.</p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_12 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_7 et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><img src="https://devia.com/wp-content/uploads/2019/03/Asset-2-icon-blurb-96h.png" alt="" class="et-waypoint et_pb_animation_top"></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">MegaEdit Customization</h4>
<div class="et_pb_blurb_description">
<p>MegaEdit represents an editor unmatched in the web to print world. Let us show you how this can be customized to meet even the most decerning client.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_section et_pb_section_4 et_pb_with_background et_section_regular">
<div class="et_pb_row et_pb_row_6">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_13 center-text-mobile et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_4 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1 class="center-text-mobile">SUPPORT</h1>
</div>
</div>
</div>
</div> <div class="et_pb_row et_pb_row_7">
<div class="et_pb_column et_pb_column_1_2 et_pb_column_14 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_8 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top">i</span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Template Maintenance</h4>
<div class="et_pb_blurb_description">
<p>Template building doesn’t stop once it is delivered. Clients expect quick turnarounds for minor changes. We have the staff needed to make that happen.</p>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_2 et_pb_column_15 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_9 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Premium Support</h4>
<div class="et_pb_blurb_description">
<p>Your standard support only goes so far. Devia can provide you with faster turn-around times, more in-depth support reporting, customized knowledge bases, and custom support forms. In addition we have close relationships with both Pageflex and Infigo Support. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <div class="et_pb_section et_pb_section_6 et_pb_with_background et_section_regular">
<div class="et_pb_row et_pb_row_8">
<div class="et_pb_column et_pb_column_2_3 et_pb_column_16 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_text et_pb_text_5 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1>Contact Us</h1>
</div>
</div> <div class="et_pb_module et_pb_code et_pb_code_0">
<div class="et_pb_code_inner">
<style>
.page-links.light li{ color:white;}
</style>
<ul class="list-unstyled page-links light links">
<li><a class="action-open-Conversation drift-open-chat" href="#chat">Start a conversation</a> (Best way to get a hold of us).</li>
<li>Fill out our <a class="contect-form" href="/contact">Contact Form</a>.</li>
<li>For those that don't want to fill in the form email us at <a href="mailto:sales@devia.com?Subject=Not%20Ready%20For%20A%20Conversation">sales@devia.com</a>. Because of SPAM, the turn around could be up to 4 days.</li>
<li>Feel free to InMail one of the founders <a class="linkedin" href="https://www.linkedin.com/in/deviapartner1">Steve</a> over at LinkedIn.</li>
</ul>
</div>
</div> <div class="et_pb_module et_pb_text et_pb_text_6 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<p>© Copyright 2019 Devia Software, LLC. All Rights Reserved.</p>
<p> </p>
</div>
</div>
</div> <div class="et_pb_column et_pb_column_1_3 et_pb_column_17 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_text et_pb_text_7 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<p>Follow Us</p>
</div>
</div> <ul class="et_pb_module et_pb_social_media_follow et_pb_social_media_follow_0 clearfix et_pb_bg_layout_light ">
<li class="et_pb_social_media_follow_network_0 et_pb_social_icon et_pb_social_network_link et-social-linkedin et_pb_social_media_follow_network_0"><a href="https://www.linkedin.com/in/deviapartner1" class="icon et_pb_with_border" title="Follow on LinkedIn" target="_blank"><span class="et_pb_social_media_follow_network_name" aria-hidden="true">Follow</span></a></li><li class="et_pb_social_media_follow_network_1 et_pb_social_icon et_pb_social_network_link et-social-twitter et_pb_social_media_follow_network_1"><a href="https://twitter.com/deviasoftware" class="icon et_pb_with_border" title="Follow on Twitter" target="_blank"><span class="et_pb_social_media_follow_network_name" aria-hidden="true">Follow</span></a></li><li class="et_pb_social_media_follow_network_2 et_pb_social_icon et_pb_social_network_link et-social-facebook et_pb_social_media_follow_network_2"><a href="https://www.facebook.com/deviasoftware" class="icon et_pb_with_border" title="Follow on Facebook" target="_blank"><span class="et_pb_social_media_follow_network_name" aria-hidden="true">Follow</span></a></li>
</ul>
</div>
</div>
</div> </div>
</div> </div>
</article>
</div>
<footer id="main-footer">
<div id="footer-bottom">
<div class="container clearfix">
<p id="footer-info">Designed by <a href="http://www.elegantthemes.com" title="Premium WordPress Themes">Elegant Themes</a> | Powered by <a href="http://www.wordpress.org">WordPress</a></p> </div>
</div>
</footer>
</div>
</div>
<script type="text/javascript">
</script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/includes/builder/scripts/frontend-builder-global-functions.js"></script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/includes/builder/scripts/jquery.mobile.custom.min.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
/* ]]> */
</script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/js/custom.js"></script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/includes/builder/scripts/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/includes/builder/scripts/waypoints.min.js"></script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/includes/builder/scripts/jquery.magnific-popup.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var et_pb_custom = {"ajaxurl":"https:\/\/devia.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/devia.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/devia.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"601fce8834","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"d0a856090c","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","is_ab_testing_active":"","page_id":"3923","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":""};
var et_pb_box_shadow_elements = [];
/* ]]> */
</script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/includes/builder/scripts/frontend-builder-scripts.js"></script>
<script type="text/javascript" src="https://devia.com/wp-content/themes/Divi/core/admin/js/common.js"></script>
<style id="et-builder-module-design-cached-inline-styles">.et_pb_section_0{padding-top:33px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_section_6.et_pb_section{background-color:#4286ba!important}.et_pb_blurb_4 .et-pb-icon{color:#4286ba}.et_pb_blurb_5 .et-pb-icon{color:#4286ba}.et_pb_blurb_6 .et-pb-icon{color:#4286ba}.et_pb_section_4{padding-top:33px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_section_4.et_pb_section{background-color:#ffffff!important}.et_pb_row_6.et_pb_row{padding-top:20px;padding-right:0px;padding-bottom:3px;padding-left:0px}.et_pb_blurb_8 .et-pb-icon{color:#f26419}.et_pb_blurb_9 .et-pb-icon{color:#f26419}.et_pb_section_5{padding-top:31px;padding-bottom:0px;margin-bottom:0px}.et_pb_section_6{padding-top:31px;padding-bottom:0px;margin-bottom:0px}.et_pb_row_8.et_pb_row{padding-top:32px;padding-right:0px;padding-bottom:16px;padding-left:0px}.et_pb_section_0.et_pb_section{background-color:#2f4858!important}.et_pb_text_5.et_pb_text{color:#ffffff!important}.et_pb_text_5 p{line-height:1.4em}.et_pb_text_5{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:28px;line-height:1.4em;margin-bottom:8px!important;font-weight:900}.et_pb_text_5 h1{color:#ffffff!important}.et_pb_text_6.et_pb_text{color:#ffffff!important}.et_pb_text_6 p{line-height:1.5em}.et_pb_text_6{line-height:1.5em;padding-top:0px!important}.et_pb_text_7.et_pb_text{color:#ffffff!important}.et_pb_text_7 p{line-height:1.4em}.et_pb_text_7{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:18px;line-height:1.4em;margin-bottom:8px!important}.et_pb_row_4.et_pb_row{padding-top:48px;padding-right:0px;padding-bottom:3px;padding-left:0px}.et_pb_section_3.et_pb_section{background-color:rgba(47,72,88,0.4)!important}.et_pb_section_3{padding-top:33px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_blurb_3 .et-pb-icon{color:#f6ae2d}.et_pb_row_0{margin:auto}.et_pb_row_0.et_pb_row{padding-top:24px;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_column_0{margin:auto}.et_pb_text_0.et_pb_text{color:#ffffff!important}.et_pb_text_0 p{line-height:2em}.et_pb_text_0{font-size:29px;line-height:2em}.et_pb_text_0 h1{color:#ffffff!important}body #page-container .et_pb_button_0{color:#ffffff!important;border-color:#f6ae2d;background-color:#f6ae2d}body #page-container .et_pb_button_0:hover:after{color:}.et_pb_button_0,.et_pb_button_0:after{transition:all 300ms ease 0ms}.et_pb_image_0{max-width:100%!important;margin-left:0}.et_pb_image_0 .et_pb_image_wrap,.et_pb_image_0 img{width:100%}.et_pb_section_1{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_row_1.et_pb_row{padding-top:31px;padding-right:0px;padding-bottom:34px;padding-left:0px}.et_pb_text_1.et_pb_text{color:#2f4858!important}.et_pb_text_1 p{line-height:1.8em}.et_pb_text_1{font-weight:300;font-size:25px;letter-spacing:0.5px;line-height:1.8em;padding-right:10%!important;padding-left:10%!important}.et_pb_section_2{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_section_2.et_pb_section{background-color:#ffffff!important}.et_pb_row_2.et_pb_row{padding-top:48px;padding-right:0px;padding-bottom:3px;padding-left:0px}.et_pb_blurb_0 .et-pb-icon{color:#f6ae2d}.et_pb_blurb_1 .et-pb-icon{color:#f6ae2d}.et_pb_blurb_2 .et-pb-icon{color:#f6ae2d}ul.et_pb_social_media_follow_0 a.icon{border-radius:100% 100% 100% 100%}.et_pb_social_media_follow_network_0 a.icon{background-color:#007bb6!important}.et_pb_social_media_follow_network_1 a.icon{background-color:#00aced!important}.et_pb_social_media_follow_network_2 a.icon{background-color:#3b5998!important}@media only screen and (max-width:980px){.et_pb_text_0{font-size:19px}.et_pb_text_0 h1{font-size:35px;line-height:1.3em}.et_pb_button_0_wrapper{margin-bottom:14px!important}}@media only screen and (max-width:767px){.et_pb_text_0 h1{font-size:34px}}</style></body>
</html>