/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #000;
    font-size: 1em;
    line-height: 1em;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




body {
    font-size-adjust: none;
    background-repeat: no-repeat;
    position: static;
    background-size: cover;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7  {
    padding-top: 20px;
}

.right { float: right;}
/*aside { padding: 1em; }*/

.hidden {
    display: none !important;
    visibility: hidden;
}

.debug{ background-color: lightyellow; }
.debug.sql{ background-color:lightblue; }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
.row::before, .row::after
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.row,.clearfix {
    *zoom: 1;
}

hr.clearfix { border:none; height: 0px;}
.indent { margin-left: 2em; }
