@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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.5;
  color: #1d1d1d;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0072bc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0063a3;
  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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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: "Source Sans Pro", Helvetica, Arial, sans-serif;
  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: #6e6e6e;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 44px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  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,
#page-footer .copyright,
#page-footer small .item,
#page-footer small a {
  color: #6e6e6e;
}
.text-primary {
  color: #c14139;
}
a.text-primary:hover {
  color: #9a342d;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.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: #c14139;
}
a.bg-primary:hover {
  background-color: #9a342d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
#navigation .main-nav-list > li .sub-nav-list,
#page-footer ul,
.search-suggest,
.advanced-search {
  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: 22px;
}
dt,
dd {
  line-height: 1.5;
}
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 #6e6e6e;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  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.5;
  color: #6e6e6e;
}
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: 22px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
#page-footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  #page-footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  #page-footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  #page-footer {
    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: #6e6e6e;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.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.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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: 22px;
  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.5;
  color: #1d1d1d;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #1d1d1d;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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: 36px;
  }
  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: 52px;
  }
}
.form-group,
.advanced-search fieldset {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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: 37px;
}
.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: 35px;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.form-group-lg .form-control {
  height: 52px;
  line-height: 52px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  min-height: 44px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.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: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5d5d5d;
}
@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: 29px;
}
.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,
.f3-dialog-overlay-container .f3-dialog-button,
.btnO {
  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.5;
  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: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.btnO: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.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default,
.f3-dialog-overlay-container .f3-dialog-button-cancel,
.f3-dialog-overlay-container .f3-dialog-button-secondary {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary,
.f3-dialog-overlay-container .f3-dialog-button-default {
  color: #ffffff;
  background-color: #c14139;
  border-color: #ad3a33;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.f3-dialog-overlay-container .f3-dialog-button-default:hover {
  color: #ffffff;
  background-color: #9a342d;
  border-color: #7e2a25;
}
.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: #c14139;
  border-color: #ad3a33;
}
.btn-primary .badge {
  color: #c14139;
  background-color: #ffffff;
}
.btn-success,
.f3-dialog-overlay-container .f3-dialog-button-ok {
  color: #1d1d1d;
  background-color: #e5e1db;
  border-color: #dad5cc;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #1d1d1d;
  background-color: #d0c8bd;
  border-color: #c1b7a9;
}
.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: #e5e1db;
  border-color: #dad5cc;
}
.btn-success .badge {
  color: #e5e1db;
  background-color: #1d1d1d;
}
.btn-info {
  color: #ffffff;
  background-color: #067197;
  border-color: #055e7f;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #044c66;
  border-color: #033244;
}
.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: #067197;
  border-color: #055e7f;
}
.btn-info .badge {
  color: #067197;
  background-color: #ffffff;
}
.btn-warning {
  color: #665b03;
  background-color: #fcf29f;
  border-color: #f7de0b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #665b03;
  background-color: #faeb6e;
  border-color: #bfab06;
}
.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: #fcf29f;
  border-color: #f7de0b;
}
.btn-warning .badge {
  color: #fcf29f;
  background-color: #665b03;
}
.btn-danger {
  color: #ffffff;
  background-color: #d4162c;
  border-color: #780c19;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a61122;
  border-color: #40070d;
}
.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: #d4162c;
  border-color: #780c19;
}
.btn-danger .badge {
  color: #d4162c;
  background-color: #ffffff;
}
.btn-link {
  color: #0072bc;
  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: #0063a3;
  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: #6e6e6e;
  text-decoration: none;
}
.no-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 6px;
}
.no-btn:hover {
  opacity: .8;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.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%;
}
*[ng-click^="cancel"] {
  color: #0072bc;
  cursor: pointer;
}
.icon-btn {
  cursor: pointer;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
button.icon-btn {
  background: transparent;
  border: 0 none;
  color: #c14139;
  padding: 0 0;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
button.icon-btn .icon-f3 {
  font-size: 24px;
}
button.icon-btn:hover {
  color: #9a342d;
}
.icon-btn.active {
  color: #c14139;
  border-color: #c14139;
}
.icon-btn.label-top {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.icon-btn.label-bottom {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icon-btn.label-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.icon-btn.label-left {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.icon-btn .icon-f3 {
  margin: 0 5px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-btn .icon-f3.circle,
.icon-btn .icon-f3.square {
  border: 2px solid;
}
.icon-btn .icon-f3.circle:before,
.icon-btn .icon-f3.square:before {
  position: relative;
  top: 2px;
}
.icon-btn .icon-f3.circle {
  border-radius: 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,
.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: #ffffff;
  border: 1px solid #cccccc;
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #c14139;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #6e6e6e;
}
.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.5;
  color: #6e6e6e;
  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: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
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,
.browse-heading .search-within .search-bug {
  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,
.browse-heading .search-within .search-bug {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon,
.browse-heading .search-within .search-bug {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #1d1d1d;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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: 22px;
  border-radius: 4px;
}
.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;
}
@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;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #0072bc;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li > a > span.hit-indicator,
.pagination > li > span > span.hit-indicator {
  display: inline;
  position: absolute;
  height: 20px;
  width: 20px;
  right: -12px;
  color: black;
  background-color: yellow;
  border-radius: 100%;
  border: 1px solid #c14139;
  box-shadow: 0 0 11px -4px #000000;
  z-index: 3;
}
.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: #0063a3;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination li > a.active {
  z-index: 2;
  color: #ffffff;
  background-color: #c14139;
  border-color: #c14139;
  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: #6e6e6e;
  background-color: #6e6e6e;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.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;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #6e6e6e;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #555555;
}
.label-primary {
  background-color: #c14139;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #9a342d;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #067197;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #044c66;
}
.label-warning {
  background-color: #fcf29f;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #faeb6e;
}
.label-danger {
  background-color: #fae9e6;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f2c4bc;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #9e978d;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #9e978d;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert,
.full-alert {
  padding: 15px;
  margin-bottom: 22px;
  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,
.full-alert {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #f9e53c;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f8e123;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger,
.full-alert,
.alerts-list li > p.alert-error {
  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: 22px;
  margin-bottom: 22px;
  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: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #c14139;
  -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: #5cb85c;
}
.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: #067197;
}
.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: #fcf29f;
}
.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: #fae9e6;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #6e6e6e;
  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: #6e6e6e;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #c14139;
  border-color: #c14139;
}
.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: #f2d6d4;
}
.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: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.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: 22px;
  background-color: #ffffff;
  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 #dddddd;
  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 #dddddd;
}
.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: 22px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #c14139;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #c14139;
  border-color: #c14139;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c14139;
}
.panel-primary > .panel-heading .badge {
  color: #c14139;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c14139;
}
.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: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.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: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close,
.advanced-search .close-advanced {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus,
.advanced-search .close-advanced:hover {
  color: #000000;
  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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -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: #000000;
}
.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.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.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-footer .left {
  float: left;
}
.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;
  }
}
.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,
#navigation:before,
#navigation:after,
#navigation .main-nav-list:before,
#navigation .main-nav-list:after,
.info-pane-content .tab:before,
.info-pane-content .tab:after,
.horizontal.info-pane-content .tab.info-pane:before,
.horizontal.info-pane-content .tab.info-pane:after,
#page-footer:before,
#page-footer: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,
#navigation:after,
#navigation .main-nav-list:after,
.info-pane-content .tab:after,
.horizontal.info-pane-content .tab.info-pane:after,
#page-footer: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;
}
@-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;
  }
}
html.modalOpen {
  height: 100%;
  overflow: hidden;
}
#navigation {
  background-color: #c14139;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 4;
}
#navigation .institute-ident {
  background: #044c66;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#navigation .institute-ident span {
  letter-spacing: 1px;
  text-transform: uppercase;
}
#navigation .container {
  position: relative;
}
.pg-viewer #navigation {
  -webkit-box-shadow: 0 2px 0 0 #c14139;
  box-shadow: 0 2px 0 0 #c14139;
  position: relative;
  -webkit-transform: translate(0, -56px);
  -ms-transform: translate(0, -56px);
  -o-transform: translate(0, -56px);
  transform: translate(0, -56px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 100;
}
.institution-pg.pg-viewer #navigation {
  -webkit-transform: translate(0, -75px);
  -ms-transform: translate(0, -75px);
  -o-transform: translate(0, -75px);
  transform: translate(0, -75px);
}
.pg-viewer #navigation .main-nav-list {
  display: none;
}
.show-nav.pg-viewer #navigation {
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.show-nav.pg-viewer #navigation .main-nav-list {
  display: block;
}
#navigation h1 {
  margin: 0 auto;
  position: relative;
  width: 190px;
  z-index: 11;
}
@media (min-width: 992px) {
  #navigation h1 {
    float: left;
    margin: 0 50px 0 -40px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  #navigation h1 {
    margin-left: -28px;
  }
}
@media (min-width: 992px) {
  #navigation h1:after,
  #navigation h1:before {
    -webkit-transform: skewX(-30deg) skewY(0);
    -ms-transform: skewX(-30deg) skewY(0);
    -o-transform: skewX(-30deg) skewY(0);
    transform: skewX(-30deg) skewY(0);
    content: '\20';
    display: block;
    height: 56px;
    position: absolute;
    top: 0;
  }
  #navigation h1:before {
    background: #fff;
    left: -10px;
    width: 200px;
    z-index: 1;
  }
  #navigation h1:after {
    background: #d57771;
    left: -20px;
    width: 220px;
    z-index: 0;
  }
}
#navigation h1 .logo {
  background-image: url("/i/fng-sprite.png");
  background-position: 20px 8px;
  margin-left: 25px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 136px;
  height: 56px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@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) {
  #navigation h1 .logo {
    background-image: url("/i/fng-sprite2x.png");
    background-size: 260px 45px;
  }
}
@media (min-width: 992px) {
  #navigation h1 .logo {
    background-position: -125px 8px;
  }
}
#navigation h1 .logo:hover {
  border: 0;
}
@media print {
  #navigation h1 .logo {
    content: url('/i/logo-lg.png');
    display: block;
    margin: 0 auto;
    height: 56px;
    width: 148px;
  }
}
@media print {
  #navigation h1 {
    float: none;
    text-align: center;
    margin: 12px auto;
  }
}
#navigation nav {
  background: #36322d;
  border: 1px solid #6e665b;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translate(0, -1000px);
  -ms-transform: translate(0, -1000px);
  -o-transform: translate(0, -1000px);
  transform: translate(0, -1000px);
  -webkit-box-shadow: 0 0 10px -5px #000000;
  box-shadow: 0 0 10px -5px #000000;
  margin: 0;
  left: 0;
  top: 56px;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  #navigation nav {
    background: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
  }
}
#navigation input#menu-nav[type=checkbox]:checked ~ .ham-btn ~ nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#navigation .main-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation .main-nav-list > li {
  font-size: 14px;
  color: white;
  padding: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  #navigation .main-nav-list > li {
    display: inline-block;
    font-size: 15px;
    padding: 12px 2px;
    position: relative;
    width: auto;
  }
}
@media (min-width: 992px) {
  #navigation .main-nav-list > li {
    font-size: 16px;
    padding: 12px 8px;
  }
}
@media (min-width: 768px) {
  #navigation .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;
  }
}
#navigation .main-nav-list > li a,
#navigation .main-nav-list > li button {
  border: 4px solid transparent;
  color: white;
  display: block;
  font-size: 16px;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
}
#navigation .main-nav-list > li a:hover,
#navigation .main-nav-list > li button:hover {
  color: #e5e1db;
}
#navigation .main-nav-list > li a.active,
.pg-browse #navigation .main-nav-list > li.nav-browse > a,
.pg-mem #navigation .main-nav-list > li.nav-mem > a {
  border-width: 0;
  border-left: 4px solid #fff;
}
@media (min-width: 768px) {
  #navigation .main-nav-list > li a.active,
  .pg-browse #navigation .main-nav-list > li.nav-browse > a,
  .pg-mem #navigation .main-nav-list > li.nav-mem > a {
    border-bottom: 4px solid #fff;
    border-width: 4px 0;
    font-weight: 600;
  }
}
#navigation .main-nav-list > li #user-name {
  left: 70px;
}
#navigation .main-nav-list > li .sub-nav-list {
  background-color: #3e3a34;
  margin-top: 14px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #navigation .main-nav-list > li .sub-nav-list {
    background-color: white;
    border: 1px solid #cdc9c4;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    display: none;
    max-height: 0;
    min-width: 125px;
    left: 50%;
    margin-top: 0;
    margin-left: -100px;
    opacity: 0;
    position: absolute;
    top: 50px;
    width: 200px;
  }
}
@media (min-width: 768px) {
  #navigation .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: 94px;
    position: absolute;
    width: 0;
  }
}
#navigation .main-nav-list > li .sub-nav-list li {
  padding: 8px 12px;
}
@media (min-width: 768px) {
  #navigation .main-nav-list > li .sub-nav-list li {
    border-bottom: 1px solid #f4f2ef;
  }
  #navigation .main-nav-list > li .sub-nav-list li:first-child {
    border-radius: 8px 8px 0 0;
  }
  #navigation .main-nav-list > li .sub-nav-list li:last-child {
    border-bottom: 0 none;
    border-radius: 0 0 8px 8px;
  }
  #navigation .main-nav-list > li .sub-nav-list li:hover {
    background-color: #f4f2ef;
  }
}
#navigation .main-nav-list > li .sub-nav-list li a {
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}
@media (min-width: 768px) {
  #navigation .main-nav-list > li .sub-nav-list li a {
    color: #1d1d1d;
  }
}
#navigation .main-nav-list.mem-nav .sub-nav-list {
  border-radius: 0 0 4px 4px;
  display: none;
  left: auto;
  position: absolute;
  right: -4px;
  top: 40px;
}
@media (min-width: 768px) {
  #navigation .main-nav-list.mem-nav .sub-nav-list {
    border-radius: 8px;
    top: auto;
    right: 0;
  }
}
#navigation .main-nav-list:hover .sub-nav-list {
  display: block;
}
#navigation .mem-nav,
#navigation .main-nav-list.memberjoin {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 4px;
  z-index: 50;
}
@media (min-width: 768px) {
  #navigation .mem-nav,
  #navigation .main-nav-list.memberjoin {
    right: 12px;
  }
}
#navigation .mem-nav li,
#navigation .main-nav-list.memberjoin li {
  display: inline-block;
  width: auto;
}
#navigation .mem-nav li > a,
#navigation .main-nav-list.memberjoin li > a {
  cursor: pointer;
}
#navigation .mem-nav li#sign-in,
#navigation .main-nav-list.memberjoin li#sign-in {
  margin-right: 4px;
  padding: 14px 0;
}
@media (min-width: 768px) {
  #navigation .mem-nav li#sign-in,
  #navigation .main-nav-list.memberjoin li#sign-in {
    padding: 8px;
  }
}
#navigation .mem-nav #join a,
#navigation .main-nav-list.memberjoin #join a {
  display: none;
}
@media (min-width: 768px) {
  #navigation .mem-nav #join a,
  #navigation .main-nav-list.memberjoin #join a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #navigation .mem-nav {
    width: 160px;
  }
}
@media (min-width: 992px) {
  #navigation .mem-nav {
    width: auto;
  }
}
#navigation .mem-nav li {
  display: block;
  padding: 4px 0 8px;
}
#navigation .mem-nav .dropdown-menu {
  top: 85%;
}
#navigation a.membername {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-top: 0;
  max-width: 188px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#navigation a.membername.subscriber-mem {
  margin-top: 0;
}
@media (min-width: 992px) {
  #navigation a.membername {
    max-width: 214px;
  }
  #navigation a.membername small {
    display: block;
    line-height: 0;
    margin-left: 40px;
  }
}
#navigation a.membername small {
  color: #F3B670;
  display: none;
  line-height: 1;
}
@media (min-width: 768px) {
  #navigation a.membername small {
    display: block;
  }
}
#navigation a.membername .avatar-sm {
  background-color: #c14139;
  background-repeat: no-repeat;
  float: left;
  margin: 4px 8px 4px 0;
  min-width: 32px;
  min-height: 32px;
  text-transform: none;
  font-size: 10px;
  color: #e7b0ac;
}
#navigation a.membername .avatar-sm img {
  border-radius: 3px;
  object-fit: cover;
}
#navigation a.membername strong {
  display: none;
  font-weight: normal;
}
@media (min-width: 768px) {
  #navigation a.membername strong {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1200px) {
  #navigation a.membername strong {
    max-width: 150px;
  }
}
#navigation input#menu-nav[type=checkbox] {
  display: none;
}
#navigation input#menu-nav[type=checkbox]:checked ~ .ham-btn > .horizontal {
  opacity: 0;
}
#navigation input#menu-nav[type=checkbox]:checked ~ .ham-btn > .diagonal.part-1 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 12px;
}
#navigation input#menu-nav[type=checkbox]:checked ~ .ham-btn > .diagonal.part-2 {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -14px;
}
#navigation .ham-btn {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  height: 40px;
  left: 12px;
  padding: 0;
  position: absolute;
  top: 14px;
  width: 30px;
  z-index: 99;
}
@media (min-width: 992px) {
  #navigation .ham-btn {
    display: none;
  }
}
#navigation .ham-btn:focus {
  outline: 0;
}
#navigation .ham-btn * {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navigation .bar {
  background-color: #fff;
  border-radius: 2px;
  height: 4px;
  position: absolute;
  width: 100%;
}
#navigation .diagonal.part-1 {
  position: relative;
  float: left;
}
#navigation .horizontal {
  position: relative;
  float: left;
  margin-top: 6px;
}
.nav-open #navigation .horizontal {
  margin-top: 7px;
}
#navigation .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 6px;
}
#navigation #help-icon {
  padding: 20px 0;
}
#navigation #help-icon img {
  height: 20px;
}
#page-footer {
  height: auto;
  border-top: 1px solid lightgray;
  padding-top: 30px;
}
#page-footer li a {
  color: #36322d;
  display: inline-block;
  padding: 5px 0;
}
#page-footer li a:hover {
  color: #c14139;
  cursor: pointer;
}
#page-footer .footerquote {
  margin: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  #page-footer .footerquote {
    border: 0 none;
    padding: 0;
  }
}
#page-footer .footerquote:after {
  background-image: url("/img/fng-sprite.png");
  background-position: -136px 0;
  background-repeat: no-repeat;
  content: "\20";
  display: block;
  height: 48px;
  width: 134px;
}
@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) {
  #page-footer .footerquote:after {
    background-image: url("/img/fng-sprite2x.png");
    background-size: 260px 45px;
  }
}
#page-footer .footerquote p {
  font-size: 15px;
  margin-bottom: 1em;
}
#page-footer .inner-container {
  padding: 20px 0;
  max-width: 992px;
  margin: 0 auto;
}
#page-footer .inner-container h2 {
  margin-top: 0;
}
#page-footer .copyright {
  margin: 20px 0;
  text-align: center;
}
#page-footer small .item {
  padding: 0 4px;
}
#page-footer small a {
  display: inline-block;
  text-decoration: none;
}
#page-footer small a:hover {
  color: #c14139;
}
@media (min-width: 768px) {
  #signinModal .input-lg {
    border-width: 1px;
    width: 40%;
  }
}
#signinModal .submit-form label {
  font-weight: normal;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .pg-signon hr {
    max-width: 50%;
  }
}
.pg-signon #signin-form {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.pg-signon .main h1 {
  font-size: 34px;
  margin: 32px 0;
}
.pg-signon #sign-in {
  display: none!important;
}
.gen-head h1 {
  text-align: center;
}
.clr1 {
  color: #c14139;
}
.inline-editor > span {
  display: block;
  color: #6e6e6e;
  margin: -32px 20px 0 0;
  position: relative;
  text-align: right;
}
.inline-editor > span.invalid {
  color: #a94442;
  font-weight: 500;
}
p > a:not(.btn),
p > button:not(.btn) {
  text-decoration: underline;
}
h6 {
  text-transform: uppercase;
  font-weight: 400;
}
#browse-page {
  padding: 0 10px 30px 10px;
  z-index: 0;
}
#browse-page #browse-container {
  height: calc(100vh - 200px);
  position: relative;
  top: -45px;
}
#browse-page h1 {
  padding-left: 15px;
}
#browse-page #browse-directory {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  #browse-page {
    padding: 0 75px 30px 75px;
  }
}
#columns-container {
  height: 100%;
}
#browse-window-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.3;
}
#browse-window {
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 0px #000000;
  box-shadow: 0 0 8px 0px #000000;
  height: 80vh;
  padding: 10px;
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 95vw;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  #browse-window {
    padding: 10px 40px;
    width: 80vw;
  }
}
#browse-window.browse-on {
  opacity: 1;
  visibility: visible;
  display: block;
  max-height: 80vh;
  -webkit-animation: browse-menu 300ms forwards;
  -o-animation: browse-menu 300ms forwards;
  animation: browse-menu 300ms forwards;
}
#browse-window:before {
  position: absolute;
  top: -20px;
  left: 50%;
  display: inline-block;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 10px;
  content: '';
}
#browse-window #browse-directory {
  position: absolute;
  top: 105px;
  bottom: 20px;
  left: 40px;
  right: 40px;
}
@media (min-width: 768px) {
  #browse-window #browse-directory {
    top: 95px;
  }
}
#browse-window .breadcrumb {
  border-bottom: 1px solid #cccccc;
  margin: 0 12px 8px;
  padding-bottom: 8px;
  overflow: -moz-scrollbars-none;
  overflow: auto;
  -ms-overflow-style: none;
}
#browse-window .breadcrumb::-webkit-scrollbar {
  width: 0 !important;
}
#browse-window #browse-heading {
  white-space: nowrap;
  text-align: center;
}
#browse-window #browse-heading h3 {
  display: none;
}
@media (min-width: 768px) {
  #browse-window #browse-heading h3 {
    color: #c14139;
    display: block;
    margin: 8px 0;
    float: left;
  }
}
@media (min-width: 768px) {
  #browse-window #browse-heading .browse-within {
    float: right;
  }
}
#browse-window:hover {
  cursor: default;
}
#freeform-page #browse-directory {
  position: relative;
  height: 500px;
}
#browse-directory #browse-table {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 0 35px -10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  bottom: 0;
  left: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}
#browse-window #browse-directory #browse-table {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#browse-directory #browse-table #columns-container {
  width: 20000px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#browse-directory #browse-table .browse-column {
  float: left;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #cccccc;
  height: 100%;
  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;
  position: relative;
}
#browse-directory #browse-table .browse-column:last-of-type {
  border-right-color: transparent;
}
#browse-directory #browse-table .browse-column.active .column-row.selected.active {
  background-color: #0063a3;
}
#browse-directory #browse-table .browse-column.active .column-row.selected.active a {
  color: #fff;
}
#browse-directory #browse-table .browse-column.active .column-row.selected.active .free-publication {
  color: #6ded8c;
}
#browse-directory #browse-table .browse-column.rows div.virtual-repeat-scroller {
  background: url('data:image/gif;base64,R0lGODlhAQAwAPAAAP////Ly8iwAAAAAAQAwAAACBoSPqcttUQA7') repeat;
}
#browse-directory #browse-table .browse-column > aside {
  display: none;
  color: #6e6e6e;
  font-size: 21px;
  left: 100%;
  margin: 10%;
  position: absolute;
  top: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
#browse-directory #browse-table .browse-column > aside span:before {
  font-size: 15px;
  padding-right: 6px;
}
#browse-directory #browse-table .browse-column.last-col aside {
  display: block!important;
}
#browse-directory #browse-table .column-title {
  background-color: #e5e1db;
  text-transform: uppercase;
  color: #36322d;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#browse-directory #browse-table .column-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
#browse-directory #browse-table .column-scroll::-webkit-scrollbar {
  width: 8px;
  visibility: hidden;
}
#browse-directory #browse-table .column-scroll:hover::-webkit-scrollbar {
  width: 8px;
  visibility: visible;
}
#browse-directory #browse-table .column-scroll::-webkit-scrollbar-track:vertical {
  background: #F2F1EF;
  border-width: 0 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#browse-directory #browse-table .column-scroll::-webkit-scrollbar-thumb:vertical {
  background: #82abd4;
  background-image: -webkit-linear-gradient(top, #82abd4 0%, #588ec4 100%);
  background-image: -o-linear-gradient(top, #82abd4 0%, #588ec4 100%);
  background-image: linear-gradient(to bottom, #82abd4 0%, #588ec4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff82abd4', endColorstr='#ff588ec4', GradientType=0);
  border-width: 0 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#browse-directory #browse-table .column-scroll div.virtual-repeat-scroller {
  position: relative;
  height: 0px;
}
#browse-directory #browse-table .column-scroll div.virtual-repeat-scroller div.virtual-repeat-offsetter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#browse-directory #browse-table .column-scroll .column-row {
  background: #ffffff;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
  position: relative;
  cursor: pointer;
  padding: 4px 40px 4px 10px;
  display: flex;
  height: 48px;
  align-items: center;
  color: #1b88b0;
  border-bottom: 1px solid #f5f4f3;
  -webkit-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.touch #browse-directory #browse-table .column-scroll .column-row {
  padding: 14px 40px 14px 10px;
  max-height: 5em;
}
#browse-directory #browse-table .column-scroll .column-row > a {
  display: block;
  max-height: 100%;
  overflow: hidden;
}
#browse-directory #browse-table .column-scroll .column-row.odd {
  background-color: #f5f4f3;
}
#browse-directory #browse-table .column-scroll .column-row:hover {
  background-color: #fef9bd;
  color: #1d1d1d;
}
#browse-directory #browse-table .column-scroll .column-row.selected {
  background-color: #d0edff;
  color: #1d1d1d;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10px;
}
#browse-directory #browse-table .column-scroll .column-row span.free-publication {
  display: none;
}
#browse-directory #browse-table .column-scroll .column-row.free span.free-publication {
  display: block;
  position: absolute;
  right: 7px;
  margin-top: -0.75em;
  top: 50%;
  color: #107e2a;
}
#browse-directory #browse-table .record-links .column-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#browse-directory #browse-table .record-links .column-row span {
  color: #847a6e;
  display: block;
  position: absolute;
  right: 7px;
  top: 5px;
}
#browse-directory #browse-table .record-links .column-row:hover span {
  color: #686057;
}
#browse-directory #browse-table .browse-thumbnail {
  padding: 10px;
  max-width: 100px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
#browse-directory #browse-table .browse-thumbnail div {
  position: relative;
  background-color: #e6e6e6;
  border: 2px solid #cccccc;
  height: 100px;
  width: 82px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1px;
  -webkit-transition: border 0.35s linear;
  -o-transition: border 0.35s linear;
  transition: border 0.35s linear;
}
#browse-directory #browse-table .browse-thumbnail div img {
  display: block;
  height: auto;
  min-width: 25px;
  max-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#browse-directory #browse-table .browse-thumbnail figcaption {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#browse-directory #browse-table .browse-thumbnail:hover div,
#browse-directory #browse-table .browse-thumbnail.active div {
  border-color: #c14139;
}
#browse-directory #browse-table .browse-thumbnail:hover figcaption,
#browse-directory #browse-table .browse-thumbnail.active figcaption {
  color: #0072bc;
}
#browse-directory .browse-navigation {
  background-color: #EEE;
  bottom: 1px;
  -webkit-box-shadow: 0 0 1px 0px #000000;
  box-shadow: 0 0 1px 0px #000000;
  color: black;
  cursor: pointer;
  font-size: 1.2em;
  position: absolute;
  top: 33px;
  width: 20px;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#browse-directory .browse-navigation:hover {
  background-color: #DDD;
}
#browse-directory .browse-navigation:hover span.fa {
  color: black;
}
#browse-directory .browse-navigation:first-of-type {
  left: -5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#browse-directory div.browse-navigation:last-of-type {
  right: -5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#browse-directory .browse-right {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 2px;
  height: 32px;
}
#browse-directory .browse-right:before {
  border: 1px solid #36322d;
  border-width: 8px 0 10px 8px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
  content: "\20";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
}
#browse-directory .browse-left {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 2px;
  height: 32px;
}
#browse-directory .browse-left:before {
  border: 1px solid #36322d;
  border-width: 8px 10px 8px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
  content: "\20";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
}
.browse-heading {
  background-color: #9e978d;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  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;
  padding: 10px 10px 50px;
  z-index: 20;
  -webkit-transition: background 500ms linear;
  -o-transition: background 500ms linear;
  transition: background 500ms linear;
}
.browse-heading h1 {
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .browse-heading h1 {
    font-size: 20px;
  }
}
.browse-heading h1 span.icon-f3 {
  font-size: 0.8em;
  cursor: pointer;
}
.browse-heading h1 span.icon-f3:hover {
  color: #c14139;
}
.browse-heading .search-within {
  background: rgba(54, 50, 45, 0.8);
  border-radius: 4px;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
@media (min-width: 768px) {
  .browse-heading .search-within {
    height: 60px;
    min-height: 60px;
    margin: 20px auto;
  }
}
.browse-heading .search-within.on {
  height: auto;
}
.browse-heading .search-within.on h5 {
  opacity: 1;
}
@media (min-width: 768px) {
  .browse-heading .search-within {
    min-width: 300px;
  }
}
.browse-heading .search-within p {
  text-align: center;
  color: #e5e1db;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.browse-heading .search-within form[name="simple-search-form"] button[type="submit"] {
  position: absolute;
  visibility: hidden;
}
.browse-heading .search-within #browse-category-title {
  text-transform: capitalize;
}
.browse-heading .search-within .faux-input {
  background-color: #9e978d;
  border-radius: 4px;
  max-width: 400px;
  margin: 0 auto;
  padding: 2px;
}
.browse-heading .search-within .faux-input input::-webkit-input-placeholder {
  color: #36322d;
}
.browse-heading .search-within .faux-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #36322d;
}
.browse-heading .search-within .faux-input input:-ms-input-placeholder {
  color: #36322d;
}
.browse-heading .search-within .faux-input.focus {
  background-color: #fff;
}
.browse-heading .search-within .faux-input.focus input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.browse-heading .search-within .faux-input.focus input:-moz-placeholder {
  /* Firefox 18- */
  color: #6e6e6e;
}
.browse-heading .search-within .faux-input.focus input:-ms-input-placeholder {
  color: #6e6e6e;
}
.browse-heading .search-within .faux-input.focus .search-bug:before {
  color: #9e978d;
}
.browse-heading .search-within .faux-input input {
  padding: 6px 0;
}
.browse-heading .search-within .faux-input .search-bug:before {
  color: #36322d;
}
.browse-heading .search-within .search-bug {
  background-color: transparent;
  border-radius: 4px 0 0 4px;
  border-color: transparent;
  color: #36322d;
  padding: 4px;
  position: relative;
}
.browse-heading .search-within .search-bug:before {
  font-size: 20px;
}
.browse-heading .list-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .browse-heading .list-btn {
    display: none !important;
  }
}
.breadcrumb {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.breadcrumb.truncated span:first-of-type:not(:last-of-type):after {
  content: '\2026';
  padding: 0 10px;
}
.breadcrumb[links="true"] span {
  cursor: pointer;
}
.breadcrumb[links="true"] span:hover {
  color: #044c66;
}
.breadcrumb span,
.breadcrumb a {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
#browse-window .breadcrumb span,
#browse-window .breadcrumb a {
  max-width: 300px;
}
.breadcrumb span:not(:first-of-type):before,
.breadcrumb a:not(:first-of-type):before {
  color: #c14139;
  content: '\203a';
  padding: 0 10px;
  text-decoration: none;
  display: inline-block;
}
.browse-heading .breadcrumb span:not(:first-of-type):before,
.browse-heading .breadcrumb a:not(:first-of-type):before {
  color: #e5e1db;
}
.breadcrumb span:last-of-type,
.breadcrumb a:last-of-type {
  font-weight: bold;
}
.search-names {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.on > .search-names {
  opacity: 1;
}
.search-names > div {
  max-width: 400px;
  margin: 0 auto;
}
.search-names .search-field {
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%!important;
}
.search-names .search-field:focus {
  background: #ffffff;
  color: #1d1d1d;
}
.search-suggest {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  border: 1px solid #e5e1db;
  display: none;
  max-height: 0;
  margin: 0;
  position: absolute;
  width: 90%;
  z-index: 100;
  z-index: 10;
}
@media (min-width: 768px) {
  .search-suggest {
    left: 50%;
    min-width: 396px;
    max-width: 396px;
    margin: 0 0 0 -198px;
  }
}
.focus + div .search-suggest {
  display: block;
  -webkit-animation: mobile-nav 300ms forwards;
  -o-animation: mobile-nav 300ms forwards;
  animation: mobile-nav 300ms forwards;
  max-height: auto;
}
.search-suggest li {
  color: #36322d;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 8px 8px 8px 38px;
  position: relative;
}
.search-suggest li small {
  color: #6e665b;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.search-suggest li small b {
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .search-suggest li small b {
    width: 300px;
  }
}
.search-suggest li > span {
  color: #9e978d;
  display: block;
  font-size: 24px;
  position: absolute;
  margin-top: -16px;
  top: 50%;
  left: 3px;
}
.search-suggest li.search-type,
.search-suggest li.search-prompt {
  display: none;
}
.search-suggest li.search-type.visible,
.search-suggest li.search-prompt.visible {
  display: block;
}
.search-suggest li.search-prompt {
  height: 38px;
}
.search-suggest li.search-prompt span {
  display: block;
  font-size: 15px;
  padding: 8px 0;
  position: relative;
}
.search-suggest li.focus {
  background: #e5f5ff;
  text-decoration: none;
}
.search-suggest li:last-child {
  border-radius: 0 0 4px 4px;
}
.search-suggest li.advanced-link {
  background: #fafaf9;
  border-top: 2px solid #e5e1db;
}
.search-suggest li.advanced-link:hover {
  background: #e5e1db;
}
.advanced-search {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  -webkit-animation: mobile-nav 300ms forwards;
  -o-animation: mobile-nav 300ms forwards;
  animation: mobile-nav 300ms forwards;
  position: absolute;
  width: 90%;
  z-index: 100;
}
@media (min-width: 768px) {
  .advanced-search {
    left: 50%;
    min-width: 396px;
    max-width: 396px;
    margin: 0 0 0 -198px !important;
  }
}
.advanced-search h4 {
  border-bottom: 1px solid #cccccc;
  color: #36322d;
  margin: 0;
  padding: 10px 15px;
}
.advanced-search .close-advanced {
  cursor: pointer;
  font-size: 35px;
  font-weight: normal;
  padding: 0 10px;
}
.advanced-search fieldset {
  border-bottom: 1px solid #cccccc;
  color: #36322d;
  display: block;
  margin: 0;
  padding: 10px;
}
.advanced-search fieldset > label {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 0  4px 0;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
.advanced-search fieldset .fullfields {
  width: 50%!important;
}
.advanced-search fieldset.years input.form-control {
  width: 80px;
}
.advanced-search fieldset.years input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#content {
  position: relative;
  min-height: 50vh;
}
#mobile-nav {
  min-width: 260px;
  height: 100%;
  position: absolute;
  background-color: #8E867B;
  z-index: 300;
  transform: translateX(-260px);
  transition: transform 0.3s ease-in-out;
}
#mobile-nav > div {
  background-color: #7B7163;
  border-bottom: 1px solid #8E867B;
  min-height: 55px;
  color: white;
}
#mobile-nav > div span {
  padding-left: 20px;
  font-size: 1.2em;
  line-height: 3.2em;
}
#mobile-nav > div:hover .mobile-sub-nav {
  display: block;
  animation: mobile-nav 500ms forwards;
  -webkit-animation: mobile-nav 500ms forwards;
}
#mobile-nav .mobile-sub-nav {
  background-color: #9E978D;
  margin: 0;
  opacity: 0;
  max-height: 0px;
  display: none;
}
#mobile-nav .mobile-sub-nav > li {
  display: block;
  border-bottom: 1px solid #8E867B;
  font-size: 1.3em;
  padding: 10px 0 10px 30px;
}
#mobile-nav .mobile-sub-nav > li:hover {
  background-color: #CB3E01;
}
#mobile-nav-icon:hover {
  cursor: pointer;
}
#mobile-nav-content {
  transition: transform 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  body.mobile #filmstrip-buttons {
    min-width: 300px;
  }
  body.mobile #filmstrip-buttons #img-tools {
    display: inline-block;
    margin-left: 20px;
  }
  body.mobile #filmstrip-buttons #img-tools.on {
    background: #c14139;
  }
}
#filmstrip-and-ctrls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  -o-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
}
.animate-off #filmstrip-and-ctrls {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#filmstrip-and-ctrls .icon-film:before {
  display: block;
  margin: 6px 0 5px;
}
#filmstrip-and-ctrls.filmstrip-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#filmstrip-and-ctrls.filmstrip-visible #film-toggle {
  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.95),0px 0px 5px rgba(0,0,0,.5);
  box-shadow: inset 0 0 7px rgba(0,0,0,.95),0px 0px 5px rgba(0,0,0,.5);
  background: #c14139;
}
#filmstrip-and-ctrls.chrome-hidden {
  -webkit-transform: translate(0, 160%);
  -ms-transform: translate(0, 160%);
  -o-transform: translate(0, 160%);
  transform: translate(0, 160%);
}
#filmstrip-and-ctrls:before {
  background: url(/img/fold3logo.svg) no-repeat 0 bottom;
  background-size: 100%;
  content: "\20";
  display: block;
  opacity: .1;
  position: absolute;
  top: -93px;
  left: 20px;
  width: 202px;
  height: 73.06px;
  pointer-events: none;
}
#filmstrip {
  position: relative;
  background-color: rgba(58, 58, 58, 0.9);
  -webkit-backdrop-filter: blur(15px);
  padding: 0 85px;
  height: 166px;
  -webkit-box-shadow: 0 0 12px 0 #000000;
  box-shadow: 0 0 12px 0 #000000;
}
#filmstrip #collection-container {
  position: relative;
  left: 0px;
  padding: 6px 0;
  width: 100%;
  height: 100%;
  -webkit-transition: left 800ms ease-in-out;
  -o-transition: left 800ms ease-in-out;
  transition: left 800ms ease-in-out;
}
#filmstrip #collection-container.no-transition {
  transition: none;
}
#filmstrip .thumbnail-navigation {
  position: absolute;
  height: 100%;
  width: 80px;
  font-size: 68px;
  color: #CCC;
  opacity: 0.7;
  top: 0;
  z-index: 2;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#filmstrip .thumbnail-navigation span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#filmstrip .thumbnail-navigation:hover {
  opacity: 1;
  cursor: pointer;
}
#filmstrip .thumbnail-navigation:first-child {
  background-image: -webkit-linear-gradient(left, #000000 0%, transparent 100%);
  background-image: -o-linear-gradient(left, #000000 0%, transparent 100%);
  background-image: linear-gradient(to right, #000000 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=1);
  left: 0;
}
#filmstrip .thumbnail-navigation:last-child {
  background-image: -webkit-linear-gradient(left, transparent 0%, #000000 100%);
  background-image: -o-linear-gradient(left, transparent 0%, #000000 100%);
  background-image: linear-gradient(to right, transparent 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
  right: 0;
}
#filmstrip #collections {
  z-index: 1;
  position: absolute;
  display: inline-block;
  left: 0px;
  width: 10000px;
}
#filmstrip #collections .collection {
  display: inline-block;
  color: white;
  border-left: 5px solid rgba(255, 255, 255, 0.4);
  margin-right: 5px;
  width: 0px;
}
#filmstrip #collections .collection span {
  display: block;
  padding-left: 10px;
  padding-bottom: 7px;
}
#filmstrip #collections .collection .collection-title {
  margin-left: 10px;
}
#filmstrip #collections .collection .collection-title h3 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
#filmstrip #collections .collection > span {
  display: block;
  padding-left: 20px;
  font-size: 1.2em;
}
#filmstrip #collections .collection .thumbnail-container {
  display: inline-block;
  margin-top: 5px;
}
#filmstrip #collections .collection .thumbnail-container .doc-thumbnail {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
#filmstrip #collections .collection .thumbnail-container .doc-thumbnail.active div {
  border-color: #fcf04f;
  border-width: 2px;
  border-radius: 3px;
}
#filmstrip #collections .collection .thumbnail-container .doc-thumbnail.active div:hover {
  border: 2px solid #fbec1d;
}
#filmstrip #collections .collection .thumbnail-container .doc-thumbnail div {
  width: 100px;
  height: 100px;
  border: 1px solid #4d4d4d;
  margin: 0 8px;
  background-color: #333;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#filmstrip #collections .collection .thumbnail-container .doc-thumbnail div img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#filmstrip #collections .collection .thumbnail-container .doc-thumbnail div:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);
  border: 1px solid #cccccc;
  cursor: pointer;
}
#filmstrip #collections .collection .thumbnail-container .doc-thumbnail figcaption {
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 1em;
}
#filmstrip-buttons {
  background-color: rgba(32, 32, 32, 0.9);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  -webkit-box-shadow: 0 -1px 10 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 10 rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 -15px;
  padding: 8px;
  position: absolute;
  top: -56px;
  width: 100%;
  z-index: 1001;
}
#filmstrip-buttons button {
  background: rgba(0, 0, 0, 0.63);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 1.9em;
  outline: none;
  width: 48px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  #filmstrip-buttons button {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}
