
@charset "utf-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #36322D;
  background-color: #fafafa;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #197BAD;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #135b80;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #737373;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #737373;
}

.text-primary {
  color: #5C60A3;
}

a.text-primary:hover {
  color: #4a4d82;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #36322D;
}

a.text-info:hover {
  color: #1a1816;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #5C60A3;
}

a.bg-primary:hover {
  background-color: #4a4d82;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #ffffff;
}

a.bg-info:hover {
  background-color: #e6e6e6;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
header .main-nav-list > li .sub-nav-list,
.flowers-board-list .flower-item--controls .sub-nav-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #737373;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #737373;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #737373;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #cccccc;
}

.table .table {
  background-color: #fafafa;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #cccccc;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cccccc;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #737373;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #737373;
}

.form-control::-webkit-input-placeholder {
  color: #737373;
}

.form-control input::-webkit-input-placeholder {
  color: #ccc;
}

.form-control input:-moz-placeholder {
  color: #ccc;
}

.form-control textarea::-webkit-input-placeholder {
  color: #ccc;
}

.form-control textarea:-moz-placeholder {
  color: #ccc;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 31px;
  line-height: 31px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  min-height: 34px;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 39px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7c7267;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #db9219;
  border-color: #c48316;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ad7414;
  border-color: #8d5e10;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #db9219;
  border-color: #c48316;
}

.btn-primary .badge {
  color: #db9219;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #7b9c0f;
  border-color: #69850d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #566d0b;
  border-color: #3d4d07;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #7b9c0f;
  border-color: #69850d;
}

.btn-success .badge {
  color: #7b9c0f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5C60A3;
  border-color: #535693;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4a4d82;
  border-color: #3d3f6c;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5C60A3;
  border-color: #535693;
}

.btn-info .badge {
  color: #5C60A3;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffcc00;
  border-color: #e6b800;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cca300;
  border-color: #a88700;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffcc00;
  border-color: #e6b800;
}

.btn-warning .badge {
  color: #ffcc00;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #c24239;
  border-color: #ae3b33;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9b352d;
  border-color: #7f2b25;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c24239;
  border-color: #ae3b33;
}

.btn-danger .badge {
  color: #c24239;
  background-color: #fff;
}

.btn-link {
  color: #197BAD;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #135b80;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #737373;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret,
header .caret-menu {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5C60A3;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #737373;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #737373;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #737373;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #737373;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #197BAD;
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fafafa;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #5C60A3;
  background-color: transparent;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fafafa;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "\232A\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #737373;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #197BAD;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #135b80;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #5C60A3;
  border-color: #5C60A3;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #737373;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #737373;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #737373;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5a5a5a;
}

.label-primary {
  background-color: #5C60A3;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4a4d82;
}

.label-success {
  background-color: #7b9c0f;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #566d0b;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #ffcc00;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cca300;
}

.label-danger {
  background-color: #c24239;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9b352d;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #B8D94C;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #5C60A3;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: transparent;
}

.jumbotron h1,
.jumbotron .h1 {
  color: #5C60A3;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: rgba(0, 0, 0, 0);
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #197BAD;
}

.thumbnail .caption {
  padding: 9px;
  color: #36322D;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #edffd3;
  border-color: #B8D94C;
  color: #36322D;
}

.alert-success hr {
  border-top-color: #b0d537;
}

.alert-success .alert-link {
  color: #1a1816;
}

.alert-info {
  background-color: #ffffff;
  border-color: #5C60A3;
  color: #36322D;
}

.alert-info hr {
  border-top-color: #535693;
}

.alert-info .alert-link {
  color: #1a1816;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #5C60A3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #7b9c0f;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ffcc00;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #c24239;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #737373;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #737373;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5C60A3;
  border-color: #5C60A3;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dedfed;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #36322D;
  background-color: #ffffff;
}

a.list-group-item-info {
  color: #36322D;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #36322D;
  background-color: #f2f2f2;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #36322D;
  border-color: #36322D;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cccccc;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #dedfed;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #dedfed;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #5C60A3;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5C60A3;
  border-color: #5C60A3;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5C60A3;
}

.panel-primary > .panel-heading .badge {
  color: #5C60A3;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5C60A3;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #ededed;
}

.panel-info > .panel-heading {
  color: #36322D;
  background-color: #ffffff;
  border-color: #ededed;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}

.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #36322D;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ededed;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
header:before,
header:after,
header .main-nav-list:before,
header .main-nav-list:after,
#main:before,
#main:after,
footer:before,
footer:after,
.honor-widget a:first-child:before,
.honor-widget a:first-child:after,
.search-refine-block:before,
.search-refine-block:after,
.categ-list li:before,
.categ-list li:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
header:after,
header .main-nav-list:after,
#main:after,
footer:after,
.honor-widget a:first-child:after,
.search-refine-block:after,
.categ-list li:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.affix-bottom {
  position: absolute;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.break-word {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

strong,
b,
.strong {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.static-heading {
  color: #dedfed;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
}

h2.static-heading {
  color: #5C60A3;
}

.hide-ac::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

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

[data-icon]:before,
.icon:before {
  font-family: "ancestryfg" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover,
[class*=" icon-"]:hover,
.icon:hover {
  text-decoration: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:before {
  font-family: "ancestryfg" !important;
  font-style: normal !important;
  font-size: 107%;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  margin-right: 0.25em;
  position: relative;
  text-transform: none;
  top: 0.075em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-crop:before {
  content: "\e007";
}

.icon-search:before {
  content: "\e008";
}

.icon-zoomout:before {
  content: "\e009";
}

.icon-zoomin:before {
  content: "\e00a";
}

.icon-star:before {
  content: "\e00f";
}

.icon-starhalf:before {
  content: "\e010";
}

.icon-staroutline:before {
  content: "\e011";
}

.icon-arrowlargeright:before {
  content: "\e015";
}

.icon-flipvertical:before {
  content: "\e016";
}

.icon-fliphorizontal:before {
  content: "\e017";
}

.icon-invert:before {
  content: "\e018";
}

.icon-expand:before {
  content: "\e019";
}

.icon-arrowupdown:before {
  content: "\e01b";
}

.icon-arrowsleftright:before {
  content: "\e01c";
}

.icon-arrowup:before {
  content: "\e01d";
}

.icon-arrowdown:before {
  content: "\e01e";
}

.icon-arrowback:before {
  content: "\e01f";
}

.icon-arrowforward:before {
  content: "\e020";
}

.icon-sync:before {
  content: "\e021";
}

.icon-arrowupafter:before {
  content: "\e022";
}

.icon-arrowright:before {
  content: "\e023";
}

.icon-arrowleft:before {
  content: "\e024";
}

.icon-arrowdownafter:before {
  content: "\e025";
}

.icon-back:before {
  content: "\e027";
}

.icon-merge:before {
  content: "\e028";
}

.icon-video:before {
  content: "\e030";
}

.icon-upload:before {
  content: "\e035";
}

.icon-save:before {
  content: "\e036";
}

.icon-download:before {
  content: "\e038";
}

.icon-twitter:before {
  content: "\e039";
}

.icon-pinterest:before {
  content: "\e03d";
}

.icon-facebook:before {
  content: "\e03e";
}

.icon-question:before {
  content: "\e042";
}

.icon-info:before {
  content: "\e043";
}

.icon-print:before {
  content: "\e044";
}

.icon-notealt:before {
  content: "\e045";
}

.icon-list:before {
  content: "\e047";
}

.icon-newwindow:before {
  content: "\e048";
}

.icon-flag:before {
  content: "\e04b";
}

.icon-share:before {
  content: "\e04c";
}

.icon-person:before {
  content: "\e04e";
}

.icon-personadd:before {
  content: "\e04f";
}

.icon-people:before {
  content: "\e050";
}

.icon-customersupport:before {
  content: "\e051";
}

.icon-messageboard:before {
  content: "\e052";
}

.icon-reporterror:before {
  content: "\e053";
}

.icon-chat:before {
  content: "\e055";
}

.icon-tag:before {
  content: "\e056";
}

.icon-minus:before {
  content: "\e058";
}

.icon-plus:before {
  content: "\e059";
}

.icon-check:before {
  content: "\e05a";
}

.icon-close:before {
  content: "\e05b";
}

.icon-denied:before {
  content: "\e05c";
}

.icon-rotateright:before {
  content: "\e05d";
}

.icon-rotateleft:before {
  content: "\e05e";
}

.icon-edit:before {
  content: "\e05f";
}

.icon-bookmark:before {
  content: "\e060";
}

.icon-pin:before {
  content: "\e061";
}

.icon-camera:before {
  content: "\e063";
}

.icon-family:before {
  content: "\e066";
}

.icon-bell:before {
  content: "\e068";
}

.icon-warning:before {
  content: "\e06c";
}

.icon-email:before {
  content: "\e06e";
}

.icon-documentadd:before {
  content: "\e06f";
}

.icon-document:before {
  content: "\e070";
}

.icon-documentpdf:before {
  content: "\e071";
}

.icon-documentexcel:before {
  content: "\e072";
}

.icon-documentword:before {
  content: "\e073";
}

.icon-note:before {
  content: "\e074";
}

.icon-center:before {
  content: "\e076";
}

.icon-leaf:before {
  content: "\e07a";
}

.icon-lightbulb:before {
  content: "\e07c";
}

.icon-map:before {
  content: "\e07f";
}

.icon-remove:before {
  content: "\e080";
}

.icon-add:before {
  content: "\e081";
}

.icon-image:before {
  content: "\e082";
}

.icon-trash:before {
  content: "\e084";
}

.icon-unlock:before {
  content: "\e085";
}

.icon-lock:before {
  content: "\e086";
}

.icon-acom:before {
  content: "\e089";
}

.icon-menu:before {
  content: "\e08a";
}

.icon-tools:before {
  content: "\e08e";
}

.icon-link:before {
  content: "\e090";
}

.icon-mobile:before {
  content: "\e098";
}

.icon-findagrave:before {
  content: "\e09c";
}

.icon-fold3:before {
  content: "\e09d";
}

.icon-newspapers:before {
  content: "\e09e";
}

.icon-transcribephoto:before {
  content: "\e0a0";
}

.icon-uploadphotos:before {
  content: "\e0a1";
}

.icon-globe:before {
  content: "\e0a4";
}

.icon-world:before {
  content: "\e0a3";
}

.icon-famous:before {
  content: "\e0a6";
}

.icon-flowers:before {
  content: "\e002";
}

.icon-tombstone:before {
  content: "\e095";
}

.icon-addmemorial:before {
  content: "\e001";
}

.icon-recentlyadded:before {
  content: "\e003";
}

.icon-monument:before {
  content: "\e00d";
}

.owl-carousel {
  display: none;
  height: 100%;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
}

.owl-carousel .owl-wrapper.activate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

@media print {
  .owl-carousel .owl-wrapper {
    width: 100%!important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
}

@media print {
  .owl-carousel .owl-item {
    display: none;
    width: 100%!important;
  }

  .owl-carousel .owl-item.active {
    display: block;
  }
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media print {
  .owl-controls {
    display: none!important;
  }
}

.grabbing {
  cursor: url('../images/grabbing.png') 8 8, move;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -o-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -o-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -o-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -o-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.23s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.23s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.23s cubic-bezier(0, 0, 0.2, 1);
}

.fade.in {
  opacity: 1;
}

.fade.out {
  opacity: 0;
}

.enter-top {
  -webkit-animation: enterTop 500ms;
  -o-animation: enterTop 500ms;
  animation: enterTop 500ms;
  position: absolute;
}

@-webkit-keyframes enterTop {
  0% {
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes enterTop {
  0% {
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes mobile-nav {
  0% {
    max-height: 0px;
    opacity: 0;
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px);
  }

  100% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes mobile-nav {
  0% {
    max-height: 0px;
    opacity: 0;
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px);
  }

  100% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.expand-up {
  -webkit-transform: translate(0, 230%);
  -ms-transform: translate(0, 230%);
  -o-transform: translate(0, 230%);
  transform: translate(0, 230%);
  -webkit-animation-name: expandUp;
  animation-name: expandUp;
  -webkit-animation-duration: 0.37s;
  animation-duration: 0.37s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }

  60% {
    transform: translateY(-7%) scaleY(1.12);
  }

  75% {
    transform: translateY(3%);
  }

  100% {
    transform: translate(0%, 0) scale(1) scaleY(1);
  }
}

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }

  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }

  75% {
    -webkit-transform: translateY(3%);
  }

  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}

.yft {
  background-color: transparent;
  -webkit-animation-name: yft;
  animation-name: yft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 3enter top;
  animation-iteration-count: 3enter top;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.yft.warn-message {
  border-radius: 4px;
}

@-webkit-keyframes yft {
  0% {
    background-color: #ffe57f;
    box-shadow: 0 0 4px #FFD632;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes yft {
  from {
    background-color: #ffe57f;
    box-shadow: 0 0 4px #FFD632;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes yft {
  from {
    background-color: #ffe57f;
    box-shadow: 0 0 4px #FFD632;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.loader-h {
  margin: 45px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: disc-load 0.85s infinite cubic-bezier(0, 0, 0.2, 1);
  -o-animation: disc-load 0.85s infinite cubic-bezier(0, 0, 0.2, 1);
  animation: disc-load 0.85s infinite cubic-bezier(0, 0, 0.2, 1);
}

.loader-h .disc {
  background-color: #5C60A3;
  border-radius: 100%;
  display: block;
  height: 40%;
  position: absolute;
  width: 40%;
}

.loader-h .disc.disc-1 {
  right: 0px;
  top: -12px;
}

.loader-h .disc.disc-2 {
  background-color: #B8D94C;
  top: auto;
  right: 0px;
  bottom: -8px;
}

.loader-h .disc.disc-3 {
  background: #eebd6c;
  top: 12px;
  left: -10px;
}

.loadingImg .loader-h {
  margin: 150px auto;
}

@keyframes disc-load {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes disc-load {
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes disc-load {
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes disc-load {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes disc-load {
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

.dot-container {
  position: absolute;
  margin-top: -18px;
  z-index: 100;
  pointer-events: none;
}

@media (min-width: 768px) {
  .dot-container {
    margin-top: -38px;
    margin-left: -25px;
  }
}

.data-photos .dot-container {
  left: 45%;
  margin-left: -18px;
  margin-top: 20px;
}

.dot-pulse {
  background-color: rgba(255, 214, 50, 0.8);
  border-radius: 50%;
  height: 36px;
  position: absolute;
  left: 21px;
  top: 21px;
  width: 36px;
}

@media (min-width: 768px) {
  .dot-pulse {
    height: 86px;
    width: 86px;
  }
}

.ringring {
  border-radius: 50%;
  border: 3px solid #FFD632;
  height: 50px;
  opacity: 0;
  position: absolute;
  left: 14px;
  top: 14px;
  width: 50px;
  -webkit-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 768px) {
  .ringring {
    height: 100px;
    width: 100px;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

header {
  background-color: #5C60A3;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 11;
    -webkit-transition: top 0.2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: top 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: top 0.2s cubic-bezier(0.4, 0, 1, 1);
  }
}

header .logo {
  background-image: url(../images/fg-logo.svg);
  background-repeat: no-repeat;
  background-size: 211px 100%;
  background-position: -16px 0;
  height: 50px;
  margin: 5px auto 0;
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 44px;
}

@media screen and (max-width: 767px) {
  .signed-in header .logo {
    visibility: hidden;
  }
}

@media screen and (min-width: 480px) {
  header .logo {
    visibility: visible;
    margin: 3px 0 0 48px;
    width: 200px;
  }
}

.no-svg header .logo {
  background-image: url("../images/non_retina/FindAGrave_Logo_WithType_Small.png");
  margin: 4px 0 0;
  width: 280px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-svg header .logo {
    background-image: url("../images/logo-headstone-type.png");
    background-size: 280px 68px;
  }
}

header .logo a {
  display: block;
  height: 62px;
  position: relative;
  z-index: 100;
}

@media print {
  header .logo a {
    height: auto;
  }
}

header .logo a img {
  display: none;
}

@media print {
  header .logo a img {
    display: block;
  }
}

@media (min-width: 768px) {
  header .logo {
    background-position: 0 0;
    background-size: 211px 100%;
    margin: 12px 0 0 60px;
    float: left;
    height: 62px;
    width: 220px;
  }

  #home-index header .logo {
    -webkit-filter: drop-shadow(0 0 5px #fff);
    -ms-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff);
  }
}

@media (min-width: 992px) {
  header .logo {
    margin: 12px 0 0 12px;
  }
}

@media (min-width: 768px) {
  header.condensed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 11;
  }

  header.condensed .logo {
    background-size: 160px;
    margin-top: 3px;
    margin-bottom: 0;
    height: 40px;
    width: 165px;
  }

  header.condensed .logo a {
    height: 40px;
  }

  header.condensed .main-nav-list {
    margin: 30px auto;
    min-height: 34px;
  }

  header.condensed ~ .header-prad {
    margin-top: 44px;
  }

  .signed-in header.condensed ~ .header-prad {
    margin-top: 64px;
  }

  header.condensed .membername {
    padding: 0!important;
  }

  header.condensed .main-nav-list > li .sub-nav-list {
    top: 40px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  header.condensed .main-nav-list {
    margin: 0;
  }
}

header nav {
  background-color: rgba(92, 96, 163, 0.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 52px;
  width: 100%;
  z-index: 10;
  -webkit-transition: opacity 0.325s cubic-bezier(0.4, 0.0, 0.2, 1), transform 0.325s cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 0.325s cubic-bezier(0.4, 0.0, 0.2, 1);
  -o-transition: opacity 0.325s cubic-bezier(0.4, 0.0, 0.2, 1), transform 0.325s cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 0.325s cubic-bezier(0.4, 0.0, 0.2, 1);
  transition: opacity 0.325s cubic-bezier(0.4, 0.0, 0.2, 1), transform 0.325s cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 0.325s cubic-bezier(0.4, 0.0, 0.2, 1);
}

@media print {
  header nav {
    display: none !important;
  }
}

.nav-open header nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  height: calc(100vh - 54px);
}

@media (min-height: 480px) {
  .nav-open header nav {
    background-image: url(../images/fg-logo.svg);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 150px auto;
  }
}

@media (min-width: 768px) {
  header nav {
    top: 42px;
  }
}

@media (min-width: 992px) {
  header nav {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    border: 0 none;
    display: block;
    margin: 0;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: auto;
    top: auto;
    opacity: 1;
    width: auto;
  }
}

header .main-nav-list {
  margin: 24px auto 24px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  overflow: auto;
  max-width: 80%;
}

header .main-nav-list:empty {
  display: none;
}

@media (min-width: 768px) {
  header .main-nav-list {
    margin: 20px auto;
  }
}

@media (min-width: 992px) {
  header .main-nav-list {
    margin: 20px 0;
  }
}

header .main-nav-list.mem-nav {
  overflow: visible;
}

header .main-nav-list > li {
  color: white;
  font-size: 18px;
  padding: 0 12px;
}

header .main-nav-list > li:last-child {
  border: 0 none;
}

@media (min-width: 992px) {
  header .main-nav-list > li {
    border: 0 none;
    display: inline-block;
    font-size: 15px;
    padding: 0;
    position: relative;
  }

  header .main-nav-list > li:hover .sub-nav-list {
    display: block;
    -webkit-animation: mobile-nav 300ms forwards;
    -o-animation: mobile-nav 300ms forwards;
    animation: mobile-nav 300ms forwards;
    max-height: auto;
  }
}

@media (min-width: 768px) {
  header .main-nav-list > li {
    padding: 0 4px;
  }
}

@media (min-width: 1200px) {
  header .main-nav-list > li {
    font-size: 16px;
    padding: 0 8px;
  }
}

header .main-nav-list > li > a {
  border-bottom: 1px solid #9da0c8;
  color: #F5DEDD;
  display: block;
  font-weight: 600;
  padding: 10px 4px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

header .main-nav-list > li > a[class^="icon-"] {
  border-bottom: 3px solid transparent;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
}

@media (min-width: 992px) {
  header .main-nav-list > li > a[class^="icon-"] {
    margin-right: 10px;
    font-size: 22px;
  }
}

header .main-nav-list > li > a[class^="icon-"]:hover {
  border-color: transparent;
}

header .main-nav-list > li > a[class^="icon-"] .badge {
  position: absolute;
  font-size: 12px;
  left: 16px;
}

@media (min-width: 992px) {
  header .main-nav-list > li > a[class^="icon-"] .badge {
    left: 25px;
  }
}

header .main-nav-list > li > a.active {
  color: #fff;
}

@media (min-width: 1200px) {
  header .main-nav-list > li > a {
    padding: 10px 10px 9px;
    font-size: 16px;
  }

  header .main-nav-list > li > a.membername {
    padding: 4px 8px;
  }
}

@media (min-width: 992px) {
  header .main-nav-list > li > a {
    border-bottom: 3px solid transparent;
  }

  header .main-nav-list > li > a.home-btn {
    display: none;
  }

  header .main-nav-list > li > a.active {
    border-bottom: 3px solid #fff;
    color: #fff;
  }

  header .main-nav-list > li > a:hover {
    border-bottom: 3px solid rgba(222, 223, 237, 0.5);
    color: #fff;
  }
}

header .main-nav-list > li > a.contributeActive {
  position: relative;
}

header .main-nav-list > li > a .badge {
  background-color: #92b326;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

header .main-nav-list > li #user-name {
  left: 70px;
  border: 0;
}

header .main-nav-list > li .sub-nav-list {
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  header .main-nav-list > li .sub-nav-list {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    min-width: 125px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    top: 48px;
  }
}

@media (min-width: 768px) {
  header .main-nav-list > li .sub-nav-list:before {
    border: 1px solid #fff;
    border-width: 0 10px 12px;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -11px;
    content: "\20";
    display: block;
    height: 0;
    left: 52px;
    position: absolute;
    width: 0;
    z-index: 1;
  }

  header .main-nav-list > li .sub-nav-list:after {
    border: 1px solid #a6a6a6;
    border-width: 0 10px 12px;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -12px;
    content: "\20";
    display: block;
    height: 0;
    left: 52px;
    position: absolute;
    width: 0;
  }
}

header .main-nav-list > li .sub-nav-list li {
  padding: 8px 12px;
  border-bottom: 1px solid #999999;
}

header .main-nav-list > li .sub-nav-list li:first-child {
  border-radius: 4px 4px 0 0;
}

header .main-nav-list > li .sub-nav-list li:last-child {
  border-bottom: 0 none;
  border-radius: 0 0 4px 4px;
}

header .main-nav-list > li .sub-nav-list li:hover {
  background-color: #E5E3DD;
}

header .main-nav-list > li .sub-nav-list li a {
  color: #36322D;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}

header .main-nav-list.mem-nav {
  margin: 0;
}

@media (min-width: 768px) {
  #home-index header .main-nav-list.mem-nav {
    margin-top: 15px;
  }
}

header .main-nav-list.mem-nav .sub-nav-list {
  left: auto;
  right: 0;
  display: none;
  position: absolute;
  border-radius: 8px;
}

header .main-nav-list.mem-nav .sub-nav-list > li {
  padding: 0;
}

header .main-nav-list.mem-nav .sub-nav-list > li > a {
  padding: 8px 12px;
  display: block;
}

header .main-nav-list.mem-nav li > a {
  color: #fff;
}

header .main-nav-list li:hover > .membername + .sub-nav-list {
  display: block;
}

header .mem-nav,
header .memberjoin {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
  margin-top: 20px;
}

@media (max-width: 767px) {
  header .mem-nav > li > a,
  header .memberjoin > li > a {
    font-size: 16px;
    padding: 5px 4px;
  }

  header .mem-nav > li > a.membername,
  header .memberjoin > li > a.membername {
    padding: 6px 4px;
  }
}

@media (min-width: 768px) {
  header .mem-nav,
  header .memberjoin {
    right: 12px;
  }
}

header .mem-nav > li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

@media (min-width: 768px) {
  header .mem-nav > li {
    vertical-align: top;
  }
}

header .mem-nav .dropdown-menu {
  top: 85%;
}

@media (max-width: 991px) {
  header .memberjoin {
    margin-top: 10px;
  }
}

header .memberjoin li {
  display: inline-block;
}

header .memberjoin li a {
  border: 0 none;
}

header .memberjoin li:first-child {
  display: none;
}

@media (min-width: 768px) {
  header .memberjoin li:first-child {
    display: inline-block;
  }
}

header a.membername {
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  max-width: 188px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  header a.membername {
    max-width: 214px;
  }

  header a.membername small {
    color: #F3B670;
    display: block;
  }
}

header a.membername .avatar-sm {
  background-repeat: no-repeat;
  display: inline-block;
  margin: 6px 8px 4px 0;
  min-width: 32px;
  min-height: 32px;
}

header a.membername .avatar-sm img {
  font-size: 11px;
  color: #e6e6e6;
  text-transform: capitalize;
  max-width: 36px;
  white-space: normal;
}

header a.membername strong {
  display: none;
  font-weight: 600;
  vertical-align: middle;
}

@media (min-width: 768px) {
  header a.membername strong {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1200px) {
  header a.membername strong {
    max-width: 140px;
  }
}

header #nav-ham {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 12px;
  top: 11px;
}

@media (min-width: 768px) {
  #home-index header #nav-ham {
    top: 21px;
  }
}

@media (min-width: 992px) {
  header #nav-ham {
    display: none;
  }
}

header #nav-ham * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header #nav-ham .ham-btn {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

header #nav-ham .ham-btn:focus {
  outline: 0;
}

.nav-open header #nav-ham .ham-btn > .horizontal {
  opacity: 0;
}

.nav-open header #nav-ham .ham-btn > .diagonal.part-1 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 10px;
}

.nav-open header #nav-ham .ham-btn > .diagonal.part-2 {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -16px;
}

header #nav-ham .spinner {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
}

header #nav-ham .diagonal.part-1 {
  position: relative;
  float: left;
}

header #nav-ham .horizontal {
  position: relative;
  float: left;
  margin-top: 6px;
}

.nav-open header #nav-ham .horizontal {
  margin-top: 7px;
}

header #nav-ham .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 6px;
}

header .caret-menu {
  display: none;
}

@media (min-width: 768px) {
  header .caret-menu {
    display: inline-block;
  }
}

body {
  background: #E5E3DD;
}

.main-wrap {
  background: #fafafa;
  padding-top: 55px;
}

@media (min-width: 768px) {
  .main-wrap {
    padding-top: 44px;
  }

  #home-index .main-wrap {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  #memorial-summary .flyover + .main-wrap {
    padding-top: 66px;
  }
}

#main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  #main {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #main {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #main {
    width: 1170px;
  }
}

#main > .navbar-header,
#main > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  #main > .navbar-header,
  #main > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.section-first {
  padding: 2px 0;
}

#memorial-edit .section-first {
  padding-top: 20px;
}

*[data-toggle="collapse"] {
  cursor: pointer;
}

a[data-toggle="popover"],
a[data-toggle='popover'] {
  white-space: nowrap;
  cursor: pointer;
}

.page-top-heading {
  text-align: left;
}

.page-top-heading .page-title {
  color: #5C60A3;
  margin: 20px 0;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .page-top-heading .page-title {
    font-size: 28px;
  }
}

.page-top-heading h3.page-title {
  font-size: 22px;
}

footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #6e665b;
  background: #E5E3DD url('../images/footer-bg.png') repeat-x left top;
  font-size: 14px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
}

footer > .navbar-header,
footer > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  footer > .navbar-header,
  footer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.modal-open footer {
  position: static;
  /* fix for modal input on iOS devices */
}

footer a {
  color: #5C60A3;
  text-decoration: none;
}

footer a:hover {
  color: #535693;
  text-decoration: underline;
}

@media print {
  #memorial-summary footer {
    margin-left: 250px;
  }
}

.footer-nav-primary {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .footer-nav-primary {
    text-align: center;
  }
}

.footer-nav-primary li {
  margin: 0 8px;
  display: inline-block;
}

.footer-nav-secondary {
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
  text-align: center;
}

.footer-nav-secondary li {
  display: inline-block;
  margin: 0 8px;
}

.footer-sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
  padding-left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 2;
}

.footer-sub-menu li {
  display: block;
}

.footer-sub-menu li a {
  display: block;
  padding: 2px;
}

.footer-sub-menu li a:hover {
  background: #f7f6f4;
}

.footer-sub-menu:before {
  background: rgba(255, 255, 255, 0.7);
  content: "\20";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-sub-menu:after {
  color: #a94442;
  content: "Coming Soon";
  display: block;
  position: absolute;
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  text-align: center;
  left: 12px;
}

.sub-menu {
  position: relative;
  text-align: left;
}

.sub-menu .footer-sub-menu {
  display: none;
  left: -8px;
  right: -8px;
  bottom: -5px;
  padding: 10px 0 30px;
}

.sub-menu:hover > a {
  font-weight: 600;
  position: relative;
  z-index: 3;
}

.sub-menu:hover > a .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-menu:hover .footer-sub-menu {
  display: block;
}

#container_footer {
  min-height: 128px;
  margin-bottom: 42px;
  padding: 10px 0 28px;
}

.jumbotron ol {
  font-size: 23px;
  padding-left: 0;
  list-style: none;
}

.jumbotron ol li {
  margin: 20px 0;
}

.honor-widget {
  background: #fafafa;
  border: 1px solid #cfcece;
  border-width: 1px 0 0;
  margin: 10px auto;
  max-width: 300px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-4 .honor-widget {
    margin: 80px auto 10px;
  }
}

.honor-widget a:first-child {
  display: block;
}

.honor-widget img.honor-img {
  background: #f4f4f4;
  display: block;
  float: left;
  max-height: 139px;
  min-width: 94px;
  overflow: hidden;
  max-width: 35%;
  object-fit: cover;
}

.honor-widget .honor-caption {
  float: left;
  min-width: 168px;
  height: auto;
  width: 63.3333%;
  display: block;
  padding-left: 10px;
}

.honor-widget .honor-caption strong {
  color: #36322D;
  display: block;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.honor-widget .honor-info {
  padding-left: 0;
  list-style: none;
  color: #36322D;
  font-size: 16px;
  margin: 0;
  padding: 0 0 5px;
}

.honor-widget .honor-info b {
  font-size: 24px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #5C60A3;
}

.honor-widget .honor-info b:hover {
  text-decoration: underline;
}

.honor-widget .honor-info i {
  font-size: 13px;
  font-style: normal;
  color: #737373;
  text-transform: uppercase;
}

.honor-widget .icon-globe {
  display: block;
  padding: 4px;
}

.fg-prad {
  background: transparent;
  min-width: 300px;
  padding: 0px 0 10px 0;
  clear: both;
  text-align: center;
}

@media print {
  .fg-prad {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .fg-prad div[style="height:90px; width:728px;"],
  .fg-prad div[style="height:250px; width:300px;"],
  .fg-prad div[style="height:600px; width:160px;"] {
    background: rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .fg-prad div[style="height:90px; width:728px;"] > div,
  .fg-prad div[style="height:250px; width:300px;"] > div,
  .fg-prad div[style="height:600px; width:160px;"] > div {
    position: relative;
    z-index: 1;
  }

  .fg-prad div[style="height:90px; width:728px;"]:after,
  .fg-prad div[style="height:250px; width:300px;"]:after,
  .fg-prad div[style="height:600px; width:160px;"]:after {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    content: "Ad";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .fg-prad {
    background: #fafafa;
  }

  .fg-prad div[id$="sky-side"] {
    display: none;
  }
}

.fg-prad:empty {
  background: transparent!important;
  padding: 0!important;
}

.col-sidebar .fg-prad {
  text-align: center;
  height: auto;
  max-width: 300px;
  overflow: hidden;
  width: 100%;
  z-index: 9;
}

@media (min-width: 1200px) {
  .col-sidebar .fg-prad {
    margin-left: 30px;
  }
}

.col-sidebar .fg-prad.dropped {
  height: 268px;
  margin: 5px auto;
}

@media (min-width: 992px) {
  .col-sidebar .fg-prad.dropped {
    margin: 15px auto -50px;
    padding: 0;
    position: relative;
  }
}

.col-sidebar .fg-prad.affix {
  z-index: 1;
}

@media (min-width: 1200px) {
  .col-sidebar .fg-prad.affix {
    margin-left: 30px;
  }
}

.col-sidebar .fg-prad.affix + .containad > img.blank {
  margin: 20px;
  height: 250px;
}

.fg-prad > div:empty + .ad-text {
  display: none!important;
}

@media (max-width: 991px) {
  .fg-prad p.ad-text {
    display: none!important;
  }
}

.section-flowers .fg-prad {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .section-bio-cover .fg-prad.mad {
    background: transparent;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    max-width: 300px;
  }

  .section-bio-cover .fg-prad.msad > div div {
    margin: 0 auto;
  }
}

.header-prad,
.footer-prad {
  margin: 0 auto;
  padding: 10px 0;
  max-height: 140px;
  text-align: center;
}

@media (min-width: 768px) {
  .header-prad > div,
  .footer-prad > div {
    height: 90px;
  }

  .header-prad > div > div,
  .footer-prad > div > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.85);
  }
}

@media (max-width: 767px) {
  .header-prad.responsive-prad,
  .footer-prad.responsive-prad {
    background: transparent;
    max-height: 100px;
    overflow: hidden;
    padding: 12px 0 0;
    width: 100%;
  }

  .header-prad.responsive-prad iframe,
  .footer-prad.responsive-prad iframe {
    width: 100%!important;
  }

  .header-prad.responsive-prad.fixed,
  .footer-prad.responsive-prad.fixed {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .header-prad.responsive-prad .close,
  .footer-prad.responsive-prad .close {
    background: #000;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.23);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.23);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
  }
}

.footer-prad.fg-prad {
  background: transparent;
  padding: 0;
}

.custom-prad iframe {
  border: none;
  overflow: hidden;
  width: 550px;
  height: 400px;
}

@media (max-width: 767px) {
  .custom-prad iframe {
    width: 100%;
  }
}

#closerad {
  display: none;
}

#closerad[type=checkbox]:checked + div {
  display: none;
}

.ad-text {
  color: #8d8d8d;
  font-size: 12px;
  margin: 0;
}

#memsrch-mrc-topr,
#cem-mrc-side {
  margin-top: 20px;
}

div[id^="fg_ldr"] {
  border-bottom: 1px solid #e5e5e5;
  margin: 8px auto 0;
  padding: 0 0 8px 0;
  text-align: center;
}

div[id^="fg_ldr"]:empty {
  display: none;
}

#find-FAG-member .header-prad,
#memorial-index .header-prad {
  background-color: #f0efeb;
}

