@charset "UTF-8";
/* SASS */
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; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul,
li {
  list-style: none; }

ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

select::-ms-expand {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Nav css */
nav {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: rgba(0, 0, 0, 0.5);
  background-color: #82768a;
  opacity: 0.9;
  filter: alpha(opacity=90);
  clear: both;
  position: relative; }
  nav li {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.15em;
    font-weight: 600;
    display: inline-block;
    padding: 20px 2.75%;
    color: #fff;
    transition: all 400ms ease-in-out;
    /* a {
            
            color: #fff;
        }
        a:link,
        a:visited {
            color: #fff;
        }
        a:hover {
            color: $secondary-colour;
        }*/ }
    nav li:hover {
      color: #dcd0e5; }
  nav ul {
    margin: 0;
    padding: 0; }

.nav-btn {
  background-color: #82768a; }

.nav-open-btn2 {
  position: absolute;
  left: 0;
  top: 0; }

@-webkit-keyframes header-show {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }

@keyframes header-show {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }

a.nav-btn-mobile, a.nav-btn-mobile:link {
  display: none;
  color: #fff; }

.slide-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -270px;
  background-color: #82768a;
  z-index: 2222223;
  width: 200px;
  box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.5);
  overflow-x: hidden;
  overflow-y: auto; }
  .slide-menu ul {
    list-style: none;
    padding: 15px 6% 0 6%;
    text-align: right;
    width: 88%;
    float: right;
    border-bottom: 1px #a297a9 solid; }
    .slide-menu ul:last-child {
      border-bottom: none; }
    .slide-menu ul li {
      margin-bottom: 18px;
      text-align: right;
      width: 100%;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 0;
      line-height: 1.35em;
      font-size: 0.9em; }
      .slide-menu ul li a {
        transition: .3s ease; }
      .slide-menu ul li a, .slide-menu ul li a:link, .slide-menu ul li a:visited {
        color: #fff; }
      .slide-menu ul li a:hover {
        color: #363239; }

a#nav-close-btn, a#nav-close-btn:link {
  color: #fff;
  font-size: 1.5em;
  float: right;
  padding: 10px 0 0 0; }

.breadcrumbs {
  clear: both;
  padding: .5em 1% .75em;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: .9em;
  border-bottom: 1px #777 solid; }

form {
  clear: both;
  margin-bottom: 1rem;
  width: 100%; }
  form label {
    font-family: "Open Sans", sans-serif; }
    form label span {
      font-size: 0.75em; }
    form label.pick {
      text-transform: uppercase; }
  form input,
  form select,
  form option,
  form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 2%;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.5px;
    border-radius: 0;
    border: 1px #ddd solid;
    height: 38px;
    font-family: "Open Sans", sans-serif; }
    form input:focus,
    form select:focus,
    form option:focus,
    form textarea:focus {
      border: 1px #000 solid; }
  form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff url(/images/dropdown-arrow.png) 96%/4% no-repeat;
    background-size: 2.5%; }
  form textarea {
    height: 200px; }
  form .button {
    font-weight: 700;
    font-size: 13px; }
  form .red {
    color: red; }
  form input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    background: #82768a;
    display: inline-block;
    float: right;
    border: none;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    -webkit-appearance: none;
    margin-bottom: 0;
    padding: 10px 8%; }
    form input[type="submit"]:hover {
      color: #ddd;
      background: #4d4a51;
      cursor: pointer; }
  form input[type="search"] {
    -webkit-appearance: textfield; }
  form input[type="radio"], form input[type="checkbox"] {
    float: left;
    width: 15px;
    height: 15px;
    margin-bottom: 30px;
    opacity: 1; }
  form input[type="checkbox"] {
    margin-bottom: 0; }
  form li {
    width: 49%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    /*&.three {
            width: 32%;
        }*/ }
    form li input.outline {
      border: 1px #82768a solid; }
    form li.recaptcha {
      clear: left; }
    form li.submit {
      float: right;
      margin-right: 0;
      clear: both;
      width: 100%;
      margin-top: 15px; }
      form li.submit:hover {
        cursor: pointer; }
    form li:nth-child(even) {
      margin-right: 0; }
    form li.type {
      width: 100%; }
      form li.type label {
        float: left;
        padding-right: 30px; }
        form li.type label:nth-child(1) {
          width: 100%;
          float: left; }
    form li.full {
      width: 100%;
      margin-right: 0; }
      form li.full + li {
        margin-right: 2%; }
    form li.left {
      clear: left;
      margin-right: 2%; }
      form li.left + li {
        margin-right: 0; }
    form li.textarea {
      width: 100%; }

span.V4-error {
  width: 94%; }

.half span.V4-error {
  width: 88%; }

.guestbook span.V4-error {
  width: 90.5%; }

.emails span.V4-error {
  width: 79.5%; }

.flash-message {
  float: left;
  margin-bottom: 0.75rem;
  width: 98%; }

.alert {
  background: #fcc5c7;
  color: #b80e15;
  font-weight: bold;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  margin-bottom: 10px;
  clear: both;
  position: relative; }
  .alert li {
    text-align: left; }
  .alert a.close {
    position: absolute;
    right: 15px;
    top: 10px; }

.alert.alert-success,
.alert.alert-info {
  background: #c1f2c5;
  color: #3e6641;
  font-weight: bold;
  padding-bottom: 0.75rem;
  clear: both;
  position: relative;
  top: 15px;
  right: 10px;
  width: 100%; }

.alert.alert-info {
  margin-bottom: 0.75rem; }

.emails .alert.alert-success {
  margin: 0 .5rem 1rem;
  width: 87%; }

.success {
  background: rgba(241, 236, 244, 0.65);
  border: 1px #82768a solid;
  font-weight: bold;
  padding: 1.5rem 3% 2rem 3%;
  width: 100%;
  margin-bottom: 50px;
  text-align: left;
  box-sizing: border-box; }

.guestbook form li {
  width: 100%; }

.searchform input[type="submit"],
#advsearch input[type="submit"] {
  width: auto; }

#advsearch input[type="submit"] {
  clear: both; }

.searchform li:nth-child(1) {
  width: 100%; }

.searchform li:nth-child(odd) {
  margin-right: 0; }

.searchform li:nth-child(even) {
  margin-right: 2%; }

.searchform li.submit {
  margin: 0; }

.emails form fieldset + ul {
  width: 100%; }

.emails button {
  margin-top: 10px; }

.emails ul {
  margin: 0; }
  .emails ul.narrow, .emails ul.all {
    margin: 10px 0 0 0;
    display: inline-block;
    clear: both;
    float: left; }
    .emails ul.narrow input[type="radio"], .emails ul.all input[type="radio"] {
      margin-bottom: 0;
      clear: both; }
    .emails ul.narrow li.type, .emails ul.all li.type {
      margin-bottom: 15px; }
  .emails ul.narrow input[type="radio"] {
    margin-bottom: 5px !important; }
  .emails ul.all {
    margin-top: 0; }
    .emails ul.all.email li:nth-child(1) {
      width: 49%; }
    .emails ul.all.email li:nth-child(2) {
      clear: left; }
  .emails ul li {
    width: 100%;
    margin-right: 0;
    /*&:nth-child(1) ul li { 
                width: 93% !important; 
                float: left; 
            }*/ }
    .emails ul li input[type="submit"] {
      margin-top: 20px;
      width: 100%; }
    .emails ul li input[type="radio"] {
      margin: 5px 3px 3px 0; }
    .emails ul li label:nth-child(1) span,
    .emails ul li label:nth-child(2) span {
      text-transform: none;
      font-size: 0.9em;
      margin-right: 0; }
    .emails ul li label.small {
      font-size: 0.7em;
      line-height: 1.15em;
      text-transform: none;
      display: block;
      margin-top: 31px; }
    .emails ul li label.pick {
      margin: 3px 0 15px;
      display: block;
      font-size: 0.9em;
      line-height: 1.5em;
      text-transform: uppercase; }
      .emails ul li label.pick span {
        text-transform: none; }
    .emails ul li label.consent {
      text-transform: none;
      line-height: 1em;
      font-size: 0.9em; }
    .emails ul li.submit {
      float: left; }

.V4-input-wrap {
  border: none;
  margin: 1em 0 .75em;
  list-style: none;
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  min-width: 100%; }
  .V4-input-wrap input,
  .V4-input-wrap select,
  .V4-input-wrap option,
  .V4-input-wrap textarea {
    border: none; }
  .V4-input-wrap label {
    cursor: text;
    padding: 0;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: normal;
    z-index: 200;
    color: #555555;
    font-size: 14px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    width: auto;
    float: none; }
  .V4-input-wrap input {
    width: 90%;
    margin: 0;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #555;
    font-size: 14px;
    letter-spacing: 0;
    font-family: verdana, sans-serif;
    line-height: 1;
    padding: 10px 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
  .V4-input-wrap.floater label {
    top: -1.6em;
    left: 0px;
    font-size: .9em; }
  .V4-input-wrap.nofloat label {
    top: -1.6em;
    left: 0px;
    font-size: .9em; }

.emails ul li .V4-input-wrap.floater label.small {
  font-size: 0.7em;
  line-height: 1.15em;
  text-transform: none;
  display: block;
  margin-top: 31px;
  top: 9px;
  left: 10px; }

#search .V4-input-wrap.floater label, #search .V4-input-wrap.nofloat label,
#advsearch .V4-input-wrap.floater label,
#advsearch .V4-input-wrap.nofloat label {
  font-size: 0.75em; }

.guestbook .V4-input-wrap.floater label, .obit_submit_form .V4-input-wrap.floater label, .obit_submit_form .V4-input-wrap.nofloat label {
  font-size: 0.75em; }

.obit_submit_form h3 {
  width: 100%;
  clear: both; }

label.small {
  font-size: 0.75em;
  float: left;
  margin: 3px 10px 0 0; }

label.full {
  width: 100%;
  float: left; }

.recaptcha {
  clear: both;
  margin-bottom: 15px; }

form.emailform li:nth-child(even) {
  margin-right: 2%; }

form.emailform li.submit:nth-child(even) {
  margin-right: 0; }

form.emailform li:nth-child(odd) {
  margin-right: 0; }

form.emailform li label {
  font-size: 0.9em; }
  form.emailform li label.consent {
    font-family: inherit;
    font-size: 1em; }

.V4-error + .V4-input-wrap input,
.V4-error + .V4-input-wrap select,
.V4-error + .V4-input-wrap textarea {
  border: 1px #82768a solid; }

ul.unsubscribe li {
  font-weight: 700;
  width: 100%; }
  ul.unsubscribe li #submit {
    margin-top: 1.5rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type="file"] {
    padding: 9px !important;
    cursor: pointer; }
  input#photo1, input#photo2, input#photo3 {
    height: 55px !important; }
  input[type="radio"] {
    padding: 1px; } }

