.limit-width { max-width: 680px; margin-left: auto; margin-right: auto; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { color: #000000; background: #ffff00; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { font: inherit; /* 2 */ margin: 0; /* 3 */ color: inherit; /* 1 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 3 */ -webkit-appearance: button; /* 2 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-box-sizing: content-box; /* 2 */ -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; /* 1 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { padding: 0; /* 2 */ border: 0; /* 1 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-spacing: 0; border-collapse: collapse; }

td, th { padding: 0; }

::selection { background-color: rgba(150, 202, 45, 0.2); }

html { font-family: "Open Sans", sans-serif; font-weight: 300; overflow-x: hidden; }

body { min-height: 100vh; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; background-color: #3e4b5c; color: #535e69; }

h1, h2, h3, h4, h5, h6 { font-weight: 300; font-size: 30.6px; padding: 0; margin: 0; margin-bottom: 15px; color: #3c444c; line-height: 1.15em; }

h3 { font-size: 20.4px; }

h4, h5, h6 { font-size: 17px; font-weight: 600; }

a, a:hover, a:active, a:visited { color: #96ca2d; text-decoration: none; cursor: pointer; }

a.uncolored, a.uncolored:hover, a.uncolored:active, a.uncolored:visited { color: black; }

p a, h1 a, h2 a, h3 a { color: #96ca2d; }

a.read-more { display: block; width: auto; margin-top: 15px; margin-bottom: 15px; color: #96ca2d; }

p { margin: 0 auto; margin-bottom: 15px; line-height: 1.65; }

p.large { font-size: 19.89px; font-weight: 300; }

strong { font-weight: 600; }

figure { margin: 30px 0; }

figure img { width: 100%; }

figure figcaption { text-align: center; font-weight: 600; color: #697785; font-size: 14.45px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.youtube-wrapper { position: relative; }

.youtube-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

section.checklist h2 { font-size: 20.4px; }

section.checklist ol { margin: 45px 0; list-style: none; padding: 0; }

section.checklist ol li { position: relative; margin-bottom: 1em; padding-left: 45px; }

section.checklist ol li:before { position: absolute; top: 0; left: 0; border: 1px solid #697785; content: ""; display: block; width: 30px; height: 30px; float: left; }

a.show-more { font-size: 17px; font-weight: 600; margin-top: 30px; width: auto; display: block; float: right; text-align: right; }

.big-form { background-color: #f6f7f8; padding: 30px; box-sizing: border-box; }

.big-form label { display: block; }

.big-form input { display: block; font-size: 20.4px; }

.big-form input[type="submit"] { float: right; }

.form-wrapper { margin-bottom: 15px; }

input[type="text"], input[type="email"] { width: 100%; box-sizing: border-box; padding: 0.3em; border-radius: 0.2em; border: 1px solid #d9dde1; outline: none; }

.big-form:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.button, input[type="submit"] { display: inline-block; box-sizing: border-box; padding: 0.5em 1.2em; }

.button, .button:visited, .button:active, input[type="submit"] { border-radius: 9px; background-color: #96ca2d; color: #fff !important; text-decoration: none; border: 1px solid #96ca2d; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }

.button:hover, .button:visited:hover, .button:active:hover, input[type="submit"]:hover { background-color: #ade834; border-color: #ade834; }

.button.button-alt, .button.button-alt:visited, .button.button-alt:active, input.button-alt[type="submit"] { border-color: #2b3643; background-color: #2b3643; }

.button.button-alt:hover, .button.button-alt:visited:hover, .button.button-alt:active:hover, input.button-alt[type="submit"]:hover { background-color: #45566b; border-color: #45566b; }

.button.button-outline, .button.button-outline:visited, .button.button-outline:active, input.button-outline[type="submit"] { color: #677d99 !important; border-color: #c3cbd6 !important; background-color: transparent; }

.button.button-outline:hover, .button.button-outline:visited:hover, .button.button-outline:active:hover, input.button-outline[type="submit"]:hover { background-color: #45566b !important; border-color: #45566b !important; color: white !important; }

.button.button-outline-alt, .button.button-outline-alt:visited, .button.button-outline-alt:active, input.button-outline-alt[type="submit"] { color: #96ca2d !important; border-color: #96ca2d !important; background-color: transparent; }

.button.hero-button { padding-left: 45px; padding-right: 45px; margin-top: 15px; margin-bottom: 15px; border-radius: 15px; font-size: 20.4px; }

.button.hero-button > strong { font-weight: 400; }

.button.hero-button.alt-cta { font-size: 20.4px; margin-top: 15px; background-color: rgba(43, 54, 67, 0.7); border-color: rgba(255, 255, 255, 0.6); margin-bottom: 45px; }

.faq-wrapper { column-count: 2; column-gap: 30px; }

.faq-wrapper .faq { -webkit-column-break-inside: avoid; break-inside: avoid; padding-bottom: 30px; }

.slicknav_menu { display: none; }

#menu-placeholder { display: none; }

header.site-header { color: #fff; background-color: #2b3643; border-bottom: 1px solid #fff; z-index: 99; position: fixed; left: 0; right: 0; top: 0; }

header.site-header .wrapper { width: 100%; max-width: 1200px; padding: 0 30px; box-sizing: border-box; margin: 0 auto; display: flex; flex-direction: row; align-items: stretch; }

header.site-header .wrapper .site-title { display: flex; flex: 0 0 auto; align-items: center; }

header.site-header .wrapper .site-title a { display: block; width: 150px; height: 48px; background-image: url("/assets/images/vistadb-white.svg"); background-position: left center; background-repeat: no-repeat; background-size: contain; text-indent: -100vw; }

header.site-header .wrapper .site-title.active { background-image: url("/assets/images/nav-indicator.svg"); background-position: center bottom; background-repeat: no-repeat; }

header.site-header .wrapper nav.site-nav { flex: 1 0 auto; }

header.site-header .wrapper nav.site-nav ul { display: flex; flex-direction: row; list-style: none; justify-content: flex-end; margin: 0; padding: 0; }

header.site-header .wrapper nav.site-nav ul li { display: flex; padding: 15px 0; flex: 0 1 auto; align-items: center; justify-content: center; }

header.site-header .wrapper nav.site-nav ul li.burger-home { display: none; }

header.site-header .wrapper nav.site-nav ul li.active { background-image: url("/assets/images/nav-indicator.svg"); background-position: center bottom; background-repeat: no-repeat; }

header.site-header .wrapper nav.site-nav ul li a, header.site-header .wrapper nav.site-nav ul li a:hover, header.site-header .wrapper nav.site-nav ul li a:visited, header.site-header .wrapper nav.site-nav ul li a:active { padding: 0.6em 1.2em; color: #fff; text-decoration: none; }

header.site-header .wrapper nav.site-nav ul li a.button { margin: 0 0.6em; padding: 0.5em 1.2em; }

header.site-header .wrapper nav.site-nav ul li a:last-child { margin-right: 0; }

header.site-header .wrapper nav.site-nav ul li a.external { padding-right: 26px; background: url("/assets/images/share.svg") right center no-repeat; background-position: calc(100% - 6px) 50%; background-size: 14px 14px; }

nav.sub-nav { background-color: #3e4b5c; border-bottom: 1px solid #fff; }

nav.sub-nav ul { box-sizing: border-box; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: row; }

nav.sub-nav ul li { list-style: none; flex: 0 1 auto; color: rgba(255, 255, 255, 0.45); }

nav.sub-nav ul li a { display: block; box-sizing: border-box; padding: 15px 0; margin-right: 15px; color: white; }

nav.sub-nav ul li.active { color: #fff; }

.viewer-banner { background-color: #f6f7f8; }

.viewer-banner .wrapper { width: 100%; max-width: 1200px; padding: 15px 30px; box-sizing: border-box; margin: 0 auto; display: flex; flex-direction: row; align-items: center; }

.viewer-banner .wrapper h2 { font-size: 20.4px; font-weight: 600; margin: 0; }

.viewer-banner .wrapper p { margin: 0; padding: 0; }

.viewer-banner .wrapper .viewer-banner-left { flex: 1 1 auto; margin-right: 30px; }

.viewer-banner .wrapper .viewer-banner-right { flex: 0 0 auto; }

@media screen and (max-width: 930px) { header.site-header .wrapper .site-title { margin-right: 15px; } header.site-header .wrapper .site-title a { width: 100px; height: 32px; } }

@media screen and (max-width: 738px) { nav.sub-nav ul { padding-left: 15px; padding-right: 15px; } header.site-header .wrapper { align-items: flex-start; padding-left: 15px; padding-right: 15px; } header.site-header .wrapper .site-title { flex: 0 0 auto; align-items: center; } header.site-header .wrapper .site-title a { width: 75px; height: 50px; } header.site-header .wrapper .site-title.active { background: none; } header.site-header .wrapper nav.site-nav { flex: 1 1 50%; } header.site-header .wrapper nav.site-nav > ul { display: none; } }

.page-content { flex-grow: 1; background-color: #fff; padding-top: 72px; }

.page-content .wrapper main.alt section { background-color: #fff; }

.page-content .wrapper main.alt section:nth-child(even) { background-color: #f6f7f8; }

.page-content .wrapper main section { background-color: #fff; }

.page-content .wrapper main section > .section-inner { max-width: 1200px; margin-left: auto; margin-right: auto; box-sizing: border-box; padding: 45px 30px; }

.page-content .wrapper main section > .section-inner a { color: #96ca2d; }

.page-content .wrapper main section:nth-of-type(odd) { background-color: #f6f7f8; }

.page-content .wrapper main section:only-child { background-color: #fff; }

.page-content .wrapper main section.centered { text-align: center; }

.page-content .wrapper main section.centered p { margin-left: auto; margin-right: auto; max-width: 760px; }

.page-content .wrapper main section.no-padding > .section-inner { padding: 0; }

.page-content .wrapper main section.dark { background-color: #3e4b5c !important; }

.page-content .wrapper main section.dark > .section-inner h1, .page-content .wrapper main section.dark > .section-inner h2, .page-content .wrapper main section.dark > .section-inner h3, .page-content .wrapper main section.dark > .section-inner h4, .page-content .wrapper main section.dark > .section-inner h5, .page-content .wrapper main section.dark > .section-inner h6 { color: white; }

.page-content .wrapper main section.dark > .section-inner p { color: rgba(255, 255, 255, 0.6); }

.page-content .wrapper main section.dark > .section-inner p em { color: white; }

.page-content .wrapper main section.dark > .section-inner .button.button-outline, .page-content .wrapper main section.dark > .section-inner .button.button-outline:visited, .page-content .wrapper main section.dark > .section-inner .button.button-outline:active, .page-content .wrapper main section.dark > .section-inner input.button-outline[type="submit"] { color: white !important; border-color: #c3cbd6 !important; background-color: transparent; }

.page-content .wrapper main section.dark > .section-inner .button.button-outline:hover, .page-content .wrapper main section.dark > .section-inner .button.button-outline:visited:hover, .page-content .wrapper main section.dark > .section-inner .button.button-outline:active:hover, .page-content .wrapper main section.dark > .section-inner input.button-outline[type="submit"]:hover { color: #3e4b5c !important; background-color: #c3cbd6 !important; border-color: #c3cbd6 !important; }

.page-content .wrapper main section.accent { background-color: #96ca2d !important; }

.page-content .wrapper main section.accent > .section-inner h1, .page-content .wrapper main section.accent > .section-inner h2, .page-content .wrapper main section.accent > .section-inner h3, .page-content .wrapper main section.accent > .section-inner h4, .page-content .wrapper main section.accent > .section-inner h5, .page-content .wrapper main section.accent > .section-inner h6 { color: white; }

.page-content .wrapper main section.accent > .section-inner p { color: white; }

.page-content .wrapper main section.hero { min-height: 30vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }

.page-content .wrapper main section.hero h1, .page-content .wrapper main section.hero h2, .page-content .wrapper main section.hero h3, .page-content .wrapper main section.hero h4, .page-content .wrapper main section.hero h5, .page-content .wrapper main section.hero h6 { font-weight: 600; font-size: 42.5px; }

.page-content .wrapper main section.hero p { font-size: 20.4px; }

.page-content .wrapper main section.hero p em { font-style: normal; font-weight: 600; }

.page-content .wrapper main section.hero .youtube-wrapper, .page-content .wrapper main section.hero .product-teaser { margin-top: 30px; margin-bottom: -45px; box-shadow: 0 0 16px rgba(0, 0, 0, 0.4); }

img.section-header-image { max-height: 80px; margin-top: 30px; margin-bottom: 45px; }

.related-posts > section > .section-inner { padding-top: 30px; }

.related-posts > section > .section-inner > h2 { text-align: center; margin-bottom: 45px; }

.related-posts > section > .section-inner .related-post-list { display: flex; flex-wrap: wrap; flex-direction: row; }

.related-posts > section > .section-inner .related-post-list > a { display: block; width: 50%; margin-bottom: 15px; box-sizing: border-box; padding-right: 30px; }

.related-posts > section > .section-inner .related-post-list > a article { display: flex; flex-direction: row; align-items: flex-start; justify-content: stretch; }

.related-posts > section > .section-inner .related-post-list > a article .related-post-thumb { flex: 0 0 auto; width: 60px; height: 50px; margin-right: 15px; display: flex; align-items: center; justify-content: center; }

.related-posts > section > .section-inner .related-post-list > a article .related-post-thumb > img { display: block; max-width: 60px; max-height: 40px; }

.related-posts > section > .section-inner .related-post-list > a article > div { flex: 1 1 100%; color: #697785; }

.related-posts > section > .section-inner .related-post-list > a article > div h2 { font-size: 20.4px; margin-bottom: 3.75px; }

.cta { background-color: #2b3643; color: #fff; }

.cta .wrapper { width: 100%; max-width: 1200px; padding: 15px 30px; box-sizing: border-box; margin: 0 auto; display: flex; flex-direction: row; align-items: center; }

.cta .wrapper h2 { color: #fff; font-size: 20.4px; font-weight: 600; margin: 0; }

.cta .wrapper p { margin: 0; padding: 0; color: rgba(255, 255, 255, 0.6); }

.cta .wrapper p.large { font-size: 16.32px; }

.cta .wrapper a { color: #fff; font-weight: 600; }

.cta .wrapper .cta-left { flex: 1 1 auto; margin-right: 30px; }

.cta .wrapper .cta-right { flex: 0 0 auto; }

.cta.light { background-color: #f6f7f8; color: #3c444c; }

.cta.light h2 { color: #697785; }

.cta.light p { color: #535e69; }

.cta.light a { color: #96ca2d; }

.more-banner { background-color: #fff; }

.more-banner .wrapper { width: 100%; max-width: 1200px; padding: 30px; box-sizing: border-box; margin: 0 auto; text-align: center; }

footer.site-footer { color: #fff; background-color: #3e4b5c; width: 100%; }

footer.site-footer .wrapper { padding: 30px; max-width: 1200px; box-sizing: border-box; margin: 0 auto; display: flex; flex-direction: row; }

footer.site-footer .wrapper .menu-wrapper { flex: 0 0 auto; padding-right: 24px; box-sizing: border-box; }

footer.site-footer .wrapper .menu-wrapper h2 { color: #fff; font-size: 17px; margin-bottom: 0.5em; }

footer.site-footer .wrapper .menu-wrapper ul { list-style: none; margin: 0; margin-bottom: 15px; padding: 0; font-size: 14.45px; }

footer.site-footer .wrapper .menu-wrapper ul li { color: rgba(255, 255, 255, 0.45); }

footer.site-footer .wrapper .menu-wrapper ul li a { color: rgba(255, 255, 255, 0.8); }

footer.site-footer .wrapper .menu-wrapper ul li.twitter { padding-left: 1.3em; background-image: url("/assets/images/twitter.svg"); background-position: left center; background-size: 1.15em auto; background-repeat: no-repeat; }

footer.site-footer .wrapper .brand-wrapper { flex: 1 0 auto; text-align: right; font-size: 14.45px; color: rgba(255, 255, 255, 0.45); box-sizing: border-box; }

footer.site-footer .wrapper .brand-wrapper a { color: rgba(255, 255, 255, 0.8); }

footer.site-footer .wrapper .brand-wrapper > img { height: 2.2em; margin-bottom: 15px; }

footer.site-footer .wrapper .brand-wrapper > p { margin-bottom: 0.2em; }

@media screen and (max-width: 930px) { .no-tablet { display: none; } .page-content .wrapper main section .section-inner { padding-left: 15px; padding-right: 15px; } footer.site-footer .wrapper { flex-wrap: wrap; } footer.site-footer .wrapper .menu-wrapper { flex: 0 1 auto; margin-bottom: 15px; } footer.site-footer .wrapper .brand-wrapper { text-align: left; flex: 1 1 auto; } }

@media screen and (max-width: 738px) { .page-content { padding-top: 50px; } .no-mobile { display: none; } .slicknav_menu { display: block; } #menu-placeholder { flex: 1 1 50%; display: block; } .cta { background-color: #2b3643; color: #fff; } .cta .wrapper { display: block; text-align: center; } .cta .wrapper .cta-left { flex: none; margin-right: 0; margin-bottom: 15px; } .cta .wrapper .cta-right { flex: none; } .framework-table { width: 100%; display: block; margin: 30px 0; } .framework-table .framework-table-column { display: block; border: none; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #d9dde1; } .framework-table .framework-table-column:last-child { border-bottom: none; margin-bottom: 0; border-bottom: 0; } .faq-wrapper { column-count: 1; } footer.site-footer .wrapper .menu-wrapper { flex: 1 1 50%; } footer.site-footer .wrapper .brand-wrapper { margin-top: 30px; } .page-content .wrapper main section.product-teaser-container .section-inner { padding-bottom: 30px; } .related-posts > section > .section-inner .related-post-list { display: block; } .related-posts > section > .section-inner .related-post-list > a { width: 100%; padding-right: 0; } }

@keyframes hero-animation-db { 0% { opacity: 0;
    transform: scale(0.95); }
  20% { opacity: 1;
    transform: none; }
  50% { opacity: 1;
    transform: scale(0.6); }
  85% { opacity: 0;
    transform: scale(0.6) translateY(50%); }
  100% { opacity: 0; } }

@keyframes hero-animation-hardware { 0% { opacity: 0;
    transform: translateX(-5%); }
  5% { opacity: 1;
    transform: none; }
  28% { opacity: 1;
    transform: none; }
  33% { opacity: 0;
    transform: translateX(5%); }
  100% { opacity: 0; } }

.page-content .wrapper main section.index-hero .section-inner .hero-image img.db { animation: hero-animation-db 2.3333333333s infinite; z-index: 2; transform-origin: 50% 19%; }

.page-content .wrapper main section.index-hero .section-inner .hero-image img.hardware { animation: hero-animation-hardware 7s infinite; filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)); }

.page-content .wrapper main section.index-hero .section-inner .hero-image img.hardware.hardware-2 { animation-delay: 2.3333333333s; opacity: 0; }

.page-content .wrapper main section.index-hero .section-inner .hero-image img.hardware.hardware-3 { animation-delay: 4.6666666667s; opacity: 0; }

.page-content .wrapper main section.index-hero { padding: 75px 30px; overflow: hidden; }

.page-content .wrapper main section.index-hero .section-inner { display: flex; align-items: center; max-width: 100%; }

.page-content .wrapper main section.index-hero .section-inner .hero-image { width: 100%; min-width: 500px; max-width: 100%; min-height: 400px; height: 100%; max-height: 600px; margin-right: 45px; margin-left: -100px; position: relative; }

.page-content .wrapper main section.index-hero .section-inner .hero-image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.page-content .wrapper main section.index-hero .section-inner .hero-content { text-align: left; max-width: 700px; width: 100%; }

.page-content .wrapper main section.index-hero .section-inner .hero-content > h2 { font-size: 30.6px; margin-bottom: 15px; max-width: 680px; }

.page-content .wrapper main section.index-hero .section-inner .hero-content > p { font-size: 20.4px; max-width: 680px; max-width: 680px; margin-left: auto; margin-right: auto; }

.page-content .wrapper main section.index-hero .section-inner .hero-content .hero-button-wrapper { display: inline-block; margin-right: 15px; }

.page-content .wrapper main section.index-hero .section-inner .hero-content .hero-button-wrapper > a.button { margin-top: 15px; font-size: 17px; }

.page-content .wrapper main section.index-hero .section-inner .hero-content .hero-button-wrapper:first-of-type > a.button { font-size: 20.4px; }

.page-content .wrapper main section.product-teaser-container .section-inner { overflow: hidden; padding-bottom: 0; text-align: center; }

.page-content .wrapper main section img.product-teaser { display: block; width: 100%; margin-top: 30px; box-shadow: 0 0 16px rgba(0, 0, 0, 0.4); }

.page-content .wrapper main section img.product-teaser.small { width: 85%; margin-left: auto; margin-right: auto; }

.feature-list { margin: 0 45px; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; list-style: none; text-align: left; }

.feature-list h2 { font-size: 20.4px; }

.feature-list p { font-size: 14.45px; }

.feature-list > li { flex: 0 0 auto; width: calc(33% - 30px); padding: 0 15px; box-sizing: border-box; background-repeat: no-repeat; background-position: top center; background-size: 100px auto; margin-bottom: 30px; text-align: center; display: flex; }

.feature-list > li > .feature { padding-top: 0; display: flex; flex-direction: column; color: #697785 !important; }

.feature-list > li > .feature > .feature-img { margin: 30px; height: 80px; display: flex; align-items: center; justify-content: center; }

.feature-list > li > .feature > .feature-img > img { max-width: 140px; max-height: 90px; }

.feature-list > li > .feature p:last-of-type { margin-bottom: 30px; }

.feature-list > li > .feature > .button { display: block; margin-top: auto; margin-left: auto; margin-right: auto; }

.dot-net-logo { width: 33%; max-width: 140px; margin-bottom: 15px; }

.comparison-chart { width: 100%; margin: 45px 0; }

.framework-table { width: 100%; display: table; margin-bottom: 30px; table-layout: fixed; }

.framework-table .framework-table-column { display: table-cell; text-align: left; font-size: 20.4px; font-weight: 300; border-right: 1px solid #d9dde1; padding: 0 15px; }

.framework-table .framework-table-column:last-child { border-right: none; }

.testimonials { width: 100%; display: flex; flex-direction: row; align-items: stretch; justify-content: stretch; margin: 45px 0; position: relative; }

.testimonials .testimonial { display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; flex: 0 0 50%; padding: 0 30px; }

.testimonials .testimonial h2 { font-size: 20.4px; margin-top: 0.4em; margin-bottom: 0.1em; }

.testimonials .testimonial p { font-style: italic; }

.testimonials .testimonial .testimonial-profile { background-size: cover; margin: 0 auto; width: 90px; height: 90px; background-color: #d9dde1; border-radius: 50%; border: none; box-shadow: inset 0px 5px 10px 2px rgba(0, 0, 0, 0.2); }

.testimonials > *:nth-child(n + 3) { display: none; }

.testimonials .testimonial:first-child:after { content: ""; position: absolute; top: 20%; left: 50%; display: block; width: 1px; height: 60%; background-color: #d9dde1; align-self: stretch; }

.configurations { width: 75%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 45px auto; }

.configurations .configuration { flex: 0 0 auto; width: calc(50% - 30px); }

.configurations .configuration p { margin: 15px 0 30px 0; }

.vertical-line { border-right: 1px solid #d9dde1; align-self: stretch; margin: 30px 0; }

ul.company-list { margin: 0; padding: 15px 0; list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }

ul.company-list li { flex: 0 1 auto; padding: 7.5px 15px; }

ul.company-list li img { display: block; height: 65px; }

ul.company-list li.featured { flex-grow: 1; width: 100%; margin-bottom: 1em; }

ul.company-list li.featured img { margin: 0 auto; height: 100px; }

.for-list-wrapper { display: flex; flex-direction: row; justify-content: space-between; }

.for-list-wrapper ul.for-list { padding: 0; margin: 0 15px; list-style: none; box-sizing: border-box; width: calc(50% - 15px); flex: 1 1 auto; display: flex; flex-direction: row; flex-wrap: wrap; }

.for-list-wrapper ul.for-list:first-child { margin-left: 0; }

.for-list-wrapper ul.for-list:last-child { margin-right: 0; }

.for-list-wrapper ul.for-list li { padding: 0; margin: 0; display: table; box-sizing: border-box; width: 50%; flex: 1 1 50%; padding-bottom: 50%; position: relative; }

.for-list-wrapper ul.for-list li > a { box-sizing: border-box; background-color: rgba(0, 0, 0, 0.02); position: absolute; top: 7.5px; left: 7.5px; right: 7.5px; bottom: 7.5px; display: flex; align-items: center; justify-content: center; font-size: 26.01px; padding: 15px; line-height: 1em; }

.for-list-wrapper ul.for-list li > a:hover { background-color: #96ca2d; color: #fff; transition: background-color 0.5s, color 0.25s; }

.technology-list > h2 { text-align: center; margin-bottom: 45px; }

.technology-list .technology-list-item { margin-bottom: 45px; }

.technology-list .technology-list-item > h2 { font-size: 20.4px; font-weight: 600; margin-bottom: 7.5px; }

.technology-list .technology-list-item > h3 { font-size: 17px; }

.technology-list .technology-list-item:last-child { margin-bottom: 0; }

@media screen and (max-width: 930px) { img.product-teaser { width: 80% !important; margin-left: auto; margin-right: auto; } .feature-list { display: block; } .feature-list li { width: 100%; max-width: 400px; margin: auto; margin-bottom: 30px; display: block; } .for-list-wrapper ul.for-list li a { font-size: 20.4px; } .page-content .wrapper main section.index-hero { padding-top: 45px; } .page-content .wrapper main section.index-hero .section-inner { flex-direction: column; align-items: center; padding-top: 0; } .page-content .wrapper main section.index-hero .section-inner .hero-image { height: 50vw; max-width: 100vw; min-height: 270px; margin-left: 0; margin-right: 0; } .page-content .wrapper main section.index-hero .section-inner .hero-image img { height: 100%; } }

@media screen and (max-width: 738px) { .for-list-wrapper { display: block; max-width: 400px; margin-left: auto; margin-right: auto; } .for-list-wrapper ul.for-list { width: 100%; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px; } .testimonials > *:nth-child(1n + 2) { display: none; } .testimonials .testimonial { flex: none; width: 100%; } .testimonials .testimonial:first-child:after { display: none; } .configurations { display: block; margin: 30px 0; width: 100%; } .configurations .configuration { flex: none; width: 100%; display: block; } ul.company-list { margin: 0; padding: 15px 0; list-style: none; display: flex; align-items: center; justify-content: center; flex-direction: column; flex-wrap: nowrap; } ul.company-list li { flex: 0 1 auto; padding: 7.5px 15px; } ul.company-list li img { display: block; height: 65px; } ul.company-list li.featured { flex-grow: 1; width: 100%; margin-bottom: 1em; } ul.company-list li.featured img { margin: 0 auto; height: 100px; } }

/* Darkly Pygments Theme (c) 2014 Sourcey http://sourcey.com */
.highlight { white-space: pre; overflow: auto; word-wrap: normal; /* horizontal scrolling */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 20px; background: #2b3643; color: #C1C2C3; }

.highlight .hll { background-color: #ffc; }

.highlight .gd { color: #2e3436; background-color: #0e1416; }

.highlight .gr { color: #eeeeec; background-color: #c00; }

.highlight .gi { color: #babdb6; background-color: #1f2b2d; }

.highlight .go { color: #2c3032; background-color: #2c3032; }

.highlight .kt { color: #e3e7df; }

.highlight .ni { color: #888a85; }

.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs { color: #8D9684; }

.highlight .err, .highlight .g, .highlight .l, .highlight .n, .highlight .x, .highlight .p, .highlight .ge, .highlight .gp, .highlight .gs, .highlight .gt, .highlight .ld, .highlight .s, .highlight .nc, .highlight .nd, .highlight .ne, .highlight .nl, .highlight .nn, .highlight .nx, .highlight .py, .highlight .ow, .highlight .w, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss, .highlight .bp { color: #C1C2C3; }

.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .nt { color: #729fcf; }

.highlight .cp, .highlight .gh, .highlight .gu, .highlight .na, .highlight .nf { color: #E9A94B; }

.highlight .m, .highlight .nb, .highlight .no, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il { color: #8ae234; }

.highlight .o { color: #989DAA; }

.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi { color: #fff; }

section.feature-header .section-inner h1 { font-size: 30.6px !important; margin-bottom: 0; }

section.feature-header .section-inner img { max-width: 130px; max-height: 130px; margin-left: auto; margin-right: auto; margin-bottom: 15px; }

ul.features { list-style: none; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0; }

ul.features li.feature { margin: 15px 7.5px; flex: 0 0 auto; width: calc(33% - 15px); padding-top: 120px; background-size: auto 100px; background-repeat: no-repeat; background-position: center top; }

ul.features li.feature.bin { background-image: url("/assets/images/features-bin.svg"); }

ul.features li.feature.centralized { background-image: url("/assets/images/features-centralized.svg"); }

ul.features li.feature.graph { background-image: url("/assets/images/features-graph.svg"); }

ul.features li.feature.search { background-image: url("/assets/images/features-search.svg"); }

ul.features li.feature.stack { background-image: url("/assets/images/features-stack.svg"); }

ul.features li.feature.user { background-image: url("/assets/images/features-user.svg"); }

ul.features li.feature p { margin: 0; padding: 0; margin-bottom: 1em; }

ul.features li.feature p:last-child { margin-bottom: 0; }

.mini-features { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }

.mini-features .feature { padding-top: calc(80px + 15px); flex: 0 0 auto; width: calc(33% - 15px); text-align: center; background-repeat: no-repeat; background-position: 50% 0; background-size: auto 80px; display: flex; flex-direction: column; }

.mini-features .feature h2 { flex: 0 0 auto; }

.mini-features .feature p { flex: 1 0 auto; }

.mini-features .feature a { flex: 0 0 auto; width: auto; margin: auto 0; align-self: center; margin-top: 15px; }

.mini-features .feature.fast { background-image: url("/assets/images/icon-fast.svg"); }

.mini-features .feature.secure { background-image: url("/assets/images/icon-secure.svg"); }

.mini-features .feature.light { background-image: url("/assets/images/icon-light.svg"); }

.module-hero-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: row; align-items: center; justify-content: center; }

.module-hero-list .module-hero-list-item { width: 240px; height: 240px; margin: 15px; position: relative; }

.module-hero-list .module-hero-list-item:before { position: absolute; top: 0; left: 0; z-index: 1; content: ""; display: block; width: 240px; height: 240px; border-radius: 50% 50%; background-color: #2b3643; transform: scale(0.6); opacity: 0; transition: opacity 0.3s, transform 0.4s; }

.module-hero-list .module-hero-list-item:hover:before { transform: scale(1); opacity: 1; transition: opacity 0.3s, transform 0.6s cubic-bezier(0, 1.6, 0.4, 1); }

.module-hero-list .module-hero-list-item[data-active]:after { position: absolute; top: 0; left: 0; z-index: 0; content: ""; display: block; width: 240px; height: 240px; border-radius: 50% 50%; background-color: #4e5f74; }

.module-hero-list .module-hero-list-item .module-hero-list-item-content { position: relative; z-index: 100; width: 240px; height: 240px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 30px; box-sizing: border-box; }

.module-hero-list .module-hero-list-item .module-hero-list-item-content img { display: block; margin-bottom: 7.5px; }

.module-hero-list .module-hero-list-item .module-hero-list-item-content h2 { margin: 0; margin-bottom: 7.5px; font-size: 20.4px; }

.module-hero-list .module-hero-list-item .module-hero-list-item-content p { margin-bottom: 0; }

section.module-section { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 500px; }

section.module-section .section-inner > h2 { font-size: 30.6px; margin-bottom: 15px; max-width: 680px; text-align: center; }

section.module-section .section-inner > p { font-size: 20.4px; max-width: 680px; max-width: 680px; margin-left: auto; margin-right: auto; }

section.module-section .section-inner > img { width: 100%; max-width: 160px; max-height: 160px; margin-bottom: 30px; }

section.module-section .section-inner > a.button { margin-top: 45px; font-size: 20.4px; }

section.module-section.view .section-inner > h2:before { background-image: url(/assets/images/module-view-color.svg); }

section.module-section.analyze .section-inner > h2:before { background-image: url(/assets/images/module-analyze-color.svg); }

section.module-section.resolve .section-inner > h2:before { background-image: url(/assets/images/module-resolve-color.svg); }

@media screen and (max-width: 930px) { section.feature-header .section-inner img { max-width: 90px; max-height: 90px; } .module-hero-list { transform: scale(0.9); } }

@media screen and (max-width: 738px) { section.feature-header .section-inner h1 { font-size: 20.4px !important; margin-bottom: 15px; } section.feature-header .section-inner img { max-width: 60px; max-height: 60px; } ul.features { display: block; } ul.features li.feature { width: 100%; } .mini-features { display: block; } .mini-features .feature { width: 90%; margin: 0 auto; border-bottom: 1px solid #d9dde1; padding-bottom: 30px; margin-bottom: 30px; } .mini-features .feature a { margin-top: 0; } .mini-features .feature:last-child { border-bottom: none; margin-bottom: 0; } .hero.centered.module-hero-list-wrapper .section-inner { padding: 15px; } .hero.centered.module-hero-list-wrapper ul.module-hero-list { justify-content: center; transform: none; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item { flex: 0 0 auto; width: auto; height: auto; margin: 0; margin-right: 15px; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item a.module-hero-list-item-content { width: auto; height: auto; flex-direction: column; padding: 0; text-align: center; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item a.module-hero-list-item-content h2 { font-size: 14.45px; opacity: 0.6; margin-bottom: 0; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item a.module-hero-list-item-content p { display: none; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item a.module-hero-list-item-content img { height: 26px; margin-bottom: 7.5px; margin-right: 0; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item[data-active] a.module-hero-list-item-content h2 { opacity: 1; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item:before, .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item:after { display: none !important; } .hero.centered.module-hero-list-wrapper ul.module-hero-list li.module-hero-list-item:last-child { margin-right: 0; } section.module-section .section-inner p { font-size: 17px; } section.module-section .section-inner > ul { display: block; } }

.blog-wrapper { display: flex; flex-direction: row; box-sizing: border-box; padding: 45px 30px; max-width: 1200px; margin-left: auto; margin-right: auto; }

.blog-wrapper main.blog-main { flex: 1 1 auto; }

.blog-wrapper aside.blog-aside { margin-left: 30px; flex: 0 0 300px; }

.blog-wrapper aside.blog-aside h2 { font-size: 20.4px; font-weight: 300; padding-bottom: 0.5em; border-bottom: 1px solid #d9dde1; margin: 0; margin-top: 45px; }

.blog-wrapper aside.blog-aside h2:first-child { margin-top: 0; }

.blog-wrapper aside.blog-aside h3 { font-size: 1em; font-weight: 400; margin: 0; }

.blog-wrapper aside.blog-aside ul { margin: 0; padding: 0; }

.blog-wrapper aside.blog-aside ul li { list-style: none; }

article.post { margin-bottom: 45px; }

article.post h3, article.post h4, article.post h5, article.post h6 { font-size: 17px; font-weight: 600; }

article.post ul li { margin-bottom: 15px; }

article.post header.post-header { margin-bottom: 15px; }

article.post header.post-header h1.post-title { margin-bottom: 0.3em; font-size: 42.5px; }

article.post header.post-header h2.post-title { margin-bottom: 0.3em; font-size: 20.4px; }

article.post header.post-header p.post-meta { margin-bottom: 0; color: #697785; }

article.post img { display: block; max-width: 100%; }

article.post img.image-left, article.post img.image-right { max-width: 280px; }

article.post img.image-left { float: left; margin-right: 2em; }

article.post img.image-right { float: right; margin-left: 2em; }

article.post img.post-poster-image { float: left; width: 150px; height: 150px; margin-right: 15px; margin-bottom: 15px; }

article.post h2#by-the-numbers { margin-top: 30px; margin-bottom: 0; background-color: #96ca2d; padding: 75px 45px; padding-bottom: 15px; color: white; text-align: center; font-size: 20.4px; }

article.post h2#by-the-numbers + ul { margin-top: 0; background-color: #96ca2d; list-style: none; display: block; font-size: 42.5px; text-align: center; padding: 75px 45px; padding-top: 0; color: white; }

article.post h2#by-the-numbers + ul li { display: block; }

article.post h2#by-the-numbers + ul li em { font-style: normal; font-weight: 600; color: white; }

article.post h2#by-the-numbers + ul li > ul { display: block; margin: 0; padding: 0; }

article.post h2#by-the-numbers + ul li > ul > li { display: block; margin: 0; padding: 0; font-size: 20.4px; }

article.post table { margin: 30px 0; min-width: 60%; border: 1px solid #e7eaec; }

article.post table thead th { border-bottom: 1px solid #e7eaec; text-align: left; background-color: #f6f7f8; padding: 7.5px 15px; }

article.post table tbody td { border-bottom: 1px solid #e7eaec; background-color: white; padding: 7.5px 15px; }

article.post table tbody tr:last-child td { border-bottom: none; }

section.post-wrapper .post-cover { width: 100%; height: 40vw; max-height: 300px; min-height: 140px; background-size: cover; background-position: center; }

section.post-wrapper .post-content p { margin-bottom: 25px; }

section.post-wrapper .post-content h3 { margin-top: 45px; }

section.post-wrapper .post-content li { margin-bottom: 15px; }

section.post-wrapper .post-content ol { margin-bottom: 15px; }

section.post-wrapper .post-content table { max-width: 100%; }

section.post-wrapper .section-inner { display: flex; flex-direction: row; }

section.post-wrapper .section-inner aside.post-aside { margin-left: 30px; flex: 0 0 300px; }

section.post-wrapper .section-inner aside.post-aside .post-author { border-bottom: 1px solid #d9dde1; margin-bottom: 15px; }

section.post-wrapper .section-inner aside.post-aside .post-author .post-author-top { display: flex; align-items: center; margin-bottom: 15px; }

section.post-wrapper .section-inner aside.post-aside .post-author .post-author-top .post-author-image { width: 50px; height: 50px; border-radius: 50%; background-size: cover; background-position: center; }

section.post-wrapper .section-inner aside.post-aside .post-author .post-author-top .post-author-top-inner { margin-left: 15px; margin-bottom: 0; }

section.post-wrapper .section-inner aside.post-aside .post-author .post-author-top .post-author-top-inner h3, section.post-wrapper .section-inner aside.post-aside .post-author .post-author-top .post-author-top-inner p { margin-bottom: 0px; }

section.post-wrapper .section-inner aside.post-aside .post-author i { opacity: 0.7; }

section.post-wrapper .section-inner > article.post { width: calc(100% - 390px); }

.pagination { width: 100%; display: flex; align-items: center; flex-direction: row; justify-content: space-around; }

.pagination .previous, .pagination .next { display: flex; flex: 1 0 25%; }

.pagination .previous { justify-content: flex-start; }

.pagination .next { justify-content: flex-end; }

.pagination .page_number { display: flex; flex: 1 0 50%; justify-content: center; }

main.blog-main ul.blog-list { margin: 0; padding: 0; }

main.blog-main ul.blog-list > li { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #d9dde1; list-style: none; }

main.blog-main ul.blog-list > li article.post { margin: 0; }

main.blog-main ul.blog-list > li:last-child { padding-bottom: 0; border-bottom: none; }

aside.blog-aside ul.blog-list { margin: 0; padding: 0; }

aside.blog-aside ul.blog-list > li { padding: 1em 0; border-bottom: none; list-style: none; }

aside.blog-aside ul.blog-list > li:last-child { padding-bottom: 0; border-bottom: none; }

@media screen and (max-width: 930px) { main section.post-wrapper .section-inner { width: 100%; margin: 0; display: block; padding: 30px 15px; } main section.post-wrapper .section-inner aside.post-aside { margin: 45px 0; } main section.post-wrapper .section-inner > article.post { width: 100%; } .blog-wrapper { width: 100%; margin: 0; display: block; padding: 30px 15px; } .blog-wrapper aside.blog-aside { margin: 45px 0; } }

@media screen and (max-width: 738px) { article.post .tableMob thead { display: none; } article.post .tableMob td { display: flex; border-bottom: none; } article.post .tableMob td::before { content: attr(label); font-weight: bold; width: 120px; min-width: 120px; } article.post .tableMob tr { border-bottom: 1px solid #e7eaec; border-top: 1px solid #e7eaec; } }

section.author-wrapper .section-inner .author-info { margin-bottom: 45px; display: flex; align-items: center; }

section.author-wrapper .section-inner .author-info .author-image { width: 100px; height: 100px; border-radius: 50%; background-size: 100px; background-position: center; margin-right: 30px; }

section.author-wrapper .section-inner .author-info .author-info-inner p { margin-bottom: 0; }

section.author-wrapper .section-inner .author-info .author-info-inner h1 { margin-bottom: 0; }

section.author-wrapper .section-inner article.post { margin-bottom: 0; border-top: 1px solid #d9dde1; padding-top: 15px; }

section.author-wrapper .section-inner h3 { font-size: 17px; padding-bottom: 15px; }

section.author-wrapper .section-inner h3 a { color: black; }

section.price-hero > .section-inner { padding-top: 75px !important; padding-bottom: 75px !important; }

section.price-hero > .section-inner h1 { font-size: 68px; font-weight: 600; }

section.price-hero > .section-inner h2 { font-size: 30.6px; color: #697785; max-width: 680px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }

section.price-hero > .section-inner .button { font-size: 20.4px; }

.sales-cta { text-align: center; }

.sales-cta h2 { margin-bottom: 0.1em; }

.sales-cta p { margin: 0; }

table.comparison-table { width: 100%; margin: 30px auto; max-width: 804px; }

table.comparison-table tr, table.comparison-table td, table.comparison-table th, table.comparison-table tbody, table.comparison-table thead { display: block; }

table.comparison-table tr { display: flex; flex-direction: row; }

table.comparison-table td, table.comparison-table th { font-weight: 400; flex: 0 0 20%; height: 70px; background: rgba(255, 255, 255, 0.05); margin: 1px; display: flex; justify-content: center; align-items: center; }

table.comparison-table th { color: #fff; }

table.comparison-table td { color: #e7eaec; }

table.comparison-table td.yes { background-image: url("/assets/images/green-tick.svg"); background-repeat: no-repeat; background-position: center center; background-size: auto 24px; }

table.comparison-table td.yes > span { display: none; }

table.comparison-table td.no > span { display: none; }

table.comparison-table td.large > span { font-size: 20.4px; font-weight: 600; }

table.comparison-table thead > tr > th:first-child { background: none; }

table.comparison-table td:first-child, table.comparison-table th:first-child { flex: 1 1 auto; justify-content: flex-start; text-align: left; padding: 0 15px; color: #fff; }

.slicknav_btn { width: 120px; height: 50px; margin: 0; box-sizing: border-box; padding-left: 0; background: none; display: flex; align-items: center; justify-content: flex-start; float: none; }

.slicknav_menu { padding: 0; background: none; }

.slicknav_menu .slicknav_menutxt { display: none; }

.slicknav_menu .slicknav_icon { float: left; }

.slicknav_menu .slicknav_icon:before { position: static; width: auto; height: auto; }

.slicknav_menu ul { margin: 0; margin-bottom: 30px; }

.slicknav_menu ul li a:hover { background: none; color: #fff; }

.slicknav_menu ul li a.button { margin-top: 15px; width: 120px; text-align: center; background-color: #96ca2d; }

.slicknav_menu:before { display: none; }

.slicknav_nav { font-size: 17px; }

.slicknav_nav .slicknav_row, .slicknav_nav a { margin: 0; padding: 10px 0; }

.slicknav_nav a.button:hover { border-radius: 9px !important; }

.flexslider { width: 800px; height: 600px; }

.flexslider .slides img { width: 800px; }

.flexslider { width: 100%; height: auto; }

.flexslider .slides { padding: 0; }

.flexslider .slides img { width: 100%; }

/*# sourceMappingURL=main.css.map */