/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.error_content{background:#f9f9f9;}.error_content .error_wrapper{width:800px;margin:0 auto;}
.error_content>div{min-height:400px;padding:50px 0;}.error_content>div h2{color:#707070;margin:0 25px 30px 25px;padding:0 250px 0 0;font-size:30px;line-height:1em;}
.btn{display:block;line-height:50px;text-transform:uppercase;text-align:center;text-decoration:none;color:#FFF;background-color:#2284c3;background-image:url(img/btn_accent-6478001a5f1076f96e2cb5df724afc6c.png);}.btn.btn_primary{background-color:#0b9b4b;}
.btn.btn_disabled{background-color:#999;background-image:none;}.btn.btn_disabled:hover{background-image:none;}
.btn:hover{background-image:url(img/btn_accent_hover-c1297993a518932ad1e0ae3461a18c46.png);}
a{color:#2284c3;text-decoration:none;}
h1{color:#f05742;font:normal normal 30px/35px 'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';text-align:center;text-transform:uppercase;}
h2{-webkit-font-smoothing:antialiased;color:#707070;font:normal normal 25px/30px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0;text-align:center;text-transform:none;}h2 strong{color:#f05742;font-size:26px;font-weight:normal;}
h3{color:#888;font:normal normal 20px/25px 'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';text-transform:uppercase;}
h4{font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';font-size:15px;font-weight:normal;text-transform:uppercase;margin:0;}
input,textarea{color:#666666;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';font-weight:normal;}
button{background:transparent;padding:0;margin:0;border:0;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';font-weight:normal;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.kera-button-test .kera-button-test-variant{cursor:pointer;position:fixed;text-indent:-9999em;-webkit-transition:all 0.3s ease-in-out;}.kera-button-test .kera-button-test-variant.var1{background-image:url(https://www.kera.io/assets/button/button-var1-294da62bd5a7ac568f0aa5b131ca5c59.png);background-position:0 0;bottom:0;display:none;height:50px;right:20px;width:300px;}.kera-button-test .kera-button-test-variant.var1:hover{background-image:url(https://www.kera.io/assets/button/button-var1-hov-0e58eb03889f373e21091c35fad0976b.png);}
.kera-button-test .kera-button-test-variant.var2{background-image:url(https://www.kera.io/assets/button/button-var2-a8e404c8421f8533928cf94b25571c45.png);background-position:0 0;display:none;bottom:30px;height:126px;left:30px;width:51px;}.kera-button-test .kera-button-test-variant.var2:hover{background-image:url(https://www.kera.io/assets/button/button-var2-hov-8a8d826a6d3e3feb42634dad7651df7f.png);}
.kera-button-test .kera-button-test-variant.var3{background-image:url(https://www.kera.io/assets/button/button-var3-4658a2ffce76172d2b4920c436f40144.png);background-position:0 0;bottom:30px;height:40px;display:none;left:15px;width:206px;}.kera-button-test .kera-button-test-variant.var3:hover{background-image:url(https://www.kera.io/assets/button/button-var3-hov-3412314f576fa39ef8161763dc94ffa9.png);}
.kera-button-test .kera-button-test-variant.var4{background-image:url(https://www.kera.io/assets/button/button-var4-48a6d29ff3dba691c856f8fb2e1f50c1.png);background-position:0 0;bottom:42px;height:80px;display:none;left:37px;width:75px;}.kera-button-test .kera-button-test-variant.var4:hover{background-image:url(https://www.kera.io/assets/button/button-var4-hov-17bdef6dcf2f902d5b6ffe2166592b97.png);}
.kera-button-test .kera-button-test-modal{background:#252525;box-shadow:0 5px 10px rgba(0, 0, 0, 0.35);display:none;height:300px;left:50%;margin:-150px 0 0 -225px;position:absolute;top:50%;width:450px;z-index:9999999999999999999;}.kera-button-test .kera-button-test-modal p{color:#FFF;font:normal normal 20px/25px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';padding:0 40px;position:absolute;text-align:center;top:40px;}.kera-button-test .kera-button-test-modal p em{font-style:normal;font-family:'MercuryRegularItalic','Helvetica Neue','Helvetica','Arial','sans-serif';}
.kera-button-test .kera-button-test-modal .close{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-color:#0b9b4b;background-image:url(img/btn_accent-6478001a5f1076f96e2cb5df724afc6c.png),url(https://www.kera.io/assets/button/button-modal-close-95597f2f19de8f5dcc02256010350f35.png);background-position:50% 50%;background-repeat:no-repeat;height:35px;position:absolute;right:25px;text-indent:-9999em;top:25px;width:35px;}.kera-button-test .kera-button-test-modal .close:hover{background-image:url(img/btn_accent_hover-c1297993a518932ad1e0ae3461a18c46.png),url(https://www.kera.io/assets/button/button-modal-close-95597f2f19de8f5dcc02256010350f35.png);}
.kera-button-test .kera-button-test-modal .btn{background-size:300px 50px;margin:0 75px;position:absolute;bottom:50px;width:300px;}
.kera-button-test .button-preload{display:none;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}h4{font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';font-size:15px;font-weight:normal;text-transform:uppercase;margin:0;}
input,textarea{color:#666666;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';font-weight:normal;}
button{background:transparent;padding:0;margin:0;border:0;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';font-weight:normal;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}body{font:normal normal 15px/20px 'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';background:#464646;min-width:1000px;}body .marketing_wrapper{width:800px;margin:0 auto;*zoom:1;}body .marketing_wrapper:before,body .marketing_wrapper:after{display:table;content:"";line-height:0;}
body .marketing_wrapper:after{clear:both;}
body .marketing_wrapper .marketing_column{float:left;}
body p{font:normal normal 15px/20px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';}
body>iframe{display:none;}
body.pages.product #product_link a{color:#f05742;}
body.pages.company #company_link a{color:#f05742;}
body.pages.pricing #pricing_link a{color:#f05742;}
body.pages.support #support_link a,body.pages.support-track #support_link a{color:#f05742;}
.marketing_header{*zoom:1;}.marketing_header:before,.marketing_header:after{display:table;content:"";line-height:0;}
.marketing_header:after{clear:both;}
.marketing_header .marketing_wrapper{position:relative;height:100px;}
.marketing_header .logo{position:absolute;left:25px;top:30px;width:125px;height:38px;text-indent:-9999em;background:url(img/logoFFF-ca5c6618a96a1e61a7ec176b9b314c49.png) no-repeat 0 50%;display:block;}
.marketing_header .marketing_links{list-style-type:none;padding:0;margin:0;*zoom:1;float:right;}.marketing_header .marketing_links:before,.marketing_header .marketing_links:after{display:table;content:"";line-height:0;}
.marketing_header .marketing_links:after{clear:both;}
.marketing_header .marketing_links>li{float:left;}.marketing_header .marketing_links>li>a{display:block;position:relative;line-height:100px;text-align:center;padding:0;margin:0 20px;}.marketing_header .marketing_links>li>a.active{color:#f05742;}
.marketing_header .marketing_links>li>a:link,.marketing_header .marketing_links>li>a:visited{text-transform:uppercase;color:#2284c3;text-decoration:none;}.marketing_header .marketing_links>li>a:link.primary,.marketing_header .marketing_links>li>a:visited.primary{color:#0b9b4b;}
.marketing_header .marketing_links>li>a.primary{padding-right:30px;}
.marketing_header .marketing_links>li>a.primary:after{content:'.';text-indent:-9999em;background:url(img/primary_chevron-93bfc30f27a91bcb4623f15c2b9a5c35.png);width:16px;height:28px;position:absolute;top:50%;margin-top:-14px;margin-left:15px;}
.marketing_header .marketing_links>li>a:hover{opacity:0.75;}
.marketing_header .marketing_links>li.temp_link{padding:0 25px;}
.kera-shutdown section{background:#1782C5;margin:0 auto;padding:100px 0;width:800px;}.kera-shutdown section p{color:#FFF;font:normal normal 20px/28px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0;margin-bottom:28px;padding:0 100px;}.kera-shutdown section p a{background:#1070B7;color:#FFF;padding:3px 5px;}
.kera-shutdown section p:last-child{margin-bottom:0;}
.marketing_menu{display:none;background:#FFF;border-top:solid 1px #dddddd;z-index:9999;}.marketing_menu ul{*zoom:1;list-style-type:none;padding:0;margin:0;width:800px;margin:0 auto;}.marketing_menu ul:before,.marketing_menu ul:after{display:table;content:"";line-height:0;}
.marketing_menu ul:after{clear:both;}
.marketing_menu ul li{float:left;}.marketing_menu ul li a{display:block;background:#F9F9F9;background:#FFF;padding:0 25px;font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';font-size:15px;line-height:50px;text-transform:uppercase;}
.marketing_benefits{border-top:solid 1px #dddddd;background:#FFF;}.marketing_benefits ul{*zoom:1;list-style-type:none;padding:0;margin:0;position:relative;margin:0;}.marketing_benefits ul:before,.marketing_benefits ul:after{display:table;content:"";line-height:0;}
.marketing_benefits ul:after{clear:both;}
.marketing_benefits ul li{float:left;width:216.66666666666669px;height:155px;padding:125px 25px 25px 25px;text-align:center;}.marketing_benefits ul li h3{color:#2284c3;line-height:26px;text-transform:uppercase;}
.marketing_benefits ul li p{color:#999;font-size:20px;line-height:25px;margin:0;}
.marketing_about{display:none;border-top:solid 1px #dddddd;background:#FFF;padding:150px 0;text-indent:-9999em;}
.marketing_content{background:#FFF;}
.marketing_lede{background:#FFF;padding:60px 0 25px 0;}.marketing_lede h1{margin:0;}
.marketing_lede h2{margin:0;}
.marketing_lede p{color:#707070;margin:0 200px 20px 200px;text-align:center;}
.marketing_context{background:#FFF;border-top:solid 1px #dddddd;z-index:9999;}.marketing_context ul{*zoom:1;list-style-type:none;padding:0;margin:0;width:800px;margin:0 auto;border-left:solid 1px #dddddd;}.marketing_context ul:before,.marketing_context ul:after{display:table;content:"";line-height:0;}
.marketing_context ul:after{clear:both;}
.marketing_context ul li{float:left;border-right:solid 1px #dddddd;width:249px;}.marketing_context ul li a{display:block;background:#F9F9F9;background:#FFF;padding:0 25px;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';font-size:20px;line-height:75px;text-align:center;}.marketing_context ul li a.active{color:#f05742;background-image:url(img/page_carousel_active-cafeb8022fce75329114bdb2df43c61e.png);background-repeat:no-repeat;background-position:50% 100%;}
.marketing_customers{border-top:solid 1px #dddddd;background:#F9F9F9;}.marketing_customers h4{line-height:25px;padding:25px 0;color:#707070;text-align:center;}
.marketing_customers ul{*zoom:1;list-style-type:none;padding:0;margin:0;position:relative;margin:0;}.marketing_customers ul:before,.marketing_customers ul:after{display:table;content:"";line-height:0;}
.marketing_customers ul:after{clear:both;}
.marketing_customers ul li{float:left;width:249px;height:125px;border-right:solid 1px #dddddd;overflow:hidden;}.marketing_customers ul li:last-child{width:250px;border:0;}
.marketing_overview{background:#F9F9F9;border:none;background-image:url(img/greydots-0e291945cb6169dd1369d3e59850ce60.png),url(img/grid_background-1026d1ca909fb83e86c84da23da75f15.png);background-repeat:no-repeat,repeat-x;background-position:50% 0, 50% 0;padding-top:170px;}.marketing_overview>div{padding:50px 0;position:relative;}.marketing_overview>div h3{padding:0 525px 0 25px;margin:0;margin-bottom:1em;z-index:999;}
.marketing_overview>div p{padding:0 525px 0 25px;margin:0;margin-bottom:1em;color:#707070;line-height:22px;z-index:999;}
.marketing_overview>div p:last-child{margin-bottom:0;}
.marketing_overview>div .overview_image{position:absolute;z-index:888;}.marketing_overview>div .overview_image.overview_image_company{bottom:-1px;right:-300px;}
.marketing_overview>div .overview_image.overview_image_product{top:-145px;right:50%;margin-right:-750px;}
.marketing_overview>div .overview_image.overview_image_pricing{top:-145px;right:50%;margin-right:-750px;}
.marketing_overview_product{border:none;background-image:url(img/company_header-c3cdf9a2640064f28d504f84d43d9ede.png),url(img/grid_background-1026d1ca909fb83e86c84da23da75f15.png);background-repeat:no-repeat,repeat-x;background-position:50% 0, 50% 0;padding-top:170px;}
.marketing_overview_company{border:none;background-image:url(img/company_header-c3cdf9a2640064f28d504f84d43d9ede.png),url(img/grid_background-1026d1ca909fb83e86c84da23da75f15.png);background-repeat:no-repeat,repeat-x;background-position:50% 0, 50% 0;padding-top:170px;}
.marketing_overview_pricing{border:none;background-image:url(img/pricing_header-0e291945cb6169dd1369d3e59850ce60.png),url(img/grid_background-1026d1ca909fb83e86c84da23da75f15.png);background-repeat:no-repeat,repeat-x;background-position:50% 0, 50% 0;padding-top:170px;}
.marketing_related{background:#F9F9F9;border-top:solid 1px #dddddd;min-height:199px;}.marketing_related ul{*zoom:1;list-style-type:none;padding:0;margin:0;position:relative;margin:0;}.marketing_related ul:before,.marketing_related ul:after{display:table;content:"";line-height:0;}
.marketing_related ul:after{clear:both;}
.marketing_related ul li{float:left;width:150px;height:175px;padding:50px 25px 0 25px;text-align:center;}.marketing_related ul li h3{color:#666666;line-height:26px;margin:0 0 26px 0;}
.marketing_related ul li p{color:#666666;margin:0;}
.marketing_social{border-top:solid 1px #dddddd;background:#FFF;*zoom:1;}.marketing_social:before,.marketing_social:after{display:table;content:"";line-height:0;}
.marketing_social:after{clear:both;}
.marketing_social .marketing_wrapper{position:relative;}
.marketing_social p{float:left;margin:0;}.marketing_social p.social_signup{position:relative;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';width:500px;line-height:100px;}.marketing_social p.social_signup a{display:block;border-left:1px solid #dddddd;border-right:1px solid #dddddd;text-transform:uppercase;color:#0b9b4b;text-indent:200px;}.marketing_social p.social_signup a .btn{position:absolute;top:25px;left:25px;width:150px;background-size:150px 50px;text-indent:0;}
.marketing_social p.social_facebook,.marketing_social p.social_twitter{width:250px;position:relative;}.marketing_social p.social_facebook .label,.marketing_social p.social_twitter .label{display:block;border-right:solid 1px #dddddd;line-height:100px;text-indent:-9999em;}
.marketing_social p.social_facebook .widget,.marketing_social p.social_twitter .widget{position:absolute;right:25px;top:40px;}
.marketing_social p.social_facebook{background:url(img/facebook-cc292fe8fd5ab72f2ad3de79a197a6da.png) no-repeat 25px 50%;}
.marketing_social p.social_twitter{background:url(img/twitter-bd2ca0f9c4ef6833a88bf6454b474508.png) no-repeat 25px 50%;}
.marketing_spacer{background:#F9F9F9;border-top:solid 1px #dddddd;height:49px;}
.marketing_footer{padding:40px 0 25px 0;color:#888;}.marketing_footer a{color:#888;}.marketing_footer a:hover{color:#f8b52c;}
.marketing_footer p{margin:0;}
.marketing_footer ul{margin:0;list-style-type:none;padding:0;margin:0;}
.marketing_footer .legal{float:left;width:400px;}.marketing_footer .legal p{margin:0 25px 20px 25px;}.marketing_footer .legal p.marketing_footer_links a{padding:0 20px 0 0;}
.marketing_footer .sitemap{position:relative;float:left;width:600px;*zoom:1;}.marketing_footer .sitemap:before,.marketing_footer .sitemap:after{display:table;content:"";line-height:0;}
.marketing_footer .sitemap:after{clear:both;}
.marketing_footer .sitemap ul li{font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';}.marketing_footer .sitemap ul li strong{display:block;text-transform:uppercase;}
.marketing_footer .sitemap ul.footer_blog_entries li a{display:block;border-bottom:1px solid #888;padding:10px 0;}
.marketing_footer .sitemap ul.footer_blog_entries li strong a{padding:0 0 10px 0;}
.marketing_footer .sitemap .mixpanel{padding:25px 0;clear:both;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}div#preload{display:none;}
.marketing_hero{background:#FFF;}.marketing_hero .marketing_lede{padding:60px 0 50px 0;}.marketing_hero .marketing_lede h1{margin:0 0 10px 0;}
.marketing_hero .marketing_kera_steps{position:relative;}.marketing_hero .marketing_kera_steps .marketing_hero_image{background:url(https://www.kera.io/assets/marketing2/hero_simple-93dc37565f2901a0530ea02cdb3d8f58.png);background-position:0 0;background-repeat:no-repeat;height:500px;margin:0 auto;position:relative;text-indent:-9999em;width:400px;}.marketing_hero .marketing_kera_steps .marketing_hero_image .hero_image_highlight{background-image:url(https://www.kera.io/assets/marketing2/hero_highlight-0c93c8d364462561a860b21b8aaeba55.png);background-repeat:no-repeat;background-position:0 0;height:425px;position:absolute;right:5px;top:18px;width:400px;}
.marketing_hero .marketing_kera_steps .marketing_hero_cta{padding:25px;position:absolute;right:0;top:175px;width:250px;}.marketing_hero .marketing_kera_steps .marketing_hero_cta .btn{background-size:200px 50px;margin:0 auto;width:200px;}
.marketing_hero .marketing_kera_steps .marketing_hero_caption{background-image:url(https://www.kera.io/assets/marketing2/hero_caption-54dce3615b24ebde34774ae933dadc66.png);background-position:25px 40px;background-repeat:no-repeat;bottom:70px;padding:25px 25px 25px 25px;position:absolute;right:0px;width:250px;}.marketing_hero .marketing_kera_steps .marketing_hero_caption p{border-top:solid 1px #dddddd;color:#999;font:normal normal 15px/22px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0;padding:10px 0 0 0;text-indent:20px;}.marketing_hero .marketing_kera_steps .marketing_hero_caption p em{font:normal normal 15px/22px 'MercuryRegularItalic','Helvetica Neue','Helvetica','Arial','sans-serif';}
.marketing_hero .marketing_kera_steps .marketing_step{padding:0 25px;position:absolute;text-align:center;width:250px;}.marketing_hero .marketing_kera_steps .marketing_step h3{color:#f05742;font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0 0 20px 0;text-transform:none;}
.marketing_hero .marketing_kera_steps .marketing_step p{color:#707070;}.marketing_hero .marketing_kera_steps .marketing_step p em{font-family:'MercuryRegularItalic','Helvetica Neue','Helvetica','Arial','sans-serif';font-style:normal;}
.marketing_hero .marketing_kera_steps .marketing_step p:last-child{display:none;}
.marketing_hero .marketing_kera_steps .marketing_step.marketing_step1{left:0;top:25px;}
.marketing_hero .marketing_kera_steps .marketing_step.marketing_step2{top:200px;left:0;}
.marketing_hero .marketing_kera_steps .marketing_step.marketing_step3{right:0;top:25px;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.marketing_page h1{color:#f05742;text-align:center;padding:50px 15px;margin:0;}
.marketing_page .marketing_wrapper{width:500px;margin:0 auto;padding:0 250px;}.marketing_page .marketing_wrapper h3{text-transform:uppercase;margin:50px 0 10px 0;color:#707070;}
.marketing_page .marketing_wrapper p{font-size:15px;line-height:25px;color:#707070;}
.marketing_page .marketing_wrapper ul{margin:0;}.marketing_page .marketing_wrapper ul li{font-size:15px;line-height:25px;color:#707070;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';}
.marketing_support{*zoom:1;border-top:solid 1px #dddddd;background-repeat:repeat-y;background-position:50% 0;background-color:white;}.marketing_support:before,.marketing_support:after{display:table;content:"";line-height:0;}
.marketing_support:after{clear:both;}
.marketing_support .support_sidebar{float:left;width:250px;background:#272727;border-left:solid 1px #373737;}.marketing_support .support_sidebar ul{list-style-type:none;padding:0;margin:0;}.marketing_support .support_sidebar ul li{border-bottom:solid 1px #373737;}.marketing_support .support_sidebar ul li a{font:normal normal 20px/50px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';font-size:20px;line-height:50px;padding:0 25px;color:#EEE;}.marketing_support .support_sidebar ul li a strong{text-transform:uppercase;}
.marketing_support .support_sidebar ul li:last-child{border:0;}
.marketing_support .support_content{float:right;width:648px;padding:50px;border-right:solid 1px #dddddd;}.marketing_support .support_content h3{color:#f05742;}
.marketing_support .support_content p{font:normal normal 20px/28px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';margin-bottom:1em;color:#707070;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.company .marketing_lede{padding:60px 0;}.pages.company .marketing_lede h2{color:#f05742;font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0 0 20px 0;text-transform:uppercase;}
.pages.company .company_team{background:#FFF;padding:0 0 60px 0;}.pages.company .company_team ul{*zoom:1;list-style-type:none;padding:0;margin:0;}.pages.company .company_team ul:before,.pages.company .company_team ul:after{display:table;content:"";line-height:0;}
.pages.company .company_team ul:after{clear:both;}
.pages.company .company_team ul li{border-right:solid 1px #dddddd;float:left;padding:25px;position:relative;width:199px;}.pages.company .company_team ul li:nth-child(4n+4){border-right:0;width:200px;}
.pages.company .company_team ul li:nth-child(n+5){border-top:solid 1px #dddddd;}
.pages.company .company_team ul li h3{color:#2284c3;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';left:115px;position:absolute;text-transform:none;top:60px;}
.pages.company .company_team ul li p{color:#707070;}
.pages.company .company_press{background:#FFF;padding:0 0 120px 0;}.pages.company .company_press h3{color:#f05742;margin:0 0 20px 0;text-align:center;}
.pages.company .company_press ul{*zoom:1;list-style-type:none;padding:0;margin:0;}.pages.company .company_press ul:before,.pages.company .company_press ul:after{display:table;content:"";line-height:0;}
.pages.company .company_press ul:after{clear:both;}
.pages.company .company_press ul li{padding:25px;float:left;}.pages.company .company_press ul li a{background:blue;display:block;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.deck .marketing_deck{border-top:solid 1px #dddddd;background-repeat:repeat-y;background-position:50% 0;background-color:white;padding-bottom:50px;text-align:center;}.pages.deck .marketing_deck a{color:#f05742;font:normal normal 20px/50px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';font-size:20px;line-height:50px;padding:0 25px;}.pages.deck .marketing_deck a strong{text-transform:uppercase;}
.pages.deck .marketing_deck h2{text-transform:none;color:#f05742;font-size:30px;line-height:30px;margin:50px 0;padding:0 25px;text-align:center;font-weight:bolder;}
.pages.deck .marketing_deck iframe{margin:0px auto 100px auto;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.pricing .marketing_pricing{background-color:#FFF;padding:0 0 100px 0;}.pages.pricing .marketing_pricing .marketing_wrapper{margin:0 auto;}.pages.pricing .marketing_pricing .marketing_wrapper p.pricing_details{color:#999;font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0;text-align:center;text-transform:uppercase;}
.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans{*zoom:1;padding:0 150px;margin:0 0 25px 0;}.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans:before,.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans:after{display:table;content:"";line-height:0;}
.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans:after{clear:both;}
.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans .pricing_plan{border-top:solid 1px #dddddd;border-bottom:solid 1px #dddddd;float:left;height:325px;text-align:center;padding:50px 25px 25px 25px;position:relative;width:300px;}.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans .pricing_plan h2{margin:0 0 5px 0;}.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans .pricing_plan h2 strong{font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';font-size:26px;text-transform:none;}
.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans .pricing_plan ul{list-style-type:none;padding:0;margin:0;padding:15px 0 0 0;}.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans .pricing_plan ul li{color:#707070;font:normal normal 15px/20px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0 0 5px 0;text-align:center;}
.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans .pricing_plan.pricing_plan_left{border-right:solid 1px #dddddd;width:299px;}
.pages.pricing .marketing_pricing .marketing_wrapper .pricing_plans .btn{background-size:200px 50px;bottom:50px;position:absolute;right:75px;width:200px;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.product .marketing_lede h1{padding:0;margin:0 0 10px 0;}
.pages.product .marketing_product{background:#272727;}.pages.product .marketing_product ul{*zoom:1;list-style-type:none;padding:0;margin:0;}.pages.product .marketing_product ul:before,.pages.product .marketing_product ul:after{display:table;content:"";line-height:0;}
.pages.product .marketing_product ul:after{clear:both;}
.pages.product .marketing_product ul li{background-color:#FFF;border-bottom:solid 1px #dddddd;position:relative;}.pages.product .marketing_product ul li:nth-child(even){background-color:#F9F9F9;}
.pages.product .marketing_product ul li .marketing_wrapper>div h2{margin:0 0 25px 0;}
.pages.product .marketing_product ul li .marketing_wrapper>div h3{color:#f05742;margin:0 0 10px 0;text-align:center;}
.pages.product .marketing_product ul li .marketing_wrapper>div .feature_list{border:0;margin:0 0 0 20px;}.pages.product .marketing_product ul li .marketing_wrapper>div .feature_list li{background:transparent;border:0;color:#707070;font-family:'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';line-height:25px;padding:0;list-style:disc;}
.pages.product .marketing_product ul li .marketing_wrapper>div p{color:#707070;line-height:22px;margin:0 0 25px 0;}
.pages.product .marketing_product ul li .marketing_wrapper>div.product_feature_define{background-image:url(img/product_getstarted-c946a29b5386965d504ba27dee266808.png);background-position:475px 25px;background-repeat:no-repeat;}
.pages.product .marketing_product ul li .marketing_wrapper>div.product_feature_motivate{background-image:url(img/product_editor-9bf45dffd9fd6727729088848f6371f8.png);background-position:-12px 100%;background-repeat:no-repeat;}
.pages.product .marketing_product ul li .marketing_wrapper>div.product_feature_analyze{background-image:url(img/product_analyze-39818971425b2fe98f1cb1ed5f66036a.png);background-position:500px 61px;background-repeat:no-repeat;}
.pages.product .marketing_product ul li .marketing_wrapper>div.product_feature_right{padding:75px 550px 75px 25px;}
.pages.product .marketing_product ul li .marketing_wrapper>div.product_feature_left{padding:75px 25px 75px 550px;}
.pages.product .marketing_product ul li .marketing_wrapper>div:last-child{border-bottom:0;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.apply .marketing_wrapper p:last-child{margin:75px 0 25px 0;padding:0px 100px;}.pages.apply .marketing_wrapper p:last-child a{background-size:300px 50px;}
.pages.apply-thanks .marketing_page{padding-bottom:300px;}.pages.apply-thanks .marketing_page p{text-align:center;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.support .support_description{color:#666666;font-size:20px;line-height:25px;padding:0 25px;margin:0;text-align:center;}
.pages.support h3{color:#f05742;font-size:30px;line-height:30px;margin:0;margin-bottom:25px;padding:0 25px;text-align:center;}
.pages.support h2{text-transform:none;color:#f05742;font-size:30px;line-height:30px;margin:50px 0;padding:0 25px;text-align:center;}.pages.support h2 a{color:#f05742;}
.pages.support .video_embed{margin:0 auto;width:640px;}
.pages.support .faq_container{background:white;width:692px;margin-left:154px;margin-bottom:50px;}.pages.support .faq_container h3{margin-top:25px;padding:0;padding-left:26px;text-align:left;}
.pages.support .faq_container dt{margin-top:16px;font-family:MercuryMedium;font-size:18px;font-weight:700;}.pages.support .faq_container dt a{color:#555;}.pages.support .faq_container dt a:before{content:'Q: ';color:#555;}
.pages.support .faq_container dd{padding:0;margin:0;}.pages.support .faq_container dd p{margin-top:16px;padding-left:28px;text-align:left;font-family:MercuryRegular;font-size:16px;padding-right:15px;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.support-track h1{margin:0;padding:0;font-size:30px;font-weight:normal;line-height:30px;color:#f05742;text-align:center;text-transform:none;}
.pages.support-track .header-description{margin:0;margin-top:25px;padding:0;font-size:20px;line-height:25px;color:#666;text-align:center;}
.pages.support-track .content{border-top:solid 1px #ddd;background-color:white;}.pages.support-track .content .marketing_wrapper{width:768px;}
.pages.support-track h2{margin:25px 0;font-size:25px;font-weight:normal;line-height:25px;color:#f05742;text-transform:none;}
.pages.support-track .content-description{margin:25px 0;font-size:15px;font-weight:normal;line-height:25px;color:#666;}
.pages.support-track .gist-data.gist-syntax{border:none;}
.pages.support-track .gist-meta{display:none;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.pages.apply-thanks p{color:#666666;font:normal normal 20px/25px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';}
.pages.apply-thanks h1{text-transform:none;color:#f05742;font-size:30px;line-height:30px;}.pages.apply-thanks h1 a{color:#f05742;}
.pages.apply-thanks h2{text-transform:none;color:#f05742;font-size:30px;line-height:30px;padding:0 25px;}.pages.apply-thanks h2 a{color:#f05742;}
.pages.apply-thanks h3{color:#2284c3;font-size:30px;line-height:30px;margin-bottom:25px;padding:0 25px;}
.pages.apply-thanks .marketing_apply-thanks{padding-bottom:30px;*zoom:1;border-top:solid 1px #dddddd;background-repeat:repeat-y;background-position:50% 0;background-color:white;}.pages.apply-thanks .marketing_apply-thanks:before,.pages.apply-thanks .marketing_apply-thanks:after{display:table;content:"";line-height:0;}
.pages.apply-thanks .marketing_apply-thanks:after{clear:both;}
.pages.apply-thanks .marketing_apply-thanks ul{font:normal normal 20px/30px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';color:#666666;padding-left:30px;}
@font-face{font-family:'MercuryRegular';src:url(assets/mercury_regular-webfont-5310d085a5197e6c9f0a32fa52d9328a.eot);src:url(assets/mercury_regular-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular-webfont-5595aad32fa4d77b9e3fa4c12d1d8d44.woff) format('woff'),url(assets/mercury_regular-webfont-0fade063ff1733cd7384ad10d103e178.ttf) format('truetype'),url(assets/mercury_regular-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryRegularItalic';src:url(assets/mercury_regular_italic-webfont-4f4dea0888a62ef0a1ef1e61a0c8a3e5.eot);src:url(assets/mercury_regular_italic-webfont.eot) format('embedded-opentype'),url(assets/mercury_regular_italic-webfont-6ab43feb078bb236aa0cdffd23e8a79d.woff) format('woff'),url(assets/mercury_regular_italic-webfont-c0881e5355ad201fe31737e0387bb50f.ttf) format('truetype'),url(assets/mercury_regular_italic-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryLight';src:url(assets/mercury_light-webfont-1a8ef8b86527b7fcfe998230ff5d5cd6.eot);src:url(assets/mercury_light-webfont.eot) format('embedded-opentype'),url(assets/mercury_light-webfont-9a01681fccf72139ad4ea67f81758726.woff) format('woff'),url(assets/mercury_light-webfont-975637f651ebcbb912ef083b1bb75825.ttf) format('truetype'),url(assets/mercury_light-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryMedium';src:url(assets/mercury_medium-webfont-a0285da3f13e339573f085c0964a49dd.eot);src:url(assets/mercury_medium-webfont.eot) format('embedded-opentype'),url(assets/mercury_medium-webfont-35d5aed335f97eea76e898b8a2d7956c.woff) format('woff'),url(assets/mercury_medium-webfont-d69ec3d8932872198d19f356b9b3f4b0.ttf) format('truetype'),url(assets/mercury_medium-webfont.svg) format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'MercuryBold';src:url(assets/mercury_bold-webfont-55408e0ca16fa1966e16cb52f3d0f916.eot);src:url(assets/mercury_bold-webfont.eot) format('embedded-opentype'),url(assets/mercury_bold-webfont-b8da1537480ea1004bfa149626291548.woff) format('woff'),url(assets/mercury_bold-webfont-eb26320b359b62b14c4e42a4ee6a6037.ttf) format('truetype'),url(assets/mercury_bold-webfont.svg) format('svg');font-weight:normal;font-style:normal;}.marketing_tutorial_header{background:#464646;}.marketing_tutorial_header p{color:#EEE;font-size:20px;text-align:center;}
.marketing_tutorial_header .btn{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;display:inline-block;background-size:150px 40px;font:normal normal 15px/40px 'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';height:40px;margin:5px 10px;text-transform:uppercase;width:150px;}
.interactive_tutorials .marketing_tutorial_header{display:none;}
.interactive_tutorials .marketing_lede h2{border-bottom:solid 1px #dddddd;color:#f05742;margin:0 200px;padding:0 0 25px 0;}
.interactive_tutorials .marketing_content>div p,.interactive_tutorials .marketing_content>div li{color:#707070;font:normal normal 15px/20px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';}
.interactive_tutorials .marketing_content>div ol{margin:0 200px 20px 200px;}.interactive_tutorials .marketing_content>div ol li{margin-bottom:20px;}
.interactive_tutorials .marketing_content>div p{margin:0 200px 20px 200px;}
.interactive_tutorials .marketing_content>div .signed_up{border:solid 1px #dddddd;margin:50px 200px 100px 200px;}.interactive_tutorials .marketing_content>div .signed_up p{color:#f05742;font-family:'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';line-height:48px;margin:0;text-align:center;text-transform:uppercase;}
.interactive_tutorials .marketing_content>div .beta_signup{margin:50px 200px 100px 200px;}.interactive_tutorials .marketing_content>div .beta_signup p{*zoom:1;margin:0;}.interactive_tutorials .marketing_content>div .beta_signup p:before,.interactive_tutorials .marketing_content>div .beta_signup p:after{display:table;content:"";line-height:0;}
.interactive_tutorials .marketing_content>div .beta_signup p:after{clear:both;}
.interactive_tutorials .marketing_content>div .beta_signup p label{-webkit-font-smoothing:antialiased;background:#FFF;border:solid 1px #dddddd;color:#999;float:left;font:normal normal 15px/48px 'MercuryMedium','Helvetica Neue','Helvetica','Arial','sans-serif';width:128px;padding:0 10px;text-transform:uppercase;}
.interactive_tutorials .marketing_content>div .beta_signup p input{-webkit-font-smoothing:antialiased;background:#FFF;border:0;border-top:solid 1px #dddddd;border-bottom:solid 1px #dddddd;border-right:solid 1px #dddddd;color:#707070;float:left;font:normal normal 20px/30px 'MercuryRegular','Helvetica Neue','Helvetica','Arial','sans-serif';margin:0;padding:9px 50px 9px 10px;width:229px;}.interactive_tutorials .marketing_content>div .beta_signup p input:focus{color:#2284c3;outline:none;}
.interactive_tutorials .marketing_content>div .beta_signup p button{-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px;background-size:150px 50px;float:left;margin-left:10px;width:150px;}

/*

 */