/* 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, 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,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* HTML Elements */
html {
  font-size: 16px;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
  font-family: arial;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9; /* Only IE, can mess with Android */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* Sizes match proper font scaling. */
h1 {
  font-size: 200%;
}
h2 {
  font-size: 180%;
  line-height: 1.5;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5,
h6 {
  font-size: 110%;
}
a img {
  border:none;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
}
a {
  text-decoration: none;
  color: #4f5152;
}
a:hover {
  text-decoration: underline;
}
em,
dfn {
  font-style: italic;
}
ins {
  border-bottom: none;
  text-decoration: none;
}
pre,
code,
tt,
samp,
kbd,
var {
  font-size: 1em;
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif; /* Safari hack */
}
blockquote,
q {
  font-style:italic;
  quotes:"" "";
}
blockquote {
  margin: 0 0 1.5em;
  padding: 0 0 0 3em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:"";
}
blockquote p {
  margin: 0;
}
.mPage strong,
.mPage dfn,
.mPage caption,
.mPage th {
  font-weight: 700;
}
.mPage ul,
.mPage ol {
  margin: 0 0 1.5em 40px;
  padding:0;
}
.item-list ul,
.item-list ol {
  margin: 0 0 0 12px;
  padding: 0;
}
.mPage ul ul,
.mPage ul ol,
.mPage ol ol,
.mPage ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
  margin-bottom: 0;
}
.mPage ul {
  list-style-type: disc;
}
.mPage ul ul ul {
  list-style-type: square;
}
.mPage ol {
  list-style-type: decimal;
}
.mPage ol ol {
  list-style-type: lower-alpha;
}
.mPage ol ol ol {
  list-style-type: lower-roman;
}
.mPage ul ul,
.mPage ul ul ul ul {
  list-style-type: circle;
}
.mPage dt {
  font-weight: 700;
}
.mPage dd {
  margin: 0 0 1.5em 40px;
}

.mPage #main-wrapper #content .content figcaption a,
.mPage #main-wrapper #content .content p a, .mPage #main-wrapper #comments .content p a {
  color: #425e18;
  font-weight: bolder;
  text-decoration: underline;
}

.mPage #main-wrapper #content .content figcaption a:hover,
.mPage #main-wrapper #content .content p a:hover, .mPage #main-wrapper #comments .content p a:hover {
  text-decoration: none;
}

/* Reset HTML5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/**
 * Flexible Media and Cross browser improvements
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Google maps break also, see below for fixes.
 */
.mPage img {
  -ms-interpolation-mode: bicubic;
}

/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
embed,
object,
video {
  max-width: 100%;
}

/* Disable flexiblity for IE8 and below */
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
  max-width: none !important;
}

/* Override max-width 100% for map displays and widgets */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.field-widget-imagefield-crop-widget img {
  max-width: none !important;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

table {
  font-size: 95%;
}
thead {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid #999999;
  color: #FFFFFF;
  text-shadow: none;
}
thead th {
  border: 0 none;
  font-weight: bold;
  padding: 2px 6px;
  vertical-align: bottom;
}
th a:link, th a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
tbody {
  border-top: 1px solid #CCCCCC;
}
tr.even, tr.odd {
  background-color: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
  padding: 0.1em 0.6em;
}
tr.odd, tr.info {
  background-color: #E0E0E0;
  border: 1px solid #999999;
}
tr.even {
  border: 1px solid #999999;
}
td {
  padding: 2px 6px;
  vertical-align: middle;
}

fieldset {
  padding: 1em;
  margin: 40px 0;
  border: solid 1px #000000;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-column {
  display: table-column;
}
.table-cell {
  display: table-cell;
}