#filmstrip-buttons button:before {
  display: block;
  padding: 4px 0;
  height: 38px;
}
#filmstrip-buttons button:focus,
#filmstrip-buttons button:active,
#filmstrip-buttons button.active,
#filmstrip-buttons button.open {
  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.35);
  box-shadow: inset 0 0 7px rgba(0,0,0,.35);
}
#filmstrip-buttons button:focus:not([data-tooltip]):before,
#filmstrip-buttons button:active:not([data-tooltip]):before,
#filmstrip-buttons button.active:not([data-tooltip]):before,
#filmstrip-buttons button.open:not([data-tooltip]):before {
  position: relative;
  top: 1px;
}
#filmstrip-buttons button[disabled='disabled'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6e6e6e !important;
}
#filmstrip-buttons #button-group button {
  float: right;
  position: relative;
}
@media (min-width: 768px) {
  #filmstrip-buttons #button-group button {
    width: 60px;
  }
}
#filmstrip-buttons #button-group button:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#filmstrip-buttons #button-group button:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#filmstrip-buttons:hover button {
  color: #e6e6e6;
  background: rgba(0, 0, 0, 0.88);
}
@media (min-width: 768px) {
  #filmstrip-buttons {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0);
    display: inline-block;
    left: 50%;
    opacity: 0.8;
    margin: 0;
    padding: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -70px;
    width: auto;
  }
  #filmstrip-buttons #button-group {
    margin-left: 20px;
  }
}
#filmstrip-buttons button {
  padding: 0 5px;
  vertical-align: middle;
}
#filmstrip-buttons button.icon-arrow-right {
  border-left-width: 0;
}
#filmstrip-buttons #button-group {
  display: inline;
}
#filmstrip-buttons #img-tools {
  display: none;
}
.angular-tooltip {
  position: relative;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}
.angular-tooltip > div {
  position: absolute;
  bottom: -35px;
  opacity: 0;
  border-radius: 3px;
  padding: 5px;
  white-space: nowrap;
  background-color: black;
  color: white;
  font-size: 0.6em;
  transition-delay: 0s;
}
.angular-tooltip > div > span {
  padding: 0;
}
.angular-tooltip > div:before {
  position: absolute;
  top: -13px;
  display: inline-block;
  border-color: transparent transparent black transparent;
  border-style: solid;
  border-width: 7px;
  content: '';
}
.angular-tooltip:hover {
  cursor: pointer;
}
.angular-tooltip:hover div {
  transition: opacity 200ms 500ms ease-in-out;
  opacity: 0.8;
}
.angular-tooltip[data-type="textToLeft"] > div {
  right: 0;
}
.angular-tooltip[data-type="textToLeft"] > div:before {
  right: 18px;
}
.angular-tooltip[data-type="textToRight"] > div:before {
  left: 3px;
}
.pg-viewer {
  overflow: hidden;
  height: 100vh;
}
.pg-viewer > main {
  height: 100vh;
  width: 100vw;
}
#beta-msg[type=checkbox] {
  display: none;
}
div[ng-app="viewerApp"] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #535353;
}
div[ng-app="viewerApp"]::-webkit-scrollbar {
  display: none;
}
.show-nav div[ng-app="viewerApp"] {
  top: 52px;
}
.institution-pg.show-nav div[ng-app="viewerApp"] {
  top: 72px;
}
#viewer {
  bottom: 0;
  left: 0;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 1;
  -webkit-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  -o-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
}
#viewer::-webkit-scrollbar {
  display: none;
}
.animate-off #viewer {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#viewer.chrome-hidden {
  top: 0;
}
#zoom-container {
  position: absolute;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#zoom-container.notransition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#scroll-boundary {
  pointer-events: none;
}
#info-pane {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 4;
  -webkit-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  -o-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
}
.animate-off #info-pane {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#info-pane.vertical {
  top: 60px;
  width: 0;
}
#info-pane.horizontal {
  right: 0;
  height: 0;
}
#transform-outer {
  position: relative;
  background: #464646;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#transform-outer.notransition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#transform-outer #transform-inner {
  position: absolute;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
#transform-outer #transform-inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#backdrop {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.img-layer {
  position: absolute;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.img-tile {
  position: absolute;
}
.img-tile:not([src]) {
  opacity: 0;
}
.img-tile:-moz-loading {
  visibility: hidden;
}
#minimap {
  box-sizing: content-box;
  background-color: #2d2d2d;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #2d2d2d;
  -webkit-box-shadow: 0 0 15px -1px;
  box-shadow: 0 0 15px -1px;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: none;
  opacity: 0.5;
  position: fixed;
  right: 0px;
  bottom: 185px;
  z-index: 100;
  -webkit-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  -o-transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
  transition: 300ms cubic-bezier(0.275, 0.07, 0.495, 1.195);
}
@media (min-width: 768px) {
  #minimap {
    display: block;
  }
}
.active #minimap {
  bottom: 166px;
}
.animate-off #minimap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#minimap.notransition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#minimap:hover {
  opacity: 1;
}
#minimap button {
  background: #2d2d2d;
  border: 0 none;
  border-radius: 0;
  outline: none;
  padding: 0;
  font-size: 1.5em;
  opacity: .5;
  position: absolute;
}
#minimap button.rotate-0 {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}
#minimap button.rotate-0:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#minimap button.rotate-90 {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
#minimap button.rotate-90:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#minimap button.rotate-180 {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
#minimap button.rotate-180:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#minimap button.rotate-270 {
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}
#minimap button.rotate-270:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#minimap button:before {
  color: #fff;
  content: "\e427";
  display: block;
  height: 24px;
  width: 24px;
}
#minimap.closed {
  background-image: none!important;
  height: 32px!important;
  width: 32px!important;
  box-sizing: border-box;
}
#minimap.closed #minimap-outline {
  display: none;
}
#minimap.closed button.rotate-0:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#minimap.closed button.rotate-90:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#minimap.closed button.rotate-180:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#minimap.closed button.rotate-270:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#minimap #minimap-outline {
  border: 2px solid #c14139;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: content-box;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#minimap #minimap-outline.grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
@media (max-height: 480px) {
  #minimap {
    display: none;
  }
}
@media (max-height: 646px) {
  .active #minimap {
    display: none;
  }
}
#selector-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  pointer-events: all;
}
#selector-overlay .rect {
  display: none;
  position: absolute;
  outline: 9999px solid rgba(0, 0, 0, 0.35);
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px;
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: 0 0,
      0 100%,
      0 0,
      100% 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  -webkit-animation: marching-ants 1s;
  -o-animation: marching-ants 1s;
  animation: marching-ants 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  background-image: linear-gradient(to right, #ffffff 50%, #000000 50%), linear-gradient(to right, #ffffff 50%, #000000 50%), linear-gradient(to bottom, #ffffff 50%, #000000 50%), linear-gradient(to bottom, #ffffff 50%, #000000 50%);
  animation-iteration-count: 1;
}
@-webkit-keyframes marching-ants {
  0% {
    background-position: 0 0,
        0 100%,
        0 0,
        100% 0;
  }
  100% {
    background-position: 16px 0, -16px 100%, 0 -16px, 100% 16px;
  }
}
@keyframes marching-ants {
  0% {
    background-position: 0 0,
        0 100%,
        0 0,
        100% 0;
  }
  100% {
    background-position: 16px 0, -16px 100%, 0 -16px, 100% 16px;
  }
}
#selector-overlay .rect.transitioning {
  padding: 0;
}
#selector-overlay .rect.transitioning .handle {
  visibility: hidden;
}
#selector-overlay .rect .handle {
  background: rgba(213, 138, 52, 0.8);
  border: 1px solid #fff;
  position: absolute;
  width: 12px;
  height: 12px;
}
.touch #selector-overlay .rect .handle {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
#selector-overlay .rect .handle.top {
  top: -6px;
}
.touch #selector-overlay .rect .handle.top {
  top: -21px;
}
#selector-overlay .rect .handle.bottom {
  bottom: -6px;
}
.touch #selector-overlay .rect .handle.bottom {
  bottom: -21px;
}
#selector-overlay .rect .handle.left {
  left: -6px;
}
.touch #selector-overlay .rect .handle.left {
  left: -21px;
}
#selector-overlay .rect .handle.right {
  right: -6px;
}
.touch #selector-overlay .rect .handle.right {
  right: -21px;
}
#selector-overlay .rect .handle.nw,
#selector-overlay .rect .handle.nw:active {
  cursor: nw-resize;
}
#selector-overlay .rect .handle.ne {
  cursor: ne-resize;
}
#selector-overlay .rect .handle.se {
  cursor: se-resize;
}
#selector-overlay .rect .handle.sw {
  cursor: sw-resize;
}
#topbar {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 2px solid #535353;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 60px;
  padding: 8px;
  position: fixed;
  width: 100%;
  z-index: 12;
}
#topbar.chrome-hidden {
  -webkit-transform: translate(0, -250%);
  -ms-transform: translate(0, -250%);
  -o-transform: translate(0, -250%);
  transform: translate(0, -250%);
}
#topbar nav {
  display: none;
}
#topbar nav.viewer-nav {
  display: block;
}
@media (max-width: 767px) {
  #topbar nav.viewer-nav a:last-child {
    display: block;
    position: absolute;
    top: 0;
    left: 55px;
  }
}
@media (min-width: 768px) {
  #topbar nav {
    display: block;
  }
}
#topbar nav.viewer-nav-tools a {
  border-bottom: 1px solid #e5e1db;
  padding: 8px 4px;
}
@media (min-width: 768px) {
  #topbar nav.viewer-nav-tools a {
    padding: 0 4px;
    border: 0 none;
  }
}
@media (max-width: 767px) {
  #topbar nav .viewer-tool-btn[type=checkbox]:checked ~ nav.viewer-nav-tools ~ .viewer-nav-tools {
    display: block;
  }
  #topbar nav.viewer-nav-tools {
    background: #ffffff;
    border: 1px solid #cccccc;
    display: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 58px;
    width: 250px;
    text-align: left;
  }
  #topbar nav.viewer-nav-tools a,
  #topbar nav.viewer-nav-tools .tt-acom-btn,
  #topbar nav.viewer-nav-tools > span {
    display: block;
  }
  #topbar nav.viewer-nav-tools a:after,
  #topbar nav.viewer-nav-tools .tt-acom-btn:after,
  #topbar nav.viewer-nav-tools > span:after {
    background: transparent;
    color: #686057;
    content: attr(data-tooltip);
    display: inline-block;
    font-size: 18px;
    left: 8px;
    margin: 0;
    top: 0;
    opacity: 1;
    padding-left: 32px;
    pointer-events: none;
    text-align: left;
    visibility: visible;
    width: auto;
  }
  #topbar nav.viewer-nav-tools a.help-nav,
  #topbar nav.viewer-nav-tools .tt-acom-btn.help-nav,
  #topbar nav.viewer-nav-tools > span.help-nav {
    border: 0 none!important;
    padding-left: 0;
    margin: 0;
  }
  #topbar nav.viewer-nav-tools a.help-nav:after,
  #topbar nav.viewer-nav-tools .tt-acom-btn.help-nav:after,
  #topbar nav.viewer-nav-tools > span.help-nav:after {
    display: none;
  }
  #topbar nav.viewer-nav-tools a.help-nav span,
  #topbar nav.viewer-nav-tools .tt-acom-btn.help-nav span,
  #topbar nav.viewer-nav-tools > span.help-nav span {
    display: inline-block;
    font-size: 15px;
    color: #36322d;
    margin: 5px 0;
    padding-left: 10px;
    float: right;
  }
  #topbar nav.viewer-nav-tools a > span.icon-f3.icon-acom,
  #topbar nav.viewer-nav-tools .tt-acom-btn > span.icon-f3.icon-acom,
  #topbar nav.viewer-nav-tools > span > span.icon-f3.icon-acom {
    display: block;
    width: 100%;
  }
}
#topbar nav .more-btn {
  border-top: 1px solid #e5e1db;
}
#topbar nav .more-btn > a {
  display: none;
}
@media (min-width: 768px) {
  #topbar nav .more-btn {
    border: 0 none;
    display: inline-block;
    position: relative;
  }
  #topbar nav .more-btn > a {
    display: inline-block;
  }
  #topbar nav .more-btn.on .subnav {
    display: block;
    -webkit-animation: mobile-nav 300ms forwards;
    -o-animation: mobile-nav 300ms forwards;
    animation: mobile-nav 300ms forwards;
  }
}
#topbar nav a,
#topbar nav > span {
  color: #847a6e;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
}
#topbar nav a.save-acom-btn,
#topbar nav > span.save-acom-btn {
  font-size: 24px;
}
#topbar nav a.save-acom-btn .icon-acom:before,
#topbar nav > span.save-acom-btn .icon-acom:before {
  font-size: 26px;
}
@media (max-width: 991px) {
  #topbar nav a.save-acom-btn .icon-acom:before,
  #topbar nav > span.save-acom-btn .icon-acom:before {
    font-size: 24px;
    margin: 0;
    padding: 0 4px;
  }
}
@media (max-width: 374px) {
  #topbar nav a.save-acom-btn .icon-acom:before,
  #topbar nav > span.save-acom-btn .icon-acom:before {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #topbar nav a,
  #topbar nav > span {
    border: 0 none;
    margin: 5px 0px 0;
    font-size: 24px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #topbar nav a,
  #topbar nav > span {
    margin: 5px 6px 0;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  #topbar nav a,
  #topbar nav > span {
    margin: 5px 10px 0;
  }
}
#topbar nav a:last-child,
#topbar nav > span:last-child {
  margin-right: -25px;
}
#topbar nav a:hover,
#topbar nav > span:hover,
.acom-btn:hover {
  color: #4c4740;
  text-decoration: none;
}
#topbar nav a:active,
#topbar nav > span:active {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
#topbar nav a.help-nav,
#topbar nav > span.help-nav {
  font-size: 22px;
}
@media (min-width: 992px) {
  #topbar nav a.help-nav,
  #topbar nav > span.help-nav {
    padding-left: 12px;
  }
}
#topbar nav a.help-nav.active,
#topbar nav > span.help-nav.active {
  color: #c14139;
}
#topbar nav a.help-nav span,
#topbar nav > span.help-nav span {
  display: none;
}
#topbar nav a.spacer,
#topbar nav > span.spacer {
  border-left: 1px solid #cccccc;
  content: "\20";
  display: inline-block;
}
#topbar nav a.annotate-btn,
#topbar nav > span.annotate-btn {
  padding-bottom: 5px;
}
#topbar nav a.annotate-btn span:before,
#topbar nav > span.annotate-btn span:before {
  display: block;
  margin-top: -1px;
}
#topbar nav a.bookmark-toggle,
#topbar nav > span.bookmark-toggle {
  margin-top: -2px;
}
#topbar nav a.bookmark-toggle .icon-star,
#topbar nav > span.bookmark-toggle .icon-star {
  color: #c14139;
}
#topbar nav a.bookmark-toggle:hover .icon-star,
#topbar nav > span.bookmark-toggle:hover .icon-star {
  color: #cf645e;
}
#topbar nav .subnav {
  background: #ffffff;
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #topbar nav .subnav {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e1db;
    border-radius: 4px;
    display: none;
    min-width: 220px;
    position: absolute;
    right: -5px;
    z-index: 10;
  }
  #topbar nav .subnav:before,
  #topbar nav .subnav:after {
    border: 1px solid #cccccc;
    border-width: 0 12px 12px;
    border-right-color: transparent;
    border-left-color: transparent;
    content: "\20";
    top: -13px;
    height: 0;
    right: 20px;
    position: absolute;
    width: 0;
  }
  #topbar nav .subnav:after {
    border-color: #ffffff transparent;
    top: -12px;
  }
}
#topbar nav .subnav li {
  clear: both;
  display: block;
  padding: 0;
}
@media (min-width: 768px) {
  #topbar nav .subnav li:last-child a {
    border: 0 none;
    border-radius: 0 0 4px 4px;
  }
  #topbar nav .subnav li:first-child a {
    border-radius: 4px 4px 0 0;
  }
}
#topbar nav .subnav li span {
  display: inline-block;
  float: right;
  font-size: 15px;
  margin: 4px 0;
  pointer-events: none;
}
#topbar nav .subnav a {
  border-bottom: 1px solid #e5e1db;
  color: #686057;
  display: block;
  text-align: left;
  font-size: 18px;
  margin: 0;
  padding: 8px 4px 8px 8px;
}
#topbar nav .subnav a:hover {
  background-color: #f4f2ef;
}
#topbar nav .subnav a:before {
  font-size: 19px;
  padding-right: 8px;
  vertical-align: middle;
}
#topbar nav .nav-menu {
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 12px 5px 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  #topbar nav .nav-menu {
    display: inline-block;
    padding-right: 12px;
    margin-left: 4px;
    margin-top: -4px;
  }
}
#topbar nav .nav-menu:before {
  display: block;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.show-nav #topbar nav .nav-menu:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#topbar > div {
  width: 100%;
}
#topbar .viewer-tool-btn[type=checkbox]:checked ~ nav.viewer-nav-tools {
  display: block;
}
input.viewer-tool-btn[type=checkbox] {
  display: none;
}
input.viewer-tool-btn[type=checkbox] ~ label {
  display: block;
  color: #686057;
  font-size: 45px;
  height: 40px;
  line-height: 10px;
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  input.viewer-tool-btn[type=checkbox] ~ label {
    display: none;
  }
}
input.viewer-tool-btn[type=checkbox] ~ label:before {
  content: "\2026";
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 10px;
  right: 8px;
}
input.viewer-tool-btn[type=checkbox]:checked ~ label {
  color: #4c4740;
}
input.viewer-tool-btn[type=checkbox]:checked ~ label:before {
  content: "\00D7";
  position: absolute;
  top: 24px;
}
.viewer-footer {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #fff;
  margin: 0;
  right: 0;
  font-size: .714em;
  padding: 2px 8px;
  position: fixed;
  text-align: right;
}
@media (min-width: 768px) {
  .viewer-footer {
    z-index: 100;
  }
}
.viewer-footer > a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.viewer-footer > a span {
  display: inline-block;
  padding-right: 8px;
}
.viewer-footer > a:hover {
  color: #d9d9d9;
}
.touch .viewer-footer > a.shortcuts-lnk {
  display: none;
}
.find-within {
  background: rgba(32, 32, 32, 0.9);
  border-radius: 0 0 4px 4px;
  position: fixed;
  padding: 6px 4px;
  top: auto;
  left: 0;
  bottom: 56px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.find-within.off {
  -webkit-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
  transform: translate(0, 300%);
}
@media (min-width: 768px) {
  .find-within.off {
    -webkit-transform: translate(0, -300%);
    -ms-transform: translate(0, -300%);
    -o-transform: translate(0, -300%);
    transform: translate(0, -300%);
  }
}
@media (min-width: 768px) {
  .find-within {
    position: absolute;
    bottom: auto;
    top: 58px;
    left: 50%;
    margin-left: -25%;
    right: 80px;
    width: 696px;
  }
}
.find-within .ocr-on {
  padding: 0px 12px 0 30px;
}
.find-within .ocr-on .checkbox {
  font-weight: normal;
}
@media (min-width: 768px) {
  .find-within .ocr-on {
    padding: 6px 12px;
  }
}
.find-within .btn-default {
  background: rgba(83, 83, 83, 0.5);
  color: #fff;
}
@media (min-width: 768px) {
  .find-within .find-keyword {
    min-width: 150px;
  }
}
.find-within .find-in-page-matches {
  text-align: center;
}
.find-within .find-in-page-matches.ng-hide {
  visibility: hidden!important;
}
.find-within .find-in-page-matches input[type="text"] {
  width: 35px;
  text-align: center;
}
.find-within .find-in-page-matches button {
  background: rgba(83, 83, 83, 0.5);
  color: #fff;
}
.find-within .find-in-page-matches span.icon-f3 {
  cursor: pointer;
}
.find-within .find-in-page-matches.input-group-addon {
  background: transparent;
  border: none;
  color: #f4f2ef;
  padding: 0 12px;
}
.find-within .find-in-page-matches p {
  color: #fff;
  display: block;
  margin: 0 12px 0 0;
  font-size: 18px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .find-within .find-in-page-matches p {
    display: inline-block;
  }
}
.find-within .find-none-page-matches.input-group-addon {
  background: transparent;
  border: none;
  padding: 0 12px;
  position: relative;
}
.find-within .find-none-page-matches .alert-warning {
  background: transparent;
  color: #fae9e6;
  font-size: 18px;
}
.find-within .find-none-page-matches:not(.ng-hide) + .find-in-page-matches {
  display: none;
}
#breadcrumb-container {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
  height: 30px;
  margin: 5px 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#breadcrumb-container.on {
  background: #6e6e6e;
  color: #fff;
}
#breadcrumb-container.on #breadcrumb span:last-of-type {
  color: #f4f2ef;
}
#breadcrumb-container:hover {
  -webkit-box-shadow: inset 0 0 3px 1px rgba(193, 65, 57, 0.6);
  box-shadow: inset 0 0 3px 1px rgba(193, 65, 57, 0.6);
}
#breadcrumb-container .caret {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 12px;
  pointer-events: none;
}
#breadcrumb-container #breadcrumb {
  text-align: center;
}
#breadcrumb-container #breadcrumb span,
#breadcrumb-container #breadcrumb a {
  line-height: 2em;
}
#breadcrumb-container #breadcrumb span:last-of-type,
#breadcrumb-container #breadcrumb a:last-of-type {
  color: #c14139;
}
#breadcrumb-container:hover {
  cursor: pointer;
}
.kb-list {
  padding-left: 0;
  list-style: none;
  font-size: 17px;
}
.kb-list li {
  line-height: 2em;
  margin: 4px 0;
}
.kb-list li em {
  display: inline-block;
  font-style: normal;
  padding: 0 8px 0 0;
  text-align: right;
  width: 150px;
}
.key {
  background: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin: 0 2px;
  border-radius: 4px;
  color: #1d1d1d;
  border-bottom: 2px solid #999999;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  text-transform: uppercase;
}
.key.hint {
  background: transparent;
  border: 0 none;
  color: #c1bdb6;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.touch .key {
  display: none;
}
.key.ctrl:before {
  content: "Ctrl";
}
.mac .key.ctrl:before {
  content: "\2318";
}
.key.shift:before {
  content: "\21E7";
}
.key .arrow-left {
  margin: 0 5px 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.key .arrow-right {
  margin: 0 5px 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#help_dialog .help-dlg-footer {
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.mobile #image-ctrls {
    display: none;
  }
  body.mobile #brightness-contrast {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 270px!important;
    top: -280px;
    color: white;
  }
  body.mobile #brightness-contrast:after {
    border-color: rgba(0, 0, 0, 0.7);
    border-width: 12px 12px 0;
    border-right-color: transparent;
    border-left-color: transparent;
    bottom: -20px;
    margin-right: -6px;
    right: 50%;
    top: auto;
  }
}
.info-pane-btn {
  font: normal bold 21px Georgia, "Times New Roman", Times, serif;
  -webkit-backface-visibility: hidden;
  padding: 5px 8px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .info-pane-btn {
    margin: 0 8px;
  }
}
#filmstrip-buttons .info-pane-btn.active {
  background: #c14139;
}
.info-pane-btn span {
  background-color: #fff;
  color: #1d1d1d;
  display: block;
  border-radius: 50%;
  font-size: 21px;
  margin: 8px auto 6px;
  width: 24px;
}
.img-ctrls-design,
#image-ctrls,
#brightness-contrast {
  border: 3px solid transparent;
  border-radius: 4px;
}
#image-ctrls {
  color: #ffffff;
  width: 60px;
  position: fixed;
  right: 20px;
  top: 80px;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  z-index: 11;
}
@media (max-height: 646px) {
  #image-ctrls {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
#image-ctrls button {
  background: rgba(0, 0, 0, 0.63);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 1.9em;
  outline: none;
  width: 48px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  #image-ctrls button {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}
#image-ctrls button:before {
  display: block;
  padding: 4px 0;
  height: 38px;
}
#image-ctrls button:focus,
#image-ctrls button:active,
#image-ctrls button.active,
#image-ctrls button.open {
  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.35);
  box-shadow: inset 0 0 7px rgba(0,0,0,.35);
}
#image-ctrls button:focus:not([data-tooltip]):before,
#image-ctrls button:active:not([data-tooltip]):before,
#image-ctrls button.active:not([data-tooltip]):before,
#image-ctrls button.open:not([data-tooltip]):before {
  position: relative;
  top: 1px;
}
#image-ctrls button[disabled='disabled'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6e6e6e !important;
}
#image-ctrls #button-group button {
  float: right;
  position: relative;
}
@media (min-width: 768px) {
  #image-ctrls #button-group button {
    width: 60px;
  }
}
#image-ctrls #button-group button:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#image-ctrls #button-group button:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#image-ctrls:hover button {
  color: #e6e6e6;
  background: rgba(0, 0, 0, 0.88);
}
#image-ctrls > button,
#image-ctrls > .extras > button {
  border-color: #808080;
  border-radius: 0;
  border-width: 0 0 1px;
  display: block;
  height: 44px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#image-ctrls > button.sm,