@-moz-document url-prefix() {
  form select {
    padding: 7px 0 7px 10px; }
  form option {
    padding: 3px 0 3px 10px;
    border: 0;
    margin-bottom: 0;
    height: 20px; }
    form option:last-child {
      margin-bottom: 8px; }
  .half span.V4-error {
    width: 100%; }
  input[type="file"] {
    padding: 5px 5px 43px;
    cursor: pointer; }
  :invalid {
    box-shadow: none; }
  :-moz-submit-invalid {
    box-shadow: none; }
  :-moz-ui-invalid {
    box-shadow: none; } }

.datepicker {
  -webkit-appearance: textfield;
  -moz-appearance: textfield; }

input.datepicker[type="date"] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
  min-width: 100%; }

#browse.results {
  background: none;
  width: 64%;
  margin-top: 0;
  padding: 0;
  border: none; }
  #browse.results h1 {
    padding-bottom: 0; }
  #browse.results ul.pagination {
    margin-top: 10px; }
    #browse.results ul.pagination li {
      padding: 0 0.25rem;
      display: inline-block;
      margin-bottom: 17px;
      text-transform: uppercase; }
      #browse.results ul.pagination li:first-child, #browse.results ul.pagination li:last-child {
        margin-right: 5px;
        font-size: 0.85em; }
      #browse.results ul.pagination li:last-child {
        margin: 0 0 0 5px; }
      #browse.results ul.pagination li a {
        padding: 0 .25em; }
      #browse.results ul.pagination li.active a {
        border-bottom: solid 2px; }
  #browse.results p.navigate {
    border-bottom: 1px #dcd0e5 solid;
    padding: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 0.85em; }
    #browse.results p.navigate:last-child {
      margin-top: 50px;
      border: none;
      border-top: 1px #82768a solid; }
  #browse.results form.sortby {
    border: 1px #82768a solid;
    background: #82768a;
    width: 96%;
    padding: 20px 2%;
    float: left;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #fff; }
    #browse.results form.sortby legend {
      float: left;
      padding: 12px 0; }
    #browse.results form.sortby select {
      float: right;
      width: 88%;
      margin-bottom: 0; }
  #browse.results ul.obitlist li {
    background: #fff;
    padding: 1rem 3%;
    display: inline-block;
    width: 94%;
    margin-bottom: 5px;
    border: 1px #efefef solid; }
    #browse.results ul.obitlist li.none {
      background: none;
      padding-left: 0; }
    #browse.results ul.obitlist li img {
      float: right;
      max-width: 100px;
      margin-bottom: 3px;
      height: auto; }
      #browse.results ul.obitlist li img.pic {
        float: left;
        max-width: 200px;
        height: auto;
        margin-right: 10px; }
  #browse.results ul.obitlist h2 {
    font-size: 1.75em;
    padding-bottom: 5px;
    text-transform: capitalize; }
  #browse.results ul.obitlist p {
    font-size: 1em; }
    #browse.results ul.obitlist p.uppercase {
      padding-bottom: 5px; }
  #browse.results ul.obitlist .italic {
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: normal;
    float: left;
    padding-top: 3px; }

a.back {
  clear: left;
  display: block;
  width: 64%;
  text-align: left;
  padding-bottom: 20px; }

.funeral_branded {
  background: #fff;
  padding: 1.5rem 3% 2rem 3%;
  float: left;
  width: 100%;
  border: 1px #eae5ec solid;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  margin-bottom: 1.5rem; }
  .funeral_branded dl {
    text-align: left; }
  .funeral_branded img {
    float: right;
    padding-left: 15px; }

.branded {
  display: inline-block;
  margin: 0 auto 1.5rem;
  text-align: center;
  clear: both;
  max-width: 100%; }
  .branded img {
    width: 100%; }
  .branded.second {
    background: #fff;
    padding: 1.5rem 3% 2rem 3%;
    border: 1px #efefef solid;
    box-sizing: border-box;
    width: 33%;
    margin: 0 0 2rem 3%;
    display: inline-block;
    float: right;
    clear: right;
    text-align: left; }
    .branded.second img {
      width: 100%;
      max-width: 125px;
      float: left;
      margin-bottom: 1rem; }
    .branded.second h3 {
      clear: both;
      line-height: 1.15em; }
    .branded.second p {
      padding-top: 5px; }

.top {
  display: inline-block;
  border-bottom: 1px #ddd solid;
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }

#print_images {
  display: none; }

#slider {
  float: left;
  width: 220px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  height: 220px !important; }
  #slider img {
    position: absolute;
    max-height: 220px;
    max-width: 220px;
    display: inherit; }

a.back {
  clear: left;
  display: block;
  width: 64%;
  text-align: left;
  padding-bottom: 20px; }
  a.back:last-child {
    margin: -25px 0 25px 0; }

.top {
  text-align: right;
  font: 1em/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase; }
  .top h1 {
    font-size: 1.75em;
    text-align: right; }
  .top a.button, .top a.button:link {
    width: auto;
    margin: 5px 0 5px 5px;
    font-weight: 700;
    padding: 10px 15px; }
  .top a {
    font-size: 2em; }
  .top p {
    padding-bottom: 0.25em; }
  .top .prevnext {
    float: left;
    margin-top: 0.25rem;
    width: 220px;
    clear: both; }
    .top .prevnext a {
      float: left; }
      .top .prevnext a:nth-child(2) {
        float: right; }
      .top .prevnext a i {
        float: left; }

p.icons {
  clear: right;
  padding: 5px 0 10px 0; }
  p.icons a {
    padding-left: 10px; }
  p.icons i, p.icons [class^="icon-"]:before {
    margin-right: 0; }

p.textsize {
  text-align: right;
  padding-bottom: 15px; }

.obituary_body p {
  font-size: 0.95em;
  line-height: 1.55em;
  padding-bottom: 0.75em; }
  .obituary_body p.textsize {
    border: 1px #82768a solid;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 3%;
    margin-bottom: 1rem;
    background: #efefef; }
    .obituary_body p.textsize a {
      padding-left: 0 1.5%; }

.guestbook {
  margin-top: 1.5rem; }
  .guestbook h3 {
    border-bottom: 1px #555 dotted;
    margin-bottom: 0.75em; }
    .guestbook h3 span {
      font-size: 0.75em; }
  .guestbook p {
    padding-bottom: 10px; }
  .guestbook .alert.alert-success {
    padding: 0.75rem .45rem;
    margin: 0 0 1rem;
    right: 0; }

.box {
  background: #fff;
  padding: 1rem 2% 0.25rem;
  margin: 25px 0 0;
  clear: both; }

.condolences {
  list-style: none; }
  .condolences li {
    border-bottom: 1px #555 dotted;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem; }
    .condolences li span {
      width: 100%;
      display: block;
      padding: 0.25em 0 0;
      font-style: italic; }
    .condolences li:last-child {
      border: 0; }

.bottom-branded {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px #ddd solid; }
  .bottom-branded img {
    float: left;
    padding-right: 15px; }
  .bottom-branded p {
    font: 0.85em/1em "Open Sans", sans-serif; }
  .bottom-branded span {
    padding: 0 4px; }
  .bottom-branded a {
    text-transform: uppercase;
    font-weight: 700; }

.branded {
  display: inline-block;
  margin: 0 auto 1.5rem;
  text-align: center;
  clear: both;
  max-width: 100%; }
  .branded img {
    width: 100%; }
  .branded.second {
    background: #fff;
    padding: 1.5rem 3% 2rem 3%;
    border: 1px #efefef solid;
    box-sizing: border-box;
    width: 33%;
    margin: 0 0 2rem 3%;
    display: inline-block;
    float: right;
    clear: right;
    text-align: left; }
    .branded.second img {
      width: 100%;
      max-width: 125px;
      float: left;
      margin-bottom: 1rem; }
    .branded.second h3 {
      clear: both;
      line-height: 1.15em; }
    .branded.second p {
      padding-top: 5px; }

.top {
  display: inline-block;
  border-bottom: 1px #ddd solid;
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }

#print_images {
  display: none; }

#slider {
  float: left;
  width: 220px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  height: 220px !important; }
  #slider img {
    position: absolute;
    max-height: 220px;
    max-width: 220px;
    display: inherit; }

