/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: right
}
.clearfix {
    *zoom: 1
}
.no_case {
    text-transform: none !important;	
	margin-bottom: 0;
}
.e_link {
    text-decoration: none;
    background: #df7055;
    color: #ffffff;
    padding: 3px 7px 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    margin-left: 1px;	
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

[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;
}

/* NORMALIZE END */
@font-face {
    font-family: 'Linearicons';
    src: url(../fonts/Linearicons/Linearicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "FriendlyFont";
    src: url(/fonts/FriendlyFont.eot);
    src: url(/fonts/FriendlyFont.eot) format("embedded-opentype"), url(/fonts/FriendlyFont.woff) format("woff"), url(/fonts/FriendlyFont.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}
body {
    color: #666;
    font-family: 'Open Sans',arial!important;
    font-size: 14px;
    font-weight: 500;	
}
header {
    background: #3A3E42;
    z-index: 10;
    height: 60px;
    padding: 17px 0;
    box-sizing: border-box;
    overflow: hidden;
}
header .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 990px;
}
header .row {
	position: relative;	
}
header nav {
	position: absolute;
    right: 0;
    top: 0;
}
header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header nav ul li {
	display: inline-block;
}
header nav ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 3px 5px;
    text-align: right;
    display: inline-block;
}
.hero {
    height: 640px;
    overflow: hidden;
    background: #568dc8 url(../images/doc_try.png) no-repeat;
    background-size: 50%;
    background-position: center;
    background-position-y: 50px;
}
.titleH1 {
    margin: 0;
    font-size: 30px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    padding: 100px 0 0px;
    height: 100px;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}
.titleH2 {
	color: #ffffff;
    font-size: 15px;
    text-align: center;
    max-width: 635px;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 25px;	
}
.content.index .titleH1 {
    padding: 75px 0 0px;
    height: 50px;
    margin-bottom: 0;
}
.privacy .titleH1,
.osm .titleH1,
.dso .titleH1 {
    padding: 0;
    color: #333;
    height: auto;
    margin-bottom: 35px;
    display: block;
}
.module {
    margin: 0 auto 30px;	
    text-align: center;
}
.module .inner {
    position: relative;
    width: 600px;
    height: 380px;
    font-family: Arial,sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}
.module .inner .sign_type {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 2px dashed #d7d7d9;
    padding-bottom: 10px;
}
.module .inner .sign_type a {
    background: #d7d7d9;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    width: 90px;
    display: inline-block;
    text-align: center;
}
.module .inner .sign_type a:first-of-type {
	width: auto;
    font-weight: bold;
    color: #666;
    font-size: 13px;
    background: transparent;
    margin-right: 5px;
}
.module .inner .sign_type a:not(.selected):hover {
    background: #c7c7c9;
}
.module .inner .sign_type a.selected {
    background: #3da07b;
	color: #ffffff;
}
.module .inner .steps_buttons ul {
	margin: 0;
	padding: 0;
    background: #f1f1f1;
    border-bottom: 1px solid #c7c7c9;
    height: 50px;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}
.module .inner .steps_buttons ul li {
    display: inline-block;
    padding: 15px 10px;
    font-size: 15px;
    background: #d7d7d9;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    width: 100%;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.10);
}
.module .inner .steps_buttons ul li:last-of-type {
    border-right: 0;
}
.module .inner .steps_buttons ul li.selected:before {
    left: 50%;
    position: absolute;
    content: " ";
    bottom: -1px;
    margin-left: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 12px solid #c7c7c9;
    width: 0;
    height: 0;
}
.module .inner .steps_buttons ul li.selected:after {
    left: 50%;
    position: absolute;
    content: "";
    bottom: -1px;
    margin-left: -14px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 11px solid #fff;
    width: 0;
    height: 0;
}
.module .inner .steps_buttons ul li.finished:before {
	font-family: 'Linearicons';
    font-size: 20px;
    display: inline-block;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -2px;
    content: "\e959";
    color: #3da07b;
}
.module .inner .steps_buttons ul li span {
    font-weight: 700;
    font-size: 15px;
    padding-right: 5px;
    text-transform: uppercase;
	display: none;
}
.module .right_counter {
    position: relative;
    width: 235px;
    height: 330px;
    font-family: Arial,sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}
.module .right_counter .heading {
    background-color: #74a8e1;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    padding: 10px 22px;
    width: 100%;
	text-align: center;
    box-sizing: border-box;
}
.module .right_counter ul {
	margin: 0;
	padding: 0;
}
.module .right_counter ul li {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #d7d7d0;
    font-size: 16px;
    background: #f5f5f5;
}
.module .right_counter ul li .number {
	color: #e74c5c;
    font-weight: 700;
    font-size: 20px;
    padding-right: 9px;
    width: 50px;
    display: inline-block;
}
.module .right_counter ul li .text {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -2px;
}
.module .workspace {
    padding: 20px;
}
.module .workspace .use_cloud {
    margin-top: 15px;
}
.module .workspace .upload_area {
	width: 100%;
	height: 230px;
	border: 2px dashed #d7d7d9;
	box-sizing: border-box;
	border-radius: 6px;
}
.module .workspace .upload_area.working {
	border-style: solid;
	border-color: #d7d7d9 !important;
}
.module .workspace .upload_area .instructions {
    font-size: 17px;
    text-align: center;
    margin-top: 60px;
}
.module .workspace .upload_area .instructions span,
.module .workspace .upload_area .instructions p {
    pointer-events: none;
}
.module .workspace .upload_area .instructions input[type="filepicker"] + button {
	padding: 11px;
    text-align: center;
    outline: none;
    line-height: 0;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    margin-left: 5px;
    cursor: pointer;
    background: #df7055;
    position: relative;
    font-size: 17px;
}
.module .workspace .upload_area .instructions input[type="filepicker"] + button:after,
.module .workspace .upload_area .instructions input[type="filepicker"] + button:before {
	display: none;
}
.module .workspace .upload_area .instructions p {
    font-size: 12px;
    max-width: 400px;
    margin: 0 auto;
    line-height: 15px;
	color: #b2b2b2;
    margin-top: 20px;
}
.module .workspace .use_cloud ul {
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: right;
}
.module .workspace .use_cloud ul:before {
    content: 'Use Cloud Service:';
    display: inline-block;
    float: left;
	font-size: 16px;
    margin-top: 14px;
}
.module .workspace .use_cloud ul li {
    display: inline-block;
}
.module .workspace .use_cloud ul li button {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    display: block;
	border: 0;
	color: transparent;
}
.module .workspace .use_cloud ul li button.dropbox {
    background: url(../images/icon-dropbox.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.module .workspace .use_cloud ul li button.box {
    background: url(../images/icon-box.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.module .workspace .use_cloud ul li button.onedrive {
    background: url(../images/icon-onedrive.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.module .workspace .use_cloud ul li button.evernote {
    background: url(../images/icon-evernote.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.module .workspace .use_cloud ul li button.googledrive {
    background: url(../images/icon-googledrive.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.module .workspace .use_cloud ul li button.gmail {
    background: url(../images/icon-gmail.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.module .workspace .use_cloud ul li button.clouddrive {
    background: url(../images/icon-clouddrive.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.press_strip:before {
    content: 'As mentioned in';
    background: rgba(47, 51, 55, 1);
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: -14px;
    text-align: center;
}
.press_strip ul {
	list-style: none;
    padding: 6px 0 0 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
}
.press_strip ul li {
    display: inline-block;
    height: 60px;
    width: 120px;
    margin-right: 10px;
    margin-left: 10px;
}
.press_strip ul li.ninetofivemac {
    background: url(../images/9to5mac_logo.png) no-repeat;
    background-size: 120px;
}
.press_strip ul li.basicthinking {
    background: url(../images/basicthinking_logo.png) no-repeat;
    background-size: 120px;
}
.press_strip ul li.capterra {
    background: url(../images/capterra_logo.png) no-repeat;
    background-size: 120px;
}
.press_strip ul li.deutschestartups {
    background: url(../images/deutschestartups_logo.png) no-repeat;
    background-size: 120px;
}
.press_strip ul li.getapp {
    background: url(../images/getapp_logo.png) no-repeat;
    background-size: 120px;
}
.press_strip ul li.makeuseof {
    background: url(../images/makeuseof_logo.png) no-repeat;
    background-size: 120px;
}
.press_strip ul li.netzwelt {
    background: url(../images/netzwelt_logo.png) no-repeat;
    background-size: 120px;
    margin-left: 30px;
}
.press_strip ul li.smallbusinesstrends {
    background: url(../images/smallbusinesstrends_logo.png) no-repeat;
    background-size: 120px;
}
.press_strip ul li.venturebeat {
    background: url(../images/venturebeat_logo.png) no-repeat;
    background-size: 120px;
}
footer {
    min-width: 0;
    background: #999999;
    position: relative;
    max-width: 100%;
    clear: both;
    z-index: 1;
    background-color: #EEE;
    padding: 30px 0 30px;
    box-sizing: border-box;
}
footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 748px;
    max-width: 990px;
}
footer .count_side {
	float: left;	
}
footer .copywrite {
	float: right;	
	line-height: 23px;
}
.svg {
	width: 250px;
    height: 40px;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    background: rgba(0,0,0,.4) url(../images/no_1.svg) no-repeat;
    background-position: center;
    background-size: 250px;
}
.cntno {
    color: #646464;
    position: relative;
}
.cntno>span {
    color: #ffffff;
	border: 2px solid #646464;
    border-radius: 4px;
    padding: 0 8px;
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    position: relative;
    background: #646464;
}
.cntno>span:after, .cntno>span:before {
    content: "";
    position: absolute;
	display: none;
}
.cntno>span:before {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 8px solid #646464;
    right: -10px;
    top: 2px;
}
.cntno>span:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid #eee;
    right: -8px;
    height: auto;
    top: 4px;
    width: auto;
}
.flag_select {
    position: relative;
    width: auto;
    text-align: right;
}
#flag_btn.btn {
    padding: 4px 15px 4px 5px;
    background-color: #fff;
    margin-left: 30px;
    border: 2px solid #ccc;
    box-shadow: none;
    background: #ccc;
}
.ca,
.cs,
.da,
.de,
.el,
.es,
.fa,
.hu,
.ar,
.fi,
.fr,
.is,
.it,
.ms,
.nb,
.nl,
.pl,
.pt,
.r,
.ro,
.ru,
.sk,
.sl,
.sv,
.th,
.tr,
.uk,
.us,
.vi,
.zh {
    background-image: url(../images/home_page_sprite1.png);
    display: block
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.flags a {
    width: 16px;
    margin-bottom: 18px;
    height: 12px
}
.imageadd {
    margin: 0 auto;
    width: 848px
}
.flags {
    margin: 0 auto;
    width: 71%
}
.flag_select {
    position: relative;
    width: auto;
    text-align: right;
	float: right;
}
#left,
.flag_list {
    position: absolute
}
#signatureSet,
.btn-download,
.op_img,
.titleH1 {
    text-align: center
}
.flag_list {
	display: none;
	bottom: 28px;
	right: 0;
	background-color: #fff;
	border: 2px solid #ccc;
	width: 200px;
	border-radius: 5px;
	z-index: 1000;
	padding: 10px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
}
#right,
#wrapper {
    position: relative
}
.flags_span {
    width: 20%;
    float: left;
    margin-bottom: 10px
}
#flag_btn a,
.flag_list a {
    float: left;
    height: 11px;
    margin: 0 4px;
    width: 16px;
    box-shadow: 0 2px 2px 0 #c7c7c7
}
.vi {
    background-position: -710px 0
}
.is {
    background-position: -728px 0
}
.cs {
    background-position: -745px 0
}
.sl {
    background-position: -710px -12px
}
.sk {
    background-position: -734px -12px
}
.fa {
    background-position: -752px -12px
}
.zh {
    background-position: -710px -24px
}
.el {
    background-position: -726px -24px
}
.uk {
    background-position: -744px -24px
}
.fi {
    background-position: -653px -31px
}
.th {
    background-position: -762px -24px
}
.ca {
    background-position: -673px -31px
}
.ar {
    background-position: -690px -31px
}
.hu {
    background-position: -708px -36px
}
.ko-png {
    background-position: -732px -36px
}
.ro {
    background-position: -750px -36px
}
.da {
    background-position: -653px -43px
}
.nb {
    background-position: -669px -43px
}
.us {
    background-position: -763px 0
}
.tr {
    background-position: -685px -43px
}
.fr {
    background-position: -701px -48px
}
.ru {
    background-position: -717px -48px
}
.sv {
    background-position: -733px -48px
}
.es {
    background-position: -749px -48px
}
.pt {
    background-position: -685px -54px
}
.de {
    background-position: -653px -55px
}
.nl {
    background-position: -669px -55px
}
.ms {
    background-position: -701px -59px
}
.it {
    background-position: -717px -59px
}
.pl {
    background-position: -733px -59px
}
footer a {
    color: #444444;	
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 9px;
    right: 9px;
}
.btn .caret {
    margin-left: 0;
}
.opinions_strip {
	text-align: center;
}
.privacy .opinions_strip {
    border-top: 1px solid #d7d7d9;
}
.privacy .restrict h4 {
	text-transform: capitalize;
}
.privacy {
	line-height: 1.5;
}
.restrict {
	margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 15px;
    /* min-width: 748px; */
    max-width: 990px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.opinions_strip .restrict {
    padding-bottom: 50px;
}
.opinions_strip h1 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: #464646;
    color: rgba(13,23,34,0.6);
    border-bottom: 2px solid #aaa;
    border-bottom: 2px solid rgba(13,23,34,0.1);
    padding-bottom: 10px;
    display: block;
    margin-bottom: 5px;	
}
.opinions_strip blockquote {
    border-left: 0;
    font-weight: 300;
    position: relative;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
}
.opinions_strip .person img {
    float: left;
    border-radius: 99px;
    margin-right: 20px;
}
.opinions_strip .column {
	max-width: 400px;
}
.opinions_strip .column.left {
	float: left;
}
.opinions_strip .column.right {
	float: right;
}
.opinions_strip .person {
    text-align: left;	
}
.opinions_strip b {
    margin-top: 8px;
    display: inline-block;
}
.promo_strip {
    background: url(../images/promo_bg_fade.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.promo_strip h1 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: #464646;
    color: rgba(13,23,34,0.6);
    border-bottom: 2px solid #aaa;
    border-bottom: 2px solid rgba(13,23,34,0.1);
    padding-bottom: 10px;
    display: block;
    margin-bottom: 5px;	
}
.promo_strip svg {
    background: rgba(0,0,0,.4);
    padding: 15px;
    border-radius: 5px;	
    margin-top: 10px;
}
.promo_strip .content_box {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    border-top: 2px solid rgba(13,23,34,0.1);
    margin-top: 20px;
    padding: 25px 0;
    text-align: left;
}
.promo_strip .content_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 25px;
}
.promo_strip .content_box ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
}
.promo_strip .content_box ul li:before {
    font-family: 'Linearicons';
    font-size: 25px;
    display: inline-block;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
    -webkit-font-smoothing: antialiased;
}
.promo_strip .content_box ul li.global_standard:before {
    content: "\e884";
}
.promo_strip .content_box ul li.legally_binding:before {
    content: "\e6b5";
}
.promo_strip .content_box ul li.e_api:before {
    content: "\e909";
}
.promo_strip .content_box ul li.devices:before {
    content: "\e7ac";
}
.promo_strip .content_box ul li.e_api,
.promo_strip .content_box ul li.devices {
    margin-bottom: 0;
}
.promo_strip .signup_box {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    border-top: 2px dashed rgba(13,23,34,0.15);
    padding: 20px 0;
    text-align: left;
}
.promo_strip .signup_box form {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}
.promo_strip .signup_box form input:first-of-type {
	border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.promo_strip .signup_box form input:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.promo_strip .signup_box form input {
	display: inline-block;
    padding: 10px;
    font-size: 14px;
    border: 2px solid rgba(13,23,34,0.15);
	width: 100%;
}
.promo_strip .signup_box form button {
    padding: 11px;
    text-align: center;
    outline: none;
    line-height: 0;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    margin-left: 5px;
    cursor: pointer;
    background: #df7055;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}
*:focus {
    outline: none;
}
.module .inner .upload_area .uploading {
	display: block;
    height: 100%;
    width: 100%;
    background: #d7d7d9;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 3px;
}
.module .inner .upload_area .uploading a {
    display: block;
    text-decoration: none;
    color: #666666;
    border: 2px solid #666666;
    width: 60px;
    padding: 2px 1px;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
	font-weight: bold;
}
.module .inner .upload_area .uploading h2 {
    margin-top: 35px;
}
.progress-bar {
    background: #999;
    height: 25px;
    border-radius: 3px;
    width: 0;
    content: "";
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    animation: move 2s linear infinite;	
}
iframe {
	border: 0 !important;
}
.fp_iframe {
    width: 25%;
    display: inline-block;
    float: left;
    height: 288px;
    z-index: 9999999;
    position: relative;
}
.fp_iframe:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #d7d7d9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.module .workspace .send_area h2 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    color: #464646;
    color: rgba(13,23,34,0.6);
    border-bottom: 2px solid #aaa;
    border-bottom: 2px solid rgba(13,23,34,0.1);
    padding-bottom: 9px;
    margin-bottom: 5px;
    text-align: left;
    display: block;
    margin-top: 0;
	position: relative;
}
.module .workspace .send_area h2:after {
    position: absolute;
    right: 0;
    content: "Enter Title";
    font-size: 12px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    top: 3px;
}
.module .workspace .send_area h2 input {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    color: rgba(13,23,34,0.6);
    text-align: left;
    margin-top: 0;
    border: 0;
    padding: 0;
    width: 60%;
}
.module .workspace .send_area form {
	float: left;
	width: 75%;
	padding-left: 20px;
	padding-top: 10px;
	box-sizing: border-box;
	height: 258px;
	position: relative;
}
.module .workspace .send_area form h3 {
    margin: 0;
    font-size: 13px;
    width: auto;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: left;
    font-weight: normal;
}
.module .workspace .send_area form h3.cc_heading {
    margin-top: 20px;
    border-top: 2px dashed #d7d7d9;
    padding-top: 10px;
    border-radius: 0;
}
.mt10 {
    margin-top: 10px;	
}

.module .workspace .send_area form .form_row {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
	text-align: left;
}
.module .workspace .send_area form input {
    padding: 0 5px 2px 5px;
    outline: none;
    font-weight: 400;
    height: 35px;
    color: inherit;
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #d7d7d9;
    display: inline-block;
    box-sizing: border-box;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    width: 84%;
}
.module .workspace .send_area form .inline {
	width: 100%;
}
.module .workspace .send_area form .inline:before {
	font-family: 'Linearicons';
	margin-right: -6px;
	display: inline-block;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	content: "\e673";
	background: #d7d7d9;
	border: 2px solid #d7d7d9;
	vertical-align: top;
	padding: 6px 6px;
	font-size: 16px;
	height: 35px;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.module .workspace .send_area form .inline.name {
    margin-right: 5px;
}
.module .workspace .send_area form .inline.name:before {
	content: "\e71e";
}
.module .workspace .send_area form .inline.email:before {
	content: "\e697";
}
.module .workspace .send_area form .form_footer {
	position: absolute;
	bottom: 0;
	right: 0;
}
.module .workspace .send_area form .form_footer a.cancel_request {
	margin-right: 10px;
    text-decoration: none;
    color: #999999;
    cursor: pointer;
}
.module .workspace .send_area form .form_footer a.cancel_request:hover {
    color: #333333;
}
.module .workspace .send_area form button {
    padding: 8px 8px 10px 9px;
    height: 35px;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    line-height: 0;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #3da07b;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}
.module .workspace .send_area form button:after {
	font-family: 'Linearicons';
    font-size: 20px;
    display: inline-block;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    margin-top: -2px;
    -webkit-font-smoothing: antialiased;
    margin-left: 8px;
    content: "\e944";	
}
input.error {
 	background: #fce3e4 !important;
	border-color: #e74c3c !important;
}
.step_3 .finished_banner {
    width: 100%;
    background: #3da07b;
    color: #fff;
    padding: 5px 5px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: -5px;
}
.step_3 h2 {
	font-weight: 600;
    letter-spacing: normal;
    color: rgba(13,23,34,0.8);
    border-bottom: 2px solid rgba(13,23,34,0.1);
    padding-bottom: 9px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    margin-top: 0;
    text-align: center;
    font-size: 15px;
}
.cursive_font {
	font-family: "FriendlyFont";
    font-size: 17px;	
}
.step_3 h2:before {
    content: '';
    width: 100%;
    height: 45px;
    display: block;
    background: url(../images/eversign_no_1.svg) no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.step_3_promo {
    border-bottom: 2px dashed rgba(13,23,34,0.15);
    margin-bottom: 15px;
}
.step_3_promo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 45px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}
.step_3_promo ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
}
.step_3_promo ul li:before {
    font-family: 'Linearicons';
    font-size: 25px;
    display: inline-block;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
    -webkit-font-smoothing: antialiased;
}
.step_3_promo ul li.global_standard:before {
    content: "\e884";
}
.step_3_promo ul li.legally_binding:before {
    content: "\e6b5";
}
.step_3_promo ul li.e_api:before {
    content: "\e909";
}
.step_3_promo ul li.devices:before {
    content: "\e7ac";
}

.step_3 form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}
.step_3 form input {
	display: inline-block;
    padding: 10px;
    font-size: 14px;
    border: 2px solid rgba(13,23,34,0.15);
    width: 100%;
}
.step_3 form input:first-of-type {
	border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.step_3 form input:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.step_3 form button {
    padding: 11px;
    text-align: center;
    outline: none;
    line-height: 0;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    margin-left: 5px;
    cursor: pointer;
    background: #df7055;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}
.osm iframe {
	width: 100% !important;	
}
.osm h1+p,
.dso h1+p {
	font-size: 15px;
    text-align: center;	
}
.osm form#creat_form {
    background: #F5F5F5;
    padding: 20px;
    margin-top: 30px;
    display: block;	
    text-transform: capitalize;
}
.osm form#creat_form div {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.osm form#creat_form div:last-of-type {
    margin-bottom: 0;
}
.osm form#creat_form label {
	display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.osm form#creat_form input {
    width: 100%;
    border: 1px solid #d7d7d9;
    padding: 7px 10px;
    border-radius: 3px;	
    box-sizing: border-box;
}
.osm form#creat_form select {
    width: 100%;
    border: 1px solid #d7d7d9;
    padding: 5px 10px;
    border-radius: 3px;
    box-sizing: border-box;
	height: 30px;
}
.osm form h2 {
    text-align: center;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #d7d7d9;
}
.osm form#creat_form input.btn {
	text-transform: capitalize;
    background: #df7055;
    color: #fff;
    border-color: #df7055;
}
.fb_iframe_widget span {
    width: 100%;
}
.restrict.center {
	text-align: center;	
}
.osm .result {
    background: #F5F5F5;
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
    text-align: center;
    height: 120px;
    box-sizing: border-box;
	position: relative;
}
.osm .result canvas {
	position: absolute;
    z-index: -1;
}
#download_image {
    position: absolute;
    bottom: 20px;
    color: #333;
    right: 0;
    left: 0;	
}
.pad_box {
    background: #F5F5F5;
    padding: 20px;
    display: block;
    text-transform: capitalize;
    text-align: center;	
}
.pad_box h1 {
    margin: 0;
    margin-bottom: 10px;	
}
.pad_box canvas {
    touch-action: none;
    border: 2px solid #d7d7d9;
    background: #ffffff;
    margin-bottom: 15px;
    margin-top: 10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}
.x_page {
    opacity: 1;
    z-index: 999999999;
    position: absolute;
    width: 100%;
    height: 100%;	
	display: none;
}
.x_page.overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
	margin-top: -20px;
}
.x_window {
    background: #fff;
    width: 250px;
    margin: 60px auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(75, 75, 87, .9);
    overflow: hidden;
    min-height: 220px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}
.x_header {
    background: #3A3E42;
    color: #fff;
    font-family: National-SemiBold, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    padding: 1em;
    text-align: center;
    background-size: cover;
    text-transform: uppercase;
}
.x_header span:after {
	font-family: 'Linearicons';
    display: inline-block;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    vertical-align: middle;
    content: "\e92a";
    color: #fff;
    margin-left: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: pointer;
    -moz-font-smoothing: initial;
}
.x_addon {
    background: #e7e7e9;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.x_box_left {
    padding: 2em;
    background: #e7e7e9 center;
    background-size: contain;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}
.x_box_right {
	width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    float: right;
}
.download_arrow:before {
    font-family: 'Linearicons';
    display: inline-block;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 50px;
    vertical-align: middle;
    content: "\e942";
    color: #e7e7e9;
    margin-top: 5px;
    margin-bottom: 5px;
}
a.cta {
    background: #df7055;
    color: #fff;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}
.cta.download_sign {
	background: #e7e7e9;
	color: #333;	
}
.x_box_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 10px;
	color: #363B4D;
    font-size: 14px;
}
.x_box_left ul li {
    margin-bottom: 10px
}
.x_box_left ul li:before {
    font-family: 'Linearicons';
    display: inline-block;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    margin-right: 10px;
    font-size: 20px;
    margin-top: -2px;
    vertical-align: middle
}
.x_box_left ul li.global_standard:before {
    content: "\e884"
}
.x_box_left ul li.legally_binding:before {
    content: "\e6b5"
}
.x_box_left ul li.devices:before {
    content: "\e7ac"
}
.x_box_left ul li.e_api:before {
    content: "\e909"
}
span.cursive {
    font-family: "FriendlyFont", National-Italic;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
}
span.cursive.download_here {
	font-size: 25px;
    color: #d7d7d9;
    margin-left: -5px;
    display: block;
    line-height: 35px;
	margin-top: 18px;
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 50px 50px
    }
}
@-moz-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 50px 50px
    }
}
@keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 50px 50px
    }
}
@media screen and (max-width: 900px) {
.module .right_counter,
.cntno {
	display: none;	
}
.opinions_strip .column {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 40px !important;
    margin-top: 25px !important;
}
.opinions_strip .column.right {
    margin-bottom: 0px !important;
}
footer .copywrite {
    float: left;
    border-top:  1px solid #d7d7d9;
    padding-top: 20px;
}
footer {
	overflow: hidden;
}
footer .container {
	min-width: 0;
}
.flag_select {
	float: left;
}
.flag_select {
	margin-bottom: 30px;
	text-align: left;
}
.flag_select:before {
	content: 'Change Language:';
}
#flag_btn.btn {
	margin-left: 10px;
	position: relative;
}
.flag_list {
	display: block;
	position: relative;
	height: 100px;
	bottom: unset;
	width: 100%;
	text-align: left;
	right: unset;
	box-sizing: border-box;
	margin-top: 20px;
}
.promo_strip .content_box ul li {
	width: 100%;
	display: block;
	margin-bottom: 20px !important;
}
.promo_strip .content_box ul li.e_api {
	margin-bottom: 0 !important;
}
.promo_strip .signup_box form {
	display: block;
	width:  100%;
	overflow: hidden;
	text-align: center;
	max-width:  280px;
	margin: 0 auto;
}
.promo_strip .signup_box form input {
	display: block;
	max-width:  100%;
	box-sizing:  border-box;
	margin: 0 auto;
	margin-bottom: 10px;
}
.promo_strip .signup_box form input:first-of-type {
	border: 2px solid rgba(13,23,34,0.15);
}
.promo_strip .signup_box form button {
	display: block;
	width:  100%;
	padding: 20px 0;
	margin: 0 auto;
}
.hero {
	background: #568dc8;
	height: auto;
}
.content.index .titleH1 {
	height: auto;
	margin:  0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	max-width: 80%;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.titleH2 {
	font-size: 14px;
	line-height:  normal;
	max-width: 80%;
	letter-spacing: unset;
}
header nav ul {padding: 8px;position: relative;display: block;white-space: nowrap;overflow:  hidden;overflow-x:  scroll;}
header .logoa img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0 auto;
}
header {
	text-align: center;
}
.promo_strip .content_box ul {
	margin-left: 0;
	max-width: 225px;
	text-align: left;
	margin: 0 auto;
}
.module .inner {
	border-radius: 0;
}
.module .workspace .use_cloud ul {
	white-space: nowrap;
	overflow: scroll;
}
.module .workspace .use_cloud ul:before {
	margin-right: 15px;
}
.press_strip:before {
	width: 100%;
	margin: 0;
	border-radius:  0;
	margin-bottom: 15px;
	padding: 15px 0;
	background: #568dc8;
	content:  'â€” As featured in â€”';
}
.module .workspace .upload_area .instructions {
	font-size: 15px;
}
.module .workspace .upload_area .instructions input[type="filepicker"] + button {
	font-size: 14px;
	top: -1px;
}
.module .workspace .upload_area .instructions p {
	max-width: 90%;
}
.press_strip ul {
	overflow-y: hidden;
	padding-bottom: 9px;
}
.promo_strip {
	background: #f3f7f9;
}
.promo_strip .restrict {
	padding: 10px 10px;padding-bottom: 0;
}
header {
	height: 95px;
}
header nav {
	position: relative;
	background: rgba(255,255,255,.2);
	display: block;
	margin-top: 15px;
}
header .container {
	padding: 0;
}
header nav ul li a {
	text-decoration:  underline;
}
.svg {
	max-width: 250px;
	width: 100%;
	height: auto;
	box-sizing:  border-box;
	background-size: 85%;
	padding: 25px;
}
.fp_iframe {
	display: block;
	width: 100%;
	float: none;
	height: 200px;
}
.module .inner {
	min-height: 380px;
}
.module .workspace .send_area form {
	width: 100%;
	padding: 0;
	float: none;
	height: auto;
}
.module .workspace .send_area h2 {
	margin-top: 20px;
}
.module .workspace .send_area h2 input {float: left;}
.module .inner {
	min-height: 380px;
	height: auto;
}
.module .workspace .send_area form .inline {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	max-width: 250px;
}
.module .workspace .send_area form .form_row {
	display: block;
	text-align: left;
	border-bottom: 2px dashed #d7d7d9;
	padding-bottom: 7px;
}
.module .inner .sign_type a {
	padding: 10px 0;
	margin-right: 5px;
}
.module .inner .sign_type {
	padding: 10px 0;
	padding-bottom: 17px;
	margin-bottom: 15px;
}
.module .workspace .send_area form .form_footer {
	position:  relative;
	margin-top: 15px;
	text-align: right;
}
.module .workspace .send_area form .form_row {
	margin: 0;
	padding: 0;
}
.module .workspace .send_area form .form_row.second_signer {
	padding-top: 15px;
}
.module .workspace .send_area form .inline.email {
	margin-bottom:  15px;
}
.step_3 h2 {
	line-height: 23px;
}
.step_3_promo ul {margin-left: 0;max-width: 210px;margin: 0 auto;margin-top: 15px;margin-bottom: 5px;}
.step_3_promo ul li {
	display:  block;
	width: 100%;
}
.module .inner .steps_buttons ul li.finished {
	white-space: nowrap;
}
.step_3 form {
	display: block;
	max-width: 280px;
	margin: 0 auto;
}
.step_3 form input {
	display: block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 10px;
}
.step_3 form input:first-of-type {
	border-right: 2px solid rgba(13,23,34,0.15);
	border-radius: 0;
}
.step_3 form input:last-of-type {
	border-radius: 0;
}
.step_3 form button {
	display: block;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
}
.pad_box canvas {
	max-width: 100%;
/*	margin-bottom: 5px;*/
}
.pad_box p {
	border-top:  1px solid #d7d7d9;
	padding-top:  10px;
	margin-top: 0;
	line-height: 27px;
}
.e_link {
	
}
.x_window {
	width: 100%;
	max-width:250px;
}
/*
.x_box_left {
	display: block;
	width: 100%;
	text-align: center;
}
*/
.x_box_left ul li {
	white-space:  nowrap;
}
.x_box_left ul {
	max-width: 215px;
	text-align: left;
	margin: 0 auto;
}
.x_window a.cta {
	font-family: 'Open Sans',arial!important;
	font-weight:  normal;
}
.x_box_right {
	display: block;
	width: 100%;
	padding-bottom: 20px;
}
.x_window .x_box_left span.cursive {
	display: none;
}
/*!!*/
}
@media screen and (max-width: 601px) {
.module .inner {
width: 100%;	
}
}

.btn-16 {
    width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  border: none;
  color: #000;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}