.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
body {
	color: #111;
	font-family: Georgia;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}
* {
	box-sizing: border-box;
}
#content {
	margin: 0 auto;
	width:1260px;
}
p {
	margin: 0 0 1.5em;
}
h1, h2, h3, h4, h5, h6, nav li {
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 400;
    letter-spacing: 1px;
	text-transform: uppercase;
}
h1, h2, h3 {
	margin: .5em 0;
	text-align: center;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tj {
    text-align: justify;
}
.three-grid blockquote {
    border: 2px dotted #c2e2fb;
    color:#555;
    font-style: italic;
    font-size: 20px;
    margin: 1.2em 1em 1em 0;
    text-align: center;
    padding: 18px;
}
.three-grid blockquote:before, 
.three-grid blockquote:after {
    content: '"';
}
.two-column blockquote {
    border-left: 2px dotted #c2e2fb;
    color: #92cbf8;
    font-style: italic;
    font-size: 20px;
    margin: 2em 3em 2em 0;
    padding-left: 2em;
}
.weight-700 {
    font-weight: 700;
}
a, a:visited {
    border-bottom: 2px dotted #c2e2fb;
    color: #92cbf8;
    text-decoration: none;
}
a:hover {
    border-bottom: 3px solid;
}

/* Header */
h1#logo {
}
nav {
	background-color: #eee;
}
.home nav {
    background-color: #FFF;
}
ul#fixed-nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width:1260px;
}
ul#fixed-nav li {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 60px;
	padding: 0 20px;
}

/* Home */
.featured-slideshow {
    height: 540px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.featured-slideshow img {
    margin:auto;
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
div#mission,
div#home-shop {
    background-color: #fafafa;
    margin: 40px 0;
    padding: 1em 2em .5em;
	text-align: center;
}

div#home-shop,
div#essentials-shop {
    background: none;
    border-top: 2px dotted #c2e2fb;
    border-bottom: 2px dotted #c2e2fb;
    margin: 100px 0;
}
#home-shop > div {
    border: 1px solid #fff;
    display: inline-block;
    height: auto;
    margin: 1.5em .3%;
    width:24%;
}
#home-shop > div > img,
#essentials-shop > div > img {
    max-width: 100%;
}
#home-shop > div > img:hover,
#essentials-shop > div > img:hover {
    cursor: pointer;
    opacity: 0.7;
}

/* Columns & Grids */

.two-column div:first-child {
    float: left;
    padding: 40px 80px;
    width: 50%;
}
.two-column div:last-child {
    float: right;
    padding: 40px 80px;
    width: 50%;
}
.two-column div img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.two-column-thirds div:first-child {
    float: left;
    padding: 40px 20px;
    width: 33.5%;
}
.two-column-thirds div:last-child {
    float: right;
    padding: 40px;
    width: 66.5%;
}
.two-column-thirds div img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.three-grid > div {
    display: inline-block;
    margin: 1.55%;
    width: 30%;
    vertical-align: top;
}

/* Essentials */

#content.essentials {
    border-top: 2px dotted #c2e2fb;
}
#content.essentials h1 {
    line-height: 1;
    margin-top: 0;
}
.essentials .two-column div {
    margin-bottom: 1em;
}
.essentials p {}
.essentials h3, .essentials h4 {
    text-align: left;
}
.essentials h4 {
    margin-bottom: 0;
}
.list {
    background-color: #fefefe;
    border: 2px solid #EEE;
    margin: 40px auto 80px;
    padding-top: 20px;
    width: 92%;
}
#essentials-shop > div {
    border: 1px solid #fff;
    display: inline-block;
    height: auto;
    margin: 1.5em .3%;
    width:19%;
}
.list h3 {
    margin-top: 0;
}
.list h4 {
    font-size: 14px;
}
.list p {
    margin-bottom: 3em;
}


/* Footer */

footer {
    background: #EEE;
    clear:both;
    font-size: 12px;
    height:200px;
    margin-top: 80px;
    position: relative;
    text-align: center;
}
footer p {
    bottom: 40px;
    position: absolute;
    width:100%;
}