@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Montserrat',sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #161D22; }

a {
  color: #161D22;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #3088cb; }

.dropzone {
  padding: 1rem;
  border-radius: 10px;
  background-color: rgba(251, 186, 2, 0.2);
  border: none;
  cursor: pointer;
  font-weight: 600;
  min-height: 200px;
  box-sizing: border-box;
  text-align: center;
  border: 5px dashed #fbba02;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem;
  background-position: center center; }
  .dropzone:hover {
    background-color: #fbba02;
    color: white;
    border-color: #fbba02; }
  .dropzone.dz-started {
    background-color: #fbba02 !important;
    background-image: url("https://www.check4print.com/img/PDFIcon.png");
    background-size: 40%;
    background-repeat: no-repeat !important;
    border: none !important; }
    .dropzone.dz-started i {
      display: none; }
    .dropzone.dz-started:hover {
      color: #161D22 !important; }

input[type="text"] {
  display: block;
  margin-bottom: 0.4rem;
  padding: 1rem;
  border: none;
  font-size: 1rem;
  width: 100%;
  background-color: white;
  border: 1px solid rgba(22, 29, 34, 0.2);
  border-radius: 10px;
  margin-bottom: .8rem;
  box-sizing: border-box; }

input[type="checkbox"] {
  font-size: 1.3rem;
  margin-left: 1rem;
  float: left;
  margin-right: .5rem; }

label.label-small {
  font-size: 0.8rem !important;
  float: left;
  max-width: 80%;
  padding-bottom: 1rem; }

input[type="submit"], .button {
  clear: both;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  padding: 1rem;
  background-color: #fbba02;
  color: white;
  border: none;
  border-radius: 10px;
  margin-top: 1.5rem;
  width: 100%;
  display: block;
  text-decoration: none;
  box-sizing: border-box; }
  input[type="submit"]:hover, .button:hover {
    background-color: #76b727;
    color: white; }
  input[type="submit"]:disabled, .button:disabled {
    background-color: #EFEFEF;
    color: rgba(22, 29, 34, 0.6); }
    input[type="submit"]:disabled:hover, .button:disabled:hover {
      background-color: white; }

.cp-cancel, .dz-error-message, .dz-success-mark, .dz-error-mark {
  display: none !important; }

h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
  text-align: center; }

p {
  text-align: center;
  margin-bottom: .5rem; }
  p:last-child {
    margin-bottom: 0; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 180px; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