#virtual-cemetery-detail .header-prad,
#create-virtual-cemetery .header-prad {
  background: #655C50;
}

#famous-memorial-landing .header-prad {
  background-color: #dedfed;
}

#cemetery-index .header-prad,
#cemeteries-detail .header-prad,
#cemetery-browse .header-prad {
  background: #faf2e5;
}

.containad {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 0;
}

#mem-mrc-topspot,
#mem-mrc-sidespot,
#cem-mrc-side {
  max-width: 300px;
  margin: 0 auto 12px;
}

#global-mrc-sidespot {
  margin-top: 20px;
}

.native {
  margin: 0 auto;
  font-size: 14px;
}

@media (min-width: 992px) {
  .native {
    max-width: 768px;
  }
}

.native.row {
  max-width: 100%;
}

.search-tags {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

.search-tags li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-tags .tag-item {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
  color: #646161;
  font-size: 17px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 8px 40px 6px 15px;
  width: auto;
  max-width: 85vw;
}

.search-tags .tag-item .remove {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #737373;
  border: 0 none;
  color: #fff;
  display: block;
  font-weight: 600;
  height: 18px;
  line-height: 16px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 18px;
}

.search-tags .tag-item .remove:focus {
  outline: none;
}

.search-tags .tag-item .remove:hover {
  background: #8d8d8d;
}

@media (min-width: 768px) {
  .search-tags {
    /* 768px */
  }

  .search-tags .tag-item .remove {
    right: 10px;
    top: 10px;
  }
}

@media print {
  .search-tags {
    display: inline-block;
  }

  .search-tags .tag-item {
    border: 0 none;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
}

.search-tags-wrapper p {
  margin: 10px 0 0;
}

@media print {
  .search-tags-wrapper p {
    display: inline-block;
  }
}

.search-query .btn-primary {
  height: 35px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 14px;
}

.search-refine-block {
  margin-bottom: 15px;
}

.search-btn {
  color: #737373;
  font-size: 20px;
  float: right;
}

.search-btn span {
  font-size: 24px;
  padding-left: 8px;
}

.search-btn:hover {
  text-decoration: none;
}

.zero-results {
  padding: 40px 0 0;
}

.zero-results p.lead {
  display: inline-block;
}

.zero-results p.lead span {
  color: #ffcc00;
}

.zero-results .search-tags {
  display: inline-block;
  margin-left: 12px;
}

@media (min-width: 768px) {
  .sort-search {
    margin-top: 62px;
  }

  .sort-search select {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .sort-search select {
    width: 110px;
  }
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  outline: none;
}

.twitter-typeahead {
  width: 100%;
}

.form-inline .twitter-typeahead {
  width: auto;
  vertical-align: top;
}

.twitter-typeahead + .input-group-btn {
  vertical-align: top;
}

.form-group .btn-group .twitter-typeahead {
  margin-bottom: 0;
}

.form-shaded .twitter-typeahead {
  background: #f4f4f4;
}

.typeahead {
  background-color: #fff;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #737373;
  border-radius: 3px 3px !important;
}

.auto .tt-hint {
  border-radius: 3px!important;
}

.tt-hint[disabled] {
  background-color: #d0d0d0 !important;
  background-image: none!important;
}

.input-group .tt-input {
  border-radius: 3px !important;
  padding-right: 28px;
}

.auto .input-group .tt-input {
  border-radius: 3px !important;
}

.tt-menu {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #36322D;
  margin: 0 0 12px;
  padding: 4px 0;
  width: 100%;
  z-index: 100;
}

@media (min-width: 768px) {
  .tt-menu {
    width: 422px;
  }
}

.tt-menu .tt-footer {
  background: #f4f4f4;
  border-radius: 0 0 3px 3px;
  color: #737373;
  margin: 0;
  padding: 2px 0 2px 20px;
}

.tt-input {
  padding-right: 28px;
}

.tt-suggestion {
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 20px 3px 28px;
  font-size: 14px;
  line-height: 1.5em;
  position: relative;
}

@media (min-width: 768px) {
  .tt-suggestion {
    border: 0 none;
  }
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #36322D;
  background-color: #dedfed;
}

.tt-suggestion.tt-cursor {
  color: #36322D;
  background-color: #d8d9e9;
}

.tt-suggestion span:before {
  color: #5C60A3;
  padding: 0 4px 0 7px;
  position: absolute;
  top: 14px;
  left: 0;
}

.clear-search {
  background: transparent;
  bottom: 0;
  color: #737373;
  cursor: pointer;
  font-size: 14px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 9px;
  z-index: 3;
}

.clear-search:hover {
  color: #5a5a5a;
}

.input-group .clear-search {
  right: 74px;
}

.feedback-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  bottom: 0;
  position: fixed;
  right: 0;
  height: 450px;
  width: 100%;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

@media print {
  .feedback-panel {
    display: none !important;
  }
}

.feedback-panel.user {
  height: 500px;
}

@media (min-width: 768px) {
  .feedback-panel {
    width: 300px;
    right: 16px;
  }
}

.ie9 .feedback-panel {
  position: absolute;
}

.feedback-show:checked ~ .feedback-panel {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.feedback-panel h2 {
  color: #5C60A3;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 0 0 12px;
  text-align: center;
}

.feedback-show {
  display: none;
}

.feedback-alert {
  position: absolute;
  top: -77px;
  left: 36px;
  right: 36px;
}

.feedback-alert .alert {
  border-radius: 0 0 4px 4px;
}

.feedback-btn {
  cursor: pointer;
}

.feedback-show:checked ~ .feedback-btn {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #a6a6a6;
  font-size: 32px;
  position: fixed;
  right: 24px;
  bottom: 424px;
  width: 24px;
  height: 20px;
  z-index: 1001;
}

.feedback-show:checked ~ .feedback-btn span {
  visibility: hidden;
}

.feedback-show:checked ~ .feedback-btn.user {
  bottom: 475px;
}

.feedback-show:checked ~ .feedback-btn:after {
  display: none;
}

.feedback-show:checked ~ .feedback-btn:before {
  content: "\00D7";
  opacity: 1;
}

.tutorials {
  border-top: 2px solid #FFD632;
  display: block;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 0 12px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 101;
}

@media (min-width: 1200px) {
  .tutorials {
    padding: 20px 20px 31px;
  }
}

.tutorials .skip {
  color: #fff;
  float: right;
  font-size: 15px;
}

.tutorials h3 {
  color: #FFD632;
}

.tutorials p {
  color: #fff;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.tutorials > div a {
  color: #ffe065;
}

.tutorials .btn span {
  vertical-align: middle;
}

.tutorials .btn-link {
  color: #ffe065 !important;
}

.tutorials .btn-link:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-radius: 4px;
}

#tutorial-video {
  max-width: 100%;
}

.topper {
  bottom: 78px;
  font-size: 13px;
  width: 57px;
  right: 10px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  z-index: 3;
}

@media (min-width: 768px) {
  .topper {
    bottom: 8px;
    font-size: 16px;
    right: 16px;
    width: 84px;
  }
}

.btn-help {
  background: #5C60A3;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  color: #fff!important;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  position: absolute;
  right: 26%;
  bottom: 300px;
}

@media (min-width: 768px) {
  .btn-help {
    right: 150px;
    bottom: 10px;
    position: fixed;
  }
}

a.btn-help:hover {
  background: #535693;
}

.btn-help a {
  color: #fff;
}

.btn-help a + a {
  border-left: 1px solid #8d90bf;
  padding-left: 10px;
}

.btn-help a:hover {
  background: #535693;
  border-radius: 30px;
  color: #fff;
}

.necro-thumb {
  padding-top: 10px;
}

.thumb-grids {
  display: block;
  margin: 0;
  list-style-type: none;
  width: 100%;
  padding: 10px 0;
}

.thumb-grids li {
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.thumb-grids li a {
  display: block;
  width: 75px;
  height: 90px;
  overflow: hidden;
  border: 2px solid #fff;
}

.thumb-grids li a:hover,
.thumb-grids li a:focus {
  border-color: #7d80b5;
}

.thumb-grids li img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  height: auto;
}

.necrology-list {
  display: block;
  margin: 10px 0;
  list-style-type: none;
  padding: 0;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
}

.necrology-list.thumbs {
  max-width: 100%;
}

.accordion-list .panel-heading,
.accordion-list .panel-heading.collapsed {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.accordion-list .panel-heading {
  position: relative;
  padding: 15px 10px;
  border-color: #e5e5e5;
}

.accordion-list .panel-heading .panel-title {
  color: #3f4386;
}

.accordion-list .panel-heading:after {
  color: #5C60A3;
  content: "\E022";
  font-family: "ancestryfg" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  text-transform: none;
  position: absolute;
  font-size: 2em;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 32px;
  top: 5%;
  right: 1%;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

.accordion-list .panel-heading.collapsed:after {
  color: #b3b3b3;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 30%;
}

.accordion-list .panel-heading.collapsed {
  background: #f0efeb;
}

.accordion-list .panel-heading.collapsed .panel-title {
  color: rgba(51, 51, 51, 0.77);
}

.accordion-list .panel-body {
  padding: 0;
}

.accordion-list .categ-list {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .accordion-list .categ-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

@media (min-width: 992px) {
  .accordion-list .categ-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.accordion-list .categ-list > li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
}

.accordion-list .categ-list > li a {
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 0;
  display: block;
  padding: 8px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-list .categ-list > li a:hover {
  background: #edece9;
  text-decoration: none;
}

.accordion-list .categ-list > li .badge {
  background: #edece9;
  color: #5C60A3;
  float: right;
}

.grave-search {
  margin-bottom: 1.125em;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grave-search {
    max-width: 700px;
    margin: 0 auto;
  }

  .memorial-search .grave-search {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .grave-search {
    max-width: 716px;
  }
}

.grave-search .input-group-addon,
.grave-search .input-group-btn {
  color: #5C60A3;
}

.grave-search .input-group-addon {
  background: #e6e5e1;
}

.grave-search .grave-submit-btn {
  margin-bottom: 15px;
  padding-top: 5px;
  clear: both;
}

.grave-search .input-group-lg {
  width: 100%;
}

.grave-search .input-group-lg input.form-control {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  max-width: 33%;
}

@media (min-width: 768px) {
  .grave-search .input-group-lg input.form-control {
    max-width: 270px;
  }

  .memorial-search .grave-search .input-group-lg input.form-control {
    max-width: 220px;
  }

  .grave-search .input-group-lg input.form-control#middlename {
    max-width: 150px;
  }
}

.grave-search .input-group-lg select.form-control {
  border-left: 1px solid #e6e5e1;
}

.grave-search .date-select {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .grave-search .date-select {
    display: inline-block;
    margin-bottom: 0;
    width: 200px;
  }
}

.grave-search .date-select input[type='number'] {
  width: 75%;
}

@media (min-width: 768px) {
  .grave-search .date-select input[type='number'] {
    max-width: 110px;
  }
}

.grave-search .input-list {
  padding-left: 0;
  list-style: none;
}

.grave-search .input-list li {
  margin-top: 15px;
}

.grave-search .local-select {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .grave-search .local-select {
    display: inline-block;
    margin: 0 -15px;
    vertical-align: top;
    width: 212px;
  }

  .grave-search .local-select select {
    max-width: 140px;
  }
}

@media (min-width: 992px) {
  .grave-search .local-select {
    width: 278px;
  }
}

@media (min-width: 1200px) {
  .grave-search .local-select {
    width: 280px;
  }
}

.grave-search .local-select select {
  margin-right: 10px;
}

.grave-search .collapse-link {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 16px;
  min-width: 175px;
}

.home-search .grave-search .collapse-link {
  text-shadow: 0 0 8px #000;
}

.memorial-search .grave-search .collapse-link {
  color: #5C60A3;
}

.grave-search .collapse-link .caret {
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.grave-search .collapse-link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .grave-search .form-control {
    margin-bottom: 4px;
  }
}

.grave-search button[data-target] {
  color: #fff;
}

.memorial-search .grave-search button[data-target] {
  color: #5C60A3;
}

.home-search {
  background-image: -webkit-linear-gradient(top, rgba(54, 50, 45, 0) 20%, rgba(54, 50, 45, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(54, 50, 45, 0) 20%, rgba(54, 50, 45, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(54, 50, 45, 0) 20%, rgba(54, 50, 45, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036322d', endColorstr='#8036322d', GradientType=0);
}

.home-search.expanded {
  background-image: -webkit-linear-gradient(top, rgba(54, 50, 45, 0) 0, #36322D 70%);
  background-image: -o-linear-gradient(top, rgba(54, 50, 45, 0) 0, #36322D 70%);
  background-image: linear-gradient(to bottom, rgba(54, 50, 45, 0) 0, #36322D 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036322d', endColorstr='#ff36322d', GradientType=0);
}

.grave-search-inner {
  border-radius: 3px;
}

#home-index .grave-search-inner {
  border-radius: 0;
  color: #fff;
}

.grave-search-bg {
  margin: 0 auto;
}

.grave-search-bg h1 {
  color: #5C60A3;
  font-size: 22px;
  font-weight: 400;
  margin: 12px 0 10px;
}

#home-index .grave-search-bg {
  padding: 0 1px !important;
  margin: 10px 0 15px;
}

@media (min-width: 768px) {
  #home-index .grave-search-bg {
    margin: 0 -15px 50px;
  }
}

#home-index .grave-search-bg h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 2px 2px 5px #000,0 0 20px #000,0 0 30px #000;
}

@media (min-width: 768px) {
  #home-index .grave-search-bg h1 {
    font-size: 36px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  #home-index .grave-search-bg h1 {
    margin-left: 25px;
  }
}

@media (min-width: 1200px) {
  #home-index .grave-search-bg h1 {
    margin-left: 0;
    text-align: center;
  }
}

#home-index .grave-search-bg h2 {
  color: #FCE274;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-shadow: 2px 2px 5px #000, 0 0 20px #000, 0 0 30px #000;
}

@media (min-width: 768px) {
  #home-index .expanded .grave-search-bg {
    margin-bottom: -4px;
  }
}

.anim-caret {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.collapsed .anim-caret {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-homepage {
  background: #24201A url('../images/fg-bg2-mobile.jpg') no-repeat 0 0;
  position: relative;
  background-size: cover;
}

@media (min-width: 768px) {
  .section-homepage {
    background-image: url('../images/fg-bg4.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    max-height: 650px;
    padding-top: 98px;
  }
}

.section-homepage.search-opt {
  background-position: center top;
}

@media (min-width: 992px) {
  .section-homepage {
    background-size: 100% auto;
    padding-top: 108px;
  }
}

.section-homepage .source {
  color: #fff;
}

.section-homepage .source a {
  font-weight: 600;
  color: #fff;
}

.section-page-links {
  padding-top: 40px;
  position: relative;
}

.news-panel {
  margin: 20px 5px;
  text-align: left;
}

@media (min-width: 992px) {
  .news-panel {
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  .news-panel {
    max-width: 250px;
  }
}

.news-panel h3 {
  color: #5C60A3;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 20px;
}

.fg-links-wrapper {
  text-align: center;
  padding: 20px 0 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1024px;
}

.fg-links li {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .fg-links li {
    padding: 0;
  }
}

.fg-links .item {
  border-radius: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  max-width: 80px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .fg-links .item {
    max-width: 90px;
  }
}

@media (min-width: 1200px) {
  .fg-links .item {
    max-width: 150px;
    padding: 10px 5px;
  }
}

.fg-links .item strong {
  font-size: 17px;
  color: #5C60A3;
  display: block;
  font-weight: normal;
  margin-top: 9px;
  text-decoration: none;
  white-space: normal;
}

.brand-color.fg-links .item strong {
  color: #5C60A3;
}

.fg-links .item .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #5C60A3;
}

.fg-links .item .icon:before {
  margin-right: 0;
}

.fg-links .item .badge {
  background: #B8D94C;
  font-weight: 500;
  padding: 5px 9px;
  font-size: 13px;
  text-shadow: 1px 1px 3px rgba(54, 50, 45, 0.3);
}

.fg-links .item:hover,
.fg-links .item:focus {
  outline: none;
}

.fg-links .item:hover .icon,
.fg-links .item:focus .icon,
.fg-links .item:hover strong,
.fg-links .item:focus strong {
  color: #4a4d82;
}

.brand-color.fg-links .item:hover .icon,
.brand-color.fg-links .item:focus .icon,
.brand-color.fg-links .item:hover strong,
.brand-color.fg-links .item:focus strong {
  color: #404372;
}

.fg-links .item:active .icon {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.fg-links .no-ring + strong {
  margin-top: 0;
}

.no-ring {
  font-size: 36px;
  line-height: 1;
  margin-top: 25px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 1200px) {
  .no-ring {
    font-size: 48px;
  }
}

#home-index .fg-prad.header-prad {
  display: none;
}

@media (max-width: 991px) {
  #home-index #home-mrc-side {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  #home-index .top-msg {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: 0;
  }

  #home-index header {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, #36322D 0, rgba(54, 50, 45, 0) 95%);
    background-image: -o-linear-gradient(top, #36322D 0, rgba(54, 50, 45, 0) 95%);
    background-image: linear-gradient(to bottom, #36322D 0, rgba(54, 50, 45, 0) 95%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff36322d', endColorstr='#0036322d', GradientType=0);
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
  }

  .admin-user#home-index header {
    top: 24px;
  }

  #home-index header .logo {
    position: relative;
    z-index: 1;
  }

  #home-index header .main-nav-list > li > a {
    color: #fff;
    text-shadow: 0 0 12px #000;
  }

  #home-index header .main-nav-list > li > a#user-name {
    padding: 0 0 20px 0;
  }

  #home-index header .main-nav-list > li > a:hover {
    border-color: #fff;
  }
}

.memorial-page-links {
  margin-top: 15px;
}

.cemetery-overview .memorial-page-links .fg-links-wrapper {
  padding: 1em 0 0;
}

.my-memorial-list .grave-has {
  display: none;
}

.list-heading-bar {
  background: #dedfed;
  overflow: hidden;
  color: #5C60A3;
  padding: 6px 12px;
  margin: 0 -15px;
}

.list-heading-bar .pager {
  margin: 0;
}

.list-heading-bar h4 {
  margin: 6px 0;
}

.list-heading-bar .form-group {
  margin-bottom: 0;
}

#my-memorial-title {
  display: none;
}

.my-memorial-listing .form-title {
  display: none;
}

.my-memorial-listing #my-memorial-title {
  display: block;
}

#js--memorial-search-block .form-title {
  display: none;
}