#image-ctrls > .extras > button.sm {
  font-size: 1em;
  padding: 4px 0;
}
#image-ctrls > button:first-child,
#image-ctrls > .extras > button:first-child {
  border-radius: 3px 3px 0 0;
}
#image-ctrls button.icon-reload.counter {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#image-ctrls.open {
  height: 100px;
}
#image-ctrls #save-options {
  padding: 2px 0;
  border-bottom: 3px solid transparent;
}
#image-ctrls #save-options:hover {
  cursor: pointer;
  background-color: #111;
  color: black;
}
#image-ctrls.save-img-options {
  border: 3px solid #BF3636;
}
#image-ctrls.save-img-options #save-options {
  border-bottom: 3px solid #BF3636;
  background-color: #111;
}
#image-ctrls .extras {
  height: 132px;
  -webkit-transition: height cubic-bezier(0.3, 0.7, 0.7, 1) 0.25s;
  -o-transition: height cubic-bezier(0.3, 0.7, 0.7, 1) 0.25s;
  transition: height cubic-bezier(0.3, 0.7, 0.7, 1) 0.25s;
  overflow: hidden;
}
#image-ctrls .extras.ng-hide {
  height: 0;
  display: block !important;
}
#image-ctrls .extras.ng-hide #brightness-contrast {
  display: none !important;
}
.expand {
  background: rgba(0, 0, 0, 0.63);
  border-radius: 0 0 4px 4px;
  display: block;
  font-size: 1em;
  padding: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.expand:hover {
  background-color: #c14139;
  color: #fff;
  text-decoration: none;
}
.expand span:before {
  display: block;
  padding: 5px 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ng-hide + .expand span:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.zoom-fit,
.fullscreen {
  position: relative;
}
.zoom-fit:before,
.fullscreen:before,
.fullscreen.on:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMxLjEgMTEuOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzEuMSAxMS45IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNiAzLjhMNiAwIDAgNmw2IDYgMC0zLjggNyAwIDAtNC4zTDYgMy44ek0zMS4xIDZsLTYtNiAwIDMuOCAtNyAwIDAgNC4zIDcgMCAwIDMuOEwzMS4xIDZ6Ii8+PC9zdmc+) no-repeat center center;
  content: "\20";
  display: block;
  position: absolute;
  width: 36px;
  height: 42px;
  left: 50%;
  top: 2px;
  margin-left: -18px;
}
.zoom-fit.zf-v:before,
.fullscreen.zf-v:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.fullscreen:before,
.fullscreen.on:after {
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fullscreen.on:before {
  background-position: 20px 12px;
}
.no-csspositionsticky .fullscreen.on:before {
  background-position: 20px 0;
}
.fullscreen.on:after {
  background-position: -20px 13px;
}
.no-csspositionsticky .fullscreen.on:after {
  background-position: -20px 0;
}
.brightness:before {
  font-size: 28px;
  line-height: 32px;
}
.ie8 .brightness:before {
  content: "\2022";
  font-size: 44px;
  line-height: 30px;
}
.brightness.on {
  background: #c14139 !important;
}
.brightness.adjusted {
  position: relative;
}
.brightness.adjusted:after {
  color: #fff;
  content: "*";
  font-size: 18px;
  right: 4px;
  position: absolute;
  top: 0px;
}
#brightness-contrast {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px -1px #ffffff;
  position: absolute;
  width: 150px!important;
  height: 200px!important;
  left: -165px;
  bottom: 40px;
  padding: 10px;
  text-align: left;
}
#brightness-contrast:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
#brightness-contrast div {
  height: 25%;
  font-size: 1.2em;
  margin-bottom: 0;
}
#brightness-contrast button {
  width: auto;
  height: auto;
  font-size: 1em;
}
#brightness-contrast button.on {
  background: #c14139;
}
#brightness-contrast input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border: 1px solid #bdc3c7;
  border-radius: 8px;
  background-color: #eeeeee;
  padding: 0px;
}
#brightness-contrast input[type="range"]::-webkit-slider-runnable-track,
#brightness-contrast input[type="range"]::-moz-range-track {
  width: 100%;
  height: 7px;
  border: 1px solid #bdc3c7;
  border-radius: 8px;
  background-color: #eeeeee;
}
#brightness-contrast input[type="range"]::-webkit-slider-thumb,
#brightness-contrast input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  background-color: #bbbbbb;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#brightness-contrast input[type="range"]:focus {
  outline: none;
}
#brightness-contrast:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -21px;
  content: '';
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
  border-width: 9px;
  border-style: solid;
}
.disabled-button {
  opacity: 0.5;
}
.disabled-button:hover {
  cursor: not-allowed;
}
.to-fit,
.fscreen {
  position: relative;
}
.to-fit:before,
.fscreen:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMxLjEgMTEuOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzEuMSAxMS45IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMWQxZDFkIiBkPSJNNiAzLjhMNiAwIDAgNmw2IDYgMC0zLjggNyAwIDAtNC4zTDYgMy44ek0zMS4xIDZsLTYtNiAwIDMuOCAtNyAwIDAgNC4zIDcgMCAwIDMuOEwzMS4xIDZ6Ii8+PC9zdmc+) no-repeat center center;
  content: "\20";
  display: inline-block;
  width: 30px;
  height: 42px;
  opacity: .67;
}
.info-pane-content {
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 290px;
  z-index: 1;
}
.vertical .info-pane-content {
  top: 45px;
  margin-right: 6px;
}
.info-pane-content::-webkit-scrollbar {
  width: 8px;
  visibility: hidden;
}
.info-pane-content:hover::-webkit-scrollbar {
  width: 8px;
  visibility: visible;
}
.info-pane-content::-webkit-scrollbar-track:vertical {
  background: #F2F1EF;
  border-width: 0 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.info-pane-content::-webkit-scrollbar-thumb:vertical {
  background: #82abd4;
  background-image: -webkit-linear-gradient(top, #82abd4 0%, #588ec4 100%);
  background-image: -o-linear-gradient(top, #82abd4 0%, #588ec4 100%);
  background-image: linear-gradient(to bottom, #82abd4 0%, #588ec4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff82abd4', endColorstr='#ff588ec4', GradientType=0);
  border-width: 0 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.info-pane-content .tab {
  padding-top: 8px;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.info-pane-content .tab > .navbar-header,
.info-pane-content .tab > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .info-pane-content .tab > .navbar-header,
  .info-pane-content .tab > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.info-pane-content .tab.info-pane {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.horizontal.info-pane-content .tab.info-pane {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .horizontal.info-pane-content .tab.info-pane {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .horizontal.info-pane-content .tab.info-pane {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .horizontal.info-pane-content .tab.info-pane {
    width: 1170px;
  }
}
.horizontal.info-pane-content .tab.info-pane > .navbar-header,
.horizontal.info-pane-content .tab.info-pane > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .horizontal.info-pane-content .tab.info-pane > .navbar-header,
  .horizontal.info-pane-content .tab.info-pane > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.info-pane-content .tab span.alt-description {
  color: #9e978d;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.info-pane-content .tab span.alt-description b {
  color: #c14139;
}
.info-pane-content .tab .info-col-meta span.alt-description {
  top: -20px;
  right: 0;
}
.info-pane-content .metadata-value {
  display: block;
  padding: 0 3px 16px;
}
.info-pane-content .highlight {
  background-color: #fcf04f;
  border: 1px solid #fcb64f;
}
.vertical .info-pane-content .dl-horizontal {
  margin-bottom: 0;
}
.vertical.width-1 .info-pane-content .dl-horizontal dt,
.vertical.width-1 .info-pane-content .dl-horizontal dd,
.vertical.width-1 .info-pane-content .dl-horizontal > div {
  border: 0 none;
}
.sidebar-btn {
  color: #9e978d;
  display: none;
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 101;
}
@media (min-width: 768px) {
  .sidebar-btn {
    display: block;
  }
}
.sidebar-btn span {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 100;
}
.sidebar-btn:after {
  font-family: 'fold3wall';
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none!important;
  display: block;
  position: absolute;
  height: 16px;
  top: 0;
  width: 18px;
}
.sidebar-btn:hover {
  text-decoration: none;
}
.vertical .sidebar-btn {
  top: 16px;
}
.vertical .sidebar-btn:after {
  content: "\e44D";
}
.horizontal .sidebar-btn {
  top: 20px;
}
.horizontal .sidebar-btn:after {
  content: "\e44E";
}
.vertical.width-1 .col-sm-2 {
  width: 50%;
}
.vertical.width-1 .col-sm-10 {
  width: 100%;
}
.vertical.width-2 .col-sm-2 {
  width: 40%;
}
.vertical.width-2 .col-sm-10 {
  width: 100%;
}
.vertical .col-sm-2 {
  width: 30%;
}
.vertical .col-sm-10 {
  width: 70%;
}
.info-col-sm {
  margin-bottom: 32px;
  padding: 6px 15px;
}
.vertical.width-1 .info-col-sm {
  padding: 6px 0;
}
.vertical.width-1 .info-col-sm .dl-horizontal dt {
  border: 0 none;
  display: block;
  float: none;
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  padding: 0;
  text-align: left;
  width: auto;
}
.vertical.width-1 .info-col-sm .dl-horizontal dd {
  border: 0 none;
  margin-left: 0;
  padding: 0;
}
.vertical.width-1 .info-col-sm .dl-horizontal dd span {
  padding: 0;
}
.vertical.width-2 .info-col-sm {
  padding: 6px 0;
}
.vertical.width-2 .info-col-sm .dl-horizontal dt {
  text-align: right;
  width: 140px;
}
.vertical.width-2 .info-col-sm .dl-horizontal dd {
  margin-left: 140px;
}
.vertical:not(.width-1):not(.width-2) .info-col-sm {
  float: left;
  width: 50%;
}
.vertical:not(.width-1):not(.width-2) .info-col-sm:first-child {
  border-right: 1px solid #cccccc;
}
.vertical:not(.width-1):not(.width-2) .info-col-sm .dl-horizontal dt {
  text-align: left;
  width: 45%;
}
.vertical:not(.width-1):not(.width-2) .info-col-sm .dl-horizontal dd {
  margin-left: 45%;
}
.touch .horizontal .info-col-sm .dl-horizontal dt {
  border: 0 none;
  text-align: left;
  width: 100%;
}
.touch .horizontal .info-col-sm .dl-horizontal dd {
  border-top: 0 none;
  border-bottom: 1px solid #e5e1db;
  margin: 0;
  padding: 8px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .horizontal .info-col-sm {
    float: left;
    width: 50%;
  }
  .horizontal .info-col-sm:first-child {
    border-right: 1px solid #cccccc;
  }
}
.info-col-sm h4 {
  font-weight: 300;
}
.sub-doc-contain {
  position: relative;
}
.sub-doc-contain:before,
.sub-doc-contain:after {
  content: " ";
  display: table;
}
.sub-doc-contain:after {
  clear: both;
}
.sub-doc-contain:before,
.sub-doc-contain:after {
  content: " ";
  display: table;
}
.sub-doc-contain:after {
  clear: both;
}
.info-col-photo {
  margin-top: 10px;
  margin-right: 8px;
  max-width: 150px;
}
.vertical .info-col-photo {
  float: left;
  width: 40%;
}
.horizontal .info-col-photo {
  float: left;
}
.info-col-meta {
  margin-top: 10px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .horizontal .info-col-meta {
    float: left;
  }
}
.vertical:not(.width-1):not(.width-2) .action-buttons,
.action-buttons div {
  position: absolute;
  left: 136px;
  bottom: 0;
}
.vertical .columns {
  clear: both;
}
.report-btn {
  color: #9e978d;
  cursor: pointer;
}
dl + .report-btn {
  display: inline-block;
  margin-top: 16px;
}
.subdoc-nav .report-btn {
  padding: 5px 10px 0;
  display: inline-block;
}
.report-btn:hover {
  text-decoration: none;
}
.info-pane-header {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #cccccc;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.info-pane-header .close-mobile {
  display: none;
}
.touch .info-pane-header .close-mobile {
  display: none !important;
  color: #6e6e6e;
  font-size: 3em;
  font-weight: normal;
  padding-right: 10px;
  position: absolute;
  left: 10px;
  top: 0px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .touch .info-pane-header .close-mobile {
    display: block !important;
  }
}
.info-pane-header h2 {
  color: #c14139;
  display: none;
  margin: 8px;
  position: absolute;
  font-size: 24px;
  left: 8px;
  top: 0;
}
.horizontal .info-pane-header h2 {
  margin-left: 32px;
}
@media (min-width: 768px) {
  .info-pane-header h2 {
    display: block;
  }
}
.vertical .info-pane-header h2 {
  display: none;
}
.info-pane-header .close {
  font-size: 3em;
  font-weight: normal;
  padding-right: 10px;
}
.info-pane-header .report-btn {
  font-size: 21px;
  position: absolute;
  right: 8px;
  top: 10px;
}
.vertical .info-pane-header .report-btn {
  right: 12px;
}
.info-pane-header .report-btn:hover {
  color: #787166;
  text-decoration: none;
}
.info-pane-header .pagination {
  margin: 8px 0 3px;
}
.info-pane-header .pagination > li > a > span.hit-indicator {
  background-color: #fcf04f;
  border-color: #fcb64f;
  line-height: 1.25;
}
.info-pane-header li > a {
  cursor: pointer;
  padding: 3px 12px;
}
.scrubber {
  background: #cccccc;
  cursor: row-resize;
  height: 3px;
}
.vertical .scrubber {
  cursor: col-resize;
  height: 100%;
  width: 6px;
  position: absolute;
  right: 0;
  z-index: 120;
}
.contribs {
  padding-left: 0;
  list-style: none;
}
.contribs .memorial-icon {
  width: 100%;
}
@media (min-width: 768px) {
  .horizontal .contribs {
    height: 100%;
  }
  .horizontal .contribs.col-wrap-0 li {
    padding: 20px;
    text-align: center;
    width: 100%;
  }
  .horizontal .contribs.col-wrap-6 {
    width: calc(1230px);
  }
}
@media (min-width: 992px) {
  .horizontal .contribs.col-wrap-6 {
    width: calc(1830px);
  }
}
.contribs h3 {
  background: #f4f2ef;
  border: 1px solid #cccccc;
  border-width: 1px 0;
  color: #6e6e6e;
  font-size: 1em;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 -15px;
}
.horizontal .contribs h3 {
  margin: 0 -45px 0 -30px;
}
@media (min-width: 768px) {
  .contribs h3 {
    border: 0 none;
    margin-top: 0;
  }
}
.vertical.width-1 .contribs h3 {
  text-align: left;
}
@media (min-width: 768px) {
  .horizontal .contribs > li,
  .vertical:not(.width-1):not(.width-2) .contribs > li {
    border-right: 1px solid #cccccc;
    float: left;
    padding: 0 15px;
    height: 100%;
  }
  .horizontal .contribs > li.col-6,
  .vertical:not(.width-1):not(.width-2) .contribs > li.col-6 {
    width: 200px;
  }
  .horizontal .contribs > li.col-5,
  .vertical:not(.width-1):not(.width-2) .contribs > li.col-5 {
    width: 20%;
  }
  .horizontal .contribs > li.col-4,
  .vertical:not(.width-1):not(.width-2) .contribs > li.col-4 {
    width: 25%;
  }
  .horizontal .contribs > li.col-3,
  .vertical:not(.width-1):not(.width-2) .contribs > li.col-3 {
    width: 33.33333333%;
  }
  .horizontal .contribs > li.col-2,
  .vertical:not(.width-1):not(.width-2) .contribs > li.col-2,
  .horizontal .contribs > li.col-1,
  .vertical:not(.width-1):not(.width-2) .contribs > li.col-1 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .horizontal .contribs > li.col-6 {
    width: 300px;
  }
}
.contribs > li:last-child {
  border-right: 0 none;
}
.horizontal .contribs > li[ng-show="contributions.empty"] {
  width: 100vw;
}
.contribs > li ul {
  padding-left: 0;
  list-style: none;
  padding-top: 10px;
}
.contribs > li ul:before,
.contribs > li ul:after {
  content: " ";
  display: table;
}
.contribs > li ul:after {
  clear: both;
}
.contribs > li ul:before,
.contribs > li ul:after {
  content: " ";
  display: table;
}
.contribs > li ul:after {
  clear: both;
}
.contribs > li ul > li {
  padding: 2px 15px;
  box-sizing: border-box;
  margin: 5px 0;
  position: relative;
}
.contribs > li ul > li p.contrib-memorials {
  display: block;
  width: 100%;
  height: 100%;
}
.contribs > li ul > li p.contrib-memorials:before,
.contribs > li ul > li p.contrib-memorials:after {
  content: " ";
  display: table;
}
.contribs > li ul > li p.contrib-memorials:after {
  clear: both;
}
.contribs > li ul > li p.contrib-memorials:before,
.contribs > li ul > li p.contrib-memorials:after {
  content: " ";
  display: table;
}
.contribs > li ul > li p.contrib-memorials:after {
  clear: both;
}
.contribs > li ul > li p.contrib-memorials span.mem-avat {
  width: 100px;
  text-align: center;
  float: left;
  background-color: #e5e1db;
  color: #9e978d;
  display: block;
  margin-right: 5px;
}
.contribs > li ul > li p.contrib-memorials span.mem-avat.icon-f3 {
  font-size: 5em;
}
.contribs > li ul > li p.contrib-memorials strong {
  cursor: pointer;
  text-align: center;
}
@media (min-width: 992px) {
  .contribs > li ul > li p.contrib-memorials strong {
    text-align: left;
  }
}
.contribs > li ul > li p.contrib-memorials strong:before {
  content: none;
}
.contribs > li ul > li strong {
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 300;
}
.contribs > li ul > li strong.long-content {
  font-size: 15px;
}
.contribs > li ul > li strong:before {
  content: "\2022";
  margin-left: -15px;
  padding-right: 10px;
}
.contribs > li ul > li strong:hover {
  color: #0072bc;
}
.contribs > li ul > li .contrib-src {
  color: #6e6e6e;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.contribs > li ul > li .contrib-src a {
  color: #6e6e6e;
  cursor: pointer;
}
.contribs > li ul > li .contrib-src a:hover {
  color: #0072bc;
}
.contribs > li ul > li .contrib-src .share-ann span {
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
}
.contribs > li ul > li .contrib-src .share-ann:hover span {
  color: #0072bc;
}
.contribs > li ul > li .contrib-src .report {
  bottom: 2px;
  position: absolute;
  right: 8px;
}
.contribs > li ul > li span {
  color: #6e6e6e;
  display: inline-block;
  margin-left: 12px;
}
.contribs > li ul > li span .icon-flag:hover {
  text-decoration: none;
}
.col-wrap-6.contribs > li ul > li span .icon-flag {
  display: block;
  overflow: hidden;
  width: 16px;
}
@media (min-width: 992px) {
  .col-wrap-6.contribs > li ul > li span .icon-flag {
    display: inline-block;
    overflow: visible;
    width: auto;
  }
}
.contribs > li ul > li:hover,
.contribs > li ul > li.active {
  background-color: #effafe;
}
.contribs > li ul > li:hover .contrib-src,
.contribs > li ul > li.active .contrib-src {
  opacity: 1;
}
.report-dlg {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 101;
}
.report-dlg .close {
  line-height: 42px;
}
.subdoc-panel h3 {
  color: #c14139;
  margin-top: 6px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  .subdoc-panel .columns {
    -webkit-column-count: 2 50%;
    -moz-column-count: 2 50%;
    column-count: 2 50%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.subdoc-panel .profile-thumb {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 8px;
}
div.subdoc-panel .profile-thumb {
  background: #e5e1db;
  border: 1px solid #cccccc;
  color: #9e978d;
  display: inline-block;
  font-size: 7.0em;
}
.vertical.width-1 div.subdoc-panel .profile-thumb {
  font-size: 72px;
}
.subdoc-panel .action-button {
  color: #9e978d;
  cursor: pointer;
  display: inline-block;
  padding: 0 12px 0 0;
  font-size: 30px;
  text-decoration: none;
}
.subdoc-panel .action-button:hover {
  color: #867e72;
}
.mobile .subdoc-panel dt {
  text-align: left;
}
.subdoc-panel dt:after {
  content: ":";
}
.mobile .subdoc-panel dd {
  margin-left: 0;
}
.vertical.width-1 .subdoc-panel .dl-horizontal {
  margin: 20px 0;
}
.vertical.width-1 .subdoc-panel .dl-horizontal dt {
  width: 45%;
  text-align: left;
}
.vertical.width-1 .subdoc-panel .dl-horizontal dt:after {
  content: ":";
}
.vertical.width-1 .subdoc-panel .dl-horizontal dd {
  margin-left: 45%;
}
.subdoc-panel .active-subdoc {
  padding-top: 50px;
}
.subdoc-panel .active-subdoc textarea.form-control {
  height: 36px;
}
.subdocs-list {
  margin-bottom: 30px;
}
.subdocs-list a {
  cursor: pointer;
  display: block;
}
.subdocs-list a:hover {
  text-decoration: none;
}
.subdocs-list li:hover {
  background: #e5f5ff;
}
.subdoc-nav {
  background-color: #e5e1db;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  color: #c14139;
}
.subdoc-nav button {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 1.9em;
  outline: none;
  width: 48px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .subdoc-nav button {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}
.subdoc-nav button:before {
  display: block;
  padding: 4px 0;
  height: 24px;
}
.subdoc-nav button:focus,
.subdoc-nav button:active,
.subdoc-nav button.active,
.subdoc-nav button.open {
  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.35);
  box-shadow: inset 0 0 7px rgba(0,0,0,.35);
}
.subdoc-nav button:focus:not([data-tooltip]):before,
.subdoc-nav button:active:not([data-tooltip]):before,
.subdoc-nav button.active:not([data-tooltip]):before,
.subdoc-nav button.open:not([data-tooltip]):before {
  position: relative;
  top: 1px;
}
.subdoc-nav button[disabled='disabled'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6e6e6e !important;
}
.subdoc-nav #button-group button {
  float: right;
  position: relative;
}
@media (min-width: 768px) {
  .subdoc-nav #button-group button {
    width: 60px;
  }
}
.subdoc-nav #button-group button:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.subdoc-nav #button-group button:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.subdoc-nav:hover button {
  color: #9a342d;
  background: rgba(255, 255, 255, 0.88);
}
.subdoc-nav button {
  font-size: 16px;
  padding: 0;
}
.subdoc-nav button span {
  display: block;
  margin: 2px 0 0;
}
.subdoc-nav button.icon-arrow-left {
  border-radius: 4px 0 0 4px;
  display: block;
  float: left;
}
.subdoc-nav button.icon-arrow-right {
  border-radius: 0 4px 4px 0;
  display: block;
  float: left;
}
#info-pane[style="height: 0px;"] .subdoc-nav,
#info-pane[style="width: 0px;"] .subdoc-nav {
  display: none;
}
.vertical .report-pane {
  margin: 50px 0 20px;
  padding: 0 8px;
  width: 100%;
}
.horizontal .report-pane {
  margin: 50px auto 20px;
}
@media (min-width: 768px) {
  .report-pane {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .report-pane {
    width: 50%;
  }
}
.ocr-result {
  position: absolute;
  cursor: pointer;
  background-color: rgba(252, 240, 79, 0);
}
.ocr-result.active {
  border: 2px solid rgba(193, 65, 57, 0.85);
  background: transparent;
  outline: 6000px solid rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.ocr-result.active:hover {
  border: 2px solid rgba(193, 65, 57, 0.85);
  background: transparent;
}
.ocr-result.highlight {
  background: rgba(252, 240, 79, 0.2);
  border: 2px solid rgba(252, 240, 79, 0.5);
}
.ocr-result.active.highlight {
  border: 2px solid rgba(193, 65, 57, 0.85);
  background: rgba(252, 240, 79, 0.2);
}
.ocr-result.active.highlight:hover {
  border: 2px solid rgba(193, 65, 57, 0.85);
}
.ocr-result:hover {
  background: rgba(252, 240, 79, 0.2);
  border: 2px solid #fcf04f;
}
.annotation {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: absolute;
  cursor: pointer;
  background-color: rgba(252, 240, 79, 0);
}
.annotation.active {
  border: 2px solid rgba(193, 65, 57, 0.85);
  background: transparent;
  outline: 6000px solid rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.annotation.active:hover {
  border: 2px solid rgba(193, 65, 57, 0.85);
  background: transparent;
}
.annotation.highlight {
  background: rgba(252, 240, 79, 0.2);
  border: 2px solid rgba(252, 240, 79, 0.5);
}
.annotation.active.highlight {
  border: 2px solid rgba(193, 65, 57, 0.85);
  background: rgba(252, 240, 79, 0.2);
}
.annotation.active.highlight:hover {
  border: 2px solid rgba(193, 65, 57, 0.85);
}
.annotation:hover {
  background: rgba(252, 240, 79, 0.2);
  border: 2px solid #fcf04f;
}
.annotation .annotation-info {
  display: none;
  position: absolute;
  mix-blend-mode: unset;
  /*
		//these styles are set by javascript
		&.align-top {
			top: initial;
			bottom: 100%;
		}
		&.align-right {
			//left: 100%;
			left: initial;
			right: 0; //fill inward
		}
		*/
  color: #eee;
  background: rgba(34, 34, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 8px 10px;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.annotation .annotation-info .moreinfo {
  padding: 0 6px;
}
.annotation:hover,
.annotation.active {
  z-index: 1000;
}
.annotation:hover .annotation-info,
.annotation.active .annotation-info {
  display: block;
}
.subdoc {
  cursor: default;
  position: absolute;
  cursor: pointer;
  background-color: rgba(252, 240, 79, 0);
}
.subdoc.active {
  border: 1px solid rgba(4, 76, 102, 0.85);
  background: transparent;
  outline: 6000px solid rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.subdoc.active:hover {
  border: 1px solid rgba(4, 76, 102, 0.85);
  background: transparent;
}
.subdoc.highlight {
  background: rgba(252, 240, 79, 0.2);
  border: 1px solid rgba(252, 240, 79, 0.5);
}
.subdoc.active.highlight {
  border: 1px solid rgba(4, 76, 102, 0.85);
  background: rgba(252, 240, 79, 0.2);
}
.subdoc.active.highlight:hover {
  border: 1px solid rgba(4, 76, 102, 0.85);
}
.subdoc:hover {
  background: rgba(252, 240, 79, 0.2);
  border: 1px solid #fcf04f;
}
.subdoc .subdoc-info {
  display: none;
  position: absolute;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 10px;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subdoc .subdoc-info .moreinfo {
  padding: 0 6px;
}
.subdoc .subdoc-info:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.subdoc:hover .subdoc-info {
  display: block;
}
.whole-image {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -60px;
}
#annotation-details {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 5;
  background: #ffffff;
  padding: 20px 15px 5px;
}
#annotation-details .content {
  width: 80%;
  margin: 0 auto;
}
#annotation-details.lg p {
  font-size: 15px;
}
#annotation-details.xl p {
  font-size: 12px;
}
#action-bar {
  background-color: #ffffff;
  min-height: 60px;
  padding: 10px 8px;
  position: fixed;
  width: 100%;
  z-index: 13;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#action-bar.closed {
  -webkit-transform: translate(0, -110%);
  -ms-transform: translate(0, -110%);
  -o-transform: translate(0, -110%);
  transform: translate(0, -110%);
}
#action-bar h1 {
  color: #c14139;
  font-size: 24px;
  margin: 4px 0;
}
#action-bar button.close {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 3em;
  z-index: 1;
  outline: none;
  border: none;
}
@media (min-width: 992px) {
  #action-bar button.close {
    right: 20px;
  }
}
#action-bar span.btn-link {
  display: block;
  padding-left: 20px;
  color: #6e6e6e;
  font-size: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #action-bar span.btn-link {
    text-align: left;
  }
}
#action-bar .contrib-value {
  padding-left: 32px;
}
@media (min-width: 768px) {
  #action-bar .contrib-value {
    width: 250px;
  }
}
#action-bar .action-dialog {
  text-align: center;
}
@media (min-width: 768px) {
  #action-bar .action-dialog {
    text-align: left;
  }
}
#action-bar .action-dialog > div {
  height: 100%;
}
#action-bar .action-dialog .dialog-step {
  position: relative;
  height: 100%;
}
#action-bar .action-dialog .dialog-title {
  color: #c14139;
  margin: 0 0 12px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #action-bar .action-dialog .dialog-title {
    margin: 0;
  }
}
#action-bar .action-dialog .dialog-prompt {
  font-size: 20px;
  display: inline-block;
  margin: 10px 0;
  color: #6e6e6e;
}
#action-bar .action-dialog .print-note {
  color: #6e6e6e;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #action-bar .action-dialog .print-note {
    display: inline-block;
  }
}
#action-bar .action-dialog .print-note small {
  display: block;
  font-size: 15px;
}
#action-bar .action-dialog .dialog-figure {
  border-radius: 5px;
  border: 2px solid #c14139;
  cursor: pointer;
  display: inline-block;
  height: 120px;
  margin: 0 10px;
  min-width: 120px;
  padding: 10px 5px;
  text-align: center;
}
#action-bar .action-dialog .dialog-figure .image-placeholder {
  position: relative;
  height: 70px;
  width: 70px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