a.back {
  clear: left;
  display: block;
  width: 64%;
  text-align: left;
  padding-bottom: 20px; }
  a.back:last-child {
    margin: -25px 0 25px 0; }

.top {
  text-align: right;
  font: 1em/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase; }
  .top h1 {
    font-size: 1.75em;
    text-align: right; }
  .top a.button, .top a.button:link {
    width: auto;
    margin: 5px 0 5px 5px;
    font-weight: 700;
    padding: 10px 15px; }
  .top a {
    font-size: 2em; }
  .top p {
    padding-bottom: 0.25em; }
  .top .prevnext {
    float: left;
    margin-top: 0.25rem;
    width: 220px;
    clear: both; }
    .top .prevnext a {
      float: left; }
      .top .prevnext a:nth-child(2) {
        float: right; }
      .top .prevnext a i {
        float: left; }

p.icons {
  clear: right;
  padding: 5px 0 10px 0; }
  p.icons a {
    padding-left: 10px; }
  p.icons i, p.icons [class^="icon-"]:before {
    margin-right: 0; }

p.textsize {
  text-align: right;
  padding-bottom: 15px; }

.obituary_body p {
  font-size: 0.95em;
  line-height: 1.55em;
  padding-bottom: 0.75em; }
  .obituary_body p.textsize {
    border: 1px #82768a solid;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 3%;
    margin-bottom: 1rem;
    background: #efefef; }
    .obituary_body p.textsize a {
      padding-left: 0 1.5%; }

.guestbook {
  margin-top: 1.5rem; }
  .guestbook h3 {
    border-bottom: 1px #555 dotted;
    margin-bottom: 0.75em; }
    .guestbook h3 span {
      font-size: 0.75em; }
  .guestbook p {
    padding-bottom: 10px; }
  .guestbook .alert.alert-success {
    padding: 0.75rem .45rem;
    margin: 0 0 1rem;
    right: 0; }

.box {
  background: #fff;
  padding: 1rem 2% 0.25rem;
  margin: 25px 0 0;
  clear: both; }

.condolences {
  list-style: none; }
  .condolences li {
    border-bottom: 1px #555 dotted;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem; }
    .condolences li span {
      width: 100%;
      display: block;
      padding: 0.25em 0 0;
      font-style: italic; }
    .condolences li:last-child {
      border: 0; }

.bottom-branded {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px #ddd solid; }
  .bottom-branded img {
    float: left;
    padding-right: 15px; }
  .bottom-branded p {
    font: 0.85em/1em "Open Sans", sans-serif; }
  .bottom-branded span {
    padding: 0 4px; }
  .bottom-branded a {
    text-transform: uppercase;
    font-weight: 700; }

#browse.vendor {
  width: 100%;
  background: rgba(241, 236, 244, 0.65); }

ul.vendor-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  ul.vendor-list li {
    text-align: center;
    border: 1px #dcd0e5 solid;
    box-sizing: border-box;
    font-size: 0.8em;
    text-transform: uppercase;
    width: 32.333%;
    padding: 0;
    margin: 0 0.5% 0.75rem;
    transition: all 400ms ease-in-out;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    ul.vendor-list li:hover {
      background: rgba(255, 255, 255, 0.9); }
    ul.vendor-list li p {
      text-align: center;
      padding: 0;
      font-size: 1em; }
    ul.vendor-list li a {
      padding: 1em 3%;
      width: 94%;
      display: block !important; }
    ul.vendor-list li img {
      margin: 0.75em auto 0;
      max-height: 50px;
      width: auto; }
  ul.vendor-list li.branded,
  ul.vendor-list.fhomesbranded li {
    background: #fff; }

#browse.ask {
  width: 100%;
  margin-bottom: 1.5rem; }
  #browse.ask ul {
    padding: 0 0 1rem 1.5rem;
    margin-left: 1.5rem; }
    #browse.ask ul li {
      padding-bottom: 0.3em;
      list-style-type: disc; }
  #browse.ask img {
    float: left;
    padding: 0 0 1em 0; }
    #browse.ask img.left {
      padding-right: 1em;
      width: 150px; }
    #browse.ask img.imageLeft {
      width: 50%;
      margin-right: 1em;
      margin-bottom: 1em;
      float: left;
      padding: 0; }
  #browse.ask p.inset {
    float: right;
    border: 1px #82768a solid;
    padding: 1em 2%;
    width: 20%;
    margin: 0 0 1em 2%; }
    #browse.ask p.inset span {
      font-style: italic;
      font-size: 0.8em;
      display: block;
      padding-top: 0.75em; }
  #browse.ask .information ul li {
    list-style-type: none;
    font-size: 0.85em; }

#browse.ask .head {
  padding-bottom: .5em;
  border-bottom: 1px #555 solid;
  margin-bottom: 1.5rem;
  float: left;
  width: 100%;
  position: relative; }
  #browse.ask .head h1 {
    padding: 0; }
  #browse.ask .head h2 {
    padding-bottom: 0; }
    #browse.ask .head h2.smaller {
      text-transform: uppercase;
      font-size: 1.15em;
      padding-bottom: 1em; }
  #browse.ask .head p.italic {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 0.8em; }
  #browse.ask .head img {
    float: right;
    max-height: 140px;
    padding: 0; }

.article p.body {
  margin-top: 0.75em; }

.article p.bold {
  text-transform: uppercase;
  font: 700 1.15em/1.15em 'Open Sans Condensed', sans-serif;
  padding: 0;
  letter-spacing: 1px; }

.article .information {
  border-top: 1px #555 solid;
  padding-top: 1.5rem;
  margin-top: 1.5rem; }
  .article .information img {
    float: left;
    max-height: 130px; }
  .article .information ul {
    float: right; }
    .article .information ul li {
      text-align: right;
      width: 100%;
      font-size: 0.8em;
      line-height: 1.2em;
      padding-top: 1rem;
      font-weight: bold; }
      .article .information ul li:first-child {
        padding-top: 0; }
      .article .information ul li span {
        text-transform: uppercase;
        float: right;
        width: 100%; }

