.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 {
  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 {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
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 {
  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 {
  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;
}
#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 5px;
  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;
}
.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;
}
.deny-dialog .modal-body {
  height: initial!important;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
.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 {
  position: relative;
  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;
  padding: 0 4px;
}
@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: 162px;
}
.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;
}
@media (min-width: 768px) {
  .ListItem-c1 {
    -webkit-flex: 1 1 calc(50% - 150px);
    -moz-flex: 1 1 calc(50% - 150px);
    -ms-flex: 1 1 calc(50% - 150px);
    flex: 1 1 calc(50% - 150px);
  }
}
.ListItem-c2 {
  -webkit-flex: 2 1 100%;
  -moz-flex: 2 1 100%;
  -ms-flex: 2 1 100%;
  flex: 2 1 100%;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .ListItem-c2 {
    -webkit-flex: 2 1 calc(50% - 150px);
    -moz-flex: 2 1 calc(50% - 150px);
    -ms-flex: 2 1 calc(50% - 150px);
    flex: 2 1 calc(50% - 150px);
  }
  .ListItem-c2 > ul {
    margin-left: 160px;
  }
}
.ListItem-c2 .mid-dotted {
  margin-bottom: 20px;
  padding: 0;
}
.ListItem-c2 .mid-dotted li {
  display: inline;
}
.ListItem-c2 .mid-dotted li:after {
  content: "\00B7";
  margin: 0 0px 0 10px;
}
.ListItem-c2 .mid-dotted li:last-child:after {
  display: none;
}
.ListItem-footer {
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
.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;
}
.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%;
}
.f3-dialog-overlay-container {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/*
figcaption,
figure {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
*/
.f3-dialog-overlay-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f3-dialog-overlay-container *:before,
.f3-dialog-overlay-container *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f3-dialog-overlay-container {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1d1d1d;
}
/*
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: 14px;
  line-height: 1.42857143;
  color: #1d1d1d;
  background-color: #ffffff;
}
input,
button {
  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;
}
*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.text-muted {
  color: #6e6e6e;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.f3-dialog-overlay-container h4 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
.f3-dialog-overlay-container h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.f3-dialog-overlay-container h4 {
  font-size: 18px;
}
.f3-dialog-overlay-container p {
  margin: 0 0 10px;
}
.f3-dialog-overlay-container .text-center {
  text-align: center;
}
.f3-dialog-overlay-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.f3-dialog-overlay-container input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.f3-dialog-overlay-container input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#signin-form .form-control {
  width: 220px;
  display: inline-block;
}
.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;
}
.acom-btn {
  position: relative;
  margin: 0;
  background: #6ba410 !important;
  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 !important;
  color: #fff;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5d5d5d;
}
.btn,
.f3-dialog-overlay-container .f3-dialog-button {
  background-image: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
#reg-btn.btn {
  width: 191px;
}
.btn.btn-lg {
  font-size: 18px;
  padding: 10px 12px;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-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:active,
.f3-dialog-overlay-container .f3-dialog-button-default:hover {
  color: #ffffff;
  background-color: #9a342d;
  border-color: #862d28;
}
.btn-primary:active {
  background-image: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #055e7f;
}
.close {
  float: right;
  font-size: 21px;
  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 {
  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-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-clip: padding-box;
  outline: 0;
}
.modal-content h2 {
  font-size: 24px;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .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);
  }
  .subdialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.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;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container {
    overflow-x: hidden;
    overflow-y: 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%;
  z-index: 1;
  margin: auto;
  display: block;
  background: #ffffff;
}
.f3-dialog-overlay-container .f3-dialog .close {
  font-size: 36px;
}
.f3-dialog-overlay-container .f3-dialog a {
  cursor: pointer;
}
.f3-dialog-overlay-container .f3-dialog input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.f3-dialog-overlay-container .f3-dialog input:-ms-input-placeholder {
  color: #777777;
}
.f3-dialog-overlay-container .f3-dialog input::-webkit-input-placeholder {
  color: #777777;
}
.f3-dialog-overlay-container .f3-dialog .modal-title {
  color: #c14139;
  font-size: 20px;
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog .modal-title {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .f3-dialog-overlay-container .f3-dialog {
    max-width: 640px;
    min-width: 420px;
    min-height: 425px;
    width: 30%;
  }
}
@media (min-width: 992px) {
  .f3-dialog-overlay-container .f3-dialog {
    min-width: 600px;
  }
}