#action-bar .action-dialog .dialog-figure.select-region span {
  border: 20px solid rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#action-bar .action-dialog .dialog-figure.select-region img {
  width: 150%;
  left: -25%;
}
#action-bar .action-dialog .dialog-figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  border: 1px solid #cccccc;
}
#action-bar .action-dialog .dialog-figure figcaption {
  color: #0072bc;
  display: inline-block;
  padding: 4px;
}
#action-bar .action-dialog .dialog-figure:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#action-bar .dialog-arrow-down {
  display: inline-block;
  font-size: 28px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 8px 0;
  vertical-align: middle;
}
#action-bar #print-download-dialog span.icon-f3.icon-back {
  position: fixed;
  left: 0;
}
#action-bar #print-download-dialog button {
  margin: 0 12px;
}
#action-bar #print-download-dialog .dialog-figure.entire-file {
  vertical-align: bottom;
}
#action-bar #print-download-dialog .dialog-figure.entire-file .image-placeholder {
  overflow: visible;
  width: 70px;
}
#action-bar #print-download-dialog .dialog-figure.entire-file img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 60px;
  margin: 5px;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 3;
}
#action-bar #print-download-dialog .dialog-figure.entire-file img:first-child {
  top: 0;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  z-index: 2;
}
#action-bar #print-download-dialog .dialog-figure.entire-file img:last-child {
  top: 0;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: 1;
}
#action-bar #add-to-memorial-dialog #memorial-page-icons {
  margin: 10px 0;
  text-align: left;
  position: relative;
  overflow-y: scroll;
}
#action-bar #add-to-memorial-dialog #memorial-page-icons.loading {
  min-height: 50px;
}
#action-bar #add-to-memorial-dialog #memorial-page-icons > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100px;
  max-height: 300px;
  padding-top: 10px;
}
#action-bar #add-to-memorial-dialog #memorial-page-icons h4 {
  text-align: center;
}
#action-bar #annotation-dialog .ann-icon {
  color: #a1a1a1;
  font-size: 24px;
  left: 0;
  margin: 3px;
  position: absolute;
  top: 0;
  z-index: 10;
}
#action-bar #annotation-dialog .ann-icon + .form-control {
  padding-left: 32px;
  height: 36px;
  max-width: 485px;
}
@media (min-width: 768px) {
  #action-bar #annotation-dialog .ann-icon + .form-control {
    width: 400px;
  }
}
#action-bar #annotation-dialog button {
  margin-right: 0;
}
#action-bar #annotation-dialog .dropdown-toggle {
  text-transform: capitalize;
}
#action-bar #annotation-dialog .whole-image {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -60px;
}
#action-bar #annotation-dialog form input[type="text"] {
  padding-left: 30px;
}
#action-bar #bookmark-dialog {
  height: 70px;
}
#action-bar .dropdown-menu li > a {
  cursor: pointe;
}
#action-bar #save-to-ancestry-dialog {
  height: 70px;
}
.memorial-icon {
  width: 104px;
  border: 2px solid #f4f2ef;
  margin: 5px;
  color: #044c66;
  cursor: pointer;
  border-radius: 4px;
}
.memorial-icon:hover {
  border: 2px solid #c14139;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.memorial-icon img,
.memorial-icon span {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.memorial-icon span.mem-avat {
  font-size: 72px;
  color: #9e978d;
  text-align: center;
}
.memorial-icon p {
  padding: 8px;
  text-align: center;
  overflow-wrap: break-word;
}
.feedback-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cccccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  bottom: 0;
  position: fixed;
  right: 0;
  height: 300px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .feedback-panel {
    width: 300px;
    right: 16px;
  }
}
.ie9 .feedback-panel {
  position: absolute;
}
.feedback-panel h2 {
  color: #044c66;
  border-bottom: 1px solid #cccccc;
  margin: 12px 0 0;
  padding: 0 0 12px;
  text-align: center;
}
.feedback-panel .close {
  position: absolute;
  right: 6px;
  top: 10px;
}
.feedback-panel.ng-hide {
  display: block!important;
  -webkit-transform: translate(0, 470px);
  -ms-transform: translate(0, 470px);
  -o-transform: translate(0, 470px);
  transform: translate(0, 470px);
}
.feedback-btn {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.feedback-btn:hover {
  color: #d9d9d9;
}
.feedback-wrap {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cccccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  bottom: 0;
  position: fixed;
  right: 0;
  height: 450px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(0, 470px);
  -ms-transform: translate(0, 470px);
  -o-transform: translate(0, 470px);
  transform: translate(0, 470px);
}
.feedback-wrap.user {
  height: 324px;
}
@media (min-width: 768px) {
  .feedback-wrap {
    width: 300px;
    right: 16px;
  }
}
.ie9 .feedback-wrap {
  position: absolute;
}
.feedback-show:checked ~ .feedback-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.feedback-wrap h4 {
  color: #c14139;
  border-bottom: 1px solid #cccccc;
  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-btn2 {
  bottom: 120px;
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .feedback-btn2 {
    bottom: 0;
    position: fixed;
    right: 36px;
    z-index: 999;
  }
}
.feedback-btn2 b {
  display: block;
  font-size: 20px;
}
.feedback-btn2 span {
  display: none;
}
@media (min-width: 768px) {
  .feedback-btn2 span {
    display: block;
    position: relative;
    z-index: 1;
  }
}
.feedback-btn2:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDE3Ni40IDE1MS44IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNzYuNCAxNTEuOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTg4LjcgMEM0MC4yIDAgMSAzMS4yIDEgNjkuOGMwIDE2LjIgNyAzMSAxOC42IDQyLjkgMyAxNS4zLTIuNSAzMC42LTE5LjYgMzYuNCAxNi43IDUuMyA0NC43IDMuNyA2MC42LTEzLjIgOC44IDIuNCAxOC4yIDMuNyAyOCAzLjcgNDguNCAwIDg3LjctMzEuMyA4Ny43LTY5LjhDMTc2LjQgMzEuMiAxMzcuMSAwIDg4LjcgMHpNNDkuMSA4NS4xYy03LjEgMC0xMi45LTUuOC0xMi45LTEzIDAtNy4xIDUuOC0xMyAxMi45LTEzIDcuMiAwIDEzIDUuOCAxMyAxM0M2Mi4xIDc5LjMgNTYuMyA4NS4xIDQ5LjEgODUuMXpNODguMiA4NS4xYy03LjEgMC0xMy01LjgtMTMtMTMgMC03LjEgNS44LTEzIDEzLTEzIDcuMSAwIDEzIDUuOCAxMyAxM0MxMDEuMiA3OS4zIDk1LjMgODUuMSA4OC4yIDg1LjF6TTEyNy4zIDg1LjFjLTcuMSAwLTEzLTUuOC0xMy0xMyAwLTcuMSA1LjgtMTMgMTMtMTMgNy4yIDAgMTMgNS44IDEzIDEzQzE0MC4yIDc5LjMgMTM0LjUgODUuMSAxMjcuMyA4NS4xeiIvPjwvc3ZnPg==) no-repeat center center;
  background-size: 32px;
  background-position: right center;
  background-color: #2DB6FB;
  background-position: 4px 4px;
  content: "\20";
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 0;
}
@media (min-width: 768px) {
  .feedback-btn2:after {
    background-position: 82px 22px;
    top: -30px;
    bottom: auto;
    right: auto;
    left: -28px;
    width: 200px;
    height: 200px;
  }
}
.feedback-btn2:before {
  -webkit-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}
.feedback-show:checked ~ .feedback-btn2 {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6e6e6e;
  font-size: 32px;
  position: fixed;
  right: 24px;
  bottom: 424px;
  width: 24px;
  height: 20px;
  z-index: 1001;
}
.feedback-show:checked ~ .feedback-btn2 span {
  display: none;
}
.feedback-show:checked ~ .feedback-btn2.user {
  bottom: 302px;
}
.feedback-show:checked ~ .feedback-btn2:after {
  display: none;
}
.feedback-show:checked ~ .feedback-btn2:before {
  content: "\00D7";
  opacity: 1;
}
.intro-beta-banner {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.intro-beta-banner label {
  cursor: pointer;
  color: #fcf04f;
  font-weight: normal;
  float: right;
  margin: 0;
  display: block;
  float: none;
  position: absolute;
  right: 42px;
  bottom: 10px;
  z-index: 10;
}
.intro-beta-banner label:hover {
  color: #fdf481;
}
.intro-beta-banner form.feedback {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #1d1d1d;
  margin: 20px 0 12px;
  padding: 12px;
}
.coachmarks {
  background: #fdec78;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  left: 0;
  max-width: 600px;
  opacity: 1;
  padding: 12px;
  position: absolute;
  top: 60px;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  width: 100%;
  z-index: 1000;
}
@media print {
  .coachmarks {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .coachmarks {
    width: 40%;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .coachmarks {
    width: 32%;
  }
}
.coachmarks:after,
.coachmarks:before {
  border: 1px solid rgba(0, 0, 0, 0.67);
  border-width: 0 12px 12px;
  border-right-color: transparent;
  border-left-color: transparent;
  content: "\20";
  display: none;
  height: 0;
  position: absolute;
  right: 50%;
  top: -12px;
  width: 0;
}
@media (min-width: 768px) {
  .coachmarks:after,
  .coachmarks:before {
    display: block;
  }
}
.coachmarks:after {
  border-color: transparent transparent #fdec78;
}
.coachmarks.top-right:before,
.coachmarks.top-right:after {
  right: 14px;
}
.coachmarks.bottom-right:before,
.coachmarks.bottom-right:after {
  border-width: 12px 12px 0;
  border-color: #fdec78 transparent transparent;
  bottom: -12px;
  top: auto;
  right: 14px;
}
.coachmarks.bottom-right:before {
  border-color: rgba(0, 0, 0, 0.67) transparent transparent;
  bottom: -13px;
}
.coachmarks.bottom:before,
.coachmarks.bottom:after {
  border-width: 12px 12px 0;
  border-color: #fdec78 transparent transparent;
  bottom: -12px;
  top: auto;
  right: 50%;
}
.coachmarks.bottom:before {
  border-color: rgba(0, 0, 0, 0.67) transparent transparent;
  bottom: -13px;
}
.coachmarks.right:before,
.coachmarks.right:after {
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #fdec78;
  right: -12px;
  margin-top: -12px;
  top: 50%;
}
.coachmarks.right:before {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.67);
  right: -13px;
}
.coachmarks.left:before,
.coachmarks.left:after {
  border-width: 12px 12px 12px 0;
  border-color: transparent #fdec78 transparent transparent;
  right: auto;
  left: -12px;
  margin-top: -12px;
  top: 50%;
}
.coachmarks.left:before {
  border-color: transparent rgba(0, 0, 0, 0.67) transparent transparent;
  left: -13px;
}
.coachmarks h2 {
  color: #8B572A;
  font-size: 24px;
  margin: 0 0 12px;
  text-align: center;
}
.coachmarks .close {
  font-size: 30px;
}
.coachmarks button.btn-default {
  color: #c14139;
  margin-right: 4px;
}
.coachmarks button span {
  vertical-align: middle;
}
.coachmarks .cm-footer {
  margin-top: 24px;
}
.coachmarks p,
.coachmarks ul {
  font-size: 16px;
  margin: 12px;
}
.coachmarks p ul,
.coachmarks ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.coachmarks .listed {
  margin: 0;
  padding: 0;
}
.coachmarks .listed li {
  text-indent: 0;
}
.coachmarks li {
  text-indent: -36px;
  margin: 8px 0 8px 36px;
}
.coachmarks li:before,
.coachmarks li span:before {
  color: rgba(29, 29, 29, 0.67);
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.coachmarks li span.icon-fscreen {
  display: inline-block;
  height: 20px;
  margin-right: 14px;
  position: relative;
  width: 23px;
}
.coachmarks li span.icon-fscreen:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 30px;
}
.touch .coachmarks small {
  display: none;
}
.coachmarks .docking {
  display: inline-block;
  height: 20px;
  margin: 0 2px;
  width: 16px;
}
.coachmarks .docking:before {
  vertical-align: middle;
  opacity: .67;
}
.coachmarks .dots {
  float: right;
  margin: 10px 0 0;
}
.coachmarks .dots i {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px 0;
  height: 8px;
  width: 8px;
}
.coachmarks .dots i.active {
  border-color: #c14139;
  background: #c14139;
}
.touch #step1.coachmarks .tip {
  display: none;
}
#step6.coachmarks {
  bottom: 59px;
  top: auto;
}
@media (min-width: 768px) {
  #step1.coachmarks {
    right: 100px;
    top: 60px;
  }
  #step2.coachmarks {
    right: 100px;
    top: 80px;
  }
  #step3.coachmarks {
    bottom: 100px;
    right: 50%;
    top: auto;
    margin-right: -250px;
  }
  #step4.coachmarks.horizontal {
    bottom: 270px;
    left: 20px;
    top: auto;
  }
  #step4.coachmarks.vertical {
    left: 360px;
    bottom: auto;
  }
  #step5.coachmarks {
    left: 50%;
    margin-left: -250px;
  }
  #step6.coachmarks {
    right: 154px;
    bottom: 50px;
    top: auto;
  }
}
.coachmarks.ng-hide {
  display: block!important;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.faux-feedback {
  background-color: transparent;
  -webkit-box-shadow: 0 0 12px #fcf04f;
  box-shadow: 0 0 12px #fcf04f;
  position: absolute;
  height: 30px;
  width: 48px;
  right: 3px;
  bottom: 4px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .faux-feedback {
    bottom: -63px;
  }
}
.freeform-page {
  min-height: 100vh;
}
.freeform-page .scrolled-page-visible {
  display: none;
}
.freeform-page #ff-header {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  box-shadow: 0px 480px rgba(104, 96, 87, 0.8) inset;
  color: white;
}
.categoryApp.freeform-page #ff-header {
  padding-bottom: 20px;
}
.freeform-page #ff-header > div:not(#page-tabs) {
  margin: 10px 0;
}
.freeform-page #ff-header .title-data {
  font-size: 16px;
  list-style: none;
  padding: 0;
  text-align: left;
}
.freeform-page #ff-header .title-data strong {
  font-weight: 600;
}
.freeform-page #ff-header .title-data b {
  font-weight: normal;
}
.freeform-page #ff-header .title-data a {
  color: #fff;
  text-decoration: underline;
}
.freeform-page #ff-header .title-data a:hover {
  text-decoration: none;
}
.freeform-page #ff-header #cover-image {
  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;
}
.freeform-page #ff-header #cover-image #image-container {
  background-color: rgba(244, 242, 239, 0.8);
  border-radius: 4px;
  border: 4px solid white;
  height: 100px;
  overflow: hidden;
  width: 100px;
  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;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.freeform-page #ff-header #cover-image #image-container img {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.freeform-page #ff-header #cover-image #image-container span {
  color: #9e978d;
  font-size: 5.5em;
}
@media (min-width: 768px) {
  .freeform-page #ff-header #cover-image #image-container span {
    font-size: 8em;
  }
}
.freeform-page #ff-header #page-info {
  text-align: center;
}
.freeform-page #ff-header #page-info h1 {
  margin-top: 0;
  text-transform: capitalize;
}
.freeform-page #ff-header #page-info span {
  display: block;
  font-size: 1.4em;
  font-weight: lighter;
}
.freeform-page #ff-header #action-buttons {
  text-align: center;
}
.freeform-page #ff-header #action-buttons button {
  padding: 3px 16px 2px;
}
.freeform-page #ff-header #action-buttons button span {
  display: block;
  font-size: 28px;
  line-height: .7em;
  overflow: hidden;
}
.freeform-page #ff-header #action-buttons button span.tt-acom-btn {
  background: transparent;
}
.freeform-page #ff-header #action-buttons button span.tt-acom-btn .acom-btn {
  color: #fff;
  min-height: 34px;
  margin: 0;
  padding: 2px 0 3px;
}
.freeform-page #ff-header #action-buttons button span.tt-acom-btn .icon-acom {
  background: #333333;
  padding: 2px;
  width: 36px;
}
.freeform-page #ff-header #action-buttons button:hover {
  color: #c14139;
}
.freeform-page #ff-header #page-tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.freeform-page #ff-header #page-tabs div.tab {
  border: 2px solid transparent;
  border-width: 3px 0;
  cursor: pointer;
  float: left;
  font-size: 16px;
  margin: 0 10px;
  min-width: 100px;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
}
.freeform-page #ff-header #page-tabs div.tab:hover {
  background: rgba(255, 255, 255, 0.25);
}
.freeform-page #ff-header #page-tabs div.tab.active {
  border-bottom-color: #e5e1db;
  background: transparent;
  font-weight: 700;
}
.freeform-page #main-content {
  padding-top: 30px;
  max-width: 800px;
}
.freeform-page #main-content #description {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .freeform-page aside {
    padding-top: 60px;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .freeform-page #ff-header #cover-image {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 0;
  }
  .freeform-page #ff-header #cover-image #image-container {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .freeform-page #ff-header #page-info {
    text-align: left;
  }
  .freeform-page #ff-header #action-buttons {
    text-align: right;
  }
}
.freeform-page .a-link {
  margin-bottom: 40px;
}
.freeform-page .stories:empty {
  min-height: 200px;
}
.freeform-page .stories:empty:before {
  border-top: 20px solid #f2f2f2;
  content: "\20";
  display: block;
  width: 80%;
}
.freeform-page .stories:empty:after {
  border-top: 20px solid #f2f2f2;
  content: "\20";
  display: block;
  margin: 20px 0 0;
  width: 40%;
}
.freeform-page .stories .story {
  margin: 35px 0;
  font-size: 1.2em;
}
.freeform-page .stories .story:first-of-type {
  margin: 0;
}
.freeform-page .stories .story h1 {
  margin: 0 0 20px 0;
  color: #6a645b;
  font-weight: 600;
}
.freeform-page .stories .story h3 {
  color: #9e978d;
}
.freeform-page .stories .story a[name] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.freeform-page .stories .story:hover a.on-hover {
  visibility: visible;
}
.freeform-page .stories .story a.on-hover {
  padding-left: 15px;
  visibility: hidden;
}
.freeform-page .stories .story .story-content:before,
.freeform-page .stories .story .story-content:after {
  content: " ";
  display: table;
}
.freeform-page .stories .story .story-content:after {
  clear: both;
}
.freeform-page .stories .story .story-content:before,
.freeform-page .stories .story .story-content:after {
  content: " ";
  display: table;
}
.freeform-page .stories .story .story-content:after {
  clear: both;
}
.freeform-page .stories .story .story-content * {
  max-width: 100%;
}
.freeform-page .stories .story .story-content .story-images {
  min-width: 250px;
  min-height: 200px;
  max-width: 350px;
  margin: 0 0 20px 30px;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  top: 6px;
}
@media (min-width: 768px) {
  .freeform-page .stories .story .story-content .story-images {
    float: right;
  }
}
.freeform-page .stories .story .story-content .story-images img {
  border: 1px solid #cccccc;
}
.freeform-page .stories .story .story-content .story-images figcaption {
  display: block;
  font-size: 16px;
  color: #686057;
  text-align: center;
  line-heigth: 1.5em;
  max-height: 3em;
  overflow: hidden;
}
.freeform-page .stories .story .story-content .story-images b {
  color: #9e978d;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.freeform-page .stories .story .story-content .story-images b:before,
.freeform-page .stories .story .story-content .story-images b:after {
  content: "\2013";
  padding: 0 2px;
}
.freeform-page .stories .story .story-content .story-images:hover figcaption {
  color: #0072bc;
}
.freeform-page .stories .story .story-info {
  background-color: #f4f2ef;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  padding: 6px 10px;
  margin-top: 20px;
}
.freeform-page .stories .story .story-info div {
  color: #686057;
}
.freeform-page .stories .story .story-info div a.page-rights {
  color: #686057;
}
.freeform-page .stories .story .list-unstyled {
  margin-top: 20px;
  color: #36322d;
}
.freeform-page .stories .story .icon-f3 {
  color: #9e978d;
  font-size: 32px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
.freeform-page .stories .story hr {
  border-top: 2px dotted #cdc9c4;
  margin: 42px auto 22px;
  width: 30%;
}
.freeform-page .stories .story:last-of-type hr {
  border: 0 none;
}
.freeform-page .page-section {
  padding: 5px 0;
  position: relative;
}
.freeform-page .page-section .section-title {
  font-size: 20px;
  font-weight: 400;
  color: #6a645b;
}
.freeform-page .page-section .section-content {
  margin: 20px 0;
}
.freeform-page .page-section .section-content:first-of-type {
  margin-top: 0;
}
.freeform-page .page-section .section-content .linked-images > img {
  margin: 5px;
  border: 1px solid #6e6e6e;
}
.freeform-page .page-section .linked-images {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.freeform-page .page-section .linked-images img {
  cursor: pointer;
  margin: 10px 10px 10px 0;
  padding: 7px;
  background-color: #eeeeee;
  border: 3px solid #eeeeee;
  height: 100%;
  width: auto;
  -webkit-flex: 0 1 200px;
  -moz-flex: 0 1 200px;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  -webkit-transition: border 0.25s linear;
  -o-transition: border 0.25s linear;
  transition: border 0.25s linear;
}
.freeform-page .page-section .linked-images img:hover {
  border-color: #c14139;
}
.freeform-page .page-section a.link-list {
  color: #0072bc;
  overflow: hidden;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.freeform-page.scrolled-page .scrolled-page-visible {
  display: block;
}
.freeform-page.scrolled-page #ff-header #page-tabs {
  background: rgba(51, 51, 51, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  height: 38px;
  z-index: 10;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.freeform-page.scrolled-page #ff-header #page-tabs .tab {
  font-size: 1em;
}
.freeform-page.scrolled-page #ff-header #page-tabs #tabs {
  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;
}
.freeform-page.scrolled-page #ff-header #page-tabs > div {
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  white-space: nowrap;
}
.freeform-page.scrolled-page #ff-header #page-tabs > div h2 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.freeform-page.scrolled-page #ff-header h2 {
  margin: 0;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .freeform-page.scrolled-page .side-content {
    position: fixed;
    top: 60px;
    max-width: 250px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .freeform-page.scrolled-page .side-content {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .freeform-page.scrolled-page #ff-header #page-tabs {
    height: 160px;
    padding: 10px 0;
  }
  .freeform-page.scrolled-page #ff-header #page-tabs #tabs {
    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;
  }
  .freeform-page.scrolled-page #ff-header #page-tabs > div {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    margin: 5px 0;
  }
}
.ad-spot {
  padding-bottom: 12px;
}
.ad-spot iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ad-spot iframe {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}
@media (min-width: 1200px) {
  .ad-spot iframe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
/** Add Image Dialog **/
.AddImageDialog .file-progress img {
  max-width: 200px;
  max-height: 120px;
}
.AddImageDialog .file-progress .filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AddImageDialog .media-left .thumbnail {
  display: block;
}
.AddImageDialog .media-left .thumbnail img {
  max-width: 150px;
  max-height: 140px;
}
.RelatedPagesDialog {
  text-align: center;
}
.RelatedPagesDialog .Picker .picker-elements li {
  text-align: center;
}
.Picker .picker-elements {
  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: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.Picker .picker-elements li {
  border: 2px solid transparent;
  border-radius: 4px;
  display: inline-block;
  width: 100px;
  -webkit-flex: 1 0 100px;
  -moz-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  overflow: hidden;
  margin: 5px;
}
.Picker .picker-elements li a {
  text-decoration: none;
}
.Picker .picker-elements li .thumbnail {
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  height: 100px;
  background: #ddd;
}
.Picker .picker-elements li.empty {
  height: 0;
  margin-bottom: 0;
  margin-top: 0;
  border: 0 none;
}
.Picker .picker-elements li:hover {
  border: 2px solid #c14139;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.print-memorial .event-head {
  height: initial!important;
}
.print-memorial .event-head .expanded {
  height: initial!important;
}
.print-memorial .expander {
  height: initial!important;
}
.print-memorial .expander-content {
  position: initial!important;
}
.print-memorial .fact-user-wrap {
  visibility: visible!important;
}
.print-memorial .memorial-stories .col-sm-3 {
  display: none!important;
}
.print-memorial .memorial-stories .col-sm-9 {
  width: 100%!important;
}
.print-memorial .dropdown,
.print-memorial .btn,
.print-memorial .event-head-info > p.expanded,
.print-memorial .icon-f3 {
  display: none!important;
}
.print-memorial .honorpage .hp-header .hp-row h1 {
  margin-left: 84px;
}
.print-memorial .honorpage .mil-info {
  position: relative;
  padding-top: 0px;
  top: -20px;
}
.print-memorial .tab-group {
  margin-top: -40px;
}
.print-memorial .tab-group h2 {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #9e978d;
}
.print-memorial .StoryDetails h2 {
  font-size: 1.2em;
}
.print-memorial .image-tab {
  text-align: center;
}
.print-memorial .page-info {
  padding: 0;
  display: block;
  min-height: 200px;
}
.print-memorial .hp-related-link .media-left {
  display: none;
}
.print-memorial .hp-related-link .media-body span:nth-of-type(2) {
  display: none;
}
.print-memorial .source-documents img {
  display: none;
}
@media (min-width: 400px) {
  .print-memorial .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .print-memorial .dl-horizontal dd {
    margin-left: 180px;
  }
}
.honorpage {
  min-height: 480px;
}
@media (max-width: 767px) {
  .honorpage .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.honorpage .bg-image {
  background-color: #9e978d;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 480px;
  max-height: 75vh;
  z-index: -1;
  border-bottom: 6px solid #9e978d;
}
.honorpage .hp-main {
  margin-top: 40px;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  .honorpage .hp-main {
    margin-top: 0;
  }
}
.honorpage .profile-image {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  background: white;
  left: 20px;
  padding: 5px;
  position: absolute;
  top: -12px;
  width: 180px;
  z-index: 1;
}
@media (max-width: 767px) {
  .honorpage .profile-image {
    left: 8px;
    top: 6px;
    padding: 3px;
    width: 75px;
  }
}
.honorpage .profile-image .btn-edit {
  background: rgba(54, 50, 45, 0.5);
  bottom: 5px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: calc(100% - 10px);
  padding: 4px 8px;
  left: 5px;
}
@media (max-width: 767px) {
  .honorpage .profile-image .btn-edit span {
    display: none;
  }
}
.honorpage .profile-image .btn-edit:hover {
  color: #fff;
}
.honorpage .profile-image:hover .btn-edit {
  opacity: 1;
}
.honorpage .profile-image img {
  width: 170px;
  max-height: 200px;
  object-fit: cover;
  object-position: 50% 0;
}
@media (max-width: 767px) {
  .honorpage .profile-image img {
    width: 69px;
    height: 69px;
    object-position: center;
  }
}
.honorpage .profile-image span.icon-page {
  background: #f0efed;
  width: 170px;
  height: 170px;
  display: inline-block;
  color: #867e72;
  text-align: center;
}
.honorpage .profile-image span.icon-page:before {
  font-size: 163.2px;
  line-height: 142.8px;
}
@media (max-width: 767px) {
  .honorpage .profile-image span.icon-page:before {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .honorpage .profile-image span.icon-page {
    width: 69px;
    height: 69px;
  }
}
.honorpage .hp-header {
  background: rgba(4, 76, 102, 0.8);
}
.honorpage .hp-header .hp-row {
  padding: 4px 0px 5px 200px;
  margin: 0px 20px;
  min-height: 40px;
}
@media (max-width: 767px) {
  .honorpage .hp-header .hp-row {
    padding: 4px 0 5px 0;
    margin: 0 8px;
  }
}
.honorpage .hp-header .hp-row:first-child > * {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .honorpage .hp-header .hp-row:first-child > * {
    margin-top: 12px;
  }
}
.honorpage .hp-header .hp-row:not(:last-child) {
  border-bottom: 1px solid white;
}
.honorpage .hp-header .hp-row .hp-hdr-btn {
  position: relative;
  top: 3px;
}
.honorpage .hp-header .hp-row h1 {
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .honorpage .hp-header .hp-row h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .honorpage .hp-header .hp-row h1 {
    font-size: 32px;
    clear: both;
    padding-top: 26px;
  }
}
.honorpage .hp-header .mil-info {
  padding-top: 8px;
  min-height: 50px;
}
@media (min-width: 768px) {
  .honorpage .hp-header .mil-info {
    font-size: 20px;
  }
}
.honorpage .hp-header button {
  color: white !important;
}
.honorpage .hp-header .no-btn {
  font-size: 22px;
}
.honorpage .mil-info {
  margin-top: 4px;
}
.honorpage .mil-icons {
  display: inline-table;
}
.honorpage .mil-icons .goldstar {
  display: table-cell;
  font-size: 32px;
  vertical-align: top;
}
.honorpage .mil-icons .general-image {
  display: table-cell;
  vertical-align: top;
  padding: 0 4px;
}
.honorpage .mil-icons .general-image img {
  box-sizing: border-box;
  height: 25px;
}
.honorpage .mil-icons .general-image:nth-of-type(1) img {
  height: 20px;
}
@media print {
  .honorpage .mil-icons .general-image:nth-of-type(n+2) {
    -webkit-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1);
  }
}
.honorpage .tab-nav {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 37px;
}
@media (min-width: 768px) {
  .honorpage .tab-nav {
    padding-left: 204px;
  }
}
.honorpage .hp-right-col {
  padding: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .honorpage .hp-right-col {
    padding: 0 20px 20px 20px;
  }
}
.honorpage .hp-right-col .hp-tws-link {
  text-align: center;
  padding-bottom: 10px;
}
.honorpage .hp-right-col .hp-tws-link .tws-text {
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .honorpage .hp-right-col .hp-tws-link img {
    max-width: 190px;
  }
}
@media (max-width: 992px) {
  .honorpage .hp-right-col .hp-tws-link img {
    max-width: 230px;
  }
}
@media (max-width: 1199px) {
  .honorpage .hp-right-col .hp-related-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .honorpage .hp-right-col .hp-related-wrap {
    padding-left: 0px;
  }
}
.honorpage .hp-right-col .hp-related-wrap .dropdown {
  top: -8px;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-buttons {
  border-bottom: 1px solid #36322d;
  padding: 6px 4px;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-buttons p {
  margin: 0 0 6px;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link {
  border-top: 1px solid rgba(158, 151, 141, 0.7);
  padding: 10px 2px;
  position: relative;
  margin: 0;
  clear: both;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link a:hover {
  text-decoration: none;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link img {
  background-color: #fff;
  object-fit: contain;
  width: 50px;
  height: 50px;
  border: 1px solid #9e978d;
  margin-right: 10px;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link span.icon-f3 {
  color: #36322d;
  cursor: pointer;
  font-size: 20px;
  margin-top: -16px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  visibility: hidden;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link .media-body span {
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link:hover {
  background: rgba(158, 151, 141, 0.2);
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link:hover span {
  opacity: 1;
  visibility: visible;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link:hover span.icon-f3 {
  visibility: visible;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link:hover span.icon-f3:hover {
  color: rgba(54, 50, 45, 0.75);
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link .media-body .media-heading:hover {
  text-decoration: underline;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link .media-body .relation {
  display: block;
  visibility: visible;
  opacity: 1;
}
.honorpage .hp-right-col .hp-related-wrap .hp-related-link .media-body p,
.honorpage .hp-right-col .hp-related-wrap .hp-related-link .media-body span,
.honorpage .hp-right-col .hp-related-wrap .hp-related-link .media-body a {
  font-size: 13px;
  margin: 3px 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  .honorpage .hp-right-col .hp-related-wrap .hp-related-scroll {
    max-height: 900px;
    overflow-y: auto;
    width: 100%;
  }
}
.honorpage .hp-button {
  background: #c14139;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  padding: 6px 12px;
  color: white;
}
.honorpage .hp-button:hover {
  background: #ad3a33;
}
.honorpage .hp-button:active {
  background: -moz-linear-gradient(top, #802b26 5%, #9a342d 100%);
  background: -webkit-linear-gradient(top, #802b26 5%, #9a342d 100%);
  background: linear-gradient(to bottom, #802b26 5%, #9a342d 100%);
}
.honorpage .hp-button .hp-icon {
  font-size: 1em;
  position: relative;
  top: 1px;
  left: -4px;
}
.honorpage .hp-summary {
  padding: 20px;
  margin-bottom: 0px;
}
.honorpage .hp-summary.editable:hover {
  color: #1d1d1d;
  cursor: pointer;
}
.honorpage .hp-summary.editable:hover:after {
  content: "\2192";
  margin-left: 4px;
}
.honorpage .summary-search {
  border-top: 1px solid rgba(158, 151, 141, 0.2);
  padding: 20px;
}
.honorpage .summary-search .find-more {
  margin-right: 8px;
}
.honorpage .img-carousel {
  position: relative;
  color: white;
  padding: 24px 11px 14px 11px;
  background: rgba(158, 151, 141, 0.7);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .honorpage .img-carousel {
    padding: 8px;
    height: 180px;
  }
}
.honorpage .img-carousel .carousel-btn {
  position: absolute;
  top: 105px;
  right: 0;
  width: 48px;
  height: 60px;
  color: white;
  background: rgba(193, 65, 57, 0.9);
  border-top: 1px solid #36322d;
  border-right: 0px;
  border-bottom: 1px solid #36322d;
  border-left: 1px solid #36322d;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 2em;
}
.honorpage .img-carousel .carousel-btn span {
  position: relative;
  top: 2px;
}
.honorpage .img-carousel .carousel-btn:hover {
  background: #c14139;
}
@media (max-width: 767px) {
  .honorpage .img-carousel .carousel-btn {
    top: 60px;
  }
}
.honorpage .img-carousel .carousel-img {
  height: 200px;
  width: 200px;
  background-size: cover;
  background-position: center;
  margin: 5px;
  padding: 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 480px) {
  .honorpage .img-carousel .carousel-img {
    width: 150px;
    height: 150px;
  }
}
.honorpage .image-tab.dragging .photo.dropping:before {
  content: '\20';
  position: absolute;
  width: 6px;
  height: 100%;
  left: -7px;
  background: #c14139;
}
.honorpage .image-tab .photo {
  margin: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.honorpage .image-tab .photo.add-photo {
  background: white;
}
.honorpage .image-tab img {
  display: inline-block;
  margin: 0;
  object-fit: contain;
}
@media (max-width: 767px) {
  .honorpage .sidebar {
    padding: 20px 0 15px 20px;
  }
}
.honorpage .sidebar .source-doc-wrap {
  margin: 20px 20px 0 0;
}
.honorpage .sidebar:hover .sortable {
  opacity: 1;
}
.honorpage .sidebar-nav {
  background: rgba(158, 151, 141, 0.2);
  margin: 20px 0;
}
.honorpage .sidebar-nav.story-sidebar {
  background: none;
}
@media (min-width: 768px) {
  .honorpage .sidebar-nav.story-sidebar {
    margin: 20px 0 0 20px;
  }
}
.honorpage .sidebar-nav.story-sidebar .story-buttons {
  display: flex;
  justify-content: flex-end;
}
.honorpage .sidebar-nav.story-sidebar .story-buttons button {
  height: 34px;
}
.honorpage .sidebar-nav.story-sidebar .story-sidebar-top {
  padding-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.honorpage .sidebar-nav.story-sidebar .story-sidebar-top .btn-srt {
  margin-right: 4px;
}
.honorpage .sidebar-nav.story-sidebar .story-sidebar-top .story-icon-adj {
  font-size: 1.3em;
  position: relative;
  left: -4px;
}
.honorpage .sidebar-nav.story-sidebar .story-sidebar-top .story-btn-adj {
  position: relative;
  top: -3px;
  left: -2px;
}
.honorpage .sidebar-nav.story-sidebar .story-sidebar-top .story-icon-srt {
  font-size: 1.6em;
  position: relative;
  left: -8px;
  top: -2px;
  margin-right: -8px;
}
.honorpage .sidebar-nav.story-sidebar .story-sidebar-top .story-btn-srt {
  position: relative;
  top: -7px;
  left: -2px;
}
.honorpage .sidebar-nav.story-sidebar .story-srt-btns {
  display: block;
  clear: both;
  text-align: right;
  margin-top: -8px;
}
.honorpage .sidebar-nav.story-sidebar .story-srt-btns button {
  font-size: .8em;
}
.honorpage .sidebar-nav.story-sidebar .story-srt-btns .btn[disabled] {
  opacity: 0.4;
}
.honorpage .sidebar-nav a {
  display: block;
  padding: 8px 10px;
  position: relative;
  border-top: 1px solid rgba(158, 151, 141, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honorpage .sidebar-nav a span {
  background: #c14139;
  visibility: hidden;
  padding: 2px 4px;
  position: absolute;
  right: 8px;
}
.honorpage .sidebar-nav a:hover {
  background: rgba(158, 151, 141, 0.2);
  text-decoration: none;
}
.honorpage .sidebar-nav a:hover span {
  visibility: visible;
}
.honorpage .facts-tab .fact .icon-f3 {
  font-size: 25px;
}
.honorpage .facts-tab .hp-facts {
  padding: 20px 0px 10px 20px;
}
@media (max-width: 767px) {
  .honorpage .facts-tab .hp-facts {
    padding: 10px 12px 10px 20px;
  }
}
.honorpage .facts-tab .hp-facts .dropdown {
  display: inline-block;
}
.honorpage .facts-tab .hp-facts:focus,
.honorpage .facts-tab .hp-facts > div:focus,
.honorpage .facts-tab .hp-facts span:focus {
  outline: none;
}
.honorpage .facts-tab .hp-facts .icon-btn {
  background: #c14139;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  padding: 2px 8px;
  color: white;
}
.honorpage .facts-tab .hp-facts .icon-btn:hover {
  background: #ad3a33;
}
.honorpage .facts-tab .hp-facts .icon-btn:active {
  background: -moz-linear-gradient(top, #802b26 5%, #9a342d 100%);
  background: -webkit-linear-gradient(top, #802b26 5%, #9a342d 100%);
  background: linear-gradient(to bottom, #802b26 5%, #9a342d 100%);
}
.honorpage .facts-tab .hp-facts .icon-btn .icon-plus,
.honorpage .facts-tab .hp-facts .icon-btn .a2-icon-edit {
  font-size: 1em;
  position: relative;
  top: 2px;
  left: -3px;
}
.honorpage .facts-tab .other-facts {
  padding: 0 0 0 20px;
}
.honorpage .facts-tab .source-documents a:hover {
  text-decoration: none;
}
.honorpage .facts-tab .source-documents h5 {
  margin-bottom: 8px;
}
.honorpage .facts-tab .source-documents .source-doc-outer {
  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-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  border-top: 1px solid rgba(158, 151, 141, 0.7);
}
.honorpage .facts-tab .source-documents .source-doc-outer:hover {
  background: rgba(158, 151, 141, 0.2);
}
.honorpage .facts-tab .source-documents .source-doc-outer a {
  width: 100%;
}
.honorpage .facts-tab .source-documents .source-document {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 10px 2px;
}
.honorpage .facts-tab .source-documents .source-document > * {
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.honorpage .facts-tab .source-documents .source-document > *:first-child {
  color: initial;
}
.honorpage .facts-tab .source-documents .source-document.active {
  background-color: #c14139;
  color: white;
}
.honorpage .facts-tab .source-documents .source-document.active p > a {
  color: white;
}
.honorpage .facts-tab .source-documents .source-document img {
  width: 50px;
  height: 50px;
  border: 1px solid #9e978d;
  margin-right: 10px;
  object-fit: cover;
}
.honorpage .facts-tab .source-documents .source-document p {
  margin: auto 0;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.honorpage .facts-tab .source-documents .source-document p.link-source {
  display: block;
}
.honorpage .facts-tab .source-documents .source-document p.link-source * {
  display: inline;
}
.honorpage .facts-tab .source-documents .remove-source {
  visibility: hidden;
}
.honorpage .facts-tab .source-documents div:hover .remove-source {
  visibility: visible;
}
.honorpage .facts-tab .source-documents .source-docs-links li {
  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-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid rgba(158, 151, 141, 0.2);
  padding: 8px 4px;
  max-width: 100%;
}
.honorpage .facts-tab .source-documents .source-docs-links li:hover span {
  visibility: visible;
}
.honorpage .facts-tab .source-documents .source-docs-links li a {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 991px) {
  .honorpage .facts-tab .source-documents .source-docs-links li a {
    word-break: break-all;
    max-width: 115px;
  }
}
@media (max-width: 767px) {
  .honorpage .facts-tab .source-documents .source-docs-links li a {
    word-break: normal;
    max-width: 100%;
  }
}
.honorpage .facts-tab .source-documents .source-docs-links li span {
  -webkit-flex: 0 0 20px;
  -moz-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  visibility: hidden;
  cursor: pointer;
}
.honorpage .facts-tab .f3-dialog-overlay-container.v2 .modal-body {
  height: auto;
  min-height: 339px;
  overflow-y: auto;
}
.honorpage .facts-tab .f3-dialog-overlay-container.v2 .modal-body .col-sm-9 .form-control.add-custom-fact {
  width: 48%;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .honorpage .facts-tab .f3-dialog-overlay-container.v2 .modal-body .col-sm-9 .form-control.add-custom-fact {
    width: 100%;
    margin-right: none;
  }
}
.honorpage .facts-tab .f3-dialog-overlay-container.v2 .modal-body .col-sm-9 .form-control.add-custom-fact-value {
  width: 48%;
}
@media (max-width: 991px) {
  .honorpage .facts-tab .f3-dialog-overlay-container.v2 .modal-body .col-sm-9 .form-control.add-custom-fact-value {
    width: 100%;
    margin-top: 8px;
  }
}
.honorpage .facts-tab .f3-dialog-overlay-container.v2 .modal-body .col-sm-9 .date-preview {
  display: inline;
}
.honorpage .facts-tab .f3-dialog-overlay-container.v2 .modal-body .col-sm-9 .date-preview .date-preview-text {
  position: relative;
  float: right;
  top: -28px;
  right: 8px;
  margin-bottom: -28px;
  color: #9e978d;
}
@media (min-width: 768px) {
  .honorpage .facts-tab .f3-dialog-overlay-container:not(.nested).v2 .f3-dialog {
    width: 60%;
    max-width: 616px;
  }
  .honorpage .facts-tab .f3-dialog-overlay-container:not(.nested).v2 .f3-dialog.add-mil-event {
    min-height: 339px;
    overflow-y: hidden;
  }
}
.honorpage .facts-tab .combobox {
  display: block;
}
.honorpage .facts-tab .combobox input.combobox-input {
  max-width: 100%;
}
.honorpage .facts-tab .combobox input {
  display: inline-block;
}
.honorpage .facts-tab .combobox input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.honorpage .facts-tab .combobox input::-moz-placeholder {
  color: #6e6e6e;
}
.honorpage .facts-tab .combobox input:-ms-input-placeholder {
  color: #6e6e6e;
}
.honorpage .facts-tab .combobox input:-moz-placeholder {
  color: #6e6e6e;
}
.honorpage .facts-tab .combobox .combobox-bar {
  display: block;
  height: 22px;
  width: 1px;
  top: 7px;
  right: 33px;
  border-left: 1px solid #cccccc;
  position: absolute;
  pointer-events: none;
}
.honorpage .facts-tab .combobox > div {
  max-width: 400px;
  height: inherit;
  max-height: 286px;
}
.honorpage .facts-tab .combobox > div.input-field {
  max-width: initial;
}
.honorpage .facts-tab .combobox ul {
  max-width: 400px;
}
.honorpage .facts-tab .mil-combobox .form-group:nth-of-type(1) .combobox-list {
  max-height: 286px;
}
.honorpage .facts-tab .mil-combobox .form-group:nth-of-type(2) .combobox-list {
  max-height: 236px;
}
.honorpage .facts-tab .mil-combobox .form-group:nth-of-type(3) .combobox-list {
  max-height: 185px;
}
.honorpage .facts-tab .mil-combobox .form-group:nth-of-type(4) .combobox-list {
  max-height: 122px;
}
.honorpage .facts-tab .fact-btns {
  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;
}
.honorpage .timeline {
  position: relative;
}
.honorpage .timeline .popout-target {
  height: 34px;
}
.honorpage .timeline .line {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 24px;
  width: 2px;
  background-color: #c14139;
}
.honorpage .timeline .event {
  padding: 12px 10px 12px 0;
  border-top: 1px solid #e5e1db;
}
.honorpage .timeline .event:hover {
  background-color: #d9d6d1;
}
.honorpage .timeline .event:hover .event-head > div.timeline-dates {
  background-color: #d9d6d1;
}
.honorpage .timeline .event:hover .event-head button.icon-plus,
.honorpage .timeline .event:hover .event-head button.a2-icon-edit {
  visibility: visible;
}
.honorpage .timeline .event:hover .event-head button.no-btn {
  white-space: nowrap;
}
.honorpage .timeline .event.expanded:hover {
  background-color: #f0efed;
}
.honorpage .timeline .event.expanded:hover .event-head > div.timeline-dates {
  background-color: #f0efed;
}
.honorpage .timeline .event:last-of-type {
  border-bottom: 1px solid #e5e1db;
}
.honorpage .timeline .event .event-head {
  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;
  position: relative;
  cursor: pointer;
  height: 100%;
}
@media (max-width: 767px) {
  .honorpage .timeline .event .event-head {
    height: 100%;
  }
}
.honorpage .timeline .event .event-head button.icon-plus,
.honorpage .timeline .event .event-head button.a2-icon-edit {
  visibility: hidden;
}
.honorpage .timeline .event .event-head button.icon-plus::before,
.honorpage .timeline .event .event-head button.a2-icon-edit::before {
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .honorpage .timeline .event .event-head button.icon-plus,
  .honorpage .timeline .event .event-head button.a2-icon-edit {
    visibility: visible;
  }
}
.honorpage .timeline .event .event-head div.timeline-dates {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 50px 0 0;
  -moz-flex: 50px 0 0;
  -ms-flex: 50px 0 0;
  flex: 50px 0 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #f0efed;
  top: 2px;
}
@media (max-width: 767px) {
  .honorpage .timeline .event .event-head div.timeline-dates {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    top: 6px;
  }
}
.honorpage .timeline .event .event-head div.timeline-dates span {
  display: block;
  padding: 3px;
  text-align: center;
}
.honorpage .timeline .event .event-head div.timeline-dates span.timeline-dot {
  color: #c14139;
  font-size: 4em;
  line-height: 0;
}
.honorpage .timeline .event .event-head div.event-head-info {
  -webkit-flex: auto 1 0;
  -moz-flex: auto 1 0;
  -ms-flex: auto 1 0;
  flex: auto 1 0;
  max-width: 87%;
}
@media (max-width: 1199px) {
  .honorpage .timeline .event .event-head div.event-head-info {
    max-width: 84%;
  }
}
@media (max-width: 991px) {
  .honorpage .timeline .event .event-head div.event-head-info {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .honorpage .timeline .event .event-head div.event-head-info {
    max-width: 73%;
  }
}
@media (max-width: 375px) {
  .honorpage .timeline .event .event-head div.event-head-info {
    max-width: 68%;
  }
}
@media (max-width: 321px) {
  .honorpage .timeline .event .event-head div.event-head-info {
    max-width: 62%;
  }
}
.honorpage .timeline .event .event-head div.event-head-info p {
  height: 100%;
  margin: 0 0 6px 0;
}
.honorpage .timeline .event .event-head div.event-head-info p.expanded {
  animation: expandVertical 200ms forwards;
}
@keyframes a2-expandVertical {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@-webkit-keyframes a2-expandVertical {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
.honorpage .timeline .event .event-head div.event-head-info p.collapsed {
  animation: collapseVertical 200ms forwards;
}
@keyframes a2-collapseVertical {
  0% {
    height: 15px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes a2-collapseVertical {
  0% {
    height: 15px;
  }
  100% {
    height: 0;
  }
}
.honorpage .timeline .event .event-head div.event-head-arrow {
  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: 70px 0 0;
  -moz-flex: 70px 0 0;
  -ms-flex: 70px 0 0;
  flex: 70px 0 0;
  color: #686057;
}
.honorpage .timeline .event.active {
  border-top: 3px solid #c14139;
  border-bottom: 3px solid #c14139;
}
.honorpage .timeline .event .hp-event-title {
  font-weight: bold;
}
.honorpage .timeline .event .fact-title {
  font-weight: bold;
}
.honorpage .timeline .event .facts .fact {
  background: #d9d6d1;
}
.honorpage .timeline .event .facts .fact div.icon-btn {
  color: #686057;
}
.honorpage .timeline .event .facts .fact p {
  margin: 0;
}
@media (max-width: 767px) {
  .honorpage .timeline .event .facts .fact p {
    height: 100%;
    max-width: 320px;
  }
}
@media (max-width: 376px) {
  .honorpage .timeline .event .facts .fact p {
    max-width: 270px;
  }
}
@media (max-width: 321px) {
  .honorpage .timeline .event .facts .fact p {
    max-width: 200px;
  }
}
.honorpage .timeline .event .facts .fact .fact-user-wrap {
  font-size: 12px;
  visibility: hidden;
}
.honorpage .timeline .event .facts .fact .fact-user:hover {
  text-decoration: none;
}
.honorpage .timeline .event .facts .fact:hover .fact-user-wrap {
  visibility: visible;
}
.honorpage .timeline .military-event {
  background-color: #36322d;
  color: white;
  margin: 20px 0;
}
.honorpage .timeline .military-event .military-banner {
  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-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 4px;
  background-color: #044c66;
  cursor: pointer;
}
.honorpage .timeline .military-event .military-banner > span {
  background-color: #044c66;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 3px;
  z-index: 2;
}
.honorpage .timeline .military-event .military-banner .event-head-arrow {
  margin-top: 2px;
  margin-right: 6px;
}
.honorpage .timeline .military-event .military-banner .event-head-arrow .icon-plus::before,
.honorpage .timeline .military-event .military-banner .event-head-arrow .a2-icon-edit::before {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.honorpage .timeline .military-event.active {
  border-top: 3px solid #c14139;
  border-bottom: 3px solid #c14139;
}
.honorpage .timeline .military-event .hp-event-title {
  font-weight: bold;
}
.honorpage .timeline .military-event .fact-title {
  font-weight: bold;
}
.honorpage .timeline .military-event .facts .fact {
  background-color: #36322d;
  margin-top: 3px;
}
.honorpage .timeline .military-event .facts .fact:last-of-type {
  border-bottom: 0px;
}
.honorpage .timeline .military-event .facts .fact div.icon-btn {
  color: white;
}
.honorpage .timeline .military-event .facts .fact p {
  margin: 0 0 4px 0;
}
@media (max-width: 767px) {
  .honorpage .timeline .military-event .facts .fact p {
    height: 100%;
    max-width: 320px;
  }
}
@media (max-width: 376px) {
  .honorpage .timeline .military-event .facts .fact p {
    max-width: 270px;
  }
}
@media (max-width: 321px) {
  .honorpage .timeline .military-event .facts .fact p {
    max-width: 200px;
  }
}
.honorpage .timeline .military-event .facts .fact .fact-user-wrap {
  position: relative;
  top: -4px;
  font-size: 12px;
  color: #cccccc;
  visibility: hidden;
}
.honorpage .timeline .military-event .facts .fact .fact-user {
  color: #cccccc;
}
.honorpage .timeline .military-event .facts .fact .fact-user:hover {
  text-decoration: none;
  color: #b3b3b3;
}
.honorpage .timeline .military-event .facts .fact:hover .fact-user-wrap {
  visibility: visible;
}
.honorpage .timeline .military-event .event:hover {
  background-color: #524c44;
}
.honorpage .timeline .military-event .event:hover .event-head > div.timeline-dates {
  background-color: #524c44;
}
.honorpage .timeline .military-event .event.expanded:hover {
  background-color: #36322d;
}
.honorpage .timeline .military-event .event.expanded:hover .event-head > div.timeline-dates {
  background-color: #36322d;
}
.honorpage .timeline .military-event .event .event-head div.timeline-dates {
  background-color: #36322d;
}
.honorpage .timeline .military-event .event .event-head div.event-head-arrow {
  color: white;
}
.honorpage .timeline .military-event div.timeline-dates {
  background-color: #36322d;
}
.honorpage .timeline .facts {
  padding-left: 50px;
}
.honorpage .timeline .facts .fact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 6px 8px;
  border-bottom: 2px solid #eeeeee;
}
.honorpage .timeline .facts .fact:hover div.icon-btn {
  visibility: visible;
}
.honorpage .timeline .facts .fact > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-flex: auto 1 0;
  -moz-flex: auto 1 0;
  -ms-flex: auto 1 0;
  flex: auto 1 0;
  padding-right: 4px;
  max-width: 100%;
}
.honorpage .timeline .facts .fact > div:last-of-type {
  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-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex: auto 0 0;
  -moz-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
  text-align: right;
}
.honorpage .timeline .facts .fact div.icon-btn {
  visibility: hidden;
}
.honorpage .timeline .facts .fact h5 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .honorpage .row {
    margin-right: 0px;
  }
  .honorpage .row .col-sm-9 {
    padding-right: 0px;
  }
}
.honorpage figure.fixedCaption {
  position: relative;
}
.honorpage figure.fixedCaption figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-in;
  -o-transition: opacity 350ms ease-in;
  transition: opacity 350ms ease-in;
}
.honorpage figure.fixedCaption figcaption span,
.honorpage figure.fixedCaption figcaption strong {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 10px;
}
.honorpage figure.fixedCaption figcaption span:empty,
.honorpage figure.fixedCaption figcaption strong:empty {
  display: none;
}
.honorpage figure.fixedCaption:hover figcaption {
  opacity: 1;
}
.honorpage .modal-header {
  border-color: rgba(158, 151, 141, 0.7);
}
.honorpage .form-group.row {
  margin-left: 0px;
  margin-right: 0px;
}
.honorpage .typeBadge {
  font-size: 15px;
  line-height: 34px;
}
.honorpage .summary-timeline .timeline .line {
  display: none;
}
.honorpage .summary-timeline .timeline .military-event {
  background: #f0efed;
}
.honorpage .summary-timeline .timeline .military-banner {
  cursor: auto;
}
.honorpage .summary-timeline .timeline .facts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  background: #f0efed;
}
.honorpage .summary-timeline .timeline .facts .fact {
  display: block;
  background: none;
  color: #1d1d1d;
  width: 262px;
  margin-left: 20px;
  border-bottom: 1px solid rgba(158, 151, 141, 0.7);
}
@media (min-width: 1200px) {
  .honorpage .summary-timeline .timeline .facts .fact:nth-child(3n+1):nth-last-child(-n+3),
  .honorpage .summary-timeline .timeline .facts .fact:nth-child(3n+1):nth-last-child(-n+3) ~ .fact {
    border-bottom: none;
  }
}
@media (max-width: 1200px) {
  .honorpage .summary-timeline .timeline .facts .fact {
    width: 326px;
  }
  .honorpage .summary-timeline .timeline .facts .fact:nth-child(2n+1):nth-last-child(-n+2),
  .honorpage .summary-timeline .timeline .facts .fact:nth-child(2n+1):nth-last-child(-n+2) ~ .fact {
    border-bottom: none;
  }
}
@media (max-width: 706px) {
  .honorpage .summary-timeline .timeline .facts .fact {
    width: 100%;
  }
  .honorpage .summary-timeline .timeline .facts .fact:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(158, 151, 141, 0.7);
  }
  .honorpage .summary-timeline .timeline .facts .fact:nth-child(2n+1):nth-last-child(-n+2) ~ .fact {
    border-bottom: none;
  }
}
.honorpage .summary-timeline .timeline .facts .fact .fact-user-wrap {
  display: none;
}
.honorpage .RelationDescriptionDialog {
  text-align: left;
}
.honorpage .RelationDescriptionDialog .relation-images {
  text-align: center;
}
.honorpage .RelationDescriptionDialog .relation-images > span {
  color: #c14139;
  position: relative;
  top: -8px;
}
.honorpage .RelationDescriptionDialog .relation-images .storypage-thumbnail img {
  border: 1px solid #9e978d;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .honorpage .RelationDescriptionDialog .relation-images .storypage-thumbnail img {
    margin-top: 8px;
  }
}
.honorpage .RelationDescriptionDialog .relation-images .storypage-thumbnail .thumbnail {
  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;
}
.honorpage .RelationDescriptionDialog form {
  max-width: 55%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .honorpage .RelationDescriptionDialog form {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .honorpage .RelationDescriptionDialog form {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .honorpage .RelationDescriptionDialog form {
    max-width: 100%;
  }
}
.honorpage .RelatedPagesDialog {
  text-align: left;
}
.honorpage .UserConnectionDialog form {
  max-width: 55%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .honorpage .UserConnectionDialog form {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .honorpage .UserConnectionDialog form {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .honorpage .UserConnectionDialog form {
    max-width: 100%;
  }
}
.upload-list li {
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
}
.upload-list li:last-child {
  border-bottom: 0;
}
.upload-list li .form-control {
  font-weight: normal;
}
.selected-images .upload-list label {
  margin-right: 10px;
}
.AddPhotoButton {
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid #9e978d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0;
  height: 100%;
  color: #c14139;
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.AddPhotoButton:hover > span {
  background: white;
  color: #9a342d;
}
.AddPhotoButton > button {
  background: none;
  border: 0;
}
.AddPhotoButton > button .add-image-icon {
  display: block;
  font-size: 72px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .AddPhotoButton > button .add-image-icon {
    font-size: 48px;
    margin-bottom: -14px;
  }
}
.StoryDetails {
  height: auto;
  position: relative;
  border-top: 2px solid #c14139;
}
.StoryDetails.collapsed {
  max-height: 220px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.StoryDetails.collapsed:after {
  background-image: -webkit-linear-gradient(top, rgba(240, 239, 237, 0.1) 0, #f0efed 80%);
  background-image: -o-linear-gradient(top, rgba(240, 239, 237, 0.1) 0, #f0efed 80%);
  background-image: linear-gradient(to bottom, rgba(240, 239, 237, 0.1) 0, #f0efed 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1af0efed', endColorstr='#fff0efed', GradientType=0);
  display: block;
  content: "\20";
  position: absolute;
  width: calc(100% + 120px);
  height: 40px;
  bottom: 0;
  left: -120px;
}
.StoryDetails.collapsed.story-imgs {
  padding-left: 120px;
}
.StoryDetails.collapsed.story-imgs figure {
  left: 10px;
  top: 42px;
  position: absolute;
}
.StoryDetails.collapsed.story-imgs figure img {
  max-width: 100px;
}
.StoryDetails.collapsed .ImageBlock,
.StoryDetails.collapsed .collapser-support {
  display: none;
}
.StoryDetails > a[name] {
  position: absolute;
  top: -10px;
}
.StoryDetails:first-child {
  border-top-width: 0;
  margin-top: -2px;
}
.StoryDetails:last-child {
  border-bottom: 0 none;
  margin-bottom: 20px;
}
.StoryDetails:only-child {
  border-bottom: 2px solid #c14139;
}
.StoryDetails:not(:last-child) {
  margin-bottom: 10px;
}
.StoryDetails .f3-dialog-overlay-container.v2 .modal-body {
  height: auto;
}
.StoryDetails img {
  max-width: 100%;
}
.StoryBlock {
  margin-bottom: 20px;
  /*
	&:after {
		border-top: 1px solid @border-gray;
		content: "\20";
		display: block;
		margin: 30px auto 0;
		text-align: center;
		width: 15%;
	}
	&:last-child {
		//margin-bottom: 60px;
		&:after {
			display: none;
		}
	}
	*/
}
.StoryBlock.empty {
  margin: 60px 0;
}
.StoryBlock.StoryBlock-text {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  white-space: pre-line;
  max-width: 770px;
}
.liner {
  border-top-color: rgba(158, 151, 141, 0.7);
}
.StoryEditor .toolbar {
  background: #9e978d;
  padding: 2px;
}
.StoryEditor .toolbar button {
  margin: 0px 2px;
}
.StoryEditor .toolbar button::before {
  vertical-align: middle;
}
.StoryEditor .toolbar .spacer {
  display: inline-block;
  width: 10px;
}
.StoryEditor .blockWrapper {
  cursor: pointer;
  margin: 20px 0;
  border-radius: 4px;
  border: 1px solid #f0efed;
}
.StoryEditor .blockWrapper.active {
  border: 1px solid #66afe9;
  background: white;
}
.StoryEditor .blockWrapper.active:hover {
  border: 1px solid #66afe9;
}
.StoryEditor .blockWrapper.active .thumbnail {
  display: block;
  text-align: center;
  width: 100px;
}
.StoryEditor .blockWrapper.active .thumbnail img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 100px;
}
.StoryEditor .blockWrapper:hover {
  background: #fcfbfb;
  border: 1px dashed #cccccc;
}
.StoryEditor .blockWrapper.empty-wrap {
  background: #fcfbfb;
  border: 1px dashed #cccccc;
  padding: 20px;
}
.StoryEditor .blockWrapper.empty-wrap.blockAdd {
  width: 47%;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
}
.StoryEditor .blockWrapper.empty-wrap:hover {
  border-color: #c14139;
}
.StoryEditor .blockWrapper .ImageBlock figure {
  margin-bottom: 0;
}
.StoryEditor .blockWrapper .ImageBlock img {
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.StoryEditor .blockWrapper .ImageBlock img:hover {
  border-color: #0072bc;
}
.StoryEditor .StoryBlock {
  border-radius: 4px;
  padding: 20px 12px;
}
.StoryEditor .StoryBlock.collapsed {
  max-height: 120px;
  overflow: hidden;
}
.StoryEditor .StoryBlock:last-child {
  margin: 0;
}
.StoryEditor .StoryImageEditor {
  padding: 10px;
}
.StoryEditor .StoryImageEditor .subdialog .f3-dialog-overlay-container.v2 .modal-body {
  height: auto;
  max-height: calc(100% - 59px);
}
.StoryEditor [class^="RichTextEditor__root_"] {
  font: inherit;
  border-radius: 0;
  border: 0;
  background: none;
  font-size: inherit;
}
.StoryEditor [class^="EditorToolbar__root_"] {
  font: inherit;
  font-size: inherit;
}
.story-info > div {
  padding: 8px 0;
}
.story-content {
  font-size: 16px;
}
.story-content figure {
  text-align: center;
}
.ImageBlock.single {
  text-align: center;
}
.ImageBlock.single figure {
  display: inline-block;
  text-align: center;
}
.ImageBlock.single figure .thumbnail img {
  display: inline-block;
}
.ImageBlock.multiple {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
}
.ImageBlock.multiple:before,
.ImageBlock.multiple:after {
  content: '';
  margin: auto;
}
.ImageBlock.multiple img {
  height: 200px;
  width: auto;
  max-width: none;
}
.ImageBlock.multiple figure {
  margin: 4px;
}
.ImageBlock figcaption {
  font-style: italic;
}
.IconButton {
  color: #c14139;
  line-height: 1.5em;
}
.IconButton span.icon-f3 {
  font-size: 2em;
  vertical-align: middle;
}
.IconButton.flat {
  color: #c14139;
}
.IconButton.flat:hover,
.IconButton.flat:focus {
  color: #a52018;
}
.goldstar {
  color: #d7c804;
  margin: 0;
  line-height: 1;
}
.profile-image-edit {
  text-align: center;
}
.profile-image-edit img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto 12px;
  background: #ffffff url(/img/defaultimage-icon.png) no-repeat 0 0;
  background-size: contain;
  min-height: 116px;
  color: #1d1d1d;
  text-align: center;
}
.mem-page-bg-edit {
  position: relative;
  background-color: #9e978d;
  background-size: cover;
  margin: -15px -15px 0;
  padding: 4px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mem-page-bg-edit .icon-btn {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  color: #fff;
  padding: 8px 4px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mem-page-bg-edit .icon-btn:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
}
.mem-page-bg-edit .icon-btn .icon-f3 {
  vertical-align: middle;
}
.mem-page-bg-edit .icon-btn.btn-half {
  display: inline-block;
  padding-right: 12px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -80px;
  pointer-events: none;
}
.mem-page-bg-edit .icon-btn.btn-half .icon-fscreen {
  font-size: 24px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-info {
  padding: 0 0 20px 20px;
}
@media (min-width: 480px) {
  .col-md-3 .page-info {
    text-align: right;
  }
}
.stories-summary {
  margin-left: 16px;
  margin-bottom: 20px;
}
.stories-summary .StoryDetails {
  margin-left: -15px;
}
.stories-summary .container-fluid {
  padding-left: 16px;
}
#page-info {
  text-align: center;
}
#memorial-settings-dialog h4 {
  text-align: center;
}
#memorial-settings-dialog textarea {
  min-height: 100px;
  max-height: 150px;
  resize: vertical;
}
#memorial-settings-dialog input[type="radio"] {
  margin: 0 10px;
}
.block-display {
  display: block;
}
.EditStoryDialog > .modal-body {
  position: static;
}
.f3-dialog-overlay-container.v2 .modal-content {
  max-height: 99%;
}
.f3-dialog-overlay-container.v2 .modal-body {
  min-height: 299px;
  height: 100%;
  max-height: calc(100vh - 142px);
  overflow-y: auto;
}
.f3-dialog-overlay-container.v2 .modal-body .center-content {
  height: auto;
}
.subdialog .f3-dialog-overlay-container.v2 .modal-body {
  height: auto;
}
.subdialog .f3-dialog-overlay-container.v2 .modal-footer {
  border-top: none;
}
.StickyContainer-fixed .sidebar {
  max-height: 96vh;
  overflow-y: auto;
  padding-right: 4px;
}
.SourcesDialog .modal-title {
  text-align: left;
}
.SourcesDialog .source-or {
  margin-bottom: 22px;
  color: #1d1d1d;
}
.SourcesDialog .input-group-source {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.SourcesDialog .input-group-source input {
  width: calc(100% - 66px);
}
.SourcesDialog .input-group-source .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.SourcesDialog .input-group-source .input-group-btn {
  width: auto;
}
.SourcesDialog .thumbnail > img {
  display: inline-block;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.SourcesDialog .source-info-title {
  margin-top: 4px;
  color: #6a645b;
}
.SourcesDialog .source-info-sub {
  margin-bottom: 8px;
  color: #9e978d;
}
.SourcesDialog .liner {
  margin-top: 8px;
  margin-bottom: 12px;
}
.source-remove {
  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;
}
.source-remove:not(:last-child) {
  border-bottom: 1px solid gray;
}
.source-remove h4 {
  margin-left: 8px;
  margin-right: 8px;
}
.source-remove p {
  margin-top: 12px;
}
.source-help {
  color: #9e978d;
  font-size: .8em;
}
.source-metadata {
  font-size: 12px;
}
.source-metatitle {
  clear: both;
  color: #666;
  float: left;
  line-height: 1.2em;
  margin: 3px 5px 2px 0;
  text-align: right;
  width: 100px;
}
.source-metacontent {
  float: left;
  line-height: 1.20em;
  margin: 3px 0;
  width: 175px;
}
.FinalSourcesView input.form-control {
  margin-bottom: 12px;
}
.FinalSourcesView label.control-label {
  margin-top: 6px;
}
@media (min-width: 992px) {
  #title-page .summary {
    max-width: 630px;
  }
}
@media (min-width: 1200px) {
  #title-page .summary {
    max-width: 830px;
  }
}
#title-page .categories-popout a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.freeform-page #ff-header .title-data .progress {
  background: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  height: 16px;
  margin: 0 0 0 8px;
  padding: 2px;
  vertical-align: bottom;
  width: 200px;
}
.freeform-page #ff-header .title-data .progress .progress-bar {
  background: #ffffff;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.freeform-page #browse-directory {
  position: relative;
  height: 500px;
}
.freeform-page aside .search-records {
  margin-top: 20px;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 768px) {
  .freeform-page aside .search-records > a {
    margin: auto;
  }
}
.freeform-page .title-list-item {
  border-bottom: 1px solid #cccccc;
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 50px;
  margin: 20px 10px;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .freeform-page .title-list-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.freeform-page .title-list-item > div {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .freeform-page .title-list-item > div {
    padding: 8px 16px;
  }
}
.freeform-page .title-list-item figure {
  min-width: 106px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .freeform-page .title-list-item figure {
    min-width: 200px;
    width: 20%;
  }
}
.freeform-page .title-list-item figure div {
  background: #e5e1db;
  border: 1px solid #cccccc;
  display: block;
  height: 150px;
  overflow: hidden;
  width: 200px;
}
.freeform-page .title-list-item figure img {
  background-color: #fff;
  height: 150px;
  min-width: 100%;
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.freeform-page .title-list-item figure span {
  background: #e5e1db;
  color: #9e978d;
  display: block;
  font-size: 100px;
  padding-left: 10px;
  text-align: center;
}
.freeform-page .title-list-item h4 {
  color: #0072bc;
}
.freeform-page .title-list-item h4 span.free {
  color: #107e2a;
  font-weight: normal;
}
.freeform-page .title-list-item h4:hover {
  text-decoration: underline;
}
.freeform-page .title-list-item:visited h4 {
  color: #005389;
}
.freeform-page .title-list-item .progress {
  background: transparent;
  border-radius: 0;
  border: 1px solid #c14139;
  display: inline-block;
  height: 16px;
  margin: 0 8px 0 0;
  padding: 2px;
  vertical-align: bottom;
  width: 50%;
}
.freeform-page .title-list-item .progress .progress-bar {
  background: #c14139;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.freeform-page .page-section .related-storypages ul {
  padding-left: 0;
  list-style: none;
}
.freeform-page .page-section .related-storypages li {
  display: inline-block;
  vertical-align: top;
}
.freeform-page .page-section .related-storypages a {
  display: block;
  margin: 5px;
}
.freeform-page .page-section .related-storypages a figure {
  max-width: 70px;
}
.freeform-page .page-section .related-storypages a figure div {
  background-size: 100%;
  background-position: 50% 50%;
  width: 64px;
  height: 64px;
  background-color: #e5e1db;
}
.freeform-page .page-section .related-storypages a figure div.icon-f3 {
  color: #686057;
  font-size: 62px;
  background-color: #e5e1db;
  overflow: hidden;
  text-align: center;
}
.freeform-page .page-section .related-storypages a figure figcaption {
  line-height: 1.3em;
  white-space: wrap;
}
.search-records {
  background: #d1dce3;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .search-records {
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.search-records form {
  -webkit-flex: 1 auto;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.search-records form .input-group {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  width: 100%;
}
.search-records em {
  display: block;
  font-style: normal;
  padding: 8px;
  text-align: center;
}
.search-records .input-group-btn {
  text-align: left;
}
.search-records button {
  background-color: #c14139;
}
.search-records a {
  display: block;
  margin: 5px 0 0;
  line-height: 32px;
}
@media (min-width: 768px) {
  .search-records a {
    display: inline-block;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .freeform-page .add-story {
    margin: 0 0 12px;
    top: 32px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .freeform-page .add-story {
    position: absolute;
    left: -100px;
  }
  .scrolled-page.freeform-page .add-story {
    position: fixed;
    top: 60px;
    left: 150px;
  }
}
#add-image-dialog {
  padding: 0 10px;
  text-align: center;
  max-width: 800px;
  width: 60vw;
}
#add-image-dialog .modal-section:first-of-type {
  padding: 0;
  min-height: initial;
}
#add-image-dialog .modal-section:last-of-type {
  height: 300px;
  overflow: scroll;
  outline: 1px solid #6e6e6e;
  box-shadow: inset 0 0 23px -7px #686057;
  background: #eeeeee;
}
#add-image-dialog .modal-section virtual-repeat-scroller {
  display: block;
}
#add-image-dialog .modal-section .gallery-thumbnail,
#add-image-dialog .modal-section .page-thumbnail {
  height: 140px;
  padding: 10px;
  max-width: 100px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
#add-image-dialog .modal-section .gallery-thumbnail img,
#add-image-dialog .modal-section .page-thumbnail img {
  left: 0;
}
#add-image-dialog .modal-section .gallery-thumbnail div,
#add-image-dialog .modal-section .page-thumbnail div {
  position: relative;
  background-color: #e6e6e6;
  border: 2px solid #cccccc;
  height: 100px;
  width: 82px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1px;
  -webkit-transition: border 0.35s linear;
  -o-transition: border 0.35s linear;
  transition: border 0.35s linear;
}
#add-image-dialog .modal-section .gallery-thumbnail div img,
#add-image-dialog .modal-section .page-thumbnail div img {
  display: block;
  height: auto;
  min-width: 25px;
  max-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#add-image-dialog .modal-section .gallery-thumbnail figcaption,
#add-image-dialog .modal-section .page-thumbnail figcaption {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#add-image-dialog .modal-section .gallery-thumbnail:hover div,
#add-image-dialog .modal-section .page-thumbnail:hover div,
#add-image-dialog .modal-section .gallery-thumbnail.active div,
#add-image-dialog .modal-section .page-thumbnail.active div {
  border-color: #c14139;
}
#add-image-dialog .modal-section .gallery-thumbnail:hover figcaption,
#add-image-dialog .modal-section .page-thumbnail:hover figcaption,
#add-image-dialog .modal-section .gallery-thumbnail.active figcaption,
#add-image-dialog .modal-section .page-thumbnail.active figcaption {
  color: #0072bc;
}
#add-image-dialog .modal-section .gallery-thumbnail.active,
#add-image-dialog .modal-section .page-thumbnail.active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#add-image-dialog .modal-section .gallery-thumbnail.active > div,
#add-image-dialog .modal-section .page-thumbnail.active > div {
  background-color: #a1a1a1;
}
#add-image-dialog .pagination {
  margin: 0;
}
#add-image-dialog .pagination li.active {
  background-color: #c14139;
}
#add-image-dialog .pagination li.active a {
  color: white;
}
#add-image-dialog .pagination li a {
  text-transform: capitalize;
  color: #044c66;
}
*[inline-editor] *[contenteditable]:hover {
  background-color: #f6f5f3;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
}
*[inline-editor] [contenteditable="true"] {
  background-color: #f6f5f3;
  border-radius: 4px;
  color: black;
  display: block;
  outline: none;
  padding: 20px;
}
*[inline-editor] div.editing-footer {
  text-align: right;
}
@media print {
  *[inline-editor] div.editing-footer {
    display: none !important;
  }
}
*[inline-editor] div.editing-footer span,
*[inline-editor] div.editing-footer button {
  display: inline!important;
  font-size: 14px!important;
  margin: 10px!important;
}
#page-deleted-dialog {
  text-align: center;
}
/*
.keyframes(@name; @arguments) {
	@-moz-keyframes @name { @arguments(); }
	@-webkit-keyframes @name { @arguments(); }
	@keyframes @name { @arguments(); }
}

*/
.fadeIn {
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 300ms;
  animation: fadeOut 300ms;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.fadeInFilmstrip {
  -webkit-animation: fadeInFilmstrip 300ms;
  animation: fadeInFilmstrip 300ms;
}
@-webkit-keyframes fadeInFilmstrip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInFilmstrip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.enterLeft {
  -webkit-animation: enterLeft 500ms;
  -o-animation: enterLeft 500ms;
  animation: enterLeft 500ms;
}
@-webkit-keyframes enterLeft {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes enterLeft {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.flyInRight {
  -webkit-animation: flyInRight 250ms;
  -o-animation: flyInRight 250ms;
  animation: flyInRight 250ms;
}
@-webkit-keyframes flyInRight {
  0% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes flyInRight {
  0% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.flyInLeft {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
.flyOutLeft {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
@-webkit-keyframes browse-menu {
  0% {
    display: block;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    max-height: 80vh;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes browse-menu {
  0% {
    display: block;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -6px);
    -ms-transform: translate(-50%, -6px);
    -o-transform: translate(-50%, -6px);
    transform: translate(-50%, -6px);
  }
  100% {
    max-height: 80vh;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 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);
  }
}
.spinner {
  margin: -11px 0 0 -50px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
  z-index: 1000;
}
.spinner.block,
.spinner.inline {
  margin: initial;
  width: auto;
  position: static;
}
.spinner.block {
  display: block;
}
.spinner.inline {
  display: inline-block;
}
.spinner.dark > div {
  background-color: #36322d;
}
.spinner > div {
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  margin: 5px;
  width: 18px;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -o-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.icon-pop {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.icon-pop:before {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.icon-pop.on:before {
  -webkit-animation-name: icon-pop;
  animation-name: icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes icon-pop {
  50% {
    -webkit-transform: scale(1.5);
  }
}
@keyframes icon-pop {
  50% {
    transform: scale(1.5);
  }
}
/*
 Yellow Fade technique */
.yft,
.hl:target {
  background-color: transparent;
  -webkit-animation-name: yft;
  animation-name: yft;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes yft {
  0% {
    background-color: #fff799;
    box-shadow: 0 0 4px #fff799;
  }
  100% {
    background-color: transparent;
    box-shadow: none;
  }
}
@keyframes yft {
  from {
    background-color: #fff799;
    box-shadow: 0 0 4px #fff799;
  }
  to {
    background-color: transparent;
    box-shadow: none;
  }
}
.a2-fadeIn {
  -webkit-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
}
@-webkit-keyframes a2-fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a2-fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wonky {
  animation: wonky 1800s infinite linear;
}
@keyframes wonky {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.bounceRight {
  -webkit-animation: bounceRight 2s 2;
  -o-animation: bounceRight 2s 2;
  animation: bounceRight 2s 2;
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
.bounceLeft {
  -webkit-animation: bounceLeft 2s 2;
  -o-animation: bounceLeft 2s 2;
  animation: bounceLeft 2s 2;
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
.bounceUp {
  -webkit-animation: bounceUp 2s 2;
  -o-animation: bounceUp 2s 2;
  animation: bounceUp 2s 2;
}
@keyframes bounceUp {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
  }
}
.bounceDown {
  -webkit-animation: bounceDown 2s 2;
  -o-animation: bounceDown 2s 2;
  animation: bounceDown 2s 2;
}
@keyframes bounceDown {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.discoveries {
  position: relative;
}
.discoveries[type="user"] .discovery {
  padding-left: 20px;
}
.discoveries .discovery {
  padding: 10px 20px 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #e5e1db;
}
.discoveries .discovery .user-icon {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-basis: 90px;
  flex-basis: 90px;
  text-align: center;
  padding: 4px 10px;
}
.discoveries .discovery .user-icon img {
  border-radius: 4px;
}
.discoveries .discovery .discovery-info {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.discoveries .discovery .discovery-info .first-contribution {
  position: relative;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-info div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-info div a {
  padding-right: 4px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-info div span {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-info div span:last-of-type {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-basis: 90px;
  flex-basis: 90px;
  text-align: right;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview {
  border: 1px solid #e5e1db;
  border-radius: 4px;
  min-height: 100px;
  margin-top: 10px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a {
  border-radius: 4px;
  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-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  overflow-y: hidden;
  max-height: 400px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a:hover {
  text-decoration: none;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a:hover.card .card-info span {
  visibility: visible;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a.image-with-rect {
  background: #6E6E6E;
  border-left: 5px solid #c14139;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a:not(.image-with-rect) img.disc-vertical {
  height: 100px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a:not(.image-with-rect) img.disc-horizontal {
  height: 100px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a .disc-avat {
  border-left: 5px solid #c14139;
  border-right: 1px solid #e5e1db;
  max-height: 200px;
  width: 100px;
  font-size: 72px;
  color: #9e978d;
  text-align: center;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a .disc-avat.icon- {
  display: none;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a > img {
  background-color: #36322d;
  border-left: 5px solid #c14139;
  max-height: 200px;
  max-width: 200px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a > img.hasRect {
  border-left: none;
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a > img.hasRect.disc-vertical {
  height: auto;
  width: auto;
  max-width: none;
  max-height: none;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a > img.hasRect.disc-horizontal {
  margin: 0 auto;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a h1 {
  color: #1d1d1d;
  width: 100%;
  font-weight: 200;
  margin: 0;
  padding: 0 15px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a h1:empty {
  display: none;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a p {
  margin: 0;
  padding: 0 15px;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a.card {
  border-left: 5px solid #e5e1db;
  min-height: 100px;
  padding: 0 12px 0 0;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a.card .card-info p {
  max-height: 45px;
  overflow: hidden;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a.card .card-info p:before {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  content: '\2026';
  width: 3rem;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a.card .card-info p:after {
  content: '';
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}
.discoveries .discovery .discovery-info .first-contribution .first-contribution-preview > a.card .card-info span {
  position: absolute;
  top: 10px;
  right: 15px;
  visibility: hidden;
}
.discoveries .discovery .discovery-info .all-contributions {
  cursor: pointer;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list {
  font-size: 15px;
  list-style: none;
  margin: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list.expanded {
  -webkit-box-shadow: inset 0 15px 12px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 15px 12px -10px rgba(0, 0, 0, 0.5);
  background-color: #f4f2ef;
  border: 1px solid #e5e1db;
  height: auto;
  max-height: 200px;
  overflow-y: scroll;
  padding: 4px;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 1px solid transparent;
  border-width: 1px 0;
  padding: 10px 15px;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list > li:first-child {
  border-width: 0 0 1px;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list > li:nth-child(even) {
  background: #fff;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list > li:hover {
  border-color: #e5e1db;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list > li a {
  display: block;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  color: #1d1d1d;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list > li a:hover {
  color: #0072bc;
  text-decoration: none;
}
.discoveries .discovery .discovery-info .all-contributions .contribs-list > li span:last-of-type {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-basis: 90px;
  flex-basis: 90px;
  text-align: right;
}
.discoveries .expander {
  color: #9e978d;
  font-size: 15px;
  padding: 12px 0;
}
.discoveries .expander.Hide .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.discoveries .empty-card-info {
  padding: 20px;
  text-align: center;
  color: #6e6e6e;
}
.caret,
.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;
}
.btn-acom {
  background: #6ba410;
  font-size: 15px;
  margin-left: 12px;
  padding: 0 8px 6px 8px;
  color: #fff;
}
.btn-acom:hover {
  background: #4d760b;
  color: #fff;
}
.btn-acom.icon-acom:before {
  font-size: 24px;
  position: relative;
  top: 6px;
  left: -4px;
  line-height: .8;
}
@media (max-width: 767px) {
  .btn-acom {
    padding: 0 2px 6px 6px;
  }
  .btn-acom .acom-hide {
    display: none;
  }
}
.acom-btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media (min-width: 480px) {
  .acom-btn {
    margin: 5px 4px 0!important;
  }
}
@media (min-width: 992px) {
  .acom-btn {
    margin: 0;
  }
}
.tt-acom-btn {
  display: inline-block;
}
.acom-btn {
  position: relative;
  margin: 0;
  background: #6ba410;
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px;
}
.acom-btn.icon-acom {
  padding-left: 41px;
}
.acom-btn.icon-acom:before {
  line-height: 1em;
  font-size: 28px;
  position: absolute;
  left: 16px;
  top: 1px;
  vertical-align: middle;
}
.acom-btn:hover {
  background: #4d760b;
  color: #fff;
}
.banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-color: #e5e1db;
}
#record-page {
  background-color: white;
  margin: 0 auto 8px auto;
  padding: 4px 0 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  #record-page {
    border: 1px solid #e5e1db;
    margin: 0 auto 48px auto;
    max-width: 1170px;
    min-height: 60vh;
    top: 50px;
    width: 95%;
  }
}
#record-page h5 {
  margin: 20px 0;
  text-align: center;
  font-weight: 500;
  color: #686057;
  text-transform: uppercase;
}
#record-page .intro {
  margin: 0 0 5px 0;
  text-align: center;
  font-weight: 500;
  color: #e5e1db;
  text-transform: uppercase;
}
#record-page .paging-tabs {
  text-align: center;
  margin-top: -60px;
}
#record-page .active .badge {
  background: #ffffff;
  color: #9e978d;
}
#record-page .next-prev a {
  color: #bbbbbb;
  font-size: 20px;
  position: absolute;
  top: 140px;
}
@media (min-width: 768px) {
  #record-page .next-prev a {
    font-size: 36px;
    top: 50%;
    margin-top: -18px;
  }
}
#record-page .next-prev a:first-child {
  left: 8px;
}
#record-page .next-prev a:last-child {
  right: 8px;
}
#record-page .next-prev a:hover {
  text-decoration: none;
  color: #6e6e6e;
}
#record-page #record-page-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #eeeeee;
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#record-page #record-page-header .icon-f3:not(.icon-acom) {
  display: inline-block;
  color: #847a6e;
  font-size: 26px;
  padding: 0 15px;
}
#record-page #record-page-header .icon-f3:not(.icon-acom).icon-acom {
  padding: 0;
}
#record-page #record-page-header .icon-f3:not(.icon-acom):hover {
  color: #686057;
  cursor: pointer;
}
#record-page #record-page-header .a2-icon-bookmark {
  color: #c14139;
}
#record-page #record-page-header:hover .a2-icon-bookmark {
  color: #cf645e;
}
#record-page #record-page-header > div {
  text-align: center;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  -webkit-flex: 2 100%;
  -moz-flex: 2 100%;
  -ms-flex: 2 100%;
  flex: 2 100%;
  padding: 0 8px;
}
@media (min-width: 768px) {
  #record-page #record-page-header > div {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    -webkit-flex: 2 50%;
    -moz-flex: 2 50%;
    -ms-flex: 2 50%;
    flex: 2 50%;
    padding: 0;
  }
}
#record-page #record-page-header > div:first-child {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-flex: 1 50%;
  -moz-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #record-page #record-page-header > div:first-child {
    -webkit-flex: 1 25%;
    -moz-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%;
  }
}
#record-page #record-page-header > div:last-child {
  text-align: right;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-flex: 1 50%;
  -moz-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
}
@media (min-width: 768px) {
  #record-page #record-page-header > div:last-child {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    -webkit-flex: 1 25%;
    -moz-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%;
  }
}
#record-page #record-page-header .icon-tools:hover .tools-menu {
  display: block;
  -webkit-animation: mobile-nav 300ms forwards;
  -o-animation: mobile-nav 300ms forwards;
  animation: mobile-nav 300ms forwards;
}
#record-page #record-page-header .tools-menu {
  background-color: white;
  display: none;
  font-size: 14px;
  list-style: none;
  left: auto;
  right: 4px;
  top: 35px;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 10;
}
#record-page #record-page-header .tools-menu li {
  color: #36322d;
  padding: 8px;
  border-bottom: 1px solid #e5e1db;
}
#record-page #record-page-header .tools-menu li span.icon-f3 {
  font-size: 20px;
  padding-left: 0;
  padding-right: 10px;
}
#record-page #record-page-header .tools-menu li:hover {
  background-color: #f4f2ef;
}
#record-page #record-page-header .tools-menu li:last-child {
  border-bottom: 0 none;
  border-radius: 4px;
}
#record-page #record-page-header .tools-menu:before,
#record-page #record-page-header .tools-menu:after {
  border: 1px solid #cccccc;
  border-width: 0 12px 12px;
  border-right-color: transparent;
  border-left-color: transparent;
  content: "\20";
  top: -13px;
  height: 0;
  right: 20px;
  position: absolute;
  width: 0;
}
#record-page #record-page-header .tools-menu:after {
  border-color: #ffffff transparent;
  top: -12px;
}
#record-page #record-page-title {
  background: #787166;
  text-align: center;
  margin: 0 0 20px;
  padding: 12px;
}
@media (min-width: 768px) {
  #record-page #record-page-title {
    padding: 24px;
  }
}
#record-page #record-page-title h1 {
  color: #fff;
  margin: 4px auto;
}
#record-page #record-page-title p {
  font-size: 14px;
}
#record-page #record-page-title p > em {
  font-size: 18px;
  font-style: normal;
  color: #fff;
}
#record-page #record-page-title h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  #record-page #premium-banner {
    position: absolute;
    left: 0;
    width: 200px;
    height: 150px;
    overflow: hidden;
  }
}
#record-page #premium-banner > div {
  color: white;
  text-align: center;
  background-color: #c14139;
  line-height: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  z-index: 3;
}
@media (min-width: 768px) {
  #record-page #premium-banner > div {
    height: 30px;
    width: 215px;
    position: absolute;
    margin-left: -20px;
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    transform: rotate(-28deg);
    top: 22px;
    left: 0;
  }
}
#record-page #tabs {
  max-width: 600px;
  margin: 0 auto;
}
#record-page #info-tab #alternate-info {
  width: 100%;
  display: block;
  text-align: right;
}
#record-page #info-tab #alternate-info > span {
  color: #c14139;
}
#record-page #info-tab .dl-horizontal > div:not(.correction-buttons) {
  border-top: none;
}
#record-page #info-tab .dl-horizontal dt {
  font-size: 16px;
  color: #6e6e6e;
  padding-right: 22px;
  white-space: normal;
  float: left;
  width: 150px;
}
@media (min-width: 768px) {
  #record-page #info-tab .dl-horizontal dt {
    width: 220px;
    white-space: nowrap;
  }
}
#record-page #info-tab .dl-horizontal dd {
  font-size: 16px;
  margin-left: 160px;
}
@media (min-width: 768px) {
  #record-page #info-tab .dl-horizontal dd {
    margin-left: 220px;
  }
}
#record-page #info-tab .dl-horizontal.publication-info dt,
#record-page #info-tab .dl-horizontal.publication-info dd {
  border-top: none;
  color: #6e6e6e;
}
#record-page #info-tab .editable-remove {
  color: #0072bc;
  cursor: pointer;
}
#record-page #info-tab .truncated-metadata dl:first-of-type {
  height: 116px;
  overflow: hidden;
}
#record-page #info-tab .truncated-metadata #metadata-overlay {
  position: relative;
  top: -60px;
  text-align: center;
}
#record-page #info-tab .truncated-metadata #metadata-overlay h4 {
  color: #c14139;
}
#record-page #info-tab .truncated-metadata #metadata-overlay button {
  margin: 10px 0;
}
#record-page #info-tab .truncated-metadata #metadata-overlay ul {
  list-style: none;
  font-size: 18px;
}
#record-page #info-tab .truncated-metadata #metadata-overlay ul li {
  padding-left: 1em;
  margin: 5px 0;
}
#record-page #info-tab .truncated-metadata #metadata-overlay ul li:before {
  content: "\2022";
  color: #c14139;
  font-size: 20px;
  margin-right: 4px;
}
#record-page #info-tab .truncated-metadata #metadata-overlay .fade-overlay {
  height: 50px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffffff', GradientType=0);
}
#record-page .connected-storypage,
#record-page .comment {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
  margin: 10px 0;
  overflow: hidden;
}
#record-page .connected-storypage:before,
#record-page .comment:before,
#record-page .connected-storypage:after,
#record-page .comment:after {
  content: " ";
  display: table;
}
#record-page .connected-storypage:after,
#record-page .comment:after {
  clear: both;
}
#record-page .connected-storypage:before,
#record-page .comment:before,
#record-page .connected-storypage:after,
#record-page .comment:after {
  content: " ";
  display: table;
}
#record-page .connected-storypage:after,
#record-page .comment:after {
  clear: both;
}
#record-page .connected-storypage .storypage-avatar,
#record-page .comment .storypage-avatar,
#record-page .connected-storypage .comment-avatar,
#record-page .comment .comment-avatar {
  width: 40px;
  float: left;
}
#record-page .connected-storypage .storypage-avatar img,
#record-page .comment .storypage-avatar img,
#record-page .connected-storypage .comment-avatar img,
#record-page .comment .comment-avatar img {
  color: #6e6e6e;
  font-size: 10px;
  line-height: 1;
  width: 30px;
  margin: 5px;
}
#record-page .connected-storypage:first-child,
#record-page .comment:first-child {
  border: 0 none;
}
#record-page .connected-storypage p,
#record-page .comment p {
  margin-left: 12px;
}
#record-page .connected-storypage .storypage-content,
#record-page .comment .storypage-content {
  width: calc(100% - 40px);
  float: left;
  padding-left: 10px;
}
#record-page .connected-storypage .storypage-content > p:first-of-type,
#record-page .comment .storypage-content > p:first-of-type {
  margin-bottom: 0;
}
#record-page .connected-storypage .storypage-content .icon-f3,
#record-page .comment .storypage-content .icon-f3 {
  color: #847a6e;
}
#record-page .connected-storypage .storypage-tile,
#record-page .comment .storypage-tile {
  position: relative;
  border: 1px solid #eeeeee;
  border-left: 4px solid #c14139;
  border-radius: 3px;
  min-height: 80px;
}
#record-page .connected-storypage .storypage-tile:before,
#record-page .comment .storypage-tile:before,
#record-page .connected-storypage .storypage-tile:after,
#record-page .comment .storypage-tile:after {
  content: " ";
  display: table;
}
#record-page .connected-storypage .storypage-tile:after,
#record-page .comment .storypage-tile:after {
  clear: both;
}
#record-page .connected-storypage .storypage-tile:before,
#record-page .comment .storypage-tile:before,
#record-page .connected-storypage .storypage-tile:after,
#record-page .comment .storypage-tile:after {
  content: " ";
  display: table;
}
#record-page .connected-storypage .storypage-tile:after,
#record-page .comment .storypage-tile:after {
  clear: both;
}
#record-page .connected-storypage .storypage-tile img,
#record-page .comment .storypage-tile img,
#record-page .connected-storypage .storypage-tile span,
#record-page .comment .storypage-tile span {
  display: block;
  float: left;
}
#record-page .connected-storypage .storypage-tile span,
#record-page .comment .storypage-tile span {
  font-size: 48px;
  padding: 10px 20px;
  background-color: #eeeeee;
}
#record-page .connected-storypage .storypage-tile h2,
#record-page .comment .storypage-tile h2 {
  float: left;
  font-size: 24px;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 120px;
}
#record-page .connected-storypage .delete-comment,
#record-page .comment .delete-comment,
#record-page .connected-storypage .delete-connection,
#record-page .comment .delete-connection {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 8px;
  right: 0;
}
#record-page .connected-storypage:hover .delete-comment,
#record-page .comment:hover .delete-comment,
#record-page .connected-storypage:hover .delete-connection,
#record-page .comment:hover .delete-connection {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#record-page .invite-story h2 {
  margin-top: 0;
}
#record-page .invite-story.connected-storypage {
  border-top: 0 none;
}
#record-page .invite-story.connected-storypage span {
  font-size: 14px;
  padding: 8px 12px;
  background-color: #eeeeee;
}
#record-page .invite-story.connected-storypage #add-to-memorial-msg {
  text-align: left;
  cursor: pointer;
  color: #0072bc;
}
#record-page .invite-story.connected-storypage h2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
#record-page .comment {
  position: relative;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