.archive {
  display: inline-block;
  width: 100%;
  letter-spacing: -1em;
  font-family: monospace; }
  .archive .ask-fd {
    letter-spacing: normal;
    float: none;
    vertical-align: top;
    clear: none;
    width: 31.333%;
    margin: 0 1% 1.5rem 1%;
    background: #fff; }

html,
body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

body {
  background: #fff url(/images/blossoms-back.jpg) top right no-repeat;
  background-attachment: fixed;
  font: 16px arial, sans-serif;
  color: #555;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

.container {
  margin: 0 auto;
  padding: 1.5rem 3% 0 3%;
  width: 94%;
  max-width: 1040px;
  z-index: 1;
  position: relative; }

a,
a:link,
a:visited,
a:hover {
  outline: none;
  color: #82768a;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #363239;
  transition: all 400ms ease-in-out; }

a.phone, a.phone:link, a.phone:visited {
  color: #555;
  font-weight: normal;
  cursor: default; }

a.button, button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1px;
  background: #82768a;
  padding: 0.75em 0;
  width: 96%;
  border: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font: 0.8em/1.35em "Open Sans", sans-serif;
  transition: all 400ms ease-in-out; }
  a.button:hover, button:hover {
    background: #363239;
    color: #ddd; }

h1,
h2 {
  font: 700 2em/1.25em "Open Sans Condensed", sans-serif;
  padding-bottom: 1rem;
  text-align: left; }

h3 {
  font: 600 1.25em/1.5em "Open Sans Condensed", sans-serif;
  text-align: left; }

h4 {
  font: 0.85em/1.5em "Open Sans", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.75px; }

p,
li {
  font-size: 0.95em;
  line-height: 1.55em;
  padding-bottom: 0.75em; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

li {
  padding-bottom: inherit; }

.italic {
  font-style: italic;
  font-weight: 600; }

p.uppercase {
  text-transform: uppercase; }

small {
  font-size: 0.7em;
  padding-right: 2px;
  text-transform: uppercase; }

a.textlink,
a.textlink:visited {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  font-weight: 700; }

dt {
  padding-bottom: 0.75em; }

dd {
  font-size: 0.9em;
  padding-bottom: 0.25em; }

@font-face {
  font-family: 'wfp';
  src: url("/font/wfp.eot?44254175");
  src: url("/font/wfp.eot?44254175#iefix") format("embedded-opentype"), url("/font/wfp.woff2?44254175") format("woff2"), url("/font/wfp.woff?44254175") format("woff"), url("/font/wfp.ttf?44254175") format("truetype"), url("/font/wfp.svg?44254175#wfp") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'wfp';
    src: url('../font/wfp.svg?44254175#wfp') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "wfp";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e800'; }

/* '' */
.icon-instagram:before {
  content: '\e801'; }

/* '' */
.icon-home:before {
  content: '\e802'; }

/* '' */
.icon-mail:before {
  content: '\e803'; }

/* '' */
.icon-print:before {
  content: '\e804'; }

/* '' */
.icon-share:before {
  content: '\e805'; }

/* '' */
.icon-user:before {
  content: '\e806'; }

/* '' */
.icon-menu:before {
  content: '\e807'; }

/* '' */
.icon-facebook:before {
  content: '\e809'; }

/* '' */
.icon-monitor:before {
  content: '\e80a'; }

/* '' */
.icon-attention:before {
  content: '\e80b'; }

/* '' */
.icon-arrow-left:before {
  content: '\e80c'; }

/* '' */
.icon-checkmark:before {
  content: '\e80d'; }

/* '' */
.icon-close:before {
  content: '\e80e'; }

/* '' */
.icon-caret-down:before {
  content: '\e80f'; }

/* '' */
.icon-caret-up:before {
  content: '\e810'; }

/* '' */
.icon-caret-left:before {
  content: '\e811'; }

/* '' */
.icon-caret-right:before {
  content: '\e812'; }

/* '' */
.icon-signup:before {
  content: '\e814'; }

/* '' */
.mobile-ad {
  padding-top: 3.25rem;
  display: none; }

.mobile-ad + #content {
  padding-top: 0.75rem; }

header {
  display: inline-block;
  width: 96%;
  padding: 0 2%;
  position: relative;
  z-index: 5; }
  header .subscribe {
    padding: 0 .4em; }
  header + div {
    margin-top: 1.5rem;
    width: 100%; }
  header .header-links {
    margin: 0 -9999rem;
    padding: 0.25rem 9999rem;
    background: #333;
    font-size: 1.1em; }
    header .header-links i {
      margin: 2px 0%;
      font-size: 1.2em;
      display: inline-block;
      background: none;
      padding: 0;
      color: #82768a;
      position: relative; }
      header .header-links i:hover {
        color: #363239; }
    header .header-links a {
      text-transform: uppercase;
      cursor: pointer; }
      header .header-links a small {
        margin-right: 1%;
        font-size: .6em; }
    header .header-links .utility_nav {
      display: inline-block;
      text-align: left;
      width: 65%; }
      header .header-links .utility_nav li {
        color: #fff;
        display: inline-block;
        font: 700 0.9em/1em "Open Sans Condensed", sans-serif;
        text-transform: uppercase; }
        header .header-links .utility_nav li a {
          padding: 0 .4em; }
        header .header-links .utility_nav li.soc {
          padding-right: 0.75em;
          font-size: 0.75em; }
        header .header-links .utility_nav li.partners {
          font-size: 0.75em; }
        header .header-links .utility_nav li a, header .header-links .utility_nav li a:link {
          font-size: 1em;
          color: #fff; }
          header .header-links .utility_nav li a:hover, header .header-links .utility_nav li a:link:hover {
            color: #dcd0e5; }
      header .header-links .utility_nav.right {
        text-align: right;
        width: 35%;
        padding-right: 0 !important;
        float: right; }
        header .header-links .utility_nav.right li {
          font-size: 0.75em;
          padding: 0 .4em;
          color: #fff; }
          header .header-links .utility_nav.right li:last-child a {
            padding-right: 0; }
  header .header-content {
    max-width: 1068px;
    margin: 0 auto;
    display: inline-block;
    width: 100%; }
    header .header-content .logo {
      float: left;
      display: inline-block;
      padding: 1.5rem 0 0;
      vertical-align: middle;
      width: 27%; }
      header .header-content .logo .png {
        display: none; }
      header .header-content .logo img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 100%; }
    header .header-content p {
      font-size: .6em;
      float: left;
      text-align: left;
      margin-top: 1em;
      color: #999;
      font-style: italic; }
  header .leaderboard {
    float: right;
    padding: 1.5em 0; }
  header.sticky {
    position: fixed;
    display: block;
    box-shadow: 0 1px 1px 1px #888;
    background: #fff;
    top: 0; }
    header.sticky .leaderboard {
      display: none; }
    header.sticky li {
      font-size: 1em; }
    header.sticky p.breadcrumb {
      background: #fff; }
    header.sticky nav li {
      font-size: 0.9em;
      padding: 0.25em 2.65% 0.2em 2.65%; }
      header.sticky nav li:hover ul {
        top: 31px !important; }
    header.sticky .header-content .logo img {
      max-width: 200px;
      width: 100%; }
    header.sticky .header-links {
      background: none;
      margin: 0;
      padding: 1.5rem 0 0 0;
      float: right; }
      header.sticky .header-links li {
        padding: 0;
        color: #82768a; }
        header.sticky .header-links li.soc {
          padding: 0 0 0 0.2em; }
          header.sticky .header-links li.soc i {
            margin-top: -1px; }
      header.sticky .header-links i, header.sticky .header-links a, header.sticky .header-links a:link, header.sticky .header-links a:visited {
        color: #82768a; }
      header.sticky .header-links i:hover, header.sticky .header-links .utility_nav li a:hover {
        color: #363239; }
      header.sticky .header-links .utility_nav {
        text-align: right;
        width: auto;
        font-size: 1.1em;
        float: right;
        clear: right; }
        header.sticky .header-links .utility_nav.right li {
          color: #82768a; }
        header.sticky .header-links .utility_nav li a, header.sticky .header-links .utility_nav li a:link {
          font-size: 0.9em;
          color: #82768a; }
          header.sticky .header-links .utility_nav li a:hover, header.sticky .header-links .utility_nav li a:link:hover {
            color: #363239; }
    header.sticky ul li ul {
      margin-top: 0.25em; }
    header.sticky nav li:hover ul {
      opacity: 1;
      top: 26px;
      visibility: visible; }

header.sticky + .container {
  margin-top: 237px; }

/*
.lines {
    display: none; 
}
*/
i {
  margin: 1px .5%;
  font-size: 1em;
  display: inline-block; }

.breadcrumb {
  text-align: left;
  color: #555;
  display: inline-block;
  margin: 0 -9999rem;
  padding: 0.5em 9999rem;
  width: 100%;
  max-width: 1068px;
  border-bottom: 1px #ddd solid; }
  .breadcrumb i {
    margin: 0; }

/*
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}*/
/* Fade-In Styles */
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fader ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fader ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms; }
  .fade-in.two {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms; }

@-webkit-keyframes fader {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fader {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.mfp-content .content {
  background: #fff;
  padding: 0 3% 3% 3%;
  width: 94%;
  float: left; }
  .mfp-content .content #browse {
    padding: 3% 0 0 0;
    background: none; }

ul.error {
  margin: 0 0 15px 25px; }
  ul.error li {
    list-style-type: disc; }

#search,
#advsearch {
  background: rgba(241, 236, 244, 0.65);
  padding: 1rem 3% 1.5rem;
  border: 1px #eae5ec solid;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin: 0 0 1.5rem 0;
  width: 94%;
  display: inline-block;
  clear: both;
  float: left; }
  #search form,
  #advsearch form {
    float: left; }
  #search p,
  #advsearch p {
    margin: 1em 0 0;
    padding: 0;
    font-size: .8em;
    width: 100%;
    float: left; }

#advsearch {
  display: none; }

.quicklinks {
  margin-top: 1em;
  clear: both;
  float: left;
  width: 100%; }
  .quicklinks li {
    display: inline-block;
    color: #555;
    text-transform: uppercase; }
    .quicklinks li span {
      padding-left: 0.25em; }

a#advanced_search_link,
#regular_search_link {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 3%;
  top: 81px; }

#regular_search_link {
  top: 284px; }

.earlug {
  float: right;
  margin-top: -75px; }

#browse {
  background: #fff;
  border: 1px #eae5ec solid;
  box-sizing: border-box;
  padding: 1.5rem 3% 2rem 3%;
  width: 64%;
  margin-bottom: 75px;
  text-align: left;
  display: inline-block;
  float: left; }
  #browse.home h1 {
    padding-bottom: 0; }
  #browse.general {
    width: 100%; }

.resp-tab-content {
  display: none; }

.resp-tabs-list li,
h2.resp-accordion {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 0.75em 1em;
  margin: 0 0.25em 0.25em 0;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 0.8em;
  letter-spacing: 1px;
  background-color: #82768a !important;
  color: #fff;
  transition: all 400ms ease-in-out; }

.resp-tabs-list li:hover {
  background: #363239 !important;
  color: #ddd; }

.resp-tabs-list li.resp-tab-active {
  background: none !important;
  color: #82768a;
  font-weight: 600; }

h2.resp-accordion {
  cursor: pointer;
  display: none; }
  h2.resp-accordion:hover {
    background: #82768a !important;
    color: #ddd; }

h4 a,
h4 a:link,
h4 a:visited {
  font-weight: 700; }

ul.deceased-list {
  margin: 1.5rem 0;
  padding: 0; }
  ul.deceased-list li {
    padding: 15px 0;
    border-bottom: 1px #ddd solid;
    display: inline-block;
    width: 100%; }
    ul.deceased-list li img {
      float: right;
      max-width: 100px;
      margin-bottom: 3px; }
      ul.deceased-list li img.pic {
        float: left;
        max-width: 200px;
        margin-right: 10px; }
  ul.deceased-list p.uppercase {
    padding: 0.2em 0 0 0;
    font-size: 0.85em; }
  ul.deceased-list .italic {
    line-height: 1.5em;
    text-align: left; }
  ul.deceased-list h2 {
    font-size: 1.1em !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0; }
    ul.deceased-list h2 a, ul.deceased-list h2 a:link {
      font-weight: bold; }

a.italic {
  font-style: italic;
  font-weight: normal;
  float: right;
  padding-top: 3px;
  line-height: 1em; }

ul.guidelines li {
  list-style-type: disc;
  margin: 0 0 0.75em 1.5em; }

.publish-dates {
  border: #dcd0e5 1px solid;
  box-sizing: border-box;
  padding: 1rem 2.5% 0.75rem 2.5%;
  margin: 0 0 1.5rem 1rem;
  float: right;
  width: 49%; }
  .publish-dates p {
    text-align: center;
    color: #555;
    padding-bottom: 0.75em;
    font-size: 0.8em;
    text-transform: uppercase; }
    .publish-dates p span {
      font-weight: 700; }
    .publish-dates p.bold {
      font-size: 1em;
      font-weight: 700; }

.emails {
  background: rgba(241, 236, 244, 0.65);
  padding: 1.5rem 3% 2rem 3%;
  border: 1px #eae5ec solid;
  width: 33%;
  margin: 0 0 2rem 3%;
  display: inline-block;
  float: right;
  text-align: left;
  box-sizing: border-box; }
  .emails p {
    padding-bottom: 0.25em; }
    .emails p.italic {
      padding-bottom: 0.25em; }
    .emails p.hide {
      margin: 5px auto 0 auto;
      text-align: center; }

.partners {
  background: #fff;
  padding: 1.5rem 3% 2rem 3%;
  width: 33%;
  margin: 0 0 2rem 3%;
  border: 1px #eae5ec solid;
  display: inline-block;
  float: right;
  text-align: left;
  clear: right;
  box-sizing: border-box; }
  .partners .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 0 0.25rem 0; }
    .partners .rslides li {
      -webkit-backface-visibility: hidden;
      position: absolute;
      display: none;
      width: 100%;
      left: 0;
      top: 0; }
    .partners .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
    .partners .rslides img {
      display: block;
      height: auto;
      float: left;
      width: 100%;
      border: 0; }

.ask-fd {
  background: #fff;
  padding: 1.5rem 3% 2rem 3%;
  width: 33%;
  margin: 0 0 2rem 3%;
  display: inline-block;
  float: left;
  text-align: left;
  clear: right;
  position: relative;
  overflow: hidden;
  border: 1px #eae5ec solid;
  box-sizing: border-box; }
  .ask-fd .tile-padding .tile-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .ask-fd .tile-padding .tile-content h2 {
      padding: 2px 9% 0.75em 9%;
      font: 1em/1.25em 'Open Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: bold; }
    .ask-fd .tile-padding .tile-content h3 {
      padding: 0 9% 1em 9%;
      font-size: 1.5em;
      line-height: 1.2em; }
    .ask-fd .tile-padding .tile-content p {
      padding: 0 9%; }
      .ask-fd .tile-padding .tile-content p.italic {
        margin-top: 2em;
        text-transform: uppercase;
        font-size: 0.8em; }
      .ask-fd .tile-padding .tile-content p.date {
        font-size: 0.8em; }
      .ask-fd .tile-padding .tile-content p.bold {
        font: 700 1em/1em 'Open Sans Condensed', sans-serif;
        text-transform: uppercase; }
  .ask-fd .fade {
    background: linear-gradient(rgba(255, 255, 255, 0) 25%, #f1ecf6 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1ecf6',GradientType=0 );
    width: 82%;
    position: absolute;
    padding: 20% 9% 1em;
    bottom: 0;
    left: 0; }
    .ask-fd .fade a.button {
      margin: 0 0 18px;
      width: 100%; }
  .ask-fd.home {
    float: right; }

footer {
  background: #363239;
  color: #fff;
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  clear: both;
  font: 0.9em/1em "Open Sans", sans-serif;
  letter-spacing: 1px; }
  footer .footer-content {
    max-width: 1068px;
    margin: 0 auto; }
  footer dl {
    width: 49%;
    margin: 3.5rem 0;
    display: inline-table;
    min-height: 100px;
    box-sizing: border-box;
    text-align: left; }
    footer dl.general {
      border-right: 1px #fff solid; }
    footer dl.network {
      padding-left: 5%; }
  footer dt {
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0.25em; }
  footer dd {
    text-align: left;
    float: left;
    width: 50%;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.45em 0; }
  footer a:link,
  footer a:visited {
    color: #fff; }
  footer a:hover {
    color: #dcd0e5; }
  footer .copyright {
    text-align: left;
    font-size: 0.75em;
    display: inline-block;
    width: 100%;
    margin-bottom: 3rem; }

/* Magnific Popup CSS - version 1.0.0*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*==================================================
V4 login container styles
================================================== */
.mfp-bg {
  z-index: 5000000; }

.mfp-wrap {
  z-index: 5000001;
  position: fixed; }

.mfp-content {
  z-index: 5000002; }

.rfac {
  z-index: 500 !important; }

.V4-login-container,
.V4-login-container * {
  line-height: normal;
  box-sizing: border-box; }

.V4-login-container {
  color: #555;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
  font-family: 'Open Sans', sans-serif; }

.V4-login-container p {
  padding-bottom: 10px;
  margin: .5rem 0; }

.V4-login-container p.note {
  color: #666;
  font-size: 90%; }

.V4-tooltip strong {
  text-shadow: none; }

#loginPopup.V4-login-container form label {
  text-transform: none; }

#loginPopup.V4-login-container strong {
  font-weight: bold; }

#loginPopup.V4-login-container em {
  font-style: italic; }

.sub-label {
  display: block;
  margin-left: 1.5em;
  font-weight: normal; }

.V4-login-container sup {
  vertical-align: super;
  font-size: .9em; }

#loginPopup.V4-login-container fieldset {
  border: none;
  width: 100%; }

#loginPopup.V4-login-container input[type="text"],
#loginPopup.V4-login-container input[type="password"],
#loginPopup.V4-login-container input[type="email"],
#loginPopup.V4-login-container input[type="tel"],
.V4-login-container textarea,
#loginPopup.V4-login-container textarea,
#loginPopup.V4-login-container select {
  padding: 6px 4px;
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
  position: relative;
  z-index: 300;
  background: transparent;
  background: rgba(255, 255, 255, 0); }

.V4-input-wrap {
  float: left;
  border: 1px solid #ddd;
  margin: 15px 0 10px;
  width: 100%;
  text-align: left;
  position: relative; }

#loginPopup.V4-login-container .V4-input-wrap input,
#loginPopup.V4-login-container .V4-input-wrap select,
#loginPopup.V4-login-container .V4-input-wrap textarea {
  width: 90%;
  border: none;
  margin: 0;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  font-family: verdana, sans-serif;
  line-height: 1; }

#loginPopup.V4-login-container .V4-input-wrap select {
  padding-top: 8px;
  height: 37px; }

.lt-ie9 #loginPopup.V4-login-container .V4-input-wrap select {
  height: auto; }

#loginPopup.V4-login-container .V4-input-wrap input:focus {
  border: none;
  box-shadow: none;
  outline: none; }

#loginPopup.V4-login-container .V4-login-container .mfp-close {
  opacity: 1;
  color: #82768a;
  font-weight: bold; }

#loginPopup.V4-login-container .V4-login-container .mfp-close:hover {
  background: none;
  color: #333; }

#loginPopup.V4-login-container a {
  color: #82768a;
  font-weight: normal;
  width: 20%; }

