/*******************************************************************************
* Reset
* @see http://meyerweb.com/eric/tools/css/reset/
* @license none (public domain)
* @version 2.0 | 20110126
*******************************************************************************/
html, body, div, span, applet, object, iframe,
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,
b, u, i, center, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

input[type=text], input[type=password],
input[type=submit], input[type=reset],
textarea {
  border-radius: 0;
  -webkit-appearance: none; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*only iPhone*/
@media only screen and (max-device-width: 960px) {
  /*fixes too big font in mobile Safari*/
  html {
    -webkit-text-size-adjust: none; } }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*******************************************************************************
* Text
*******************************************************************************/
html, body, input, textarea, select {
  font: 14px/1.45 Helvetica, Arial, sans-serif;
  color: #39312c; }

body {
  overflow-y: scroll; }

@media screen and (min-width: 990px) {
  html, body, input, textarea, select {
    font-size: 11px; } }
p, pre {
  margin: 0.35714em 0 1.42857em; }

sub, sup {
  font-size: 0.8em; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: sub; }

/*******************************************************************************
* Links
*******************************************************************************/
a:link, a:visited {
  text-decoration: none;
  color: #927a6e; }
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: black; }
a img {
  border: 0; }

/*******************************************************************************
* Titles
*******************************************************************************/
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  color: #39312c;
  font: bold 1em/1.2 Helvetica, Arial, sans-serif;
  margin: 0 0 0; }

h1 {
  text-transform: uppercase;
  margin-bottom: 1.42857em; }

h2 {
  text-transform: uppercase;
  margin-bottom: 0.71429em; }

/*******************************************************************************
* Table
*******************************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.71429em 0; }
  table td {
    padding: .2em; }
  table th {
    padding: .2em;
    text-align: left;
    font-weight: bold; }

/*******************************************************************************
* Lists
*******************************************************************************/
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ol li, ul li {
    margin: 0;
    padding: 0; }

.wysiwyg ol, .wysiwyg ul, .content ol, .content ul {
  padding: 0 .4em 0 0;
  margin: 0.35714em 0 1.42857em; }
.wysiwyg ul li, .content ul li {
  padding-left: 0.71429em;
  background: url("../images/bullet.png") left 0.45em no-repeat; }
.wysiwyg ol, .content ol {
  margin-left: 0.71429em;
  list-style: decimal; }
.wysiwyg li, .content li {
  padding: 0 0 1px;
  line-height: 1.2; }
.wysiwyg li ul, .wysiwyg li ol, .content li ul, .content li ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
@media screen and (min-width: 500px) {
  .wysiwyg .two-columns, .content .two-columns {
    float: left;
    max-width: 30%;
    margin-right: 10%; }
  .wysiwyg .two-columns + .two-columns + *, .content .two-columns + .two-columns + * {
    clear: both; } }

/*******************************************************************************
* Misc
*******************************************************************************/
img {
  max-width: 100%;
  height: auto;
  cursor: pointer; }

hr {
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  border-bottom: 1px solid #927a6e;
  margin: 1.07143em 0; }

blockquote, q {
  quotes: none; }

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

.strikethrough {
  text-decoration: line-through; }

.underline {
  text-decoration: underline; }

.justifyright {
  text-align: right; }

.justifyleft {
  text-align: left; }

.justifycenter {
  text-align: center; }

.justifyfull {
  text-align: justify; }

img.justifyleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em; }

img.justifyright {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em; }

pre, code {
  font-family: Consolas, monospace; }

/*******************************************************************************
* Form
*******************************************************************************/
input[type=submit], .button, a.button:link, a.button:visited {
  display: inline-block;
  padding: 0.5em 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #927a6e;
  cursor: pointer; }
  input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit].focus, .button:hover, .button:active, .button:focus, .button.focus, a.button:link:hover, a.button:link:active, a.button:link:focus, a.button:link.focus, a.button:visited:hover, a.button:visited:active, a.button:visited:focus, a.button:visited.focus {
    background: #a8958b; }

input[type=text], input[type=password], textarea, select {
  padding: 0 .5em;
  border: 1px solid #39312c;
  margin: 0;
  color: #39312c;
  line-height: 2em; }
  input[type=text]:focus, input[type=text].focus, input[type=password]:focus, input[type=password].focus, textarea:focus, textarea.focus, select:focus, select.focus {
    border-color: #927a6e;
    outline: none; }

input[type=text], input[type=password] {
  height: 2em; }

textarea {
  overflow: auto;
  max-width: 100%;
  padding: .35em .5em;
  line-height: 1.35;
  resize: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

select {
  padding: 0;
  line-height: 1.4; }