/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Layout
/*-----------------------------------------------------------------------------------*/
html .mceContentBody {
  padding: 20px 40px;
}
body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
  color: #666;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
}
/*-----------------------------------------------------------------------------------*/
/*	Headers
/*-----------------------------------------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: bold;
}
h1,
.h1 {
  font-size: 28px;
  text-align: center;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
  margin-bottom: 0;
}
h5 {
  font-size: 16px;
  margin: 0;
}
h6 {
  font-size: 13px;
  margin: 0;
}
p {
  margin: 0;
  margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	Lists
/*-----------------------------------------------------------------------------------*/
ul,
ol {
  padding: 0;
  margin: 0 0 20px 0;
}
ol {
  list-style: inside decimal;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  padding: 10px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Blockquotes
/*-----------------------------------------------------------------------------------*/
blockquote {
  margin: 0;
  font-size: 18px;
  font-style: italic;
}
cite {
  font-size: 12px;
  font-style: normal;
  margin-top: 5px;
  color: #222;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #999;
}
/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 5px 20px 5px 0;
  }
  .alignright {
    float: right;
    margin: 5px 0 5px 20px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	Rules & Dividers
/*-----------------------------------------------------------------------------------*/
hr {
  margin: 15px 0;
  border: 0;
  background-color: #f6f6f6;
}
/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}
img.landscape {
  width: auto;
  max-width: none;
  max-height: 100%;
  /*
		height: auto;
*/
}
.wp-caption {
  background: transparent;
  border: none;
  margin: 0;
  padding: 5px;
  text-align: left;
  margin-bottom: 10px;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
.wp-caption.aligncenter {
  display: block;
  margin: 5px auto;
}
.wp-caption-dt {
  margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  color: #666;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 6px 0;
}
