/***************************************************************************************************
This CSS is generated by the power and magic of SCSS; if you're not familiar with it, check out:
http://www.alistapart.com/articles/getting-started-with-sass/

sass --watch "css/scss":"css" --precision 5
****************************************************************************************************/
/***************************************************************************************************
General use reset.css, slightly modified. Courtesy http://meyerweb.com/eric/tools/css/reset/ 
****************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, 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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/***************************************************************************************************
reset.css modfications
****************************************************************************************************/
a {
  margin: 0;
  padding: 0;
  text-decoration: none; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom; }

label, input[type=submit] {
  cursor: pointer; }

body {
  position: relative; }

ul.h-nav li {
  float: left; }

.align-right-clear {
  clear: both !important;
  float: right !important; }

em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

.right {
  float: right; }

.transparent {
  background-color: transparent !important; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow: scroll; }

/***************************************************************************************************
Flexible Layout Image Resizing 
****************************************************************************************************/
img, embed, object, video, iframe {
  max-width: 100%; }

/***************************************************************************************************
Float clearing  <div class="clearfix"><floated><floated></div> - j.mp/bestclearfix
****************************************************************************************************/
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/***************************************************************************************************
Old school clearing method; needed for the occasional <div class="clear"><div>
****************************************************************************************************/
.clear {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 0;
  border: 0px solid black; }

/***************************************************************************************************
Watch Out! Border-Box model for all elements!
****************************************************************************************************/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/***************************************************************************************************
Hidden Content
****************************************************************************************************/
.hidden {
  display: none;
  visibility: hidden; }

body {
  position: relative; }

