html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Reset CSS v1.0 | 20080212 -- http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  text-indent: 0;
  /* Added by -cd- */ }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

h1.page-title {
  display: none; }

form {
  font: normal 1em/1 sans-serif;
  margin: 1%;
  padding: 0;
  max-width: 600px; }
  @media screen and (max-width: 600px) {
    form {
      margin: 2.5%; } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important; }
  table td {
    margin: 0 !important;
    padding: 0 !important; }
    table td * {
      max-width: 100% !important; }
    table td div {
      width: 100% !important; }
      table td div div {
        margin: 0 !important; }
    table td div.checkbox_wrap {
      margin: 0 0 .25em !important;
      padding: 0 0 0 20px;
      overflow: visible;
      vertical-align: top; }
      table td div.checkbox_wrap input[type=checkbox] {
        float: left;
        margin-left: -20px; }
      table td div.checkbox_wrap label.checkbox_label {
        font: normal .75em/1.5 sans-serif !important; }
    table td table table td {
      width: 100% !important; }
    table td > div,
    table td > div > div {
      display: block;
      width: 100% !important; }
      table td > div input[type="text"],
      table td > div > div input[type="text"] {
        color: #000 !important;
        display: block;
        font: normal 1em/1 sans-serif !important;
        height: 2em !important;
        margin: 0 0 .5em !important;
        width: 100% !important;
        padding: 0 .1em; }
    table td div.fieldLabel,
    table td div.sectionHeader {
      font: bold 11px/1 sans-serif !important;
      margin-bottom: .2em !important;
      text-transform: uppercase; }
    table td span.required {
      color: #c00; }
    table td table {
      margin: 0 0 5px !important; }
    table td input[type=submit] {
      -webkit-appearance: none;
      margin: 1em 0 0 0 !important;
      border: 0;
      border-radius: 5px;
      padding: 1em;
      display: inline-block;
      background-color: #777;
      color: #fff;
      font: bold 1em/1 sans-serif; }
      table td input[type=submit]:hover {
        background-color: #333; }

.subscribe--message {
  font: normal 1em/1.4 sans-serif;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px; }
  .subscribe--message h1 {
    font-size: 2.5em; }
  .subscribe--message p {
    font-size: 1em; }

html > body {
  margin-top: 0px !important; }

#wpadminbar,
#wpadminbar * {
  display: none !important; }