#loginPopup.V4-login-container a:hover {
  color: #333;
  text-decoration: none; }

#loginPopup.V4-login-container .half a {
  width: auto; }

#loginPopup.V4-login-container .half i {
  margin: 0; }

.login-back-btn,
.login-close-btn {
  position: absolute;
  top: 0;
  background: #ccc;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s; }

.login-back-btn {
  left: 0; }

.login-close-btn {
  right: 0; }

#loginPopup.V4-login-container .button,
#loginPopup.V4-login-container button,
#loginPopup.V4-login-container input[type="submit"],
#loginPopup.V4-login-container input[type="reset"],
#loginPopup.V4-login-container input[type="button"] {
  font-weight: normal;
  width: auto;
  min-height: 35px;
  text-transform: uppercase;
  text-align: center;
  background: #82768a;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 13px;
  padding: 10px;
  letter-spacing: 1px;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none; }

#loginPopup.V4-login-container .button.inactive,
#loginPopup.V4-login-container button.inactive,
#loginPopup.V4-login-container input[type="submit"].inactive,
#loginPopup.V4-login-container input[type="reset"].inactive,
#loginPopup.V4-login-container input[type="button"].inactive {
  background: #ccc;
  padding: 1.05em; }

#loginPopup.V4-login-container .button:hover,
#loginPopup.V4-login-container button:hover,
#loginPopup.V4-login-container input[type="submit"]:hover,
#loginPopup.V4-login-container input[type="reset"]:hover,
#loginPopup.V4-login-container input[type="button"]:hover,
.login-close-btn:hover,
.login-back-btn:hover {
  background: #333;
  color: #fff; }

#loginPopup.V4-login-container .button.fr,
#loginPopup.V4-login-container button.fr,
#loginPopup.V4-login-container input[type="submit"].fr,
#loginPopup.V4-login-container input[type="reset"].fr,
#loginPopup.V4-login-container input[type="button"].fr {
  margin-left: 5px; }