#record-page .comment .media-left {
  min-width: 60px;
}
#record-page .comment.comment-stub h4 {
  margin: 0;
  border-radius: 4px;
  padding: 20px;
  text-align: left;
  background-color: #f0edea;
  color: #0072bc;
  cursor: pointer;
}
#record-page .comment.comment-stub h4:hover {
  background-color: #f6f5f3;
}
#record-page .comment .lead {
  margin-left: 12px;
}
#record-page .comment .inline-editor h3 {
  margin-top: 0;
}
#record-page .comment .inline-editor h3[contenteditable='false'] {
  color: #0072bc;
  cursor: pointer;
  border-radius: 4px;
  padding: 20px 12px;
}
#record-page .comment .inline-editor h3[contenteditable='true'] {
  min-height: 64px;
}
#record-page .comment p[itemprop='note'] {
  display: block;
  font-size: 20px;
  font-weight: 200;
}
#record-page .comment p[itemprop='note'] span {
  border-radius: 4px;
  display: block;
}
#record-page #pages-tab .connected-storypage:before,
#record-page #pages-tab .connected-storypage:after {
  content: " ";
  display: table;
}
#record-page #pages-tab .connected-storypage:after {
  clear: both;
}
#record-page #pages-tab .connected-storypage:before,
#record-page #pages-tab .connected-storypage:after {
  content: " ";
  display: table;
}
#record-page #pages-tab .connected-storypage:after {
  clear: both;
}
#record-page #pages-tab .connected-storypage .storypage-avatar {
  width: 40px;
  float: left;
}
#record-page #pages-tab .connected-storypage .storypage-avatar img {
  width: 30px;
  margin: 5px;
}
#record-page #pages-tab .connected-storypage .storypage-content {
  float: left;
}
#add-to-memorial-dialog .pagination-container {
  text-align: center;
}
#add-to-memorial-dialog .pagination-container .pagination {
  margin: 0;
}
#add-to-memorial-dialog .f3-dialog {
  height: 80%;
}
#add-to-memorial-dialog .f3-dialog .modal-body {
  height: calc(100% - 59px);
  overflow-y: scroll;
}
#add-to-memorial-dialog .f3-dialog .modal-body #add-to-memorial-recent,
#add-to-memorial-dialog .f3-dialog .modal-body #add-to-memorial-bookmarks {
  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: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
