/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url("/fonts/Lato-Regular-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url("/fonts/Lato-Bold-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html,
body { height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-size: 16px; color: #4c4c4c; }

header { flex: none; height: 3rem; overflow: hidden; text-align: left; background-color: #fff; border-bottom: 1px solid #ddd; box-shadow: 0 0 4px #eee; }
footer { font-size: 0.75rem; border-top: 1px solid #ddd; color: #aaa; text-align: left; padding: .6rem; background-color: #fcfcfc; box-shadow: inset 0 0 4px #eee; }

header svg { height: 1.8rem; padding: .6rem; }
header .logo { display: inline-block; }
header .menu-toggle { display: none; position: absolute; top: 0; left: 0; height: 3rem; }
body.sidebar-active .menu-toggle { background-color: #fdfcfe; border-right: 1px solid #ddd; box-shadow: inset -10px 0 10px -10px #eee;}
body.sidebar-active .menu-toggle svg { padding: .7rem .5rem .5rem .7rem; }

header nav { display: block; float: right; height: 3rem; padding: .4rem 1rem 0 0 }
header nav a { display: inline-block; margin-right: 1rem; padding: .5em 0; font-size: .9em; text-decoration: none; color: #99a; }
header nav button { min-width: auto; }

.outer-wrap { display: flex; flex-direction: column; flex-wrap: nowrap; height: 100%; overflow-x: auto; overflow-y: hidden; }
.inner-wrap { flex: 1; overflow-y: auto; overflow-x: hidden; display: flex; flex-direction: row; }
.main { flex: 1 1 auto; padding: 1.5rem; width: 100%; overflow-y: auto; overflow-x: hidden; display: flex; flex-direction: column; }

article { line-height: 1.5; padding-bottom: 5rem; }
article h1,
article h2 { margin: 0; }
article h2 { font-weight: normal; }
article h3 { font-size: 1.25rem; }
article h4 { margin-top: 2.5rem; font-size: 1.15rem; }
article h5 { font-size: 1rem; margin-bottom: 0; }
article h1 + h2 { margin-bottom: 2rem; }
article h1 + p { margin-top: 2rem; }
article li { margin-top: 0.5rem; }
article img { width: 100%; display: inline-block; margin: 1rem 0; border: 2px solid #f2f2f2; border-radius: 5px; }
article table{ width: 100%; text-align: left; border: 1px solid #eee; margin: 1rem 0 3rem; }

article .narrow-wrap { max-width: 500px; }

/* When jumping to anchor-hash, we'll highlight the block for a few seconds so
   the visitor knows where to look at */
@keyframes highlight { 0% { background-color: #FEF9D8; } 100% { background-color:; } }
.highlight { animation: highlight 3s; }


#flashes { height: 4rem; }
#flashes div { padding: 10px; border-radius: 3px; margin-bottom: 15px; cursor: pointer; }
#flashes .notice { background-color: #e7f5ee; color: #10a45b;}
#flashes .alert { color: #DE0030; background-color: #FFF6F6; }
#flashes .warning { color: #DE0030; background-color: #fffbcc  ; }



.client-story { margin-top: 3rem; overflow: hidden; background-color: #fdfdfd; border-radius: 3px; border: 1px solid #eee; box-shadow: inset 1px 1px 10px #f5f5f5; padding: 0.7rem; }
.client-story svg { margin-right: 1rem; height: 8rem; float: left; }
.client-story blockquote { font-style: italic; font-size: 0.9rem; color: #777; margin: 0.5rem; }

.sign-up { text-align: center; margin-bottom: 2rem; }
.sign-up button { width: 100%; font-weight: bold; }
.sign-up span { font-size: 0.85rem; color: #bbb; }

.swiss-made { height: 3rem; margin-top: 1rem; }

/* Sidebar */
.inner-wrap nav { flex: none; overflow-y: auto; overflow-x: hidden; font-size: 0.9rem; white-space: nowrap; width: 13%; max-width: 13%; min-width: 150px; border-right: 1px solid #ddd; box-shadow: inset -10px 0 10px -10px #eee; background-color: #fdfcfe; }
.inner-wrap nav a { display: block; padding: 8px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-decoration: none; }
.inner-wrap nav a,
.inner-wrap nav a:visited { border-bottom: 2px solid transparent; color: #99a; }
.inner-wrap nav a.active { font-weight: bold; border-bottom-color: #007DCC; color: #007DCC; }

.inner-wrap nav a { display: block; padding: 0.5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-decoration: none; }

/* Forms and buttons */
.field-wrap { margin-bottom: 15px; /*padding-left: 4px; */}
.first { margin-top: 30px; }
.last { margin-bottom: 30px; }

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 1px 1px 5px  rgba(200,200,200,.2);
  display: inline-block;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #6d6d6d;
  border: 1px solid #d2d2d2;
  background-color: white;
  text-shadow: 1px 1px 1px white;
  line-height: 1;
  margin: 2px 0;
  font-family: 'Lato', sans-serif; 
  font-size: 1rem;
}
button.small { padding: .5rem; font-size: .9rem; background: white; }
select { -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }

button:active { background-color: #fafafb; box-shadow: none; }
button.green { background-color: #fdfffd; color: #10a45b; border: 1px solid #ddf0e8; }
button.red { background-color: #fffdfd; color: #ec6f8a; border: 1px solid #f7c5d0; }

/* Disabled button has to be after all other button styles */
button:disabled,
button:disabled:active { color: #e3e3e3; border-color: #e3e3e3; box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.1); }


::-webkit-input-placeholder { color: #bababa; font-weight: normal; }
:-moz-placeholder { color: #bababa; font-weight: normal;}
::-moz-placeholder { color: #bababa; font-weight: normal;}
:-ms-input-placeholder { color: #bababa; font-weight: normal; }


label { color: #6d6d6d; display: block; padding: 0 2px; }
label strong { display: block; font-weight: bold; padding-bottom: 2px; color: black; }
label strong.required:before { content: "*"; color: red; position: relative; margin: 0 0.1em 0 -0.4em; }

label input[type='radio'] + strong,
label input[type='checkbox'] + strong { display: inline-block; color: #999; cursor: pointer; font-weight: normal; }

label input[type='checkbox']:checked + strong,
label input[type='radio']:checked + strong { color: black; }

label p { margin: 5px 0 0 2em; font-size: 0.85rem; }

select,
textarea,
div.faux-autosize-textarea,
input[type='text'],
input[type='email'],
input[type='password'] { color: black; font-weight: bold; padding: 0.6rem; background-color: #f2f2f2; border-radius: 3px; border: 1px solid white; width: 20rem; font-family: monospace; font-size: 1rem; -webkit-appearance: none; }
input[type='text'].short { width: 15rem; }

textarea:disabled,
div.faux-autosize-textarea,
input[type='text']:disabled,
input[type='email']:disabled,
input[type='password']:disabled { color: #aaa; background-color: white; cursor: default; font-weight: normal; }


div.faux-autosize-textarea {
  white-space: pre-wrap;      /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap;     /* Opera <7 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  word-wrap: break-word;      /* IE */
}

textarea { overflow: auto; max-width: 100%; max-height: 500px; }


input[type='radio'],
input[type='checkbox'] { margin-right: 5px; }

label.error strong { color: #DE0030; }
label.error input[type='text'],
label.error input[type='email'],
label.error input[type='password'] { border-color: #ffaaaa; background-color: #FFF6F6; }


.rtl { unicode-bidi: bidi-override; direction: rtl; text-align: left; }


/* TODO */
.payment-table { overflow: hidden; margin-top: 3rem; }

.payment-plan-wrap { width: 190px; float: left; margin: 0 20px 3em 0; }
.payment-plan-wrap:last-child { margin-right: 0; }
.pricing { text-align: center; padding: 10px; border-radius: 3px; cursor: pointer; text-shadow: 1px 1px 1px white; }

.payment-plan-wrap .pricing { border: 1px solid #e0e0e0; box-shadow: 0 0 10px #eee; }
.payment-plan-wrap.standard .pricing { border-color: #9fdabd; box-shadow: 0 0 10px #cfecde; }
.payment-plan-wrap.maxi .pricing { border-color: #ffcccc; box-shadow: 0 0 10px #ffefef; }


.pricing strong { display: block; font-weight: bold; text-transform: uppercase; }

.pricing .price { text-align: center; position: relative; display: block; font-size: 1.8rem; line-height: 2rem; font-weight: bold; margin: 20px 0 15px 0; margin-left: -0.5rem; }
.pricing .currency { position: relative; top: -.8rem; font-weight: 400; font-size: 1rem; }
.pricing .cents { position: absolute; top: -.15rem; font-size: 0.9rem; letter-spacing: -1px; font-weight: 700; }

.pricing .explanation { color: #999; padding: 0 10px; height: 6rem; font-size: 14px; }
.pricing .best-for { color: #777;  height: 6rem; }
.pricing .quota { color: #999; height: 4rem; padding: 0 10px; font-size: 14px; }


@media (min-width: 320px) and (max-width: 481px) { /* smartphones, iPhone, portrait 480x320 phones */
  .hide-on-mobile { display: none; }  
  header { text-align: center; }
  header .menu-toggle { display: inline-block; }
  header nav { display: none; }
  .inner-wrap nav { display: none; }
  .inner-wrap nav a { padding: 0.8rem; font-weight: bold; }
  body.sidebar-active .inner-wrap nav { display: block; }
  body.sidebar-active article { min-width: 320px; }
  article h1 { font-size: 1.5rem; text-align: center; }
  article h2 { font-size: 1.2rem; text-align: center; }
  .client-story svg { height: 6rem; }
  footer { text-align: center; }
  .payment-plan-wrap { width: 70%; margin: 0 15% 2em 15%; }

  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea { width: 94%; padding: 3%; }
  label.radiobox,
  label.checkbox { padding: 1% 0 1% 2px; }  
  button { width: 100%; padding: 3% 0; }
}
@media (min-width: 481px) and (max-width: 640px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .hide-on-mobile { display: none; }  
  header { text-align: center; }
  header .menu-toggle { display: inline-block; }
  header nav { display: none; }
  .inner-wrap nav { display: none; }
  .inner-wrap nav a { padding: 0.8em; font-weight: bold; }
  body.sidebar-active .inner-wrap nav { display: block; }
  body.sidebar-active article { min-width: 480px; }
  article h1 { font-size: 1.5rem; text-align: center; }
  article h2 { font-size: 1.2rem; text-align: center; }
  .client-story svg { height: 6rem; }
  footer { text-align: center; }
  .payment-plan-wrap { width: 70%; margin: 0 15% 2em 15%; }

  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea { width: 94%; padding: 3%; }
  label.radiobox,
  label.checkbox { padding: 1% 0 1% 2px; }  
  button { width: 100%; padding: 3% 0; }
}
@media (min-width: 641px) and (max-width: 960px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .hide-on-mobile { display: none; }  
  header { text-align: center; }
  header .menu-toggle { display: inline-block; }
  header nav { display: none; }
  .inner-wrap nav { display: none; }
  .inner-wrap nav a { padding: 0.8rem; font-weight: bold; }
  body.sidebar-active .inner-wrap nav { display: block; }
  body.sidebar-active article { min-width: 640px; }
  article h1 { font-size: 1.5em; text-align: center; }
  article h2 { font-size: 1.2em; text-align: center; }
  .client-story svg { height: 6rem; }
  footer { text-align: center; }
  .payment-plan-wrap { width: 31%; margin: 0 1% 3rem 1%; }

  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea { width: 94%; padding: 3%; }
  label.radiobox,
  label.checkbox { padding: 1% 0 1% 2px; }  
  button { width: 100%; padding: 3% 0; }
}
@media (min-width: 961px) and (max-width: 1025px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
  .hide-on-tablet { display: none; }
  header .menu-toggle { display: none; }
  header nav { display: block; }
  article .narrow-wrap { max-width: 600px; }
  button { min-width: 20rem; }
}
@media (min-width: 1025px) and (max-width: 1281px) { /* big landscape tablets, laptops, and desktops */
  .hide-on-desktop { display: none; }
  header nav { display: block; }
  header .menu-toggle { display: none; }
	article a { color: #007DCC; text-decoration: none; }
  article a:hover { text-decoration: underline; }
  header nav a:hover,
  .inner-wrap nav a:hover { color: #007DCC; text-decoration: underline; }
	.inner-wrap nav a.active:hover { text-decoration: none }
  article .narrow-wrap { max-width: 500px; }
  button { min-width: 20rem; }
  button:hover { border-color: #007DCC; color: #007DCC; cursor: pointer; }
  button.red:hover { border-color: red; color: #ec6f8a; }
  button.green:hover { border-color: #10a45b; color: #10a45b; }
  button:disabled:hover { color: #e3e3e3; border-color: #e3e3e3; box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.1); }  
 }
}
@media (min-width: 1281px) { /* hi-res laptops and desktops */
  .hide-on-desktop { display: none; }
  header nav { display: block; }
  header .menu-toggle { display: none; }
  article a { color: #007DCC; text-decoration: none; }
  article a:hover { text-decoration: underline; }
  header nav a:hover,
  .inner-wrap nav a:hover { color: #007DCC; text-decoration: underline; }
  .inner-wrap nav a.active:hover { text-decoration: none }
  article .narrow-wrap { max-width: 500px; }
  button { min-width: 20rem; }
  button:hover { border-color: #007DCC; color: #007DCC; cursor: pointer; }
  button.red:hover { border-color: red; color: #ec6f8a; }
  button.green:hover { border-color: #10a45b; color: #10a45b; }
  button:disabled:hover { color: #e3e3e3; border-color: #e3e3e3; box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.1); }
}