.result-list-title {
  background: #5C60A3;
  color: #fff;
  padding: 16px 15px;
  font-size: 20px;
  margin: 0;
}

.memorial-search-list {
  margin: 15px 0;
}

.memorial-search-list .result-list-title {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.memorial-list-data {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.memorial-item {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px;
  padding: 10px 0;
  position: relative;
}

.row:last-child > .memorial-item {
  border-width: 0;
}

@media print {
  .memorial-item {
    page-break-inside: avoid;
    padding: 0;
  }
}

.my-memorial-list .memorial-item {
  padding-bottom: 30px;
}

.member-search-result-list .memorial-item {
  padding: 0;
}

.memorial-item.top-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.photo-bucket .memorial-item {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 15px;
}

a.memorial-item {
  text-decoration: none;
}

a.memorial-item:hover {
  background: #f7f6f4;
  text-decoration: none;
}

.memorial-item.cem-non:hover {
  background: transparent;
}

.memorial-item .memorial-item-pic {
  text-align: center;
  -webkit-flex: 0 0 110px;
  -moz-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}

.memorial-item .memorial-item-pic .pic-wrapper {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: block;
  height: 85px;
  overflow: hidden;
  margin: 5px 5px 0;
  position: relative;
  width: 100px;
}

.memorial-item .memorial-item-pic.blank-slate .pic-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.memorial-item .memorial-item-pic a:hover {
  text-decoration: none;
}

.memorial-item .memorial-item-pic img {
  max-height: 100px;
  height: 100%;
  min-width: 100%;
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
}

.no-object-fit .memorial-item .memorial-item-pic img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: inherit;
  min-width: 30px;
}

.memorial-item .memorial-item-pic img.default-avatar {
  height: 64px;
}

.memorial-item .memorial-item-pic .circ-img img {
  width: auto;
  min-height: 58px;
  min-width: 58px;
}

.memorial-item .memorial-item-pic span {
  background: #f0efeb;
  color: #c3c1b7;
  display: block;
  font-size: 54px;
  padding-left: 10px;
  padding-top: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .memorial-item .memorial-item-pic span {
    /* 768px */
    padding-left: 18px;
  }
}

.memorial-item .memorial-item--info {
  -webkit-flex-basis: calc(63% - 110px);
  -moz-flex-basis: calc(63% - 110px);
  -ms-flex-basis: calc(63% - 110px);
  flex-basis: calc(63% - 110px);
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 15px 0 0 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .memorial-item .memorial-item--info {
    -webkit-flex: 0 0 65%;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
}

@media print {
  .memorial-item .memorial-item--info {
    padding: 0;
  }
}

.memorial-item .memorial-item---grave .name-grave {
  color: #197BAD;
  font-size: 18px;
  display: block;
  font-weight: 500;
  margin: 0 0 4px;
}

.memorial-item .memorial-item---grave .name-grave i,
.memorial-item .memorial-item---grave .name-grave em {
  font-style: normal;
  padding-right: .25em;
}

.memorial-item .memorial-item---grave .name-grave i.static,
.memorial-item .memorial-item---grave .name-grave em.static {
  color: #36322D;
}

.memorial-item .memorial-item---grave .name-grave i i,
.memorial-item .memorial-item---grave .name-grave em i {
  font-style: italic;
}

.memorial-item .memorial-item---grave .name-grave:hover i {
  text-decoration: underline;
}

.memorial-item .memorial-item---grave .name-grave span {
  color: #E9A93E;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 5px;
}

.memorial-item .memorial-item---grave .name-grave b {
  color: #5C60A3;
}

.memorial-item .memorial-item---grave .name-grave .sponsored,
.memorial-item .memorial-item---grave .name-grave .ceno {
  background: #fafafa;
  border: 1px solid #819e21;
  border-radius: 3px;
  color: #819e21;
  font-size: 10px;
  font-weight: 400;
  margin-left: 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
}

.memorial-item .memorial-item---grave .name-grave .ceno {
  background: #f5f5f5;
  border: 1px solid #737373;
  border-radius: 3px;
  color: #737373;
}

.memorial-item .memorial-item---grave .name-grave a:hover {
  color: #5C60A3;
}

.memorial-item .memorial-item---grave.blank-slate h2 {
  background: #edece9;
  min-height: 20px;
}

.memorial-item .memorial-item---grave.blank-slate p {
  color: #999999 !important;
}

.memorial-item .memorial-item---grave.blank-slate p:empty {
  background: #edece9;
  min-height: 12px;
  max-width: 80%;
}

.memorial-item .memorial-item---grave b {
  color: #36322D;
  font-weight: 400;
}

@media (min-width: 992px) {
  .memorial-item .memorial-item---grave b {
    font-size: 18px;
    font-weight: 300;
  }
}

.memorial-item .memorial-item---grave p {
  color: #36322D;
}

.thumbs .memorial-item .memorial-item---grave p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

@media (min-width: 768px) {
  .thumbs .memorial-item .memorial-item---grave p {
    text-align: left;
  }
}

.memorial-item .memorial-item---grave p.text-muted {
  color: #737373;
  margin: 0;
}

.memorial-item .memorial-item---grave p strong {
  color: #197BAD;
}

.memorial-item .memorial-item---grave:hover p strong {
  text-decoration: underline;
}

.memorial-item .memorial-item---grave .memorials {
  font-size: 18px;
}

.memorial-item:visited .memorial-item---grave .name-grave i,
.memorial-item .name-grave a:visited {
  color: #995c1d;
  text-decoration: underline;
}

.memorial-item:visited:hover .memorial-item---grave .name-grave,
.memorial-item .name-grave a:visited:hover {
  color: #995c1d;
}

.search .memorial-item .name-grave a:visited {
  color: #197BAD;
}

.srch-spot.memorial-item .name-grave {
  color: #197BAD !important;
  text-transform: capitalize;
}

.memorial-item .memorial-item---cemet {
  padding-right: 0;
  text-align: right;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .memorial-item .memorial-item---cemet {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-right: 10px;
    width: 100%;
    text-align: center;
  }
}

.memorial-item .memorial-item---cemet button {
  padding: 0;
  text-align: right;
  white-space: normal;
}

.memorial-item .memorial-item---cemet p {
  color: #36322D;
  margin: 0;
}

.memorial-item .memorial-item---cemet input.mem-id {
  background: transparent;
  border: 0 none;
  color: #a6a6a6;
  cursor: text;
  display: block;
  margin-left: auto;
  pointer-events: auto;
  text-align: right;
}

.memorial-item .memorial-item---cemet input.mem-id:focus {
  outline: 0 none;
}

.memorial-item .memorial-item---cemet input.mem-id.ib {
  display: inline-block;
}

.cemetery-grave-search .memorial-item .memorial-item---cemet .addr-cemet {
  color: #626262;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

@media (min-width: 768px) {
  .memorial-item {
    padding: 3px 10px;
  }

  .thumbs .memorial-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .my-memorial-list .memorial-item {
    padding: 12px 15px 30px;
  }

  .member-search-result-list .memorial-item .memorial-item-pic {
    min-width: 64px;
    text-align: center;
    margin-top: 10px;
  }

  .member-search-result-list .memorial-item .memorial-item-pic img {
    height: 64px;
  }

  .memorial-item .memorial-item-pic .pic-wrapper {
    width: 100px;
    height: 80px;
    text-align: center;
  }

  .memorial-item .memorial-item-pic .pic-wrapper.circ-img {
    width: 64px;
    height: 64px;
  }

  .memorial-item .memorial-item--info {
    padding: 0 15px;
  }

  .memorial-item .memorial-item--info .name-grave {
    font-size: 18px;
    text-align: left;
  }

  .member-search-result-list .memorial-item .memorial-item--info .name-grave {
    margin: 0;
  }

  .memorial-item .memorial-item--info.full {
    -webkit-flex: 1 0 calc(73% - 110px);
    -moz-flex: 1 0 calc(73% - 110px);
    -ms-flex: 1 0 calc(73% - 110px);
    flex: 1 0 calc(73% - 110px);
  }

  .thumbs .memorial-item .memorial-item--info.full {
    width: 100%;
  }

  .memorial-item .memorial-item--info.full + .memorial-item---cemet {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }

  .srch-spot.memorial-item .memorial-item--info {
    width: 70%;
  }

  .memorial-item .memorial-item---cemet {
    text-align: right;
    -webkit-flex-basis: calc(32% - 110px);
    -moz-flex-basis: calc(32% - 110px);
    -ms-flex-basis: calc(32% - 110px);
    flex-basis: calc(32% - 110px);
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }

  .memorial-item .memorial-item---cemet .stats {
    font-size: 15px;
  }

  .srch-spot.memorial-item .memorial-item---cemet {
    max-width: 20%;
  }
}

@media (min-width: 768px) and screen and (min-width: 992px) {
  .memorial-item .memorial-item--info .name-grave {
    font-size: 20px;
  }
}

.thumbs .memorial-item {
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px 0;
  width: 240px;
  height: 250px;
  float: left;
}

@media screen and (max-width: 991px) {
  .col-sm-12 > .thumbs .memorial-item {
    width: 270px;
  }
}

.thumbs .memorial-item .name-grave {
  margin-top: 18px;
  text-align: center;
}

.thumbs .memorial-item .name-grave b {
  display: block;
  text-align: center;
}

.paging-divide {
  position: relative;
  padding: 12px 0;
  text-align: center;
}

div[data-url="page=1"] .paging-divide {
  display: none;
}

.flowers-board-list .paging-divide {
  width: 100%;
}

@media (min-width: 768px) {
  .paging-divide {
    text-align: left;
  }
}

.paging-divide span {
  background: #fafafa;
  color: #737373;
  position: relative;
  padding: 4px;
}

@media (min-width: 768px) {
  .paging-divide span {
    margin-left: 12px;
  }
}

@media (min-width: 1330px) {
  .paging-divide span {
    margin-left: -48px;
  }
}

.paging-divide:before {
  border: 1px solid #e5e5e5;
  content: "\20";
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
}

.grave-has {
  position: absolute;
  height: 100%;
  top: 10px;
  display: block;
  right: 15px;
}

.memorial-item-action {
  position: absolute;
  bottom: 10px;
  right: -12px;
}

.memorial-item-action .btn-link:hover {
  text-decoration: none;
}

a.memorial-item:hover .memorial-item-action {
  opacity: 1;
}

.managed-dot:before {
  background: #5C60A3;
  border-radius: 50%;
  content: "\20";
  display: block;
  height: 10px;
  left: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.my-photos .managed-dot:before {
  left: 0;
}

@media (min-width: 768px) {
  .my-photos .managed-dot:before {
    left: -6px;
  }
}

.managed-dot:after {
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  content: attr(data-title);
  left: 14px;
  margin-top: -12px;
  max-width: 200px;
  padding: 3px 8px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  z-index: 1070;
}

.my-photos .managed-dot:after {
  left: 2px;
}

.managed-dot:hover:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.flowers {
  float: right;
  font-size: 2.2em;
  color: #5C60A3;
  margin-top: -6px;
}

.memorial-id {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #cbcbcb;
  z-index: 20;
  font-size: 15px;
  text-align: right;
  margin: 0;
}

#content-placeholder + #loadpreviousajaxloader {
  position: absolute;
  top: 0;
  left: 50%;
}

.form-title {
  color: #5C60A3;
  font-size: 18px;
  font-weight: 200;
  padding: 20px 15px 5px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

@media (min-width: 768px) {
  .form-title {
    font-size: 22px;
    padding: 0;
    text-align: right;
  }
}

.create-memorial .form-group,
.create-memorial .btn-group {
  margin-bottom: 20px;
}

.create-memorial .form-group .form-control,
.create-memorial .btn-group .form-control {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #36322d;
}

.create-memorial .label-select {
  max-width: 370px;
  float: left !important;
}

.lookup-memorial-form .btn-separator {
  margin-top: 60px;
  margin-bottom: 25px;
}

.other-memorial-form .btn {
  margin-top: 20px;
}

.page-heading {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
}

.page-heading .page-title,
.page-heading .page-sub-title {
  margin: 0;
}

.page-heading .page-title {
  color: #5C60A3;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.page-heading .page-sub-title {
  color: #53524e;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
}

.page-heading .page-sub-title strong,
.page-heading .page-sub-title b {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.page-heading .page-sub-title.maroon {
  color: #c24239;
}

@media (min-width: 768px) {
  .section-suggest {
    clear: both;
    max-height: 50vh;
    overflow: auto;
  }
}

.create-memorial h1 {
  color: #5C60A3;
  margin: 20px 0 20px;
  text-align: center;
}

.create-memorial .form-title {
  color: #5C60A3;
  font-size: 18px;
  font-weight: 500;
}

.create-memorial .btn-group-vertical {
  margin-top: -10px;
  margin-bottom: 20px;
  max-width: 300px;
}

@media (min-width: 992px) {
  .create-memorial .panel {
    margin: 40px auto;
    width: 80%;
  }

  .step-2.create-memorial .panel {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .create-memorial .panel {
    width: 60%;
  }
}

.cemetery-list .is-famous {
  display: none;
}

.inline-links a {
  display: inline-block;
}

.star-rating label {
  display: inline-block;
}

.star-rating input[type="radio"] {
  margin-top: 4px;
}

.star-rating .icon {
  color: #ffcc00;
  font-size: 1.2em;
  vertical-align: middle;
}

.radio-list {
  display: block;
  padding-left: 0;
  list-style: none;
}

.radio-list > li {
  display: block;
  line-height: 1.4;
}

#memorial-summary.bg-dk .header-prad {
  background: #6e6c68;
}

#memorial-summary.bg-dk .header-prad .ad-text {
  color: #eeeeee;
}

#memorial-summary.bg-dk .memorial-overview {
  background-color: #6e6c68;
}

#memorial-summary.bg-dk .memorial-overview .hidden-md .ad-text {
  color: #eeeeee;
}

#memorial-summary.bg-dk .section-bio-cover .mem-events {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

#memorial-summary.bg-dk .section-bio-cover .mem-events .add-link {
  color: #fff;
  text-decoration: underline;
}

#memorial-summary.bg-dk .section-bio-cover .mem-events .add-link:hover {
  text-decoration: none;
}

