/* @override 
    http://dxezhqhj7t42i.cloudfront.net/575c6533-8ee2-4e62-bb6f-ff595f824766/style.css
    https://dxezhqhj7t42i.cloudfront.net/575c6533-8ee2-4e62-bb6f-ff595f824766/style.css */

/* @group Normalize */

/*! 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 {
    background: #ff0;
    color: #000;
}

/**
 * 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 {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * 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"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * 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 {
    border: 0;
    padding: 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-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 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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* @end */

/* @group Base styles */
/*CSS Transitions Only After Page Load*/
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
}

/*Easier sizing*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:first-child {
    margin-top: 0 !important;
}

*:last-child {
    margin-bottom: 0 !important;
}

body {
    font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: rgba(26, 25, 25, 0.75);
    text-rendering: optimizeLegibility;
}

html,
body {
    width: 100%;
    height: 100%;
}

/*--Proportional Scaling 88%--*/
/*Targets laptops*/
@media screen and (max-height: 900px) {
    html {
        font-size: 14px;
    }
}

/*--Proportional Scaling 75%--*/
/*Targets iPads and small screens*/
@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

/*Basic heading styles*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
    font-weight: 300;
}

h1 {
    font-size: 2.625rem;
    /*42px*/
    margin-bottom: 2.1875rem;
    /*35px*/
}

h2 {
    font-size: 2rem;
    /*32px*/
    margin: 1.25rem 0;
    /*20px*/
}

h3 {
    font-size: 1.625rem;
    /*26px*/
    margin: 1.5625rem 0 1.5625rem;
    /*20px 10px*/
}

h4, h5, h6 {
    font-size: 1.125rem;
    /*18px*/
    margin: 1.5625rem 0 1.5625rem;
    /*25px*/
}

h1, h2, h3, h4, h5, h6,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong,
h6 strong {
    color: #1A1919;
}

.masthead strong {
    color: rgba(255, 255, 255, 0.9);
}

h4, h5, h6, strong {
    font-weight: 500;
}

strong {
    color: rgba(26, 25, 25, 0.85);
}

.thin {
    font-weight: 200;
}

small {
    color: rgba(26, 25, 25, 0.55);
}

.hero small {
    font-size: 60%;
    color: rgba(255, 255, 255, 0.5);
}

p {
    margin: 1.8125rem 0;
    /*29px*/
}

/*Transitions*/
a,
input,
textarea {
    transition: color .1s ease-out, border-color .1s ease-out, background-color .1s ease-out, background-image .1s ease-out;
}

/*Basic link styles*/
a {
    text-decoration: none;
    color: #0096f8;
    font-weight: 500;
    /*Medium*/
}

a:hover,
a:active,
a:focus {
    outline: 0;
    color: #0074bf;
}

.hero a {
    color: rgba(255, 255, 255, 0.9);
}

.hero a:hover,
.hero a:focus,
.hero a:active {
    color: white;
}

.button {
    display: inline-block;
    padding: .625em 1.5625em;
    /*10px 25px (in EMs)*/
    border-radius: .25rem;
    /*4px*/
    border: 1px solid rgba(0, 150, 250, 0.5);
}

.button:hover,
.button:active,
.button:focus {
    border-color: #0074bf;
}

/*Inverting the logic on the masthead, as it's dark -> Brighter*/
.masthead .button:hover,
.masthead .button:active,
.masthead .button:focus {
    border-color: rgba(56, 149, 255, 0.4);
}

.button.big,
input[type="submit"].big {
    padding: .9375em 3.125em;
    /*15px 50px*/
}

.button.full {
    background: #0096f8;
    color: rgba(255, 255, 255, 0.9);
}

.button.full:hover,
.button.full:active,
.button.full:focus {
    background: #0074bf;
    color: #fff;
}

/*Inverting the logic on the masthead, as it's dark -> Brighter*/
.masthead .button.full:hover,
.masthead .button.full:active,
.masthead .button.full:focus {
    background: #3795ff;
}

img.max {
    max-width: 100%;
    height: auto;
    display: block;
}

del {
    color: rgba(26, 25, 25, 0.55);
}

/*Basic navigation styles*/
nav ul,
nav ol,
ul.row,
ol.row {
    list-style: none;
}

nav ul,
nav ol {
    margin: 0;
    padding: 0;
    font-size: 0;
    /*Removing spacing*/
}

nav li {
    display: inline-block;
    font-size: 1rem;
    /*Setting the font back to normal*/
}

ul, ol {
    list-style-position: outside;
    margin-top: 0;
    padding-left: 1.2em;
}

ul.row,
ol.row {
    padding-left: 0;
}

ul {
    list-style-type: disc;
}

blockquote {
    margin: 0;
    font-style: italic;
    position: relative;
}

q::before {
    content: "\201C";
}

q::after {
    content: "\201D";
}

p:first-of-type {
    margin-top: 0;
}

code {
    font-family: "Source Code Pro", Consolas, Menlo, monospace;
    font-size: 1rem;
    /*16px*/
    color: #242932;
    padding: 1px .3125rem;
    background-color: #eaedf0;
    border-radius: .125rem;
    /*2px*/
    border: 1px solid #d6d8db;
    white-space: pre-wrap;
    /*Keeping the current text without crappy overflows*/
    overflow-wrap: break-word;
    /*Preventing ultra long stuff to overflow the container*/
}