#add-to-memorial-dialog .f3-dialog .modal-body #add-to-memorial-recent .memorial-icon,
#add-to-memorial-dialog .f3-dialog .modal-body #add-to-memorial-bookmarks .memorial-icon {
  -webkit-flex: 0 1 100px;
  -moz-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}
.report-area {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  height: 300px;
  pointer-events: none;
}
#report-button {
  bottom: 0;
  cursor: pointer;
  left: 0px;
  padding: 8px 12px;
  pointer-events: auto;
  position: absolute;
}
@media (min-width: 768px) {
  #report-button {
    right: 0;
    left: auto;
  }
}
#report-button:hover > span {
  color: #0072bc;
}
#report-button > span {
  color: #6e6e6e;
}
#report-form {
  position: absolute;
  bottom: 0;
  pointer-events: auto;
  right: 0;
  width: 100%;
  -webkit-transform: translate(-140%, 0);
  -ms-transform: translate(-140%, 0);
  -o-transform: translate(-140%, 0);
  transform: translate(-140%, 0);
  background-color: white;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  -webkit-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}
@media (min-width: 768px) {
  #report-form {
    -webkit-transform: translate(0, 140%);
    -ms-transform: translate(0, 140%);
    -o-transform: translate(0, 140%);
    transform: translate(0, 140%);
    width: 300px;
  }
}
#report-form.visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#report-form h3 {
  margin-top: 0;
}
#report-form textarea {
  width: 100%;
  height: 100px;
}
@media print {
  .main-nav-list,
  #record-page-header,
  .comment-stub {
    display: none!important;
  }
  #record-page {
    top: 0;
  }
  #record-page #info-tab .dl-horizontal dt {
    width: 2.25in;
  }
  #record-page #info-tab .dl-horizontal dd {
    margin-left: 2.30in;
  }
  #tabs .tab.ng-hide {
    display: block!important;
  }
}
.Grid {
  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;
}
.GridRow {
  padding-bottom: 20px;
  position: relative;
}
.GridRow .contents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: inherit;
  margin: 0 -15px;
}
.GridRow .contents::-webkit-scrollbar {
  display: none;
}
.GridRow > button {
  background: rgba(255, 255, 255, 0.8);
  color: #686057;
  position: absolute;
  font-size: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}
