@charset "UTF-8";
/*
 *   NOT NOW= require hopscotch
 */
/*-----------------------------------*\

	Toast
	A Simple CSS Framework
	=================================

	Values you may want to change:
	- .container { max-width:; }
	- p { margin-bottom:; }
	- html { font:; }

	Remember: no framework will be as
	good as a custom built, per-
	project	one. Toast and other
	frameworks are best used for
	rapid prototyping.

\*-----------------------------------*/
/*-----------------------------------*\
	$RESET
\*-----------------------------------*/
/* line 26, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
* {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------------------*\
	$GRID
\*-----------------------------------*/
/* line 39, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.container {
  /* Whatever you want. They’re your oats. */
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 1.5rem;
}

/* line 47, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.grid {
  margin-left: -3%;
  max-width: 105%;
}

/* line 52, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.unit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -.25em;
  /* Clearfix */
  overflow: hidden;
  *overflow: visible;
}

/* line 64, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.unit.demo {
  background-color: #fff8eb;
  height: 48px;
  height: 3rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* line 72, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.span-grid {
  width: 97%;
}

/* line 76, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.one-of-two {
  width: 47%;
}

/* line 78, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.one-of-three {
  width: 30.36%;
}

/* line 79, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.two-of-three {
  width: 63.666666666%;
}

/* line 81, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.one-of-four {
  width: 22.05%;
}

/* line 82, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.three-of-four {
  width: 72%;
}

/* line 84, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.one-of-five {
  width: 17.07%;
}

/* line 85, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.two-of-five {
  width: 37%;
}

/* line 86, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.three-of-five {
  width: 57%;
}

/* line 87, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.four-of-five {
  width: 77%;
}

/* line 89, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.no-left-margin {
  margin-left: 0;
}

/* line 93, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
.no-left-margin + .one-of-two {
  width: 50%;
}

@media screen and (max-width: 650px) {
  /* line 96, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
  .grid {
    margin-left: 0;
    max-width: none;
  }

  /* line 101, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
  .unit {
    width: auto;
    margin-left: 0;
    display: block;
  }
}
/*-----------------------------------*\
	$TYPE

	Works off the assumption of a 1.5
	line height @ 20px. Again, change
	as necessary.
\*-----------------------------------*/
/* line 116, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
p, .p, ul, ol, hr, table, form, pre,
h1, h2 {
  margin-bottom: 30px;
  margin-bottom: 1.5rem;
}

/* line 122, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
h1 {
  font-size: 33px;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1;
}

/* line 129, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
h2 {
  font-size: 26px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}

/* line 136, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
h3 {
  font-size: 20px;
  font-size: 1rem;
  font-weight: 700;
}

/* line 142, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
}

/*-----------------------------------*\
	$MAIN
\*-----------------------------------*/
/* line 152, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
html {
  font: 125%/1.5 "Roboto", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 650px) {
  /* line 157, /var/www/proofsend/app/assets/stylesheets/toast.css.scss */
  html {
    font-size: 100%;
  }
}
/* #Forms
================================================== */
/* line 7, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
form {
  margin-bottom: 20px;
  position: static;
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
fieldset {
  margin-bottom: 20px;
}

/* line 13, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 9px 6px;
  outline: none;
  border-radius: 3px;
  font: 80% "Roboto", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

/* line 29, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
select {
  padding: 0;
}

/* line 31, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 39, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
textarea {
  min-height: 60px;
}

/* line 41, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
label,
legend {
  display: block;
  font-weight: 500;
  color: #444;
}
/* line 46, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
label.boolean,
legend.boolean {
  display: inline-block;
}
/* line 48, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
label.boolean input,
legend.boolean input {
  margin-right: 7px;
  top: -3px;
  position: relative;
}

/* line 55, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
select {
  width: 100%;
}

/* line 57, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
input[type="checkbox"] {
  display: inline;
}

/* line 59, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

/* line 64, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
.field_with_errors input {
  border-color: #f2604c;
  overflow: hidden;
}

/* line 68, /var/www/proofsend/app/assets/stylesheets/forms.css.scss */
.tip.error {
  color: #f2604c;
  margin-right: 5px;
  margin-top: -56px;
  background: white;
  box-shadow: 0 0 7px 2px white;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 2, /var/www/proofsend/app/assets/stylesheets/modal.css.scss */
.blocker {
  background: rgba(255, 255, 255, 0.7) !important;
  z-index: 1990 !important;
}

/* line 7, /var/www/proofsend/app/assets/stylesheets/modal.css.scss */
.modal {
  display: none;
  padding: 35px;
  z-index: 2000 !important;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 300px -50px rgba(0, 0, 0, 0.3);
}

/* line 18, /var/www/proofsend/app/assets/stylesheets/modal.css.scss */
.modal a.close-modal {
  position: absolute;
  top: 5px;
  right: 8px;
  text-indent: -9999px;
}
/* line 24, /var/www/proofsend/app/assets/stylesheets/modal.css.scss */
.modal a.close-modal:after {
  text-indent: 0;
  color: #f2604c;
  content: '×';
  position: absolute;
  right: 3px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 23px;
}

/* line 37, /var/www/proofsend/app/assets/stylesheets/modal.css.scss */
.modal-spinner {
  display: none;
}

@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/entypo.eot);
  src: url(/assets/entypo.eot?#iefix) format("eot"), url(/assets/entypo.woff) format("woff"), url(/assets/entypo.ttf) format("truetype"), url(/assets/entypo.svg#entypo) format("svg");
}
/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-note:before {
  content: "\266a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-note-beamed:before {
  content: "\266b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-music:before {
  content: "\1f3b5";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-search:before {
  content: "\1f50d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flashlight:before {
  content: "\1f526";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-mail:before {
  content: "\2709";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-heart:before {
  content: "\2665";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-heart-empty:before {
  content: "\2661";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-star:before {
  content: "\2605";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-star-empty:before {
  content: "\2606";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-user:before {
  content: "\1f464";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-users:before {
  content: "\1f465";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-user-add:before {
  content: "\e700";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-video:before {
  content: "\1f3ac";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-picture:before {
  content: "\1f304";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-camera:before {
  content: "\1f4f7";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-layout:before {
  content: "\268f";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-menu:before {
  content: "\2630";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-check:before {
  content: "\2713";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cancel:before {
  content: "\2715";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cancel-circled:before {
  content: "\2716";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cancel-squared:before {
  content: "\274e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-plus:before {
  content: "\2b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-plus-circled:before {
  content: "\2795";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-plus-squared:before {
  content: "\229e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-minus:before {
  content: "\2d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-minus-circled:before {
  content: "\2796";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-minus-squared:before {
  content: "\229f";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-help:before {
  content: "\2753";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-help-circled:before {
  content: "\e704";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-info:before {
  content: "\2139";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-info-circled:before {
  content: "\e705";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-back:before {
  content: "\1f519";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-home:before {
  content: "\2302";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-link:before {
  content: "\1f517";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-attach:before {
  content: "\1f4ce";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-lock:before {
  content: "\1f512";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-lock-open:before {
  content: "\1f513";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-eye:before {
  content: "\e70a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-tag:before {
  content: "\e70c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-bookmark:before {
  content: "\1f516";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-bookmarks:before {
  content: "\1f4d1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flag:before {
  content: "\2691";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-thumbs-up:before {
  content: "\1f44d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-thumbs-down:before {
  content: "\1f44e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-download:before {
  content: "\1f4e5";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-upload:before {
  content: "\1f4e4";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-upload-cloud:before {
  content: "\e711";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-reply:before {
  content: "\e712";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-reply-all:before {
  content: "\e713";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-forward:before {
  content: "\27a6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-quote:before {
  content: "\275e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-code:before {
  content: "\e714";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-export:before {
  content: "\e715";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-pencil:before {
  content: "\270e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-feather:before {
  content: "\2712";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-print:before {
  content: "\e716";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-retweet:before {
  content: "\e717";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-keyboard:before {
  content: "\2328";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-comment:before {
  content: "\e718";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-chat:before {
  content: "\e720";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-bell:before {
  content: "\1f514";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-attention:before {
  content: "\26a0";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-alert:before {
  content: "\1f4a5'";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-vcard:before {
  content: "\e722";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-address:before {
  content: "\e723";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-location:before {
  content: "\e724";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-map:before {
  content: "\e727";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-direction:before {
  content: "\27a2";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-compass:before {
  content: "\e728";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cup:before {
  content: "\2615";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-trash:before {
  content: "\e729";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-doc:before {
  content: "\e730";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-docs:before {
  content: "\e736";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-doc-landscape:before {
  content: "\e737";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-doc-text:before {
  content: "\1f4c4";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-doc-text-inv:before {
  content: "\e731";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-newspaper:before {
  content: "\1f4f0";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-book-open:before {
  content: "\1f4d6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-book:before {
  content: "\1f4d5";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-folder:before {
  content: "\1f4c1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-archive:before {
  content: "\e738";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-box:before {
  content: "\1f4e6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-rss:before {
  content: "\e73a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-phone:before {
  content: "\1f4dE";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cog:before {
  content: "\2699";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-tools:before {
  content: "\2692";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-share:before {
  content: "\e73c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-shareable:before {
  content: "\e73e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-basket:before {
  content: "\e73d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-bag:before {
  content: "\1f45c'";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-calendar:before {
  content: "\1f4c5";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-login:before {
  content: "\e740";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-logout:before {
  content: "\e741";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-mic:before {
  content: "\1f3a4";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-mute:before {
  content: "\1f507";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-sound:before {
  content: "\1f50a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-volume:before {
  content: "\e742";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-clock:before {
  content: "\1f554";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-hourglass:before {
  content: "\23f3";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-lamp:before {
  content: "\1f4a1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-light-down:before {
  content: "\1f505";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-light-up:before {
  content: "\1f506";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-adjust:before {
  content: "\25d1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-block:before {
  content: "\1f6ab";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-resize-full:before {
  content: "\e744";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-resize-small:before {
  content: "\e746";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-popup:before {
  content: "\e74c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-publish:before {
  content: "\e74d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-window:before {
  content: "\e74e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-arrow-combo:before {
  content: "\e74f";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down-circled:before {
  content: "\e758";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left-circled:before {
  content: "\e759";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right-circled:before {
  content: "\e75a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up-circled:before {
  content: "\e75b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down-open:before {
  content: "\e75c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left-open:before {
  content: "\e75d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right-open:before {
  content: "\e75e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up-open:before {
  content: "\e75f";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down-open-mini:before {
  content: "\e760";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left-open-mini:before {
  content: "\e761";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right-open-mini:before {
  content: "\e762";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up-open-mini:before {
  content: "\e763";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down-open-big:before {
  content: "\e764";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left-open-big:before {
  content: "\e765";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right-open-big:before {
  content: "\e766";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up-open-big:before {
  content: "\e767";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down:before {
  content: "\2b07";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left:before {
  content: "\2b05";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right:before {
  content: "\27a1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up:before {
  content: "\2b06";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down-dir:before {
  content: "\25be";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left-dir:before {
  content: "\25c2";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right-dir:before {
  content: "\25b8";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up-dir:before {
  content: "\25b4";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down-bold:before {
  content: "\e4b0";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left-bold:before {
  content: "\e4ad";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right-bold:before {
  content: "\e4ae";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up-bold:before {
  content: "\e4af";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-down-thin:before {
  content: "\2193";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-left-thin:before {
  content: "\2190";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-right-thin:before {
  content: "\2192";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-up-thin:before {
  content: "\2191";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-ccw:before {
  content: "\27f2";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cw:before {
  content: "\27f3";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-arrows-ccw:before {
  content: "\1f504";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-level-down:before {
  content: "\21b3";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-level-up:before {
  content: "\21b0";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-shuffle:before {
  content: "\1f500";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-loop:before {
  content: "\1f501";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-switch:before {
  content: "\21c6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-play:before {
  content: "\25b6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-stop:before {
  content: "\25a0";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-pause:before {
  content: "\2389";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-record:before {
  content: "\26ab";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-to-end:before {
  content: "\23ed";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-to-start:before {
  content: "\23ee";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-fast-forward:before {
  content: "\23e9";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-fast-backward:before {
  content: "\23ea";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-progress-0:before {
  content: "\e768";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-progress-1:before {
  content: "\e769";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-progress-2:before {
  content: "\e76a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-progress-3:before {
  content: "\e76b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-target:before {
  content: "\1f3af";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-palette:before {
  content: "\1f3a8";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-list:before {
  content: "\e005";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-list-add:before {
  content: "\e003";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-signal:before {
  content: "\1f4f6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-trophy:before {
  content: "\1f3c6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-battery:before {
  content: "\1f50b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-back-in-time:before {
  content: "\e771";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-monitor:before {
  content: "\1f4bb";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-mobile:before {
  content: "\1f4f1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-network:before {
  content: "\e776";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cd:before {
  content: "\1f4bf";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-inbox:before {
  content: "\e777";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-install:before {
  content: "\e778";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-globe:before {
  content: "\1f30e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cloud:before {
  content: "\2601";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cloud-thunder:before {
  content: "\26c8";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flash:before {
  content: "\26a1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-moon:before {
  content: "\263d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flight:before {
  content: "\2708";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-paper-plane:before {
  content: "\e79b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-leaf:before {
  content: "\1f342";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-lifebuoy:before {
  content: "\e788";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-mouse:before {
  content: "\e789";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-briefcase:before {
  content: "\1f4bc";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-suitcase:before {
  content: "\e78e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-dot:before {
  content: "\e78b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-dot-2:before {
  content: "\e78c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-dot-3:before {
  content: "\e78d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-brush:before {
  content: "\e79a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-magnet:before {
  content: "\e7a1";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-infinity:before {
  content: "\221e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-erase:before {
  content: "\232b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-chart-pie:before {
  content: "\e751";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-chart-line:before {
  content: "\1f4c8";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-chart-bar:before {
  content: "\1f4ca";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-chart-area:before {
  content: "\1f53e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-tape:before {
  content: "\2707";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-graduation-cap:before {
  content: "\1f393";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-language:before {
  content: "\e752";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-ticket:before {
  content: "\1f3ab";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-water:before {
  content: "\1f4a6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-droplet:before {
  content: "\1f4a7";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-air:before {
  content: "\e753";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-credit-card:before {
  content: "\1f4b3";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-floppy:before {
  content: "\1f4be";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-clipboard:before {
  content: "\1f4cb";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-megaphone:before {
  content: "\1f4e3";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-database:before {
  content: "\e754";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-drive:before {
  content: "\e755";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-bucket:before {
  content: "\e756";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-thermometer:before {
  content: "\e757";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-key:before {
  content: "\1f511";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flow-cascade:before {
  content: "\e790";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flow-branch:before {
  content: "\e791";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flow-tree:before {
  content: "\e792";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flow-line:before {
  content: "\e793";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flow-parallel:before {
  content: "\e794";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-rocket:before {
  content: "\1f680";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-gauge:before {
  content: "\e7a2";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-traffic-cone:before {
  content: "\e7a3";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc:before {
  content: "\e7a5";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-by:before {
  content: "\e7a6";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-nc:before {
  content: "\e7a7";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-nc-eu:before {
  content: "\e7a8";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-nc-jp:before {
  content: "\e7a9";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-sa:before {
  content: "\e7aa";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-nd:before {
  content: "\e7ab";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-pd:before {
  content: "\e7ac";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-zero:before {
  content: "\e7ad";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-share:before {
  content: "\e7ae";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-cc-remix:before {
  content: "\e7af";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-github:before {
  content: "\f300";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-github-circled:before {
  content: "\f301";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flickr:before {
  content: "\f303";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flickr-circled:before {
  content: "\f304";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-vimeo:before {
  content: "\f306";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-vimeo-circled:before {
  content: "\f307";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-twitter:before {
  content: "\f309";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-twitter-circled:before {
  content: "\f30a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-facebook:before {
  content: "\f30c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-facebook-circled:before {
  content: "\f30d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-facebook-squared:before {
  content: "\f30e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-gplus:before {
  content: "\f30f";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-gplus-circled:before {
  content: "\f310";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-pinterest:before {
  content: "\f312";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-pinterest-circled:before {
  content: "\f313";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-tumblr:before {
  content: "\f315";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-tumblr-circled:before {
  content: "\f316";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-linkedin:before {
  content: "\f318";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-linkedin-circled:before {
  content: "\f319";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-dribbble:before {
  content: "\f31b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-dribbble-circled:before {
  content: "\f31c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-stumbleupon:before {
  content: "\f31e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-stumbleupon-circled:before {
  content: "\f31f";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-lastfm:before {
  content: "\f321";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-lastfm-circled:before {
  content: "\f322";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-rdio:before {
  content: "\f324";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-rdio-circled:before {
  content: "\f325";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-spotify:before {
  content: "\f327";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-spotify-circled:before {
  content: "\f328";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-qq:before {
  content: "\f32a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-instagrem:before {
  content: "\f32d";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-dropbox:before {
  content: "\f330";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-evernote:before {
  content: "\f333";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-flattr:before {
  content: "\f336";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-skype:before {
  content: "\f339";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-skype-circled:before {
  content: "\f33a";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-renren:before {
  content: "\f33c";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-sina-weibo:before {
  content: "\f33f";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-paypal:before {
  content: "\f342";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-picasa:before {
  content: "\f345";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-soundcloud:before {
  content: "\f348";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-mixi:before {
  content: "\f34b";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-behance:before {
  content: "\f34e";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-google-circles:before {
  content: "\f351";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-vkontakte:before {
  content: "\f354";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-smashing:before {
  content: "\f357";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-sweden:before {
  content: "\f601";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-db-shape:before {
  content: "\f600";
}

/* line 11, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
.entypo-logo-db:before {
  content: "\f603";
}

/* line 13, /var/www/proofsend/app/assets/stylesheets/_entypo.css.scss */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

@font-face {
  font-family: "brandfont";
  src: url(/assets/brandfont_8915a355811ed16d0b0aaa129a62dcd7.eot);
  src: url(/assets/brandfont_8915a355811ed16d0b0aaa129a62dcd7.eot?#iefix) format("embedded-opentype"), url(/assets/brandfont_8915a355811ed16d0b0aaa129a62dcd7.woff) format("woff"), url(/assets/brandfont_8915a355811ed16d0b0aaa129a62dcd7.ttf) format("truetype"), url(/assets/brandfont_8915a355811ed16d0b0aaa129a62dcd7.svg#brandfont) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "brandfont";
    src: url(/assets/brandfont_8915a355811ed16d0b0aaa129a62dcd7.svg#brandfont) format("svg");
  }
}
/* line 23, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 25, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
[data-icon]:before,
.bf-behance:before,
.bf-behance-square:before,
.bf-cc-amex:before,
.bf-cc-discover:before,
.bf-cc-mastercard:before,
.bf-cc-paypal:before,
.bf-cc-stripe:before,
.bf-cc-visa:before,
.bf-drupal:before,
.bf-drupal-square:before,
.bf-google-wallet:before,
.bf-google-wallet-square:before,
.bf-instapaper:before,
.bf-instapaper-square:before,
.bf-joomla:before,
.bf-joomla-square:before,
.bf-lastfm:before,
.bf-lastfm-square:before,
.bf-paypal:before,
.bf-paypal-square:before,
.bf-shapeways:before,
.bf-shapeways-square:before,
.bf-soundcloud:before,
.bf-soundcloud-square:before,
.bf-steam:before,
.bf-steam-square:before,
.bf-vimeo:before,
.bf-vimeo-square:before,
.bf-wordpress:before,
.bf-wordpress-square:before,
.bf-yelp:before,
.bf-yelp-square:before {
  display: inline-block;
  font-family: "brandfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 70, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-behance:before {
  content: "\f11f";
}

/* line 71, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-behance-square:before {
  content: "\f120";
}

/* line 72, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-cc-amex:before {
  content: "\f100";
}

/* line 73, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-cc-discover:before {
  content: "\f101";
}

/* line 74, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-cc-mastercard:before {
  content: "\f102";
}

/* line 75, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-cc-paypal:before {
  content: "\f103";
}

/* line 76, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-cc-stripe:before {
  content: "\f104";
}

/* line 77, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-cc-visa:before {
  content: "\f105";
}

/* line 78, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-drupal:before {
  content: "\f119";
}

/* line 79, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-drupal-square:before {
  content: "\f11a";
}

/* line 80, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-google-wallet:before {
  content: "\f123";
}

/* line 81, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-google-wallet-square:before {
  content: "\f124";
}

/* line 82, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-instapaper:before {
  content: "\f113";
}

/* line 83, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-instapaper-square:before {
  content: "\f111";
}

/* line 84, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-joomla:before {
  content: "\f11b";
}

/* line 85, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-joomla-square:before {
  content: "\f11c";
}

/* line 86, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-lastfm:before {
  content: "\f109";
}

/* line 87, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-lastfm-square:before {
  content: "\f10a";
}

/* line 88, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-paypal:before {
  content: "\f106";
}

/* line 89, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-paypal-square:before {
  content: "\f107";
}

/* line 90, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-shapeways:before {
  content: "\f10b";
}

/* line 91, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-shapeways-square:before {
  content: "\f10c";
}

/* line 92, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-soundcloud:before {
  content: "\f11d";
}

/* line 93, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-soundcloud-square:before {
  content: "\f11e";
}

/* line 94, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-steam:before {
  content: "\f115";
}

/* line 95, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-steam-square:before {
  content: "\f116";
}

/* line 96, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-vimeo:before {
  content: "\f110";
}

/* line 97, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-vimeo-square:before {
  content: "\f10f";
}

/* line 98, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-wordpress:before {
  content: "\f121";
}

/* line 99, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-wordpress-square:before {
  content: "\f122";
}

/* line 100, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-yelp:before {
  content: "\f114";
}

/* line 101, /var/www/proofsend/app/assets/stylesheets/_brandfont.scss */
.bf-yelp-square:before {
  content: "\f112";
}

/* line 16, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
body {
  background-color: #fff;
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
/* line 23, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
body.modal:after {
  content: ' ';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

/* line 35, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
a {
  color: #5bb6c9;
}

/* line 39, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
p.slim {
  margin: 0;
}

/* line 43, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.main-content {
  position: static;
}

/* line 47, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_container {
  width: 980px;
  margin: 30px auto 140px auto;
  overflow: auto;
  position: static;
}

/* line 54, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_container h1 {
  font-size: 36px;
  font-weight: 100;
  color: #555;
  margin-bottom: 40px;
}

/* line 61, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats {
  width: 280px;
  float: right;
  margin: 76px 0 0 0;
  padding: 20px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 71, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats h2 {
  font-size: 17px;
  line-height: 18px;
  margin: 0 0 10px 0;
  font-weight: 400;
  color: #444;
  border-bottom: 1px solid #bbb;
}

/* line 80, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats h2 .highlight {
  color: #888;
  opacity: .7;
}

/* line 85, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats p {
  font-size: 15px;
  color: #888;
}

/* line 90, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats li {
  font-size: 15px;
  color: #888;
  list-style-type: none;
}

/* line 96, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats .member_logo {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 18px;
}

/* line 104, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats .member_logo img {
  margin: 0 auto;
  max-width: 220px;
}

/* line 109, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.admin_stats a {
  text-decoration: none;
}

/* line 114, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
header {
  border-top: 4px solid #343434;
  background: #5bb6c9;
  height: 89px;
}
/* line 119, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
header h1 {
  display: inline-block;
}
/* line 121, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
header h1.client {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 15px auto 0;
  display: table;
  z-index: 1;
}
/* line 129, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
header h1.client a {
  text-decoration: none;
  color: #5bb6c9;
  font-size: 1.1em;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
/* line 138, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
header h1.proofsend img {
  margin-top: 25px;
}

/* line 143, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.client header {
  background: transparent;
  height: 110px;
}

/* line 147, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.subtitle {
  float: right;
  font-weight: normal;
  font-size: 135%;
  opacity: 0.45;
  z-index: 1;
}
/* line 154, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.subtitle strong {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 159, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
nav.head {
  float: right;
  line-height: 75px;
}
/* line 163, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
nav.head li {
  color: #e8f2e2;
  float: left;
  list-style: none;
  margin-left: 26px;
}
/* line 169, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
nav.head li a {
  color: white;
  font-weight: 100;
  font-size: 19px;
  text-decoration: none;
}
/* line 176, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
nav.head li:first-of-type {
  margin-left: 0;
}

/* line 182, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.green {
  color: #64C192;
  font-weight: 300;
  padding-left: 3px;
}

/* line 188, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.page_frame {
  width: 975px;
  margin: 0 auto;
  padding: 45px 0 45px 0;
  overflow: auto;
}

/* line 195, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.page_frame h1 {
  font-size: 43px;
  line-height: 43px;
  margin: 0 0 10px 0;
  font-weight: 300;
  text-align: center;
  color: #444;
}

/* line 204, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
footer {
  padding: 20px;
  border-top: 1px solid #ccc;
  clear: both;
  margin-top: 45px;
  font-size: 14px;
  text-align: left;
  bottom: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: .93;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 90px 30px white;
  -moz-box-shadow: 0px 0px 90px 30px white;
  box-shadow: 0px 0px 90px 30px white;
  z-index: 10;
}

/* line 223, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
footer .container {
  opacity: 1;
}

/* line 227, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
footer .social_share {
  float: right;
  width: 280px;
  font-size: 13px;
  color: #888;
  font-weight: 300;
}

/* line 235, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
footer .social_share .help_text {
  width: 280px;
  display: block;
  padding: 0 0 8px 0;
  margin-top: -4px;
}

/* Input styling */
/* Alerts */
/* line 246, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 252, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 256, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 259, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 263, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 266, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 269, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-dismissable .close {
  position: absolute;
  top: 30%;
  right: 1%;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 100%;
}

/* line 278, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 283, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 286, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 289, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-notice {
  color: #31708f;
  background-color: #e3f0f6;
  border-color: #bce8f1;
}

/* line 294, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-notice hr {
  border-top-color: #a6e1ec;
}

/* line 297, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-notice .alert-link {
  color: #245269;
}

/* line 300, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 305, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 308, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 311, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-alert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 316, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-alert hr {
  border-top-color: #e4b9c0;
}

/* line 319, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.alert-alert .alert-link {
  color: #843534;
}

/* line 324, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
input[type="submit"] {
  background-color: #64c192;
}

/* line 327, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn, .email_client [data-wysihtml5-dialog-action] {
  background-color: #999;
}

/* line 331, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn, .email_client [data-wysihtml5-dialog-action], input[type="submit"] {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 17px 10px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Helvetica", "Roboto", Helvetica, Arial, sans-serif;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
}
/* line 345, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn:focus, .email_client [data-wysihtml5-dialog-action]:focus, input[type="submit"]:focus {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
}
/* line 349, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn.action, .email_client .action[data-wysihtml5-dialog-action], .btn.action:visited, .email_client .action[data-wysihtml5-dialog-action]:visited, input[type="submit"].action, input[type="submit"].action:visited {
  background-color: #f2604c;
}
/* line 352, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn.success, .email_client .success[data-wysihtml5-dialog-action], .btn.success:visited, .email_client .success[data-wysihtml5-dialog-action]:visited, input[type="submit"].success, input[type="submit"].success:visited {
  background-color: #64c192;
}
/* line 355, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn.info, .email_client .info[data-wysihtml5-dialog-action], .btn.info:visited, .email_client .info[data-wysihtml5-dialog-action]:visited, input[type="submit"].info, input[type="submit"].info:visited {
  background-color: #5bb6c9;
}
/* line 359, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn.small, .email_client .small[data-wysihtml5-dialog-action], .btn.small:visited, .email_client .small[data-wysihtml5-dialog-action]:visited, input[type="submit"].small, input[type="submit"].small:visited {
  padding: 2px 6px;
  line-height: 17px;
  font-size: 13px;
  top: -6px;
}
/* line 365, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.btn.small:before, .email_client .small[data-wysihtml5-dialog-action]:before, .btn.small:visited:before, .email_client .small[data-wysihtml5-dialog-action]:visited:before, input[type="submit"].small:before, input[type="submit"].small:visited:before {
  padding-right: 5px;
}

/* Make clicks pass-through */
/* line 374, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#nprogress {
  pointer-events: none;
}

/* line 378, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#nprogress .bar {
  background: #343434;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

/* Fancy blur effect */
/* line 391, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* Remove these to get rid of the spinner */
/* line 401, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 34px;
  right: 35px;
}

/* line 409, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 4px transparent;
  border-top-color: #343434;
  border-left-color: #343434;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 800ms linear infinite;
  animation: nprogress-spinner 800ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 432, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#pricing-table {
  width: 970px;
  margin: 25px auto 0 auto;
  opacity: .5;
}

/* line 439, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pricing-table ul {
  border-radius: 3px;
  margin: 25px 3px 3px 3px;
  width: 47.75%;
  text-align: center;
  list-style: none;
  float: left;
  padding: 10px;
  background: #dfdfdf;
}
/* line 449, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pricing-table ul li {
  padding: 8px;
  font-size: 14px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #666;
}
/* line 461, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pricing-table ul .heading {
  color: #FFFFFF;
  font-size: 25px;
  padding: 14px 0;
  background: #5bb6c9;
  border-bottom: 0;
}
/* line 468, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pricing-table ul .price {
  color: #444;
  font-size: 25px;
  background: #fff;
}
/* line 472, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pricing-table ul .price .price_term {
  font-size: 15px;
  color: #999;
}
/* line 477, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pricing-table ul .action {
  border: 0;
}
/* line 479, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pricing-table ul .action a {
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  padding: 11px 19px;
}

/* line 489, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
ul.feature {
  -webkit-transform: scale(1.1);
  border: 1px solid #bbb;
  background: #f5f5f5;
}

/* line 504, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client {
  width: 780px;
}
/* line 507, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client h2 {
  margin: 0px 0 30px 0;
  line-height: 25px;
}
/* line 512, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client label {
  width: 150px;
  float: left;
  font-size: 15px;
  color: #888;
  font-weight: 300;
  padding-top: 6px;
}
/* line 521, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client input {
  width: 300px;
  padding: 9px;
}
/* line 526, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client textarea {
  width: 629px;
  height: 230px;
  float: right;
  padding: 9px;
  font-size: 14px;
  margin-top: -20px;
}
/* line 535, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client .send {
  float: right;
  width: auto;
  padding-left: 19px;
  padding-right: 19px;
}

/* line 546, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client #wysihtml5-editor-toolbar {
  position: relative;
}
/* line 550, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client #toolbar {
  z-index: 1;
  float: left;
  clear: both;
  margin: 5px 0;
}
/* line 557, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client #editor {
  overflow-y: scroll;
  display: block;
  border-collapse: separate;
  border: 1px solid #cccccc;
  clear: none;
  float: right;
  margin: -20px 0px 20px;
  outline: #777777 none 0px;
  outline-offset: 0px;
  padding: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  vertical-align: baseline;
  text-align: start;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  width: 629px;
  height: 230px;
  background-color: white;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #777777;
}
/* line 588, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client #editor p {
  color: #777777;
  cursor: auto;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: start;
  text-decoration: none;
  text-indent: 0px;
  text-rendering: auto;
  word-break: normal;
  word-wrap: normal;
  word-spacing: 0px;
  background-color: white;
  margin-bottom: .5rem;
}
/* line 611, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-command],
.email_client [data-wysihtml5-action] {
  font-size: 12px;
  cursor: pointer;
  margin: 5px 0 0 0;
  padding: 1px 10px;
  border-radius: 2px;
  display: block;
}
/* line 621, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-dialog] {
  color: #333;
  font-size: 14px;
  text-align: left;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #f2f2f2;
  position: absolute;
  width: 557px;
  text-align: center;
  top: -25px;
  left: 151px;
}
/* line 637, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-dialog] label {
  width: auto;
}
/* line 641, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-dialog] input {
  color: #333;
  border: 1px solid #ccc;
  padding: 3px;
}
/* line 647, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-dialog] input:focus {
  outline: 0;
  border: 1px solid #666;
}
/* line 652, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-dialog-action] {
  padding: 4px 10px;
  cursor: pointer;
  float: right;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
/* line 660, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-dialog-action="save"] {
  background: #64c192;
  margin-left: 10px;
}
/* line 665, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client [data-wysihtml5-dialog-action="cancel"] {
  background: #f2604c;
}
/* line 669, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client textarea {
  display: none;
  resize: none;
  white-space: pre;
  padding: 10px;
  word-wrap: normal;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 681, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.email_client .send {
  clear: both;
}

/* line 687, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.static {
  position: static;
}

/* line 691, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pull_right {
  float: right;
}

/* line 694, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.pull_left {
  float: left;
}

/* line 698, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
.tip {
  margin-top: -90px;
  float: right;
  font-size: 14px;
  padding: 5px;
  color: #aaa;
}

/* line 707, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#notification {
  position: fixed;
  top: 350px;
  left: 50%;
  z-index: 1000000;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-family: 'Roboto';
  font-weight: 100;
  opacity: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #999;
  border-radius: 3px;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  pointer-events: none;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: -moz-transform 200ms, text-shadow 200ms, opacity 200ms;
  -o-transition: -o-transform 200ms, text-shadow 200ms, opacity 200ms;
  -webkit-transition: -webkit-transform 200ms, text-shadow 200ms, opacity 200ms;
  transition: transform 200ms, text-shadow 200ms, opacity 200ms;
}
/* line 730, /var/www/proofsend/app/assets/stylesheets/application.css.scss */
#notification.on {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.9;
}
