/* 
Theme Name: PageCells Prototype
Theme URI: http://www.lilaeamedia.com/pagecells-theme/ 
Description: The Ultimate Layout Engine
Version: 3.0.1
Author: Lilaea Media LLC
Author URI: http://www.lilaeamedia.com
Text Domain: pagecells
License: see readme.txt
License URI: http://www.lilaeamedia.com/end-user-license-agreement/

*/

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 {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}
body {
    line-height: 1
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
/* WordPress Required */
.clear {
    clear: both
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}
/* html elements */
html {
    height: 100%;
}
body {
    background-color: #fff;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
}
a {
    color: #008AB9;
    font-weight: 400;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #005470;
    outline: 0;
    text-decoration: none;
}
abbr, acronym {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
a abbr, a acronym {
    border: none;
}
address {
    margin: .9em 0;
    font-style: italic;
}
dfn[title], abbr[title], acronym[title] {
    border-bottom: 2px dotted #ccc;
    cursor: help;
}
area, textarea {
}
b, strong {
    font-weight: 700;
}
blockquote {
    margin: 1em;
    overflow: auto;
    padding: 0;
    background-color: #e9e9e9;
}
blockquote p {
    font-family: serif;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 0;
    padding: 1em 1.5em;
}
caption {
    padding-bottom: .8em;
}
code, tt, var, pre, kbd, samp {
    font-family: monospace, serif;
    font-style: normal;
}
del {
    color: #555;
    text-decoration: line-through;
}
dl {
    margin: 1em 0;
}
dt {
    font-weight: 700;
    margin-bottom: .4em;
    margin-top: .8em;
}
dd {
    font-size: .9em;
    padding: .5em;
}
embed, object {
    max-width: 100%;
}
fieldset {
    border: 1px solid #ccc;
    margin: 0 0 1.5em;
    padding: 1em 2em;
}
form {
    margin: 1em 0;
}
ins, dfn {
    border-bottom: 2px solid #ddd;
    text-decoration: none;
}
hr {
    background-color: #ddd;
    border: none;
    clear: both;
    color: #ddd;
    float: none;
    height: 1px;
    width: 100%;
    margin: 1em 0;
}
i, em, dfn, cite {
    font-style: italic;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
iframe {
    max-width: 100%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
}
input, select {
    cursor: pointer;
    max-width: 100%;
}
input[type='text'], input[type='password'], input[type="email"], input[type="tel"] {
    cursor: text;
}
area:focus, input:focus, textarea:focus {
    border: 1px solid #ccc;
}
label {
    display: inline-block;
    font-weight: 700;
    padding: 2px 0;
}
legend {
    padding: 2px 5px;
}
ol, ul {
    list-style-position: outside;
    margin: .25em 0;
    padding-left: 1.5em;
}
ol {
    list-style-type: decimal;
}
ul {
    list-style-type: square;
}
li {
    margin: 0.5em;
}
li ul, li ol {
    margin: 0;
}
option {
    padding: 0 .4em;
}
p {
    margin: 1em 0;
    word-wrap: break-word;
}
pre {
    word-wrap: break-word;
    white-space: pre-wrap;
}
select {
    height: auto;
    width: 100%;
    padding: .1em .2em 0;
}
sup, sub, small {
    font-size: 75%;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
}
th, td {
    padding: .8em;
}
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*********************
 *     Headings      *
 *********************/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
    line-height: 1;
    word-wrap: break-word;
}
h1 {
    font-size: 2.625em; /* + .375 */
    margin-bottom: .5em;
    margin-top: .5em;
}
h2 {
    font-size: 2.250em; /* + .375 */
    margin-bottom: .75em;
    margin-top: .75em;
}
h3 {
    font-size: 1.875em; /* + .375 */
    margin-bottom: .857em;
    margin-top: .857em;
}
h4 {
    font-size: 1.550em; /* + .250 */
    margin-bottom: 1em;
    margin-top: 1em;
}
h5 {
    font-size: 1.250em; /* + .250 */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}
h6 {
    font-size: 1.000em;
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}
/* Buttons */
a.button, input[type='reset'], input[type='button'], input[type='submit'] {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    white-space: nowrap;
}
a.button:hover, input[type='reset']:hover, input[type='button']:hover, input[type='submit']:hover {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: linear-gradient(top, #fff, #f1f1f1);
    border: 1px solid #ddd;
    color: #333;
}
a.button:active, input[type='reset']:active, input[type='button']:active, input[type='submit']:active {
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
}

@media all and (max-width: 800px){
}
@media all and (max-width: 767px){
}
@media all and (max-width: 480px){
}