.GridRow > button.prev-slide {
  left: 0;
}
.GridRow > button.next-slide {
  right: 10px;
}
.GridCell {
  -webkit-flex: 0 0 201px;
  -moz-flex: 0 0 201px;
  -ms-flex: 0 0 201px;
  flex: 0 0 201px;
  margin-right: 12px;
  padding: 20px 0 20px 0;
}
.GridCell:last-child {
  margin-right: 100px;
}
.HelpTip-container {
  position: relative;
}
.HelpTip-container.inline {
  display: inline-block;
}
.HelpTip {
  background: #282828;
  color: white;
  position: absolute;
  border-radius: 5px;
  box-shadow: 1px 2px 4px rgba(64, 64, 64, 0.7);
  width: 240px;
  z-index: 9001;
  animation: fadeIn 800ms cubic-bezier(0.7, 0, 1, 1) 0ms 1 both;
}
.HelpTip.bottom,
.HelpTip.top {
  left: 50%;
  transform: translateX(-50%);
}
.HelpTip.bottom-left,
.HelpTip.top-left {
  left: 50%;
  transform: translateX(-10%);
}
.HelpTip.bottom-right,
.HelpTip.top-right {
  left: 50%;
  transform: translateX(-90%);
}
.HelpTip.bottom,
.HelpTip.bottom-left,
.HelpTip.bottom-right {
  top: 100%;
  margin-top: 12px;
}
.HelpTip.top,
.HelpTip.top-left,
.HelpTip.top-right {
  bottom: 100%;
  margin-bottom: 12px;
}
.HelpTip.left,
.HelpTip.right {
  top: 50%;
  transform: translateY(-50%);
}
.HelpTip.left {
  right: 100%;
  margin-right: 12px;
}
.HelpTip.right {
  left: 100%;
  margin-left: 12px;
}
.HelpTip.arrow.bottom::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  transform: translateX(-50%);
  border-right-color: transparent;
  border-left-color: transparent;
  top: -10px;
  border-width: 0 10px 10px;
  left: 50%;
}
.HelpTip.arrow.bottom-left::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  transform: translateX(-50%);
  border-right-color: transparent;
  border-left-color: transparent;
  top: -10px;
  border-width: 0 10px 10px;
  left: 10%;
}
.HelpTip.arrow.bottom-right::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  transform: translateX(-50%);
  border-right-color: transparent;
  border-left-color: transparent;
  top: -10px;
  border-width: 0 10px 10px;
  left: 90%;
}
.HelpTip.arrow.top::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  transform: translateX(-50%);
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: -10px;
  border-width: 10px 10px 0;
  left: 50%;
}
.HelpTip.arrow.top-left::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  transform: translateX(-50%);
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: -10px;
  border-width: 10px 10px 0;
  left: 10%;
}
.HelpTip.arrow.top-right::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  transform: translateX(-50%);
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: -10px;
  border-width: 10px 10px 0;
  left: 90%;
}
.HelpTip.arrow.left::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-width: 10px 0 10px 10px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.HelpTip.arrow.right::before {
  content: ' ';
  position: absolute;
  border: 1px solid #282828;
  height: 0;
  width: 0;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-width: 10px 10px 10px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.HelpTip .ht-content {
  padding: 10px 15px;
}
.HelpTip .closeButton {
  position: absolute;
  bottom: 0px;
  right: 3px;
  color: white;
  text-shadow: none;
  opacity: 1;
}
@keyframes blink {
  0%,
  100% {
    color: #096ecc;
  }
  50% {
    color: #5ed7ff;
  }
}
.HelpTip span.icon-f3 {
  color: #2db8fd;
  animation: blink 1600ms infinite cubic-bezier(0.3, 0.03, 0.7, 0.97);
  padding-right: 10px;
  font-size: 1.2em;
}
.HitSummary {
  font-size: 1.1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.HitSummary .hs-sidebar {
  flex: 0 1 350px;
  margin-right: 30px;
}
.HitSummary .checks {
  padding-left: 30px;
}
.HitSummary .hs-main {
  flex: 0 1 500px;
}
.HitSummary p {
  margin-bottom: 30px;
}
.HitSummary .buttonschoice {
  text-align: center;
}
.HitSummary aside {
  border: 1px solid #cccccc;
  background: #f4f2ef;
  padding: 0px 20px 20px;
}
.HitSummary .ft-box {
  margin-bottom: 50px;
}
.FacetSummaryItem {
  line-height: 1.8em;
}
.FacetSummaryItem a {
  display: block;
}
.FacetSummaryItem .fs-count {
  float: right;
}
.SurveyDialog h4.modal-title {
  min-width: 370px;
}
.sqf-opt div .icon-f3 {
  font-size: 42px;
}
.sqf-opt div div {
  font-size: 15px;
}
.pg-search #content {
  z-index: 1;
}
#search-bail-banner {
  padding: 5px 0px;
}
.focus-cover {
  background: rgba(29, 29, 29, 0.6);
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: none;
}
.focus-cover.active {
  display: block;
}
.qp {
  padding: 10px;
}
.searchbox-header {
  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;
  padding: 8px;
  position: relative;
}
.searchbox-header .f-right {
  text-align: right;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.searchbox-header .f-left {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.searchbox-header .btn-success {
  margin: 5px 30px;
}
#queryBoxRow {
  z-index: 4;
}
.pg-search header {
  background: #e5e1db;
  border-bottom: 1px solid #cccccc;
}
.pg-search header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
}
.header-bar {
  display: flex;
  align-items: center;
  padding: 0px 4px;
}
.navbar-right .btn-group {
  margin-left: 12px;
}
.subheader-bar {
  border-bottom: 1px solid #e5e1db;
  padding-bottom: 10px;
  line-height: 32px;
  color: #6e6e6e;
}
.subheader-bar .no-btn {
  line-height: 1em;
}
.subheader-bar .ocr-button:hover {
  position: relative;
}
.subheader-bar .ocr-button:hover::before,
.subheader-bar .ocr-button:hover::after {
  animation: 500ms fadeIn 200ms both;
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.2));
}
.subheader-bar .ocr-button:hover::after {
  content: 'Include matches from OCR (optical character recognition).  OCR text is scanned by a computer from a photograph or printed document';
  position: absolute;
  background: #282828;
  color: white;
  padding: 10px;
  right: -1px;
  width: 200px;
  white-space: normal;
  font-size: 15px;
  font-weight: normal;
  line-height: initial;
  border-radius: 5px;
  top: 33px;
}
.subheader-bar .ocr-button:hover::before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 23px;
  transform: translateX(-50%);
  border: 1px solid #282828;
  border-width: 0 10px 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
}
.QueryBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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);
  margin-right: 20px;
  position: relative;
  padding: 2px 40px 2px 2px;
  border: 2px solid #a8a8a8;
  border-radius: 4px;
  background: white;
}
.facets-container .QueryBox {
  border-width: 1px;
  margin-top: 4px;
  margin-right: 0;
  min-width: 150px;
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-basis: 150px;
  flex-basis: 150px;
}
.QueryBox .combobox-list .icon-f3 {
  margin-right: 7px;
  font-size: 16px;
  vertical-align: middle;
}
.QueryBox .FacetTypePopout {
  border-radius: 4px 0 0 4px;
  border: 2px solid #fff;
}
.QueryBox.focus {
  border-color: #c14139;
  outline: 0 none;
}
.QueryBox:hover .clear-btn {
  visibility: visible;
}
.QueryBox .clear-btn {
  display: inline-block;
  color: #6e6e6e;
  font-size: 34px;
  line-height: 1em;
  padding: 0 8px;
  top: 3px;
  visibility: hidden;
}
.QueryBox > * {
  flex-direction: row;
}
.QueryBox button[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #c14139;
  height: 42px;
  font-size: 24px;
  line-height: 1;
}
.facets-container .QueryBox button[type="submit"] {
  height: 30px;
  font-size: 18px;
}
.QueryBox.standalone input {
  padding-left: 8px;
}
.QueryBox.standalone button {
  background: none;
  color: #c14139;
  outline: 0 none;
}
.QueryBox .sbClose {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: white;
  background: gray;
  content: '&times;';
}
.QueryBox .sbAux {
  color: #c14139;
  font-size: 13px;
  margin-left: 10px;
  float: right;
  text-align: right;
}
.QueryBox .highlighted .sbAux {
  color: #eeeeee;
}
.QueryBox .ht-queryBoxPopout {
  flex: 0;
  flex-basis: auto;
}
.QueryBox .ht-keywords {
  flex: 1;
}
.QueryBox .combobox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.QueryBox .combobox .input-field {
  width: 100%;
}
.QueryBox .combobox input.combobox-input {
  min-width: 225px;
  width: 100% !important;
  max-width: none !important;
  padding: 0 8px !important;
}
.facets-container .QueryBox .combobox input.combobox-input {
  font-size: 13px;
  height: 31px;
}
@media (max-width: 767px) {
  .facets-container .QueryBox .combobox input.combobox-input {
    font-size: 16px;
  }
}
.QueryBox .combobox ul {
  width: auto;
  max-width: 400px;
}
.QueryBox .facet-type-selector {
  border-right: 1px solid #6e6e6e;
  color: #c14139;
  cursor: pointer;
}
.QueryBox .facet-type-selector:hover {
  background-color: #eeeeee;
}
.QueryBox .qp {
  padding: none;
}
.QueryBox .panel {
  position: absolute;
  top: 80px;
  max-width: 210px;
  left: -60px;
}
.QueryBox .typeLabel {
  font-weight: bold;
  margin-left: 8px;
}
.SearchSuggestions input {
  border: none;
}
.search-breadcrumb {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.search-breadcrumb span.remove-search-breadcrumb {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #c14139;
  color: white;
}
.search-breadcrumb:hover span.remove-search-breadcrumb {
  display: block;
}
.AppliedSearchParams .sp-wrapper,
form.QueryBox .sp-wrapper {
  position: relative;
  display: inline-block;
}
.AppliedSearchParams .sp-wrapper .multi-popout,
form.QueryBox .sp-wrapper .multi-popout {
  position: absolute;
  left: 0;
  min-width: 250px;
  top: 40px;
  left: 10px;
  border: 1px solid #dad5cc;
  border-radius: 4px;
  background: white;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #333;
}
.AppliedSearchParams .sp-wrapper .multi-popout .sp-value,
form.QueryBox .sp-wrapper .multi-popout .sp-value {
  cursor: pointer;
}
.AppliedSearchParams .sp-wrapper .multi-popout .sp-value:hover,
form.QueryBox .sp-wrapper .multi-popout .sp-value:hover {
  color: #9a342d;
}
.AppliedSearchParams .sp-wrapper .sp,
form.QueryBox .sp-wrapper .sp {
  background: #49443d;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 26px;
  padding: 1px 6px;
  margin: 2px 5px;
}
@media (max-width: 767px) {
  .AppliedSearchParams .sp-wrapper .sp,
  form.QueryBox .sp-wrapper .sp {
    padding: 6px;
  }
}
.AppliedSearchParams .sp-wrapper .sp:hover,
form.QueryBox .sp-wrapper .sp:hover {
  background: #575149;
}
.AppliedSearchParams .sp-wrapper .sp:focus,
form.QueryBox .sp-wrapper .sp:focus {
  background: #055e7f;
}
.AppliedSearchParams .sp-wrapper .sp .sp-label,
form.QueryBox .sp-wrapper .sp .sp-label,
.AppliedSearchParams .sp-wrapper .sp .sp-value,
form.QueryBox .sp-wrapper .sp .sp-value,
.AppliedSearchParams .sp-wrapper .sp button,
form.QueryBox .sp-wrapper .sp button {
  color: #fff;
}
.AppliedSearchParams .sp-wrapper .sp .sp-label,
form.QueryBox .sp-wrapper .sp .sp-label {
  color: rgba(255, 255, 255, 0.8);
}
.AppliedSearchParams .sp-wrapper .sp .sp-label .icon-f3,
form.QueryBox .sp-wrapper .sp .sp-label .icon-f3 {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .AppliedSearchParams .sp-wrapper .sp .sp-label .sp-label-text,
  form.QueryBox .sp-wrapper .sp .sp-label .sp-label-text {
    display: none;
  }
}
.AppliedSearchParams .sp-wrapper .sp button.close,
form.QueryBox .sp-wrapper .sp button.close {
  border-radius: 2px;
  opacity: .9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
  font-weight: 300;
}
.AppliedSearchParams .sp-wrapper .sp:hover button.close,
form.QueryBox .sp-wrapper .sp:hover button.close {
  background: rgba(255, 255, 255, 0.2);
}
.AppliedSearchParams .sp-wrapper.editing .sp,
form.QueryBox .sp-wrapper.editing .sp {
  background: #055e7f;
}
.AppliedSearchParams .sp-wrapper.editing .sp:hover,
form.QueryBox .sp-wrapper.editing .sp:hover {
  background: #0895c8;
}
.AppliedSearchParams .sp-wrapper .sp-keyword,
form.QueryBox .sp-wrapper .sp-keyword {
  background: #49443d;
}
.AppliedSearchParams .sp-wrapper .sp-keyword:hover,
form.QueryBox .sp-wrapper .sp-keyword:hover {
  background: #575149;
}
.AppliedSearchParams .sp-wrapper .sp-keyword .sp-value,
form.QueryBox .sp-wrapper .sp-keyword .sp-value {
  max-width: 300px;
}
.AppliedSearchParams .sp-wrapper .sp-row,
form.QueryBox .sp-wrapper .sp-row {
  position: relative;
}
.AppliedSearchParams .sp-wrapper .sp-label,
form.QueryBox .sp-wrapper .sp-label,
.AppliedSearchParams .sp-wrapper .sp-value,
form.QueryBox .sp-wrapper .sp-value {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.AppliedSearchParams .sp-wrapper .sp-label,
form.QueryBox .sp-wrapper .sp-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  color: #1d1d1d;
}
.AppliedSearchParams .sp-wrapper .sp-value,
form.QueryBox .sp-wrapper .sp-value {
  color: #c14139;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
}
.AppliedSearchParams .sp-wrapper .closeButton,
form.QueryBox .sp-wrapper .closeButton {
  margin-left: 10px;
  padding: 0 8px;
  float: none;
}
.AppliedSearchParams .sp-wrapper.sp-option,
form.QueryBox .sp-wrapper.sp-option {
  background-color: #8794a2;
}
.AppliedSearchParams .sp-wrapper.sp-keyword,
form.QueryBox .sp-wrapper.sp-keyword {
  background-color: rgba(4, 76, 102, 0.85);
}
.AppliedSearchParams .sp-wrapper.sp-place,
form.QueryBox .sp-wrapper.sp-place {
  background-color: rgba(193, 65, 57, 0.85);
}
.AppliedSearchParams .sp-wrapper.sp-date,
form.QueryBox .sp-wrapper.sp-date {
  background-color: rgba(192, 188, 181, 0.85);
}
.AppliedSearchParams .sp-wrapper.sp-military,
form.QueryBox .sp-wrapper.sp-military {
  background-color: rgba(74, 108, 111, 0.85);
}
.AppliedSearchParams .sp-wrapper.sp-general,
form.QueryBox .sp-wrapper.sp-general {
  background-color: rgba(132, 96, 117, 0.85);
}
.AppliedSearchParams .sp-tip-row,
form.QueryBox .sp-tip-row {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.AppliedSearchParams .sp-tip-row button,
form.QueryBox .sp-tip-row button {
  font-weight: bold;
  padding: 0px 6px;
}
.AppliedSearchParams .panel,
form.QueryBox .panel {
  position: absolute;
  max-width: 210px;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.search-results h4 a:visited {
  color: #044c66;
  text-decoration: underline;
}
.hits-container {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .hits-container {
    padding: 20px;
  }
}
.hits-container .spinner.block {
  margin-top: 15%;
}
.hits-container .pagination {
  margin: 0;
}
.hit {
  border: 1px solid black;
  padding: 10px;
  margin: 5px 10px;
}
.facet-explorer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.search-page-container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.facets-container {
  position: relative;
  border-right: 1px solid #cccccc;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  min-width: 300px;
  background: #f4f2ef;
  border-right-width: 1px;
}
.facets-container .ht-sidebar {
  z-index: 3;
}
@media (min-width: 768px) {
  .facets-container .ht-sidebar {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .facets-container .ht-sidebar {
    top: 36px;
    left: 66px;
  }
}
.pg-search mark {
  background: #fcf04f;
}
.search-container {
  -webkit-flex: 1 auto;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 100%;
  padding: 15px 5px;
}
@media (min-width: 768px) {
  .search-container {
    padding: 15px;
  }
}
#filters-panel {
  background-color: #bbbbbb;
}
#DateFacetType .DateRangeInput {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#DateFacetType .DateRangeInput .date-dash {
  display: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#DateFacetType .DateRangeInput .combobox {
  max-width: 162px;
}
#DateFacetType .popout-target-cont,
#filters-panel .popout-target-cont,
.facet-type-filter .popout-target-cont {
  margin: 0 5px 0 0;
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.facet-type-filter {
  padding: 8px 15px;
  border-bottom: 1px solid #cccccc;
  color: #6e6e6e;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.facet-type-filter:after {
  content: "+";
  color: #949494;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -15px;
  pointer-events: none;
}
.expanded.facet-type-filter:after {
  content: "\2212";
}
.facet-type-filter b {
  color: #1d1d1d;
  text-transform: uppercase;
}
#DateFacetType .QueryBox button[type="submit"] {
  color: white;
  height: 69px;
  padding-top: 10px;
}
#DateFacetType .DateRangePicker {
  z-index: 3;
}
.FacetType {
  border-bottom: 1px solid #cccccc;
  padding: 12px 20px 12px 20px;
}
@media (min-width: 768px) {
  .FacetType {
    padding: 10px;
  }
}
.FacetType.single {
  color: #888;
  border-bottom: none;
}
.FacetType.single .facet-list-label {
  font-size: inherit;
}
.FacetType.single .facet-list-label u:hover {
  text-decoration: none;
}
.FacetType .btn-group {
  margin-left: 20px;
}
.FacetType .place-type-toggle:active,
.FacetType .place-type-toggle:focus {
  outline: none;
}
.FacetType.mode-page .fl-paging {
  text-align: left;
}
.FacetType.mode-expand,
.FacetType.mode-modal {
  padding-bottom: 0;
}
.FacetType.mode-expand ul,
.FacetType.mode-modal ul {
  margin-bottom: 0;
}
.FacetType.mode-expand .fl-paging,
.FacetType.mode-modal .fl-paging {
  text-align: center;
}
.FacetType.mode-expand .fl-paging button,
.FacetType.mode-modal .fl-paging button {
  padding: 0px 8px 4px;
}
.FacetType.mode-expand .fl-paging button:hover,
.FacetType.mode-modal .fl-paging button:hover,
.FacetType.mode-expand .fl-paging button:focus,
.FacetType.mode-modal .fl-paging button:focus {
  text-decoration: none;
  color: #0088e0;
}
.FacetType .facets-list-header {
  display: flex;
  cursor: pointer;
}
.FacetType .facets-list-header button {
  flex: 1 1 auto;
}
.FacetType .facet-list-label {
  font-size: 15px;
  font-weight: 600;
}
.FacetType .facet-list-label u {
  text-decoration: none;
}
.FacetType .facet-list-label u:hover {
  text-decoration: underline;
}
.FacetType .facet-list-label span {
  font-weight: normal;
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.FacetType .facet-list-label small {
  font-weight: normal;
}
.FacetType .facet-list-label:focus {
  outline: none;
}
.FacetType .expandBtn {
  display: block;
  margin: auto;
}
.FacetsList li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
}
.FacetsList .active > span,
.dropdown .active,
.ocr-button.active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS41IDIxLjUiPjxwb2x5Z29uIHBvaW50cz0iOSAxNS42IDUgMTEuNiA2LjQgMTAuMiA5IDEyLjggMTUuMSA2LjYgMTYuNiA4IDkgMTUuNiIgZmlsbD0iI2M5M2YxNiIvPjwvc3ZnPg==) no-repeat center center;
  background-size: 20px 20px;
  background-position: 18px -1px;
  font-weight: bold;
  position: relative;
  margin-left: -20px;
  padding-left: 40px;
  z-index: 1;
}
.FacetsList li.active + li:not(.active) {
  border-top: 1px dashed #cccccc;
}
.FacetsList .f-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6e6e6e;
  margin-left: -20px;
  padding-left: 40px;
  float: left;
  width: 94%;
  position: relative;
}
.FacetsList .f-item:hover:not(.f-message) {
  color: #0072bc;
  text-decoration: underline;
}
.FacetsList .f-item.checkboxed:before {
  content: "\20";
  display: block;
  position: absolute;
  left: 21px;
  top: 6px;
  border: 1px solid #6e6e6e;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  z-index: 0;
}
.FacetsList .exclude .f-item.checkboxed:before {
  border-width: 0;
}
.FacetsList .exclude button > span,
.FacetsList .exclude button > small {
  text-decoration: line-through;
}
.FacetsList .exclusion {
  position: absolute;
  font-size: 25px;
  left: 4px;
  top: 4px;
  line-height: 1;
}
.FacetsList button:focus {
  outline: none;
}
.FacetsList button:focus span {
  text-decoration: underline;
}
.dropdown .active,
.ocr-button.active {
  margin-left: 0;
  background-position: 0 5px!important;
}
.arrow-lg {
  position: relative;
}
.arrow-lg:after,
.arrow-lg:before {
  display: block;
  content: "\20";
  border: 1px solid #ffffff;
  height: 0;
  position: absolute;
  width: 0;
}
.arrow-lg.left:before,
.arrow-lg.right:before,
.arrow-lg.left:after,
.arrow-lg.right:after {
  top: 50%;
  margin-top: -28px;
  border-top-width: 28px;
  border-bottom-width: 28px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.arrow-lg.left:before,
.arrow-lg.right:before {
  border-color: transparent #cccccc;
}
.arrow-lg.top:before,
.arrow-lg.bottom:before,
.arrow-lg.top:after,
.arrow-lg.bottom:after {
  right: 50%;
  margin-right: -28px;
  border-left-width: 28px;
  border-right-width: 28px;
  border-left-color: transparent;
  border-right-color: transparent;
}
.arrow-lg.top:before,
.arrow-lg.bottom:before {
  border-color: #cccccc transparent;
}
.arrow-lg.left:before,
.arrow-lg.left:after {
  left: -28px;
  border-right-width: 28px;
  border-left-width: 0px;
}
.arrow-lg.left:before {
  left: -29px;
}
.arrow-lg.right:before,
.arrow-lg.right:after {
  right: -28px;
  border-left-width: 28px;
  border-right-width: 0px;
}
.arrow-lg.right:before {
  right: -29px;
}
.arrow-lg.top:before,
.arrow-lg.top:after {
  top: -28px;
  border-bottom-width: 28px;
  border-top-width: 0px;
}
.arrow-lg.top:before {
  top: -29px;
}
.arrow-lg.bottom:before,
.arrow-lg.bottom:after {
  bottom: -28px;
  border-top-width: 28px;
  border-bottom-width: 0px;
}
.arrow-lg.bottom:before {
  bottom: -29px;
}
.facet-hierarchy-filter-field {
  min-width: 220px;
}
.hierarchical-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: max-content;
}
.hierarchical-menu ul.combobox-list {
  min-width: 220px;
  list-style: none;
  float: left;
}
.hierarchical-menu ul.combobox-list li {
  background-color: rgba(1, 1, 1, 0);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.hierarchical-menu ul.combobox-list li.selectable {
  cursor: pointer;
}
.hierarchical-menu ul.combobox-list li.level-1 {
  padding-left: 25px;
}
.hierarchical-menu ul.combobox-list li.level-2 {
  padding-left: 45px;
}
.hierarchical-menu ul.combobox-list li.level-3 {
  padding-left: 55px;
}
.hierarchical-menu.mobile {
  position: relative;
}
.hierarchical-menu.mobile ul.combobox-list {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  display: inline-block;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.nested-menu-items {
  background-color: #eeeeee;
}
.sub-menu-1 {
  padding: 10px;
}
.sub-menu-1 > div.sub-menu-label {
  font-size: 18px;
}
.sub-menu-1 > div.sub-menu-label.underline {
  border-bottom: 1px solid lightgray;
}
ul[class^="sub-menu-"] > li {
  background-color: none;
}
ul[class^="sub-menu-"] > li.selectable {
  cursor: pointer;
}
.sub-menu-2 > span.sub-menu-label {
  font-size: 16px;
  color: #545454;
  padding-left: 15px;
}
.sub-menu-3 > span.sub-menu-label {
  font-size: 14px;
  color: #545454;
  padding-left: 30px;
}
.facet-hierarchy-button {
  border-right: 1px solid #6e6e6e;
  color: #c14139;
}
.facet-hierarchy-filter-field input {
  font-size: 16px;
}
.dataDump {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.facet-hierarchy-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  box-shadow: 0 8px 20px -4px #000000;
  z-index: 100;
  width: max-content;
}
@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .not-mobile {
    display: none;
  }
  .sidebar-open {
    overflow: hidden;
  }
  .facets-container {
    position: absolute;
    z-index: 2;
    background: white;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    left: 0;
    min-width: 75%;
    max-width: 100%;
    border-bottom: 1px solid #cccccc;
    height: calc(100vh - 58px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 58px;
    z-index: 200;
  }
  .facets-container .header-bar {
    position: -webkit-sticky;
    position: sticky;
    padding: 20px;
    top: 0;
    background: #ffffff;
    z-index: 1;
  }
  .sidebar-closed .facets-container {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .sidebar-open .facets-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .search-container {
    position: relative;
  }
  .results-overlay {
    position: fixed;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.33);
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .sidebar-closed .results-overlay {
    -webkit-animation: fadeOut .4s;
    animation: fadeOut .4s;
    animation-fill-mode: forwards;
    pointer-events: none;
  }
  .sidebar-open .results-overlay {
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
    animation-fill-mode: forwards;
  }
}
.whitespace-pre {
  white-space: pre;
}
#queryBoxRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#queryBoxRow.smooth {
  transition: height .15s;
}
#queryBoxRow > .left,
#queryBoxRow > .right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#queryBoxRow > .left {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
}
#queryBoxRow > .right {
  display: none;
}
@media (max-width: 767px) {
  #queryBoxRow > .left {
    display: none;
  }
}
#queryBoxRow .QueryBox {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  min-height: 46px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #queryBoxRow .QueryBox {
    margin-right: auto;
    min-width: 542px;
    margin-left: 0;
    width: auto;
  }
}
#queryBoxRow > .left {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
#queryBoxRow > .left .FacetTypePopout {
  height: 46px;
  line-height: 33px;
  margin-right: 6px;
  padding: 0 6px;
  white-space: nowrap;
}
#queryBoxRow > .left .FacetTypePopout .popout-target {
  margin: 0;
}
#queryBoxRow .popout-content {
  max-width: none;
  right: auto;
}
#queryBoxRow .selected {
  font-weight: bold;
  color: #c14139;
}
#queryBoxRow.paramsInside {
  padding: 20px;
}
@media (max-width: 767px) {
  #queryBoxRow.paramsInside {
    padding: 20px 12px;
    position: relative;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  #queryBoxRow.paramsInside > div:first-child {
    margin-bottom: 12px;
  }
}
#queryBoxRow.paramsInside .QueryBox {
  flex-wrap: wrap;
  margin-right: 0;
}
#queryBoxRow.paramsInside .ht-keywords {
  flex-basis: 220px;
}
#queryBoxRow.paramsInside .sp-wrapper.active .sp,
#queryBoxRow.paramsInside .sp-wrapper.active .sp.sp-keyword {
  background: #055e7f;
}
#queryBoxRow.paramsInside .sp-wrapper.active .sp:hover,
#queryBoxRow.paramsInside .sp-wrapper.active .sp.sp-keyword:hover {
  background: #0895c8;
}
#queryBoxRow.paramsInside .clearAll {
  margin-right: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .AppliedSearchParams.ap-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -4px;
    padding: 0 4px;
  }
  .AppliedSearchParams.ap-responsive::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent;
  }
}
.AppliedSearchParams.ap-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 4px;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .AppliedSearchParams.ap-scroll {
    border: 0 none;
    white-space: normal;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.AppliedSearchParams.ap-scroll::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  background-color: transparent;
}
#searchParamsRow.left {
  justify-content: left;
}
.UglySearchOptions {
  position: fixed;
  bottom: 10px;
  right: 135px;
  border: 1px solid #999;
  padding: 5px;
  background: #ddff00;
  z-index: 3;
  text-align: right;
  max-width: 400px;
}
.hits-container .popout-content {
  max-width: none;
}
.ocr-popout .popout-content {
  width: 240px;
  white-space: normal;
  padding: 10px;
  font-style: normal;
}
.date-facet-panel {
  border: 1px solid black;
  padding: 10px;
}
.empty-search-icon {
  background-color: #fff;
  border: 1px solid #e5e1db;
  border-radius: 4px;
  color: #9e978d;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.empty-search-icon .icon-btn {
  font-size: 75px;
}
.empty-search-icon:hover {
  -webkit-box-shadow: inset 0 0 25px 8px #f4f2ef;
  box-shadow: inset 0 0 25px 8px #f4f2ef;
  color: #787166;
}
.empty-search-icon figcaption {
  color: #0072bc;
  font-size: 17px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 0 0 4px 4px;
}
.empty-search-icon img {
  height: 100px;
  width: 200px;
}
div[class^="GridCell branch-"] .empty-search-icon {
  background-color: #9e978d;
  color: #fff;
}
div[class^="GridCell branch-"] .empty-search-icon:hover {
  background-color: #787166;
  -webkit-box-shadow: inset 0 0 25px 8px #928a7f;
  box-shadow: inset 0 0 25px 8px #928a7f;
}
div[class^="GridCell branch-"] .empty-search-icon figcaption {
  background: #ffffff;
}
div[class^="GridCell pub-type"] figure {
  background-image: url("/img/pType.jpg");
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 15px 0 #000000;
  box-shadow: inset 0 0 15px 0 #000000;
  padding: 100px 0 0;
}
@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) {
  div[class^="GridCell pub-type"] figure {
    background-image: url("/img/pTypeX2.jpg");
    background-size: 1404px 201px;
  }
}
div[class^="GridCell pub-type"] figure:hover {
  -webkit-box-shadow: inset 0 0 8px 0 #000000;
  box-shadow: inset 0 0 8px 0 #000000;
}
div[class^="GridCell pub-type"] figure figcaption {
  background: #ffffff;
}
.pub-type-pension figure {
  background-position: 0 0;
}
.pub-type-non-military figure {
  background-position: -202px 0;
}
.pub-type-census figure {
  background-position: -402px 0;
}
.pub-type-muster-roll figure {
  background-position: -802px 0;
}
.pub-type-other-military figure {
  background-position: -1002px 0;
}
.pub-type-war-diary figure {
  background-position: -1202px 0;
}
.pub-type-service-record figure {
  background-position: 0 -101px;
}
.pub-type-enlistment figure {
  background-position: -202px -101px;
}
.pub-type-application figure {
  background-position: -1002px -101px;
}
.pub-type-draft-card figure {
  background-position: -602px 0;
}
.pub-type-letter figure {
  background-position: -402px -101px;
}
.pub-type-photograph figure {
  background-position: -602px -101px;
}
.pub-type-newspaper figure {
  background-position: -802 -101px;
}
div[class^="GridCell loc-"] figure {
  background-image: url("/img/countries.png");
  background-repeat: no-repeat;
  -webkit-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  filter: grayscale(20%);
  -webkit-box-shadow: inset 0 0 15px 0 #000000;
  box-shadow: inset 0 0 15px 0 #000000;
  padding: 100px 0 0;
}
@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) {
  div[class^="GridCell loc-"] figure {
    background-image: url("/img/countriesX2.png");
    background-size: 1404px 201px;
  }
}
div[class^="GridCell loc-"] figure:hover {
  -webkit-box-shadow: inset 0 0 8px 0 #000000;
  box-shadow: inset 0 0 8px 0 #000000;
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
div[class^="GridCell loc-"] figure figcaption {
  background: #ffffff;
}
.loc-us figure {
  background-position: 0 0;
}
.loc-gb figure {
  background-position: -202px 0;
}
.loc-vn figure {
  background-position: -402px 0;
}
.loc-de figure {
  background-position: -602px 0;
}
.loc-au figure {
  background-position: -802px 0;
}
.loc-ca figure {
  background-position: -1002px 0;
}
.loc-fr figure {
  background-position: -1202px 0;
}
.loc-jp figure {
  background-position: 0 -101px;
}
.GridCell.provider img {
  height: 100px;
  width: 100px;
}
.empty-search-card {
  background-color: #9e978d;
  color: white;
  font-size: 20px;
  text-align: center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}
.crap-bar {
  border-width: 2px;
  background-color: #fdf5b8;
}
.crap-bar .icon-warning {
  font-size: 48px;
  float: left;
  margin-right: 12px;
}
.crap-bar ul {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
}
.crap-bar p {
  max-width: 780px;
}
.FacetsPanel .loading {
  color: gray;
}
.FacetsPanel *:focus {
  outline: none;
}
.FacetsPanel .facets-panel-header {
  font-size: 20px;
  color: #1d1d1d;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  font-weight: 700;
}
.FacetsPanel .flexme {
  flex-wrap: wrap;
}
.FacetsPanel #load-indicator-container {
  position: relative;
  height: 60px;
}
.popout-target-cont.helpText .popout-content {
  width: 250px;
  padding: 5px;
  white-space: normal;
}
.fade-querybox.isEmpty .QueryBox,
.fade-both.isEmpty .QueryBox {
  -webkit-animation: fadeIn 1200ms;
  animation: fadeIn 1200ms;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.fade-emptypane .EmptySearchPane,
.fade-both .EmptySearchPane {
  -webkit-animation: fadeIn 1500ms;
  animation: fadeIn 1500ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.PlaceFacetDialog .close {
  display: none;
}
.PlaceFacetDialog .modal-body {
  height: 400px!important;
  overflow: hidden!important;
}
.PlaceFacetDialog .modal-body .PlaceHierarchyBrowse {
  height: inherit;
}
.PlaceFacetDialog .modal-body .PlaceHierarchyBrowse .browse-columns-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: calc(100% - 47px);
}
@media (min-width: 768px) {
  .PlaceFacetDialog .modal-body .PlaceHierarchyBrowse .browse-columns-container {
    margin-top: -15px;
  }
}
.PlaceFacetDialog .column-container {
  -webkit-flex: 1 0 200px;
  -moz-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}
.PlaceFacetDialog .column-container .col-header {
  border-bottom: 2px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #e5e1db;
  margin: 25px 0 0;
  padding: 4px 10px 0;
}
.PlaceFacetDialog .column-container .col-header:before,
.PlaceFacetDialog .column-container .col-header:after {
  content: " ";
  display: table;
}
.PlaceFacetDialog .column-container .col-header:after {
  clear: both;
}
.PlaceFacetDialog .column-container .col-header:before,
.PlaceFacetDialog .column-container .col-header:after {
  content: " ";
  display: table;
}
.PlaceFacetDialog .column-container .col-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .PlaceFacetDialog .column-container .col-header {
    margin: 0;
  }
}
.PlaceFacetDialog .column-container .col-header .popout-target {
  margin: -3px 0 0;
}
.PlaceFacetDialog .column-container .col-header .popout-target > a {
  padding: 4px;
}
.PlaceFacetDialog .PlaceHierarchyBrowseColumn {
  border-right: 1px solid #cccccc;
}
.PlaceFacetDialog .place-hierarchy-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  padding: 10px;
  cursor: pointer;
}
.PlaceFacetDialog .place-hierarchy-item:hover {
  background-color: #9e978d;
  color: white;
}
.PlaceFacetDialog .place-hierarchy-item:hover small {
  color: #fff;
}
.PlaceFacetDialog .place-hierarchy-item.selected {
  background-color: #0072bc;
  color: white;
}
.PlaceFacetDialog .place-hierarchy-item.selected small {
  color: #fff;
}
.PlaceFacetDialog .place-hierarchy-item > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.PlaceFacetDialog .popout-content {
  font-size: 15px;
}
.FacetDialog .scroll-cont {
  height: 291px;
  width: 300px;
  overflow-y: scroll;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .FacetDialog .scroll-cont {
    width: 400px;
  }
}
.FacetTypeFilters {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin: 10px;
}
.fp-add-buttons {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.fp-add-buttons button:not(last) {
  margin-right: 5px;
}
.FacetTypePopout {
  border-radius: 4px;
  background: #fff;
  color: #c14139;
  border: 2px solid #a8a8a8;
}
.FacetTypePopout:hover,
.FacetTypePopout:focus-within {
  background: #e6e6e6;
}
.FacetTypePopout:active,
.FacetTypePopout:focus,
.FacetTypePopout:hover {
  color: #c14139;
}
.FacetTypePopout button {
  width: 100%;
  line-height: inherit;
}
.FacetTypePopout .popout-target:hover,
.FacetTypePopout button:hover {
  opacity: initial;
}
.FacetTypePopout .popout-target:hover,
.FacetTypePopout .popout-target button:hover {
  opacity: 1;
}
.FacetTypePopout .popout-content {
  max-width: none;
}
.search-modifiers-text {
  margin-left: 10px;
  font-size: 14px;
}
#sSearch {
  position: relative;
}
#sSearch span {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  height: 15px;
  width: 15px;
  right: 3px;
  top: 1px;
  font-size: 13px;
  color: white;
  background-color: #c14139;
  border-radius: 100%;
  box-shadow: 0 0 11px -4px #000000;
  z-index: 3;
}
.pg-search #tutorialsButtonHT {
  position: fixed;
  bottom: 15px;
  right: 150px;
}
.expanded.expandable .expandable-body {
  margin-top: 10px;
}
.expandable .expandable-body .expander {
  position: relative;
  height: 0;
  overflow: hidden;
}
.expandable .expandable-body .expander .expander-content {
  top: 0;
  left: 0;
  width: 100%;
}
.expandable .expandable-body .expander.expanded {
  overflow: initial;
  height: initial;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
.flexme {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.control-label small {
  font-weight: normal;
}
@media (min-width: 768px) {
  .control-label small {
    display: block;
  }
}
input::-ms-clear {
  display: none;
}
.chip {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  border: 1px solid black;
  border-radius: 3px;
}
.chip.xs {
  height: 20px;
}
.chip.sm {
  height: 25px;
}
.chip.md {
  height: 30px;
}
.chip.lg {
  height: 35px;
}
.chip.xl {
  height: 40px;
}
.chip .chip-icon {
  -webkit-flex: 0 0 20px;
  -moz-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
.chip .chip-content {
  -webkit-flex: 40px 1 0;
  -moz-flex: 40px 1 0;
  -ms-flex: 40px 1 0;
  flex: 40px 1 0;
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 5px 10px;
}
.chip .chip-close {
  width: 25px;
  -webkit-flex: 25px 0 0;
  -moz-flex: 25px 0 0;
  -ms-flex: 25px 0 0;
  flex: 25px 0 0;
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-left: 1px solid #cdc9c4;
  cursor: pointer;
}
.chip .chip-close:hover {
  background-color: #cdc9c4;
}
.chip .chip-close span {
  right: 3px;
}
.combobox {
  display: inline-block;
  position: relative;
}
.combobox.chromeless input {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .combobox.chromeless input {
    font-size: 16px;
  }
}
.combobox.chromeless input[disabled] {
  background: none;
}
.combobox > div.visible,
.combobox > div.hidden {
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 12, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 12, 0.5);
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 10;
  max-height: 550px;
  overflow-y: scroll;
}
.paramsInside .combobox > div.visible,
.paramsInside .combobox > div.hidden {
  width: 100%;
  max-width: 400px;
}
.combobox > div.visible.hidden,
.combobox > div.hidden.hidden {
  display: none;
}
.combobox > div.visible.visibile,
.combobox > div.hidden.visibile {
  display: block;
}
.combobox > div.input-field {
  position: relative;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.combobox > div.input-field span.icon-f3 {
  padding: 5px;
  position: absolute;
  right: 39px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}
.combobox > div.input-field .clear-btn {
  cursor: default;
  font-size: 24px;
  line-height: 1em;
  padding: 4px 10px;
  position: absolute;
  right: 14px;
  top: 2px;
}
.combobox > div.input-field .clear-btn:focus {
  top: 1px;
}
.combobox > div.input-field > input.combobox-input {
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgNC4zIj48dGl0bGU+ICBBcnRib2FyZCAxPC90aXRsZT48cG9seWdvbiBwb2ludHM9IjAgMCAzIDQuMyA2LjEgMCAwIDAiIGZpbGw9IiM3NzciLz48L3N2Zz4=) 98% 54% no-repeat;
  background-position: 97% 50%;
  background-size: 9px 6px;
  width: 100%;
  max-width: 250px;
  padding-right: 30px;
}
.combobox > div.input-field > input.combobox-input[disabled] {
  background-color: #eee;
}
.combobox > div.input-field .hidden-input {
  visibility: hidden;
  pointer-events: none;
  display: inline;
  position: absolute;
}
.combobox > div.input-field .after-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
}
ul.combobox-list {
  display: block;
  width: 100%;
  max-width: 250px;
  /*line-height: 1.7em;*/
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.combobox-list li {
  background: #fff;
  cursor: default;
  padding: 8px 12px;
}
ul.combobox-list li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
ul.combobox-list li:hover {
  background: #f4f2ef;
}
.no-touch .no-mobile ul.combobox-list li.highlighted {
  background: #0072bc;
  color: #fff;
}
.no-touch .no-mobile ul.combobox-list li.highlighted em {
  color: #fff;
}
ul.combobox-list li .oops-error {
  background: #cc0000;
  color: #fff;
  display: block;
  padding: 8px 12px;
  margin: -8px -12px;
}
ul.combobox-list li.divider {
  border-top: 4px solid #aaa;
}
ul.combobox-list li em {
  color: #c14139;
  font-style: normal;
  font-size: 13px;
  display: block;
}
.inline-editor > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.inline-editor > div .icon-btn.disabled {
  cursor: not-allowed;
}
.inline-editor > div .icon-btn.disabled .icon-check,
.inline-editor > div .icon-btn.disabled .icon-close {
  color: #6e6e6e;
}
.inline-editor > div .icon-btn .icon-check {
  color: green;
}
.inline-editor > div .icon-btn .icon-close {
  color: #c14139;
}
.list-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
.drop-content {
  padding: 0 0 20px;
}
.drop-content.hover {
  border: 1px solid #66afe9;
  box-shadow: inset 0 0 12px #66afe9;
}
.drop-content.hover .upload-btn {
  visibility: hidden;
}
.character-counter {
  padding-right: 130px;
}
.text-max-wrap {
  position: relative;
}
.text-max-wrap.has-error .counter {
  color: #c14139;
}
.text-max-wrap textarea,
.text-max-wrap input {
  padding-right: 50px;
}
.text-max-wrap .counter {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.SourcesDialog {
  color: initial;
  text-align: center;
}
.SourcesDialog .select-source-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.SourcesDialog div.input-group {
  width: 100%;
}
.SourcesDialog figure {
  text-align: center;
  cursor: pointer;
  flex: 1;
}
.SourcesDialog figure div {
  width: 50px;
  height: 50px;
}
.SourcesDialog figure figcaption {
  color: #1d1d1d;
}
.SourcesDialog figure .select-source-icon {
  font-size: 3em;
  color: #9e978d;
  margin: auto;
}
.SourcesDialog figure .select-source-icon:hover {
  color: #c14139;
}
.SourcesDialog figure .select-source-icon.icon-source-Memorials {
  position: relative;
}
.SourcesDialog .story-sources {
  text-align: left;
}
.SourcesDialog .story-sources > div {
  cursor: pointer;
  border-bottom: 2px solid #c14139;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 15px;
}
.SourcesDialog .story-sources > div.text-story {
  max-height: 130px;
  color: #1d1d1d;
}
.SourcesDialog .story-sources > div.image-story {
  max-height: 170px;
}
.SourcesDialog .story-sources > div.image-story span.thumbnail {
  display: inline-block;
}
.SourcesDialog .story-sources > div:hover {
  background: rgba(158, 151, 141, 0.2);
}
.SourcesDialog .FinalSourcesView {
  text-align: left;
}
.RelationDescriptionDialog {
  text-align: center;
}
.RelationDescriptionDialog .relation-images > span {
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
}
.RelationDescriptionDialog .storypage-thumbnail {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.RelationDescriptionDialog .storypage-thumbnail figcaption {
  max-width: 100px;
  padding: 0 10px;
  font-size: 1em;
}
.click-detector {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.MonthCalendar {
  width: 350px;
}
.MonthCalendar .day-labels,
.MonthCalendar .week {
  display: flex;
  justify-content: space-around;
}
.MonthCalendar .day-label,
.MonthCalendar .day-btn {
  flex: 1 0;
  text-align: center;
}
.MonthCalendar .day-btn.active {
  background-color: #c14139;
  color: white;
}
.MonthSelector {
  width: 350px;
}
.MonthSelector .month-labels {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.MonthSelector .month-label {
  width: 16.66%;
}
.MonthSelector .month-label.active {
  background-color: #c14139;
  color: white;
}
.Slider {
  user-select: none;
  max-width: 450px;
  margin: auto;
  padding: 10px 25px;
}
.Slider .range {
  position: relative;
  height: 10px;
  background-color: #f4f2ef;
  top: 5px;
}
.Slider .handle {
  display: flex;
  justify-content: center;
  width: 8px;
  height: 20px;
  position: absolute;
  top: -10px;
  background: #c14139;
  background: -webkit-linear-gradient(bottom left, transparent 4px, #c14139 4px), -webkit-linear-gradient(top left, #c14139 6px, transparent 3px), -webkit-linear-gradient(top right, #c14139 4px, #c14139 4px), -webkit-linear-gradient(bottom right, #c14139 4px, #c14139 4px);
  background: -o-linear-gradient(bottom left, transparent 4px, #c14139 4px), -o-linear-gradient(top left, #c14139 6px, transparent 3px), -o-linear-gradient(top right, #c14139 4px, #c14139 4px), -o-linear-gradient(bottom right, #c14139 4px, #c14139 4px);
  background: linear-gradient(45deg, transparent 4px, #c14139 4px), linear-gradient(135deg, #c14139 6px, transparent 3px), linear-gradient(225deg, #c14139 4px, #c14139 4px), linear-gradient(315deg, #c14139 4px, #c14139 4px);
  background-position: bottom left, bottom right, top right, top left;
  -moz-background-size: 50% 50%;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  cursor: -webkit-grab;
}
.Slider .handle .label {
  background: rgba(255, 255, 255, 0.9);
  border-radius: .25rem;
  top: -18px;
  padding: 3px;
}
.Slider .handle:active .label {
  border-bottom: 1px solid #c14139;
}
.Slider .label {
  display: block;
  position: absolute;
  top: -25px;
  color: black;
  padding: 0;
}
.Slider .label.line:after {
  content: '';
  display: block;
  border-right: 1px dashed;
  height: 25px;
  transform: translateX(-50%);
}
.Slider .label.start {
  left: 0;
  transform: translateX(-50%);
}
.Slider .label.mid {
  left: 50%;
  transform: translateX(-50%);
}
.Slider .label.end {
  right: 0;
  transform: translateX(50%);
}
.Slider button.reset-year {
  position: absolute;
  color: #c14139;
  top: -16px;
}
.Slider button.reset-year.start {
  left: -23px;
}
.Slider button.reset-year.end {
  right: -30px;
}
input.chromeless {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}
input.chromeless[disabled] {
  background: none;
}
.full-alert {
  text-align: center;
}
.alert.nom {
  margin: 0;
}
.alerts-list {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  position: fixed;
  text-align: center;
  top: 80px;
  width: 100%;
  z-index: 10011;
  margin: 0;
}
@media (min-width: 768px) {
  .alerts-list {
    max-width: 768px;
    margin-left: -384px;
    left: 50%;
  }
}
.alerts-list:empty {
  display: none;
}
.alerts-list li {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .alerts-list li {
    max-width: 80%;
  }
}
.alerts-list li:last-child {
  margin-bottom: 0;
}
.alerts-list li.alert {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.alerts-list li > p {
  pointer-events: auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background: #fcf29f;
  border-width: 2px;
}
@media (min-width: 768px) {
  .alerts-list li > p {
    display: inline-block;
  }
}
.alerts-list li > p.alert- {
  border-color: #cccccc;
}
.alerts-list li > p.alert-error {
  border-color: #ce8383;
}
.noscript {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 100;
}
.noscript div {
  margin: 0 auto;
  max-width: 768px;
}
[class^="b-"],
[class*=" b-"] {
  background-size: cover;
}
@media (min-width: 1680px) {
  [class^="b-"],
  [class*=" b-"] {
    background-size: contain;
  }
}
.b-all {
  background-image: url(/img/browse-bg-all.jpg);
}
.b-revwar {
  background-image: url(/img/browse-bg-revwar.jpg);
}
.b-1812 {
  background-image: url(/img/browse-bg-1812.jpg);
}
.b-mex {
  background-image: url(/img/browse-bg-mex.jpg);
}
.b-cw {
  background-image: url(/img/browse-bg-civilwar.jpg);
}
.b-es {
  background-image: url(/img/browse-bg-es.jpg);
}
.b-ww1 {
  background-image: url(/img/browse-bg-ww1.jpg);
}
.b-ww2 {
  background-image: url(/img/browse-bg-ww2.jpg);
}
.b-kw {
  background-image: url(/img/browse-bg-kw.jpg);
}
.b-vw {
  background-image: url(/img/browse-bg-vtn.jpg);
}
.b-modern {
  background-image: url(/img/browse-bg-mod.jpg);
}
.b-other {
  background-image: url(/img/browse-bg-other.jpg);
}
.b-uk {
  background-image: url(/img/browse-bg-uk.jpg);
}
.f3-dialog-overlay-container {
  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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10010;
  /* Redesigned dialog for react stuff, and then everything. */
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container {
    overflow: visible;
  }
}
.f3-dialog-overlay-container .f3-dialog-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(44, 44, 44, 0.8);
}
.f3-dialog-overlay-container .f3-dialog {
  min-width: 95%;
  max-height: 97.5%;
  max-width: 97.5%;
  overflow-y: auto;
  z-index: 1;
  margin: auto;
  display: block;
  background: #ffffff;
}
.f3-dialog-overlay-container .f3-dialog.fit-to-content {
  min-width: initial!important;
  min-height: initial!important;
  max-width: initial!important;
  max-height: initial!important;
  width: auto!important;
  height: auto!important;
}
.f3-dialog-overlay-container .f3-dialog.fit-to-content .modal-body {
  min-height: initial!important;
}
.f3-dialog-overlay-container .f3-dialog.initial-width {
  width: initial!important;
}
.f3-dialog-overlay-container .f3-dialog.flipped {
  background: transparent;
}
.f3-dialog-overlay-container .f3-dialog .close {
  font-size: 44px;
}
.f3-dialog-overlay-container .f3-dialog a {
  cursor: pointer;
}
.f3-dialog-overlay-container .f3-dialog input::-moz-placeholder {
  color: #6e6e6e;
  opacity: 1;
}
.f3-dialog-overlay-container .f3-dialog input:-ms-input-placeholder {
  color: #6e6e6e;
}
.f3-dialog-overlay-container .f3-dialog input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.f3-dialog-overlay-container .f3-dialog .modal-title {
  color: #c14139;
  margin: 0;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-title {
    font-size: 28px;
    text-align: center;
  }
}
.f3-dialog-overlay-container .f3-dialog .modal-title .free-img {
  color: #107e2a;
}
.f3-dialog-overlay-container .f3-dialog .modal-section {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px;
  min-height: 90px;
}
.f3-dialog-overlay-container .f3-dialog .modal-section.browse-info img {
  float: right;
  margin: 10px 10px 5px 0;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-section.browse-info img {
    float: none;
    margin: 0;
    position: absolute;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-section.browse-info p {
    padding-left: 90px;
  }
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete {
    margin-left: 90px;
  }
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete h3 {
  margin-top: 0;
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete .progress {
  max-width: 250px;
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete .progress-bar {
  font-size: 15px;
  min-width: 2em;
}
.f3-dialog-overlay-container .f3-dialog .modal-section .percent-complete .progress-bar[style="width: 100%;"] {
  background-image: -webkit-linear-gradient(top, #1bd948 0%, #107e2a 100%);
  background-image: -o-linear-gradient(top, #1bd948 0%, #107e2a 100%);
  background-image: linear-gradient(to bottom, #1bd948 0%, #107e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1bd948', endColorstr='#ff107e2a', GradientType=0);
}
.f3-dialog-overlay-container .f3-dialog .dialog-short-title {
  font-size: 1.4em;
  font-weight: 100;
}
.f3-dialog-overlay-container .f3-dialog .jumbotron {
  background: #ffffff;
}
.no-flexbox .f3-dialog-overlay-container .f3-dialog {
  position: fixed;
  max-width: 75%;
  top: 25%;
  left: 50%;
  margin-left: -12.5%;
}
.f3-dialog-overlay-container .f3-dialog .dlg-footer {
  margin: 20px 0;
}
.f3-dialog-overlay-container.v2 .close {
  opacity: .7;
  font-size: 32px;
}
.f3-dialog-overlay-container.v2 .modal-content {
  border-radius: 6px;
  background-color: #eeeeee;
}
.f3-dialog-overlay-container.v2 .modal-content hr {
  border-top-color: #cccccc;
}
.f3-dialog-overlay-container:not(.nested).v2.overlay-photos .f3-dialog {
  width: 60%;
  max-width: 60%;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container:not(.nested).v2 .f3-dialog {
    width: 80%;
  }
}
.f3-dialog-overlay-container.nested {
  position: absolute;
}
.f3-dialog-overlay-container.nested .f3-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.f3-dialog-overlay-container.nested .f3-dialog {
  position: absolute;
  width: 100%;
  height: 100%;
}
.f3-dialog-overlay-container.nested .f3-dialog.fit-to-content {
  width: auto!important;
  height: auto!important;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container:not(.nested) .f3-dialog {
    overflow-x: hidden;
    max-width: 800px;
    min-width: 420px;
    min-height: 425px;
    width: 30%;
  }
  .f3-dialog-overlay-container:not(.nested) .f3-dialog.deny {
    max-width: 840px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .f3-dialog-overlay-container:not(.nested) .f3-dialog {
    min-width: 600px;
  }
}
.f3-dialog-overlay-container:not(.nested) .f3-dialog.edit-dialog {
  max-width: 800px;
  width: 100vw;
}
@media (min-width: 480px) {
  .f3-dialog-overlay-container:not(.nested) .f3-dialog.edit-dialog {
    width: 80vw;
  }
}
.subdialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.subdialog .f3-dialog-overlay-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.subdialog .f3-dialog-overlay {
  display: none;
}
.subdialog .f3-dialog {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: none !important;
  width: 100% !important;
  max-width: none !important;
}
/* flip card for deny dialog
 * that's all we're using it for
 */
.flip-card {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
}
.flip-card .flip-contents {
  overflow: visible!important;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  min-height: 525px!important;
}
.flip-card .flip-contents.flipped {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card .flip-contents.flipped .flip-back {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.flip-card .flip-contents.flipped .flip-back div {
  opacity: 1;
}
.no-csstransforms3d .flip-card .flip-contents.flipped .flip-back {
  display: block;
}
.flip-card .flip-contents.flipped .flip-back form {
  display: block;
}
.flip-card .flip-contents .card-face {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card .flip-contents .card-face .modal-body {
  background: #ffffff;
  border-radius: 4px;
}
.flip-card .flip-contents .flip-front {
  background: #ffffff;
  position: absolute;
  z-index: 1;
}
.flip-card .flip-contents .flip-back {
  background: #ffffff;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-card .flip-contents .flip-back form {
  display: none;
}
.flip-card .flip-contents .flip-back div {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.no-csstransforms3d .flip-card .flip-contents .flip-back {
  display: none;
}
.doc-img {
  background: #535353;
}
.doc-img strong {
  color: #fff;
  display: block;
  padding-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}
.doc-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 12px auto;
}
.doc-img.prem-img {
  border: 2px solid #c14139;
}
.doc-img.prem-img strong {
  background: #c14139;
}
.doc-img.free-img {
  border: 2px solid #107e2a;
}
.doc-img.free-img strong {
  background: #107e2a;
}
.doc-img + small {
  display: block;
  text-align: center;
}
.otheropt {
  background: #f4f2ef;
  border-radius: 4px;
  padding: 12px;
  text-align: center;
}
.form-signin .form-signin-group {
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 768px) {
  .form-signin .form-signin-group {
    max-width: 250px;
  }
}
.form-signin .form-signin-group .submit-form .checkbox-inline {
  margin-left: 12px;
}
.agreetnc {
  margin: 20px 0;
}
#reg-btn.btn {
  width: 191px;
}
#signin-form .form-control {
  width: 220px;
  display: inline-block;
}
.modal-body h1 {
  font-size: 2em;
  margin: .67em 0;
}
.btnO {
  color: #ffffff;
  background-color: #c14139;
  border-color: #ad3a33;
}
.btnO:hover,
.btnO:focus,
.btnO.focus,
.btnO:active,
.btnO.active,
.open > .dropdown-toggle.btnO {
  color: #ffffff;
  background-color: #9a342d;
  border-color: #7e2a25;
}
.btnO:active,
.btnO.active,
.open > .dropdown-toggle.btnO {
  background-image: none;
}
.btnO.disabled,
.btnO[disabled],
fieldset[disabled] .btnO,
.btnO.disabled:hover,
.btnO[disabled]:hover,
fieldset[disabled] .btnO:hover,
.btnO.disabled:focus,
.btnO[disabled]:focus,
fieldset[disabled] .btnO:focus,
.btnO.disabled.focus,
.btnO[disabled].focus,
fieldset[disabled] .btnO.focus,
.btnO.disabled:active,
.btnO[disabled]:active,
fieldset[disabled] .btnO:active,
.btnO.disabled.active,
.btnO[disabled].active,
fieldset[disabled] .btnO.active {
  background-color: #c14139;
  border-color: #ad3a33;
}
.btnO .badge {
  color: #c14139;
  background-color: #ffffff;
}
.moreinfo {
  background: transparent;
  border-radius: 24px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: .75em;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 3px 12px;
  padding: 0 6px;
  vertical-align: top;
  text-decoration: none;
}
@media (min-width: 768px) {
  .moreinfo {
    padding: 0 9px;
  }
}
.moreinfo:hover {
  background: #fff;
  color: #1d1d1d;
  text-decoration: none;
}
h1 .moreinfo {
  font-size: 20px;
}
.btn-secondary {
  color: #ffffff;
  background-color: #524c44;
  border-color: #36322d;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #36322d;
  border-color: #151311;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #524c44;
  border-color: #36322d;
}
.btn-secondary .badge {
  color: #524c44;
  background-color: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #333333;
  border-color: #141414;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #4d4d4d;
  border-color: #333333;
}
.btn-dark .badge {
  color: #4d4d4d;
  background-color: #ffffff;
}
.btn-outline {
  color: #c14139;
  background-color: #ffffff;
  border-color: #c14139;
  border-width: 2px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  color: #c14139;
  background-color: #e6e6e6;
  border-color: #92312b;
}
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  background-image: none;
}
.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline.focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline.active {
  background-color: #ffffff;
  border-color: #c14139;
}
.btn-outline .badge {
  color: #ffffff;
  background-color: #c14139;
}
.btn-outline b {
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
  line-height: .7;
  margin-right: 4px;
  vertical-align: middle;
}
.a-link {
  cursor: pointer;
}
.a-link:hover {
  color: #0072bc;
}
.video-tutorial {
  border-radius: 25px;
  background: #c14139;
  bottom: 10px;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  position: fixed;
  right: 20px;
  text-transform: uppercase;
}
.video-tutorial span {
  vertical-align: middle;
}
.signin-buttons button,
.signin-buttons a {
  display: block;
  font-size: 16px!important;
  font-weight: 600;
  margin: 0 auto 12px!important;
  width: 220px;
}
.signin-buttons button.icon-fold3:before {
  content: "\20";
  display: inline-block;
  height: 18px;
  margin: 0 4px 0 -20px;
  vertical-align: middle;
  width: 20px;
}
.btn .icon-f3 {
  line-height: 1;
  vertical-align: middle;
}
@font-face {
  font-family: 'fold3wall';
  src: url("/img/fold3wall-Regular.otf?28eba232") format('opentype');
  src: url("/img/fold3wall-Regular.eot?#iefix28eba232") format('embedded-opentype'), url("/img/fold3wall-Regular.woff?28eba232") format('woff'), url("/img/fold3wall-Regular.ttf?28eba232") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'fold3wall';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-f3:before,
.end-icon-f3:after,
#minimap button:before {
  font-family: 'fold3wall';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none!important;
}
.abs.icon-f3 {
  position: relative;
}
.abs.icon-f3:before,
.end-icon-f3.abs:after {
  color: #333;
  position: absolute;
  left: 2px;
  top: 2px;
}
.icon-profile-default:before {
  content: "\e400";
}
.icon-mil-a-wwii:before {
  content: "\e401";
}
.icon-mil-a-wwii-pilot:before {
  content: "\e402";
}
.icon-mil-a-wwi:before {
  content: "\e403";
}
.icon-mil-a-warof1812:before {
  content: "\e404";
}
.icon-mil-a-vietnam:before {
  content: "\e405";
}
.icon-mil-a-vietnam-pilot:before {
  content: "\e406";
}
.icon-mil-a-spanish-american:before {
  content: "\e407";
}
.icon-mil-a-revolutionary:before {
  content: "\e408";
}
.icon-mil-a-reserves-wwi:before {
  content: "\e409";
}
.icon-mil-a-persian:before {
  content: "\e40a";
}
.icon-mil-a-other:before,
.icon-mil-a-other-service:before {
  content: "\e40b";
}
.icon-mil-a-other-female:before {
  content: "\e40c";
}
.icon-mil-a-navy-wwii:before {
  content: "\e40d";
}
.icon-mil-a-navy-wwii-pilot:before {
  content: "\e40e";
}
.icon-mil-a-navy-vietnam:before {
  content: "\e40f";
}
.icon-mil-a-navy-modern:before {
  content: "\e410";
}
.icon-mil-a-navy-korean:before {
  content: "\e411";
}
.icon-mil-a-navy-early:before {
  content: "\e412";
}
.icon-mil-a-modern-pilot:before {
  content: "\e413";
}
.icon-mil-a-mexican-american:before {
  content: "\e414";
}
.icon-mil-a-marines-wwii:before {
  content: "\e415";
}
.icon-mil-a-marines-vietnam:before {
  content: "\e416";
}
.icon-mil-a-marines-persian:before {
  content: "\e417";
}
.icon-mil-a-marines-korean:before {
  content: "\e418";
}
.icon-mil-a-marines-iraq-afghan:before {
  content: "\e419";
}
.icon-mil-a-korean:before,
.icon-mil-korean:before {
  content: "\e41a";
}
.icon-mil-a-korean-pilot:before {
  content: "\e41b";
}
.icon-mil-a-iraq-afghan:before {
  content: "\e41c";
}
.icon-mil-a-civil-union:before {
  content: "\e41d";
}
.icon-mil-a-civil-confederate:before {
  content: "\e41e";
}
.icon-mem-topic:before,
.icon-transcription:before,
.icon-source-Records:before {
  content: "\e41f";
}
.icon-mem-place:before,
.icon-location:before {
  content: "\e420";
}
.icon-mem-person:before {
  content: "\e421";
}
.icon-mem-organization:before {
  content: "\e422";
}
.icon-mem-event:before,
.icon-date:before {
  content: "\e423";
  padding: 2px;
}
.icon-mem-picture:before,
.icon-source-Images:before {
  content: "\e424";
  padding-right: 2px;
}
.icon-mem-pin:before,
.end-icon-f3.icon-mem-pin:after {
  content: "\e425";
}
.end-icon-f3.icon-mem-pin:before {
  display: none;
}
.icon-mem-military:before,
.icon-mili-badge:after,
.icon-source-Memorials:before {
  content: "\e426";
}
.icon-mem-arrow:before {
  content: "\e427";
}
.icon-flag:before {
  content: "\e428";
}
.icon-film:before {
  content: "\e429";
}
.icon-calendar:before {
  content: "\e42A";
}
.icon-gear:before {
  content: "\e42B";
}
.icon-mail:before {
  content: "\e42C";
}
.icon-search:before {
  content: "\e42D";
}
.icon-arrow-right:before {
  content: "\e42E";
}
.icon-arrow-left:before {
  content: "\e42F";
}
.icon-arrow-down:before {
  content: "\e430";
}
.icon-arrow-up:before {
  content: "\e431";
}
.icon-back:before {
  content: "\e432";
}
.icon-bars:before {
  content: "\e433";
}
.icon-help:before {
  content: "\e434";
}
.icon-profile:before,
.icon-name:before {
  content: "\e435";
}
.icon-profile-add:before {
  content: "\e438";
}
.icon-export:before {
  content: "\e439";
}
.icon-acom:before {
  content: "\e43A";
}
.icon-twitter:before {
  content: "\e43B";
}
.icon-facebook:before {
  content: "\e43C";
}
.icon-gplus:before {
  content: "\e43D";
}
.icon-rss:before {
  content: "\e43E";
}
.icon-annotate:before,
.icon-comment:before {
  content: "\e43F";
}
.icon-print:before {
  content: "\e440";
}
.icon-lock:before {
  content: "\e441";
}
.icon-warning:before {
  content: "\e442";
}
.icon-minus:before {
  content: "\e443";
}
.icon-plus:before {
  content: "\e444";
}
.icon-check:before {
  content: "\e445";
}
.icon-close:before {
  content: "\e446";
}
.icon-reload:before {
  content: "\e447";
}
.icon-tools:before {
  content: "\e448";
}
.icon-contrast:before {
  content: "\e449";
}
.icon-star:before {
  content: "\e44A";
}
.icon-star-open:before {
  content: "\e44B";
}
.icon-fittowindow:before,
.icon-fscreen:before {
  content: "\e44C";
}
.icon-pane-bottom:before {
  content: "\e44D";
}
.icon-pane-left:before {
  content: "\e44E";
}
.icon-share:before {
  content: "\e461";
}
.icon-download:before {
  content: "\e450";
}
.icon-history:before {
  content: "\e451";
}
.go-back:before {
  content: "\2190";
}
.icon-mil-a-nonmilitary:before {
  content: "\e452";
}
.icon-mil-a-commonwealth:before {
  content: "\e453";
}
.icon-clones:before {
  content: "\e455";
}
.icon-empire:before {
  content: "\e456";
}
.icon-neworder:before {
  content: "\e457";
}
.icon-lsquote:before {
  content: "\e458";
}
.icon-rsquote:before {
  content: "\e459";
}
.icon-bold:before {
  content: "\e45A";
}
.icon-italic:before {
  content: "\e45B";
}
.icon-unordered-list:before {
  content: "\e45C";
}
.icon-ordered-list:before {
  content: "\e45D";
}
.icon-code:before {
  content: "\e45E";
}
.icon-world:before {
  content: "\e45F";
}
.icon-cam:before {
  content: "\e460";
}
.a2-icon-add-c:before {
  content: "\e462";
}
.a2-icon-sort-c:before {
  content: "\e463";
}
.a2-icon-edit-c:before {
  content: "\e464";
}
.a2-icon-delete-c:before {
  content: "\e465";
}
.a2-icon-add:before {
  content: "\e466";
}
.a2-icon-sort:before {
  content: "\e467";
}
.a2-icon-edit:before {
  content: "\e468";
}
.a2-icon-delete:before {
  content: "\e469";
}
.a2-icon-bookmark:before {
  content: "\e46A";
}
.a2-icon-bookmark-empty:before {
  content: "\e46B";
}
.a2-icon-link:before {
  content: "\e46C";
}
.a2-icon-stories:before,
.icon-source-Stories:before {
  content: "\e46D";
}
.a2-icon-smile:before {
  content: "\e46E";
}
.a2-icon-neutral:before {
  content: "\e46F";
}
.a2-icon-frown:before {
  content: "\e470";
}
.icon-filter:before {
  content: "\e471";
}
.icon-books:before {
  content: "\e472";
}
.icon-swords:before {
  content: "\e473";
}
.icon-flip:before {
  display: inline-block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.icon-fold3:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9InN0cm9rZTogbm9uZTsgZmlsbDogI2ZmZmZmZjsiPjxwYXRoIGQ9Ik0xLjExIDEwbDYuODEgM2EuMTguMTggMCAwIDAgLjE1IDBsNi44Mi0zYS4xOC4xOCAwIDAgMSAuMjYuMTd2Mi40MWEuMTguMTggMCAwIDEtLjExLjE3bC03IDMuMTJhLjE4LjE4IDAgMCAxLS4xNSAwTDEgMTIuNzNhLjE4LjE4IDAgMCAxLS4xMS0uMTd2LTIuNDFhLjE4LjE4IDAgMCAxIC4yMi0uMTV6Ii8+PHBhdGggZD0iTTEuMTEgNS4xbDYuODEgMy4wNWEuMTguMTggMCAwIDAgLjE1IDBsNi44Mi0zLjA1YS4xOC4xOCAwIDAgMSAuMjYuMTd2Mi40YS4xOC4xOCAwIDAgMS0uMTEuMTdMOC4wOCAxMWEuMTguMTggMCAwIDEtLjE1IDBMMSA3Ljg0YS4xOC4xOCAwIDAgMS0uMTEtLjE3VjUuMjZhLjE4LjE4IDAgMCAxIC4yMi0uMTZ6Ii8+PHBhdGggZD0iTTEuMTEuMTVMNy45MiAzLjJhLjE4LjE4IDAgMCAwIC4xNSAwTDE0Ljg5LjE1YS4xOC4xOCAwIDAgMSAuMjYuMTd2Mi40MWEuMTguMTggMCAwIDEtLjE1LjE3TDguMDggNmEuMTguMTggMCAwIDEtLjE1IDBMMSAyLjlhLjE4LjE4IDAgMCAxLS4xMS0uMTdWLjMyYS4xOC4xOCAwIDAgMSAuMjItLjE3eiIvPjwvc3ZnPg==) no-repeat center center;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none!important;
}
.checks {
  font-size: 16px;
  list-style: none;
}
.checks li {
  margin: 0 0 12px;
}
.checks li:before {
  color: #c14139;
  content: "\e427";
  font-family: 'fold3wall';
  font-size: 14px;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: -1.8em;
  padding: 0 5px;
  speak: none;
  text-transform: none;
}
a {
  cursor: pointer;
}
.text-darker {
  color: #686057;
}
.inline-block {
  display: inline-block !important;
}
.pie-wrap svg circle {
  fill: white;
  stroke: #c14139;
  stroke-width: 5;
}
.outlink {
  background: url(/i/outlink.gif) no-repeat right center;
  padding: 0 18px 0 0;
}
.corrections-form {
  position: relative;
}
@media (min-width: 768px) {
  .columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.dl-horizontal .correction-buttons {
  display: none;
}
.dl-horizontal.correctable {
  background: #fef9d0;
}
.dl-horizontal.correctable + hr + .btn-link {
  display: none;
}
.dl-horizontal.correctable .correction-buttons {
  display: block;
}
.dl-horizontal.correctable .metadata-value.tooLong {
  border-color: #cc0000;
}
.dl-horizontal dt {
  border-top: 1px solid #e5e1db;
  color: #686057;
  display: block;
  font-weight: 400;
  padding: 0 8px 0;
  white-space: nowrap;
}
.dl-horizontal dt:not(:first-of-type) {
  margin-top: 4px;
}
.dl-horizontal dt:first-child {
  border-top: 0 none;
}
.dl-horizontal dt:first-child + dd {
  border-top: 0 none;
}
.no-b.dl-horizontal dt {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dl-horizontal dt.text-left {
  text-align: left;
}
.dl-horizontal dd {
  padding: 0 8px;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual;
}
.dl-horizontal dd:first-of-type {
  margin-top: 4px;
}
.no-b.dl-horizontal dd {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dl-horizontal dd img {
  float: left;
  margin: 0 10px 10px 0;
  vertical-align: top;
}
.dl-horizontal dd span[contenteditable="true"] {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #1d1d1d;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
  margin: 0;
  height: auto;
}
.dl-horizontal dd span[contenteditable="true"]: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);
}
.dl-horizontal dd span[contenteditable="true"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.dl-horizontal dd span[contenteditable="true"]:-ms-input-placeholder {
  color: #999999;
}
.dl-horizontal dd span[contenteditable="true"]::-webkit-input-placeholder {
  color: #999999;
}
.dl-horizontal dd span[contenteditable="true"][disabled],
.dl-horizontal dd span[contenteditable="true"][readonly],
fieldset[disabled] .dl-horizontal dd span[contenteditable="true"] {
  background-color: #eeeeee;
  opacity: 1;
}
.dl-horizontal dd span[contenteditable="true"][disabled],
fieldset[disabled] .dl-horizontal dd span[contenteditable="true"] {
  cursor: not-allowed;
}
textarea.dl-horizontal dd span[contenteditable="true"] {
  height: auto;
}
.dl-horizontal dd > div.alt-metadata {
  position: relative;
}
.dl-horizontal dd > div.alt-metadata:hover span.alt-metadata-info {
  visibility: visible;
}
.dl-horizontal dd > div.alt-metadata > b {
  display: inline-block;
  text-indent: -0.5em;
}
.dl-horizontal dd > div.alt-metadata span.alt-metadata-info {
  background: #fcf29f;
  border-radius: 3px;
  border: 1px solid #c9b406;
  left: -40px;
  padding: 2px 8px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 10;
}
.dl-horizontal dd > div.alt-metadata span.alt-metadata-info a {
  cursor: pointer;
}
.dl-horizontal dd > div.alt-metadata span.alt-metadata-info a:hover {
  text-decoration: none;
  opacity: .8;
}
.dl-horizontal dd > div.alt-metadata span.alt-metadata-info .editable-remove {
  padding-left: 4px;
}
.dl-horizontal dd > div.alt-metadata span.alt-metadata-info .editable-remove:before {
  content: "\00B7";
  padding-right: 4px;
  color: #1d1d1d;
  text-decoration: none!important;
}
.dl-horizontal dd > div.alt-metadata span.alt-metadata-info:before {
  border: 1px solid #c9b406;
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 0 4px 4px;
  content: "\20";
  display: block;
  height: 0;
  left: 50%;
  margin-left: 2px;
  position: absolute;
  top: -4px;
  width: 0;
  z-index: 1;
}
.dl-horizontal > div:not(.correction-buttons) {
  border-top: 1px solid #e5e1db;
}
.dl-horizontal dt + dd {
  border-top: 1px solid #e5e1db;
  padding-top: 0;
  margin-top: 4px;
}
.correction-buttons {
  margin-bottom: 32px;
  padding: 20px 12px;
  text-align: right;
}
.correction-buttons button {
  margin-left: 4px;
}
a.correct-btn,
span.correct-btn {
  display: inline-block;
  padding: 8px 0;
  color: #0072bc;
  cursor: pointer;
}
a.correct-btn:before,
span.correct-btn:before {
  color: #c14139;
  margin-right: 4px;
}
a.correct-btn:hover,
span.correct-btn:hover {
  opacity: .8;
  text-decoration: none;
}
hr.hr {
  border-top: 2px dotted #e5e1db;
  margin-bottom: 0;
}
.ie-only {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-only {
    display: block;
  }
}
.stacked-papers {
  -webkit-box-shadow: 1px -1px 0 rgba(204, 204, 204, 0.9), 4px -4px 0 #f4f4f4, 5px -5px 0 rgba(204, 204, 204, 0.9), 8px -8px 0 #f4f4f4,9px -9px 0 rgba(204, 204, 204, 0.9), 12px -12px 0 #f4f4f4, 13px -13px 0 rgba(204, 204, 204, 0.9);
  box-shadow: 1px -1px 0 rgba(204, 204, 204, 0.9), 4px -4px 0 #f4f4f4, 5px -5px 0 rgba(204, 204, 204, 0.9), 8px -8px 0 #f4f4f4,9px -9px 0 rgba(204, 204, 204, 0.9), 12px -12px 0 #f4f4f4, 13px -13px 0 rgba(204, 204, 204, 0.9);
}
.center-content {
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
.tab-nav {
  width: 100%;
  background-color: #c14139;
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tab-nav {
    padding-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow-y: auto;
  }
  .tab-nav::-webkit-scrollbar {
    display: none;
  }
}
.tab-nav a.tab {
  color: white;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 15px;
  margin: 0 4px;
  padding: 7px 8px 5px;
  text-align: center;
  text-transform: uppercase;
}
.tab-nav a.tab:hover {
  background: rgba(255, 255, 255, 0.3);
}
.tab-nav a.tab.active {
  border-bottom: 3px solid white;
  background: transparent;
  font-weight: bold;
}
@media (min-width: 768px) {
  .tab-nav a.tab {
    margin: 0 8px;
  }
}
.tab-nav div.settings {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
.tab-nav button {
  color: #fff;
  text-transform: uppercase;
}
.tab-nav button > span {
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}
.tab-nav button:focus,
.tab-nav button:active,
.tab-nav button:hover,
.tab-nav button:visited {
  outline: none!important;
  text-decoration: none!important;
}
.tab-nav button:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #36322d;
}
.tab-content {
  margin-top: 24px;
  background: #f0efed;
}
@media screen and (min-width: 768px) {
  .tab-content {
    min-height: 70vh;
  }
}
.page-header.w-nav {
  background: #9e978d;
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 42px;
}
.page-header.w-nav h1 {
  color: #fff;
}
.page-header.w-nav + .pagination {
  display: block;
  margin: -44px auto 0;
  text-align: center;
  white-space: nowrap;
}
.page-header.w-nav + .pagination li {
  display: inline-block;
}
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute!important;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: none;
}
[data-tooltip]:after {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #ffffff;
  content: attr(data-tooltip);
  display: block;
  font: normal 13px/1.4 "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  padding: 4px;
  position: absolute;
  text-align: center;
  width: 160px;
  z-index: 1070;
}
[data-tooltip]:before {
  z-index: 1070;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  height: auto!important;
  padding: 0!important;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: rgba(0, 0, 0, 0.8);
}
[data-tooltip]:after,
.tooltip-top:after {
  margin-left: -80px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after {
  -webkit-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after {
  -webkit-transform: translate(-3px, 0);
  -ms-transform: translate(-3px, 0);
  -o-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}
/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
.touch .tooltip-bottom:before,
.touch .tooltip-bottom:after {
  display: none;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltip-bot-right:before,
.tooltip-bot-right:after {
  top: 100%;
  bottom: auto;
  left: auto;
  right: -4px;
}
.touch .tooltip-bot-right:before,
.touch .tooltip-bot-right:after {
  display: none;
}
.tooltip-bot-right:before {
  margin-top: -12px;
  margin-bottom: 0;
  right: 8px;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltip-bot-right:hover:before,
.tooltip-bot-right:hover:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 13px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
html .grab {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
html .grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
html.lt-ie10 .grab,
html.gt-ie9 .grab,
html.ie9 .grab,
html.ie8 .grab,
html.no-js .grab {
  cursor: url(/img/grab.cur), auto;
}
html.lt-ie10 .grabbing,
html.gt-ie9 .grabbing,
html.ie9 .grabbing,
html.ie8 .grabbing,
html.no-js .grabbing {
  cursor: url(/img/grabbing.cur), auto;
}
mark {
  background: #fcf04f;
  cursor: inherit;
  padding: 0;
}
mark.active {
  border: 2px solid #c14139;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  #share-dialog {
    min-width: 500px;
  }
}
#share-dialog #state-icons .embed-icon {
  font-weight: bold;
  white-space: nowrap;
}
#share-dialog #share-form {
  margin: 10px 0;
  text-align: left;
  /*
		//suggestions:
		background: #F5F5F3;
		position: absolute;
		padding: 20px;
		left: -40px;
		right: -40px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		*/
}
#share-dialog #share-form > div {
  border-top: 1px solid #f4f2ef;
  padding-top: 10px;
}
#share-dialog #share-form label {
  color: #686057;
  font-weight: normal;
}
div > #share-dialog #share-form .spinner {
  position: relative;
  margin: 10px 0;
}
#share-dialog #share-form button {
  float: right;
}
#share-dialog #share-form #embed-sizes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
#share-dialog #share-form #embed-sizes label {
  display: table;
  cursor: pointer;
  color: #686057;
  background-color: #f4f2ef;
  border: 2px dashed #eeeeee;
  /*
				//suggestions:
				background-color: #D8D7D0;
				border-color: #818181;
				*/
}
#share-dialog #share-form #embed-sizes label[embedsize] {
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  #share-dialog #share-form #embed-sizes label[embedsize="200"] {
    width: 80px;
    height: 80px;
  }
  #share-dialog #share-form #embed-sizes label[embedsize="300"] {
    width: 100px;
    height: 100px;
  }
  #share-dialog #share-form #embed-sizes label[embedsize="400"] {
    width: 120px;
    height: 120px;
  }
}
#share-dialog #share-form #embed-sizes label.active {
  border: 2px dashed #c14139;
  background-color: #e5e1db;
  /*
					//suggestions:
					background-color: #C4C1BD
					*/
  color: #c14139;
}
#share-dialog #share-form #embed-sizes label:hover {
  border-color: #c14139;
}
#share-dialog #share-form #embed-sizes label span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#state-icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  text-align: center;
}
#state-icons figure {
  cursor: pointer;
  padding: 4px 10px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#state-icons figure .icon-f3 {
  color: #847a6e;
  cursor: pointer;
  display: block;
  font-size: 28px;
  padding: 0 8px;
  height: 32px;
}
#state-icons figure .icon-f3:hover {
  color: #4c4740;
}
#state-icons figure figcaption {
  color: #0072bc;
}
#state-icons figure.active {
  border: 2px solid #c14139;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#mini-viewer {
  position: relative;
  height: 70vh;
  width: 60vw;
  background-color: black;
  color: white;
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#mini-viewer #page-info {
  color: white;
  position: absolute;
  right: 3px;
  text-shadow: 0 0 6px black;
  top: 3px;
  z-index: 10;
}
@media (min-width: 768px) {
  #mini-viewer #page-info {
    right: 20px;
    top: 10px;
  }
}
#mini-viewer img {
  max-width: 95%;
  height: 95%;
  cursor: pointer;
  object-fit: contain;
}
#mini-viewer h5 {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 20px;
  text-shadow: 0 0 6px black;
}
#mini-viewer h5 .caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#mini-viewer .thumbnail-navigation {
  position: absolute;
  height: 100%;
  width: 80px;
  font-size: 68px;
  color: #CCC;
  cursor: pointer;
  top: 0;
}
#mini-viewer .thumbnail-navigation span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mini-viewer .thumbnail-navigation.prev {
  left: 0;
}
#mini-viewer .thumbnail-navigation.prev:hover {
  background-image: -webkit-linear-gradient(left, #222222 0%, transparent 100%);
  background-image: -o-linear-gradient(left, #222222 0%, transparent 100%);
  background-image: linear-gradient(to right, #222222 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#00000000', GradientType=1);
}
#mini-viewer .thumbnail-navigation.next {
  right: 0;
}
#mini-viewer .thumbnail-navigation.next:hover {
  background-image: -webkit-linear-gradient(left, transparent 0%, #222222 100%);
  background-image: -o-linear-gradient(left, transparent 0%, #222222 100%);
  background-image: linear-gradient(to right, transparent 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff222222', GradientType=1);
}
@media screen and (max-width: 1100px) {
  #mini-viewer {
    width: 100%;
  }
}
#mini-viewer.v2 {
  height: auto;
  width: auto;
  background: none;
  padding: 10px;
  color: inherit;
}
#mini-viewer.v2 #page-info,
#mini-viewer.v2 h5 {
  color: #1d1d1d;
  text-shadow: none;
}
#mini-viewer.v2 img {
  box-shadow: #333 0px 0px 10px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100px;
  object-fit: initial;
  display: inline-block;
}
#mini-viewer.v2 .thumbnail-navigation {
  background: none !important;
  font-size: 44px;
}
#mini-viewer.v2 .thumbnail-navigation span::before {
  color: #555;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.6);
  opacity: .4;
}
#mini-viewer.v2 .thumbnail-navigation:hover:not(.disabled) span::before {
  text-shadow: none;
  opacity: 1;
}
#mini-viewer.v2 .thumbnail-navigation.disabled {
  cursor: default;
}
#mini-viewer-footer {
  margin: 15px 0;
}
#mini-viewer-footer p.msg-area {
  display: inline-block;
  margin: 0 0 20px;
}
#mini-viewer-footer span.few-characters {
  color: #cc0000;
  font-weight: 600;
}
#mini-viewer-footer.a2 textarea {
  padding: 8px;
}
#mini-viewer-footer.a2 #character-count {
  bottom: 8px;
  left: 18px;
  font-size: 13px;
}
#mini-viewer-footer.a2 .box-aside {
  margin-left: 4px;
  position: relative;
  top: 4px;
}
.ta-editor {
  min-height: 300px;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  margin: 20px 0;
}
.ta-editor.title > .ta-scroll-window {
  min-height: initial;
  height: auto;
}
.ta-editor div[contenteditable="true"] {
  outline: none;
  height: 100%;
}
.ta-editor .btn-group {
  margin-left: 10px;
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}
/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
}
.ta-editor.ta-html,
.ta-scroll-window.form-control {
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}
.ta-scroll-window > .ta-bind {
  height: auto;
  padding: 6px 12px;
}
.ta-editor:focus {
  user-select: text;
}
/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}
/* copy the popover code from bootstrap so this will work even without it */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.text-max-region,
.text-max-region-block {
  display: inline-block;
  position: relative;
}
.text-max-region textarea,
.text-max-region-block textarea {
  resize: none;
  padding-bottom: 1.5em;
}
.text-max-region-block {
  display: block;
}
.text-max {
  background: rgba(255, 255, 255, 0.5);
  margin: -24px 8px 4px;
  position: absolute;
  right: 0;
  text-align: right;
  pointer-events: none;
}
input + .text-max {
  background: transparent;
  margin-top: -29px;
}
#story-dialog {
  max-width: 800px;
  width: 60vw;
}
#story-dialog .editor-inputs {
  border: 0 none;
  padding-top: 1px;
  margin-bottom: 10px;
}
#story-dialog .editor-inputs .ta-editor {
  margin: 0;
}
#story-dialog .editor-inputs .ta-editor:hover {
  opacity: .70;
}
#story-dialog .editor-inputs .ta-editor p {
  color: #1d1d1d;
  font-size: 17px;
}
#story-dialog .editor-inputs .focussed .ta-editor:hover {
  opacity: 1;
}
#story-dialog .editor-inputs .add-media {
  float: left;
  font-size: 20px;
  margin: 4px 2px 4px 12px;
  padding: 4px 8px 0;
  position: relative;
  z-index: 1;
}
#story-dialog .editor-inputs .add-media .badge {
  background: #cc0000;
  right: -5px;
  top: -8px;
  position: absolute;
}
#story-dialog .editor-inputs .form-control {
  border-radius: 0;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#story-dialog .editor-inputs .input-group {
  width: 100%;
}
#story-dialog .editor-inputs .ta-toolbar {
  display: block;
  opacity: .5;
  padding: 4px 0 4px 12px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#story-dialog .editor-inputs .ta-toolbar.focussed {
  opacity: 1;
}
.touch #story-dialog .editor-inputs .ta-toolbar .btn-group button[title="Bold"],
.touch #story-dialog .editor-inputs .ta-toolbar .btn-group button[title="Italic"] {
  display: none;
}
#story-dialog .editor-inputs h3 {
  margin-top: 0;
}
#story-dialog .editor-buttons {
  border-top: 1px solid #cccccc;
  padding-top: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#story-dialog .editor-buttons div {
  -webkit-flex: 1 auto;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