pre code {
    display: block;
    padding: .625rem 1rem;
    /*10px 16px*/
}

/*Grid system*/
.wrapper {
    max-width: 61.250rem;
    /*980px*/
    margin: 0 auto;
}

section > .wrapper {
    padding: 2.5rem 0;
    /*40px*/
}

section > .wrapper.extra {
    padding: 5rem 0;
    /*80px*/
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*Horizontally center the columns*/
.row.center-h,
.col.center-h {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

/*Justify elements without known width ('.col' + no '.span-*' class*/
.row.justify {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: justify;
}

/*Distribute elements without known width ('.col' + no '.span-*' class*/
.row.distribute {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.row.col-reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/*To vertically center contents inside each block (needs div wrapping the contents inside)*/
.row.center-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*Gap between columns*/
.col:not(.span-12) + .col {
    margin-left: 4.0816327%;
    /*40px*/
}

/*Has no visual impact, but it's more elegant*/
.row.justify .col + .col,
.row.distribute .col + .col {
    margin-left: 0;
}

/*Column span sizes*/
.span-1 {
    width: 4.5918367%;
    /*45px*/
}

.span-2 {
    width: 13.2653061%;
    /*130px*/
}

.span-3 {
    width: 21.93877551%;
    /*215px*/
}

.span-4 {
    width: 30.6122449%;
    /*300px*/
}

.span-5 {
    width: 39.2857143%;
    /*385px*/
}

.span-6 {
    width: 47.9591837%;
    /*470px*/
}

.span-7 {
    width: 56.6326531%;
    /*555px*/
}

.span-8 {
    width: 65.3061224%;
    /*640px*/
}

.span-9 {
    width: 73.9795918%;
    /*725px*/
}

.span-10 {
    width: 82.6530612%;
    /*810px*/
}

.span-11 {
    width: 91.3265306%;
    /*895px*/
}

.span-12 {
    width: 100%;
    /*980px*/
}

/*Forms*/
input[type="text"],
input[type="password"],
textarea {
    padding: .5rem .625rem;
    /*8px 10px*/
    border-radius: .25rem;
    /*4px*/
    border: 1px solid #ccdae3;
    background-color: #fff;
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    border-color: #a0abb2;
    outline: 0;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    padding: .5rem 1.25rem .5625rem;
    /*8px 20px 9px*/
    background-color: #0096f8;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    /*Medium*/
    border: 0;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #0074bf;
    color: #fff;
}

input + input,
label + input {
    margin-left: 1.25rem;
    /*20px*/
}

label {
    font-size: 1.1875rem;
    /*19px*/
}

/*Clearfix*/
.group:before,
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Image replacement*/
.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

/*Right to left. Used for images that need to overflow backwards*/
.rtl {
    direction: rtl;
}

/*Selection color for pages*/
*::selection {
    color: #fff;
    background: #0096f8;
}

*::-moz-selection {
    color: #fff;
    background: #0096f8;
}

*::selection:window-inactive {
    background: #0074bf;
}

/* @end */
/* @group Icon Font */
@font-face {
    font-family: 'flexibits';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: 'flexibits';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: rgba(26, 25, 25, 0.75);
    margin-right: .625rem;
    /*10px*/
    position: relative;
    top: -2px;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-video::before {
    content: "\e60a";
    color: inherit;
}

.icon-alarms::before {
    content: "\e600";
}

.icon-caldav::before {
    content: "\e601";
}

.icon-check::before {
    content: "\e602";
}

.icon-convenient::before {
    content: "\e603";
}

.icon-date-range::before {
    content: "\e604";
}

.icon-find-messages::before {
    content: "\e605";
}

.icon-flexible::before {
    content: "\e606";
}

.icon-images::before {
    content: "\e607";
}

.icon-search::before {
    content: "\e608";
}

.icon-smart::before {
    content: "\e609";
}

.icon-hamburger::before {
    content: "\e60b";
}

.icon-twitter::before {
    content: "\e60d";
}

.icon-facebook::before {
    content: "\e60c";
}

.icon-mac:before {
    content: "\e60e";
}

.icon-twitter::before,
.icon-facebook::before {
    font-size: 1.6em;
    color: inherit;
    margin-right: .5rem;
}

/*h3[class^="icon-"]::before {
    font-size: .85em;
}*/
.why h3[class^="icon-"]::before, h3[class*=" icon-"]::before {
    margin-left: -1.65rem;
}

.why li {
    list-style: none;
}

.why li::before {
    content: "\e602";
    font-family: 'flexibits';
    speak: none;
    font-size: .875rem;
    /*14px*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: rgba(26, 25, 25, 0.75);
    margin-left: -1.25rem;
    /*20px*/
    margin-right: .25rem;
    /*4px*/
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* @end */
/* @group Main navigation */
.main-header h1 {
    float: left;
    margin: 0;
    font-size: 2rem;
    /*32px*/
    vertical-align: middle;
}

[role="banner"] {
    width: 9.875rem;
    /*158px*/
    height: 2.1875rem;
    /*35px*/
    position: relative;
    margin-top: .75rem !important;
    margin-right: .375rem;
    /*6px*/
    background: url(images/flexibits-logo-full.png) no-repeat left top;
    background-size: 100%;
    vertical-align: text-top;
    position: relative;
    top: .1875rem;
    /*3px*/
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    [role="banner"] {
        /* on retina, use image that's scaled by 2 */
        background-image: url(images/flexibits-logo-full@2x.png);
    }
}

@media screen and (min-width: 601px) {
    .main-nav-toggle {
        display: none;
    }

    .main-nav {
        float: right;
    }

    .main-nav li {
        float: left;
        padding: 1.5rem 0;
        /*20px*/
        margin-left: 1.25rem;
        /*20px*/
        position: relative;
    }

    .main-nav > li > a {
        display: block;
        padding: .2rem .8rem .2rem;
        text-transform: uppercase;
        font-size: .875rem;
        /*14px*/
        border: 1px solid transparent;
        border-radius: .25rem;
        /*4px*/
    }

    .main-nav > li > a:hover,
    .main-nav > li > a:focus {
        color: #fff;
        background-color: #0096f8;
    }

    .main-nav > li > a:active,
    .main-nav > li > a.current {
        color: #0096f8 !important;
        border-color: rgba(0, 150, 250, 0.5) !important;
        background-color: transparent;
    }

    .main-nav > li > a.current:hover {
        color: #fff !important;
        background-color: #0096f8 !important;
    }

    .product-nav {
        display: block;
        width: 15.75rem;
        /*220px*/
        position: absolute;
        margin-top: .625rem;
        z-index: 999;
        background: rgba(0, 0, 0, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: .25rem;
        /*4px*/
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.2);
        -webkit-transform-origin: 15% 0;
        transition: all 150ms 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .product-nav.notransition {
        transition: none;
    }

    li:hover > .product-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transition: all 250ms 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .product-nav::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        z-index: 90;
        top: 0;
        left: 15%;
        margin-left: -.5rem;
        /*8px*/
        margin-top: -.5rem;
        /*7px*/
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-bottom: .5rem solid #171717;
    }

    .product-nav > li {
        margin: 0;
        padding: .3rem 0 0;
        float: none;
        display: block;
    }

    .product-nav > li > a {
        display: block;
        padding: .2rem 1rem;
        /*2px 16px*/
        float: none;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.75);
    }

    .product-nav > li > a:hover,
    .product-nav > li > a:focus {
        background-color: hsl(0, 0%, 30%);
        color: rgba(255, 255, 255, 0.95);
    }

    .product-nav > li:first-child {
        padding-top: .55rem;
    }

    .product-nav > li:last-child {
        padding-bottom: .55rem;
    }

    .product-nav > li > a small {
        color: rgba(255, 255, 255, 0.55);
    }

    .product-nav > li > a:hover small,
    .product-nav > li > a:focus small {
        color: rgba(255, 255, 255, 0.75);
    }
}

.product-nav > li > a::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: -2px;
    margin-right: .25rem;
    background-size: contain;
    vertical-align: text-bottom;
}

.product-nav > li > a.fantastical-for-mac::before {
    background-image: url(images/fantastical-icon-small.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .product-nav > li > a.fantastical-for-mac::before {
        /* on retina, use image that's scaled by 2 */
        background-image: url(images/fantastical-icon-small@2x.png);
    }
}

.product-nav > li > a.fantastical-for-ios::before {
    background-image: url(images/fantastical-ios-icon-small.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .product-nav > li > a.fantastical-for-ios::before {
        /* on retina, use image that's scaled by 2 */
        background-image: url(images/fantastical-ios-icon-small@2x.png);
    }
}

.product-nav > li > a.fantastical-for-watch::before {
    background-image: url(images/fantastical-watch-icon-small.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .product-nav > li > a.fantastical-for-watch::before {
        /* on retina, use image that's scaled by 2 */
        background-image: url(images/fantastical-watch-icon-small@2x.png);
    }
}

.product-nav > li > a.chatology-for-mac::before {
    background-image: url(images/chatology-icon-small.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .product-nav > li > a.chatology-for-mac::before {
        /* on retina, use image that's scaled by 2 */
        background-image: url(images/chatology-icon-small@2x.png);
    }
}

@media screen and (max-width: 600px) {
    .main-nav-toggle {
        float: right;
        margin-top: .2rem;
        font-size: 2.6rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        /* For some Androids */
    }

    .icon-hamburger::before {
        margin-right: 0;
        color: #0096f8;
    }

    .main-nav-toggle.active.icon-hamburger::before {
        color: #0074bf;
    }

    .main-nav {
        clear: both;
        border-top: 1px solid rgba(204, 207, 209, 0.2);
        margin: 0 -.5rem;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.1s ease-out, max-height 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        /* Up */
    }

    .main-nav.active {
        max-height: 999px;
        opacity: 1;
        transition: opacity 0.05s ease-in, max-height 1.8s cubic-bezier(0.075, 0.82, 0.165, 1);
        /* Down */
    }

    .main-nav > li {
        display: block;
    }

    .main-nav li {
        font-size: 1.25rem;
        border-top: 1px solid rgba(204, 207, 209, 0.2);
    }

    .main-nav > li:first-child {
        border: 0;
    }

    .main-nav > li > a {
        text-transform: uppercase;
    }

    .main-nav a {
        display: block;
        padding: 1rem;
    }

    .main-nav a:active,
    .main-nav a.current {
        color: white;
        background: #0096f8;
    }

    /*App icons*/
    .product-nav > li > a::before {
        width: 1.666666667rem;
        /*16px*/
        height: 1.666666667rem;
        /*16px*/
        vertical-align: middle;
        margin-right: .5rem;
    }
}

/* @end */
/* @group Common styles */
body > * {
    padding: 0 2rem;
    /*32px*/
}

.main-header + .standalone .wrapper {
    border-top: 1px solid rgba(204, 207, 209, 0.2);
}

body > section:not(.hero) {
    border-bottom: 1px solid rgba(204, 207, 209, 0.2);
    overflow: hidden;
}

.standalone {
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f9fbfc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9fbfc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #f9fbfc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #f9fbfc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #f9fbfc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #f9fbfc 100%);
    /* W3C */
}

.grey {
    background: rgba(77, 125, 153, 0.03);
}

.hero {
    font-size: 1.375rem;
    /*22px*/
    background: #000C14;
    background: radial-gradient(ellipse 70% 50% at center bottom, rgba(0, 149, 255, 0.5) 0%, transparent 100%), radial-gradient(ellipse 120% 70% at center bottom, rgba(0, 149, 255, 0.7) 0%, transparent 100%), #000c14;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
}

.hero .wrapper {
    position: relative;
}

.hero strong {
    color: rgba(255, 255, 255, 0.85);
}

.hero h1 {
    font-size: 4.25rem;
    /*68px*/
    margin-bottom: 3.125rem;
    /*40px*/
    color: rgba(255, 255, 255, 0.9);
    line-height: .7;
}

.hero h1 > small {
    font-size: 1.375rem;
    /*22px*/
    color: rgba(255, 255, 255, 0.75);
    white-space: nowrap;
}

.call-to-action ul,
ul.call-to-action {
    list-style: none;
    padding: 0;
    margin-bottom: -1.5rem !important;
    /*Compensating*/
    margin-left: -2rem;
    /*Compensating*/
}

.call-to-action li {
    display: inline-block;
    margin-bottom: 1.5rem !important;
    margin-left: 2rem;
    /*32px*/
}

/*The one with the small text*/
.call-to-action li:nth-child(3) {
    width: 13.5625rem;
}

.cta {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: .363636364em;
    /*8px*/
}

.call-to-action .cta {
    vertical-align: middle;
    width: 9.772727273em;
    /*215px*/
    padding-left: 1.363636364em;
    /*30px*/
    padding-right: 1.363636364em;
    /*30px*/
    white-space: nowrap;
    text-align: center;
    font-size: 1.375rem;
    /*22px*/
    color: #1a1919;
}

.hero .cta {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.cta.appstore {
    border: 0;
    background-image: url(images/cta-appstore.svg);
    background-size: contain;
}

.call-to-action .cta.appstore {
    width: 13.5625rem;
    /*217px*/
    height: 4.125rem;
    /*66px*/
}

.hero .cta.video {
    background-color: rgba(0, 0, 0, 0.4);
}

.cta.icon-video::before {
    color: inherit;
    margin-left: 0;
    margin-right: .375rem;
    /*6px*/
}

.cta.video:hover,
.cta.video:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.hero .cta.video:hover,
.hero .cta.video:focus {
    background-color: rgba(0, 0, 0, 0.6);
}

.cta.download {
    background: #0096f8;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.cta.download:hover,
.cta.download:focus {
    background: #0074bf;
}

.hero .cta.download {
    background: rgba(15, 126, 245, 0.5);
}

.hero .cta.download:hover,
.hero .cta.download:focus {
    background: rgba(15, 126, 245, 0.7);
}

.cta.buy {
    background: #5dbf0d;
    border-color: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0;
}

.cta.buy > a:hover,
.cta.buy > a:focus {
    background: #69d70f;
}

.cta.buy > a {
    color: #fff;
    display: block;
    padding: .625em 1.875rem;
    border-radius: .5rem;
}

.dropdown-menu {
    display: block;
    width: 13.4375rem;
    position: absolute;
    margin-top: 2px;
    padding: 0;
    left: -1px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: .25rem;
    /*4px*/
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    -webkit-transform-origin: center top;
    transition: all 250ms 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.cta.buy:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transition: all 0.2s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.dropdown-menu::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 50%;
    margin-left: -.5rem;
    /*8px*/
    margin-top: -.5rem;
    /*7px*/
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #171717;
}

.dropdown-menu > li {
    margin: 0 !important;
    padding: .3rem 0 0;
    float: none;
    display: block;
}

.dropdown-menu > li > a,
.dropdown-menu > li > span {
    display: block;
    padding: .2rem 1rem;
    /*2px 16px*/
    float: none;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.75);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: hsl(0, 0%, 30%);
    color: rgba(255, 255, 255, 0.95);
}

.dropdown-menu > li:first-child {
    padding-top: .55rem;
}

.dropdown-menu > li:last-child {
    padding-bottom: .55rem;
}

.dropdown-menu [class*="icon-"]::before {
    color: rgba(255, 255, 255, 0.75);
    font-weight: bold;
    vertical-align: text-bottom;
}

.dropdown-menu .price-tag {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu .price-tag .price {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.feature {
    font-size: 1.1875rem;
    /*19px*/
}

.why ul {
    margin-left: -1.2rem;
}

.why li {
    margin-bottom: 1.3125rem;
    /*21px*/
}

ol.items {
    list-style: none;
    padding: 0;
}

ol.items > li {
    padding: 2.8125rem 0;
    border-bottom: 1px solid rgba(204, 207, 209, 0.2);
}

ol.items > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

ol.items > li:first-child {
    padding-top: 0;
}

ol.items + h1 {
    margin-top: 2.5rem;
    /*40px*/
    padding-top: 5rem;
    /*80px*/
    border-top: 1px solid rgba(204, 207, 209, 0.2);
}

ol.items h2 > a {
    color: inherit;
    font-weight: inherit;
}

ol.items h2 small {
    margin-left: .625rem;
    /*10px*/
    font-size: 1.1875rem;
    /*19px*/
    color: rgba(26, 25, 25, 0.55);
}

.fantastical-iphone-eddy {
    display: block;
    width: 3.75rem;
    /*60px*/
    height: 3.625rem;
    /*58px*/
    background-image: url(images/macworld-eddy2013.png);
    background-size: cover;
    position: absolute;
    bottom: -3.625rem;
    right: 0;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .fantastical-iphone-eddy {
        /* on retina, use image that's scaled by 2 */
        background-image: url(images/macworld-eddy2013@2x.png);
    }
}

/*@media screen and (max-width: 600px) {
    .fantastical-iphone-eddy {
        right: 0;
        left: auto;
    }
}*/
img.ios {
    -webkit-filter: drop-shadow(0px 1px 2px #888888);
}

.testimonials blockquote {
    display: block;
}

.testimonials p {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    /*32px*/
    line-height: 1.25;
    font-weight: 200;
}

.testimonials .tabs {
    display: none;
}

.testimonials blockquote cite {
    display: block;
    text-align: center;
    margin-bottom: 1.25rem !important;
    /*20px*/
}

@media screen and (min-width: 768px) {
    .testimonials blockquote cite {
        display: none;
    }

    .testimonials .tabs {
        display: block;
        padding-top: 1.875rem;
        /*30px*/
    }

    .testimonials .tabs a {
        opacity: .4;
        display: inline-block;
        position: relative;
        color: #5a606c;
        /*  vertical-align: middle;*/
    }

    .testimonials .tabs .active {
        opacity: 1;
    }

    .testimonials .tabs .active::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: -1.6875rem;
        /*27px*/
        left: 50%;
        z-index: 99;
        margin-left: -.75rem;
        /*8px*/
        margin-top: -.2rem;
        /*4px*/
        border-left: .75rem solid transparent;
        border-right: .75rem solid transparent;
        border-top: 0.75rem solid rgba(204, 207, 209, 0.2);
    }

    /*Please note the images should be all 35px tall*/
    .testimonials .tabs img {
        display: block;
        margin: 0;
        padding: 0;
    }

    .testimonials .quotes {
        padding-bottom: 1.875rem;
        /*30px*/
        border-bottom: 1px solid rgba(204, 207, 209, 0.2);
        background-image: linear-gradient(to bottom, transparent 96%, rgba(0, 0, 0, 0.02) 100%);
        -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, black 5%, black 95%, transparent 100%);
    }

    .testimonials .quotes blockquote {
        display: none;
    }

    .testimonials .quotes blockquote.active {
        display: block;
    }
}

.two-columns,
.two-columns + * {
    text-align: left;
}

h1.span-12 {
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 601px) {
    .two-columns {
        -moz-column-count: 2;
        -moz-column-gap: 2.5rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 2.5rem;
        column-count: 2;
        column-gap: 2.5rem;
        /*82px of separation*/
        margin-bottom: 1.5625rem;
        /*25px*/
    }

    .two-columns + * {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .testimonials blockquote cite {
        margin-bottom: 2.5rem !important;
    }

    h1.span-12 {
        margin-bottom: 0;
    }
}

.wrapper .compensate-bottom {
    margin-bottom: -2.5rem !important;
    /*-40px*/
}

.wrapper.extra .compensate-bottom {
    margin-bottom: -5rem !important;
    /*-80px*/
}

.compensate-bottom img {
    margin: 0 auto;
}

/* @end *//* @group Main Footer */
.main-footer > .wrapper {
    padding: 2.5rem 0;
    /*40px 10px*/
    color: rgba(26, 25, 25, 0.55);
}

.main-footer small,
.main-footer a {
    font-size: .875rem;
    /*14px*/
}

@media screen and (min-width: 601px) {
    .main-footer ul {
        float: right;
    }
}

.main-footer li + li {
    margin-left: 2.5rem;
    /*40px*/
}

.main-footer a {
    color: rgba(26, 25, 25, 0.55);
}

.main-footer a:hover,
.main-footer a:focus {
    color: #31649e;
}

/* @end */


/* @group FastSpring Specific */
.order-steps {
    display: none;
}

.core-window table {
    width: 100%;
}

#security {
    text-align: center;
}

.store-decorate-button .store-page-navigation .store-action-command,
.store-decorate-button .store-product-list-item-action-list .store-action-command, 
.store-decorate-button .store-page-navigation .store-action-command:link, 
.store-decorate-button .store-product-list-item-action-list .store-action-command:link,
.store-decorate-button .store-page-navigation .store-action-command:visited,
.store-decorate-button .store-product-list-item-action-list .store-action-command:visited,
.xsell-link  {
    display: inline-block;
    padding: .625em 1.5625em;
    /*10px 25px (in EMs)*/
    border-radius: .25rem;
    /*4px*/
    border: 1px solid rgba(0, 150, 250, 0.5);
    background: #0096f8;
    color: rgba(255, 255, 255, 0.9);
}

.store-decorate-button .store-page-navigation .store-action-command:hover,
.store-decorate-button .store-product-list-item-action-list .store-action-command:hover,
.store-decorate-button .store-page-navigation .store-action-command:active,
.store-decorate-button .store-product-list-item-action-list .store-action-command:active,
.store-decorate-button .store-page-navigation .store-action-command:focus,
.store-decorate-button .store-product-list-item-action-list .store-action-command:focus,
.xsell-link:hover,
.xsell-link:active,
.xsell-link:focus {
    background: #0074bf;
    color: rgba(255, 255, 255, 0.9);
}

.store-decorate-silk .store-product-list-item-offer-volume,
.store-decorate-silk .store-product-detail-offer-volume,
.store-decorate-silk .store-action-complete .store-action-title {
    padding-left: 0;
    background: none;
}

.fastspring ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fastspring li {
    padding-left: 0;
}

.fastspring label,
.core-form-field-label {
    font-size: 1.1875rem;
    font-weight: normal;
    opacity: .85;
}

    .core-form-field-label {
        padding-left: .2rem;
    }

.core-section {
    clear: both;
}
    
.core-section-body {
    margin-top: 0 !important; /*45px*/
}

.store-tools {
    margin: -1rem 0;
    position: relative;
    top: 1rem;
}

.core-section-header {
    margin-top: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 0%, .05);
}

.core-section + .core-section,
.core-form-field-group + .core-form-field-group,
.core-section + .store-surveys {
    margin-top: 2.8125rem; /*45px*/
}

.store-survey .core-form-field-label {
    display: none;
}

.core-form-field + .core-form-field {
    margin-top: 1rem;
}

.core-form-field-body-note {
    margin-top: .5rem;
    color: hsla(0, 0%, 0%, .5);
    font-size: .9rem;
    line-height: 1.2;
}

.store-field-contact-email .core-form-field-body-note {
    width: auto;
}

.store-field-contact-email-confirm input {
    width: 16em;
}

.fastspring input[type="text"],
.fastspring input[type="password"],
.fastspring select {
    height: auto !important;
    padding: .5rem .625rem;
    /*8px 10px*/
    border-radius: .25rem;
    /*4px*/
    border: 1px solid #ccdae3;
    background-color: #fff;
    background-image: none;
    font-size: 1rem;
}

.fastspring input[type="text"],
.fastspring input[type="password"] {
    -webkit-appearance: none;
}

.fastspring select {
    height: 2.25rem !important;
}

    .fastspring input[type="text"]:focus,
    .fastspring input[type="password"]:focus {
        border-color: #a0abb2;
        outline: 0;
    }

.fastspring input[type='submit'] {
    color: #0096f8;
    font-weight: 500;
}
    
.store-payment-method-list li {
    margin: 0 0 .4rem !important;
}

.store-decorate-pay2 .store-payment-method-cc-li, .store-decorate-pay2 .store-payment-method-pp-li {
    height: auto;
}

.store-decorate-pay2 .store-payment-method-amazon-li {
    height: auto !important;
}

.store-payment-method-content > div {
    display: inline-block;
    margin-right: 2rem;
}

.store-decorate-silk .store-input-cc-security-code {
    display: inline-block;
    height: 2.25rem;
}


/*Navigation*/
.store-page-navigation {
    margin-top: 2rem; /*45px*/
    padding-top: 0;
    border: 0;
}

.store-action-list {
    padding-top: 0 !important;
}

.store-action-list.store-order-item-group-action-list {
    margin-top: 1.25rem !important;
    padding-top: 1rem !important;
    /*border-top: 1px solid hsla(0, 0%, 0%, .05);*/
}

.store-action {
    font-size: 1rem !important;
}

.store-product-detail-action-order .store-action-title,
.store-action-next .store-action-title,
.store-action-complete .store-action-title,
.store-order-action-more .store-action-title,
.store-order-action-order .store-action-title,
#contents .store-order-action-coupon .store-action-title,
#product .store-action-title {
    display: block;
    width: auto !important;
    text-indent: 0 !important;
    background: 0 none !important;
    padding: 0 !important;
    border: 0 none !important;
}

.store-order-action-coupon-li {
    display: none !important;
}

.store-footer {
    margin: 2.8125rem 0 0; /*45px*/
    padding-bottom: 2.8125rem;
    border-top: 1px solid hsla(0, 0%, 0%, .05);
    font-size: 1rem;
}

.store-product-detail {
    margin-top: 2.8125rem; /*45px*/
}

.store-product-detail-pricing,
.store-product-list-item-pricing {
    font-size: 1.5rem;
    opacity: .65;
    font-weight: 300;
    margin-left: .4rem;
}

.store-product-price-original > .store-value-money.store-value-money-single,
.store-order-item-price-original > .store-value-money.store-value-money-single {
    text-decoration: line-through;
    opacity: .55;
}

.store-product-detail .store-product-detail-offers {
    font-size: 1rem;
    margin-top: .5rem;
}

.store-section-offer-program .store-product-list-item.store-product-list-offer-item  {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid hsla(0, 0%, 0%, .05);
}

.store-section-offer-program .store-product-list-item.store-product-list-offer-item .store-product-list-item-image {
    margin-top: -2.5rem !important
    ;
}

.store-order-item-group.chat {
    background: url('chatology-icon-small.png') no-repeat scroll 0 -1px transparent;
    min-height: 32px;
    padding-left: 45px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .store-order-item-group.chat {
        background-image: url('chatology-icon-small@2x.png');
        background-size: 32px 32px;
    }
}

.store-order-item-group.fan {
    background: url('fantastical2-icon-small.png') no-repeat scroll 0 -1px transparent;
    min-height: 32px;
    padding-left: 45px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .store-order-item-group.fan {
        background-image: url('fantastical2-icon-small@2x.png');
        background-size: 32px 32px;
    }
}

    .store-order-item-group + .store-order-item-group.fan,
    .store-order-item-group + .store-order-item-group.chat {
        background-position: left 1em !important;
    }

/*!Last screen*/
.store-order-items {
    padding-bottom: 1rem;
    border-bottom: 1px dashed hsla(0, 100%, 100%, .10);
}

.store-page-complete #content-inner + #security {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid hsla(0, 0%, 0%, .05);
}

#security {
    margin-bottom: -1rem !important;
}
/*Product name*/
.store-order-item-title {
    font-weight: normal;
    /*font-size: 1.375rem;*/ /*22px*/
    font-weight: 500;
}

.store-order-item-quantity {
    font-weight: normal;
    opacity: .5;
    font-size: .9rem;
}

.store-order-price-label {
    font-weight: 500;
    padding-top: .2rem;
}

.store-action-line {
    position: relative;
    top: .2rem;
}

.store-order-pricing {
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid hsla(0, 0%, 0%, .05);
}

.store-order-price-total {
/*  color: hsla(0, 100%, 100%, .9); */
}

 .store-value-money.store-value-money-single {
    padding-top: .2rem;
    display: inline-block;
}

.store-order-price-total .store-value-money.store-value-money-single {
    font-weight: bold;
}

/*Make changes/Update Coupon buttons*/
.store-order-action-list {
    text-align: right !important;
}

.store-order-action-list li {
    margin-right: 0;
}

/*!Edit Order screen*/
.store-action.store-order-action-more {
    display: none;
}

.store-order-item-offers {
    clear: both;
    text-align: left;
    font-size: .8rem;
    margin-top: .4rem;
}

.store-order-pricing {

}

/*Error messages*/
.core-messages {
    padding: 1rem;
    margin-bottom: 2.8125rem; /*45px*/
    background: hsla(0, 100%, 100%, .90);
    border-color: transparent;
    border-radius: .125rem; /*2px*/
}

.core-messages li {
    margin-bottom: .2rem;
    padding-left: 0 !important;
}

.core-message-error,
.core-message-info {
    background: 0 none !important;
    padding-left: 0;
}

    .core-message-error::before {
        content: "\2716";
        margin-right: .5rem;
    }
    
/* cross sells digital only fix */
.xsell {margin-top: 20px;}

.xsell-chatology, .xsell-fantastical, .xsell,
.noxsell .xsell-chatology, .noxsell .xsell-fantastical, .noxsell .xsell, .store-page-contents-empty .xsell, .store-page-product-custom .xsell,
.chatology-cart.fantastical-cart .xsell,
.store-page-complete .xsell {
    display: none;
}

.fantastical-cart .xsell-chatology, 
.chatology-cart .xsell-fantastical, .fantastical-cart .xsell, .chatology-cart .xsell,
.store-page-contents-empty.xsell-chatology,  .store-page-contents-empty.xsell-fantastical,
.store-page-product-custom.xsell-chatology,  .store-page-product-custom.xsell-fantastical,
.store-page-confirm.xsell-chatology, .store-page-confirm.xsell-fantastical,
.store-page-confirm.xsell-chatology .xsell, .store-page-confirm.xsell-fantastical .xsell,
.store-page-confirm.xsell-chatology .xsell-chatology, .store-page-confirm.xsell-fantastical .xsell-fantastical {
    display: block;
}

.store-page-complete .xsell {
    display: none;
}

.store-order-item-group-action-list .store-action-title  {border:none !important; cursor:pointer;}
.xsell-chatology {
    background: url("chatology-icon-small.png") no-repeat scroll 0 5px transparent;
    min-height: 32px;
    padding-left: 45px;
}
.xsell-fantastical {
    background: url("fantastical2-icon-small.png") no-repeat scroll 0 5px transparent;
    min-height: 32px;
    padding-left: 45px;
}
@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .xsell-chatology {
        background-image: url('chatology-icon-small@2x.png');
        background-size: 32px 32px;
    }
    .xsell-fantastical {
        background-image: url('fantastical2-icon-small@2x.png');
        background-size: 32px 32px;
    }
}
.store-page-contents-empty.xsell-fantastical, .store-page-contents-empty.xsell-chatology,
.store-page-product-custom.xsell-fantastical, .store-page-product-custom.xsell-chatology, 
.store-page-confirm.xsell-fantastical, .store-page-confirm.xsell-chatology {
    background: none;
    min-height: 0;
    padding-left: 0;
}

/* hide coupon info core message */
.store-page-confirm .core-message-info {display:none;}

.core-messages {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 2.5em;
    color: black;
}
.core-messages .core-message-error {
    padding: .5em;
    border: 1px solid HSLA(0, 100%, 50%, .3);
    background-color: #fefdec;
    margin-bottom: .25em;
    color: black;
    padding-left: 19px;
}

/*Error messages*/
.core-messages {
    padding: 1rem;
    margin-bottom: 2.8125rem; /*45px*/
    border-color: transparent;
}

.core-messages li {
    margin-bottom: .2rem;
    padding-left: 1rem !important;
    border-radius: .125rem; /*2px*/
}

.core-message-error,
.core-message-info {
    background: 0 none !important;
    padding-left: 0;
}

    .core-message-error::before {
        content: "\2716";
        margin-right: .5rem;
    }

/* product "remove" hard coded to support x-sells */
.store-order-item-action-delete-li, .fan-remove,.chat-remove {display:none !important;}

.store-page-confirm.fantastical-cart .fan-remove, .store-page-confirm.chatology-cart .chat-remove {display:inline !important;}

/* fix display of vol pricing link */
.store-order-item-offer-volume {
    display: block !important;
}

.xsell-desc {
    margin-right: 200px;
}

.xsell-link {
    float: right;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-top: -50px;
    padding: .625em 1.5625em !important;
}

/* TOS */
/* TOS */
.tos {
    display:none;
    background:none repeat scroll 0 0 #efefef ;
    font-size: 0.9em;
    margin-top: 30px;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.store-page-confirm .tos {display:block;}

/* TOS translations */
.fr, .de, .it, .ja, .es, .lang-fr .en, .lang-de .en, .lang-it .en, .lang-ja .en, .lang-es .en {display:none;}
.lang-fr .fr, .lang-de .de, .lang-it .it, .lang-ja .ja, .lang-es .es {display:block;}

/* misc edits to make things line up and look better with TOS */
.store-survey .core-form-field-body-note {
    margin-left: 18px;
}
.store-page-navigation .store-action-list {
    text-align: center;
}
/* @end */


/* @group Mobile styles */
@media screen and (max-width: 600px) {
    body > *:not(.why) {
        padding: 0 1.25rem;
        /*20px*/
    }

    .span-1,
    .span-2,
    .span-3,
    .span-4,
    .span-5,
    .span-6,
    .span-7,
    .span-8,
    .span-9,
    .span-10,
    .span-11,
    .span-12,
    .support article,
    .product-nav li,
    .topic-overview {
        width: 100%;
        float: none;
    }

    [class*="span-"] {
        margin-top: 2.8125rem;
    }

    [class*="span-"] + [class*="span-"] {
        margin-top: 2.8125rem !important;
        /*45px*/
    }

    .col:not(.span-12) + .col {
        margin-left: 0;
    }

    :not(.hero) > .row.center-h, .col.center-h {
        text-align: left;
    }

    section > .wrapper.extra {
        padding: 2.5rem 0;
        /*40px*/
    }

    img {
        max-width: 100%;
        height: auto;
    }

    img.max {
        display: block;
        margin: 0 auto;
    }

    .hero {
        text-align: center;
    }

    .row.reverse-phone {
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.reverse-phone [class*="span-"] {
        margin-top: 2.8125rem !important;
    }

    .row.reverse-phone [class*="span-"]:last-child {
        margin-top: 0 !important;
    }

    .segmented-control {
        margin: 0 calc(50% - 14rem / 2);
    }

    .buy {
        text-align: center;
    }

    .buy img {
        max-width: 8rem;
        /*128px*/
    }

    .buy .col:last-child {
        text-align: center;
        border: 0;
    }

    .main-footer {
        text-align: center;
    }

    .main-footer small {
        display: block;
        margin-bottom: 1.25rem;
    }

    .fantastical-iphone-theme img,
    .fantastical-ipad-theme img {
        display: none;
    }

    .fantastical-iphone-theme img.active,
    .fantastical-ipad-theme img.active {
        display: block;
    }

    /*.chatology-features .col + .col {
        margin-top: .833333333rem !important;
      }*/
}

/* @end */