#memorial-summary.bg-dk .bio-name,
#memorial-summary.bg-dk .over-text,
#memorial-summary.bg-dk .bio-dp:not(.main-img) p {
  color: #fff;
}

#memorial-summary.bg-dk .bio-name a,
#memorial-summary.bg-dk .over-text a,
#memorial-summary.bg-dk .bio-dp:not(.main-img) p a {
  color: #fff;
  text-decoration: underline;
}

#memorial-summary.bg-lt .header-prad {
  background: #e6e5e1;
}

#memorial-summary.bg-lt .memorial-overview {
  background-color: #e6e5e1;
}

#memorial-summary.bg-lt .bio-name {
  color: #5C60A3;
}

#memorial-summary.bg-cl .header-prad {
  background: #EDE7E7;
}

#memorial-summary.bg-cl .memorial-overview {
  background-color: #EDE7E7;
}

#memorial-summary.bg-cl .memorial-overview .add-link {
  color: #1F6DA5;
}

#memorial-summary.bg-cl .bio-name {
  color: #5C60A3;
}

@media (min-width: 768px) {
  .add-link {
    white-space: nowrap;
  }
}

.memorial-overview.section-first {
  padding-bottom: 0;
}

.cemetery-overview {
  background: #faf2e5;
}

.virtual-cemetery-detail .cemetery-overview {
  background: transparent;
}

.mem-profile-img {
  display: block;
  height: 100%;
  position: relative;
}

.mem-profile-img:hover {
  text-decoration: none;
}

.mem-profile-img.bio-dp {
  height: 100px;
  margin: 0 10px 10px 0;
  width: 100px;
}

.mem-profile-img.bio-dp img {
  max-width: 100px;
  cursor: default;
  height: auto;
  max-height: 100px;
}

.mem-profile-img.bio-dp span {
  margin: 0;
  font-size: 65px;
  text-align: center;
}

@media screen {
  .data-family.empty {
    min-height: 50px;
  }

  .data-family.empty .dot-container:before {
    content: "Family Members";
    color: #5C60A3;
    display: block;
    font-size: 20px;
    margin: 10.5px 0;
  }

  .data-family.empty .dot-container:after {
    content: "None added yet, Family members will appear here when added.";
    color: #737373;
    display: block;
    font-size: 15px;
    font-style: italic;
    margin: 10.5px 0;
  }
}

.nav-memorial {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #e6e5e1;
  position: relative;
}

.bg-cl .nav-memorial {
  background: #e6dede;
}

.bg-lt .nav-memorial {
  background: #dfded9;
}

.cemetery-overview .nav-memorial {
  background: #54524F;
}

.nav-memorial .active {
  background: transparent;
}

.page-tools {
  margin: 8px 0!important;
}

@media (min-width: 768px) {
  .page-tools {
    margin: 0!important;
  }
}

.page-tools > div > div:last-child {
  text-align: center;
}

@media (min-width: 768px) {
  .page-tools > div > div:last-child {
    text-align: right;
  }
}

@media (max-width: 480px) {
  .section-bio-cover {
    text-align: center;
  }
}

.section-bio-cover .other-section-links {
  text-align: center;
  padding-left: 0;
  list-style: none;
}

.section-bio-cover .other-section-links > li {
  display: inline-block;
}

.section-bio-cover .other-section-links .btn span {
  text-decoration: underline;
}

.section-bio-cover .other-section-links .btn:hover span,
.section-bio-cover .other-section-links .active .btn:hover span,
.section-bio-cover .other-section-links .active .btn span,
.section-bio-cover .other-section-links .btn .count {
  text-decoration: none;
}

@media screen {
  .section-bio-brief {
    margin-top: 20px;
    min-height: 60vh;
  }
}

.bio-name {
  font-weight: 600;
}

@media (max-width: 767px) {
  .bio-name {
    font-size: 30px;
  }
}

.bio-name .popover {
  color: black;
}

.bio-name i {
  margin: 0 .1em;
}

.bio-name span:before {
  color: #E9A93E;
  display: inline-block;
  font-size: 16px;
  margin-top: .75em;
  vertical-align: top;
}

.photogrid-wrapper {
  margin-top: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .photogrid-wrapper {
    position: absolute;
    margin-top: 20px;
    top: 0;
    z-index: 1;
  }
}

.bio-dp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media print, (max-width: 991px) {
  .bio-dp {
    min-height: 100px!important;
  }
}

.photo-added .bio-dp {
  display: inline-block;
  border-color: transparent;
  width: 150px;
  height: 150px;
  margin: 20px 12px 20px 0;
  overflow: visible;
  text-align: center;
}

.photo-added .bio-dp img {
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 100%;
}

.photo-added .bio-dp span {
  font-size: 72px;
  width: 100px;
}

.bio-dp figcaption.ceno-img,
.bio-dp p.ceno-img {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 2px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
  left: 28px;
}

.bio-dp figcaption.ceno-img:after,
.bio-dp p.ceno-img:after {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-width: 11px 7px 10px;
  border-right-color: transparent;
  content: "\20";
  display: block;
  height: 0;
  position: absolute;
  right: -14px;
  top: 0;
  width: 0;
}

.bio-dp + .small {
  color: #e6e5e1;
  text-align: center;
}

@media (min-width: 768px) {
  .bio-dp + .small {
    text-align: right;
  }
}

.bio-dp + .small a {
  color: #e6e5e1;
}

#cemeteries-detail .bio-dp + .small,
#cemeteries-detail .bio-dp + .small a,
.bg-lt .bio-dp + .small {
  color: #737373;
}

#cemeteries-detail .bio-dp + .small a,
#cemeteries-detail .bio-dp + .small a a,
.bg-lt .bio-dp + .small a {
  color: #737373;
}

@media (min-width: 768px) {
  .bio-dp.affix {
    position: fixed;
  }
}

.bio-dp > a {
  display: block;
  text-decoration: none;
}

