/* ====================================================================
   Normalize
      
      By Nicholas Gallagher, co-created with Jonathan Neal.
      http://necolas.github.io/normalize.css/
      Good tidings and countless waves of karma for these styles.
      
      Slightly edited and modified by Example7 per theme/client.
      Last update: June 6, 2016

   ==================================================================== */

@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

html, body { height: 100%; }
html, body, button, div, figure, input, select, span, textarea { margin: 0; padding: 0; }
html { overflow-y: scroll; font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

.break0 { clear: both; display: block; height: 1px; }
.break1 { clear: both; display: block; height: 10px; }
.break2 { clear: both; display: block; height: 20px; }
.break3 { clear: both; display: block; height: 30px; }
.break4 { clear: both; display: block; height: 40px; }
.break5 { clear: both; display: block; height: 50px; }
.break6 { clear: both; display: block; height: 60px; }
.break7 { clear: both; display: block; height: 70px; }
.break8 { clear: both; display: block; height: 80px; }
.break9 { clear: both; display: block; height: 90px; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }

a:focus, a:active, a:hover, *:focus { outline: none; }

p, .p { margin: 0 0 20px 0; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; padding: 0; }
b, strong { font-weight: bold; }
code, kbd, pre, samp { font-family: 'courier new', monospace; font-size: 10px; }
del { text-decoration: line-through; }
hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; }
ins { text-decoration: none; }
ol, ul { list-style: none; margin-left: -40px; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
sub, sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }

img { border: 0; -ms-interpolation-mode: bicubic; }
.alignleft, img.alignleft, .wp-caption.alignleft { float: left; display: inline; margin: 0 10px 10px 0; }
.alignright, img.alignright, .wp-caption.alignright { float: right; display: inline; margin: 0 0 10px 10px; }
.aligncenter, img.aligncenter, .wp-caption.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
.alignnone, img.alignnone { clear: both; display: inline; margin: 0 0 10px 0; }
.wp-caption { font-size: 12px; line-height: 15px; text-align: center; }
.wp-caption-text { margin: 0 15px 0 15px; }
.widget, .widgettext, .textwidget, widget_text { list-style: none; }
.post-image-attach-page { text-align: center; }
.post-image-attach-page img { margin: 0 0 10px 0; }

svg:not(:root) { overflow: hidden; }

fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: none; }
legend { padding: 0; border: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; }
button, input { line-height: normal; }
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; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
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; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: grey; }
input:-moz-placeholder, textarea:-moz-placeholder { color: grey; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: grey; }
textarea { overflow: auto; vertical-align: top; }

iframe { border: none; }

table { border-collapse: collapse; border-spacing: 0; }
td { display: table-cell; vertical-align: top; }