@charset "utf-8";
/* Client A - Normalization plus Typography */
/* ------------------------------------------------------------------
* This document sets up a set of site "defaults".
* It resets some neccessary selectors, and sets defaults for most common tags
* By using a separate stylesheet, this can be easily integrated with a RTE such as tinyMCE
* Inspired by H5BP and Others
* Original Author: Colin Brimfield
* ------------------------------------------------------------------ */
/* ------------------ Overall Base Styles ------------------ */
/* Custom Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  background: #e9d8b9;
  font-family: 'ptsans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 81.25%;
  /* 13px base */
  line-height: 1.54em;
  /* 20px base */
  color: #c5b9b6;
}
/* ------------------ Font Face Declarations ------------------ */
@font-face {
  font-family: 'ptsans';
  src: url('../fonts/pt_sans-web-regular-webfont.eot');
  src: url('../fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'), url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ptsans_bold';
  src: url('../fonts/pt_sans-web-bold-webfont.eot');
  src: url('../fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-bold-webfont.woff') format('woff'), url('../fonts/pt_sans-web-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* ------------------ Base Tag Styles ------------------ */
p {
  margin: 1px 0 1.23em;
  color: #41241c;
}
.note,
small {
  font-size: .85em;
  line-height: 1.25em;
  text-transform: none;
}
.txt-grey {
  color: #c5b9b6;
}
.txt-light-grey {
  color: #fcf8ee;
}
a {
  color: #00834f;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #41241c;
}
a:focus {
  outline: none;
}
a img {
  border-color: #fcf8ee;
}
img {
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
ul,
ol {
  margin: 1px 0 1.23em;
}
li {
  margin: 0 0 .5em 25px;
  color: #41241c;
}
/* -=- Headings -=- */
.special {
  margin: 1px 0 0;
  font-size: 3.077em;
  line-height: 1.25em;
  font-weight: bold;
  color: #41241c;
  font-family: 'ptsans_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
.bold {
  font-family: 'ptsans_bold', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.indent {
  margin-left: 25px !important;
}
h1,
.faux-h1 {
  margin: 1px 0 0;
  font-size: 2.462em;
  line-height: 1.25em;
  color: #41241c;
  text-align: left;
  font-weight: normal;
}
h1 a,
.faux-h1 a {
  font-size: .7em;
}
h2,
.faux-h2 {
  display: block;
  margin: 1px 0 .5em;
  font-size: 2.308em;
  line-height: 1.25em;
  text-align: left;
  font-weight: normal;
  color: #41241c;
}
h3,
.faux-h3 {
  margin: 1px 0 1em;
  font-size: 1.769em;
  text-align: left;
  color: #41241c;
  font-weight: normal;
  line-height: 1.25em;
}
h4 {
  font-family: 'ptsans_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2em;
  text-align: left;
  color: #41241c;
}
.heading-special {
  display: block;
  margin: 1px 0 15px;
  font-family: 'ptsans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.69em;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
  color: #41241c;
}
#content-area .heading-special {
  display: block;
  margin: 1px 0 15px;
  padding-left: 15px;
  font-family: 'ptsans_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.154em;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #41241c;
}
.heading-special span {
  color: #fcf8ee;
}
.system-message {
  padding: 5px 10px;
  background: #e9164d;
  border: 1px solid #5d091f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.54em;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
/* -=- Blockquote - Should be formatted: http://html5doctor.com/cite-and-blockquote-reloaded/ -=- */
blockquote {
  margin: 1px 0 1em;
  padding: 20px;
  background: #eff0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-style: italic;
}
blockquote p:before {
  content: "\201C";
}
blockquote p:after {
  content: "\201D";
}
cite {
  font-size: .92em;
  font-weight: bold;
  color: #fcf8ee;
}
hr {
  display: block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  margin: 2em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #41241c;
}
b,
strong {
  font-weight: bold;
  color: #41241c;
}
sub,
sup {
  font-size: 1em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre-line;
  font-family: monospace;
  font-size: 11px;
  line-height: 2em;
  color: #c5b9b6;
}
/* ------------------ Text Highlighting ------------------ */
/* Uncomment for live
::-moz-selection{
    background: #85F2DA;
    background: rgba(0, 150, 120, .3);
    text-shadow: none;
	}

::selection {
    background: #85F2DA;
    background: rgba(0, 150, 120, .3);
    text-shadow: none;
	}
*/
/* ------------------ Tables ------------------ */
table {
  margin: 1px 0 1.23em;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: .33em;
  border: 0.08em solid #41241c;
  line-height: 1.5em;
}
.table-border-clear td {
  border: none;
  border-color: transparent;
}
.table-border-dotted td {
  border-style: dotted;
}
/* ------------------ Tiny MCE templates ------------------ */
/* -=-=- Promotion -=-=- */
.header-promotion {
  padding: 5px 10px;
  background: #4c9e63;
  border: 3px solid #a0db9f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.23em;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.header-promotion .accent {
  display: block;
  font-weight: normal;
  color: #ffff66;
}