#loginPopup.V4-login-container fieldset input[type="checkbox"] {
  width: 14px;
  float: none;
  display: inline;
  vertical-align: bottom;
  margin-bottom: 0; }

#loginPopup.V4-login-container fieldset small {
  font-size: 0.8em;
  text-transform: none; }

#loginPopup.V4-login-container .V4-input-wrap .wide {
  width: 100%; }

.V4-login-container h5 {
  margin: 20px 0 0 0;
  color: #555;
  /* font-size: 1.2rem; */
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 19px !important;
  text-transform: uppercase; }

#loginPopup.V4-login-container h4 {
  color: #555;
  font-size: 21px !important;
  font-size: 1.5rem !important;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: none;
  line-height: normal;
  text-transform: none; }

.V4-login-container a.button, .V4-login-container button {
  font-weight: normal !important; }

.small-button {
  font-size: .9em;
  border: 1px solid;
  padding: 5px 5px;
  border-radius: 2px; }

.mfp-content #loginPopup fieldset label {
  width: auto;
  float: none;
  font-weight: inherit; }

.V4-login-container h3 {
  margin: 10px 0; }

.V4-login-container ul,
.V4-login-container ol {
  margin: 0 0 0 2em; }

.V4-login-container li + li {
  margin: 1em 0 0 0; }

.V4-login-container .error-message p {
  font-weight: bold;
  background: #F44336;
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center; }

.V4-login-container .success-message p {
  font-weight: bold;
  background: #8BC34A;
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center; }

.V4-login-container .bottom-left {
  position: absolute;
  bottom: 15px;
  left: 15px;
  top: inherit; }

.V4-login-container .bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px; }

.V4-login-container span.bottom-left {
  bottom: 0;
  left: 0; }

.V4-login-container #email_pref_list i {
  margin: 0; }

#loginPopup.V4-login-container #email_pref_list a {
  width: auto; }

/*
	account settings
*/
center {
  margin-top: 15px; }

.fr.tr.account-settings {
  background: #82768a;
  color: #fff;
  position: relative;
  padding: 0px 7px 2px;
  border-radius: 2em; }

#loginPopup.V4-login-container .fr.tr.account-settings a {
  width: 100% !important;
  text-align: left; }

.account-settings span {
  position: absolute;
  display: none;
  background: #fff;
  z-index: 5000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.account-settings i {
  display: block;
  font-size: 1.8em;
  font-style: normal; }

.account-settings i i {
  margin-top: -7px;
  background: none;
  text-align: center;
  font-size: .5em;
  display: block; }

.account-settings:hover span {
  display: block;
  right: 0; }

.account-settings span a {
  display: block;
  padding: .5em 1em;
  font-size: .8em;
  white-space: nowrap; }

.account-settings span a + a {
  border-top: 1px solid #ddd;
  width: 100% !important; }

/* tooltips, popups, bubbles, etc */
.V4-login-container .info-bubble {
  color: #82768a;
  font-weight: bold;
  cursor: help; }

.V4-login-container h4 .account-settings span a {
  width: 100%; }

.V4-login-container h4 .info-bubble {
  font-size: .7em; }

.V4-tooltip {
  position: absolute;
  z-index: 5043001; }

.V4-tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #82768a;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

.V4-tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #82768a;
  top: -20px;
  bottom: auto; }

.V4-tooltip.left:after {
  left: 10px;
  margin: 0; }

.V4-tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.input-bubble {
  position: absolute;
  left: 0;
  top: 120%;
  display: none;
  z-index: 400; }

sup {
  vertical-align: super;
  font-size: .9em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.input-bubble:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #82768a;
  border-width: 5px;
  margin-left: -5px; }

.top-input-bubble {
  position: absolute;
  left: 0;
  bottom: 110%;
  display: none;
  z-index: 400; }

.top-input-bubble:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #82768a;
  border-width: 5px;
  margin-left: -5px; }

input:focus ~ .input-bubble,
input:focus ~ .top-input-bubble {
  display: block; }

.V4-input-wrap .info-bubble {
  background: #ccc;
  border-radius: 10px;
  padding: 3px 6px;
  line-height: 1em;
  color: #fff;
  vertical-align: middle;
  display: inline-block; }

.V4-error {
  display: block;
  clear: both;
  position: relative; }

.V4-error:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #82768a;
  border-width: 5px;
  margin-left: -5px; }

.V4-error,
.input-bubble,
.top-input-bubble,
.V4-tooltip,
.V4-error.red {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  background: #82768a;
  text-align: center;
  padding: 10px 30px;
  width: 100%; }

.V4-tooltip {
  width: auto !important; }

.top-input-bubble:before,
.V4-error:before {
  content: "!";
  position: absolute;
  top: 50%;
  left: -15px;
  background: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 25px;
  color: #82768a;
  border: 3px solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.V4-error.red {
  background: #F44336; }

.V4-error.red:after {
  border-top-color: #F44336; }

.lt-ie9 .top-input-bubble:before,
.lt-ie9 .V4-error:before {
  content: "!";
  position: absolute;
  top: -2px;
  left: -2px;
  background: #fff;
  padding: 0px 10px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  color: #82768a;
  border: 3px solid; }

.lt-ie9 .top-input-bubble {
  top: -250%; }

#loginPopup.V4-login-container .V4-error a,
#loginPopup.V4-login-container .V4-tooltip a,
#loginPopup.V4-login-container .input-bubble a,
#loginPopup.V4-login-container .info-bubble a,
#loginPopup.V4-login-container .top-input-bubble a {
  color: #fff;
  font-weight: 700; }

#v4-recaptcha-new,
#v4-recaptcha-migrate,
#v4-recaptcha-messages {
  width: 100%;
  text-align: center; }

#v4-recaptcha-new > div,
#v4-recaptcha-migrate > div,
#v4-recaptcha-messages > div {
  display: inline-block; }

.V4-login,
.V4-login-messages,
.V4-no-email,
.V4-activated-account,
.V4-activation-email,
.V4-activation-waiting,
.V4-activation-confirmation,
.V4-login-help,
.V4-activation-checking,
.V4-error,
.V4-forgot-password,
.V4-confirm-forgot-password,
.V4-change-password,
.V4-manage-user,
.V4-logout {
  display: none; }

.v4-loging-wrapper a {
  cursor: hover; }

.mfp-content #loginPopup fieldset .V4-input-wrap label {
  padding: 0 !important;
  position: absolute;
  top: 10px;
  left: 5px;
  font-weight: normal;
  z-index: 200;
  color: #999;
  font-size: 1em;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  width: auto;
  text-transform: none; }

.mfp-content #loginPopup fieldset .V4-input-wrap.floater label,
.mfp-content #loginPopup fieldset .V4-input-wrap input:focus ~ label,
.mfp-content #loginPopup fieldset .V4-input-wrap textarea:focus ~ label,
.mfp-content #loginPopup fieldset .V4-input-wrap select:focus ~ label {
  top: -1.6em;
  left: 0px;
  font-size: .9em; }

#email_pref_list p {
  margin-bottom: 0; }

#email_pref_list input[type="checkbox"] {
  margin: 0px 3px 3px 0;
  vertical-align: middle; }

#email_pref_list h4 ~ h4 {
  margin-top: 15px; }

.tr {
  text-align: right; }

.sub-label {
  display: block;
  margin-left: 1.5em;
  font-weight: normal; }

.V4-login-container hr {
  margin: 0 0 20px 0; }

.V4-manage-user .fr.tr {
  margin: 0; }

.accordion-panel {
  width: 100%; }

.accordion h5,
.profile-accordion h5 {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  cursor: pointer; }

