@font-face {
	font-family: 'Quattrocento';
	src: url(../font/Quattrocento-Regular.ttf);
}

@font-face {
	font-family: 'Quattrocento';
	font-weight: bold;
	src: url(../font/Quattrocento-Bold.ttf);
}

html {
  /* MODIFICATION FOR DECISIA
  background: linear-gradient(to bottom, #ffddee, #ffffff);
  background-repeat: no-repeat;
  */
  color: #1f1601;
  font-family: 'Quattrocento', 'Georgia', serif;
  font-size: 16px;
  line-height: 1.618em;
}

body {
  margin: 0;
  padding: 0;
}

/* MODIFICATION FOR DECISIA */
header {
  text-align:center;
}

.wrapper {
  max-width: 5.75in;
  margin: 0 auto;
}

/* MODIFICATION FOR DECISIA
.content {
  background-color: #fff;
  border-color: #bdf;
  border-style: solid;
  border-width: 1px 0 0 0;
}
*/

.logo {
  border: none;
  display: block;
  /* MODIFICATION FOR DECISIA  height: 2.5in; */
  height: 1.25in;
  margin: 0.5in auto;
  width: auto;
}

.error {
  padding: 0.25in 0in;
}

.error:after {
  content: '';
  clear: both;
  display: block;
}

.error .error-code,
.error .error-description {
  margin: 0;
  padding: 0;
}

.error .error-code {
  color: #98181b;
  float: left;
  font-size: 0.6in;
  font-weight: normal;
  line-height: 0.6in;
  padding-right: 0.25in;
  text-align: right;
  text-shadow: #f8d1d2 2px 2px;
  width: 1.5in;
}

.error .error-code .status-text { display: none;  }

.error .error-description {
  color: #35232e;
  font-weight: normal;
  font-size: 24px;
  line-height: 0.3in;
  margin-left: 1.75in;
  text-align: left;
  text-shadow: 1px 1px #d0c0ca;
}


.status:after {
  background-color: red;
  content: '';
  clear: both;
  display: block;
}

.status .status-code,
.status .status-text {
  float: left;
}

.status .status-text { display: none; }

/* MODIFICATION FOR DECISIA

p {
  hyphens: auto;
  text-align: justify;
  margin: 0em 1em;
}

p + p { text-indent: 0.25in; }
*/

a {
  background-color: transparent;
  /* MODIFICATION FOR DECISIA
  border-bottom: 0.010416666666666666in solid #d0c0ca;
  */
  color: #4b293e;
  text-decoration: none;
  /* MODIFICATION FOR DECISIA
  text-shadow: 1px 1px #fdf3f8;
  transition-property: background-color, color, border-bottom-color, text-shadow;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0s;
  */
}

a:hover {
  background-color: #fdf3f8;
  border-bottom-color: #836779;
  color: #35232e;
  text-shadow: 1px 1px #d0c0ca;
}

footer {
  color: #999;
  padding: 1in 0in 0.5in 0in;
  text-align: center;
}

footer address {
  font-style: normal;
}

sup {
  bottom: 0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  z-index: 10000;
}