@media screen {
  .bio-dp img {
    cursor: zoom-in;
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    object-fit: contain;
  }

  .edit-memorial .bio-dp img {
    cursor: default;
    height: inherit;
    width: 100%;
  }

  .no-object-fit .bio-dp img {
    width: auto;
    max-height: 200px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .main-img.bio-dp img {
    width: auto;
    height: auto;
    object-fit: none;
  }

  .no-object-fit .main-img.bio-dp img {
    max-width: 250px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .bio-dp img {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and print {
  .bio-dp img {
    height: auto;
    margin: 0;
  }
}

.bio-dp span {
  color: #54524F;
  display: none;
  font-size: 96px;
  height: 100%;
  text-shadow: none;
  width: 108px;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .bio-dp span {
    display: block;
  }

  .panel-body .bio-dp span {
    margin: 0 auto;
    font-size: 92px;
  }
}

.bg-lt .bio-dp span {
  color: #c3c1b7;
}

.bg-cl .bio-dp span {
  color: #ccbbbb;
}

.edit-memorial .bio-dp {
  border: 1px solid #e5e5e5;
  margin: 5px;
  height: 162px;
}

@media (max-width: 767px) {
  .edit-memorial .bio-dp {
    top: 0!important;
    margin: 0 auto 20px;
  }
}

.memorial-overview .mem-events {
  border: 0 none;
}

.memorial-overview .mem-events th {
  font-weight: normal;
  text-transform: uppercase;
  max-width: 120px;
  min-width: 110px;
}

@media (min-width: 1200px) {
  .memorial-overview .mem-events th {
    width: 110px;
  }
}

.memorial-overview .mem-events td,
.memorial-overview .mem-events th {
  border: 0 none;
  padding: 0;
  text-align: left;
}

.col-parent {
  overflow: hidden;
  width: 100%;
}

.section-bio-details {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .overview-panel {
    padding: 0 0 5px;
  }

  .overview-panel:after:before,
  .overview-panel:before:before,
  .overview-panel:after:after,
  .overview-panel:before:after {
    content: " ";
    display: table;
  }

  .overview-panel:after:after,
  .overview-panel:before:after {
    clear: both;
  }

  .overview-panel:after:before,
  .overview-panel:before:before,
  .overview-panel:after:after,
  .overview-panel:before:after {
    content: " ";
    display: table;
  }

  .overview-panel:after:after,
  .overview-panel:before:after {
    clear: both;
  }
}

.overview-panel .overview-label {
  color: #5C60A3;
  font-size: 20px;
  display: block;
  padding-right: 5px;
}

.overview-panel .overview-label a {
  color: #5C60A3;
}

.overview-panel .overview-label .btn {
  color: #5C60A3;
  font-size: 20px;
  padding: 0;
}

.overview-panel .overview-panel--heading,
.overview-panel .overview-panel--body,
.overview-panel .overview-panel--footer {
  width: 100%;
}

.overview-panel .overview-panel--heading:after,
.overview-panel .overview-panel--body:after,
.overview-panel .overview-panel--footer:after {
  padding: 0;
}

.overview-panel .overview-panel--heading:after:before,
.overview-panel .overview-panel--body:after:before,
.overview-panel .overview-panel--footer:after:before,
.overview-panel .overview-panel--heading:after:after,
.overview-panel .overview-panel--body:after:after,
.overview-panel .overview-panel--footer:after:after {
  content: " ";
  display: table;
}

.overview-panel .overview-panel--heading:after:after,
.overview-panel .overview-panel--body:after:after,
.overview-panel .overview-panel--footer:after:after {
  clear: both;
}

.overview-panel .overview-panel--heading:after:before,
.overview-panel .overview-panel--body:after:before,
.overview-panel .overview-panel--footer:after:before,
.overview-panel .overview-panel--heading:after:after,
.overview-panel .overview-panel--body:after:after,
.overview-panel .overview-panel--footer:after:after {
  content: " ";
  display: table;
}

.overview-panel .overview-panel--heading:after:after,
.overview-panel .overview-panel--body:after:after,
.overview-panel .overview-panel--footer:after:after {
  clear: both;
}

.overview-panel .overview-panel--heading {
  margin-bottom: 5px;
}

.overview-panel .overview-panel--body .bio-min {
  line-height: 1.5;
  margin-top: 10.5px;
}

.overview-panel .overview-panel--body .bio-min + span > .bio-more {
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.1) 0, #fafafa 45%);
  background-image: -o-linear-gradient(top, rgba(250, 250, 250, 0.1) 0, #fafafa 45%);
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.1) 0, #fafafa 45%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1afafafa', endColorstr='#fffafafa', GradientType=0);
  display: block;
  margin-top: -40px;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print {
  .overview-panel .overview-panel--body .bio-min + span > .bio-more {
    display: none !important;
  }
}

@media print {
  .overview-panel .overview-panel--body .bio-min#fullBio {
    display: block!important;
  }
}

.overview-panel.edit-panel .overview-panel--body,
.overview-panel.edit-panel .overview-panel--footer,
.overview-panel.edit-panel textarea {
  background-color: #fffcc1;
  padding: 10px 14px;
  border: 2px dashed #dbdbdb;
}

.overview-panel.edit-panel textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-y: auto;
}

.overview-panel.edit-panel textarea:focus {
  border-color: #bfbfbf;
}

.overview-panel .overview-panel--body {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.overview-panel .overview-panel--body + .overview-panel .overview-panel--footer {
  border-top: 0;
}

.overview-panel .overview-panel--footer {
  padding: 0.7em 1em;
}

.overview-panel .overview-panel--body:empty,
.overview-panel .overview-panel--footer:empty {
  display: none;
}

.data-filled .data-filled-none {
  color: #333333;
}

.data-filled .data-filled-user {
  color: #584d4d;
}

.img-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  position: relative;
}

.img-single.img-area {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .img-area {
    margin: 0 25px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media print {
  .img-area {
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0;
  }
}

.img-area figure > a {
  display: block;
}

.img-area figure img {
  cursor: zoom-in;
  margin: 0 auto 0;
  border: 1px solid #e5e5e5;
  max-height: 420px;
  max-width: 100%;
  width: auto;
  display: block;
}

@media (max-width: 991px) {
  .img-area figure img {
    max-width: 90%;
  }
}

.img-area figure figcaption {
  color: #737373;
  margin-bottom: 12px;
}

.data-inscription blockquote {
  border: none;
  font-size: 15px;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}

.data-inscription blockquote p {
  display: inline-block;
}

@media print {
  .photogrid-wrapper {
    position: absolute;
    margin-top: 20px;
    max-width: 250px;
    padding-right: 12px;
    top: 0;
    z-index: 1;
  }

  .photogrid-wrapper.hidden-sm {
    display: block!important;
  }

  .photogrid-wrapper.visible-sm {
    display: none!important;
  }

  .js--photoGrid.hidden-xs {
    display: block!important;
  }
}

.data-photos .data-filled-none {
  min-height: 10px;
}

@media print {
  .data-photos .data-filled-none {
    min-height: 0;
  }
}

.placeholder-text {
  margin: 0;
}

@media screen {
  .rating-result {
    color: #333333;
    font-size: 15px;
  }

  .rating-result .rating-for {
    font-size: 17px;
  }

  .rating-result .stars-count {
    display: inline-block;
    margin: 5px 0;
  }

  .rating-result .stars-count .icon {
    color: #E9A93E;
    font-size: 22px;
    line-height: 1;
    margin: 0 4px 4px 0;
    vertical-align: middle;
  }

  .rating-result .stars-count .fame-votes {
    display: inline-block;
    margin: 5px;
  }
}

.virtual-select-loop > li label {
  color: #655e54;
}

.virtual-select-loop > li label input[type=checkbox]:checked + span,
.virtual-select-loop > li label:hover {
  color: #36322D;
}

.virtual-select-loop a:after {
  content: "\2192";
}

.overview-col {
  width: 100%;
}

.overview-col:after:before,
.overview-col:before:before,
.overview-col:after:after,
.overview-col:before:after {
  content: " ";
  display: table;
}

.overview-col:after:after,
.overview-col:before:after {
  clear: both;
}

.overview-col:after:before,
.overview-col:before:before,
.overview-col:after:after,
.overview-col:before:after {
  content: " ";
  display: table;
}

.overview-col:after:after,
.overview-col:before:after {
  clear: both;
}

.col-md-6 .overview-col {
  padding: 0;
}

.section-transfer {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
}

@media print {
  .section-transfer {
    margin-left: 250px;
  }
}

.transfer-details {
  text-align: center;
  color: #666666;
}

.transfer-details .form-group {
  margin-bottom: 20px;
}

.transfer-details .transfer-list {
  padding-left: 0;
  list-style: none;
}

.label-relation {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #36322d;
  display: block;
  margin-bottom: 10px;
}

.member-family {
  padding-left: 0;
  list-style: none;
}

.member-family a:visited {
  color: #995c1d;
}

.member-family a:visited h4 {
  color: #995c1d !important;
}

.member-item {
  color: #707070;
  vertical-align: middle;
  overflow: hidden;
}

.member-item .media-left {
  min-width: 42px;
}

.member-item .media-object {
  background: #f0efeb;
  border: 1px solid #e5e5e5;
  color: #c3c1b7;
  display: block;
  text-align: center;
}

.member-item span.media-object {
  font-size: 20px;
  height: 32px;
  width: 32px;
  padding-left: 5px;
}

.member-item img.media-object {
  height: 32px;
  object-fit: cover;
  width: 32px;
}

.member-item a.name:hover {
  text-decoration: none;
}

.member-item h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

.ratings-general dt {
  color: #737373;
  display: block;
  float: left;
  font-weight: 400;
  margin: 8px 0;
  text-align: left;
  width: 95px;
}

.ratings-general dd {
  display: block;
  margin-left: 100px;
  vertical-align: top;
}

.show-ratings {
  display: inline-block;
  padding: 5px 0;
  overflow: hidden;
  width: 150px;
  margin-bottom: 5px;
  vertical-align: top;
}

.show-ratings input {
  display: none;
}

.show-ratings label {
  color: #c0c0c0;
  cursor: pointer;
  float: right;
  line-height: 1;
  margin-right: 8px;
}

.show-ratings label:before {
  font-family: "ancestryfg" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  text-transform: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  float: left;
  color: inherit;
  content: '\e00f';
}

.show-ratings input:checked ~ label,
.show-ratings:not(:checked) label:hover,
.show-ratings:not(:checked) label:hover ~ label {
  color: #E9A93E;
}

.show-ratings input:checked + label:hover,
.show-ratings input:checked ~ label:hover,
.show-ratings label:hover ~ input:checked ~ label,
.show-ratings input:checked ~ label:hover ~ label {
  color: #eebd6c;
}

#voted {
  display: inline-block;
  margin: 5px;
}

.popover {
  border: 1px solid #9da0c8;
}

.popover .popover-title {
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  background: #9da0c8;
  border: 0;
}

.new-member {
  margin-bottom: 10px;
}

.new-member:before,
.new-member:after {
  content: " ";
  display: table;
}

.new-member:after {
  clear: both;
}

.new-member:before,
.new-member:after {
  content: " ";
  display: table;
}

.new-member:after {
  clear: both;
}

.new-member .btn-link {
  font-size: 15px;
}

.new-member .input-has-icon .form-control {
  padding-right: 30px;
}

.new-member .input-has-icon.form-group {
  margin-bottom: 10px;
}

.online-cemetery {
  background: #54524F;
  color: #E9A93E;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
}

.online-cemetery ul {
  margin: 0;
}

.online-cemetery ul .lead {
  margin: 0;
  max-width: 50%;
}

.online-cemetery .manage-center {
  text-align: center;
  padding-top: 5px;
}

.citation .citation-link {
  color: #197BAD;
  cursor: pointer;
}

.citation .citation-link i {
  font-style: normal;
}

.citation .citation-link span {
  display: none;
}

.citation .citation-link:hover {
  text-decoration: underline;
}

#source:target .citation .citation-link {
  visibility: hidden;
}

.citation input[type=checkbox]:checked + .citation-link i {
  display: none;
}

.citation input[type=checkbox]:checked + .citation-link span {
  display: inline;
}

.citation input[type=checkbox]:not(checked) ~ div {
  display: none;
  background-color: #eeeeee;
  max-width: 760px;
  padding: 20px;
  overflow: hidden;
  margin: 0 auto;
}

@media print {
  .citation input[type=checkbox]:not(checked) ~ div {
    display: block;
  }
}

.citation input[type=checkbox]:checked ~ div,
#source:target .citation #citationInfo {
  display: block;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.border-none {
  border: 0 none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well.blankslate {
  background: #fafafa;
}

.well.blankslate h3 {
  margin-top: 0;
}

.well.blankslate div[class^="icon-"] {
  font-size: 78px;
  color: #E5E3DD;
  margin: 0 auto;
  max-width: 98px;
}

.panel-danger .icon-edit {
  text-align: center;
}

@media (min-width: 768px) {
  .panel-danger .icon-edit {
    left: 10px;
    top: 10px;
    position: absolute;
  }
}

.labeledit {
  display: block;
}

@media (min-width: 768px) {
  .labeledit {
    display: inline;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 150px;
    clear: left;
  }
}

.labeledit:empty {
  display: none;
}

@media screen {
  .tab-content {
    min-height: 50vh;
  }
}

.deleted-memorial {
  -webkit-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  filter: grayscale(90%);
}

@media print {
  .modal-open #content > div[itemscope] .section-first,
  .modal-open #content > div[itemscope] .tab-content,
  .modal-open #content > div[itemscope] .section-transfer,
  .modal-open .fine-print {
    display: none !important;
  }
}

.board-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .board-list {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}

@media print {
  .board-list {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.container > .board-list {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.section-memorial-actions {
  margin-top: 20px;
}

.board-item {
  position: relative;
  max-width: 250px;
  min-height: 305px;
  margin: 0 15px;
  margin-bottom: 15px;
}

.board-item .board-item---header {
  min-height: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}

.no-object-fit .board-item .board-item---img {
  border: 1px solid #e5e5e5;
  height: 300px;
}

.board-item .board-item---img img {
  border: 1px solid #e5e5e5;
  width: 250px;
  height: 300px;
  cursor: pointer;
  object-fit: contain;
}

.no-object-fit .board-item .board-item---img img {
  height: auto;
  width: auto;
  max-height: 300px;
  max-width: 250px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.board-item .board-item---body {
  font-size: 14px;
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.board-item .board-item---body .caption-text,
.board-item .board-item---body .credits-text {
  padding: 8px 0;
}

.board-item .board-item---body .credits-text:empty {
  display: none;
}

.board-item .board-item---body .caption-text + .caption-text {
  padding-top: 0;
}

.board-item .board-item---body .img-caption {
  margin-bottom: 0;
}

.board-item .board-item---body .img-caption span {
  color: #197BAD;
}

.board-item .board-item---body .img-caption span:hover {
  color: #135b80;
  cursor: pointer;
  text-decoration: underline;
}

.board-item .board-item---body a {
  color: #93dbf5;
  text-decoration: underline;
}

.board-item .board-item---body a:hover {
  text-decoration: none;
}

.board-item figcaption.board-item---body {
  bottom: 43px;
}

.board-item .img-credits {
  color: #737373;
  padding: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-item .img-credits b {
  font-weight: normal;
}

.board-item .icon-trash {
  position: absolute;
  right: 10px;
  bottom: -25px;
  margin-top: 5px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  z-index: 5;
}

.flower-board-item.board-item .icon-trash {
  bottom: 5px;
}

@media (min-width: 768px) {
  .board-item .icon-trash {
    opacity: 0;
  }
}

.board-item:hover .icon-trash,
.touchevents .board-item .icon-trash {
  opacity: 1;
}

.photos-board-item {
  margin-bottom: 45px;
}

.btn-input {
  color: #fff;
}

.btn-input .btn-input--file {
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.btn-input .btn-input--label {
  margin-bottom: 0;
}

.dragdrop-wrapper {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.dragdrop-wrapper .table-parent {
  margin-bottom: 10px;
}

.dragdrop-wrapper .dragdrop-area {
  border: 2px dashed #E5E3DD;
  padding: 30px 20px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.dragdrop-wrapper .dragdrop-area.dz-drag-hover {
  border-color: #5C60A3;
  background: #dedfed;
}

.dragdrop-wrapper .dragdrop-area.dz-drag-hover .dz-message {
  visibility: visible;
}

.dragdrop-wrapper .dragdrop-area .icon-gallery {
  color: #5C60A3;
  font-size: 45px;
  text-align: center;
}

.dragdrop-wrapper .dragdrop-area .dz-message {
  color: #5C60A3;
  visibility: hidden;
}

.dragdrop-wrapper .dragdrop-browse .static-form-control {
  color: #626262;
  font-size: 14px;
}

.dragdrop-wrapper .dz-fallback {
  text-align: center;
}

.dragdrop-wrapper .dz-fallback input[name="image"] {
  margin: 5px auto;
}

.uploaded-files-wrapper {
  padding-top: 20px;
}

.uploaded-files-wrapper .uploaded-list {
  margin-bottom: 10px;
}

.uploaded-files-wrapper .form-title {
  font-size: 20px;
  color: #5C60A3;
}

.drag-upload-modal .upload-info {
  font-size: 14px;
}

.drag-upload-modal .upload-success-msg {
  color: #7b9c0f;
}

.remove-circle {
  color: #737373;
  line-height: 1;
  font-family: "ancestryfg" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  text-transform: none;
}

.remove-circle .icon-remove:before {
  font-size: 22px;
}

.remove-circle:hover {
  color: #d0655e;
}

.remove-circle:focus,
.remove-circle:active {
  outline: none;
}

.remove-circle:active {
  color: #9b342d;
}

.remove-circle:disabled,
.remove-circle.disabled {
  pointer-events: none;
  color: #db8b86;
}

.uploaded-item {
  width: 100%;
  padding: 7px;
  margin-bottom: 4px;
  position: relative;
}

.uploaded-item:nth-child(odd) {
  background: #e6e5e1;
}

.uploaded-item img {
  width: 64px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  min-width: 64px;
}

.floating-board .board-item---header {
  display: table;
  text-align: center;
}

.floating-board .floating-inner {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.viewer-item {
  width: 100%;
  color: #737373;
  font-size: 14px;
  overflow: hidden;
  height: 100%;
}

@media screen {
  .owl-item .viewer-item {
    padding: 0 0 225px;
  }

  .owl-item .viewer-item.css--photo-owner {
    padding: 0 0 300px;
  }
}

.view-flower-overlay .viewer-item .viewer-item---pic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 300px;
  max-height: 600px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 15px;
}

.view-flower-overlay .viewer-item .viewer-item---pic img {
  max-width: 100%;
}

.viewer-item .added-on {
  margin: 15px;
}

.viewer-item .added-on a {
  color: #f4f4f4;
}

.viewer-item .added-on a:hover {
  color: #197BAD;
}

.viewer-item .added-on.view-orig {
  position: absolute;
  bottom: 135px;
  right: 20px;
}

.viewer-item .added-on.delete {
  position: absolute;
  bottom: 135px;
  left: 20px;
}

.viewer-item .viewer-item---pic {
  min-height: 200px;
  margin-bottom: 10px;
}

.viewer-item .viewer-item---pic .img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  max-height: 500px;
  border-color: transparent;
}

@media print {
  .viewer-item .viewer-item---pic .img-thumbnail {
    max-height: 7.5in;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
}

.viewer-item .viewer-item---author .added-by {
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  .viewer-item .viewer-item---author {
    margin: 40px 0 15px 0;
  }
}

@media print {
  .viewer-item .viewer-item---author {
    border: 0 none;
    margin: 0 auto;
    text-align: center;
  }
}

.viewer-item .viewer-item---author .added-by a {
  text-decoration: underline;
}

.viewer-item .viewer-item---author .added-by a:hover {
  text-decoration: none;
}

@media print {
  .viewer-item .viewer-item---author {
    margin: 0;
    float: none;
    text-align: center;
    width: 100%;
  }
}

.viewer-item .viewer-item---pictype {
  margin-bottom: 10px;
  display: none !important;
}

.viewer-item .viewer-item---pictype .radio-inline:first-child {
  margin-left: 10px;
}

.viewer-item .viewer-item---setas {
  margin-left: 10px;
  display: none !important;
}

.viewer-item .viewer-item---caption {
  padding: 16px 0 6px;
  color: #737373;
  font-size: 15px;
}

@media print {
  .viewer-item .viewer-item---caption {
    margin: 0 auto;
    max-width: 8.5in;
    float: none;
    text-align: center;
    width: 100%;
  }
}

.viewer-item .viewer-item---caption .photo-text {
  max-height: 90px;
  width: 100%;
  padding: 10px 15px;
  overflow: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

@media screen {
  .viewer-item .viewer-item---caption textarea {
    display: none !important;
    resize: none;
    overflow: auto;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    -ms-word-break: break-word;
  }

  .viewer-item .viewer-item---caption ._nsbWrapper textarea {
    height: 75px;
    padding: 5px 10px;
    overflow-y: auto;
  }
}

#coverChanged {
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -100px;
}

.photo-viewer-wrapper {
  height: 100%;
}

.photo-viewer-wrapper .viewer-item---pic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

@media print {
  .photo-viewer-wrapper .viewer-item---pic {
    height: auto;
  }
}

@media screen {
  .photo-viewer-wrapper .css--memorial-owner .viewer-item---pictype {
    display: none !important;
  }

  .photo-viewer-wrapper .css--memorial-owner .viewer-item---setas {
    display: block !important;
  }

  .photo-viewer-wrapper .css--memorial-owner .viewer-item---caption textarea {
    display: none !important;
  }

  .photo-viewer-wrapper .css--memorial-owner .viewer-item---caption .photo-text {
    display: block !important;
  }

  .photo-viewer-wrapper .css--photo-owner .viewer-item---pictype {
    display: block !important;
  }

  .photo-viewer-wrapper .css--photo-owner .viewer-item---caption textarea {
    display: block !important;
  }

  .photo-viewer-wrapper .css--photo-owner .viewer-item---caption .photo-text {
    display: none !important;
  }
}

@media print {
  .photo-viewer-wrapper textarea {
    display: none !important;
  }

  .photo-viewer-wrapper .photo-text {
    display: block !important;
  }
}

.photo-viewer-wrapper .css--memorial-owner.css--photo-owner .viewer-item---pictype,
.photo-viewer-wrapper .css--memorial-owner.css--photo-owner .viewer-item---setas {
  display: block !important;
}

.photo-viewer-wrapper .owl-controls .owl-pagination {
  z-index: -1;
}

.photo-viewer-wrapper .owl-controls .owl-buttons div {
  position: absolute;
  font-size: 40px;
  overflow: hidden;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin-bottom: 150px;
  height: 100%;
  width: 52px;
}

.photo-viewer-wrapper .owl-controls .owl-buttons div span {
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  margin-top: -32px;
}

.photo-viewer-wrapper .owl-controls .owl-buttons div span:hover {
  color: #fff;
}

.photo-viewer-wrapper .owl-controls .owl-buttons div span:active {
  color: #fff;
  margin-top: -31px;
}

.photo-viewer-wrapper .owl-controls .owl-buttons div.disabled {
  opacity: .2;
}

.photo-viewer-wrapper .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}

.photo-viewer-wrapper .owl-controls .owl-buttons .owl-next {
  right: -5px;
}

.photo-sort-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  list-style-position: inside;
  text-align: center;
}

.photo-sort-list.gt4 {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.photo-sort-list li,
.sortable-fallback {
  border: 1px solid #e5e5e5;
  background: #fff;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  color: #5C60A3;
  font-weight: bold;
  height: 143px;
  margin: 0;
  min-width: 100px;
  padding: 15px 18px 8px;
  position: relative;
  text-align: center;
  width: 140px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.photo-sort-list li .close {
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 12px;
  opacity: .1;
  z-index: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.photo-sort-list li:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
  border-radius: 4px;
}

.photo-sort-list li:hover .close {
  opacity: .25;
}

.flower-list.photo-sort-list li {
  height: auto;
  margin: 16px;
}

.photo-sort-list li p {
  margin: 12px 0;
}

.photo-sort-list li span {
  display: none;
  position: absolute;
  top: 2px;
  left: 4px;
}

.w-cover-photo.photo-sort-list li:first-child {
  background-color: #E5E3DD;
}

.w-cover-photo.photo-sort-list li:first-child span {
  display: block;
  text-align: left;
  color: #5C60A3;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  font-weight: normal;
}

.photo-sort-list li.sortable-placeholder {
  background-color: #eeeeee;
  border-color: #B8D94C;
  border-style: dashed;
  border-width: 3px;
  padding: 13px 16px 6px;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}

.photo-sort-list li.sortable-placeholder .close {
  display: none;
}

.photo-sort-list li.sortable-placeholder:before {
  content: "\e015";
  color: #5C60A3;
  display: block;
  font-family: "ancestryfg" !important;
  font-size: 2em;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  top: -55px;
  width: 32px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.photo-sort-list li.sortable-chosen {
  opacity: .5;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.photo-sort-list li.sortable-chosen img {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.photo-sort-list li img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
  object-fit: contain;
  width: 100%;
  pointer-events: none;
}

.sortable-fallback {
  list-style: none;
}

.sortable-fallback span {
  display: none;
}

.sortable-fallback img {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.flowers-board-list .board-item {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  position: relative;
  margin: 10px 10px 10px 0;
  max-width: 100%;
  min-height: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .flowers-board-list .board-item {
    width: auto;
    max-width: 250px;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
    min-width: 230px;
  }
}

.flowers-board-list .board-item .flower-item--pic {
  display: block;
  margin: 0 auto;
  min-height: 71px;
}

.flowers-board-list .board-item.css--my-flower {
  border-color: #5C60A3;
}

.flowers-board-list .board-item.css--my-flower .close-btn {
  display: block;
  visibility: visible;
}

.flowers-board-list .board-item.css--my-flower .flower-item--controls {
  display: none;
}

.flowers-board-list .flower-item--controls {
  position: absolute;
  right: 2px;
  top: 2px;
  display: block;
}

.section-bio-brief .flowers-board-list .flower-item--controls {
  display: none;
}

.flowers-board-list .flower-item--controls .icon-arrowdownafter {
  color: #8d8d8d;
  padding: 10px;
}

.flowers-board-list .flower-item--controls .icon-arrowdownafter:hover {
  color: #737373;
}

.flowers-board-list .flower-item--controls .sub-nav-list {
  display: none;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .flowers-board-list .flower-item--controls .sub-nav-list {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    min-width: 125px;
    left: 140%;
    margin-left: -100px;
    position: absolute;
    top: 35px;
  }
}

@media (min-width: 768px) {
  .flowers-board-list .flower-item--controls .sub-nav-list:before {
    border: 1px solid #fff;
    border-width: 0 10px 12px;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -11px;
    content: "\20";
    display: block;
    height: 0;
    left: 52px;
    position: absolute;
    width: 0;
    z-index: 1;
  }

  .flowers-board-list .flower-item--controls .sub-nav-list:after {
    border: 1px solid #a6a6a6;
    border-width: 0 10px 12px;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -12px;
    content: "\20";
    display: block;
    height: 0;
    left: 52px;
    position: absolute;
    width: 0;
  }
}

.flowers-board-list .flower-item--controls .sub-nav-list li {
  padding: 8px 12px;
  border-bottom: 1px solid #999999;
}

.flowers-board-list .flower-item--controls .sub-nav-list li:first-child {
  border-radius: 4px 4px 0 0;
}

.flowers-board-list .flower-item--controls .sub-nav-list li:last-child {
  border-bottom: 0 none;
  border-radius: 0 0 4px 4px;
}

.flowers-board-list .flower-item--controls .sub-nav-list li:hover {
  background-color: #E5E3DD;
}

.flowers-board-list .flower-item--controls .sub-nav-list li a {
  color: #36322D;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}

.flowers-board-list .flower-item--controls:hover .sub-nav-list {
  display: block;
  z-index: 1;
  -webkit-animation: mobile-nav 300ms forwards;
  -o-animation: mobile-nav 300ms forwards;
  animation: mobile-nav 300ms forwards;
}

.flowers-board-list .flower-regards {
  margin: 0;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0;
  padding: 10px 0 0;
}

.flowers-board-list .list-item-page {
  width: 100%;
}

.flower-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 0 8px;
  padding: 0 0 10px;
  min-width: 100px;
}

.board-item .flower-item {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.board-item .flower-item .flower-item--pic .flower-img {
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
}

.flower-item .flower-item--pic {
  min-width: 85px;
}

.flower-item .flower-item--pic .flower-img {
  height: auto;
  border: 2px solid #fff;
  max-height: 400px;
  max-width: 95px;
}

.flower-item .flower-item--info {
  padding-left: 10px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: 15px;
}

.flower-item .flower-item--info .flower-regards {
  display: block;
  margin-top: 10px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.flower-text,
.full-flower-text {
  font-size: 15px;
  margin-right: 30px;
  min-height: 1.3em;
}

.flower-text:empty {
  display: block;
}

.reported .btn-link {
  color: #737373;
}

.flower-slider {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  margin: 0 -15px;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .flower-slider {
    overflow: auto;
    height: 50vh;
  }
}

.flower-search {
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
  border-width: 1px 0 0;
  margin: 15px 0 0;
  padding: 8px;
  position: relative;
}

.flower-search .clear-search {
  top: 17px;
}

.flower-tracker {
  display: inline-block;
  position: relative;
}

.flower-character-count {
  color: #737373;
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.flower-note {
  margin-bottom: 1em;
}

.flower-note .break-word .form-control {
  font-size: 14px;
  overflow-y: auto;
}

.each-flower {
  padding: 5px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.each-flower .flower-cell,
.each-flower-image {
  border-radius: 4px;
  cursor: pointer;
  padding: 5px;
  width: 100px;
}

.each-flower .flower-cell:hover {
  background: #f4f4f4;
}

.each-flower img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-position: 50% 50%;
  object-fit: none;
}

.each-flower.selected .each-flower-img {
  border-color: #5C60A3;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.each-flower-title {
  color: #333333;
  font-size: 14px;
}

.each-flower-image {
  margin: 20px auto 0px;
}

.inline-inputs {
  padding-left: 0;
  list-style: none;
}

.inline-inputs > li {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}

.inline-inputs input[type="radio"] {
  margin-top: 9px;
}

.inline-inputs input.form-control {
  padding-right: 20px;
  background-color: transparent;
}

.inline-inputs input.form-control + .help-text {
  line-height: 1.1;
  font-size: 15px;
  margin-top: 3px;
}

.transfer-theory .alert-green {
  display: block;
}

.transfer-form .form-submit,
.transfer-form .confirm-transfer {
  margin-top: 2em;
}

.confirm-transfer {
  text-align: center;
}

.fcol {
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
  position: relative;
}

.fcol.disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .fcol {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.fcol > li {
  padding: 5px 10px 5px 0;
}

.fcol > li.half {
  width: 50%;
}

.fcol .btn:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  outline: 0;
}

.search-cemetery-widget .overview-panel--body {
  background: #5C60A3;
  color: #fff;
}

.cemetery-overview .section-bio-cover {
  background: #faf2e5;
  color: #54524F;
}

.cemetery-overview .section-bio-cover .other-section-links .btn-clear:hover,
.cemetery-overview .section-bio-cover .other-section-links .active .btn-clear {
  color: #5C60A3;
}

.cemetery-overview .section-bio-cover .other-section-links .active .btn-clear {
  border-color: #5C60A3;
}

.cemetery-overview .section-bio-cover .bio-name small {
  font-size: 16px;
}

.cemetery-overview .bio-basic .col-fixed {
  width: 8.571em;
}

.cemetery-overview .bio-basic a {
  color: #8e8d8b;
}

.cemetery-overview .map-widget .data-filled-user {
  padding: 0;
}

.cemetery-info address {
  margin-bottom: 0;
}

.cemetery-stats {
  font-size: 17px;
}

.cemetery-stats .progress-ring {
  display: block;
  margin: 40px auto 0;
  height: 48px;
  width: 48px;
  text-align: center;
}

.cemetery-stats *:before {
  color: #5C60A3;
}

.cemetery-stats li {
  margin-bottom: 8px;
}

#cemeteries-detail .overview-panel--body {
  min-height: 68px;
}

.stat-text {
  color: #545454;
  display: inline-block;
  vertical-align: top;
}

.cemetery-map-page .stat-text b {
  display: inline-block;
}

.cemetery-map-page {
  margin-top: 10px;
}

.map-widget {
  width: 100%;
  overflow: hidden;
}

.map-widget .map-block {
  padding-bottom: 56.057%;
  width: 100%;
  position: relative;
}

.map-widget .map-wrapper {
  background: #E5E3DF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-dialog .map-widget canvas {
  cursor: url(../images/cemeteryIcon.svg) 20 29, url(../images/cemeteryIcon.png) 12 32, pointer !important;
}

.shortform-row {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.shortform-row .shortform-row-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.shortform-row .shortform-row-col:nth-child(-n+2) {
  margin-bottom: 15px;
}

.search-cemetery-shortform {
  background: #dedfed;
  margin: 0 0 15px;
  padding: 15px;
}

.burial-details .alert {
  display: inline-block;
}

.burial-details .list-inline {
  margin-bottom: 0;
}

.burial-details .list-inline li {
  vertical-align: top;
}

.burial-details .list-inline .addr {
  max-width: 180px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.memorial-gps .gps-input-group.disabled {
  background-color: #f4f4f4;
}

#gps-location:target ~ .memorial-gps,
#BioInformation:target {
  background-color: transparent;
  -webkit-animation-name: yft;
  animation-name: yft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 3enter top;
  animation-iteration-count: 3enter top;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#gps-location:target ~ .memorial-gps.warn-message,
#BioInformation:target.warn-message {
  border-radius: 4px;
}

.edit-memorial h1 {
  font-size: 28px;
  color: #5C60A3;
  margin: 20px 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .edit-memorial h1 {
    font-size: 36px;
  }
}

.edit-memorial .col-sm-2.control-label,
.edit-memorial .edit-request.control-label {
  color: #5C60A3;
}

@media (min-width: 992px) {
  .edit-memorial .col-sm-2.control-label,
  .edit-memorial .edit-request.control-label {
    font-size: 18px;
  }
}

.edit-memorial .col-fixed {
  width: 70px;
}

.not-buried {
  display: block;
}

.not-buried .col-fixed {
  display: table-cell;
}

.not-buried .list-unstyled {
  display: table-cell;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
}

.not-buried .list-unstyled > li {
  display: block;
}

.multi-datepicker {
  overflow: hidden;
}

.multi-datepicker li {
  float: left;
  padding-right: 0;
}

.input-has-icon .multi-datepicker li {
  padding-right: 5px;
}

.multi-datepicker .control-label {
  padding-top: 6px;
}

.edit-bio-cover .multi-datepicker {
  margin-bottom: 0;
}

.edit-bio-cover label.strong {
  color: #626262;
  margin-bottom: 0;
}

.edit-cemetery .col-sm-3.control-label {
  color: #5C60A3;
  font-size: 18px;
}

.suggest-correction-modal .well {
  padding: 10px 19px;
  margin: 0;
}

.suggest-correction-modal .control-label {
  margin-bottom: 0;
}

#memorial-edit .pending-edit {
  font-weight: bold;
  -webkit-text-fill-color: #a94442;
  color: #a94442;
  border: 2px solid #a94442;
  -webkit-opacity: 1;
  opacity: 1!important;
}

#memorial-edit .no-edit {
  -webkit-opacity: 1;
  -webkit-text-fill-color: #737373;
  color: #737373;
  font-style: italic;
  opacity: 1!important;
}

.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 15px;
}

.cemetery-search-form {
  background: #faf2e5;
  padding: 20px 16px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .cemetery-search-form {
    padding: 0;
  }
}

#js--memorial-search-block .cemetery-search-form {
  padding: 20px;
}

.cemetery-search-form h2 {
  color: #5C60A3;
  font-size: 22px;
  margin-bottom: 40px;
}

.mapboxgl-popup {
  max-width: 400px;
  font: 14px 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.marker-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}

.cemetery-type .my-cemetery .user-cemetery-item {
  padding-left: 5px;
}

.key-map svg {
  width: 24px;
  vertical-align: middle;
}

.key-map span {
  border-radius: 50%;
  display: inline-block;
  height: 28px;
  width: 28px;
  font-weight: bold;
  font-size: 14px;
  background: #E9A93E;
  vertical-align: middle;
  padding: 4px;
  text-align: center;
}

.user-virtual-cemetery {
  margin: 0 0 5px;
  border-bottom: 1px solid #e5e5e5;
}

.user-virtual-cemetery [class^="icon-"] {
  background: #f0efeb;
  color: #5C60A3;
  font-size: 20px;
  border: 1px solid #e5e5e5;
  display: block;
  padding: 7px 21px;
  width: 64px;
  text-align: center;
}

.user-virtual-cemetery [class^="icon-"]:hover {
  background: #ffffff;
}

.user-virtual-cemetery:last-child {
  margin-bottom: 20px;
}

.user-virtual-cemetery .media-heading {
  font-size: 17px;
}

@media (min-width: 768px) {
  .side-lists.my-cemetery {
    margin-top: 64px;
  }
}

.side-lists .page-top-heading .page-title a {
  color: #5C60A3;
}

.side-lists .page-top-heading .page-title .count {
  color: #626262;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 80%;
}

.side-lists .page-top-heading .page-title small {
  margin-top: 0.7em;
  color: #959595;
}

.cemetery-map .page-top-heading {
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 0 -15px;
  padding: 1px 20px;
  position: relative;
  z-index: 5;
}

.cemetery-map .page-top-heading .btn-list {
  color: #5C60A3;
  font-size: 20px;
  margin-top: 20px;
}

.cemetery-map .map-cemetery {
  background: #e6e5e1;
  min-height: 500px;
}

.cemetery-map .cemetery-map-wrap {
  margin: 0 0 20px -15px;
  position: relative;
}

.cemetery-map .cemetery-map-wrap .loadingImg {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 500px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.cemetery-list {
  margin: 0 15px;
}

.virtual-cemetery-item {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .virtual-cemetery-item {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .virtual-cemetery-item::-webkit-scrollbar {
    display: none;
  }
}

.virtual-cemetery-item h3 {
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .virtual-cemetery-item h3 {
    width: 110vw;
  }
}

.virtual-cemetery-item .media-left .text-primary {
  font-size: 32px;
}

.virtual-cemetery-item .cemetery-tools {
  margin-top: 20px;
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .virtual-cemetery-item .cemetery-tools {
    opacity: 0;
  }
}

.virtual-cemetery-item:hover .cemetery-tools {
  opacity: 1;
}

.virtual-cemetery-detail {
  background: #655C50;
  color: #fff;
  padding: 0 0 10px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.virtual-cemetery-detail .cemetery-source {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.virtual-cemetery-detail .cemetery-source .add-link {
  color: #fff;
}

.virtual-cemetery-detail .panel-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.virtual-cemetery-detail #name {
  font-size: 24px;
  height: 44px;
}

.virtual-cemetery-detail .virtual-cemetery-desc {
  display: block;
}

.virtual-cemetery-detail .virtual-cemetery-desc .descLabel {
  max-height: 181px;
  overflow: hidden;
  overflow-y: auto;
}

.virtual-cemetery-detail .virtual-cemetery-desc .strong {
  font-size: 17px;
}

.virtual-cemetery-detail .page-title {
  margin: 0;
  clear: both;
}

.virtual-cemetery-detail .total-memorials .icon {
  font-size: 18px;
  color: #fff;
}

.virtual-cemetery-detail .total-memorials .memorial-count {
  font-size: 24px;
}

.virtual-cemetery-detail .cemetery-visibility b,
.virtual-cemetery-detail label {
  vertical-align: baseline;
  display: inline-block;
}

.virtual-cemetery-detail .editable-layout {
  border: 2px dashed #d8d8d8;
  background: #fffcc1;
}

.section-memorial-form-actions {
  background: #494239;
  padding: 4px 0;
}

.section-cemetery-search-result .memorial-search-list,
.my-cemetery-list .memorial-search-list {
  margin-bottom: 0;
}

.section-cemetery-search-result .btn-link,
.my-cemetery-list .btn-link {
  position: relative;
  z-index: 100;
}

.my-cemetery-list .memorial-item-remove {
  border: 0;
}

.remove-cemetery {
  color: #737373;
}

.remove-cemetery:hover {
  color: #c24239;
}

.blankslated {
  background-image: -webkit-linear-gradient(left, #f4f4f4 0%, #d5d5d5 100%);
  background-image: -o-linear-gradient(left, #f4f4f4 0%, #d5d5d5 100%);
  background-image: linear-gradient(to right, #f4f4f4 0%, #d5d5d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffd5d5d5', GradientType=1);
  background-size: 400% 400%;
  display: block;
}

.blankslated.bs-img {
  height: 100px;
  width: 150px;
}

.blankslated.bs-text {
  width: 90%;
  height: 16px;
}

.blankslated.bs-text + .bs-text {
  margin: 6px 0;
  width: 85%;
}

.blankslated.bs-text:first-child {
  height: 24px;
  margin-bottom: 10px;
  width: 95%;
}

.cemetery-search-result-list .memorial-item .mem-count:hover {
  color: #5C60A3;
}

.cemetery-search-result-list .memorial-item .memorial-item---cemet {
  word-break: break-all;
  font-size: 15px;
}

@media (min-width: 768px) {
  .cemetery-search-result-list .memorial-item .memorial-item---cemet {
    text-align: right;
  }
}

.cemetery-search-result-list .memorial-item .memorial-item---cemet ul li {
  margin: 5px 0;
}

.cemetery-search-result-list .memorial-item .memorial-item---cemet ul li.text-muted {
  font-size: 15px;
  font-style: italic;
}

.cemetery-search-result-list .memorial-item .memorial-item---cemet .count:hover span {
  text-decoration: underline;
}

.cemetery-search-result-list .memorial-item .memorial-item---cemet .progress-ring {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 5px;
  vertical-align: middle;
}

.section-famous-landing {
  background: #dedfed;
  margin-bottom: 20px;
}

.section-famous-landing .fg-links li {
  padding: 0;
  width: 32%;
}

.section-claim .accordion-list .panel-heading:after {
  content: '';
  display: none;
}

.bdchoice {
  vertical-align: top;
}

.section-sponsor {
  color: #626262;
}

.section-sponsor .panel-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.section-sponsor .panel-body {
  background: #f5f5f5;
  color: #8c8c8c;
}

.section-sponsor .form-title {
  border-bottom: 1px solid #cccccc;
}

.section-sponsor .promo-text {
  color: #737373;
}

.pay-options > li > input[name=payType],
.pay-options > li > input + label {
  font-size: 20px;
  font-weight: 200;
  padding: 0 0 12px;
}

.pay-options > li > input[type=radio]:checked + label {
  font-weight: bold;
}

.faq-form {
  margin-left: -15px;
  margin-right: -15px;
  background: #6c71b3;
  padding: 15px 10px;
  color: #fff;
  margin-bottom: 20px;
}

.faq-form .form-control {
  height: 35px;
}

.faq-form label {
  color: #fff;
  font-size: 17px;
  padding: 0 0 6px 0;
  margin: 0;
}

.faq-form .help-text {
  color: #bcbff3;
  font-size: 15px;
  padding-top: 8px;
}

.section-faq .panel {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.section-faq .panel-default {
  border: 1px solid #f0efeb;
}

.section-faq .panel-default > .panel-heading {
  background: #f0efeb;
}

.section-faq .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.section-faq .panel-group .panel + .panel {
  margin-top: 11px;
}

.section-faq .panel-group .panel + .panel.question-container {
  margin-top: 18px;
}

.section-faq .question-container .faq-link {
  color: #3f4386;
  font-size: 15px;
  text-decoration: none;
}

.section-faq .question-container .faq-link.collapsed {
  color: #5C60A3;
  text-decoration: underline;
}

.section-faq .question-container .faq-link:before {
  content: "";
  display: inline-block;
  text-decoration: none;
  margin-right: 9px;
  font-size: 30px;
  border-radius: 50%;
  background: #3f4386;
  height: 4px;
  width: 4px;
}

.section-faq .question-container .faq-link.collapsed:before {
  background: #5C60A3;
}

.section-faq .question-container .panel-body {
  padding: 9px;
  border: none;
}

.section-faq a:focus {
  outline: none !important;
}

div[id^="help"]:target > .panel-collapse.collapse {
  display: block;
}

/*accordion form css ends*/

.js--scroll-top {
  display: inline-block;
}

.section-about .profile-img {
  border: 10px solid #5C60A3;
  border-width: 10px 10px 5px 3px;
  overflow: hidden;
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.section-terms .section-faq .panel-title a {
  text-transform: capitalize;
}

.section-terms p {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.section-faq .count {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.list-roman {
  list-style-type: lower-roman;
}

.login-entry {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  margin: 20px auto;
  padding: 20px 40px;
}

@media (min-width: 768px) {
  .login-entry {
    border: 1px solid #E5E3DD;
    border-radius: 4px;
  }
}

body[id^="login-"] #content h1 {
  color: #5C60A3;
  margin: 0 0 20px;
}

.login-form label {
  color: #626262;
  font-size: 17px;
}

.login-form .links-container {
  text-align: right;
  margin-top: 40px;
}

.login-form .links-container p {
  color: #626262;
}

.login-form .links-container a {
  text-decoration: underline;
  color: #5C60A3;
}

.form-shaded .left-label {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.register {
  left: 25%;
  right: 25%;
  text-align: center;
}

.register label {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.register .message {
  margin-bottom: 26px;
  font-size: 17px;
}

.registration {
  color: #626262;
}

.registration label {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.registration a {
  text-decoration: underline;
  color: #5C60A3;
}

.registration a:hover {
  text-decoration: none;
}

.registration .static-heading {
  font-size: 18px;
}

.login-registration-page {
  margin: 20px auto;
  max-width: 720px;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .login-registration-page {
    border: 1px solid #E5E3DD;
    border-radius: 4px;
    padding: 10px 40px;
  }
}

.login-registration-page .registration-title {
  font-size: 18px;
  padding-bottom: 25px;
  margin-top: 10px;
}

.login-registration-page .static-heading.enclosed {
  font-size: 18px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

#tnc {
  margin-top: 15px;
  margin-left: -16px;
  margin-bottom: 20px;
  padding: 15px;
}

.field-tool {
  background: #fcf8e3;
  border: 1px solid #f5d89e;
  font-size: 14px;
  display: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin: -5px 0 12px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  width: 280px;
  z-index: 1;
}

#login-reset .field-tool {
  position: relative;
}

@media (min-width: 768px) {
  .field-tool {
    left: auto;
    margin-top: 8px;
    width: 352px;
  }
}

input:focus + .field-tool {
  display: block;
}

.field-tool:after,
.field-tool:before {
  border: 1px solid #fcf8e3;
  border-width: 0 12px 12px;
  border-right-color: transparent;
  border-left-color: transparent;
  content: "\20";
  display: block;
  top: -11px;
  height: 0;
  left: 18px;
  position: absolute;
  width: 0;
}

.field-tool:before {
  border-color: #f5d89e transparent;
  top: -12px;
}

.field-tool #pwd_msg {
  list-style: none;
  padding: 0;
}

.field-tool #pwd_msg li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.field-tool #pwd_msg li.icon-warning:before {
  color: #c24239;
}

.field-tool #pwd_msg li.icon-check:before {
  color: #7b9c0f;
}

.strength-bar {
  background: #b3b3b3;
  border-radius: 16px;
  height: 16px;
  margin: 0 0 12px;
  width: 160px;
}

.strength-bar b {
  border-radius: 16px 0 0 16px;
  display: inline-block;
  font-weight: normal;
  height: inherit;
  -webkit-transition: width 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: width 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: width 0.25s cubic-bezier(0, 0, 0.2, 1);
  vertical-align: top;
}

.strength-bar b.score_0 {
  background: #c24239;
  width: 20%;
}

.strength-bar b.score_1 {
  background: #c24239;
  width: 40%;
}

.strength-bar b.score_2 {
  background: #c24239;
  width: 50%;
}

.strength-bar b.score_3 {
  background: #c24239;
  width: 75%;
}

.strength-bar b.score_4 {
  background: #bcea27;
  border-radius: 16px;
  width: 100%;
}

.strength-bar b.score_4 + .score_4 {
  color: #7b9c0f;
  display: inline-block;
  position: absolute;
  margin: 0 5px;
}

.strength-bar b + .score_4 {
  display: none;
}

/*my account page css starts*/

.section-account .panel-body {
  min-height: 50vh;
}

.section-account .list-group-item > .btn {
  padding: 0;
}

.section-account dl {
  margin-top: 20px;
}

.section-account dl dt {
  margin-bottom: 20px;
}

.mapzip .readonly-enabled {
  height: auto;
  width: 5em;
}

@media (max-width: 767px) {
  #my-account #content {
    position: relative;
    overflow-x: hidden;
    height: 100vh;
  }

  #my-account #toggler {
    display: none;
  }

  #my-account label.icon-back {
    display: none!important;
    top: 50px;
    right: 20px;
    position: absolute;
  }

  #my-account .ma-nav {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.21s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.21s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.21s cubic-bezier(0, 0, 0.2, 1);
  }

  #my-account .ma-nav li {
    border-bottom: 1px solid #e5e5e5;
  }

  #my-account .tab-content {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.21s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.21s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.21s cubic-bezier(0, 0, 0.2, 1);
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
  }

  #my-account #toggler:checked + .ma-nav {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  #my-account #toggler:checked ~ label {
    display: block!important;
  }

  #my-account #toggler:checked ~ .tab-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*my account page css ends*/

/*edit profile page css starts*/

/*edit profile page css ends*/

/*edit profile*/

#user-profile .cemetery-overview .section-bio-cover,
#user-profile .cemetery-overview {
  background: transparent;
  position: relative;
}

#user-profile .header-prad {
  background: #e6e5e1;
}

#user-profile .todo-dd {
  right: 15px;
  margin-top: 20px;
}

#user-profile .tab-content {
  margin-top: 20px;
  min-height: 50vh;
}

#user-profile .section-bio-cover {
  margin-bottom: 10px;
}

#edit-user-profile .header-prad {
  background: #fafafa;
}

.removeFriend span {
  display: none;
}

.removeFriend i {
  font-style: normal;
}

.removeFriend:hover span {
  display: block;
}

.removeFriend:hover i {
  display: none;
}

.edit-profile .bio-basic li {
  font-size: 15px;
}

.edit-profile .bio-basic .col-fixed {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.edit-profile .fixed-height {
  height: 250px;
  overflow-y: auto;
}

.edit-profile .overview-panel {
  padding: 15px 0 5px;
}

.edit-profile label {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.edit-profile p {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.bio-pic {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  max-width: 135px;
  vertical-align: middle;
}

.section-bio-cover .bio-pic {
  display: block;
}

.bio-pic img {
  background-color: #fff;
  border: 1px solid #5C60A3;
  object-fit: cover;
  width: 135px;
  height: 135px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .bio-pic img {
    margin: 0 0 0 auto;
  }
}

span.bio-pic img {
  height: 100px;
  width: 100px;
}

.section-profile .bio-pic {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section-profile .bio-pic {
    margin: 0 0 0 auto;
    text-align: right;
  }
}

.bio-pic + .bio-status {
  text-align: center;
}

@media (min-width: 768px) {
  .bio-pic + .bio-status {
    margin: 0 0 0 auto;
    max-width: 135px;
  }
}

.bio-pic + .bio-status .badge {
  background: #5C60A3;
}

/*my profile*/

.section-profile {
  background: #e6e5e1;
}

.section-profile .fixed-height {
  height: 240px;
  overflow: hidden;
  overflow-y: auto;
}

.section-profile h1 {
  color: #5C60A3;
  margin: 0;
}

.section-profile .bio-cover {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .section-profile .dl-horizontal dt {
    font-size: 15px;
    padding: 2px 0;
    text-align: left;
    text-transform: uppercase;
    width: 140px;
  }

  .section-profile .dl-horizontal dd {
    font-size: 17px;
    margin-left: 150px;
  }
}

.section-profile .data-bio a {
  color: #626262;
  text-decoration: underline;
}

.section-profile .data-bio a:hover {
  text-decoration: none;
}

.section-profile .cemetery-info ul {
  padding-left: 0;
}

.section-profile .cemetery-info ul li {
  display: inline;
  list-style: none;
}

.section-profile .fg-prad {
  text-align: left;
}

.categ-list {
  margin: 0 0 20px;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .categ-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.categ-list li {
  border-bottom: 1px solid #e5e5e5;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.categ-list li a:hover {
  background: #fbfbfa;
  color: #5C60A3;
}

.section-profile-content .categ-list a,
.section-profile-content .categ-list span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-profile-content .categ-list .num {
  display: inline-block;
  color: #54524F;
  font-size: 17px;
  float: right;
  padding: 5px 0;
  pointer-events: none;
}

.nav-profile {
  background: #54524F;
  text-align: center;
}

.section-message-content .message-container {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 12px;
}

.section-message-content .message-container h2 {
  font-size: 20px;
}

.section-message-content .message-container .close {
  font-size: 17px;
  padding: 4px;
}

.section-message-content .message-container:nth-child(even) {
  background: #f2f1ef;
}

.section-message-content .message-container .collapse.in ~ .btn-reply,
.section-message-content .message-container .collapse.in ~ .removeMessage {
  display: none;
}

.section-message-content .message-container.unread {
  border: 2px solid #5C60A3;
}

.section-message-content .message-container.unread .message-header {
  background: #efeff6;
}

.removeMessage {
  position: absolute;
  left: 10px;
  bottom: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .removeMessage {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    left: auto;
    bottom: auto;
    right: 10px;
    top: 10px;
  }

  .message-container:hover .removeMessage {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.friend-list li {
  vertical-align: top;
}

.friend-list figure {
  max-width: 95px;
  text-align: center;
  vertical-align: top;
}

.friend-list figure img {
  border: 3px solid transparent;
  width: 64px;
  height: 64px;
  object-fit: cover;
  -webkit-transition: border-color 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: border-color 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: border-color 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.friend-list figure span {
  border: 2px solid #e6e5e1;
  border-radius: 50%;
  color: #e6e5e1;
  display: block;
  font-size: 24px;
  max-width: 60px;
  margin: 0 auto 4px;
  height: 60px;
  text-align: center;
}

.friend-list figure span:before {
  display: block;
  margin: 25px auto;
}

.friend-list figure span:hover {
  border-color: #5C60A3;
}

.friend-list figure a {
  display: block;
}

.friend-list figure a:hover {
  text-decoration: none;
}

.friend-list figure a:hover img {
  border-color: #B8D94C;
}

.friend-list figure figcaption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friend-list .img-tools {
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.friend-list a:hover .img-tools {
  opacity: 1;
}

.profile-img {
  overflow: hidden;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile-img img {
  height: inherit;
  width: inherit;
  object-fit: cover;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.change-avtar {
  width: 100%;
}

.change-avtar .avtar-img {
  width: auto;
  height: 176px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .change-avtar .avtar-img {
    width: 250px;
  }
}

.change-avtar .avtar-img img {
  object-fit: cover;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 120px;
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.change-avtar .avtar-content {
  width: 100%;
  padding: 15px;
}

.change-avtar .avtar-content .photo-text {
  overflow-y: auto;
  max-height: 100px;
  border: 2px solid #cccccc;
}

.change-avtar .edit-avtar {
  background-color: rgba(54, 50, 45, 0.6);
  bottom: 5px;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  text-align: center;
}

.change-avtar .edit-avtar:hover {
  background-color: rgba(54, 50, 45, 0.8);
}

/*my profile ends*/

.change-password-modal .links-container {
  margin-top: 0;
  text-align: right;
}

.visible-scrapbook {
  display: none !important;
}

.section-scrapbook .drag-upload-modal .modal-title {
  display: none !important;
}

.section-scrapbook .drag-upload-modal .modal-title.visible-scrapbook {
  display: block !important;
}

.section-scrapbook li.visible-scrapbook {
  display: list-item !important;
  visibility: visible!important;
}

.section-scrapbook .board-item {
  min-height: 200px;
}

.scrapbook-list {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.scrapbook-list.flowers-board-list .board-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px;
  min-height: 130px;
  min-width: 110px;
  width: auto;
  -webkit-flex: 1 1 75px;
  -moz-flex: 1 1 75px;
  -ms-flex: 1 1 75px;
  flex: 1 1 75px;
}

.scrapbook-list.flowers-board-list .board-item:hover {
  background: #f4f4f4;
}

.scrapbook-list .close {
  position: absolute;
  right: 4px;
  top: 2px;
}

.scrapbook-list .scrap-title {
  font-size: 15px;
  display: block;
  text-align: center;
}

.scrapbook-list .flower-board-item {
  cursor: pointer;
  display: block;
  text-align: center;
}

.scrapbook-list .flower-board-item .icon-add {
  color: rgba(184, 217, 76, 0.95);
  display: inline-block;
  margin-top: 12px;
  font-size: 28px;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -14px;
  top: 20px;
}

.scrapbook-list .flower-board-item .flower-img {
  max-height: 80px;
}

.scrapbook-list .flower-board-item:hover {
  border-color: #5C60A3;
  text-decoration: none;
}

.scrapbook-list .flower-board-item:hover .icon-add {
  opacity: 1;
}

.section-photo-upload .dragdrop-browse {
  text-align: center;
}

.modal {
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
}

.modal-header {
  background-color: #5C60A3;
  color: #fff;
  padding: 14px 58px 14px 15px;
}

.modal-header .close {
  background-color: #3a3d67;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  display: block;
  padding: 20px 23px 14px;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin: 0;
}

.modal-title {
  font-size: 18px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.modal-footer {
  background: #f2f2f2;
}

.modal-scroll {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}

.photo-list.modal-scroll {
  max-height: 600px;
}

.modal-open {
  position: relative;
  width: 100%;
}

@media print {
  .modal {
    background-color: #fff!important;
    height: 100vh;
    min-height: 10in;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .modal-tutorial-video .modal-dialog {
    width: 830px;
  }
}

.css--memorial-plot-modal-title {
  display: none;
}

.css--account-plot-modal-title {
  display: none;
}

#memorial-edit #plotCemetery .modal-title {
  display: none;
}

#memorial-edit #plotCemetery .css--memorial-plot-modal-title {
  display: block;
}

#my-account #plotCemetery .modal-title,
#login-registration #plotCemetery .modal-title,
.register-modal #plotCemetery .modal-title,
#photo-requests #plotCemetery .modal-title {
  display: none;
}

#my-account #plotCemetery .css--account-plot-modal-title,
#login-registration #plotCemetery .css--account-plot-modal-title,
.register-modal #plotCemetery .css--account-plot-modal-title,
#photo-requests #plotCemetery .css--account-plot-modal-title {
  display: block;
}

#share_target_emails {
  list-style: none;
  padding-left: 0;
}

#share_target_emails li {
  padding: 0;
}

.modal-fs .modal-dialog {
  margin: 1vh 1vw;
  width: 98vw;
  height: 98vh;
}

@media print {
  .modal-fs .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100vh;
  }
}

.modal-fs.photo-viewer-modal .modal-content {
  background: #000;
  height: 100%;
}

.modal-fs.photo-viewer-modal .modal-content .close {
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  display: block;
  padding: 20px 23px 14px;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: .8;
  margin: 0;
  z-index: 101;
}

.modal-fs.photo-viewer-modal .modal-content .close:hover {
  opacity: 1;
}

.modal-fs.photo-viewer-modal .modal-content .modal-body {
  padding: 0;
  height: 100%;
}

@media print {
  .modal-fs.photo-viewer-modal .modal-content {
    border: 0 none;
  }
}

.modal-fs .modal-footer {
  background: transparent;
  border: 0 none;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  bottom: 130px;
  pointer-events: none;
}

.modal-fs .modal-footer a,
.modal-fs .modal-footer button {
  pointer-events: auto;
}

.showDelete {
  color: #fff;
}

.showDelete:hover {
  color: #a94442;
}

.button-off {
  position: relative;
  bottom: -142px;
  right: 0px;
}

.button-off.disabled {
  opacity: 0;
}

.modal-tools {
  background: #fafafa;
}

@media screen {
  .owl-item .modal-tools {
    bottom: 0;
    position: absolute;
    width: 100%;
    max-height: 140px;
    overflow: auto;
  }

  .owl-item .css--photo-owner .modal-tools {
    bottom: 0;
    height: 140px;
  }
}

.removelist input {
  width: 90%!important;
}

.removelist .close {
  font-size: 32px;
  margin-top: -32px;
}

@media (min-width: 480px) {
  .removelist .close {
    margin-top: 0;
  }
}

.ss-icons li {
  padding: 12px;
  text-align: center;
  cursor: pointer;
}

.ss-icons li.active,
.ss-icons li:hover {
  background: #f2f2f2;
  border-radius: 4px;
}

.ss-icons li a {
  display: block;
  cursor: pointer;
}

.ss-icons li a:before {
  display: block;
  font-size: 48px;
  line-height: 1em;
  margin: 0 auto 5px;
}

.ss-icons li.ss-fb a:before {
  color: #3b5998;
}

.ss-icons li.ss-tw a:before {
  color: #0084b4;
}

.ss-icons li.ss-pn a:before {
  color: #C92228;
}

.ss-icons.on {
  -webkit-transform: scale(0.6) translateY(-10px);
  -moz-transform: scale(0.6) translateY(-10px);
  -ms-transform: scale(0.6) translateY(-10px);
  transform: scale(0.6) translateY(-10px);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.ss-icons.on a span {
  display: none;
}

.st-icons li {
  padding: 12px;
  text-align: center;
  cursor: pointer;
}

.st-icons li.active,
.st-icons li:hover {
  background: #f2f2f2;
  border-radius: 4px;
}

.st-icons li a {
  display: block;
  cursor: pointer;
}

.st-icons li a:before {
  display: block;
  font-size: 48px;
  line-height: 1em;
  margin: 0 auto 5px;
}

.st-icons li.st-an a:before {
  color: #B8D94C;
}

.st-icons li.st-cl a:before {
  color: #737373;
}

.st-icons li.st-vc a:before {
  color: #5C60A3;
}

.st-icons li.st-vcn a:before {
  color: #5C60A3;
}

.st-icons li.st-pr a:before {
  color: #0c3c54;
}

.st-icons.on {
  -webkit-transform: scale(0.6) translateY(-10px);
  -moz-transform: scale(0.6) translateY(-10px);
  -ms-transform: scale(0.6) translateY(-10px);
  transform: scale(0.6) translateY(-10px);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.st-icons.on a span {
  display: none;
}

.alert {
  border-width: 2px;
  max-width: 768px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .alert.wbtns {
    position: relative;
    padding-bottom: 40px;
  }
}

.alert > .close {
  font-size: 40px;
  margin-top: -10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  padding: 0 10px;
  right: 12px;
}

.alert .inline-links a {
  font-size: 15px;
}

.alert-green {
  background-color: #7b9c0f;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 15px;
  display: inline-block;
}

.alert.alert-danger a {
  color: #a94442;
}

a.alert.alert-danger a:hover {
  color: #843534;
}

.alert .btns .close {
  font-size: 40px;
  padding: 0 10px;
  margin-left: 10px;
}

.alert h4 {
  margin: 0;
}

.alert h4 + .collapse {
  padding: 12px 0 0;
}

.flyover.over {
  position: absolute;
  z-index: 10;
  max-width: 640px;
  -webkit-transition: all 0.23s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.23s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.23s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
}

@media (min-width: 768px) {
  .flyover.over {
    left: 50%;
    margin-left: -320px;
    z-index: 9;
  }
}

.flyover.over:empty {
  display: none;
}

.flyover.over .alert {
  width: 100%;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.flyover.over .alert.fade {
  -webkit-transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  -o-transform: translate(0, -300px);
  transform: translate(0, -300px);
}

.flyover.over .alert.fade.in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.flyover.over .alert + .alert {
  margin-top: 5px;
}

.ontop {
  position: relative;
  z-index: 10;
}

.top-msg {
  background: #fffcc1;
  padding: 2px;
  color: #36322D;
  text-align: center;
}

.striped {
  background: #ffe066;
  background-image: repeating-linear-gradient(30deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 30px, transparent 0, transparent 60px);
}

.noscript {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 100;
}

.noscript div {
  margin: 0 auto;
  max-width: 1200px;
}

.noscript div a {
  text-decoration: underline;
}

label {
  font-weight: normal;
}

.show-error {
  border: 2px solid #c24239 !important;
  background: #edc4c1 !important;
}

.input-group .show-error {
  border-right: 2px solid #c24239 !important;
}

.disabled label {
  color: rgba(0, 0, 0, 0.5);
}

#home-index .disabled label {
  color: rgba(255, 255, 255, 0.5);
}

.error-msg,
.error-msg-name,
.error-msg-year {
  color: #c24239;
  font-size: 15px !important;
  margin-bottom: 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  display: none;
}

.error-msg:before,
.error-msg-name:before,
.error-msg-year:before {
  content: "\e06c";
  font-family: "ancestryfg" !important;
  font-style: normal !important;
  font-size: 107%;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  margin-right: 0.25em;
  position: relative;
  text-transform: none;
  top: 0.075em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-homepage .error-msg,
.section-homepage .error-msg-name,
.section-homepage .error-msg-year {
  background: #c24239;
  color: #fff;
  padding: 3px 5px;
}

.grave-search .help-block {
  max-width: 590px;
}

@media (min-width: 1200px) {
  .grave-search .help-block {
    max-width: 690px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-group-btn button[disabled] {
  cursor: not-allowed;
  background-color: #dadada !important;
}

.select-style {
  display: inline-block !important;
  background-color: transparent;
  display: block;
  line-height: 30px;
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.select-style select,
.select-style .non-select {
  color: #36322D;
  padding-right: 30px;
  line-height: 1.5;
}

.select-style select[disabled],
.select-style .non-select[disabled] {
  position: relative;
  opacity: .35;
  z-index: 1;
}

.has-error .select-style select,
.has-error .select-style .non-select {
  border-color: #c24239 !important;
}

@media (max-width: 991px) {
  .sr-only + .select-style select,
  .sr-only + .select-style .non-select {
    width: 28px;
  }
}

.select-style .non-select {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 30px 1px 12px;
}

@media (min-width: 768px) {
  .select-style {
    display: inline-block;
  }
}

.select-style select {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-style select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #66afe9;
}

.select-style:after {
  content: "\0020";
  border: 1px solid #5C60A3;
  border-width: 5px 5px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  height: 0;
  right: 13px;
  margin-top: -2px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0;
}

.has-error .select-style {
  background-color: transparent;
  display: block;
  line-height: 30px;
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  border-color: #c24239 !important;
}

@media (min-width: 768px) {
  .has-error .select-style {
    display: inline-block;
  }
}

.has-error .select-style select {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .select-style select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #66afe9;
}

.has-error .select-style:after {
  content: "\0020";
  border: 1px solid #c24239;
  border-width: 5px 5px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  height: 0;
  right: 13px;
  margin-top: -2px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0;
}

select.form-control::-ms-expand {
  display: none;
}

.checked-option input[type=radio]:not(checked) ~ input[type=text],
.checked-option input[type=checkbox]:not(checked) ~ span.group-select {
  visibility: hidden;
  height: 3px;
  vertical-align: top;
}

.checked-option input[type=radio]:checked ~ input[type=text],
.checked-option input[type=checkbox]:checked ~ span.group-select {
  visibility: visible;
  vertical-align: top;
  margin-left: 5px;
  height: auto;
}

.radio-option {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 0 16px;
  padding: 8px;
}

input[type=radio]:not(checked) ~ .radio-option {
  display: none;
}

input[type=radio]:checked ~ .radio-option {
  display: block;
}

.auto .form-control-static {
  margin-right: 12px;
  margin-left: 12px;
}

.btn.btn-link:focus {
  outline: none;
}

.select-exact {
  width: auto;
}

.select-exact .dropdown {
  background: #e6e5e1;
  text-align: left;
  padding-right: 22px;
  position: relative;
  z-index: 1;
}

.select-exact .dropdown:after {
  content: "\0020";
  border: 1px solid #5C60A3;
  border-width: 5px 5px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  height: 0;
  right: 10%;
  margin-top: -2px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0;
}

.select-exact .dropdown-menu {
  min-width: 100px;
  left: auto;
  right: 0;
}

.select-exact .dropdown-menu li > a {
  padding: 4px 10px;
}

.select-exact .dropdown-menu li > a:hover {
  background: #7d80b5;
  color: #fff;
}

@media (max-width: 991px) {
  .form-control {
    font-size: 16px;
  }
}

.form-shaded .form-control,
.form-control-shaded {
  background-color: #f4f4f4;
  border-color: #d7d7d7;
  margin-bottom: 10px;
}

.form-shaded .form-control[disabled],
.form-control-shaded[disabled] {
  opacity: .35;
}

.form-shaded .form-control::-moz-placeholder,
.form-control-shaded::-moz-placeholder {
  color: #737373;
  opacity: 1;
}

.form-shaded .form-control:-ms-input-placeholder,
.form-control-shaded:-ms-input-placeholder {
  color: #737373;
}

.form-shaded .form-control::-webkit-input-placeholder,
.form-control-shaded::-webkit-input-placeholder {
  color: #737373;
}

.form-shaded .form-control input::-webkit-input-placeholder,
.form-control-shaded input::-webkit-input-placeholder {
  color: #737373;
}

.form-shaded .form-control input:-moz-placeholder,
.form-control-shaded input:-moz-placeholder {
  color: #737373;
}

.form-shaded .form-control textarea::-webkit-input-placeholder,
.form-control-shaded textarea::-webkit-input-placeholder {
  color: #737373;
}

.form-shaded .form-control textarea:-moz-placeholder,
.form-control-shaded textarea:-moz-placeholder {
  color: #737373;
}

@media (min-width: 768px) {
  .form-shaded .form-control,
  .form-control-shaded {
    margin: 0;
  }
}

.has-error .form-control {
  background: #fcf5f4;
  border-color: #c24239;
}

.form-control.readonly-enabled:not([disabled]) {
  background-color: #fff;
  border: 0 none;
  display: inline-block;
  cursor: text;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[type="file"] {
  height: auto;
}

p.form-control {
  height: auto;
  min-height: 34px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.has-error .error-msg {
  color: #c24239;
  display: block;
}

.error-wrapper {
  color: #c24239;
  padding: 15px 0;
  text-align: left;
  border-top: 1px solid #dedfed;
  border-bottom: 1px solid #dedfed;
  margin-bottom: 10px;
}

.error-wrapper p {
  font-size: inherit;
}

.label-select {
  width: 100%;
}

.label-select .input-group-addon {
  background: transparent;
  border: 0;
  color: #36322d;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.label-four-max {
  width: 75%;
}

@media (min-width: 768px) {
  .label-four-max {
    max-width: 60px;
  }

  #memorial-edit .panel-body .label-four-max {
    margin-right: 10px;
  }
}

.max-w-100 {
  max-width: 100px;
}

textarea.form-control {
  resize: vertical;
  overflow: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  -ms-word-break: break-word;
}

.blur-feedback {
  position: relative;
  padding-left: 4px;
}

.blur-feedback .text-success {
  position: absolute;
  bottom: 6px;
  right: 10px;
}

._nsbWrapper textarea {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 15px;
}

.input-has-icon {
  position: relative;
  z-index: 2;
  display: block;
}

.input-has-icon .form-control {
  padding-right: 25px;
}

.input-has-icon .input-icon {
  position: absolute;
  right: 6px;
  font-size: 1em;
  top: 8px;
  display: block;
  z-index: 2;
  color: #5C60A3;
}

a.input-has-icon:hover,
a.input-has-icon:focus,
a.input-has-icon .form-control,
a.input-has-icon:hover .form-control {
  text-decoration: none;
}

.dashed-form-control {
  border: 1px dashed #e5e5e5;
  background: #f4f4f4;
  resize: none;
  overflow: auto;
  overflow-y: auto;
}

.btn + .form-control-static,
.btn + .form-control-static ~ .form-control-static {
  margin-left: 12px;
  display: none;
}

.btn.added + .btn + .form-control-static,
.btn + .btn.added + .form-control-static + .form-control-static,
.btn.added + .form-control-static ~ .form-control-static,
.btn + .btn.added + .form-control-static {
  display: block;
}

.btn-msgs {
  display: inline-block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-msgs .form-control-static {
  background: #fafafa;
}

.form-group .grouped-half {
  width: 100%;
}

.form-group .grouped-half input {
  width: 50%;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}

.go-to {
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.go-to input {
  width: 38px!important;
  padding: 5px!important;
}

.btn-toggle .btn {
  background: #e5e5e5;
}

.btn-toggle > .btn.active {
  background: #5C60A3;
  color: #fff;
}

.btn-toggle > .btn:first-child {
  border-left-top-radius: 4px;
  border-left-bottom-radius: 4px;
}

.btn-toggle > .btn:last-child {
  border-right-top-radius: 4px;
  border-right-bottom-radius: 4px;
}

.hr-line {
  border: none;
  border-top: 1px solid #000;
  margin: 12px 0;
  text-align: center;
}

.hr-line legend {
  border: 0 none;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 17px;
}

.btn-submit {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  margin: 20px 0;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .btn-submit {
    padding: 20px 0;
  }
}

.btn-submit.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  width: calc(100% + 60px);
  margin: 0 0 20px -30px;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .btn-submit.sticky {
    width: calc(100% + 28px);
    margin: 0 0 20px -14px;
  }
}

.btn-submit > div {
  padding-left: 6px;
}

.flexme {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.flexme > div {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.flexme .flex-order1 {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  margin-right: 10px;
  position: relative;
}

.flexme .flex-order1:after,
.flexme .flex-order1:before {
  border: 1px solid #5C60A3;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-width: 85px 0 85px 30px;
  content: "\20";
  display: block;
  height: 0;
  margin-top: -85px;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 0;
}

.flexme .flex-order2 {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  margin-left: 10px;
}

@media (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}

.min-h {
  min-height: 50vh;
}

p:empty {
  display: none;
}

.tooltip {
  font-weight: 500;
}

.cover-page {
  background: rgba(250, 250, 250, 0.8);
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 114px;
  z-index: 1050;
}

@media (min-width: 768px) {
  .cover-page {
    padding: 20vh 10vw;
    top: 46px;
  }
}

.list-group-item i {
  display: inline-block;
  font-style: normal;
  max-width: 196px;
}

@media (min-width: 768px) {
  .list-group-item i {
    max-width: 88px;
  }
}

@media (min-width: 992px) {
  .list-group-item i {
    max-width: 156px;
  }
}

@media (min-width: 1200px) {
  .list-group-item i {
    max-width: 184px;
  }
}

.inline-group {
  display: inline-block;
  margin-bottom: 9px;
}

#clipping-masks {
  position: absolute;
}

.lead-link {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
  color: #737373;
  outline: none;
  padding: 0;
}

.lead-link:hover {
  text-decoration: none;
}

.tab-pane > .loadingImg {
  min-height: 35vh;
}

.tab-pane > .loadingImg .loader-h {
  margin-top: 20%;
}

.rotate90 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.memorial-search.section-form {
  background: #f0efeb;
}

.memorial-search.section-form.alone {
  margin: 0 0 20px;
  padding: 20px;
}

.memorial-search.section-form.zero-results {
  background: #fff;
}

.cemetery-search.section-form {
  background: #faf2e5;
}

.btn-default {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #197BAD;
}

.input-group-btn .btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.nav-pills > li > a {
  border: 2px solid transparent;
  border-width: 3px 0;
  color: #54524F;
  padding: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .nav-pills > li > a {
    padding: 8px 24px;
  }
}

.nav-stacked.nav-pills > li > a {
  border-width: 0 0 0 3px;
}

.nav-pills > li > a:hover {
  background: rgba(84, 82, 79, 0.05);
}

.nav-pills > li > a .badge:empty {
  display: none;
}

.nav-inverse.nav-pills > li > a {
  color: #fff!important;
}

.nav-inverse.nav-pills > li > a .badge {
  background-color: #92b326;
  color: #fff;
}

.nav-inverse.nav-pills > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.nav-pills > li.active a {
  border-bottom-color: #5C60A3;
  font-weight: 600;
}

.nav-pills > li.active a:hover {
  background: rgba(84, 82, 79, 0.05);
}

.nav-inverse.nav-pills > li.active a {
  border-bottom-color: #e6e5e1;
}

.nav-stacked.nav-pills > li.active a {
  border-width: 0 0 0 3px;
  border-left: 3px solid #5C60A3;
}

.accordion-list .categ-list > li .badge {
  position: relative;
  z-index: 4;
}

.accordion-list .categ-list > li a {
  text-overflow: '...           .';
}

.btn-icon {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .btn-container {
    padding: 80px 0 20px;
  }
}

.btn-outline {
  background: transparent;
  border: 1px solid #5C60A3;
  border-radius: 3px;
  color: #5C60A3;
  display: inline-block;
  margin: 8px auto;
  padding: 3px 8px;
}

.btn-outline:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #4a4d82;
  text-decoration: none;
}

.cursor-hand {
  cursor: pointer;
}

.btn-dark {
  background-color: #54524F;
  color: #fff;
  border: 1px solid #474543;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-dark:hover,
.btn-dark:focus {
  background: #474543;
  color: #fff;
  border: 1px solid #3a3836;
}

.btn-dark:active {
  background: #2d2c2a;
}

.vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.mid-hr {
  display: table;
  table-layout: fixed;
}

.mid-hr .form-title,
.mid-hr hr {
  display: table-cell;
  vertical-align: middle;
}

.mid-hr .form-title {
  white-space: nowrap;
  padding-right: 8px;
}

.mid-hr hr {
  width: 100%;
  border: 0;
  margin: 0;
}

.mid-hr hr:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}

.theme-dk,
.theme-lt,
.theme-cl {
  padding: 10px 30px;
}

.theme-dk span,
.theme-lt span,
.theme-cl span {
  background-image: url('../images/themes.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  border: #e6e5e1 2px solid;
  display: block;
  padding: 2px 2px 97px 2px;
  width: 159px;
}

.theme-dk input:checked + span,
.theme-lt input:checked + span,
.theme-cl input:checked + span {
  border-color: #5C60A3;
}

.theme-dk:hover,
.theme-lt:hover,
.theme-cl:hover {
  background-color: #e6e5e1;
}

.theme-lt span {
  background-position: -168px 0;
}

.theme-cl span {
  background-position: -331px 0;
}

@media (min-width: 768px) {
  .footer-primary-parent {
    border: 1px solid #cfcbc0;
    text-align: center;
    border-width: 1px 0;
  }

  .footer-primary-parent .footer-nav-primary {
    display: inline-block;
  }

  .footer-primary-parent .footer-nav-primary li a {
    font-weight: 600;
  }
}

.multi-datepicker li:last-child input {
  width: 69px;
}

#eProtectiframe iframe {
  width: 100%;
  height: 246px;
  overflow: hidden;
}

#manual-cc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sponsor-field {
  max-width: 312px;
}

.truncater {
  text-overflow: ellipsis;
  max-width: 90%;
  height: 4.25em;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

input:checked + .truncater {
  height: auto;
}

input:checked + .truncater label {
  display: none;
}

.truncater label {
  background-image: -webkit-linear-gradient(left, rgba(252, 248, 227, 0.05) 0, #fcf8e3 20%);
  background-image: -o-linear-gradient(left, rgba(252, 248, 227, 0.05) 0, #fcf8e3 20%);
  background-image: linear-gradient(to right, rgba(252, 248, 227, 0.05) 0, #fcf8e3 20%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dfcf8e3', endColorstr='#fffcf8e3', GradientType=1);
  color: #197BAD;
  cursor: pointer;
  padding: 0 0 0 16px;
  position: absolute;
  right: 1px;
  bottom: -4px;
}

.browse-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 -15px;
  scrollbar-face-color: #453926;
  scrollbar-arrow-color: #b6924a;
  scrollbar-track-color: #151515;
  scrollbar-shadow-color: #0e0e0c;
  scrollbar-highlight-color: #0e0e0c;
  scrollbar-3dlight-color: #0e0e0c;
  scrollbar-darkshadow-Color: #0e0e0c;
  /* end */
}

@media (min-height: 601px) {
  .browse-container {
    height: 468px;
    margin: 0;
  }
}

.browse-container .panel {
  -webkit-flex: 0 0 200px;
  -moz-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  min-width: 200px;
  height: calc(100vh - 200px);
}

@media (min-width: 768px) {
  .browse-container .panel {
    -webkit-flex: 0 0 280px;
    -moz-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    height: 100%;
  }
}

.browse-container .panel-heading {
  border-radius: 0;
  font-size: 14px;
  padding: 4px 15px;
}

.browse-container .panel-heading .badge {
  background: #9da0c8;
}

.browse-container .bc-container {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 30px);
}

.browse-container .list-group-item-previous {
  background: #f4f4f4;
}

@media print {
@page {
    size: 8.5in 11in;
    margin: .5in;
}

  a[href] {
    text-decoration: none !important;
  }

  a[href]:after {
    content: none !important;
  }

  body,
  .memorial-item .memorial-item---cemet,
  .memorial-item .memorial-item---grave b,
  .btn {
    font-size: 11pt!important;
  }

  footer {
    padding: 0;
    position: static!important;
  }

  footer .footer-inner {
    padding: 0;
  }

  hr {
    margin: 0;
  }

  header {
    position: static!important;
    border-bottom: 1pt solid #e5e5e5;
  }

  header .logo {
    height: auto;
    width: auto;
  }

  .container {
    width: 100%;
  }

  .main-wrap {
    padding-top: 0!important;
  }

  .lead,
  .name-grave {
    font-size: 11pt!important;
    font-weight: normal;
  }

  iframe {
    display: none;
  }

  .col-print-12 {
    width: 99%!important;
    max-width: 11in;
    margin: 0!important;
  }

  .section-bio-brief {
    min-height: auto!important;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}