.accordion h5.active,
.profile-accordion h5.active {
  background: #f1f1f1; }

.accordion h5 + div,
.profile-accordion h5 + div {
  border: 1px solid #f1f1f1;
  padding: 10px;
  overflow: hidden; }

.profile-accordion h5 div + div {
  margin-bottom: 10px; }

.accordion p {
  padding: 0; }

.V4-login-help.accordion > h5 {
  padding: 5px;
  text-transform: none; }

.profile-accordion {
  margin-bottom: 20px; }

.captcha-info {
  text-align: center; }

@media (max-width: 512px) {
  html {
    margin-right: 0 !important;
    overflow: visible !important; }
  .V4-login-container {
    padding: 35px 30px; }
  .V4-register-link {
    clear: both;
    margin: 0; }
  .V4-login-container .bottom-left {
    position: relative;
    bottom: 0;
    left: 0;
    top: 18px; }
  .V4-register-max-width,
  .V4-register-max-width + input[type="button"] {
    max-width: 250px; }
  #loginPopup.V4-login-container .V4-input-wrap input {
    width: 88%; }
  #v4-recaptcha-new,
  #v4-recaptcha-migrate,
  #v4-recaptcha-messages {
    margin: 10px 0 10px -27px; }
  #loginPopup.V4-login-container .button,
  #loginPopup.V4-login-container .small-button,
  #loginPopup.V4-login-container button,
  #loginPopup.V4-login-container input[type="submit"],
  #loginPopup.V4-login-container input[type="reset"],
  #loginPopup.V4-login-container input[type="button"],
  #loginPopup.V4-login-container .button.fr,
  #loginPopup.V4-login-container button.fr,
  #loginPopup.V4-login-container input[type="submit"].fr,
  #loginPopup.V4-login-container input[type="reset"].fr,
  #loginPopup.V4-login-container input[type="button"].fr {
    float: none;
    width: 100%;
    margin: 10px 0 0 0; }
  #loginPopup.V4-login-container .small-button {
    display: block; } }

#loginPopup.V4-login-container h5 span.info-bubble {
  color: #82768a;
  float: none;
  font: 70% "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 3px;
  display: block; }

@media all and (max-width: 500px) {
  .V4-login-container {
    padding: 35px 30px; }
  .V4-register-link {
    clear: both;
    margin: 0; }
  .V4-register-max-width {
    max-width: 250px; }
  #loginPopup.V4-login-container .V4-input-wrap input {
    width: 88%; }
  #v4-recaptcha-new,
  #v4-recaptcha-migrate {
    margin: 10px 0 10px -27px; }
  .sub-label br {
    display: none; } }

@media (max-width: 480px) {
  #loginPopup.V4-login-container .V4-input-wrap input {
    width: 80%; }
  .V4-login-container {
    padding: 30px 30px; } }

/*==================================================
Overrides
================================================== */
.V4-login-container .pr {
  position: relative; }

.V4-login-container .fr {
  float: right; }

.V4-login-container img.fr,
.V4-login-container .fr img {
  margin: 0 0 10px 10px; }

.V4-login-container .fl {
  float: left; }

.V4-login-container img.fl,
.V4-login-container .fl img {
  margin: 0 10px 10px 0; }

.V4-login-container .cb {
  clear: both; }

.V4-login-container .cr {
  clear: right; }

.V4-login-container .cl {
  clear: left; }

.V4-login-container .hidden {
  display: none; }

.half {
  float: left;
  width: 49%; }

.half * {
  -moz-box-sizing: border-box; }

.half.omega {
  margin-left: 1%; }

.half.alpha {
  margin-right: 1%;
  clear: both; }

.third {
  float: left;
  width: 32.333%; }

.third.alpha {
  margin-right: 1%; }

.third.beta {
  margin-right: .5%;
  margin-left: .5%; }

.third.charlie {
  margin-left: 1%; }

.V4-login-container .mobile-show,
.V4-login-container .tablet-show {
  display: none; }

.account-state-element {
  display: none; }

/*==================================================
Media Queries
===================================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-content .logo .svg {
    display: none; }
  header .header-content .logo .png {
    display: inline-block; } }

@media screen and (max-width: 1050px) {
  header .header-content .logo {
    transition: all 400ms ease-in-out; }
    header .header-content .logo img {
      max-width: 200px;
      padding: 0;
      width: auto; } }

@media screen and (max-width: 1008px) {
  #browse,
  #browse.results,
  #browse.details,
  #browse.general {
    margin-bottom: 1.5rem;
    width: 100%; }
  .emails,
  .partners,
  .branded.second {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1.5rem; }
  .partners .rslides {
    background: #fff;
    padding: 0.75rem 0 0.25rem 0; }
    .partners .rslides img {
      max-height: 200px;
      width: auto;
      float: none;
      text-align: center;
      margin: auto; }
  .ask-fd.home {
    clear: none;
    width: 48%;
    margin: 0 1% 3.5rem;
    float: none; }
    .ask-fd.home .tile-padding {
      padding-bottom: 65%; }
  .detailspg .emails {
    float: none;
    width: 94%;
    margin-left: 0; }
  .emails ul li input[type="radio"],
  .emails ul li input[type="checkbox"] {
    margin-bottom: 0; } }

@media screen and (max-width: 990px) {
  header .header-content .logo {
    float: none;
    padding: 1.5rem 0 1rem 0;
    width: auto; }
    header .header-content .logo img {
      max-width: 100%; }
  header .leaderboard {
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 0 0 0.75em 0; } }

@media screen and (max-width: 965px) {
  header .brandedad {
    display: none; }
  header .top button {
    width: 100%;
    margin-left: 1%; } }

@media screen and (max-width: 850px) {
  .earlug {
    float: none;
    margin: 10px 0 0 0; } }

@media screen and (max-width: 850px) {
  header .header-links .utility_nav span {
    display: block; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  div#inner-wrap.container {
    padding-top: 4.5rem; } }

@media screen and (max-width: 768px) {
  body {
    border-top: 0;
    background: #82768a; }
  .wrapper {
    padding: 0;
    height: 100%;
    width: 100%; }
  #content {
    padding: 60px 2% 2rem 2%;
    display: inline-block;
    width: 96%; }
  .leaderboard {
    display: none; }
  header, header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    -webkit-transform: none;
    transform: none;
    border-bottom: 8px #82768a solid; }
    header .header-links, header.sticky .header-links {
      display: none; }
    header .header-content, header.sticky .header-content {
      width: auto;
      padding: 0; }
      header .header-content .logo, header.sticky .header-content .logo {
        float: none;
        width: 55%;
        padding: 0.6rem 0; }
  a.nav-btn-mobile, a.nav-btn-mobile:link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.5em;
    padding: 0 3%;
    height: 100%;
    color: #fff;
    background-color: #82768a; }
  .breadcrumb {
    display: none; }
  #search, #advsearch {
    margin: 0 0 1.5em 0; }
  a#advanced_search_link,
  #regular_search_link {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1em; }
  form.searchform li.submit, #advsearch form li.submit, form.searchform input[type="submit"], #advsearch input[type="submit"] {
    width: 100%;
    margin: 0.25em 0; }
  #browse,
  #browse.vendor,
  #browse.general,
  #browse.results,
  #browse.ask,
  #browse.home,
  #browse.details {
    width: 100%;
    padding: 0;
    background: none;
    border: none; }
  #browse.ask p.inset {
    margin: 1.5em 0;
    width: 96%; }
  .emails,
  .partners,
  .ask-fd {
    float: none;
    width: 100%;
    margin-left: 0; }
  .emails ul {
    width: 100%;
    margin-right: 0; }
  .emails ul li input[type="radio"],
  .emails ul li input[type="checkbox"] {
    margin-bottom: 0; }
  .ask-fd, .ask-fd.home {
    min-height: 175px; }
    .ask-fd .tile-padding, .ask-fd.home .tile-padding {
      padding-bottom: 100%; }
      .ask-fd .tile-padding .tile-content h2, .ask-fd.home .tile-padding .tile-content h2 {
        padding: 2px 3% 0.75em; }
      .ask-fd .tile-padding .tile-content h3, .ask-fd.home .tile-padding .tile-content h3 {
        padding: 0 3% 1.5em; }
      .ask-fd .tile-padding .tile-content p, .ask-fd.home .tile-padding .tile-content p {
        padding: 0 3%; }
    .ask-fd .fade, .ask-fd.home .fade {
      padding: 15% 3% 1em;
      width: 94%; }
  .archive {
    display: inline-block; }
    .archive .ask-fd {
      width: 47.998%;
      margin: 0 1% 1.5rem 1%;
      float: left; }
  form li.submit,
  input[type="submit"] {
    width: 100%;
    margin-top: 1.5em; }
  ul.vendor-list li {
    width: 100%;
    margin: 0 0 0.25em 0; }
  .fade-in {
    opacity: 1;
    /* make things invisible upon start */
    -webkit-animation: none;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    animation: none;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    position: relative; }
  .nav-btn {
    float: left;
    width: 30px;
    z-index: 100;
    position: relative; }
  .lines {
    background: #4d4a51;
    color: #fff;
    height: 45px;
    width: 45px;
    content: " ";
    padding: 0 10px 13px 10px;
    font-size: 3.2em;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    display: block; }
  .lines:hover {
    color: #ddd; }
  .content-wrap {
    width: 100%;
    padding: 5% 2.5%; }
  i.icon-menu {
    padding-top: 17px; }
  nav {
    left: -40%;
    width: 40%;
    margin: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: #82768a;
    padding: 0; }
    nav ul {
      padding: 0.75em 0.75em 0 0;
      float: left; }
    nav li {
      width: 100%;
      text-align: left;
      margin: 0;
      text-align: right;
      padding: 0.75em 0;
      font-size: 1em; }
      nav li a,
      nav li a:link,
      nav li a:visited {
        display: block;
        color: #fff; }
      nav li a:hover {
        background: none;
        color: #4d4a51; }
  .internal header {
    margin: 0; }
  header.sticky + .container {
    margin-top: 0; }
  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    transition: all ease-in-out .2s 500ms;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    background-size: 180px;
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1);
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1);
    margin-top: 18px; }
  .js-nav header,
  .js-nav .container {
    -webkit-transform: translate3d(40%, 0px, 0px) scale3d(1, 1, 1);
    transform: translate3d(40%, 0px, 0px) scale3d(1, 1, 1); }
  .js-nav nav {
    z-index: 1; }
  .content-wrap,
  footer,
  header,
  .title {
    max-width: none; }
  ul.resp-tabs-list {
    display: none; }
  h2.resp-accordion {
    display: block;
    width: 100%;
    padding: 1em 0;
    font: bold 0.8em/1em 'Open Sans', sans-serif;
    background-color: #363239 !important;
    letter-spacing: 1px;
    text-indent: 2%;
    margin: 15px 0 0 0; }
  h2.resp-accordion:hover {
    background-color: #82768a !important; }
  h2.resp-tab-active {
    background-color: #ddd !important;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    margin: 1em 0 0 0;
    color: #333;
    font-weight: 600; }
  .resp-tab-content {
    margin-bottom: 0.25rem; }
  .resp-tab-content.hor_1.resp-tab-content-active {
    border: 1px #ccc solid;
    clear: both; }
  #parentHorizontalTab {
    margin-top: 0 !important; }
  #parentHorizontalTab button {
    border-top: 1px #ddd solid;
    font-weight: normal;
    color: #82768a;
    background-color: #ddd; }
  #parentHorizontalTab button:hover {
    color: #ddd; }
  ul.deceased-list {
    margin: 0; }
    ul.deceased-list li {
      padding: 1em 2%;
      width: 96%; }
  .publish-dates {
    width: 100%;
    margin: 0.75rem 0 1.5rem 0;
    float: none; }
  .partners .rslides {
    margin: 0;
    padding: 0; }
    .partners .rslides img {
      margin: 0.75em 0;
      float: none;
      width: auto;
      margin: 0 auto; }
  footer {
    margin: 0;
    padding: 0 5%; }
    footer dd {
      width: 100%; }
    footer dl {
      border-right: 0;
      min-height: auto;
      margin: 2em 0 0 0;
      padding: 0; }
      footer dl.general {
        border-right: 0; }
    footer dl:nth-child(2) {
      padding-left: 0; }
    footer .copyright {
      padding: 2em 0 0 0;
      margin-bottom: 2em; } }

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none; }
  a.phone, a.phone:link, a.phone:visited {
    color: #82768a;
    font-weight: bold;
    cursor: pointer; }
  .mobile-ad {
    display: block; }
  form li,
  form li.submit {
    width: 100%;
    margin-right: 0; }
  input[type="submit"] {
    width: 100%; }
  form li.submit {
    margin-top: 0; }
  #content {
    width: 96%; }
  #browse,
  #browse.general {
    background: none;
    width: 100%;
    padding: 0; }
  #browse {
    margin-bottom: 1em; }
  #browse.results ul.obitlist .italic {
    line-height: 1em;
    font-size: 0.75em;
    padding-top: 0;
    float: none; }
  #browse.results ul.obitlist p {
    font-size: 0.85em;
    line-height: 1.35em; }
  .emails,
  .partners {
    padding: 0.75rem 3%;
    width: 100%; }
  .top .prevnext {
    position: absolute;
    margin-top: -130px;
    z-index: 10;
    width: 96% !important; }
  .top #slider {
    z-index: 1;
    position: relative;
    margin-bottom: 0.25rem; }
  .branded.first {
    margin-bottom: 1em; }
  h1 span {
    text-transform: uppercase;
    font-size: 0.5em;
    display: block;
    line-height: 1em; }
  form.searchform li.submit input[type="submit"],
  form.searchform li.submit {
    margin-top: 0; }
  form.searchform input[type="submit"] {
    width: 100%; }
  ul.obit-tabs {
    margin-bottom: 0; }
    ul.obit-tabs li {
      display: block;
      margin-bottom: 0.25em;
      margin-right: 0; }
    ul.obit-tabs li.on {
      border: 1px #ddd solid; }
  .options div {
    width: 100%; }
  #slider {
    float: none;
    text-align: center;
    width: 100%;
    border: 1px #ccc solid;
    padding: 0;
    background: #f1f1f1; }
    #slider img {
      left: 50%;
      margin-left: -110px; }
  .top {
    text-align: center; }
    .top .prevnext {
      width: 100%; }
    .top h1 {
      text-align: center; }
  #browse.details .top button {
    margin-left: 0; }
  p.textsize {
    text-align: left; }
  .top h2,
  .top p {
    text-align: center;
    padding-bottom: 0.25em; }
  ul.vendor-list img {
    max-height: 50px; }
  #browse.ask .head img {
    max-width: 40%;
    margin-left: 1em; } }