.admired-life-widget {
  /***************************************************************************************************
  Responsive Utiltiy Classes
  ****************************************************************************************************/
  /***************************************************************************************************
  copy/paste from testing
  ****************************************************************************************************/
  /***************************************************************************************************
  General
  ****************************************************************************************************/
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666666;
  /***************************************************************************************************
  Memorial List
  ****************************************************************************************************/
  /***************************************************************************************************
  Buttons
  ****************************************************************************************************/ }
  .admired-life-widget .mobile-only {
    display: block !important; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .mobile-only {
        display: none !important; } }
    @media print {
      .admired-life-widget .mobile-only {
        display: none !important; } }
  .admired-life-widget .mobile-only-inline-block {
    display: inline !important;
    display: inline-block !important; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .mobile-only-inline-block {
        display: none !important; } }
    @media print {
      .admired-life-widget .mobile-only-inline-block {
        display: none !important; } }
  .admired-life-widget .tablet-plus {
    display: none !important; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .tablet-plus {
        display: block !important; } }
  .admired-life-widget .tablet-plus-inline-block {
    display: none !important; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .tablet-plus-inline-block {
        display: inline !important;
        display: inline-block !important; } }
  .admired-life-widget .desktop-plus {
    display: none !important; }
    @media screen and (min-width: 1024px) {
      .admired-life-widget .desktop-plus {
        display: block !important; } }
  .admired-life-widget .desktop-plus-inline-block {
    display: none !important; }
    @media screen and (min-width: 1024px) {
      .admired-life-widget .desktop-plus-inline-block {
        display: inline !important;
        display: inline-block !important; } }
  .admired-life-widget #content {
    margin: 0;
    width: 100%;
    min-width: 200px;
    position: relative;
    overflow: hidden; }
  .admired-life-widget .fixed {
    background-color: #f5f3f3;
    background: -moz-linear-gradient(top, white 0%, #f5f3f3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5f3f3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #f5f3f3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #f5f3f3 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, white 0%, #f5f3f3 100%);
    /* IE10+ */
    /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, white 0%, #f5f3f3 100%);
    /* W3C */
    color: #165c81;
    position: absolute;
    width: 100%; }
  .admired-life-widget .fixed.header {
    height: 44px;
    padding: 5px;
    top: 0;
    border: 1px solid #d5d4d4;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .fixed.header {
        padding: 14px;
        height: 62px; } }
  .admired-life-widget .fixed.footer {
    height: 24px;
    bottom: 0;
    border: 1px solid #d5d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .fixed.footer {
        height: 42px; } }
    .admired-life-widget .fixed.footer small {
      display: block;
      color: #666666;
      font-size: 10px;
      padding: 5px;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 500px) {
        .admired-life-widget .fixed.footer small {
          padding: 14px; } }
  .admired-life-widget .scrolling-container {
    padding: 44px 0 24px 0; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .scrolling-container {
        padding: 62px 0 42px 0; } }
  .admired-life-widget .scrolling {
    /*-moz-box-shadow: inset 0 0 3px 3px #888;
    -webkit-box-shadow: inset 0 0 3px 3px #888;*/
    box-shadow: inset 0px 3px 3px #d1d1d1;
    		/*
    		padding: 44px 0 24px 0;
    
    		@media screen and (min-width: 500px){
    			padding: 62px 0 42px 0;
    		}*/
    overflow-y: scroll;
    height: 150px;
    border-left: 1px solid #d5d4d4;
    border-right: 1px solid #d5d4d4; }
  .admired-life-widget a {
    color: #666666 !important; }
  .admired-life-widget .search-box {
    position: relative;
    width: 100%;
    height: 32px; }
    @media screen and (min-width: 280px) {
      .admired-life-widget .search-box {
        width: 250px; } }
  .admired-life-widget input.query {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d5d4d4;
    padding: 6px;
    width: 100%;
    color: #c3c3c3;
    font-size: 16px;
    font-style: italic;
    font-size: 14px;
    height: 32px; }
  .admired-life-widget input.spyglass {
    position: absolute;
    border: 0;
    padding: 0;
    height: 28px;
    width: 28px;
    right: 2px;
    top: 2px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../images/design-elements/icon-mag.png);
    background-position: 8px 7px; }
  .admired-life-widget .memorial-list {
    max-width: 100%;
    overflow: hidden;
    padding: 5px 0 0 0; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .memorial-list {
        padding: 14px 0 0 0; } }
    .admired-life-widget .memorial-list li {
      margin: 0 5px 5px 5px;
      position: relative; }
      @media screen and (min-width: 500px) {
        .admired-life-widget .memorial-list li {
          margin: 0 14px 14px 14px; } }
      .admired-life-widget .memorial-list li a {
        position: relative;
        padding: 5px;
        display: block;
        border: 1px solid #d5d4d4;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
        @media screen and (min-width: 500px) {
          .admired-life-widget .memorial-list li a {
            padding: 14px; } }
        .admired-life-widget .memorial-list li a:hover {
          border-color: #5e98bd;
          background-color: white;
          background: -moz-linear-gradient(top, #f5f3f3 0%, white 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f3f3), color-stop(100%, white));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #f5f3f3 0%, white 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #f5f3f3 0%, white 100%);
          /* Opera11.10+ */
          background: -ms-linear-gradient(top, #f5f3f3 0%, white 100%);
          /* IE10+ */
          /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
          background: linear-gradient(top, #f5f3f3 0%, white 100%);
          /* W3C */ }
        .admired-life-widget .memorial-list li a:active {
          background-color: #f5f3f3;
          background: -moz-linear-gradient(top, white 0%, #f5f3f3 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5f3f3));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, white 0%, #f5f3f3 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, white 0%, #f5f3f3 100%);
          /* Opera11.10+ */
          background: -ms-linear-gradient(top, white 0%, #f5f3f3 100%);
          /* IE10+ */
          /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
          background: linear-gradient(top, white 0%, #f5f3f3 100%);
          /* W3C */ }
      .admired-life-widget .memorial-list li.hidden {
        display: hidden; }
      .admired-life-widget .memorial-list li .thumb {
        float: left;
        width: 32px;
        height: 32px;
        margin-right: 5px; }
        @media screen and (min-width: 280px) {
          .admired-life-widget .memorial-list li .thumb {
            width: 42px;
            height: 42px; } }
        @media screen and (min-width: 500px) {
          .admired-life-widget .memorial-list li .thumb {
            width: 70px;
            height: 70px;
            margin-right: 14px;
            margin-bottom: 10px; } }
      .admired-life-widget .memorial-list li h3.name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        left: 0;
        width: 100%;
        top: 5px;
        padding: 0 5px 0 42px;
        font-size: 14px; }
        @media screen and (min-width: 280px) {
          .admired-life-widget .memorial-list li h3.name {
            top: 5px;
            padding: 0 5px 0 52px;
            font-size: 18px; } }
        @media screen and (min-width: 500px) {
          .admired-life-widget .memorial-list li h3.name {
            top: 14px;
            padding: 0 14px 0 98px;
            font-size: 24px; } }
      .admired-life-widget .memorial-list li .hometown {
        position: absolute;
        width: 100%;
        left: 0;
        top: 63px;
        padding: 0 14px 0 98px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .admired-life-widget .memorial-list li .date-and-hometown {
        position: absolute;
        width: 100%;
        left: 0;
        top: 21px;
        padding: 0 5px 0 42px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px; }
        @media screen and (min-width: 280px) {
          .admired-life-widget .memorial-list li .date-and-hometown {
            top: 27px;
            padding: 0 5px 0 52px;
            font-size: 16px; } }
      .admired-life-widget .memorial-list li .dates-long {
        position: absolute;
        width: 100%;
        left: 0;
        top: 44px;
        padding: 0 14px 0 98px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .admired-life-widget .memorial-list li .obituary {
        margin-top: 14px;
        clear: both; }
  .admired-life-widget .button {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-style: normal !important;
    outline: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer !important;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    margin: 5px; }
  .admired-life-widget .button.small {
    padding: 6px 19px;
    font-size: 14px;
    font-weight: bold;
    height: 20px !important;
    vertical-align: middle;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .admired-life-widget .button.large {
    padding: 15px 27px;
    font-size: 18px;
    font-weight: bold; }
  .admired-life-widget .button.blue {
    background-color: #71adca;
    background: -moz-linear-gradient(top, #639ec1 0%, #71adca 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #639ec1), color-stop(100%, #71adca));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #639ec1 0%, #71adca 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #639ec1 0%, #71adca 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #639ec1 0%, #71adca 100%);
    /* IE10+ */
    /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #639ec1 0%, #71adca 100%);
    /* W3C */ }
  .admired-life-widget .button.blue:hover {
    background-color: #5e98bd;
    background: -moz-linear-gradient(top, #196f9d 0%, #5e98bd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #196f9d), color-stop(100%, #5e98bd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #196f9d 0%, #5e98bd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #196f9d 0%, #5e98bd 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #196f9d 0%, #5e98bd 100%);
    /* IE10+ */
    /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #196f9d 0%, #5e98bd 100%);
    /* W3C */ }
  .admired-life-widget .button.blue, .admired-life-widget .button.blue:hover {
    border: 1px solid #14a9ab;
    border-top: 1px solid #43bdbf !important;
    color: white !important;
    text-shadow: #1c6186 0px 1px 1px; }
    .admired-life-widget .button.blue:active, .admired-life-widget .button.blue:hover:active {
      background-color: #196f9d;
      background: -moz-linear-gradient(top, #5e98bd 0%, #196f9d 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e98bd), color-stop(100%, #196f9d));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #5e98bd 0%, #196f9d 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #5e98bd 0%, #196f9d 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #5e98bd 0%, #196f9d 100%);
      /* IE10+ */
      /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #5e98bd 0%, #196f9d 100%);
      /* W3C */ }
  .admired-life-widget .button.gray, .admired-life-widget .button.gray:hover {
    background-color: #e7e7e7;
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e7e7e7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #e7e7e7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #e7e7e7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%, #e7e7e7 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%, #e7e7e7 100%);
    /* IE10+ */
    /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #e0e0e0 0%, #e7e7e7 100%);
    /* W3C */
    border: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3 !important;
    color: #343434 !important;
    text-shadow: white 0px 1px 1px; }
    .admired-life-widget .button.gray:active, .admired-life-widget .button.gray:hover:active {
      background-color: #e0e0e0;
      background: -moz-linear-gradient(top, #e7e7e7 0%, #e0e0e0 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #e0e0e0));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #e7e7e7 0%, #e0e0e0 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e7e7e7 0%, #e0e0e0 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #e7e7e7 0%, #e0e0e0 100%);
      /* IE10+ */
      /* todo: fix this - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #e7e7e7 0%, #e0e0e0 100%);
      /* W3C */ }
  .admired-life-widget .button .activity {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    width: 100%; }
  .admired-life-widget .button .label {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    display: block; }
  .admired-life-widget .button.loading {
    cursor: progress !important; }
    .admired-life-widget .button.loading .activity {
      background-color: #165c81; }
  .admired-life-widget .button-container {
    padding: 0 5px 5px 5px; }
    @media screen and (min-width: 500px) {
      .admired-life-widget .button-container {
        padding: 0 15px 15px 15px; } }
  .admired-life-widget .get-more {
    margin: 0;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }

.old-ie .admired-life-widget .fixed {
  position: fixed; }
.old-ie .admired-life-widget .scrolling {
  position: absolute;
  top: 55px; }
  @media screen and (min-width: 500px) {
    .old-ie .admired-life-widget .scrolling {
      top: 91px; } }
.old-ie .admired-life-widget .memorial-list li a {
  width: 250px;
  overflow: hidden; }
  @media screen and (min-width: 300px) {
    .old-ie .admired-life-widget .memorial-list li a {
      width: 280px; } }
  @media screen and (min-width: 350px) {
    .old-ie .admired-life-widget .memorial-list li a {
      width: 320px; } }
  @media screen and (min-width: 400px) {
    .old-ie .admired-life-widget .memorial-list li a {
      width: 380px; } }
  @media screen and (min-width: 500px) {
    .old-ie .admired-life-widget .memorial-list li a {
      width: auto; } }
