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 {
    border: 0;
    margin: 0;
    padding: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
button {
    overflow: visible;
    width: auto
}
input,
select {
    vertical-align: middle
}
a img {
    border: none
}
:focus {
    outline: 0
}
h1 {
    margin: .75em 0
}
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
code,
pre {
    margin: 1em 0
}
p,
ul,
ol {
    font-size: 1em;
    line-height: 1.5em
}
ul,
ol {
    margin-left: 3em
}
a {
    text-decoration: underline
}
a:hover {
    text-decoration: none
}
del {
    color: #666;
    text-decoration: line-through
}
abbr,
acronym {
    border-bottom: 1px dotted #666
}
caption {
    background: #EEE
}
pre,
code,
tt {
    font-family: "andale mono", "lucida console", monospace
}
blockquote {
    color: #666;
    font-style: italic;
    margin: 1em 3em
}
.message_wrapper {
    margin: 0 auto;
    width: 40%
}
.user_message {
    border: 1px solid #DDD;
    background: #EEE;
    margin-top: 2.5em;
    padding: 1em
}
.pagination {
    margin: 0
}
.pagination li {
    display: inline
}
.pagination li.active a {
    background: #BFBFBF;
    border: 1px solid #666
}
.pagination a {
    background: #DFDFDF;
    border: 1px solid #BFBFBF;
    padding: 2px 5px;
    text-decoration: none
}
.img_left {
    float: left;
    margin: 0 1em 1em 0
}
.img_right {
    float: right;
    margin: 0 0 1em 1em
}
.img_left,
.img_right {
    border: .15em solid #DFDFDF;
    padding: .25em;
    max-width: 40%
}
label {
    display: inline-block;
    margin: .75em 0 .25em
}
.lt-ie8 input[type=text],
.lt-ie8 textarea,
.lt-ie8 select {
    width: 95%
}
input[type=text],
textarea,
select {
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: gray;
    margin: .5em 0;
    padding: .75em;
    -webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: border 0.2s ease, box-shadow 0.2s ease;
    -ms-transition: border 0.2s ease, box-shadow 0.2s ease;
    -o-transition: border 0.2s ease, box-shadow 0.2s ease;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    width: 100%
}
input[type=text]:focus,
textarea:focus {
    border-color: rgba(139, 142, 94, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(139, 142, 94, 0.4);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(139, 142, 94, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(139, 142, 94, 0.4);
    outline: 0
}
select {
    height: 3em;
    line-height: 3em
}
textarea {
    resize: vertical
}
input[type=submit] {
    background: #73754e;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b8e5e), color-stop(100%, #73754e));
    background-image: -webkit-linear-gradient(top, #8b8e5e, #73754e);
    background-image: -moz-linear-gradient(top, #8b8e5e, #73754e);
    background-image: -o-linear-gradient(top, #8b8e5e, #73754e);
    background-image: -ms-linear-gradient(top, #8b8e5e, #73754e);
    background-image: linear-gradient(top, #8b8e5e, #73754e);
    background-repeat: repeat-x;
    border: 1px solid #8b8e5e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    padding: .7em 2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    width: 12em
}
input[type=submit]:hover {
    background-position: 0 -15px
}
input[type=submit]:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
}
input.error,
textarea.error,
label.error {
    border-color: #e9322d;
    color: #e9322d
}
label.error {
    display: block;
    font-size: small;
    margin: .25em 0 1em
}
input.error:focus,
textarea.error:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px rgba(233, 50, 45, 0.4);
    -moz-box-shadow: 0 0 6px rgba(233, 50, 45, 0.4);
    box-shadow: 0 0 6px rgba(233, 50, 45, 0.4)
}
#notification {
    background: #ecece3;
    border: 1px solid #7a7d53;
    color: #6b6e49;
    margin-bottom: 1em;
    padding: .75em
}
body {
    background: #8b8e5e url("/design/images/texture.png");
    font-family: Georgia, Times New Roman, serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #838759;
    font-family: Georgia, Times New Roman, serif;
    font-weight: bold
}
.title {
    font-weight: normal;
    margin: 0 0 .5em;
    padding: .4em .75em
}
.title.brown {
    background: #58503c url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #70664c), color-stop(100%, #58503c));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#70664c, #58503c);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#70664c, #58503c);
    background: url("/design/images/texture.png"), -o-linear-gradient(#70664c, #58503c);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#70664c, #58503c);
    background: url("/design/images/texture.png"), linear-gradient(#70664c, #58503c);
    color: #EDE7C1
}
.title.green {
    background: #7a7d53 url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #929663), color-stop(100%, #82885a));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), -o-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), linear-gradient(#929663, #82885a);
    color: #FFF
}
a {
    color: #676767;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
.animate,
.navigation .list li a span:active,
.navigation .list li ul li a:active,
.navigation .list li:hover ul ul li a:active,
.navigation .list li.sfhover ul ul li a:active,
.footer .footer_information li a,
.footer .location_information li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}
.clear {
    clear: both
}
.relative {
    position: relative
}
.no_bottom_margin {
    margin-bottom: 0
}
.button_graphic {
    background: #D4CFB0;
    float: left;
    padding: 2%;
    position: relative;
    width: 96%;
    color: #58503c;
}
.button_graphic img {
    float: left
}
.button_graphic:hover {
    background: #DBD7BD;
    text-decoration: none
}
.button_graphic .button_graphic_text {
    left: 0;
    position: absolute;
    text-align: center;
    top: .6em;
    width: 100%
}
.button_graphic .button_graphic_text span {
    display: block
}
.button_graphic .button_graphic_text .button_graphic_title {
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase
}
.button_graphic .button_graphic_text .button_graphic_subtitle {
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: .2em 0 0;
    color: white;
    text-shadow: 0 0 3px black;
}
img {
    max-width: 100%
}
.wrapper {
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    width: 94%
}
.mobile_navigation {
    display: none
}
.header {
    background: #b3ab87 url("/design/images/texture.png");
    height: 9em
}
.header .wrapper {
    position: relative
}
.header .wrapper .logo {
    left: 0;
    position: absolute;
    top: 2em
}
.header .wrapper .retina.logo {
    display: none
}
.header .wrapper .search {
    position: absolute;
    right: 0;
    top: 2em
}
.header .wrapper .search li {
    display: table-cell;
    list-style: none;
    padding: 0 0 0 1em;
    vertical-align: middle
}
.header .wrapper .search li.call {
    color: #FFF;
    font-style: italic;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
}
.header .wrapper .search .search_bar {
    border: 1px solid #4F462C;
    color: #4F462C;
    font-size: 11px;
    width: 25em
}
.header .wrapper .search .search_submit {
    background: url("/design/images/search.png") no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 18px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 18px
}
.header .wrapper .search .search_submit:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.navigation {
    background: #8b8e5e url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #929663), color-stop(100%, #82885a));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), -o-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#929663, #82885a);
    background: url("/design/images/texture.png"), linear-gradient(#929663, #82885a);
    -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 -3px 3px 0 rgba(0, 0, 0, 0.05)
}
.navigation .list {
    float: right;
    margin: 0
}
.navigation .list>li.here>a>span,
.navigation .list>li.parent-here>a>span {
    background: #73754e url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a7d53), color-stop(100%, #82885a));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), -o-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), linear-gradient(#7a7d53, #82885a);
    -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    text-shadow: none
}
.navigation .list li {
    float: left;
    list-style: none
}
.navigation .list li a {
    -webkit-box-shadow: inset 0 1px 0 0 #adaf7f;
    -moz-box-shadow: inset 0 1px 0 0 #adaf7f;
    box-shadow: inset 0 1px 0 0 #adaf7f;
    color: #FFF;
    display: block;
    font-size: .93em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase
}
.navigation .list li a span {
    display: inline-block;
    padding: 1em .4em
}
.navigation .list li a span:hover {
    background: #7c7f54 url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #82885a), color-stop(100%, #74774f));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), -o-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), linear-gradient(#82885a, #74774f);
    -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2)
}
.navigation .list li a span:active {
    background: #73754e url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a7d53), color-stop(100%, #82885a));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), -o-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#7a7d53, #82885a);
    background: url("/design/images/texture.png"), linear-gradient(#7a7d53, #82885a);
    -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2)
}
.navigation .list li ul,
.navigation .list li:hover ul ul,
.navigation .list li.sfhover ul ul {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    position: absolute;
    left: -999em;
    width: 260px;
    z-index: 999
}
.navigation .list li ul li:after,
.navigation .list li:hover ul ul li:after,
.navigation .list li.sfhover ul ul li:after {
    content: '';
    margin: 0
}
.navigation .list li ul li a,
.navigation .list li:hover ul ul li a,
.navigation .list li.sfhover ul ul li a {
    background: #7c7f54 url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #82885a), color-stop(100%, #7a7d53));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#82885a, #7a7d53);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#82885a, #7a7d53);
    background: url("/design/images/texture.png"), -o-linear-gradient(#82885a, #7a7d53);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#82885a, #7a7d53);
    background: url("/design/images/texture.png"), linear-gradient(#82885a, #7a7d53);
    display: block;
    padding: 8px 10px;
    width: 240px
}
.navigation .list li ul li a:hover,
.navigation .list li:hover ul ul li a:hover,
.navigation .list li.sfhover ul ul li a:hover {
    background: #6d6f4a url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #82885a), color-stop(100%, #74774f));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), -o-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#82885a, #74774f);
    background: url("/design/images/texture.png"), linear-gradient(#82885a, #74774f);
    -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2)
}
.navigation .list li ul li a:active,
.navigation .list li:hover ul ul li a:active,
.navigation .list li.sfhover ul ul li a:active {
    background: #676946 url("/design/images/texture.png");
    background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #74774f), color-stop(100%, #82885a));
    background: url("/design/images/texture.png"), -webkit-linear-gradient(#74774f, #82885a);
    background: url("/design/images/texture.png"), -moz-linear-gradient(#74774f, #82885a);
    background: url("/design/images/texture.png"), -o-linear-gradient(#74774f, #82885a);
    background: url("/design/images/texture.png"), -ms-linear-gradient(#74774f, #82885a);
    background: url("/design/images/texture.png"), linear-gradient(#74774f, #82885a);
    -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2)
}
.navigation .list li:hover ul,
.navigation .list li li:hover ul,
.navigation .list li.sfhover ul,
.navigation .list li li.sfhover ul {
    left: auto
}
.navigation .list li ul ul {
    margin: -30px 0 0 170px !important
}
.navigation .list li li a span {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline !important;
    padding: 0
}
.navigation .list li li a span:hover {
    background: none
}
.navigation .list>li>a:after {
    color: #4D5439;
    content: '\2666';
    margin: 0 .5em
}
.navigation .list>.last>a:after {
    content: '';
    margin: 0
}
.navigation .dropdown {
    display: none;
    float: right;
    margin: 1em 0;
    width: 58%
}
.lt-ie8 .navigation li a {
    margin: 0 .5em
}
#nav li:hover ul {
    left: auto
}
.content {
    background: #eae7d7 url("/design/images/texture.png");
    padding-bottom: 5em
}
.sidebar {
    float: left;
    margin-top: 6em;
    width: 28%
}
.sidebar .cemeteries {
    margin: 6em 0 0;
    overflow: hidden
}
.sidebar .title {
    margin-bottom: .5em !important
}
.main_content {
    float: right;
    padding: 1em 0;
    width: 68%
}
.main_content a {
    color: #8B8E5E
}
.breadcrumbs {
    background: #F4F3EB;
    border-bottom: 1px solid #EAE7D7;
    color: #666;
    font-size: .875em;
    margin-bottom: 1em;
    padding: 1em
}
.breadcrumbs a {
    color: #3D3729
}
.flexslider {
    background: #D4CFB0;
    background: rgba(202, 197, 158, 0.5);
    margin-bottom: 1em !important;
    padding-bottom: 2% !important;
    position: relative
}
.flexslider ul {
    background: white;
    margin: 0 auto;
    width: 96%
}
.flexslider ul li {
    list-style: none;
    position: relative
}
.flexslider ul a {
    text-decoration: none
}
.flexslider ul .overlay {
    background: url("/design/images/banner_overlay.png") repeat-x left top;
    bottom: 0;
    height: 224px;
    position: absolute;
    text-align: center;
    width: 100%
}
.flexslider ul .overlay .text {
    bottom: 2.5em;
    left: 0;
    position: absolute;
    width: 100%
}
.flexslider ul .overlay .text h2 {
    color: #58503c;
    font-size: 1.4em;
    font-weight: normal;
    margin: .25em 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}
.flexslider .flex-control-nav {
    bottom: 2em;
    left: 50%;
    position: absolute;
    text-align: center;
    z-index: 999
}
.flexslider .flex-control-nav li {
    float: left
}
.flexslider .flex-control-nav a {
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 3px;
    width: 10px
}
.flexslider .flex-control-nav a.active {
    background: #58503c
}
.lt-ie9 .flex-control-nav a {
    border: 1px solid #58503c
}
.gallery {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: .5em
}
.gallery li {
    float: left;
    width: 100%;
    width: 23.75%
}
.gallery li:nth-child(1n) {
    margin: 5% 0 0 0
}
.gallery li:nth-child(1n) {
    margin: 1.667% 1.667% 0 0
}
.gallery li:nth-child(4n) {
    margin-right: 0
}
.gallery li:nth-child(-n+4) {
    margin-top: 0
}
.gallery li img,
.gallery li a {
    float: left
}
.gallery li a {
    text-align: center;
    width: 100%
}
.gallery img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}
.gallery_of_memorials .gallery {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: .5em
}
.gallery_of_memorials .gallery li {
    float: left;
    width: 100%;
    width: 31.667%
}
.gallery_of_memorials .gallery li:nth-child(1n) {
    margin: 5% 0 0 0
}
.gallery_of_memorials .gallery li:nth-child(1n) {
    margin: 2.5% 2.5% 0 0
}
.gallery_of_memorials .gallery li:nth-child(3n) {
    margin-right: 0
}
.gallery_of_memorials .gallery li:nth-child(-n+3) {
    margin-top: 0
}
.gallery_of_memorials .gallery li img,
.gallery_of_memorials .gallery li a {
    float: left
}
.gallery_of_memorials .gallery li a {
    text-align: center;
    width: 100%
}
.cemetery_gallery {
    font-size: 13px;
    line-height: 1.3em;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: .5em
}
.cemetery_gallery li {
    float: left;
    width: 100%;
    width: 31.667%
}
.cemetery_gallery li:nth-child(1n) {
    margin: 5% 0 0 0
}
.cemetery_gallery li:nth-child(1n) {
    margin: 2.5% 2.5% 0 0
}
.cemetery_gallery li:nth-child(3n) {
    margin-right: 0
}
.cemetery_gallery li:nth-child(-n+3) {
    margin-top: 0
}
.cemetery_gallery li img,
.cemetery_gallery li a {
    float: left
}
.cemetery_gallery li a {
    text-align: center;
    width: 100%
}
.cemetery_gallery img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px
}
.gallery_of_memorials {
    display: none
}
.view_more {
    display: block;
    margin-top: .5em
}
.homepage_welcome {
    float: left;
    font-size: .9em;
    width: 65%
}
.quote {
    font-size: .8em;
    float: right;
    width: 33%
}
.quote p {
    background: #738358;
    color: #EBE6C0;
    margin: 0 0 1.5em;
    padding: 1em;
    position: relative
}
.quote p:after {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #738358;
    bottom: -1em;
    content: "";
    height: 0;
    left: 1em;
    position: absolute;
    width: 0
}
.quote .quote_author {
    font-style: italic
}
.box {
    background: #FFF
}
.box .box_content {
    color: #676767;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: .875em;
    padding: 0 1em 1em 1em
}
.subpage .title {
    margin-bottom: 0
}
.subpage .box_content {
    min-height: 35em
}
.header_graphic {
    background: #D4CFB0;
    padding: 1%;
    position: relative;
    width: 98%
}
.header_graphic_text {
    left: 0;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 100%;
    font-family: Georgia, Times New Roman, serif;
    color: #474b33;
}
.header_graphic_text span {
    display: block;
}
.header_graphic_text .header_graphic_title {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header_graphic_text .header_graphic_subtitle {
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: .4em 0;
}
.mobile_sub_navigation {
    display: none;
    margin: 2em 0 0 0
}
.mobile_sub_navigation .sub_navigation {
    list-style: none;
    margin: 0
}
.mobile_sub_navigation .sub_navigation li:first-child a {
    border: none
}
.mobile_sub_navigation .sub_navigation a {
    background: #F4F3EB;
    border-top: 1px solid #EAE7D7;
    color: #666;
    display: block;
    padding: .5em 0;
    text-align: center;
    text-decoration: none
}
.mobile_sub_navigation .sub_navigation a:hover {
    color: #3D3729
}
.article,
.testimonial,
.result {
    border-top: 1px solid #CFCFCF;
    margin-top: 1em;
    padding-top: .3em
}
.article:first-child,
.testimonial:first-child,
.result:first-child {
    border-top: none;
    margin: 0
}
.photo_gallery {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}
.photo_gallery li {
    float: left;
    width: 100%;
    width: 31.667%
}
.photo_gallery li:nth-child(1n) {
    margin: 5% 0 0 0
}
.photo_gallery li:nth-child(1n) {
    margin: 2.5% 2.5% 0 0
}
.photo_gallery li:nth-child(3n) {
    margin-right: 0
}
.photo_gallery li:nth-child(-n+3) {
    margin-top: 0
}
.photo_gallery li img,
.photo_gallery li a {
    float: left
}
.photo_gallery li a {
    text-align: center;
    width: 100%
}
.photo_gallery img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}
.lt-ie8 .photo_gallery li {
    width: 31%
}
.result h3 {
    margin-bottom: .5em
}
.sub_gallery {
    border: .35em solid #D4CFB0;
    float: right;
    padding: 0 !important;
    margin: 0 0 1em 1em !important;
    overflow: hidden;
    width: 50% !important
}
.sub_gallery ul {
    width: 100% !important
}
.sub_gallery .flex-control-nav {
    bottom: 1em !important
}
.sub_gallery .overlay {
    bottom: -50px !important
}
.footer .wrapper {
    overflow: hidden;
    padding: 2em 0
}
.footer .footer_information {
    float: left
}
.footer .footer_information,
.footer .location_information {
    font-size: .875em;
    list-style: none;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
}
.footer .footer_information>li,
.footer .location_information>li {
    margin: .5em 0
}
.footer .footer_information li,
.footer .location_information li {
    color: #E4E5DC;
    overflow: hidden
}
.footer .footer_information li a,
.footer .location_information li a {
    color: #E4E5DC;
    text-decoration: none
}
.footer .footer_information li a:hover,
.footer .location_information li a:hover {
    color: #FFF
}
.footer .footer_information .footer_navigation ul,
.footer .location_information .footer_navigation ul {
    margin: 0
}
.footer .footer_information .footer_navigation ul li,
.footer .location_information .footer_navigation ul li {
    float: left;
    list-style: none
}
.footer .footer_information .footer_navigation ul li a,
.footer .location_information .footer_navigation ul li a {
    margin: 0 1.5em 0 0;
    text-transform: uppercase
}
.footer .location_information {
    float: right;
    text-align: right
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .logo {
        display: none
    }
    .retina.logo {
        display: block !important;
        height: 219px;
        /* left: 50% !important; */
        /* margin-left: -139px; */
        top: 1em !important;
        width: 287px
    }
}
@media (max-width: 958px) {
    .wrapper {
        min-width: 0
    }
    .nav_bar,
    .footer_navigation li a {
        background: #8b8e5e url("/design/images/texture.png");
        background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #929663), color-stop(100%, #82885a));
        background: url("/design/images/texture.png"), -webkit-linear-gradient(#929663, #82885a);
        background: url("/design/images/texture.png"), -moz-linear-gradient(#929663, #82885a);
        background: url("/design/images/texture.png"), -o-linear-gradient(#929663, #82885a);
        background: url("/design/images/texture.png"), -ms-linear-gradient(#929663, #82885a);
        background: url("/design/images/texture.png"), linear-gradient(#929663, #82885a);
        -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
        color: #FFF;
        padding: .5em 0;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
    }
    .nav_bar:hover,
    .footer_navigation li a:hover {
        background: #7c7f54 url("/design/images/texture.png");
        background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #929663), color-stop(100%, #737950));
        background: url("/design/images/texture.png"), -webkit-linear-gradient(#929663, #737950);
        background: url("/design/images/texture.png"), -moz-linear-gradient(#929663, #737950);
        background: url("/design/images/texture.png"), -o-linear-gradient(#929663, #737950);
        background: url("/design/images/texture.png"), -ms-linear-gradient(#929663, #737950);
        background: url("/design/images/texture.png"), linear-gradient(#929663, #737950);
        text-decoration: none
    }
    .nav_bar:active,
    .footer_navigation li a:active {
        background: #73754e url("/design/images/texture.png");
        background: url("/design/images/texture.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a7d53), color-stop(100%, #82885a));
        background: url("/design/images/texture.png"), -webkit-linear-gradient(#7a7d53, #82885a);
        background: url("/design/images/texture.png"), -moz-linear-gradient(#7a7d53, #82885a);
        background: url("/design/images/texture.png"), -o-linear-gradient(#7a7d53, #82885a);
        background: url("/design/images/texture.png"), -ms-linear-gradient(#7a7d53, #82885a);
        background: url("/design/images/texture.png"), linear-gradient(#7a7d53, #82885a);
        -webkit-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 0 0 #adaf7f, inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
        text-shadow: none
    }
    .mobile_navigation,
    .mobile_sub_navigation {
        display: block !important
    }
    .granite_samples {
        display: none
    }
    .gallery_of_memorials {
        display: block
    }
    .gallery_of_memorials .gallery {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0
    }
    .gallery_of_memorials .gallery li {
        float: left;
        width: 100%;
        width: 23.75%
    }
    .gallery_of_memorials .gallery li:nth-child(1n) {
        margin: 5% 0 0 0
    }
    .gallery_of_memorials .gallery li:nth-child(1n) {
        margin: 1.667% 1.667% 0 0
    }
    .gallery_of_memorials .gallery li:nth-child(4n) {
        margin-right: 0
    }
    .gallery_of_memorials .gallery li:nth-child(-n+4) {
        margin-top: 0
    }
    .gallery_of_memorials .gallery li img,
    .gallery_of_memorials .gallery li a {
        float: left
    }
    .gallery_of_memorials .gallery li a {
        text-align: center;
        width: 100%
    }
    .logo {
        left: 50% !important;
        margin-left: -139px;
        top: 1em !important
    }
    .search {
        display: none
    }
    .navigation {
        height: 1em
    }
    .navigation .list {
        display: none
    }
    .navigation .dropdown {
        display: none !important
    }
    h2 {
        font-size: 1.2em
    }
    .main_content {
        float: none;
        padding-top: 6em;
        width: 100%
    }
    .main_content .banner {
        margin-bottom: 2em
    }
    .sidebar {
        float: none;
        margin: 2em 0;
        width: 100%
    }
    .sidebar .gallery_of_memorials {
        float: left;
        width: 45%
    }
    .sidebar .cemeteries {
        float: right;
        margin: 0;
        width: 50%
    }
    .gallery {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        margin-bottom: .5em
    }
    .gallery li {
        float: left;
        width: 100%;
        width: 19%
    }
    .gallery li:nth-child(1n) {
        margin: 5% 0 0 0
    }
    .gallery li:nth-child(1n) {
        margin: 1.25% 1.25% 0 0
    }
    .gallery li:nth-child(5n) {
        margin-right: 0
    }
    .gallery li:nth-child(-n+5) {
        margin-top: 0
    }
    .gallery li img,
    .gallery li a {
        float: left
    }
    .gallery li a {
        text-align: center;
        width: 100%
    }
    .subpage .box_content {
        min-height: 0
    }
    .footer .wrapper {
        margin: 0 0 1em !important;
        padding: 0;
        width: 100%
    }
    .footer_information {
        text-align: center
    }
    .footer_information li {
        margin: 0 !important
    }
    .footer_information .footer_navigation ul {
        margin: 0 0 1em !important
    }
    .footer_information .footer_navigation ul li {
        float: none !important
    }
    .footer_information .footer_navigation ul li a {
        display: block;
        font-size: 1.2em;
        margin: 0 !important
    }
    .footer_information,
    .location_information {
        float: none !important
    }
    .location_information {
        text-align: center !important
    }
    .copyright,
    .site_credit {
        display: none
    }
    .sub_gallery {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (max-width: 640px) {
    .main_content {
        font-size: 1em;
        padding: 6em 0 0 0
    }
    .main_content .banner {
        display: none
    }
    .main_content .homepage_welcome,
    .main_content .quote {
        float: none;
        width: 100%
    }
    .main_content .quote {
        margin: 2em 0
    }
    .sidebar {
        font-size: .875em
    }
    .sidebar .gallery_of_memorials {
        width: 100%
    }
    .sidebar .gallery_of_memorials .gallery {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        margin-bottom: .5em
    }
    .sidebar .gallery_of_memorials .gallery li {
        float: left;
        width: 100%;
        width: 31.667%
    }
    .sidebar .gallery_of_memorials .gallery li:nth-child(1n) {
        margin: 5% 0 0 0
    }
    .sidebar .gallery_of_memorials .gallery li:nth-child(1n) {
        margin: 2.5% 2.5% 0 0
    }
    .sidebar .gallery_of_memorials .gallery li:nth-child(3n) {
        margin-right: 0
    }
    .sidebar .gallery_of_memorials .gallery li:nth-child(-n+3) {
        margin-top: 0
    }
    .sidebar .gallery_of_memorials .gallery li img,
    .sidebar .gallery_of_memorials .gallery li a {
        float: left
    }
    .sidebar .gallery_of_memorials .gallery li a {
        text-align: center;
        width: 100%
    }
    .sidebar .cemeteries {
        display: none
    }
    .photo_gallery {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0
    }
    .photo_gallery li:nth-child(-n+2) {
        margin-top: 5% !important
    }
    .photo_gallery li {
        float: left;
        width: 100%;
        width: 47.5%
    }
    .photo_gallery li:nth-child(1n) {
        margin: 5% 0 0 0
    }
    .photo_gallery li:nth-child(1n) {
        margin: 5% 5% 0 0
    }
    .photo_gallery li:nth-child(2n) {
        margin-right: 0
    }
    .photo_gallery li:nth-child(-n+2) {
        margin-top: 0
    }
    .photo_gallery li img,
    .photo_gallery li a {
        float: left
    }
    .photo_gallery li a {
        text-align: center;
        width: 100%
    }
    .sub_gallery {
        width: 100% !important
    }
    .header_graphic {
        margin-top: 1em
    }
    .breadcrumbs {
        display: none
    }
    .gallery_of_memorials .gallery {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0
    }
    .gallery_of_memorials .gallery li {
        float: left;
        width: 100%;
        width: 31.667%
    }
    .gallery_of_memorials .gallery li:nth-child(1n) {
        margin: 5% 0 0 0
    }
    .gallery_of_memorials .gallery li:nth-child(1n) {
        margin: 2.5% 2.5% 0 0
    }
    .gallery_of_memorials .gallery li:nth-child(3n) {
        margin-right: 0
    }
    .gallery_of_memorials .gallery li:nth-child(-n+3) {
        margin-top: 0
    }
    .gallery_of_memorials .gallery li img,
    .gallery_of_memorials .gallery li a {
        float: left
    }
    .gallery_of_memorials .gallery li a {
        text-align: center;
        width: 100%
    }
}
@media (max-width: 480px) {
    .header_graphic,
    .subpage .box_content img {
        display: none
    }
    .photo_gallery,
    .cemetery_gallery {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0
    }
    .photo_gallery li,
    .cemetery_gallery li {
        float: left;
        width: 100%
    }
    .photo_gallery li:nth-child(1n),
    .cemetery_gallery li:nth-child(1n) {
        margin: 5% 0 0 0
    }
    .photo_gallery li:nth-child(1n),
    .cemetery_gallery li:nth-child(1n) {
        margin-right: 0
    }
    .photo_gallery li:nth-child(-n+1),
    .cemetery_gallery li:nth-child(-n+1) {
        margin-top: 0
    }
    .photo_gallery li img,
    .photo_gallery li a,
    .cemetery_gallery li img,
    .cemetery_gallery li a {
        float: left
    }
    .photo_gallery li a,
    .cemetery_gallery li a {
        text-align: center;
        width: 100%
    }
    .photo_gallery li:first-child,
    .cemetery_gallery li:first-child {
        margin-top: 5% !important
    }
    .photo_gallery img,
    .cemetery_gallery img {
        display: block !important
    }
}
/* ADDED STYLING */

@media (min-width: 959px) {
    .ruhzbul {
        position: absolute;
        top: 270px;
        left: 40px;
    }
    .sidebar {
        margin-top: 8em !important;
    }
}
@media (max-width: 958px) {
    .main_content {
        padding-top: 13em !important;
    }
    .ruhzbul {
        margin-left: -105px !important;
        position: absolute;
        top: 260px;
        left: 50%;
    }
}