@media screen and (max-width: 700px) {
  #browse.ask img.left, #browse.ask img.imageLeft {
    margin-right: 0;
    width: 100%;
    float: none;
    padding: 0; } }

@media screen and (max-width: 600px) {
  .half.omega, .half, .half.alpha {
    width: 100%;
    margin: 0; }
  #browse.ask .article .information ul {
    margin-left: 0;
    padding-left: 0;
    clear: both;
    margin-top: 0.75em;
    float: left; }
    #browse.ask .article .information ul li {
      padding-bottom: 0;
      text-align: left;
      line-height: 1em; }
  .funeral_branded h2 {
    clear: both; }
  .funeral_branded img {
    padding: 0 0 8px 0;
    max-width: 125px;
    display: block;
    float: left; } }

@media screen and (max-width: 480px) {
  h1, h2 {
    font-size: 1.65em;
    padding-bottom: 0.5em; }
  nav li {
    font-size: 0.75em; }
  #search, #advsearch {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  #browse.results ul.obitlist li img, ul.deceased-list li img {
    padding: 0;
    max-width: 75px; }
  #browse.results ul.obitlist li a.funeral_home, ul.deceased-list li a.funeral_home {
    margin: 0 auto;
    padding: 0;
    float: right; }
    #browse.results ul.obitlist li a.funeral_home img.funeral_home, ul.deceased-list li a.funeral_home img.funeral_home {
      float: none !important;
      padding: 0; }
  #browse.results ul.obitlist li p.summary, ul.deceased-list li p.summary {
    display: none; }
  #browse.results ul.obitlist li p.uppercase, ul.deceased-list li p.uppercase {
    font-size: 0.85em;
    line-height: 1.15em;
    padding: 0; }
  #browse.results ul.obitlist li img {
    max-width: 75px;
    float: left !important; }
    #browse.results ul.obitlist li img.funeral_home {
      float: none !important; }
    #browse.results ul.obitlist li img.pic {
      max-height: 75px; }
  #browse.results ul.obitlist li h2 {
    font-size: 1em !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; }
    #browse.results ul.obitlist li h2 a, #browse.results ul.obitlist li h2 a:link {
      font-weight: 700; }
  #browse.results ul.obitlist li .italic, #browse.results ul.obitlist li small {
    line-height: 1.25em;
    float: left;
    padding-top: 6px; }
  ul.deceased-list li {
    text-align: left; }
    ul.deceased-list li h2, ul.deceased-list li p {
      text-align: left; }
  .archive .ask-fd {
    width: 100%;
    margin: 0 0 1.5rem 0;
    float: left;
    min-height: 285px; }
  .ask-fd .tile-padding, .ask-fd.home .tile-padding {
    padding-bottom: 65%; }
  .quicklinks li {
    font-size: 0.75em;
    padding: 0.2em 0; }
  #obit_submit_form input[type="radio"] {
    clear: left; }
  .ask-fd.home {
    width: 100%;
    margin: 0 0 1.5rem; }
  .head {
    background-size: 40%; }
  form li.three {
    width: 100%; }
  form input[type="radio"] {
    margin-bottom: 5px; }
  form#obit_submit_form input[type="radio"] {
    margin-bottom: 0.25em !important; }
  form.emailform input[type="radio"] {
    clear: left; }
  form.emailform li.type {
    margin-bottom: 0.75em; }
    form.emailform li.type input[type="radio"] {
      margin-bottom: 0.75em; }
  .top a.button,
  .top a.button:link {
    width: 100%;
    padding: 0.75em 0;
    margin-left: 0; }
  .article .information ul {
    clear: both;
    margin-top: 0.75em;
    float: left; }
    .article .information ul li {
      text-align: left; }
  footer dl {
    margin-top: 1.5rem; }
  footer .copyright {
    width: 100%;
    margin-bottom: 1.5rem; } }

@media screen and (max-width: 320px) {
  .quicklinks li {
    width: 100%;
    display: block; }
    .quicklinks li span {
      display: none; }
  footer dl {
    width: 100%; } }

/*# sourceMappingURL=base.css.map */