#story-dialog .editor-buttons div:last-child {
  text-align: right;
}
#story-dialog .editor-buttons p {
  margin: 8px;
}
#story-dialog .story-data {
  margin-left: 12px;
}
#story-dialog .story-data .form-control {
  font-size: 17px;
  border-bottom: 1px dashed transparent;
  margin: 0 12px;
  padding: 0;
  width: 95%;
}
#story-dialog .story-data .form-control:hover {
  border-color: #cccccc;
  color: #9e978d;
}
#story-dialog .story-data .form-control:focus {
  color: #6a645b;
}
#story-dialog .story-data .icon-f3 {
  color: #a1a1a1;
  display: table-cell;
  font-size: 36px;
  width: 36px;
}
#story-dialog .story-title {
  color: #6a645b;
  border-bottom: 1px dashed transparent !important;
  font-size: 29px;
  height: auto;
  margin: 0 12px;
  padding: 2px 0;
  width: 95%;
}
#story-dialog .story-title:hover {
  border-color: #cccccc !important;
  color: #9e978d;
}
#story-dialog .story-title:focus {
  color: #6a645b;
}
.file-uploader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 25px;
  border: 4px solid transparent;
}
.file-uploader.dragover {
  background-color: #d1dce3;
  border: 4px dashed #000000;
}
.file-uploader input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-uploader input[type="file"] + label {
  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.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #c14139;
  border-color: #ad3a33;
}
.file-uploader input[type="file"] + label:focus,
.file-uploader input[type="file"] + label:active:focus,
.file-uploader input[type="file"] + label.active:focus,
.file-uploader input[type="file"] + label.focus,
.file-uploader input[type="file"] + label:active.focus,
.file-uploader input[type="file"] + label.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.file-uploader input[type="file"] + label:hover,
.file-uploader input[type="file"] + label:focus,
.file-uploader input[type="file"] + label.focus {
  color: #333333;
  text-decoration: none;
}
.file-uploader input[type="file"] + label:active,
.file-uploader input[type="file"] + label.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);
}
.file-uploader input[type="file"] + label.disabled,
.file-uploader input[type="file"] + label[disabled],
fieldset[disabled] .file-uploader input[type="file"] + label {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.file-uploader input[type="file"] + label:hover,
.file-uploader input[type="file"] + label:focus,
.file-uploader input[type="file"] + label.focus,
.file-uploader input[type="file"] + label:active,
.file-uploader input[type="file"] + label.active,
.open > .dropdown-toggle.file-uploader input[type="file"] + label {
  color: #ffffff;
  background-color: #9a342d;
  border-color: #7e2a25;
}
.file-uploader input[type="file"] + label:active,
.file-uploader input[type="file"] + label.active,
.open > .dropdown-toggle.file-uploader input[type="file"] + label {
  background-image: none;
}
.file-uploader input[type="file"] + label.disabled,
.file-uploader input[type="file"] + label[disabled],
fieldset[disabled] .file-uploader input[type="file"] + label,
.file-uploader input[type="file"] + label.disabled:hover,
.file-uploader input[type="file"] + label[disabled]:hover,
fieldset[disabled] .file-uploader input[type="file"] + label:hover,
.file-uploader input[type="file"] + label.disabled:focus,
.file-uploader input[type="file"] + label[disabled]:focus,
fieldset[disabled] .file-uploader input[type="file"] + label:focus,
.file-uploader input[type="file"] + label.disabled.focus,
.file-uploader input[type="file"] + label[disabled].focus,
fieldset[disabled] .file-uploader input[type="file"] + label.focus,
.file-uploader input[type="file"] + label.disabled:active,
.file-uploader input[type="file"] + label[disabled]:active,
fieldset[disabled] .file-uploader input[type="file"] + label:active,
.file-uploader input[type="file"] + label.disabled.active,
.file-uploader input[type="file"] + label[disabled].active,
fieldset[disabled] .file-uploader input[type="file"] + label.active {
  background-color: #c14139;
  border-color: #ad3a33;
}
.file-uploader input[type="file"] + label .badge {
  color: #c14139;
  background-color: #ffffff;
}
.file-uploader .file-upload {
  position: relative;
  padding: 5px 10px;
  margin: 10px 5px;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.file-uploader .file-upload.file-warning {
  background-color: rgba(252, 242, 159, 0.3);
  border: 1px solid #f7de0b;
}
.file-uploader .file-upload.file-warning:hover {
  background-color: #fcf29f;
}
.file-uploader .file-upload.file-danger {
  background-color: rgba(250, 233, 230, 0.3);
  border: 1px solid #e07967;
}
.file-uploader .file-upload.file-danger:hover {
  background-color: rgba(250, 233, 230, 0.5);
}
.file-uploader .file-upload.file-success {
  background-color: rgba(92, 184, 92, 0.3);
  border: 1px solid #255625;
}
.file-uploader .file-upload.file-success:hover {
  background-color: rgba(92, 184, 92, 0.5);
}
.file-uploader .file-upload.file-info,
.file-uploader .file-upload.file-primary {
  background-color: #d1dce3;
  border: 1px solid #c1d0d9;
}
.file-uploader .file-upload.file-info:hover,
.file-uploader .file-upload.file-primary:hover {
  background-color: #c1d0d9;
}
.file-uploader .file-upload:hover .actions-messages .status-message {
  display: none;
}
.file-uploader .file-upload:hover .actions-messages .action-button {
  display: inline;
}
.file-uploader .file-upload > div {
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  overflow: hidden;
}
.file-uploader .file-upload > div.actions-messages {
  -webkit-flex: 0 0 160px;
  -moz-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
.file-uploader .file-upload > div.actions-messages .status-message {
  display: inline;
}
.file-uploader .file-upload > div.actions-messages .action-button {
  display: none;
}
.file-uploader .file-upload > div .upload-preview {
  height: 50px;
  width: 50px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.file-uploader .file-upload > div span.upload-preview {
  font-size: 16px;
}
.file-uploader .file-upload > div span.file-name {
  display: block;
  font-size: 16px;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ListItem {
  background: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid transparent;
  border-bottom-color: #cccccc;
  margin-bottom: 20px;
  position: relative;
}
.ListItem:last-child {
  border-bottom: 0;
}
.ListItem.active {
  border-color: #b3b3b3;
  margin-top: -21px;
  padding-top: 20px;
}
.ListItem-thumbnail {
  padding: 0 0 10px 10px;
  -webkit-flex: 0 0 140px;
  -moz-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  text-align: center;
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ListItem-thumbnail a {
  position: relative;
}
.ListItem-thumbnail .thumbnail {
  display: block;
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.ListItem-thumbnail .thumbnail:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  -webkit-filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}
.ListItem-badge {
  display: inline-block;
  padding: 0 4px;
  margin-top: 4px;
  text-transform: uppercase;
  border-radius: 3px;
  color: white;
  background: #8b8377;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ListItem-badge:not(.badge-tip) {
    position: absolute;
    top: 20%;
    right: 125px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
  }
}
.ListItem-badge.badge-image,
.ListItem-badge .badge-sub_image {
  background: #7b7369;
}
.ListItem-badge.badge-index_record {
  background: #c14139;
}
.ListItem-badge.badge-publication {
  background: #fff;
  border: 1px solid #c14139;
  color: #c14139;
}
.ListItem-badge.badge-story_page {
  background: #31708f;
}
.ListItem-badge.badge-tip {
  background: #FFCE00;
}
.ListItem-main {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
.ListItem-main .dl-horizontal dt,
.ListItem-main .dl-horizontal dd {
  border-top: 0 none;
}
@media (max-width: 767px) {
  .ListItem-main .dl-horizontal dt,
  .ListItem-main .dl-horizontal dd {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ListItem-main .dl-horizontal dt {
    float: left;
    width: 128px;
    text-align: right;
  }
}
.ListItem-main .dl-horizontal dt:after {
  content: ":";
}
.ListItem-main .dl-horizontal dd {
  margin-left: 152px;
}
.ListItem-head + div {
  color: #6e6e6e;
}
.ListItem-actions {
  position: absolute;
  right: 2px;
  text-align: right;
  margin-top: -18px;
}
@media (min-width: 768px) {
  .ListItem-actions {
    margin-top: 12px;
    right: 2px;
  }
}
.ListItem-body {
  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;
}
.ListItem-c1 {
  -webkit-flex: 1 1 0px;
  -moz-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.ListItem-c2 {
  -webkit-flex: 2 1 100%;
  -moz-flex: 2 1 100%;
  -ms-flex: 2 1 100%;
  flex: 2 1 100%;
}
@media (min-width: 768px) {
  .ListItem-c2 {
    -webkit-flex: 2 1 0px;
    -moz-flex: 2 1 0px;
    -ms-flex: 2 1 0px;
    flex: 2 1 0px;
  }
}
.bookmark-list {
  margin: 20px 0;
}
.sub-bar > a,
.sub-bar > span {
  color: #fff;
  display: inline-block;
  padding: 4px 0;
}
/*************************
 Popout
/*************************/
.popout-target-cont {
  display: block;
  position: relative;
}
.popout-target-cont:active,
.popout-target-cont:focus {
  color: #c14139;
  outline: none;
}
.popout-target-cont.inline {
  display: inline-block;
}
.popout-target-cont.inline .popout-target {
  display: inline-block;
}
.popout-target {
  display: block;
  margin: 4px 0;
  cursor: pointer;
}
.popout-target.no-tab button:active,
.popout-target.no-tab button:focus {
  outline: none;
}
.popout-target .icon-f3:before {
  vertical-align: middle;
  margin: 2px;
}
.popout-target:hover {
  opacity: .8;
}
.popout-target:focus {
  outline: none;
}
.popout-content {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  display: inline-block;
  position: absolute;
  right: -50%;
  text-align: left;
  top: 100%;
  white-space: nowrap;
  width: auto;
  z-index: 10;
}
.popout-content.center {
  right: -50%;
}
.popout-content.right {
  right: 0;
}
.popout-content.right:after {
  left: auto;
  right: 4px;
}
.popout-content.left {
  left: 0;
  right: initial;
}
.popout-content > p {
  margin: 0;
  padding: 5px 10px;
}
.popout-content > p a {
  color: #0072bc;
}
.popout-content > a {
  border-bottom: 1px solid #f4f2ef;
  color: #1d1d1d;
  padding: 8px 12px;
  text-decoration: none;
}
.popout-content > a:first-child {
  border-radius: 4px 4px 0 0;
}
.popout-content > a:last-child {
  border-radius: 0 0 4px 4px;
  border-width: 0;
}
.popout-content > a:hover {
  background: #f4f2ef;
}
.popout-content:after {
  display: block;
  content: "\20";
  border: 1px solid #fff;
  border-width: 0 12px 14px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -13px;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.2));
}
.popout-content.no-pointer:after {
  content: none;
}
.dropdown-item {
  display: block;
  padding: 5px;
}
.DateRangeInput {
  position: relative;
  flex-grow: 1;
  min-width: 125px;
}
@media (min-width: 768px) {
  .DateRangeInput {
    white-space: nowrap;
  }
}
.DateRangeInput .combobox {
  max-width: 38%;
  display: inline-block;
}
.DateRangeInput .combobox div.input-field input.combobox-input {
  padding: 0 2px !important;
}
.DateRangeInput .combobox div.input-field .clear-btn {
  right: -4px;
  background: rgba(255, 255, 255, 0.6);
  padding-left: 2px;
}
.DateRangeInput .no-btn {
  padding: 6px 4px;
}
@media (max-width: 547px) {
  .DateRangeInput .date-dash {
    display: none;
  }
}
.DateRangePicker {
  position: absolute;
  top: 35px;
  left: 0;
  background-color: white;
  border: 1px solid #e5e1db;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  box-shadow: 0 0 14px -5px #36322d;
  z-index: 3;
}
@media (max-width: 826px) {
  .DateRangePicker {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .DateRangePicker {
    transform: translate(-25%, 0%);
  }
}
@media (max-width: 426px) {
  .DateRangePicker {
    max-width: 350px;
  }
}
@media (max-width: 399px) {
  .DateRangePicker {
    max-width: 320px;
  }
}
@media (max-width: 370px) {
  .DateRangePicker {
    max-width: 275px;
  }
}
.DateRangePicker .Slider {
  margin-top: 30px;
}
@media (max-width: 425px) {
  .DateRangePicker .Slider .handle {
    transform: scale(1.25);
  }
}
.DateRangePicker .date-pickers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding: 20px;
}
@media (max-width: 826px) {
  .DateRangePicker .date-pickers {
    flex-wrap: wrap;
  }
}
.DateRangePicker .date-pickers .calWrap {
  text-align: center;
}
@media (min-width: 826px) {
  .DateRangePicker .date-pickers .calWrap:nth-of-type(2) {
    margin-left: 30px;
  }
}
@media (max-width: 400px) {
  .DateRangePicker .date-pickers .calWrap {
    max-width: 310px;
  }
}
@media (max-width: 370px) {
  .DateRangePicker .date-pickers .calWrap {
    max-width: 270px;
  }
}
.DateRangePicker .date-pickers .calWrap .combobox {
  margin: 4px 0 16px 0;
}
.DateRangePicker .date-pickers .calWrap .combobox input.combobox-input {
  padding: 0 6px !important;
}
.DateRangePicker .date-pickers .calWrap .combobox .clear-btn {
  top: 2px;
  right: 26px;
}
.DateRangePicker .date-pickers .calWrap .MonthSelector {
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .DateRangePicker .date-pickers .calWrap .MonthSelector .month-labels {
    max-width: 306px;
  }
}
.DateRangePicker .date-pickers .calWrap .MonthSelector .month-labels .month-label {
  text-transform: uppercase;
  font-weight: bold;
}
.DateRangePicker .date-pickers .calWrap .MonthSelector .month-labels .month-label.btn[disabled] {
  color: #d2d2d2;
}
.DateRangePicker .date-pickers .calWrap .MonthSelector .month-labels .month-label.no-btn:hover {
  color: #c14139;
  opacity: 1;
}
.DateRangePicker .date-pickers .calWrap .MonthSelector .month-labels .month-label.no-btn:hover.active {
  color: #fff;
}
@media (max-width: 370px) {
  .DateRangePicker .date-pickers .calWrap .MonthSelector {
    max-width: 270px;
  }
}
@media (max-width: 370px) {
  .DateRangePicker .date-pickers .calWrap .MonthCalendar {
    max-width: 270px;
  }
}
.DateRangePicker .date-pickers .calWrap .day-labels {
  margin-bottom: 8px;
}
@media (max-width: 400px) {
  .DateRangePicker .date-pickers .calWrap .day-labels {
    max-width: 306px;
  }
}
.DateRangePicker .date-pickers .calWrap .day-labels .day-label {
  font-weight: bold;
}
@media (max-width: 400px) {
  .DateRangePicker .date-pickers .calWrap .week {
    max-width: 306px;
  }
}
.DateRangePicker .date-pickers .calWrap .week .day-btn.no-btn:hover {
  color: #c14139;
  opacity: 1;
}
.DateRangePicker .date-pickers .calWrap .week .day-btn.no-btn:hover.active {
  color: #fff;
}
#fb-signin-btn,
#fb-login-btn,
.fb-login-btn {
  background: #3b5998;
  border-width: 0px;
  color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 14px;
  margin: 0 0 12px;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
}
#fb-signin-btn.loading,
#fb-login-btn.loading,
.fb-login-btn.loading {
  background: #696969;
  width: auto;
}
#fb-signin-btn span,
#fb-login-btn span,
.fb-login-btn span {
  background: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ2IDQ2IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pZCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJXaGl0ZSIgY2xhc3M9ImNscy0xIiBkPSJNNDMuNDYsMEgyLjU0QTIuNTQsMi41NCwwLDAsMCwwLDIuNTRWNDMuNDZBMi41NCwyLjU0LDAsMCwwLDIuNTQsNDZoMjJWMjguMTloLTZWMjEuMjRoNlYxNi4xMmMwLTUuOTQsMy42My05LjE4LDguOTMtOS4xOGE0OS4xOSw0OS4xOSwwLDAsMSw1LjM2LjI3djYuMjFIMzUuMThjLTIuODgsMC0zLjQ0LDEuMzctMy40NCwzLjM4djQuNDNoNi44N2wtMC45LDYuOTRoLTZWNDZINDMuNDZBMi41NCwyLjU0LDAsMCwwLDQ2LDQzLjQ2VjIuNTRBMi41NCwyLjU0LDAsMCwwLDQzLjQ2LDBaIi8+PC9zdmc+) no-repeat center center;
  background-position: 0 0;
  padding-left: 24px;
}
.hr-line {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px;
  text-align: center;
}
.hr-line legend {
  background: #ffffff;
  color: #777;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  border: 0;
  width: auto;
}
.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%;
}
.ReactCrop--disabled {
  cursor: inherit;
}
.ReactCrop:focus {
  outline: none;
}
.ReactCrop__image {
  display: block;
  max-width: 100%;
}
.ReactCrop__image-copy {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.ReactCrop__crop-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  cursor: move;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  border: 1px solid;
  border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
  border-image-slice: 1;
  border-image-repeat: repeat;
}
.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}
.ReactCrop__drag-handle {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  outline: 1px solid transparent;
}
.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}
.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}
.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}
.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}
.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize;
}
.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}
.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}
.ReactCrop__drag-bar {
  position: absolute;
}
.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -4px;
}
.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -4px;
}
.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -4px;
}
.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -4px;
}
.ReactCrop--new-crop .ReactCrop__drag-bar,
.ReactCrop--new-crop .ReactCrop__drag-handle,
.ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}
@media (max-width: 768px) {
  .ReactCrop__drag-handle {
    width: 17px;
    height: 17px;
  }
  .ReactCrop .ord-nw {
    margin-top: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-n {
    margin-top: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-ne {
    margin-top: -9px;
    margin-right: -9px;
  }
  .ReactCrop .ord-e {
    margin-top: -9px;
    margin-right: -9px;
  }
  .ReactCrop .ord-se {
    margin-bottom: -9px;
    margin-right: -9px;
  }
  .ReactCrop .ord-s {
    margin-bottom: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-sw {
    margin-bottom: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-w {
    margin-top: -9px;
    margin-left: -9px;
  }
  .ReactCrop__drag-bar.ord-n {
    height: 14px;
    margin-top: -12px;
  }
  .ReactCrop__drag-bar.ord-e {
    width: 14px;
    margin-right: -12px;
  }
  .ReactCrop__drag-bar.ord-s {
    height: 14px;
    margin-bottom: -12px;
  }
  .ReactCrop__drag-bar.ord-w {
    width: 14px;
    margin-left: -12px;
  }
}
