.free-trial-modal-addon .free-trial-modal-form {
  margin: 0 30px 30px 5px;
}

@media (max-width:767px) {
  .free-trial-modal-addon .free-trial-modal-side ul {
    display: none;
  }

  .free-trial-modal-addon .free-trial-modal-form {
    margin: 0;
  }
}

.free-trial-modal-addon .free-trial-modal-form .nav {
  margin-bottom: 0;
}

.free-trial-modal-addon .free-trial-modal-form .nav li a {
  border: 1px solid #f3f0ec;
  background: #f3f0ec;
  border-bottom: 0;
  margin-right: -1px;
  padding: 14px 20px;
  font-weight: 700;
}

.free-trial-modal-addon .free-trial-modal-form .nav li.active a {
  border: 1px solid #f3f0ec;
  background: #fff;
  border-bottom: 0;
}

.free-trial-modal-addon .free-trial-modal-form .tab-content {
  border: 1px solid #f3f0ec;
  border-top: 0;
  padding: 20px;
}

.free-trial-modal-addon .free-trial-modal-form .modal-header h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

.free-trial-modal-addon input {
  font-size: 14px;
}

.free-trial-modal-addon input[type=text],
.free-trial-modal-addon input[type=password] {
  border: 1px solid #999!important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.125) inset!important;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 20px;
  color: #242048;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:479px) {
  .free-trial-modal-addon input[type=text],
  .free-trial-modal-addon input[type=password] {
    padding: 10px;
    margin-bottom: 15px;
  }
}

.free-trial-modal-addon input[type=checkbox] {
  margin: 0;
}

.free-trial-modal-addon .modal-split-inputs .span6.split-left {
  width: 50%;
  float: left;
  margin: 0;
  padding-right: 5px;
}

.free-trial-modal-addon .modal-split-inputs .span6.split-right {
  width: 50%;
  float: right;
  margin: 0;
  padding-left: 5px;
}

.free-trial-modal-addon .modal-body,
.free-trial-modal-addon .modal-header {
  background: #fff;
  width: auto;
}

.free-trial-modal-addon .modal-header {
  border: 0;
  padding: 0;
}

.free-trial-modal-addon .modal-body {
  padding: 0;
}

.free-trial-modal-addon .modal-body button {
  width: 100%;
}

.free-trial-modal-addon .modal-body .modal-password {
  position: relative;
}

.free-trial-modal-addon .modal-body .modal-password label {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 5px;
}

.free-trial-modal-addon .modal-body .modal-secure {
  margin: 5px 10px;
  vertical-align: bottom;
  display: inline-block;
}

.free-trial-modal-addon .modal-body .modal-subtext {
  margin-bottom: 10px;
}

@media (max-width:479px) {
  .free-trial-modal-addon .modal-body {
    padding: 0;
  }

  .free-trial-modal-addon .modal-body .modal-secure,
  .free-trial-modal-addon .modal-body .modal-subtext,
  .free-trial-modal-addon .modal-body .modal-subtext label {
    font-size: 12px;
  }
}

.free-trial-modal-addon .modal-body .modal-forgotpassword {
  margin: 10px 0 0;
}

.free-trial-modal-addon .modal-body .row-fluid .span12,
.free-trial-modal-addon .modal-body .row-fluid .span6 {
  position: relative;
}

.free-trial-modal-addon .modal-body .row-fluid .span12 .field-validation-error,
.free-trial-modal-addon .modal-body .row-fluid .span6 .field-validation-error {
  position: absolute;
  bottom: 20px;
  right: 6px;
  background: 0 0;
  border: 0;
  font-size: 11px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.free-trial-modal-addon .modal-body .row-fluid .span6.split-left .field-validation-error {
  right: 11px;
}

.free-trial-modal-addon .modal-switch {
  background: #242048;
  margin-top: 10px;
}

.free-trial-modal-addon .modal-switch>div {
  padding: 15px 35px;
  margin-bottom: 0;
}

@media (max-width:479px) {
  .free-trial-modal-addon .modal-body .row-fluid .span12 .field-validation-error,
  .free-trial-modal-addon .modal-body .row-fluid .span6 .field-validation-error {
    bottom: 14px;
  }

  .free-trial-modal-addon .modal-switch>div {
    padding: 5px 15px;
  }
}

.free-trial-modal-addon .modal-switch h4 {
  color: #fff;
  width: 100%;
  font-size: 16px;
}

.free-trial-modal-addon .modal-switch h4 span {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}

.search-results .node__image {
  width: 70px;
  height: 70px;
  margin-right: 14px;
}

.page-header.search-results {
  border: 0;
  margin-bottom: 14px;
  margin-top: 14px;
}

.search-categories .SearchResults {
  padding: 14px;
  margin-bottom: 0;
}

@media print {
  .search-categories {
    display: none!important;
  }
}

.side-bar--search-criteria__header {
  border-bottom: 1px solid #f3f0ec;
  margin: 0 -14px;
}

.side-bar--search-criteria__header h3 {
  font-size: 18px;
  margin: 0 14px 14px;
  line-height: 20px;
  color: #242048;
}

@media (max-width:479px) {
  .side-bar--search-criteria__header h3 .dropdown-people .active>.date,
  .side-bar--search-criteria__header h3 .dropdown-people .active>.given,
  .side-bar--search-criteria__header h3 .dropdown-people .active>.surname {
    display: none;
  }
}

.side-bar--search-criteria__body ul {
  margin-bottom: 7px;
  margin-left: 0;
  list-style: none;
}

.side-bar--search-criteria__body p {
  margin-top: 14px;
}

.side-bar--search-criteria__body .nav>li>a:focus,
.side-bar--search-criteria__body .nav>li>a:hover {
  text-decoration: none;
  color: #507097;
}

@media (max-width:769px) {
  .decoration--container .search-criteria {
    border-right: 1px solid #f3f0ec!important;
  }
}

.search-categories--search-region ul.nav {
  margin-bottom: 0;
  margin-top: -1px;
}

.search-categories--search-region ul li.dropdown {
  border-bottom: 1px #f3f0ec solid;
}

.search-categories--search-region ul li.dropdown .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
  vertical-align: middle;
  margin-top: 0;
  border-top-color: #242048;
  border-bottom-color: #242048;
}

.nav li.dropdown.active .caret,
.nav li.dropdown.open .caret,
.nav li.dropdown.open a:focus .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open.active .caret,
.search-categories--search-region ul li.dropdown.open a:hover .caret {
  border-top-color: #242048;
  border-bottom-color: #242048;
}

.search-categories--search-region>ul>li>a:first-child {
  padding: 18px 0 18px 14px;
  line-height: 25px;
  font-size: 22px;
  color: #242048;
}

.search-categories .nav a:focus,
.search-categories .nav a:hover,
.search-categories--search-region ul li a:focus,
.search-categories--search-region ul li a:hover {
  background-color: #eff3f9;
  border-top-left-radius: 8px;
  color: #242048;
}

.search-categories .nav a:focus,
.search-categories .nav a:hover {
  border-top-left-radius: 0;
}

.search-categories--search-region .icon-background-fa-custom-global,
.search-categories--search-region .icon-background-fa-custom-ie,
.search-categories--search-region .icon-background-fa-custom-uk {
  position: relative;
  top: -7px;
}

.search-categories--search-region .region-title-indent {
  font-size: 20px;
  margin-left: 40px;
  width: 75%;
  margin-top: 7px;
  display: block;
}

@media (min-width:1800px) {
  .search-categories--search-region .region-title-indent {
    width: 90%;
  }
}

@media (min-width:969px) and (max-width:1120px) {
  .search-categories--search-region .region-title-indent {
    width: 70%;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .search-categories--search-region {
    border-top: 1px solid #dcd7d2;
  }

  .search-categories--search-region .nav li .icon-background {
    display: none;
  }

  .search-categories--search-region .nav li .icon-background .fa-custom-au,
  .search-categories--search-region .nav li .icon-background .fa-custom-global,
  .search-categories--search-region .nav li .icon-background .fa-custom-ie,
  .search-categories--search-region .nav li .icon-background .fa-custom-uk,
  .search-categories--search-region .nav li .icon-background .fa-custom-us {
    width: 20px;
    font-size: 31px;
  }

  .search-categories--search-region .region-title-indent {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width:767px) {
  .search-categories--search-region {
    margin-top: 0;
  }

  .visibility-toggle {
    border: 1px solid pink;
  }
}

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

.search-categories--search-region .icon-background {
  width: 25px!important;
  height: 25px!important;
  display: block;
  float: left;
  margin-right: 7px;
}

.search-categories--search-region .dropdown-menu {
  margin: 0;
  padding: 0;
}

.search-categories--search-region .dropdown-menu>li>a {
  padding: 5px 14px;
}

.search-categories--search-region .dropdown-menu .divider {
  margin: 0;
}

.search-categories.collapse {
  display: none;
}

@media (min-width:768px) {
  .search-categories.collapse {
    display: block;
  }

  .payment-value-1939 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.search-criteria-btn {
  display: inline-block;
}

.search-criteria-btn.visible-phone {
  margin: 14px 0;
}

.toggle a {
  display: block;
  padding: 14px 0 7px;
  color: #60a38e;
}

.toggle [class^=fa] {
  margin-right: 7px;
}

.search-categories .nav-list {
  margin: 0;
  padding: 0;
}

.search-all-cats {
  font-size: 16px;
}

.search-categories .nav-list li a.search-all-cats [class^=fa] {
  left: 8px;
}

.search-categories .nav-list>li {
  line-height: 14px;
}

.search-categories .nav-list>li>a {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.search-categories .nav-list a.active {
  background-color: #60a38e;
  color: #242048;
}

.search-categories .info {
  display: block;
  min-height: 20px;
}

.search-categories .dates {
  font-size: 11px;
}

.search-categories .region {
  font-size: 11px;
  font-weight: 700;
}

a.zero {
  color: #656565;
}

.search-categories .nav-list.top-level-only>li>a [class^="fa fa-minus"],
.search-categories .nav-list>li>a [class^="fa fa-minus"] {
  color: #eee;
}

.search-categories .count {
  float: right;
  font-weight: 700;
  font-size: 11px;
}

.search-categories .dropdown {
  width: 100%;
}

.search-categories .nav-list.second-level-only>li>ul>li>a {
  padding-left: 48px;
}

.search-categories .nav-list.second-level-only>li>ul>li>a [class^="fa fa-minus"] {
  left: 28px;
  color: #eee;
}

.search-categories .nav-list>li>a [class^=fa] {
  position: absolute;
  left: 10px;
}

.search-categories .nav-list>li>a,
.search-categories .nav-list>li>a:active,
.search-categories .nav-list>li>a:focus,
.search-categories .nav-list>li>a:hover {
  padding-left: 28px;
  font-weight: 700;
  color: #242048;
}

.search-categories .nav-list>li>ul>li>a [class^=fa] {
  left: 27px;
}

.search-categories .nav-list>li>ul>li>a,
.search-categories .nav-list>li>ul>li>a:active,
.search-categories .nav-list>li>ul>li>a:focus,
.search-categories .nav-list>li>ul>li>a:hover {
  padding-left: 45px;
  font-weight: 400;
  color: #242048;
}

.search-categories .nav-list>li>ul>li>ul>li>a [class^=fa] {
  left: 46px;
}

.search-categories .nav-list>li>ul>li>ul>li>a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 69px;
}

.special-collections a:active,
.special-collections a:focus,
.special-collections a:hover,
.special-collections a:link,
.special-collections a:visited {
  color: #242048;
}

@media (min-width:768px) and (max-width:1200px) {
  .nav-list li a {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-list>li>a {
    padding-right: 0;
  }

  .search-categories--search-criteria__body .btn-group {
    white-space: normal;
  }

  .search-categories--search-criteria__body .btn {
    text-align: left;
  }

  .search-categories--search-criteria__body .search-criteria-btn .icon-pencil {
    display: none;
  }

  .search-categories--search-criteria__body .search-criteria-btn .btn--jumbo {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}

@media (max-width:1400px) {
  .search-categories--search-criteria__body .search-criteria-btn .btn--jumbo {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.nav-list span {
  color: #242048;
  font-weight: 400;
}

.nav-list a.active span {
  color: #fff;
}

.search-categories--search-criteria__header {
  margin: 0 -14px;
}

.search-categories--search-criteria__header h3 {
  font-size: 18px;
  margin: 0 14px 14px;
  line-height: 20px;
  color: #242048;
}

.search-categories--search-criteria__body ul {
  margin-bottom: 7px;
  margin-left: 0;
  list-style: none;
}

.search-categories--search-criteria__body p {
  margin: 0;
  line-height: 1.2em;
}

.search-categories--search-criteria__element {
  box-sizing: border-box;
  margin: 5px 9px 0 0;
  padding-left: 0;
}

.search-categories--search-criteria__element h2 {
  margin: 2px 0 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.18182;
}

.search-categories--search-criteria__element small {
  overflow: hidden;
  max-height: 1.25em;
  color: #242048;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .9em;
  line-height: 1.18182;
}

ZZZ.section .search-categories--search-criteria__body .btn {
  box-shadow: 0 0 0;
}

ZZZ.section .search-categories--search-criteria__body .btn:focus {
  border-color: #bbb;
}

ZZZ.no-touch .section .search-categories--search-criteria__body .btn:hover {
  background: 0 0;
  border-color: transparent;
}

.search-categories--search-criteria__body .btn--jumbo {
  margin: 7px 0 14px;
}

.special-collections {
  padding-left: 14px;
  border-top: 1px solid #f3f0ec;
}

.special-collections h3 {
  margin: 7px 0 0;
  text-transform: uppercase;
  font-size: 13px;
}

.advanced-header {
  line-height: 1.1;
  margin: 0;
  border-bottom: 3px solid #60a38e;
}

.advanced-header--accordion,
.advanced-header--links {
  padding-bottom: 14px;
}

.advance-links ul {
  margin: 0 0 28px;
}

.advance-links li {
  background-color: #f3f0ec;
  padding: 12px 14px 14px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 22px;
  list-style: none;
}

#modal-header {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #c8c8c8;
  font-size: 20px;
  background: #f7f7f7;
}

#modal-header .node__body {
  margin: 0 9px 9px;
}

#modal-header .node__name {
  margin-top: 21px;
  font-size: 24.5px;
  line-height: 1.2;
}

#modal-header .node__image {
  margin: 9px 9px 0;
  width: 70px;
  height: 70px;
}

.form-actions--spinner {
  color: #999;
  margin: 0 auto;
  text-align: center;
  height: 44px;
  padding: 10px 0;
}

.form-actions--spinner [class*=" icon-"],
.form-actions--spinner [class^="fa "] {
  padding: 7px;
}

.filter-modal__list--filters a,
.filter-modal__list--filters h2 {
  display: block;
  padding: 8px 7px 6px;
  font-family: azo-sans-web,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px!important;
  color: #507097!important;
  line-height: 1.25;
}

.filter-modal__list--filters a span,
.filter-modal__list--filters h2 span {
  color: #242048!important;
  font-weight: 400;
  font-size: 14px;
}

.filter-modal__list--filters h2:hover {
  color: #7793b4!important;
  text-decoration: underline;
}

.filter-modal__list--filters .node__check {
  float: left;
  padding-left: 10px;
}

.filter-modal__list--filters .node {
  border: 0;
}

.filter-modal__list--filters .fa-square-o {
  padding-right: 3px;
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle:first-child,
.input-group>.input-prepend:last-child,
.input-group>input[type=text].family-list-view-search__location,
.input-group>input[type=text]:last-child {
  border: 1px solid #7c7c7c;
  border-radius: 4px!important;
}

.ie9 .filter-modal .filter-modal__header {
  width: 100%;
}

.ie9 .filter-modal .filter-modal__search {
  float: right;
  height: 45px;
  margin-right: 10px;
}

.ie9 .filter-modal .filter-modal__search .input-small {
  margin-left: 10px;
}

.filter-modal__header {
  border-bottom: 1px solid #c8c8c8;
}

.filter-modal__list {
  border-top: 0!important;
}

.filter-modal__more .node--group-sheet {
  text-align: center;
  margin: 0 auto;
}

.filter-modal__more .node--group-sheet h2 {
  margin: 0;
}

.filter-modal__more .node__image {
  width: 17px;
  height: 17px;
  background: #fff;
  text-align: center;
  margin: 0 9px;
  display: inline-block;
  float: none;
  opacity: 1!important;
}

.filter-modal__more .node__image .fa fa-chevron-down {
  color: #507097;
  font-size: 17px;
  line-height: 2;
  width: 1em;
  text-align: center;
}

.filter-modal__more .node__name {
  line-height: 2em;
}

.ie9 .filter-modal__list--filters {
  margin-left: 0!important;
}

.ie9 .modal-content {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.filter-list .node {
  border: 0;
  margin-bottom: 0;
}

.filter-list .node--group-sheet .node__body {
  min-height: 0;
}

.filter-list .node__check {
  float: left;
}

.filter-list .node__check .fa-square-o {
  padding-right: 4px;
}

.filter-list h2 {
  float: left;
  padding-top: 5px;
  padding-left: 3px;
}

.filter-list h2 span {
  color: #242048!important;
  font-weight: 400;
  font-size: 14px;
}

#MultifacetModalDialog::-webkit-scrollbar {
  display: none;
}

body.BS-SAFE .ui-dialog {
  position: relative;
  border: 1px solid #dcd7d2;
  overflow: hidden;
  z-index: 15;
  box-shadow: 0 0 15px rgba(0,0,0,.8);
}

body.BS-SAFE .ui-dialog #MultifacetModalDialog.ui-dialog-content.ui-widget-content {
  padding: 0;
}

#MultifacetSuggestListContainer {
  overflow: hidden;
  padding: 1.58333333em 0 0;
  min-height: 257px;
}

#MultifacetModalDialog {
  line-height: 18px;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-property: all;
  -moz-transition-duration: .3s;
  -o-transition-property: all;
  -o-transition-duration: .3s;
}

#MultifacetModalDialog form {
  margin: 0;
}

#MultifacetModalDialog .Header {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dcd7d2;
  margin: 2.33333333em 5.5em 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-property: all;
  -moz-transition-duration: .3s;
  -o-transition-property: all;
  -o-transition-duration: .3s;
}

#MultifacetModalDialog .Header h3 {
  width: 65%;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: .9em;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

#MultifacetModalDialog .Header .QuickFind {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 30%;
  margin: 0;
  text-align: right;
}

#MultifacetModalDialog .Header .QuickFind form {
  overflow: hidden;
  margin: 0;
}

#MultifacetModalDialog .Header .QuickFind form label {
  position: absolute;
  left: 0;
  top: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#MultifacetModalDialog .Header .QuickFind form input {
  width: 90%;
  margin: 0;
  padding: 8px;
  border: 1px solid #dcd7d2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: url(/images/themes/global/site-sprites-v12.png) 101% -1460px no-repeat #fff;
}

#MultifacetModalDialog .Header .paginator {
  float: none;
  overflow: hidden;
  margin: 0;
  padding: 55px 0 18px;
  background: #fff;
}

#MultifacetModalDialog .Header .paginator nav {
  float: none;
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: center;
}

#MultifacetModalDialog .Header .paginator nav span {
  position: absolute;
  left: 0;
  top: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#MultifacetModalDialog .Header .paginator nav ol {
  float: none;
  display: inline-block;
  margin: 0 auto;
}

#MultifacetModalDialog .Header .paginator nav ol li a {
  margin: 0 4px 4px 0;
  padding: 8px!important;
  min-width: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#MultifacetModalDialog .Header .paginator nav ol li a:hover {
  background-color: #7da0d1;
  color: #fff;
}

#MultifacetModalDialog .Header .paginator nav ol li a.selected {
  background-color: #242048;
}

#MultifacetModalDialog .Header .paginator nav ol li a.selected:hover {
  background-color: #7da0d1;
}

#MultifacetModalDialog .Inner {
  height: 20.83333333em;
  position: relative;
  overflow: auto;
  margin: 0 5.5em .58333333em;
  -webkit-transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-property: all;
  -moz-transition-duration: .3s;
  -o-transition-property: all;
  -o-transition-duration: .3s;
}

#MultifacetModalDialog .Inner h1 {
  margin-top: 1.16666667em;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

#MultifacetModalDialog .Inner h1 span {
  font-size: 18px;
  font-weight: 400;
  color: #6e6e6e;
}

#MultifacetModalDialog .Inner .Column {
  float: left;
  width: 33.333333333%;
}

#MultifacetModalDialog .Inner .Column:first-child ul {
  margin: 0;
}

#MultifacetModalDialog .Inner .Column.Full {
  width: 100%;
}

#MultifacetModalDialog .Inner ul {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 0 2.33333333em;
  list-style: none;
}

#MultifacetModalDialog .Inner ul li {
  margin: 0;
  line-height: 1.5em;
  border-width: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#MultifacetModalDialog .Inner ul li a {
  display: block;
  padding: .58333333em 0 .58333333em 2.25em;
  background: url(/images/themes/global/site-sprites-v12.png) 0 -1554px no-repeat;
  color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#MultifacetModalDialog .Inner ul li a span,
#MultifacetModalDialog .Inner ul li a:hover,
#MultifacetModalDialog .Inner ul li a:hover span {
  color: #242048;
}

#MultifacetModalDialog .Inner ul li a.Selected {
  color: #60a38e;
  background: url(/images/themes/global/site-sprites-v12.png) 0 -1716px no-repeat;
}

#MultifacetModalDialog .Inner ul li a.Selected:hover {
  color: #59aa68;
}

#MultifacetModalDialog .Inner ul li a.Selected:hover span {
  color: #242048;
}

#MultifacetModalDialog .SelectedPanel {
  height: 100px;
  overflow: auto;
  margin: 0 5.5em;
  z-index: 10;
}

#MultifacetModalDialog .SelectedPanel:after,
#MultifacetModalDialog .SelectedPanel:before {
  display: table;
  content: "";
}

#MultifacetModalDialog .SelectedPanel ul {
  margin: 0;
}

#MultifacetModalDialog .SelectedPanel li {
  float: left;
  list-style: none;
}

#MultifacetModalDialog .SelectedPanel li a.remove {
  display: block;
  margin: 0 7px 7px 0;
  padding: 5px 25px 4px 5px;
  background: url(/images/themes/global/site-sprites-v12.png) 100% -323px no-repeat #f3f0ec;
  border-width: 0;
  font-weight: 700;
  color: #60a38e;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-property: all;
  -o-transition-duration: 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#MultifacetModalDialog .SelectedPanel li a.remove:hover {
  border-color: transparent;
  background-color: #f3f0ec;
  color: #59aa68;
}

#MultifacetModalDialog .SelectedPanel li span {
  position: absolute;
  left: 0;
  top: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ButtonPanelWrapper {
  position: relative;
  height: 65px;
  margin: 0 5.5em;
  border-top: 1px solid #dcd7d2;
  -webkit-transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-property: all;
  -moz-transition-duration: .3s;
  -o-transition-property: all;
  -o-transition-duration: .3s;
}

.ButtonPanelWrapper:after,
.ButtonPanelWrapper:before {
  display: table;
  content: "";
}

.ButtonPanelWrapper .ButtonPanel {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 50px;
  padding: 1.16666667em 0 0;
  margin: 1.16666667em 0 0;
  text-align: right;
  z-index: 10;
}

.ButtonPanelWrapper .ButtonPanel a,
.HighLight,
a.HighLight,
input.button.HighLight {
  padding: .58333333em 1.16666667em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  line-height: 1em;
}

.ButtonPanelWrapper .ButtonPanel a {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  font-size: 15px;
  font-weight: 700;
}

.HighLight,
a.HighLight,
input.button.HighLight {
  overflow: hidden;
  font-size: 16px;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #fff;
  background-color: #242048;
  background-image: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}

.HighLight:hover,
a.HighLight:hover,
input.button.HighLight:hover {
  background: #60a38e;
  text-decoration: none;
  color: #000;
  text-shadow: 0 0 0 transparent;
}

.HighLight.Cancel,
.HighLight.Submit,
a.HighLight.Cancel,
a.HighLight.Submit,
input.button.HighLight.Cancel,
input.button.HighLight.Submit {
  text-shadow: 0 0 0;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
}

.HighLight.Submit,
a.HighLight.Submit,
input.button.HighLight.Submit {
  color: #fff;
  background-color: #242048;
  background-image: none;
  border: 0;
  border-radius: 30px;
  font-weight: 400;
}

.HighLight.Submit:hover,
a.HighLight.Submit:hover,
input.button.HighLight.Submit:hover {
  background: #507097;
  border-color: #507097;
  color: #f3f0ec;
}

.HighLight.Cancel,
a.HighLight.Cancel,
input.button.HighLight.Cancel {
  color: #507097;
  border: 0;
}

.HighLight.Cancel:hover,
a.HighLight.Cancel:hover,
input.button.HighLight.Cancel:hover {
  border-color: #f3f0ec;
  color: #000;
}

.HighLightHover {
  text-decoration: none;
  color: #000;
  text-shadow: 0 0 0 transparent;
}

.ie9 #MultifacetModalDialog .Header .QuickFind form input {
  height: 18px;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  #MultifacetModalDialog .Header .QuickFind form input {
    height: 20px;
  }
}

.NavLeft,
.NavRight {
  position: absolute;
  top: 50%;
  overflow: hidden;
  display: block;
  float: left;
  margin-top: -51px;
  background: 0 0;
  z-index: 2000;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-property: all;
  -o-transition-duration: 0s;
}

.NavLeft input[type=button],
.NavRight input[type=button] {
  overflow: hidden;
  display: block;
  float: left;
  height: 103px;
  width: 52px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: 0 solid #fff;
  cursor: pointer;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-property: all;
  -o-transition-duration: 0s;
  z-index: 2000;
}

.NavLeft.Dimmed input,
.NavRight.Dimmed input {
  cursor: auto;
}

.NavLeft {
  left: 0;
}

.NavLeft input {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -2323px no-repeat!important;
}

.NavLeft input:hover {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -2426px no-repeat!important;
}

.NavRight {
  right: 0;
}

.NavRight input {
  background: url(/images/themes/global/site-sprites-v12.png) -52px -2323px no-repeat!important;
}

.NavRight input:hover {
  background: url(/images/themes/global/site-sprites-v12.png) -52px -2426px no-repeat!important;
}

.NavLeft.Dimmed input,
.NavLeft.Dimmed input:hover {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -2529px no-repeat!important;
}

.NavRight.Dimmed input,
.NavRight.Dimmed input:hover {
  background: url(/images/themes/global/site-sprites-v12.png) -52px -2529px no-repeat!important;
}

.viewerInner .NavLeft {
  left: 14px;
}

.viewerInner .NavRight {
  right: 14px;
}

@media only screen and (max-width:500px) {
  body.BS-SAFE .ButtonPanelWrapper {
    margin-right: 7px;
  }

  body.BS-SAFE #MultifacetSuggestListContainer .Inner .Column {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  body.BS-SAFE #MultifacetSuggestListContainer .Inner {
    height: 19.66666667em;
  }

  body.BS-SAFE #MultifacetSuggestListContainer .Inner ul {
    margin: 0;
  }
}

@media only screen and (max-width:1000px) {
  body.BS-SAFE .ui-dialog {
    width: 95%!important;
  }

  body.BS-SAFE #MultifacetSuggestListContainer {
    min-height: 50px!important;
    padding-top: 2px;
  }

  body.BS-SAFE #MultifacetModalDialog .Header {
    margin: 10px;
  }

  body.BS-SAFE #MultifacetModalDialog .Header .QuickFind form input {
    width: 80%;
  }

  body.BS-SAFE #MultifacetModalDialog .Header .paginator {
    padding-bottom: 7px;
  }

  body.BS-SAFE #MultifacetModalDialog .SelectedPanel {
    height: 50px;
  }

  body.BS-SAFE #MultifacetModalDialog .Inner {
    height: 19.66666667em;
  }
}

@media only screen and (max-width:1295px) {
  body.BS-SAFE #MultifacetModalDialog .Header h3 {
    margin: 10px 0 0;
    font-size: 18px;
  }
}

@media only screen and (min-width:1295px) and (max-width:1512px) {
  body.BS-SAFE .AdditionalInformation {
    width: 85%;
  }
}

@media only screen and (min-width:1512px) {
  body.BS-SAFE .AdditionalInformation {
    width: 85%;
  }

  body.BS-SAFE #MultifacetModalDialog .Header .paginator nav ol li a {
    font-size: 1.5em;
  }
}

#MultifacetModalDialog .Inner ul.AvailableFacets.Radios li a {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -2639px no-repeat;
}

#MultifacetModalDialog .Inner ul.AvailableFacets.Radios li a.Selected {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -2792px no-repeat!important;
}

.ie9 .filter-modal__list--filters .node,
.ie9 body,
.ie9 ol.filter-modal__list--filters {
  margin-left: 0!important;
  margin-bottom: 0!important;
}

#modalDialog {
  overflow: auto;
  padding: 28px;
}

#modalDialog #MainCol {
  width: auto;
  margin-left: 0;
  min-height: 0;
}

.ui-widget-overlay {
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(Opacity=75);
  zoom: 1;
  min-height: 0;
  height: 100%;
}

.ui-widget-header {
  color: #000;
  font-weight: 700;
}

.ui-widget-header a {
  color: #507097;
  -webkit-transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-property: all;
  -moz-transition-duration: .3s;
  -o-transition-property: all;
  -o-transition-duration: .3s;
}

.ui-dialog {
  position: absolute;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcd7d2;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
  box-shadow: 0 0 15px rgba(0,0,0,.8);
}

.ui-dialog .ui-dialog-titlebar {
  padding: 12px 7px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #dcd7d2;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 5px;
  top: 50%;
  margin: -10px 0 0;
  padding: 1px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 14px;
  background: #fff;
  overflow: auto;
  zoom: 1;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 1px 14px 14px 0;
  padding: 7px 14px;
  cursor: pointer;
  border: 1px solid #507097;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  background-color: #242048;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-property: all;
  -o-transition-duration: 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background: #507097;
  border-color: #242048;
  color: #f3f0ec;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fefefe;
  -webkit-box-shadow: 0 0 5px rgba(51,51,51,.25);
  -moz-box-shadow: 0 0 5px rgba(51,51,51,.25);
  box-shadow: 0 0 5px rgba(51,51,51,.25);
  border: 1px solid #000;
}

.ui-menu-item a {
  display: block;
  padding-right: 20px;
  border-bottom: 0 #000 solid;
}

.ui-menu-item a:hover {
  cursor: pointer;
  border-bottom: 0 #000 solid;
  background: #c7e2cc;
  color: #507097;
}

* html .ui-autocomplete {
  height: 200px;
}

body.BS-SAFE .SearchSideBar {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}

body.BS-SAFE .SearchSideBar input {
  font: 13px Arial,sans-serif;
}

body.BS-SAFE .SearchSideBar .DateSearchHolder {
  height: 30px;
  margin: 0 0 8px;
  border-top: 1px solid #fff;
}

body.BS-SAFE .SearchSideBar .DateSearchHolder .DateRangeLabel {
  float: left;
  width: 38px;
  padding-top: 6px;
}

body.BS-SAFE .SearchSideBar form button {
  background-color: #242048;
  color: #fff;
  display: block;
  margin: 0;
  line-height: 3rem;
  border-radius: 100px;
  padding: 0 2rem;
  font-size: 1rem;
  width: 100%;
}

body.BS-SAFE .SearchSideBar form button:hover {
  background: #507097;
}

body.BS-SAFE .SearchSideBar a.More,
body.BS-SAFE .SearchSideBar input.More {
  position: absolute;
  top: 14px;
  right: 0;
  line-height: normal;
  display: block;
  clear: both;
  min-width: 75px;
  margin: 0;
  padding: 3px!important;
  border: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #507097;
  background: #bfdbea;
  border-radius: 100px;
}

body.BS-SAFE .SearchSideBar input.More,
div.Sliver input.More {
  min-width: auto;
}

body.BS-SAFE .SearchSideBar a.More:hover,
body.BS-SAFE .SearchSideBar input.More:hover {
  color: #fff;
  background: #507097;
}

body.BS-SAFE .SearchSideBar input.More.Toggle {
  background: 0 0;
}

body.BS-SAFE .SearchSideBar input.More.Toggle:hover {
  color: #507097;
  text-decoration: underline;
  background: 0 0;
}

body.BS-SAFE .SearchSideBar a.Clear {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  color: #507097;
}

body.BS-SAFE .SearchSideBar a.Clear:hover {
  color: #507097;
}

body.BS-SAFE .SearchSideBar form {
  overflow: hidden;
  margin: 0;
  padding: 0 0 28px;
}

body.BS-SAFE .SearchSideBar input[type=text],
body.BS-SAFE .SearchSideBar select {
  width: 96%;
  margin: 0;
}

body.BS-SAFE .SearchSideBar select.Size100P {
  width: 100%;
}

body.BS-SAFE .SearchSideBar .SearchHolder {
  width: 99%;
  height: 21px;
  margin: 0 0 7px;
}

body.BS-SAFE .SearchSideBar .SearchHolder input.SearchText {
  display: inline;
}

body.BS-SAFE .SearchSideBar .SearchHolderHalf {
  float: left;
  width: 40%;
  margin: 0 7px 7px 0;
}

body.BS-SAFE .SearchSideBar .SearchHolderHalf input {
  width: 90%;
  margin-bottom: 0!important;
}

body.BS-SAFE .SearchSideBar .SearchHolderHalf select {
  float: right;
  width: 100%;
  margin-left: 7px;
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants input.SearchText {
  width: 90%;
  height: 16px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants {
  position: relative;
  max-width: 100%;
  width: 98%;
  border: 1px solid #dcd7d2;
  display: inline-block;
  margin-bottom: 14px;
  outline: 0;
  padding: 4px 0 4px 4px;
  font: 13px Arial,sans-serif;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants:hover {
  border: 1px solid #507097;
  color: #000;
  -webkit-box-shadow: 0 0 5px rgba(0,110,171,.75);
  -moz-box-shadow: 0 0 5px rgba(0,110,171,.75);
  box-shadow: 0 0 5px rgba(0,110,171,.75);
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants:focus {
  border: 1px solid #000;
  color: #000;
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants input.SearchText {
  box-shadow: 0;
  border: 2px solid transparent;
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants .Variant {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 29px;
  border-left: 1px solid #f3f0ec;
  background: #f3f0ec;
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants .Variant input[type=checkbox] {
  position: absolute;
  top: 6px;
  right: 8px;
  width: auto;
  margin: 0;
  padding-left: 7px;
}

body.BS-SAFE .SearchSideBar .SearchHolder.Variants .Variant input[type=checkbox]:active,
body.BS-SAFE .SearchSideBar .SearchHolder.Variants .Variant input[type=checkbox]:focus,
body.BS-SAFE .SearchSideBar .SearchHolder.Variants .Variant input[type=checkbox]:hover {
  border: 0 solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets {
  margin-top: 0;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets dt {
  padding: 0;
  position: relative;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets dt span {
  display: block;
  z-index: -500;
  margin: 0;
  padding: 17px 79px 15px 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets dd {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 2px;
  border-bottom: 1px solid #f3f0ec;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 13px;
  font-size: 13px;
  list-style: none;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li:last-child {
  border-bottom: 1px solid #fff;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 14px;
  border-top: 1px solid #fff;
  background: 0 0;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li a {
  display: block;
  overflow: hidden;
  padding: 7px 2px 7px 27px;
  background: url(/images/themes/global/site-sprites-v12.png) 0 -1558px no-repeat;
  color: #000;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul+ul,
body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul.TopLevel {
  padding: 0 0 13px;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li a:hover {
  border-color: transparent;
  color: #242048;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li a:hover span,
body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li span {
  color: #242048;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li.disabled a {
  color: #dcd7d2;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li.disabled a :hover {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -1558px no-repeat;
  color: #dcd7d2;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li.selected a {
  color: #60a38e;
  background: url(/images/themes/global/site-sprites-v12.png) 1px -2158px no-repeat;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul li.selected a:hover {
  color: #59aa68;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul.TopLevel li.selected a {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -1720px no-repeat;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets #Date_facet_list ul.AvailableFacets li a,
body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul.Radios.AvailableFacets li a {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -2639px no-repeat;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets #Date_facet_list ul.AvailableFacets li.selected a,
body.BS-SAFE .SearchSideBar dl.CollapsibleFacets ul.Radios.AvailableFacets li.selected a {
  background: url(/images/themes/global/site-sprites-v12.png) 0 -2792px no-repeat!important;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets form+ul,
body.BS-SAFE .SearchSideBar dl.CollapsibleFacets form+ul.SelectedFacets {
  padding-top: 0;
}

body.BS-SAFE .SearchSideBar button {
  border-radius: 100px;
  border-width: 0;
  font-size: 1rem;
}

body.BS-SAFE .SearchSideBar button:hover {
  color: #fff;
}

.ie7 input.More.Toggle,
.ie8 input.More.Toggle {
  width: 100px;
  border-width: 0;
}

.ie8 .DateSearchHolder {
  height: 50px;
}

.ie8 .DateSearchHolder .DateRangeLabel {
  float: none;
  width: 40px;
}

.ie8 .DateSearchHolder input,
.ie8 .DateSearchHolder select {
  max-width: none!important;
}

.ie8 .DateSearchHolder input {
  height: 11px;
}

.ie8 #date_3_facet_list button {
  margin-top: 10px;
}

.ie7 .SearchSideBar form .SearchHolder.Variants input.SearchText {
  margin: -3px 0;
  padding: 1px 3px 2px;
}

.ie7 .SearchSideBar form .SearchHolder.Variants .Variant input[type=checkbox],
.ie8 .SearchSideBar form .SearchHolder.Variants .Variant input[type=checkbox],
.ie9 .SearchSideBar form .SearchHolder.Variants .Variant input[type=checkbox] {
  right: 5px;
  top: 5px;
}

.ie .SearchSideBar form .SearchHolder.Variants .Variant input[type=checkbox]:active,
.ie .SearchSideBar form .SearchHolder.Variants .Variant input[type=checkbox]:focus,
.ie .SearchSideBar form .SearchHolder.Variants .Variant input[type=checkbox]:hover {
  border: 0 solid #fff;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets dd.Main {
  margin-bottom: 2em;
  border-bottom-width: 0;
}

body.BS-SAFE .SearchSideBar dl.CollapsibleFacets dd.Main ul {
  margin-top: 7px;
}

.archive-types {
  margin: 14px 0 2.33333333em;
  list-style: none;
}

.archive-types li {
  line-height: 18px;
}

.archive-types a {
  color: #242048;
}

.archive-types a,
.archive-types span {
  padding: 4px 0 8px 29px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.archive-types .archive-icon-records {
  background: url(/images/themes/global/search-sprites-v1.png) -2px -73px no-repeat;
}

.archive-types span.archive-icon-records {
  background: url(/images/themes/global/search-sprites-v1.png) -2px -146px no-repeat;
}

.archive-types .archive-icon-newspapers {
  background: url(/images/themes/global/search-sprites-v1.png) -5px -800px no-repeat;
}

.archive-types span.archive-icon-newspapers {
  background: url(/images/themes/global/search-sprites-v1.png) -5px -865px no-repeat;
}

.archive-types .archive-icon-trees {
  background: url(/images/themes/global/search-sprites-v1.png) -6px -572px no-repeat;
}

.archive-types span.archive-icon-trees {
  background: url(/images/themes/global/search-sprites-v1.png) 0 -640px no-repeat;
}

.archive-types .archive-icon-photos {
  background: url(/images/themes/global/search-sprites-v1.png) -3px -289px no-repeat;
}

.archive-types span.archive-icon-photos {
  background: url(/images/themes/global/search-sprites-v1.png) -3px -360px no-repeat;
}

.archive-types span {
  color: #60a38e;
  cursor: default;
}

.archive-types a:hover {
  color: #242048;
}

em.Beta {
  display: inline-block;
  margin-left: 5px;
  overflow: hidden;
  width: 33px;
  height: 15px;
  text-indent: -9999px;
  background: url(/images/themes/global/site-sprites-v12.png) 2px -2965px no-repeat;
}

.decoration--container {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
}

@media (min-width:770px) {
  .decoration--container {
    display: flex;
  }

  .search-page.decoration--container .span9 {
    flex-grow: 1;
  }
}

.decoration--container .span3+.span9 {
  margin-left: 0;
  width: 100%;
}

@media (min-width:770px) and (max-width:1199px) {
  .decoration--container .span3+.span9 {
    width: 74.59954233%;
  }
}

@media (min-width:1200px) {
  .decoration--container .span3+.span9 {
    width: 76%;
  }
}

@media (max-width:769px) {
  .decoration--container .span3 {
    width: 100%;
  }
}

@media (max-width:979px) and (min-width:770px) {
  .decoration--container .span3 {
    width: 23%;
  }
}

.decoration--container .advance-search-form,
.decoration--container .advance-search-form+.row-fluid--container {
  border-left: 1px #f3f0ec solid;
  position: relative;
}

@media (max-width:769px) {
  .decoration--container .advance-search-form,
  .decoration--container .advance-search-form+.row-fluid--container {
    border-left: 0;
  }

  .search-page.decoration--container .search-categories .nav-list,
  .search-page.decoration--container .search-categories .search-categories--search-region,
  .search-page.decoration--container .search-categories .special-collections {
    display: none;
  }

  .decoration--container.search-page .search-categories {
    border-top: 0;
  }
}

.decoration--container .search-categories>.section {
  margin-bottom: 0;
}

.decoration--container .advance-search-form .form-horizontal .control-group:first-child {
  border-top-width: 0;
}

.row-fluid.row-fluid--container {
  width: auto;
  padding: 0 14px;
}

.row-fluid.decoration--container [class*=span] {
  min-height: 0;
}

.decoration--container .NoResults,
.decoration--container .NoResultsOpen,
.decoration--container .SearchResults {
  border-width: 0;
}

.form {
  border-bottom-width: 0;
}

.form-horizontal .header {
  position: relative;
  border: 1px solid #dcd7d2;
  border-bottom: 0;
}

.form-horizontal .sub-header {
  padding: 15px 5px 10px;
}

.form-horizontal .sub-header h3 {
  margin: 0;
  line-height: 30px;
  color: #dcd7d2;
}

.form-horizontal .form-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 100%;
  border-right: 1px solid #dcd7d2;
  border-left: 1px solid #dcd7d2;
  background: #fff;
}

.form-horizontal .form-section:last-child {
  border-bottom: 1px solid #f3f0ec;
}

.form-horizontal .header+.form-section {
  padding-top: 5px;
}

.form-horizontal .header+.form-section .control-group:first-child {
  border: 0;
}

.form-horizontal .control a[id*=browse] {
  display: inline;
}

.form-horizontal .control-label {
  width: auto;
  text-align: left;
  float: none;
}

.form-horizontal .control-label--special {
  margin-top: 0;
  margin-bottom: 4px;
  display: block;
  padding-top: 0;
  color: #242048;
  font-size: 1rem;
}

.form-horizontal .control-label .control-label--info {
  color: #242048;
  font-weight: 400;
  font-size: 11.9px;
  line-height: 1.2;
}

.form-horizontal .control-group .control-group .control-label {
  padding-top: 0;
  width: 100px;
}

.form-horizontal .control-group .control-group .controls {
  margin-left: 120px;
}

.form-horizontal input[type=number],
.form-horizontal input[type=tel],
.form-horizontal input[type=text] {
  padding: 5px;
  height: auto;
  font-size: 14px;
}

@media (max-width:979px) {
  .form-horizontal input[type=text],
  .form-horizontal textarea {
    margin-bottom: 0;
  }
}

.control-group .checkbox {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #242048;
}

input:focus::-webkit-input-placeholder {
  color: #dcd7d2;
}

input:-moz-placeholder {
  color: #242048;
}

input:focus:-moz-placeholder {
  color: #dcd7d2;
}

input::-moz-placeholder {
  color: #242048;
}

input:focus::-moz-placeholder {
  color: #dcd7d2;
}

input:-ms-input-placeholder {
  color: #242048;
}

input:focus:-ms-input-placeholder {
  color: #dcd7d2;
}

input::placeholder {
  color: #242048;
}

.control a.search-tooltip {
  font-size: 12px;
}

ZZZZzzzz.input-append input[type=text] {
  margin-bottom: 0;
  padding-left: 5px;
  background: 0 0;
  box-shadow: none;
}

.search__reset {
  margin: 2px 0 0 2px;
  font-weight: 700;
  font-size: 11px;
}

@media (max-width:979px) {
  .search__reset {
    margin-top: 10px;
  }
}

.control-group__actions {
  float: right;
  margin: 5px 0 0;
}

.edit-section-link {
  display: inline-block;
  padding: 5px 3px 5px 5px;
  border-radius: 20px;
  background: #ccc;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 #dcd7d2;
  font-size: 14px;
}

.edit-section-link i {
  width: 1.5625em;
}

.no-touch .edit-section-link:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #507097;
  color: #fff;
  text-shadow: 0 -1px #7793b4;
}

.edit-section-link:active,
.edit-section-link:focus {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  padding: 4px 2px 4px 4px;
  outline: 0;
  border: 1px solid #507097;
  background: 0 0;
  color: #507097;
  text-shadow: none;
}

.edit-section-link:active {
  box-shadow: inset 0 0 5px rgba(0,0,0,.33);
}

.filter-remove-link {
  display: inline-block;
  margin: 7px 7px 7px 0;
  padding: 10px 14px;
  border: 1px solid #60a38e;
  background: #fff;
  color: #60a38e;
  font-weight: 700;
  white-space: nowrap;
}

li.filter-remove-link a {
  color: #000;
}

.filter-remove-link:focus,
.no-touch .filter-remove-link:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #f3f0ec;
}

.btn.filter-add-link {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  padding: 0;
  color: #000;
}

.no-left-border {
  position: relative;
  left: -1px;
}

.advance-search-form .form-horizontal .control-group {
  margin: 0;
  padding: 8px 16px;
  border-bottom: 1px solid #f3f0ec;
}

.advance-search-form .form-horizontal .block-category,
.advance-search-form .form-horizontal .block-recordset,
.advance-search-form .form-horizontal .block-subcategory {
  border-top: 0;
  border-bottom: 0;
  font-size: 12px;
}

.advance-search-form .form-horizontal .block-category .controls,
.advance-search-form .form-horizontal .block-recordset .controls,
.advance-search-form .form-horizontal .block-subcategory .controls {
  display: inline;
}

.advance-search-form .form-horizontal .block-category .input-xlarge,
.advance-search-form .form-horizontal .block-recordset .input-xlarge,
.advance-search-form .form-horizontal .block-subcategory .input-xlarge {
  font-size: 14px;
}

.form-horizontal .controls {
  margin-left: 0;
}

.advance-search-form .form-horizontal .control {
  margin-bottom: 7px;
}

.block-who .input-xlarge {
  width: 100%;
}

@media (min-width:769px) {
  .block-who .input-xlarge {
    width: 200px;
  }
}

@media (min-width:800px) {
  .block-who .input-xlarge {
    width: 240px;
  }
}

@media (min-width:969px) {
  .block-who .input-xlarge {
    width: 270px;
  }
}

.advance-search-form .form-horizontal .form-actions {
  margin: 0 0 28px;
  padding-left: 14px!important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  background: #fff;
  border-top: 2px solid #fff;
}

.advance-search-form.no-lefthandnav .form-horizontal .form-actions {
  padding-left: 233px!important;
  border-top: 0 solid #fff;
}

@media (max-width:640px) {
  .advance-search-form.no-lefthandnav .form-horizontal .form-actions {
    padding-left: 14px!important;
  }
}

.form-horizontal .control {
  display: inline-block;
  margin-right: 9px;
}

.control--offset {
  padding-right: 14px;
}

.form-horizontal .control label:after {
  content: "\003A";
  color: transparent;
  visibility: hidden;
}

.label--mini {
  color: #242048;
  font-weight: 400;
  font-size: 11px;
}

@media (max-width:767px) {
  .label--mini {
    font-size: 10px;
  }
}

.btn--jumbo {
  padding: 10px;
  font-size: 20px;
}

.btn--jumbo i {
  margin-right: 14px;
}

@media (max-width:979px) {
  .form-actions .control-label {
    display: none;
  }
}

.advance-search-form {
  overflow: inherit;
}

@media (min-width:640px) {
  .no-lefthandnav .control-group:first-child {
    padding-top: 14px;
  }

  .no-lefthandnav .control-label--special {
    float: left;
  }

  .no-lefthandnav .controls {
    margin-left: 220px;
  }
}

.helpful-note {
  background-color: #eff3f9;
  border-bottom: 2px solid #fff;
}

.helpful-note .fa-bullhorn {
  color: #f4ca64;
}

.helpful-note p {
  margin: 0;
  padding: 7px;
  font-size: 12px;
  color: #242048;
}

.help-box {
  position: relative;
}

.help-box-visible p {
  margin-right: 41px;
}

.helpful-note--btn {
  color: #242048;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 40px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 1;
}

.atoz,
.partner-icon {
  right: 14px;
  position: absolute;
}

.helpful-note--btn i.fa {
  margin-right: 0;
  padding-top: 10px;
}

.no-lefthandnav {
  border-top: 1px solid #f3f0ec;
}

.no-lefthandnav .control-group:first-child {
  padding-top: 30px!important;
}

@media (max-width:550px) {
  .no-lefthandnav .control-group:first-child {
    padding-top: 50px!important;
  }
}

.help-box-hidden {
  border-top: 3px solid #f3f0ec;
}

input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
  color: #df9158;
  border-color: #df9158;
}

input:focus:invalid:focus,
select:focus:invalid:focus,
textarea:focus:invalid:focus {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.125),0 0 0 1px rgba(82,168,236,.6);
  border-color: rgba(82,168,236,.8);
}

span.field-validation-error {
  color: #df9158;
  display: block;
  padding: 5px 5px 4px;
  margin-top: 1px;
  margin-bottom: 10px;
  height: auto;
  font-size: 14px;
  width: 165px;
  border: 1px solid #df9158;
  background: #f8f6f3;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0,0,0,.125);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0,0,0,.125);
  box-shadow: inset 0 1px 0 0 rgba(0,0,0,.125);
}

@media (max-width:767px) {
  span.field-validation-error {
    margin-top: 10px;
  }
}

.form-horizontal .control a[id*=browse] {
  font-size: 12px;
}

.clear-topnav {
  height: 0;
}

.search-breadcrumb.nav {
  margin-bottom: 0;
}

@media (max-width:700px) {
  .search-breadcrumb.nav :nth-child(n+3) {
    clear: both;
    margin-top: 5px;
  }
}

@media (max-width:500px) {
  .search-breadcrumb.nav :nth-child(n+2) {
    clear: both;
    margin-top: 5px;
  }
}

.search-breadcrumb .active,
.search-breadcrumb>li>a {
  padding: 7px 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #507097;
  background-color: #fff;
  margin-right: 7px;
}

.search-breadcrumb .active,
.search-breadcrumb>li>a.btn:focus,
.search-breadcrumb>li>a.btn:hover {
  color: #fff;
  background-color: #507097;
}

.search-breadcrumb>li>a.btn {
  box-shadow: none;
  border-color: #507097;
}

.search-breadcrumb .dropdown .caret {
  margin-top: 5px;
  margin-left: 3px;
  border-top-color: #507097;
}

.search-breadcrumb .dropdown a:hover .caret {
  border-top-color: #fff;
}

.search-breadcrumb.nav li.dropdown.open .caret,
.search-breadcrumb.nav li.dropdown.open a:focus .caret,
.search-breadcrumb.nav li.dropdown.open a:hover .caret,
.search-breadcrumb.nav li.dropdown.open.active .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}

.search-breadcrumb a:active,
.search-breadcrumb a:focus,
.search-breadcrumb li:active,
.search-breadcrumb li:focus {
  outline: 0;
}

.language-link {
  margin-top: -14px;
  margin-bottom: 24px;
}

.language-link--searchform {
  padding-right: 0!important;
}

.search-header {
  margin-top: 14px;
}

.search-header:after,
.search-header:before {
  display: table;
  content: "";
  line-height: 0;
}

.btn-primary-header {
  border: 1px solid #60a38e;
  border-radius: 30px;
  box-shadow: none;
}

.search-icon {
  position: relative;
  float: left;
  overflow: hidden;
  height: 80px;
  width: 70px;
  margin: 0 14px 0 0;
  padding: 0 0 14px;
  background-repeat: no-repeat;
  background-position: right top;
}

@media (max-width:979px) {
  .search-icon {
    display: none;
  }
}

@media print {
  .new-navbar,
  .search-icon {
    display: none;
  }
}

@media (min-width:1200px) {
  .search-icon.advanced-form {
    width: 266px;
    background-position: right top;
  }
}

@media (min-width:1400px) {
  .search-icon.advanced-form {
    width: 364px;
    background-position: right top;
  }
}

@media (min-width:979px) and (max-width:1200px) {
  .search-icon.advanced-form {
    width: 166px;
  }
}

.intro-region-header {
  background-color: #fff;
  border-radius: 8px;
  float: left;
  position: relative;
  margin: 14px 0;
  padding: 14px;
  width: 100%;
}

.icon-background,
a:hover .icon-background {
  background-color: #242048;
}

.intro-region-header:after,
.intro-region-header:before {
  display: table;
  content: "";
  line-height: 0;
}

.intro-region-header--search-results {
  border-bottom: 6px solid #60a38e;
}

@media (max-width:979px) {
  .intro-region-header {
    float: none;
    margin: 0 auto;
    min-height: 85px;
  }

  .intro-region-header--search-results {
    width: auto;
  }
}

.edit-button-container {
  margin-top: 17px;
  position: relative;
  float: right;
  width: 200px;
  text-align: right;
}

@media (max-width:979px) {
  .edit-button-container {
    float: none;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
}

.intro-region-header--search-form {
  min-height: 120px!important;
}

.intro-region-header--search-form h1 {
  margin-top: -3px;
  width: 75%;
}

.intro-region-header--search-form h1,
.intro-region-header--search-results h1 {
  font-size: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 170px 0 81px;
}

@media (max-width:769px) {
  .intro-region-header--search-form h1,
  .intro-region-header--search-results h1 {
    margin-left: 0;
  }

  .intro-region-header--search-form .intro,
  .intro-region-header--search-results .intro {
    display: none;
  }
}

@media (max-width:680px) {
  .intro-region-header--search-form h1,
  .intro-region-header--search-results h1 {
    font-size: 20px;
    line-height: 23px;
  }
}

.intro-region-header--search-form h3,
.intro-region-header--search-results h3 {
  font-size: 20px;
  margin-right: 200px;
}

@media (max-width:550px) {
  .intro-region-header--search-form h3,
  .intro-region-header--search-results h3 {
    font-size: 16px;
    line-height: 19px;
  }
}

.intro-region-header--search-form .intro,
.intro-region-header--search-results .intro {
  margin-left: 83px;
  margin-bottom: 7px;
}

@media (max-width:979px) {
  .intro-region-header--search-form .intro,
  .intro-region-header--search-results .intro {
    margin-left: 0;
    width: 70%;
  }
}

@media (min-width:979px) {
  .intro-region-header--search-form .intro,
  .intro-region-header--search-results .intro {
    width: 70%;
  }
}

@media (max-width:769px) {
  .mobile-intro-row {
    padding: 5px 0;
  }
}

.mobile-intro-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-intro-container p {
  padding-top: 15px;
}

.mobile-intro-container ul.inline {
  margin-top: 5px;
}

.mobile-intro-container ul.inline li {
  display: inline;
  padding: 0 7px 0 0;
}

.mobile-intro-container ul.inline a {
  font-weight: 450;
  color: inherit;
  text-decoration: none;
}

.newsrecord h2,
.newsrecord-abstract em,
.newsrecord-publication span,
.recordsbox table th,
.search-term {
  font-weight: 700;
}

.mobile-accordion-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
}

.mobile-accordion summary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding-right: 10px;
}

.mobile-accordion summary i {
  padding-left: 4px;
  transition: transform .2s;
}

.mobile-accordion[open] summary i {
  transform: rotate(90deg);
}

details>summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

@media (min-width:769px) {
  .mobile-intro-container {
    display: none;
  }
}

.subheading,
.year-coverage {
  line-height: 20px;
  color: #242048;
  font-size: 20px;
}

.partner-icon {
  float: none;
  height: 100px;
  width: 100px;
  top: 14px;
  margin: 0 0 7px 7px;
}

@media (max-width:1200px) {
  .partner-icon {
    height: 90px;
    width: 90px;
  }
}

@media (max-width:769px) {
  .intro-logos {
    padding-bottom: 10px;
  }

  .desktop-only {
    display: none;
  }

  .partner-icon {
    height: 50px;
    width: 50px;
  }
}

.atoz {
  bottom: 14px;
}

.partner-icon img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

.intro p,
.intro ul.inline {
  margin: 0;
}

.intro p {
  padding: 7px 0 0;
}

.intro ul.inline li {
  padding-left: 0;
  padding-right: 14px;
}

.icon-background {
  border-radius: 40px;
  padding: 7px;
}

.icon-background [class^=fa] {
  color: #fff;
  line-height: inherit;
  margin-right: 0;
}

.twin-icon {
  display: block;
  float: left;
  position: relative;
  margin-right: 7px;
  margin-bottom: 7px;
}

.twin-icon span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100%;
}

.twin-icon .twin-right {
  background-color: #60a38e;
  left: 28px;
  position: absolute;
  z-index: 2;
}

.twin-icon .twin-left {
  position: absolute;
  z-index: 1;
}

@media (max-width:769px) {
  .twin-icon {
    display: none;
  }
}

.banner-optout {
  background-color: #f3f0ec;
  padding: 7px;
  margin: 14px 0 10px;
  position: relative;
  overflow: hidden;
  height: 40px;
}

.banner-optout input {
  margin-left: 14px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-optout .badge--beta {
  background-color: #60a38e;
}

.banner-optout .badge--corner {
  position: absolute;
  width: 50px;
  text-align: center;
  left: -24px;
  top: -4px;
  padding-top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.banner-optout .badge--corner--large {
  width: 70px;
  left: -30px;
  top: -7px;
  padding-top: 19px;
  padding-bottom: 5px;
  font-size: 14px;
  z-index: 1;
}

.banner-optout p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 40px;
  margin-right: 125px;
}

@media (max-width:800px) {
  .banner-optout p span {
    display: none;
  }
}

@media (max-width:440px) {
  .banner-optout p {
    font-size: 11px;
    line-height: 14px;
  }
}

.newsrecord-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #6e6e6e;
  float: right;
  margin: 0 14px;
  padding: 0;
  width: 100px;
  height: 110px;
  overflow: hidden;
}

.ie7 .newsrecord .btn-bar,
.ie7 .newsrecord-image {
  margin-top: 7px;
}

.newsrecord-abstract {
  margin-top: 7px;
  margin-left: 14px;
}

.newsrecord-abstract em {
  color: #60a38e;
}

.newsrecord-abstract:after,
.newsrecord-abstract:before {
  font-family: "Times New Roman",serif;
  font-weight: 700;
}

.newsrecord-abstract:before {
  content: "\201C...";
}

.newsrecord-abstract:after {
  content: "...\201D";
}

.newsrecord-publication {
  width: 61%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
  margin: 7px auto 7px 14px;
}

.clear {
  height: 0;
}

.newsrecord {
  border-bottom: 1px solid #f3f0ec;
  color: #535353;
  width: 100%;
}

.newsrecord h2 {
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 12px;
  margin: 2px 0 0 14px;
  padding: 0;
  line-height: 14px;
}

.newsrecord h2 a:hover {
  text-decoration: underline;
}

.newsrecord h3 {
  font-size: 1em;
  margin: 0 147px;
  padding-top: 14px;
}

.ie7 .newsrecord h2 {
  margin-top: 9px;
}

body.BS-SAFE .SearchTopBar .SearchMain .SearchMainContainer .Block.Size60P {
  width: 60%;
}

body.BS-SAFE .SearchTopBar .SearchMain .SearchMainContainer .Block.Size55P {
  width: 55%;
}

body.BS-SAFE .SearchTopBar .SearchMain .SearchMainContainer .Block.Size35P {
  width: 35%;
}

body.BS-SAFE .SearchTopBar .SearchMain .SearchMainContainer .Block .SearchHolder.ExtraLabel input.Size100P,
body.BS-SAFE .SearchTopBar .SearchMain .SearchMainContainer .Block .SearchHolder.Size100P {
  width: 100%;
}

.SearchMain .Block .SearchHolder span.Helpers.Always {
  margin: 0 0 10px;
}

.recordsbox {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

.recordsbox table {
  box-shadow: none;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.recordsbox table tr {
  background: #fff;
}

.recordsbox table td {
  vertical-align: middle;
  border-top: 1px solid #ccc;
}

.recordsbox table th {
  background: #fff;
  color: #000;
  padding-bottom: 10px;
}

.recordsbox .header {
  padding: 7px 14px;
}

.recordsbox .header h1 {
  font-size: 32px;
  color: #60a38e;
  letter-spacing: -1.5px;
  float: left;
}

.recordsbox .header h1 span {
  font-size: 32px;
  font-weight: 400;
  color: #242048;
}

.recordsbox .header form {
  clear: none;
  float: right;
  margin-top: 5px;
}

#MainCol .RecordHeader .HeaderLinks:after,
#MainCol .RecordHeader:after,
#MainCol h1.RecordInfo,
#modal-footer:after,
.ColContainer:after,
.RecordData .Article:after,
.RecordData .Column:after,
.Register1939 .footable-row-detail-inner>div,
.SearchResults.SingleLine .paginatorFooter,
.filter-modal__header:after,
.filter-modal__title,
.recordsbox .footer,
.tab-content.results hr,
div.Sliver a.More {
  clear: both;
}

.recordsbox .header form label,
.recordsbox .header form select {
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  font-weight: 700;
  height: auto;
}

.recordsbox .header form select {
  color: #507097;
}

.recordsbox .header form label {
  margin-left: 14px;
}

.recordsbox .match .inner {
  margin: 0 5px;
  padding-left: 200px;
  padding-right: 120px;
}

.recordsbox .match .inner .title {
  background: #eee;
  float: left;
  position: relative;
  margin-right: -100%;
  right: 200px;
  width: 200px;
  height: 90px;
}

.recordsbox .match .inner .images {
  background: #ccc;
  float: left;
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.recordsbox .match .inner .images img {
  position: absolute;
  top: 0;
  left: 0;
}

.recordsbox .match .inner .action {
  background: #eee;
  float: left;
  position: relative;
  margin-right: -100%;
  width: 120px;
  height: 90px;
}

.recordsbox .match .inner .action a {
  font-size: 16px;
  text-decoration: none;
  height: 90px;
  display: block;
  text-align: center;
}

.recordsbox .match .inner .action a span {
  position: relative;
  top: 40px;
}

.recordsbox .opened td {
  border-top: 1px solid #fff;
}

.recordsbox .opened td p {
  margin: 2px 0!important;
  line-height: 16px;
  font-weight: 400;
}

.recordsbox .opened td p span {
  font-weight: 700;
}

.recordsbox .opened .opened-content {
  vertical-align: top;
}

.recordsbox .opened .opened-image {
  vertical-align: bottom;
  padding: 0;
  line-height: .5em;
}

.recordsbox .label-expand {
  width: 32px;
}

.recordsbox .label-who {
  width: 35%;
}

.recordsbox .label-when {
  width: 26%;
}

.recordsbox .label-where {
  width: 28%;
}

.recordsbox .label-buttons {
  width: 125px;
}

.recordsbox .button,
.recordsbox .button:hover {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 8px;
  margin: 0;
  border: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: all;
  -webkit-transition-duration: 50ms;
  -moz-transition-property: all;
  -moz-transition-duration: 50ms;
  -o-transition-property: all;
  -o-transition-duration: 50ms;
}

.recordsbox .btn-enabled {
  background-color: #242048;
}

.recordsbox .btn-enabled:hover {
  background-color: #507097;
}

.recordsbox .btn-disabled,
.recordsbox .btn-disabled:hover {
  background-color: #f3f0ec;
}

.recordsbox .btn-activated,
.recordsbox .btn-activated:hover {
  background-color: #507097;
}

.recordsbox .btn-bar {
  float: right;
  padding: 0;
  margin: 0 10px 0 0;
}

.recordsbox .btn-bar li {
  position: relative;
  float: left;
  display: inline;
  padding: 0 2px;
  margin: 0;
}

.recordsbox .btn-bar li span {
  position: absolute;
  right: -1px;
  top: -2px;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  z-index: 1;
  background: url(//www.findmypast.com/images/themes/global/site-sprites-v12.png) 0 -709px no-repeat;
}

.recordsbox .button b {
  display: block;
  height: 24px;
  text-indent: -9999px;
  width: 24px;
}

.recordsbox .btn-record b {
  background: url(//www.findmypast.com/images/themes/global/search-sprites-v1.png) 0 -2px no-repeat;
}

.recordsbox .btn-photo b {
  background: url(//www.findmypast.com/images/themes/global/search-sprites-v1.png) -1px -219px no-repeat;
}

.recordsbox .btn-bookmark b {
  background: url(//www.findmypast.com/images/themes/global/search-sprites-v1.png) 2px -430px no-repeat;
}

.recordsbox .btn-activated.btn-bookmark b {
  background: url(//www.findmypast.com/images/themes/global/search-sprites-v1.png) 2px -498px no-repeat;
}

.recordsbox .button-last,
.recordsbox .button-last:hover {
  margin-left: 18px;
}

.recordsbox .btn-small,
.recordsbox .btn-small:hover {
  background-color: #ececec;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#dfdfdf));
  background-image: -webkit-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -moz-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -ms-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -o-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: linear-gradient(top,#fefefe,#dfdfdf);
  border: 1px solid #dcd7d2;
  width: 15px;
  height: auto;
  display: block;
  padding: 3px 0 1px;
  text-align: center;
  vertical-align: middle;
  margin: 0 12px;
  color: #507097;
  font-weight: 700;
  font-size: 15px;
  font-family: Courier,"Courier New",monospace;
}

.recordsbox .footer {
  float: right;
}

.recordsbox .footer .paginator {
  margin: 14px;
}

.recordsbox .footer .paginator nav ol li a {
  display: block;
}

.recordsbox .newsimage {
  -moz-box-sizing: border-box;
  background-color: #6e6e6e;
  float: left;
  height: 80px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100px;
}

.ie .btn-bar {
  margin: 0 10px 0 0;
}

.ie6 .btn-small,
.ie6 .btn-small:hover,
.ie7 .btn-small,
.ie7 .btn-small:hover {
  padding: 0 0 4px;
}

.ie8 .btn-small,
.ie8 .btn-small:hover {
  padding: 1px 0 3px;
}

.ie8 .recordsbox .header form {
  width: 270px;
}

.ie7 .recordsbox .header form {
  width: 278px;
}

.ie6 .recordsbox .header form {
  width: 286px;
}

.ie6 .match .inner,
.ie7 .match .inner {
  margin: 0 10px 0 5px;
}

.ie8 .match .inner,
.ie9 .match .inner {
  margin: 0 5px;
}

.ie7 .label-expand {
  width: 38px;
}

.pagination--alpha {
  padding: 0 14px;
  margin: 0 0 7px;
  float: left;
}

.pagination--alpha ul>li {
  display: inline-block;
}

.pagination--alpha ul>li>a {
  border-left-width: 1px;
  width: 8px;
  text-align: center;
}

@media (max-width:544px) {
  .pagination--alpha ul {
    width: 100%;
  }
}

.tab-content {
  padding-bottom: 9px;
}

.tab-content.results {
  border-bottom-width: 0;
}

.tab-content.results h2 {
  padding: 0 14px;
}

.tab-content.results h2>span {
  color: #dcd7d2;
}

.SearchResults .tab-content ul.unstyled {
  padding-left: 14px;
  padding-right: 14px;
}

.SearchResults .tab-content ul.unstyled ul.unstyled {
  margin: 0 0 0 33px;
  padding-left: 0;
  padding-right: 0;
}

ul.unstyled li [class^="fa "].fa-lg {
  margin: 12px 10px 0 0;
  color: #507097;
}

.SearchResults.SingleLine .tab-content .SearchResultsHeader label {
  padding-bottom: 0;
}

.indent-icon-link {
  position: relative;
  display: block;
  padding-left: 28px;
}

.indent-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.noresults {
  margin-top: 14px;
}

.legacy-force-position-1 {
  position: absolute;
  top: 22px;
  right: 0;
}

@media (max-width:500px) {
  .legacy-force-position-1 {
    width: 135px;
    margin: 0 7px 0 0!important;
  }
}

.free-weekend-browse-results {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2aa19;
  color: #242048;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  text-align: center;
  width: auto;
}

.free-weekend-browse-results .fmpicon-war {
  margin-right: .25rem;
}

.BS-SAFE ZZZZZZ.h1,
.BS-SAFE ZZZZZZ.h2,
.BS-SAFE ZZZZZZ.h3,
.BS-SAFE ZZZZZZ.h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.BS-SAFE ZZZZZZ.h1 span,
.BS-SAFE ZZZZZZ.h2 span,
.BS-SAFE ZZZZZZ.h3 span,
.BS-SAFE ZZZZZZ.h4 span {
  font-size: 18px;
  font-weight: 400;
  color: #242048;
}

.BS-SAFE .SearchSideBar h2.Small {
  margin: 0;
  padding: 0 0 0 19px;
  background: url(/images/themes/global/site-sprites-v12.png) 0 -610px no-repeat;
}

.BS-SAFE .SearchSideBar h2 {
  margin: 0;
  padding: 0 0 14px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #f3f0ec;
}

.BS-SAFE .SearchResultsHeader h1 {
  margin: 0 0 14px;
  padding: 0 0 14px;
  font-size: 30px;
  font-weight: 700;
  color: #60a38e;
}

.BS-SAFE .SearchResultsHeader h1 span {
  font-size: 18px;
  font-weight: 400;
  color: #242048;
}

.BS-SAFE .SearchResultsHeader h3 {
  margin: 0 0 14px;
  padding: 0 0 14px;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #f3f0ec;
  color: #60a38e;
}

.BS-SAFE .SearchResultsHeader h3 span {
  font-size: 18px;
  font-weight: 400;
  color: #242048;
}

.BS-SAFE .SearchResultsHeader.SearchResultsHeader1939 h3 {
  border-top: 1px solid #f3f0ec;
}

body.BS-SAFE .SearchResultsHeader {
  position: relative;
  overflow: hidden;
}

body.BS-SAFE .SearchResultsHeader label {
  float: left;
  margin: 0;
  padding: 7px 7px 20px 0;
  font-weight: 400;
  color: #242048;
}

body.BS-SAFE .SearchResultsHeader select {
  float: left;
  width: auto;
  margin: 3px 0 0;
  -webkit-appearance: none;
  height: 26px;
  background-color: #f3f0ec;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px;
  font: 13px Arial,sans-serif;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-property: all;
  -moz-transition-duration: .3s;
  -o-transition-property: all;
  -o-transition-duration: .3s;
}

body.BS-SAFE .SearchResultsHeader .paginator {
  margin: 0 0 14px;
}

.SearchResults.SingleLine .SearchResultsHeader {
  margin-bottom: 0;
  border-bottom: 1px solid #dcd7d2;
}

.SearchResults.SingleLine .SearchResultsHeader h3 {
  padding: 18px 180px 14px 14px;
}

.SearchResults.SingleLine .SearchResultsHeader label {
  margin: 0 0 0 14px;
  padding: 7px 7px 20px 0;
}

@media (max-width:500px) {
  .SearchResults.SingleLine .SearchResultsHeader label {
    padding: 0;
    margin: 0;
  }
}

.results-print {
  padding: 14px;
}

.NoResults,
.NoResultsOpen,
.SearchResults,
.SearchStart {
  position: relative;
  -webkit-transition-property: all;
  -webkit-transition-duration: .6s;
  -moz-transition-property: all;
  -moz-transition-duration: .6s;
  -o-transition-property: all;
  -o-transition-duration: .6s;
  background: #fff;
}

#activeResultsContainer .SearchStart {
  margin: 24px 0 0;
}

#activeResultsContainer .ZoomnailRow1939 {
  padding: 14px 0;
}

#activeResultsContainer .ZoomnailRow1939 td {
  padding-left: 14px!important;
}

@media (max-width:979px) {
  #activeResultsContainer .ZoomnailRow1939 td {
    width: auto;
  }

  #activeResultsContainer .ZoomnailData1939:before,
  #activeResultsContainer .ZoomnailImage1939:before,
  #activeResultsContainer .ZoomnailLinks1939:before {
    content: "";
  }
}

#activeResultsContainer .ZoomnailData1939 img,
#activeResultsContainer .ZoomnailImage1939,
#activeResultsContainer .ZoomnailImage1939 img {
  width: 160px;
}

#activeResultsContainer .ZoomnailRow1939 td .V {
  text-align: left;
}

#activeResultsContainer .ZoomnailData1939,
#activeResultsContainer .ZoomnailImage1939 {
  vertical-align: top;
  line-height: 1.6em;
  padding: 14px;
}

#activeResultsContainer .ZoomnailLinks1939 .btn-toolbar a {
  padding: 7px 14px!important;
}

#activeResultsContainer .ZoomnailLinks1939 .btn-toolbar a i {
  padding: 0;
}

#activeResultsContainer .ZoomnailLinks1939 .V b {
  padding-right: 0;
}

#activeResultsContainer .FirstName1939 {
  font-size: 16px;
  color: #1e90ff;
}

#activeResultsContainer .LastName1939 {
  font-weight: 700;
  font-size: 16px;
  color: #1e90ff;
}

#activeResultsContainer .HouseholdName1939,
#activeResultsContainer .Place1939,
#activeResultsContainer .YearOfBirth1939 {
  font-weight: 700;
}

.NoResults,
.NoResultsOpen,
.SearchResults {
  padding: 14px;
  border-radius: 8px;
}

.NoResults .SearchCategory {
  position: relative;
  overflow: hidden;
  margin: 0 0 .83333333em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d2d2d2));
  background-image: -webkit-linear-gradient(top,#f8f8f8,#d2d2d2);
  background-image: -moz-linear-gradient(top,#f8f8f8,#d2d2d2);
  background-image: -ms-linear-gradient(top,#f8f8f8,#d2d2d2);
  background-image: -o-linear-gradient(top,#f8f8f8,#d2d2d2);
  background-image: linear-gradient(top,#f8f8f8,#d2d2d2);
}

.NoResults .SearchCategory a.Info {
  background-color: #bcbcbc;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d8d8d8),to(#b7b7b7));
  background-image: -webkit-linear-gradient(top,#d8d8d8,#b7b7b7);
  background-image: -moz-linear-gradient(top,#d8d8d8,#b7b7b7);
  background-image: -ms-linear-gradient(top,#d8d8d8,#b7b7b7);
  background-image: -o-linear-gradient(top,#d8d8d8,#b7b7b7);
  background-image: linear-gradient(top,#d8d8d8,#b7b7b7);
  border: 1px solid #242048;
}

.NoResults .SearchCategory div,
.NoResultsOpen .SearchCategory div {
  border-top: 0 solid #025482;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
}

.NoResults .SearchCategory h3 {
  text-shadow: none;
  color: #000;
}

.NoResults .SearchCategory h3:hover {
  cursor: default;
}

.NoResults .SearchCategory div {
  position: absolute;
  top: 7px;
  right: 7px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 10;
  background-color: transparent;
  background-image: none;
  -webkit-transition-duration: .6s;
  -o-transition-property: all;
}

.NoResultsOpen .SearchCategory,
.SearchStartContent {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  overflow: hidden;
}

.NoResults .SearchCategory div:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.NoResults .SearchCategory div h4 {
  text-shadow: none;
  color: #dcd7d2;
}

.NoResultsOpen {
  background-color: #ececec;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#dfdfdf));
  background-image: -webkit-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -moz-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -ms-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -o-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: linear-gradient(top,#fefefe,#dfdfdf);
}

.NoResultsOpen .SearchCategory {
  position: relative;
  margin: 0 0 .83333333em;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.NoResultsOpen .SearchCategory div {
  position: absolute;
  top: 3px;
  right: 37px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 10;
  background-color: transparent;
  background-image: none;
  -webkit-transition-duration: .6s;
  -o-transition-property: all;
}

.InfoToggle,
.InfoToggle:hover,
div.Sliver,
div.Sliver a.More {
  -webkit-transition-property: all;
  -webkit-transition-duration: 50ms;
  -moz-transition-property: all;
  -moz-transition-duration: 50ms;
  -o-transition-property: all;
  -o-transition-duration: 50ms;
}

.NoResultsOpen .SearchCategory div:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.NoResultsMessage {
  position: relative;
  overflow: hidden;
}

.NoResultsMessage .accordion-group {
  border: none;
}

.SearchResults .NoResultsMessage-1939 h2 {
  margin: 10px 0;
  border-bottom: 0;
  font-size: 24px;
}

.SearchResults .NoResultsMessage-1939 h3 {
  margin: 10px 0;
  font-size: 24px;
  border-bottom: none;
  font-weight: 400;
  line-height: 32px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.SearchResults .NoResultsMessage-1939 h3 span {
  display: inline-block;
  background: #60a38e;
  padding: 2px;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
}

.SearchResults .NoResultsMessage-1939 .muted {
  font-size: 24px;
}

.SearchResults .NoResultsMessage-1939 .tip-box {
  border: 1px solid #7c7c7c;
  padding: 0 20px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #f3f0ec;
}

.SearchResults .NoResultsMessage-1939 .tip-box-standard h3 {
  position: relative;
  padding-left: 42px;
}

.SearchResults .NoResultsMessage-1939 .tip-box-standard h3 span {
  position: absolute;
  top: 0;
  left: 0;
}

.SearchResults .NoResultsMessage-1939 .tip-box-standard p {
  position: relative;
  padding-left: 20px;
}

.SearchResults .NoResultsMessage-1939 .tip-box-standard p i {
  position: absolute;
  top: 3px;
  left: 0;
}

.SearchResults .NoResultsMessage-1939 .tip-box-address {
  min-height: 304px;
}

.SearchResults .NoResultsMessage-1939 .tip-box-closed a {
  display: block;
}

.SearchResults .NoResultsMessage-1939 dd {
  margin-left: 30px;
  margin-bottom: 20px;
}

.SearchResults .NoResultsMessage-1939 .tip-box-advanced {
  background: 0 0;
}

.SearchResults .NoResultsMessage-1939 .NoResultsMessage>h2,
.SearchResults .NoResultsMessage-1939 .accordion-group {
  display: none;
}

div.allresults:first-child {
  border-top: 1px solid #f3f0ec;
}

div.allresults {
  border-bottom: 1px solid #f3f0ec;
  overflow: hidden;
  padding: 7px 0;
}

div.allresults .Collection {
  float: left;
  width: 30%;
  padding-bottom: 7px;
  border-bottom: 1px solid #242048;
}

div.allresults .Collection b,
div.allresults .Collection i {
  display: inline-block;
}

div.allresults .Collection i {
  padding-right: 14px;
  font-style: normal;
  color: #242048;
}

div.allresults .Collection b {
  font-weight: 400;
  color: #222;
}

div.allresults .RecordDetails {
  position: relative;
  float: left;
  width: 70%;
}

div.allresults .RecordDetails ul.allresults {
  width: 70%;
  overflow: hidden;
  margin: 0;
  padding: 0!important;
  list-style-type: none;
  color: #535353;
  background: url(/images/themes/global/list-results-border-bg.png) top center repeat-y;
}

div.allresults .RecordDetails ul.allresults li {
  overflow: hidden;
  text-align: center;
  margin: 0 auto!important;
  padding: 0;
  font-size: .91666667em;
}

div.allresults .RecordDetails ul.allresults li b,
div.allresults .RecordDetails ul.allresults li i {
  display: inline-block;
  width: 48%;
  padding: 0 1%;
}

div.allresults .RecordDetails ul.allresults li i {
  float: left;
  font-style: normal;
  text-align: right;
  color: #242048;
}

div.allresults .RecordDetails ul.allresults li b {
  float: right;
  text-align: left;
  font-weight: 400;
  color: #222;
}

div.allresults .RecordDetails ul.allresults li u {
  position: absolute;
  left: 0;
  top: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div.allresults .RecordDetails div.V {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}

.allresults em {
  color: #60a38e;
  font-weight: 700;
}

.allresults dl {
  float: left;
  border: 0!important;
  width: 15%;
  margin: 0;
}

.allresults dt {
  padding: 0 10px 0 0;
  font-size: .91666667em;
  font-weight: 400;
  color: #242048;
}

.allresults .title {
  width: 250px;
}

.allresults .title dt {
  display: none;
}

.allresults .title dd {
  color: #000;
}

.allresults .title dd:last-child {
  padding-bottom: 7px;
}

.allresults .title .collection {
  color: #242048;
}

.allresults dd {
  margin-left: 0;
  font-weight: 700;
  font-size: 1em;
  color: #242048;
}

.allresults dd,
.allresults dt {
  line-height: 18px;
}

.allresults div.Long {
  width: 100%;
  float: left;
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid #f3f0ec;
}

.allresults div.Long dl {
  width: 100%;
}

.allresults div.Long dl dt {
  width: 250px;
  margin-right: 1.16666667em;
  padding: 0;
  display: block;
  float: left;
  text-align: right;
}

.allresults div.Long dl dd {
  width: 60%;
  display: block;
  float: left;
  font-size: .91666667em;
  font-weight: 400;
}

.allresults.PERSIresults dl {
  width: 28%;
}

.allresults.PERSIresults dt {
  color: #242048;
  padding: 0 10px 0 0;
  font-size: .91666667em;
}

.allresults.PERSIresults .title {
  margin-right: 2.33333333em;
}

.allresults.PERSIresults .title dt {
  display: block;
}

.allresults.PERSIresults .title dd {
  color: #000;
}

.allresults.PERSIresults .title dd:last-child {
  padding-bottom: 7px;
}

.allresults.PERSIresults .title .collection {
  color: #242048;
}

.allresults.PERSIresults dd {
  color: #242048;
  font-weight: 700;
  font-size: 1em;
}

.SearchResults.SingleLine {
  overflow: hidden;
  padding: 0;
  border-left: 1px solid #f3f0ec;
}

.SearchResults.SingleLine .SearchResultsHeader {
  border-bottom-width: 0;
}

.SearchResults.SingleLine .NoResultsMessage {
  padding: 0 28px 28px;
}

.SearchResults table.cols03 .Col01rs,
.SearchResults table.cols03 .Col02rs {
  width: 22%;
}

.SearchResults table.cols03 .Col03rs {
  width: 46%;
}

.SearchResults table.cols03 .Col08rs,
.SearchResults table.cols04 .Col01rs,
.SearchResults table.cols04 .Col02rs,
.SearchResults table.cols04 .Col03rs {
  width: 15%;
}

.SearchResults table.cols04 .Col04rs {
  width: 45%;
}

.SearchResults table.cols04 .Col08rs {
  width: 15%;
}

.SearchResults table.cols05 .Col01rs,
.SearchResults table.cols05 .Col02rs,
.SearchResults table.cols05 .Col03rs,
.SearchResults table.cols05 .Col04rs,
.SearchResults table.cols05 .Col05rs {
  width: 18%;
}

.SearchResults table.cols05 .Col08rs {
  width: 15%;
}

.SearchResults table.cols06 .Col01rs,
.SearchResults table.cols06 .Col02rs,
.SearchResults table.cols06 .Col03rs,
.SearchResults table.cols06 .Col04rs,
.SearchResults table.cols06 .Col05rs {
  width: 14%;
}

.SearchResults table.cols06 .Col06rs {
  width: 20%;
}

.SearchResults table.cols06 .Col08rs {
  width: 15%;
}

.SearchResults table.cols07 .Col01rs,
.SearchResults table.cols07 .Col02rs,
.SearchResults table.cols07 .Col03rs {
  width: 12%;
}

.SearchResults table.cols07 .Col04rs,
.SearchResults table.cols07 .Col05rs {
  width: 13%;
}

.SearchResults table.cols07 .Col06rs,
.SearchResults table.cols07 .Col07rs {
  width: 14%;
}

.SearchResults table.cols07 .Col08rs {
  width: 15%;
}

.SearchResults table.cols07 .Col00 {
  width: 45px;
}

.SearchResults table.cols07 .Col01 {
  width: 13%;
}

.SearchResults table.cols07 .Col02 {
  width: 16%;
}

.SearchResults table.cols07 .Col03,
.SearchResults table.cols07 .Col04 {
  width: 5%;
}

.SearchResults table.cols07 .Col05 {
  width: 7%;
}

.SearchResults table.cols07 .Col06 {
  width: 20%;
}

.SearchResults table.cols07 .Col07 {
  width: 24%;
}

.SearchResults table.cols07 .Col08 {
  width: 10%;
}

.SearchResults .street-container table.cols05 .Col01rs,
.SearchResults .street-container table.cols05 .Col02rs,
.SearchResults .street-container table.cols05 .Col03rs,
.SearchResults .street-container table.cols06 .Col01rs,
.SearchResults .street-container table.cols06 .Col02rs,
.SearchResults .street-container table.cols06 .Col03rs,
.SearchResults .street-container table.cols07 .Col01rs,
.SearchResults .street-container table.cols07 .Col02rs,
.SearchResults .street-container table.cols07 .Col03rs {
  width: 18%;
}

.SearchResults .street-container table.cols05 .Col04rs,
.SearchResults .street-container table.cols06 .Col04rs,
.SearchResults .street-container table.cols07 .Col04rs {
  width: 13%;
}

.SearchResults .street-container table.cols05 .Col05rs,
.SearchResults .street-container table.cols06 .Col05rs,
.SearchResults .street-container table.cols07 .Col05rs {
  width: 12%;
}

.SearchResults .street-container table.cols05 .Col06rs,
.SearchResults .street-container table.cols06 .Col06rs,
.SearchResults .street-container table.cols07 .Col06rs {
  width: 14%;
}

.SearchResults .street-container table.cols05 .Col07rs,
.SearchResults .street-container table.cols06 .Col07rs,
.SearchResults .street-container table.cols07 .Col07rs {
  width: 12%;
}

.SearchResults .street-container table.cols05 .Col08rs,
.SearchResults .street-container table.cols06 .Col08rs,
.SearchResults .street-container table.cols07 .Col08rs {
  width: 15%;
}

.SearchResults .address-container table.cols04 .Col01rs,
.SearchResults .address-container table.cols05 .Col01rs,
.SearchResults .address-container table.cols06 .Col01rs,
.SearchResults .address-container table.cols07 .Col01rs {
  width: 140px;
}

.SearchResults .address-container table.cols04 .Col02rs,
.SearchResults .address-container table.cols04 .Col03rs,
.SearchResults .address-container table.cols04 .Col04rs,
.SearchResults .address-container table.cols04 .Col05rs,
.SearchResults .address-container table.cols04 .Col06rs,
.SearchResults .address-container table.cols05 .Col02rs,
.SearchResults .address-container table.cols05 .Col03rs,
.SearchResults .address-container table.cols05 .Col04rs,
.SearchResults .address-container table.cols05 .Col05rs,
.SearchResults .address-container table.cols05 .Col06rs,
.SearchResults .address-container table.cols06 .Col02rs,
.SearchResults .address-container table.cols06 .Col03rs,
.SearchResults .address-container table.cols06 .Col04rs,
.SearchResults .address-container table.cols06 .Col05rs,
.SearchResults .address-container table.cols06 .Col06rs,
.SearchResults .address-container table.cols07 .Col02rs,
.SearchResults .address-container table.cols07 .Col03rs,
.SearchResults .address-container table.cols07 .Col04rs,
.SearchResults .address-container table.cols07 .Col05rs,
.SearchResults .address-container table.cols07 .Col06rs {
  width: 20%;
}

.SearchResults .address-container table.cols04 .Col07rs,
.SearchResults .address-container table.cols05 .Col07rs,
.SearchResults .address-container table.cols06 .Col07rs,
.SearchResults .address-container table.cols07 .Col07rs {
  width: 12%;
}

.SearchResults .address-container table.cols04 .Col08rs,
.SearchResults .address-container table.cols05 .Col08rs,
.SearchResults .address-container table.cols06 .Col08rs,
.SearchResults .address-container table.cols07 .Col08rs {
  width: 15%;
}

@media only screen and (min-width:979px) {
  .SearchResults table.cols05 .Col01,
  .SearchResults table.cols05 .Col02,
  .SearchResults table.cols06 .Col01,
  .SearchResults table.cols06 .Col02,
  .SearchResults table.cols07 .Col01,
  .SearchResults table.cols07 .Col02 {
    width: auto;
  }

  .SearchResults table.cols05 .Col03,
  .SearchResults table.cols05 .Col04,
  .SearchResults table.cols06 .Col03,
  .SearchResults table.cols06 .Col04,
  .SearchResults table.cols07 .Col03,
  .SearchResults table.cols07 .Col04 {
    width: 50px;
  }

  .SearchResults table.cols05 .Col05,
  .SearchResults table.cols06 .Col05,
  .SearchResults table.cols07 .Col05 {
    width: 72px;
  }

  .SearchResults table.cols05 .Col06,
  .SearchResults table.cols06 .Col06,
  .SearchResults table.cols07 .Col06 {
    width: auto;
  }

  .SearchResults table.cols05 .Col07,
  .SearchResults table.cols06 .Col07,
  .SearchResults table.cols07 .Col07 {
    width: 25%;
  }

  .SearchResults table.cols05 .Col08,
  .SearchResults table.cols06 .Col08,
  .SearchResults table.cols07 .Col08 {
    width: 85px;
  }
}

.SearchResults col:last-child {
  width: 140px!important;
}

.SearchResults.SingleLine table {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.SearchResults.SingleLine table tr {
  background: #fff;
  border-bottom: 1px solid #f3f0ec;
}

.SearchResults.SingleLine table tr.Head {
  border-bottom: 0 solid #f3f0ec;
}

.SearchResults.SingleLine table tr.Head th {
  font-size: 18px;
}

.SearchResults.SingleLine table tr:hover {
  background-color: #f3f0ec;
}

.SearchResults.SingleLine table th {
  padding-right: 28px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: left;
  background: #fff;
  color: #242048;
}

.SearchResults.SingleLine table tr.SubHead th {
  padding-top: 7px;
  padding-right: 28px;
  padding-bottom: 14px;
  font-weight: 700;
  color: #323232;
}

.SearchResults.SingleLine table td:first-child,
.SearchResults.SingleLine table th:first-child {
  padding-left: 14px;
  padding-right: 14px;
}

.SearchResults.SingleLine table td {
  padding: 2px 14px 2px 0;
  line-height: 1.3em;
  border-width: 0;
  vertical-align: middle;
  color: #323232;
  word-wrap: break-word;
}

.SearchResults.SingleLine table td.Date {
  white-space: nowrap;
}

.SearchResults.SingleLine table td:last-child {
  padding-right: 10px;
}

.SearchResults.SingleLine table td strong {
  color: #000;
}

.SearchResults.SingleLine table tr.SliverRow {
  border-bottom: 1px solid #f3f0ec;
}

.SearchResults.SingleLine table tr.SliverRow td {
  padding-top: 0;
  padding-right: 13px;
  padding-bottom: 0;
  border-width: 0;
}

.SearchResults.SingleLine table td.Small {
  padding-right: 7px;
}

@media only screen and (min-width:979px) and (max-width:1200px) {
  .SearchResults.SingleLine table {
    font-size: 85%;
  }
}

.SearchResults.SingleLine .paginatorFooter {
  padding: 0 0 14px;
}

.SearchResults.SingleLine .paginatorFooter .paginator {
  margin: 14px;
}

.SearchResults.SingleLine .paginatorFooter .paginator nav ol li a {
  display: block;
  background-color: transparent;
  border: 0;
  border-radius: 100px;
}

.SearchResults.SingleLine .paginatorFooter .paginator nav ol li a:hover {
  background-color: #f3f0ec;
  color: #507097;
}

.SearchResults.SingleLine .paginatorFooter .paginator nav ol li a.selected {
  background-color: #242048;
  color: #fff;
}

@media print {
  .container {
    margin: 0;
    padding: 0;
  }

  .SearchStart {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
  }

  .SearchResults {
    border: 0;
  }

  .SearchResults.SingleLine .paginatorFooter {
    display: none;
  }

  .SearchLinks,
  .SearchSideBar,
  .SearchTopBar {
    display: none!important;
  }

  #activeResultsContainer .Head,
  .SearchResults.SingleLine table td:last-child,
  .SearchResults.SingleLine table th:last-child,
  .SearchResultsHeader {
    display: none;
  }

  .SearchResults.SingleLine table td {
    font-size: 12pt;
    margin: 2px 0 8px;
    padding: 0;
  }
}

.UI.Left span,
.V a {
  display: inline-block;
}

.SearchResults div.Ctr {
  float: none;
  padding: 0 4px 2px 0;
}

.ie7 .SearchResults table div.Ctr,
.ie8 .SearchResults table div.Ctr {
  padding: 0 10px 2px 14px;
}

.ie7 .SearchResults table div.Sliver,
.ie7 .SearchResults table th,
.ie7 .SearchResults table tr td,
.ie8 .SearchResults table div.Sliver,
.ie8 .SearchResults table th {
  border-bottom: 1px solid #f3f0ec;
}

.ie7 table div.Sliver .Close,
.ie8 table div.Sliver .Close {
  right: 14px;
}

.V span,
div.Sliver .Close {
  right: 0;
  text-indent: -9999px;
}

.SearchResults.SingleLine table tr.Expanded {
  border-bottom: 1px solid #fff;
}

.SearchResults.SingleLine table tr.i {
  border-bottom: 1px solid #dcd7d2;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 90%,rgba(5,5,5,0) 91%,rgba(45,45,45,.1) 100%);
}

.SearchResults.SingleLine table tr.i:hover {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 90%,rgba(5,5,5,0) 91%,rgba(45,45,45,.1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(90%,rgba(0,0,0,0)),color-stop(91%,rgba(5,5,5,0)),color-stop(100%,rgba(45,45,45,.1)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 90%,rgba(5,5,5,0) 91%,rgba(45,45,45,.1) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 90%,rgba(5,5,5,0) 91%,rgba(45,45,45,.1) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 90%,rgba(5,5,5,0) 91%,rgba(45,45,45,.1) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 90%,rgba(5,5,5,0) 91%,rgba(45,45,45,.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a2d2d2d', GradientType=0);
}

.SearchResults.SingleLine table tr.i td {
  padding-top: 0;
  padding-right: 14px;
  padding-bottom: 0;
}

.SearchResults.SingleLine table dl {
  margin: 0;
  padding: 0 0 30px;
  line-height: 1.4em;
  font-size: 11px;
}

.SearchResults.SingleLine table dd,
.SearchResults.SingleLine table dt {
  padding: 6px;
}

.SearchResults.SingleLine table dt {
  float: left;
  width: 20%;
  padding-right: 14px;
  text-align: right;
  font-weight: 700;
  color: #242048;
}

.SearchResults.SingleLine table dd {
  color: #242048;
}

.SearchResults.SingleLine table dd:nth-of-type(odd),
.SearchResults.SingleLine table dt:nth-of-type(odd) {
  background: #f3f0ec;
}

.SearchResults.SingleLine table dd:nth-of-type(even),
.SearchResults.SingleLine table dt:nth-of-type(even) {
  background: 0 0;
}

.InfoToggle,
.InfoToggle:hover {
  background-color: #ececec;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#dfdfdf));
  background-image: -webkit-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -moz-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -ms-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: -o-linear-gradient(top,#fefefe,#dfdfdf);
  background-image: linear-gradient(top,#fefefe,#dfdfdf);
  border: 1px solid #dcd7d2;
  width: 18px;
  padding: 2px 0 1px;
  line-height: 1;
  margin: 0;
  color: #507097;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.InfoToggle:hover {
  border: 1px solid #242048;
  color: #507097;
}

.UI {
  margin: 0 14px;
}

.UI.Left {
  float: left;
  background: #f3f0ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 9px;
  padding: 0 7px 5px 5px;
}

.UI.Left .InfoToggle {
  float: left;
  margin-top: 5px;
}

.UI.Left span {
  float: left;
  padding: 6px 0 0 7px;
  font-weight: 700;
  color: #507097;
}

.UI.Right,
.V .btn-toolbar {
  float: right;
}

.UI.Left span:hover {
  cursor: pointer;
  text-decoration: underline;
}

.OrderBy1939 {
  margin-top: -60px;
}

.ie8 .UI.Right {
  width: 265px;
}

.dropdownThingy {
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==),-webkit-linear-gradient(#fefefe,#e8e9ea);
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==),linear-gradient(#fefefe,#e8e9ea);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 3px;
  padding: 5px;
}

@media (max-width:979px) {
  .V .btn-toolbar {
    float: none;
  }
}

.V .btn-group {
  border-radius: 30px;
  background-color: #242048;
}

.V .IMG,
.V .IMGMulti,
.V .PDF,
.V .TXT {
  float: left;
}

.V a {
  padding-left: 0!important;
  position: relative;
  color: #fff;
}

.V i {
  padding: 7px 14px;
  margin-right: 0;
  font-size: 16px;
}

.V .btn-group div:last-child i {
  padding-right: 14px;
  padding-left: 10px;
}

.V .btn-group div:first-child i {
  padding-left: 14px;
  border-right: 1px solid #fff;
}

.V .btn-group div:last-child i {
  border-right: 0;
}

.V .btn-group div:last-child a:active,
.V .btn-group div:last-child a:focus,
.V .btn-group div:last-child a:hover {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #7793b4;
  color: #fff;
}

.V .btn-group div:first-child a:active,
.V .btn-group div:first-child a:focus,
.V .btn-group div:first-child a:hover {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: #7793b4;
  color: #fff;
}

.V span {
  position: absolute;
  top: 3px;
  width: 9px;
  height: 9px;
  z-index: 1;
  background: url(/images/themes/global/site-sprites-v12.png) 0 -709px no-repeat;
}

.V .btn-group span {
  right: 10px;
}

.V b {
  text-indent: -9999px;
  display: block;
  height: 0;
}

@media (max-width:979px) {
  .V .btn-group div:last-child i {
    padding-right: 7px;
  }

  .V .btn-group div:first-child i {
    border-right: 0;
  }

  .V b {
    text-indent: 0;
    display: inline;
    padding-right: 20px;
  }
}

.fa-Image:before {
  content: "\f030";
}

.fa-Images:before {
  content: "\f0c5";
}

.fa-Document:before,
.fa-Pdf:before {
  content: "\f1c1";
}

@media only screen and (min-width:979px) {
  .SearchResults table.cols05 .Col08,
  .SearchResults table.cols06 .Col08,
  .SearchResults table.cols07 .Col08 {
    width: 100px;
  }
}

.payment-value-1939 {
  position: relative;
  border: 1px solid #7c7c7c;
  background-color: #f3f0ec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-top: 14px;
}

@media (max-width:599px) {
  .payment-value-1939 {
    display: none;
  }
}

.payment-value-1939 li,
.payment-value-1939 p {
  color: #242048!important;
}

.payment-value-1939 .payment-value-1939-logo {
  position: absolute;
  top: 0;
  right: 5px;
  width: 50px;
  height: 38px;
}

.payment-value-1939 h5 {
  margin-top: 0;
  font-weight: 700;
  padding: 15px 7px 0;
}

.payment-value-1939 h4 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
  padding: 15px 10px 0;
  line-height: 24px;
}

.payment-value-1939 h4,
.payment-value-1939 h5 {
  color: #403b37!important;
}

.payment-value-1939 ul {
  list-style-type: none!important;
  margin: 5px 0!important;
  padding: 0 7px;
}

.payment-value-1939 li {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  padding-left: 20px;
}

@media (min-width:768px) {
  .payment-value-1939 li {
    display: inline-block;
  }
}

@media (min-width:1550px) {
  .payment-value-1939 li {
    padding-right: 20px;
  }
}

.payment-value-1939 li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
}

.payment-value-1939 p {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 7px 15px;
}

.payment-value-1939 .bold {
  font-weight: 700;
}

@media (max-width:1094px) {
  .payment-value-1939 .mobile-hide {
    display: none;
  }
}

@media (min-width:1095px) {
  .payment-value-1939 .mobile-show {
    display: none;
  }
}

.payment-value-1939.confirmation {
  margin-left: 14px;
}

@media (max-width:769px) {
  .payment-value-1939.confirmation {
    margin-right: 14px;
  }
}

.payment-value-1939.confirmation .payment-value-1939-logo {
  right: 15px;
}

.payment-value-1939.confirmation p,
.payment-value-1939.confirmation ul {
  padding: 0 0 0 15px;
}

.payment-value-1939.confirmation h4 {
  font-size: 26px;
  margin-top: 0;
  margin-right: 75px;
  padding: 15px 0 5px 15px;
  line-height: 28px;
}

@media (max-width:1094px) and (min-width:1032px) {
  .payment-value-1939.confirmation h4 {
    padding-bottom: 20px;
  }
}

.payment-value-1939.confirmation li {
  font-size: 13px!important;
  color: #242048!important;
}

.payment-value-1939.confirmation p {
  padding-bottom: 15px;
  font-size: 14px;
}

.payment-value-1939.confirmation .main-content {
  position: relative;
}

@media (min-width:600px) {
  .payment-value-1939.confirmation .payment-value-1939-main-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (min-width:769px) {
  .payment-value-1939.confirmation .payment-value-1939-main-img {
    max-width: 400px;
    width: 35%;
  }
}

.payment-value-1939.confirmation .start-exploring {
  margin: 0 auto 15px;
  text-align: center;
}

.payment-value-1939.confirmation .start-exploring .btn-large {
  padding: 8px 50px;
}

@media (max-width:768px) and (min-width:600px) {
  .payment-value-1939.confirmation .payment-value-1939-main-img {
    max-width: 275px;
    width: 39%;
  }

  .payment-value-1939.confirmation .row-fluid .span4 {
    width: 36.91489362%;
    float: left;
    margin-left: 2.12765957%;
  }

  .payment-value-1939.confirmation .row-fluid .span8 {
    width: 60.95744681%;
    float: left;
  }
}

@media (max-width:769px) {
  .helpful-note {
    margin-top: 14px;
  }

  .helpful-note p {
    padding-bottom: 0;
  }
}

.helpful-note.no-bg {
  background-color: #fff;
}

.helpful-note.no-bg p {
  padding: 28px 14px 14px;
}

@media (max-width:769px) {
  .helpful-note.no-bg p {
    padding: 0 14px 14px;
  }
}

.SearchResults.SingleLine table tr.SliverRow td:nth-of-type(1):before {
  content: "";
}

.SearchResults.SingleLine table tr.SliverRow td:last-child {
  padding: 0 13px 0 0;
  background-color: #fff;
}

.SearchResults.SingleLine div.Sliver {
  border-bottom: 0 solid #eee;
}

.SearchResults.SingleLine div.Sliver a.More {
  right: 58px;
}

.SearchResults.SingleLine tr.SliverRow:hover {
  background: 0 0;
}

@media only screen and (max-width:769px),(min-device-width:768px) and (max-device-width:1024px) {
  .SearchResults.SingleLine table tr.SliverRow td:first-child {
    padding: 0;
    background: #fff;
    border-color: #999;
  }
}

.ie7 .SearchResults.SingleLine div.Sliver,
.ie8 .SearchResults.SingleLine div.Sliver {
  margin-right: 10px;
}

div.Sliver {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

div.Sliver .Message {
  margin: 0 50px 0 0;
  padding: 25px 142px 25px 160px;
  cursor: pointer;
}

div.Sliver .Message h3,
div.Sliver .Message h4 {
  margin: 0;
  padding: 0 0 5px;
  line-height: 20px;
  font-weight: 700;
}

div.Sliver .Message h3 {
  font-size: 22px;
}

div.Sliver .Message h3 a:hover {
  color: #7793b4;
}

div.Sliver .Message h4 {
  font-size: 14px;
  color: #242048;
}

div.Sliver .Message h4 a {
  font-size: 14px;
  color: #507097;
}

div.Sliver .Message h4 a:hover {
  color: #7793b4;
}

div.Sliver a.More {
  position: absolute;
  top: 2.5em;
  display: block;
  width: 8.33333333em;
  padding: 11px 0!important;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #507097;
  background: #bfdbea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.MediaPreview .MediaPreviewFrame ul li .Item,
dl.Citations dt {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -moz-transition-duration: .3s;
  -o-transition-property: all;
  -o-transition-duration: .3s;
}

div.Sliver a.More:hover {
  color: #7793b4;
  background: #d2e6f0;
  -webkit-box-shadow: 0 0 5px rgba(255,255,255,.75);
  -moz-box-shadow: 0 0 5px rgba(255,255,255,.75);
  box-shadow: 0 0 5px rgba(255,255,255,.75);
}

div.Sliver .Close {
  position: absolute;
  top: .58333333em;
  display: block;
  overflow: hidden;
  height: 21px;
  width: 21px;
  margin: 0;
  padding: 0;
  background: url(/images/themes/global/site-sprites-v12.png) 100% -1318px no-repeat;
}

div.Sliver.Records .Message {
  padding-right: 149px;
}

div.Sliver.Records a.More,
div.Sliver.Records input.More {
  right: 3.33333333em;
}

div.Sliver.News .Message {
  padding-right: 120px;
}

div.Sliver.News a.More,
div.Sliver.News input.More {
  right: 54px;
}

div.Sliver.Records {
  background: url(/images/themes/global/Slivers/records-generic.jpg) 0 100% no-repeat;
}

div.Sliver.News.UK {
  background: url(/images/themes/global/Slivers/UK-newspapers.jpg) 0 100% no-repeat;
}

div.Sliver.News.US {
  background: url(/images/themes/global/Slivers/US-newspapers.jpg) 0 100% no-repeat;
}

div.Sliver.News.AU {
  background: url(/images/themes/global/Slivers/AU-newspapers-books-generic.jpg) 0 100% no-repeat;
}

@media only screen and (max-width:979px) {
  div.Sliver .Message,
  div.Sliver.News .Message {
    padding: 14px 110px 14px 14px;
  }

  div.Sliver .Message h3,
  div.Sliver .Message h4,
  div.Sliver.News .Message h3,
  div.Sliver.News .Message h4 {
    line-height: 1.1em;
  }

  div.Sliver .Message h3,
  div.Sliver.News .Message h3 {
    font-size: 18px;
  }

  div.Sliver .Message h4,
  div.Sliver .Message h4 a,
  div.Sliver.News .Message h4,
  div.Sliver.News .Message h4 a {
    font-size: 11px;
  }

  div.Sliver.News.AU,
  div.Sliver.News.UK,
  div.Sliver.News.US,
  div.Sliver.Records {
    background-image: none;
  }

  .SearchResults.SingleLine div.Sliver a.More {
    display: none;
  }

  div.Sliver .Close {
    top: 14px;
    right: 14px;
  }

  .SearchResults.SingleLine table tr.SliverRow td:last-child {
    padding: 0;
  }
}

@media only screen and (min-width:980px) and (max-width:1200px) {
  div.Sliver .Message,
  div.Sliver.News .Message {
    margin-right: 20px;
    padding: 14px 140px 14px 150px;
  }

  .SearchResults.SingleLine div.Sliver a.More {
    display: none;
  }
}

@media only screen and (min-width:1400px) {
  div.Sliver .Message {
    padding: 30px 142px 25px 205px;
  }

  div.Sliver.Records {
    background: url(/images/themes/global/Slivers/records-generic.jpg) 35px 100% no-repeat;
  }

  div.Sliver.News.UK {
    background: url(/images/themes/global/Slivers/UK-newspapers.jpg) 35px 100% no-repeat;
  }

  div.Sliver.News.US {
    background: url(/images/themes/global/Slivers/US-newspapers.jpg) 35px 100% no-repeat;
  }

  div.Sliver.News.AU {
    background: url(/images/themes/global/Slivers/AU-newspapers-books-generic.jpg) 35px 100% no-repeat;
  }

  div.Sliver.Records .Message {
    padding-right: 149px;
  }

  div.Sliver.Records a.More,
  div.Sliver.Records input.More {
    right: 5em;
  }

  div.Sliver.News .Message {
    padding-right: 120px;
  }

  div.Sliver.News a.More,
  div.Sliver.News input.More {
    right: 54px;
  }
}

ul.BreadCrumb {
  margin: 0;
  display: none;
}

.NoResultsMessage h1,
.NoResultsMessage h2,
.NoResultsMessage h3,
.NoResultsMessage h4,
.NoResultsMessage h5,
.NoResultsMessage h6 {
  margin: 28px 0 14px;
  padding: 0 0 7px;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255,255,255,.95);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.9);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.9);
  box-shadow: 0 1px 0 rgba(255,255,255,.9);
}

.SearchStartContent,
.SearchStartContent h1 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

.SearchStartContent {
  position: relative;
  height: 388px;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.SearchStartContent h1 {
  min-height: 36px;
  margin: 0;
  padding: 14px 90px 14px 14px;
  font-size: 32px;
  line-height: 1em;
  border-bottom: 0 solid #c00;
  font-weight: 700;
  text-shadow: none;
  box-shadow: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.SearchStartContent blockquote {
  position: absolute;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.SearchStartContent blockquote p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
}

.SearchStartContent blockquote span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #242048;
  background: url(/images/themes/global/quote-end-green.png) center right no-repeat;
}

.SearchStartContent blockquote span i {
  font-style: normal;
  font-weight: 400;
  color: #242048;
}

.AUBooks h1,
.CABooks h1,
.IrishNewspapers h1,
.OfficialRecords h1,
.PERSI h1,
.SearchHelp h1,
.UKNewspapers h1,
.USBooks h1,
.USNewspapers h1 {
  background: url(/images/themes/global/Landing-pages/british-newspapers-arrow.jpg) bottom right no-repeat #d8dadb;
}

.AUBooks blockquote,
.CABooks blockquote,
.IrishNewspapers blockquote,
.OfficialRecords blockquote,
.PERSI blockquote,
.SearchHelp blockquote,
.UKNewspapers blockquote,
.USBooks blockquote,
.USNewspapers blockquote {
  right: 0;
  width: 323px;
  height: 324px;
  border-width: 0;
  background: url(/images/themes/global/Landing-pages/british-newspapers-quote.png) bottom right no-repeat;
}

.AUBooks blockquote p,
.CABooks blockquote p,
.IrishNewspapers blockquote p,
.OfficialRecords blockquote p,
.PERSI blockquote p,
.SearchHelp blockquote p,
.UKNewspapers blockquote p,
.USBooks blockquote p,
.USNewspapers blockquote p {
  padding: 82px 14px 0 60px;
}

.AUBooks blockquote span,
.CABooks blockquote span,
.IrishNewspapers blockquote span,
.OfficialRecords blockquote span,
.PERSI blockquote span,
.SearchHelp blockquote span,
.UKNewspapers blockquote span,
.USBooks blockquote span,
.USNewspapers blockquote span {
  margin: 0 14px 0 0;
  padding: 14px 38px 7px 60px;
}

.OfficialRecords {
  background: url(/images/themes/global/Landing-pages/official-records.jpg) bottom left no-repeat #e6e6e6;
}

.OfficialRecords blockquote p {
  padding-top: 78px;
}

.SearchHelp {
  background: url(/images/themes/global/search-help-bg.jpg) bottom left no-repeat #e6e6e6;
}

.SearchHelp h1 {
  background-image: none;
}

.SearchHelp blockquote {
  background: url(/images/themes/global/search-help-quote-bg.png) bottom right no-repeat;
}

.SearchHelp blockquote p {
  padding-top: 108px;
}

.PERSI blockquote p,
.UKNewspapers blockquote p,
.USBooks blockquote p,
.USNewspapers blockquote p {
  padding-top: 122px;
}

.UKNewspapers {
  background: url(/images/themes/global/Landing-pages/british-newspapers.jpg) bottom left no-repeat #e6e6e6;
}

.IrishNewspapers {
  background: url(/images/themes/global/Landing-pages/irish-newspapers.jpg) bottom left no-repeat #e6e6e6;
}

.USNewspapers {
  background: url(/images/themes/global/Landing-pages/us-newspapers.jpg) bottom left no-repeat #e6e6e6;
}

.AUBooks {
  background: url(/images/themes/global/Landing-pages/australian-books.jpg) bottom left no-repeat #e6e6e6;
}

.CABooks {
  background: url(/images/themes/global/Landing-pages/canadian-books.jpg) bottom left no-repeat #e6e6e6;
}

.USBooks {
  background: url(/images/themes/global/Landing-pages/united-states-books.jpg) bottom left no-repeat #e6e6e6;
}

.PERSI {
  background: url(/images/themes/global/Landing-pages/periodical-source-index-persi.jpg) bottom left no-repeat #e6e6e6;
}

.record-wrapper .back-to-top,
.record-wrapper .scroll-down {
  font-size: 24px;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 100;
}

.record-wrapper .scroll-down {
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  height: 34px;
  width: 20px;
}

.record-wrapper .back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 5px 0 0;
  height: 30px;
  width: 38px;
}

#MainCol .RecordHeader .HeaderLinks:after,
#MainCol .RecordHeader .HeaderLinks:before,
#MainCol .RecordHeader:after,
#MainCol .RecordHeader:before,
.BS-SAFE #MainCol:after,
.BS-SAFE #MainCol:before,
.ColContainer:after,
.ColContainer:before,
.RecordData .Article:after,
.RecordData .Article:before,
.RecordData .Column:after,
.RecordData .Column:before {
  display: table;
  content: "";
}

.record-wrapper .back-to-top .fa-angle-up {
  margin-right: 0;
}

#zoomcontainer {
  width: 100%;
  float: left;
}

#zoomcontainer .zoomapp {
  margin: 14px;
}

#MainCol h1.RecordInfo {
  padding: 0;
  font-size: 1.5em;
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border: none;
}

#MainCol .RecordHeader {
  position: relative;
  height: 35px;
  margin: 0;
}

#MainCol .RecordHeader .Block {
  height: 29px;
  float: left;
  margin: 7px 0;
  padding: 0 0 0 14px;
  border-width: 0;
}

#MainCol .RecordHeader .Block a:first-child {
  margin-left: 0;
}

#MainCol .RecordHeader .Block:last-child {
  padding-right: 0;
}

#MainCol .RecordHeader .HeaderLinks {
  float: right;
}

#MainCol .RecordHeader .HeaderLinks a {
  display: inline-block;
  float: left;
  margin-left: 14px;
}

#MainCol .RecordHeader .HeaderLinks a.View,
#MainCol .RecordHeader .HeaderLinks a.button,
#MainCol .RecordHeader .HeaderLinks select {
  margin-top: 3px;
}

#MainCol .RecordHeader .HeaderLinks a.button {
  padding: 4px 7px 3px;
  border: 0;
}

#MainCol .RecordHeader .HeaderLinks a.Dimmed {
  opacity: .25;
}

#MainCol .RecordHeader .HeaderLinks label {
  display: inline;
}

#MainCol .RecordHeader .HeaderLinks select {
  width: auto;
}

#MainCol .RecordHeader div.Ctr {
  width: auto;
  padding: 0 4px 0 0;
}

#MainCol .RecordHeader div.Ctr i {
  padding-right: 8px;
}

#MainCol .RecordHeader div.Ctr div.PDF b {
  background: url(/images/themes/global/site-sprites-v12.png) 100% -765px no-repeat;
  margin: 0 25px 0 0;
  width: 100%;
}

#MainCol .RecordHeader div.Ctr div.IMG b {
  background: url(/images/themes/global/search-sprites-v1.png) 66px -218px no-repeat;
}

#MainCol .RecordHeader div.Ctr div.IMGMulti b {
  background: url(/images/themes/global/site-sprites-v12.png) 100% -703px no-repeat;
}

#MainCol .RecordHeader div.Ctr div.IMG,
#MainCol .RecordHeader div.Ctr div.IMGMulti,
#MainCol .RecordHeader div.Ctr div.PDF,
#MainCol .RecordHeader div.Ctr div.TXT {
  position: relative;
  float: left;
}

#MainCol .RecordHeader div.Ctr div.IMG .Current,
#MainCol .RecordHeader div.Ctr div.IMG a,
#MainCol .RecordHeader div.Ctr div.IMGMulti .Current,
#MainCol .RecordHeader div.Ctr div.IMGMulti a,
#MainCol .RecordHeader div.Ctr div.PDF .Current,
#MainCol .RecordHeader div.Ctr div.PDF a,
#MainCol .RecordHeader div.Ctr div.TXT .Current,
#MainCol .RecordHeader div.Ctr div.TXT a {
  text-align: left;
}

#MainCol .RecordHeader div.Ctr div.IMG .Current b:hover,
#MainCol .RecordHeader div.Ctr div.IMG a b:hover,
#MainCol .RecordHeader div.Ctr div.IMGMulti .Current b:hover,
#MainCol .RecordHeader div.Ctr div.IMGMulti a b:hover,
#MainCol .RecordHeader div.Ctr div.PDF .Current b:hover,
#MainCol .RecordHeader div.Ctr div.PDF a b:hover,
#MainCol .RecordHeader div.Ctr div.TXT .Current b:hover,
#MainCol .RecordHeader div.Ctr div.TXT a b:hover {
  -webkit-box-shadow: 0 0 5px rgba(255,255,255,.75);
  -moz-box-shadow: 0 0 5px rgba(255,255,255,.75);
  box-shadow: 0 0 5px rgba(255,255,255,.75);
}

.RecordData .Article,
.RecordData .Column {
  -webkit-box-shadow: 0 0 5px rgba(51,51,51,.25);
  -moz-box-shadow: 0 0 5px rgba(51,51,51,.25);
}

#MainCol .RecordHeader div.Ctr div.IMG .Current:hover,
#MainCol .RecordHeader div.Ctr div.IMGMulti .Current:hover,
#MainCol .RecordHeader div.Ctr div.PDF .Current:hover,
#MainCol .RecordHeader div.Ctr div.TXT .Current:hover {
  cursor: default;
}

#MainCol .RecordHeader div.Ctr div.IMG a:hover,
#MainCol .RecordHeader div.Ctr div.IMGMulti a:hover,
#MainCol .RecordHeader div.Ctr div.PDF a:hover,
#MainCol .RecordHeader div.Ctr div.TXT a:hover {
  text-decoration: none;
}

#MainCol .RecordHeader div.Ctr div.IMG b,
#MainCol .RecordHeader div.Ctr div.IMGMulti b,
#MainCol .RecordHeader div.Ctr div.PDF b,
#MainCol .RecordHeader div.Ctr div.TXT b {
  text-indent: 7px;
}

#MainCol .RecordHeader div.Ctr div.IMG b,
#MainCol .RecordHeader div.Ctr div.IMG i,
#MainCol .RecordHeader div.Ctr div.IMGMulti b,
#MainCol .RecordHeader div.Ctr div.IMGMulti i,
#MainCol .RecordHeader div.Ctr div.PDF b,
#MainCol .RecordHeader div.Ctr div.PDF i,
#MainCol .RecordHeader div.Ctr div.TXT b,
#MainCol .RecordHeader div.Ctr div.TXT i {
  height: auto;
  color: #fff;
  font-size: 16px;
  line-height: 10px;
  padding: .5em 0;
  vertical-align: middle;
}

#MainCol .RecordHeader div.Ctr div.IMG b,
#MainCol .RecordHeader div.Ctr div.IMGMulti b {
  width: 93px;
}

#MainCol .RecordHeader div.Ctr div.TXT b {
  background: url(/images/themes/global/search-sprites-v1.png) 110px -2px no-repeat;
  width: 135px;
}

#MainCol .RecordHeader div.Ctr div.IMG.Dimmed .Current b,
#MainCol .RecordHeader div.Ctr div.IMGMulti .Current b,
#MainCol .RecordHeader div.Ctr div.PDF.Dimmed .Current b,
#MainCol .RecordHeader div.Ctr div.TXT.Dimmed .Current b {
  color: #000;
  font-weight: 400;
  background-color: #dcd7d2;
  font-family: azo-sans-web,Arial,sans-serif!important;
  border-radius: 0;
  font-size: 14px;
  height: 30px;
}

@media (max-width:979px) {
  div.Ctr div.IMGMulti b {
    background: url(/images/themes/global/site-sprites-v12.png) -777px -703px no-repeat!important;
  }
}

.Dimmed .Current {
  background-color: #f3f0ec;
  padding: 7px 14px 7px 7px;
  top: -12px;
  position: relative;
}

.Dimmed span {
  position: absolute;
  right: 2px;
  top: -9px;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  z-index: 1;
  background: url(/images/themes/global/site-sprites-v12.png) 0 -709px no-repeat;
}

.BS-SAFE #MainCol {
  position: relative;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.BS-SAFE #MainCol:after {
  clear: both;
}

.ColContainer {
  margin: 0 auto;
}

.RecordData.Side {
  width: 35%;
  float: left;
}

.RecordData.Side.Full {
  width: 100%;
  margin: 0 auto 20px;
  float: none;
}

.RecordData.Wide {
  width: 62%;
  float: right;
  margin-left: 14px;
}

.RecordData.Wide td {
  vertical-align: middle;
}

.RecordData.Wide td:first-child,
.RecordData.Wide th:first-child {
  padding-left: 7px;
}

.RecordData .Article {
  box-shadow: 0 0 5px rgba(51,51,51,.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 0 14px;
}

.RecordData .Article h4 {
  margin: 0 0 1.16666667em!important;
  color: #242048;
  font-size: 2.91666667em;
}

.RecordData .Article h4,
.RecordData .Article h5,
.RecordData .Article h6 {
  text-align: center;
}

.RecordData .Article .cmsregion h1,
.RecordData .Article .cmsregion h2,
.RecordData .Article .cmsregion h3,
.RecordData .Article .cmsregion h4,
.RecordData .Article .cmsregion h5,
.RecordData .Article .cmsregion h6 {
  text-align: left;
}

.RecordData .Article .cmsregion h4 {
  margin: 28px 0 14px;
  padding: 0 0 7px;
  font-size: 1.67em;
  color: #333;
}

.RecordData .Article .cmsregion ul {
  margin: 0 0 1.16666667em;
  padding: 0 0 0 1.16666667em;
  border: 0 solid #fff;
}

.RecordData .Article .cmsregion ul li:nth-of-type(2n+1) {
  background-image: none;
}

.RecordData .Article .cmsregion ul li {
  margin: 0 0 .58333333em;
  font-size: 1em;
  text-align: left;
}

.RecordData .Column {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(51,51,51,.25);
}

.RecordData .Column h4 {
  margin: 0 0 1.16666667em!important;
  color: #f3f0ec;
}

.RecordData .Column ul {
  margin: 1.66666667em;
  padding: 0!important;
  list-style-type: none;
  border: 1px solid #e7e7e7;
  border: 1px solid rgba(20,20,20,.1);
  color: #535353;
}

.RecordData .Column ul li {
  overflow: hidden;
  text-align: center;
  margin: 0!important;
  padding: .41666667em 1.5em;
  font-size: 1.25em;
}

.RecordData .Column ul li b,
.RecordData .Column ul li i {
  display: inline-block;
  width: 49%;
}

.RecordData .Column ul li i {
  float: left;
  padding-right: 1%;
  text-align: right;
}

.RecordData .Column ul li b {
  float: right;
  text-align: left;
}

.RecordData .Column ul li.AdditionalInformation .Viewed {
  color: #507097!important;
}

.RecordData .Column ul li.AdditionalInformation .NotViewed {
  color: #df9158!important;
}

.RecordData .Column ul li.AdditionalInformation b {
  float: none;
  width: auto;
  display: inline;
  text-align: left;
}

.RecordData .Column ul li:nth-of-type(odd) {
  background: url(/images/themes/global/alpha-black-06.png);
}

.RecordData .Column ul li.BreakPoint {
  border-bottom: 1px solid #1e1e1e;
  border-bottom: 1px solid rgba(20,20,20,.25);
}

.RecordData .Column .cmsregion h1,
.RecordData .Column .cmsregion h2,
.RecordData .Column .cmsregion h3,
.RecordData .Column .cmsregion h4,
.RecordData .Column .cmsregion h5,
.RecordData .Column .cmsregion h6 {
  text-align: left;
}

.RecordData .Column .cmsregion h4 {
  margin: 28px 0 14px;
  padding: 0 0 7px;
  font-size: 1.67em;
  color: #333;
}

.RecordData .Column .cmsregion ul {
  margin: 0 0 1.16666667em;
  padding: 0 0 0 1.16666667em;
  border: 0 solid #fff;
}

.RecordData .Column .cmsregion ul li:nth-of-type(2n+1) {
  background-image: none;
}

.RecordData .Column .cmsregion ul li {
  margin: 0 0 .58333333em;
  padding: .42em 0;
  font-size: 1em;
  text-align: left;
  list-style-position: inside!important;
}

.RecordData.Wide h3,
.RecordData.Wide h4,
.RecordData.Wide h5,
.RecordData.Wide h6 {
  text-align: left;
}

dl.Citations dt {
  font-weight: 700;
  color: #242048;
  -webkit-transition-duration: .3s;
}

dl.Citations dd {
  margin-bottom: 14px;
  font-size: 11px;
  color: #242048;
}

dl.Citations:hover dd,
dl.Citations:hover dt {
  color: #333;
}

.TranscriptionPreview #RecordDetails div.RecordData {
  width: auto;
  margin: 0 auto;
}

.MediaPreview {
  position: relative;
  margin: 14px 0;
  padding: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(51,51,51,.25);
  -moz-box-shadow: 0 0 5px rgba(51,51,51,.25);
  box-shadow: 0 0 5px rgba(51,51,51,.25);
}

.MediaPreview .MediaPreviewFrame {
  overflow: hidden;
  margin: 0 52px;
  padding: 14px;
  border: 1px solid #f3f0ec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 transparent,0 0 4px rgba(0,0,0,.08) inset;
  -moz-box-shadow: 0 0 0 transparent,0 0 4px rgba(0,0,0,.08) inset;
  box-shadow: 0 0 0 transparent,0 0 4px rgba(0,0,0,.08) inset;
}

.MediaPreview .MediaPreviewFrame .mediaSlideHolder {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.MediaPreview .MediaPreviewFrame ul {
  margin: 0 auto!important;
  padding: 0!important;
  list-style: none;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(1) .Item .Thumb {
  background-position: 0 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(2) .Item .Thumb {
  background-position: -120px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(3) .Item .Thumb {
  background-position: -240px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(4) .Item .Thumb {
  background-position: -360px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(5) .Item .Thumb {
  background-position: -480px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(6) .Item .Thumb {
  background-position: -600px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(7) .Item .Thumb {
  background-position: -720px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(8) .Item .Thumb {
  background-position: -840px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(9) .Item .Thumb {
  background-position: -960px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(10) .Item .Thumb {
  background-position: -1080px 0;
}

.MediaPreview .MediaPreviewFrame ul li:nth-child(11) .Item .Thumb {
  background-position: -1200px 0;
}

.MediaPreview .MediaPreviewFrame ul li {
  float: left;
  display: block;
  margin: 0!important;
  padding: 0!important;
  list-style: none;
}

.MediaPreview .MediaPreviewFrame ul li .Item {
  position: relative;
  width: 118px;
  margin: 0 14px 0 0;
  padding: 7px;
  text-align: center;
  list-style: none;
  border: 1px solid #dcd7d2;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5),0 0 4px rgba(0,0,0,.05) inset;
  -moz-box-shadow: 0 0 2px rgba(255,255,255,.5),0 0 4px rgba(0,0,0,.05) inset;
  box-shadow: 0 0 2px rgba(255,255,255,.5),0 0 4px rgba(0,0,0,.05) inset;
  -webkit-transition-duration: .3s;
}

.MediaPreview .MediaPreviewFrame ul li .Item:hover {
  border: 1px solid #60a38e;
  -webkit-box-shadow: 0 0 5px rgba(255,255,255,.75);
  -moz-box-shadow: 0 0 5px rgba(255,255,255,.75);
  box-shadow: 0 0 5px rgba(255,255,255,.75);
}

.MediaPreview .MediaPreviewFrame ul li .Item .Thumb {
  width: 118px;
  height: 75px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: url(/images/themes/global/image-preview-thumbs.jpg) no-repeat #000;
}

.MediaPreview .MediaPreviewFrame ul li .Item .Thumb:nth-child(3) {
  background-position: -120px 0;
  border: 1px solid #c00;
}

.MediaPreview .MediaPreviewFrame ul li .Item span {
  position: absolute;
  top: 5px;
  right: 0;
  width: 19px;
  height: 15px;
  text-indent: -99999px;
  z-index: 15;
}

.MediaPreview .MediaPreviewFrame ul li .Item b {
  display: block;
  padding: 11px 0;
  line-height: 1.33333333em;
  font-size: .91666667em;
  font-weight: 400;
}

.MediaPreview .MediaPreviewFrame ul li .Item i {
  display: block;
  margin: 0 0 12px;
  padding: 5px 0 0;
  line-height: 1;
  font-size: .75em;
  font-weight: 400;
  color: #242048;
}

.MediaPreview .MediaPreviewFrame ul li .Item .button {
  margin: 0;
  padding: 3px 10px;
  font-size: .91666667em;
}

.MediaPreviewWrappAround {
  padding: 0 1em;
}

.ie7 .MediaPreview .MediaPreviewFrame ul li .Item .button,
.ie8 .MediaPreview .MediaPreviewFrame ul li .Item .button {
  border: 2px solid #242048;
}

.ie7 .MediaPreview .MediaPreviewFrame ul li .Item .button:hover,
.ie8 .MediaPreview .MediaPreviewFrame ul li .Item .button:hover {
  border-color: #60a38e;
}

.ui-dialog-content #RecordDetails {
  text-align: center!important;
}

.ui-dialog-content #RecordDetails #Preview ul {
  float: none;
}

.ui-dialog-content #RecordDetails .AdditionalInformation {
  width: 100%!important;
}

#RecordDetails .RecordData {
  width: 100%;
  min-height: 100px;
}

#RecordDetails .Header {
  margin: 0 0 1.16666667em;
  padding: 0;
}

#RecordDetails .Header .Viewed {
  color: #60a38e;
}

#RecordDetails .Header .NotViewed {
  color: #df9158;
}

#RecordDetails .Header p {
  margin-top: 20px;
}

#RecordDetails .Header h6 {
  margin: 0;
  border-width: 0;
}

#RecordDetails .Header h6 span {
  color: #323232;
}

#RecordDetails .Header span {
  display: block;
  margin: .41666667em 0 .58333333em;
  color: #60a38e;
}

#RecordDetails #Preview .CenteredGradientBorder {
  margin: .41666667em 0;
}

#RecordDetails #Preview h1,
#RecordDetails #Preview h2,
#RecordDetails #Preview h3,
#RecordDetails #Preview h4,
#RecordDetails #Preview h5,
#RecordDetails #Preview h6 {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border: none;
}

#RecordDetails #Preview h3 {
  margin: .41666667em 0 0;
  padding: 0;
  font-size: 2.5em;
  color: #333;
}

#RecordDetails #Preview h4 {
  margin: .58333333em 0;
  padding: 0;
}

#RecordDetails #Preview ul {
  margin: .58333333em 1.16666667em .58333333em .58333333em;
  float: left;
  width: 40%;
}

#RecordDetails #Preview ul li {
  padding-top: .41666667em;
  padding-bottom: .41666667em;
  line-height: 1.45em;
}

#RecordDetails #Preview ul li h6 {
  margin: 0;
  padding: .41666667em 0;
  font-size: 18px;
  color: #60a38e;
}

#RecordDetails #Preview .AdditionalInformation {
  background: #fff;
  color: #333;
  float: left;
  width: 55%;
}

#RecordDetails h5 {
  margin: 20px auto auto 0;
  color: #60a38e;
  font-size: 18px;
}

@media only screen and (min-width:1250px) {
  .PdfData {
    width: 25%!important;
    float: left!important;
  }

  .PdfView {
    width: 70%!important;
    float: right!important;
    padding: 14px;
  }

  .ColContainer .Author {
    display: block;
    float: right;
    width: 100%;
  }
}

.PdfView {
  float: right!important;
  padding: 0!important;
}

.PdfView div {
  margin: 14px;
  display: block;
}

.btn-shrink-to-icon,
.iconframe {
  display: inline-block;
}

.PdfView iframe {
  border: 0;
  float: left;
  width: 100%;
  margin-bottom: 14px!important;
}

@media only screen and (max-width:840px) {
  .RecordData.Side,
  .RecordData.Wide {
    width: 100%;
    margin-bottom: 20px;
  }
}

.search-warning.alert {
  margin: 0 0 14px;
  padding: 14px 35px 14px 14px;
}

@media (min-width:979px) {
  .search-warning.alert {
    margin-bottom: 28px;
    padding-left: 60px;
  }
}

@media (max-width:979px) {
  .search-warning.alert {
    margin-bottom: 14px;
  }
}

.search-warning.alert [class^="fa "].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 14px;
}

@media (min-width:979px) {
  .search-warning.alert [class^="fa "].pull-left,
  [class*=" icon-"].pull-left {
    margin-right: 65px;
  }
}

.search-hint h4,
.search-warning h4 {
  font-size: 16px;
  margin: 0 0 3.5px;
  font-weight: 700;
}

.search-warning>div {
  width: 721px;
}

.search-hint {
  padding: 14px 14px 14px 180px;
  background-color: #f3f9eb;
}

@media (max-width:979px) {
  .search-warning>div {
    width: auto;
  }

  .search-hint {
    padding: 14px 35px 14px 14px;
  }
}

.search-hint h4 {
  color: #8cc63f;
}

.search-hint div {
  width: 600px;
  color: #7f7f7f;
}

@media (max-width:979px) {
  .search-hint div {
    width: auto;
    color: #050;
  }
}

.node__body {
  padding-left: 14px;
}

.node__image-wrap--right {
  width: 128px;
}

.node__image-wrap--right .pull-right {
  margin: 14px 14px 0 0;
}

.node__image,
.node__image-wrap--right .node__image {
  border-radius: 0;
  width: 100px;
  height: auto;
  margin: 0;
  padding: 0;
}

.container.back-to-results {
  padding: 0;
}

.btn-shrink-to-icon i {
  margin-right: 14px;
}

.form-actions [class^="fa "],
.pager [class^="fa "],
[class^="fa "] {
  margin-right: 7px;
}

.microfiche__navigation [class^="fa "] {
  margin-right: 0!important;
}

.microfiche__header [role=banner] h1 {
  font-family: azo-sans-web,Arial,sans-serif;
}

.noborders {
  border: 0!important;
}

.form-actions {
  background-color: #f3f0ec;
}

.form-actions--mid {
  margin: 0;
  border-top: 0;
  background-color: #dcd7d2;
  padding: 14px;
}

.form-actions--mid--twocolumn {
  margin: 0;
  border: 1px solid #c9bea7;
  border-bottom: 0;
  padding: 14px;
}

.form-actions--top {
  margin: 0;
  border-top: 0;
  padding: 14px;
  float: right;
  background-color: #f3f0ec;
}

.form-actions.form-actions--mid .btn.btn-link,
.form-actions.form-actions--top .btn.btn-link,
.form-actions.form-actions--wide .btn.btn-link {
  margin-right: 14px;
  box-shadow: 0 0 0 0 rgba(0,0,255,.125);
}

.form-actions.form-actions--mid .btn.btn-link:hover,
.form-actions.form-actions--top .btn.btn-link:hover,
.form-actions.form-actions--wide .btn.btn-link:hover {
  border-color: transparent;
}

.node--transheading {
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
}

.node--transheading .node__image {
  width: 70px;
  height: 70px;
}

.node--transheading .node__body {
  margin-left: 90px;
}

.node--transheading--twocolumn {
  border: none;
}

.header+.main .table th,
.table.table__vertical td,
.table.table__vertical th {
  border-top: 0;
}

.noborders .node__body {
  margin-top: 0;
}

.noborders .node__body>.right {
  margin-top: 7px;
  margin-left: 14px;
}

.transcript-data p {
  padding-left: 14px;
}

.fa-ban {
  font-size: 19px;
}

#datasetArticleWrapper .span9 {
  margin-left: 0;
}

.tiny-table td {
  vertical-align: middle;
}

.iconframe {
  border-radius: 50%;
  background-color: #fff;
  width: 45px;
  height: 45px;
  float: none;
  margin: 7px 14px 7px 0;
}

.highlight-individual td,
.highlight-individual th {
  background-color: #e8f7df;
  font-weight: 700;
}

.highlight-individual td span,
.highlight-individual th span {
  font-weight: 400;
}

.highlight-spouse {
  padding: 14px;
  margin: 0;
}

.highlight-spouse .icon-marriage {
  top: 7px;
  position: relative;
  margin: 0 auto;
  width: 20px;
  display: block;
}

#actual-spouse td,
#actual-spouse th,
#potential-spouse td,
#potential-spouse th {
  background-color: #e8f7df;
  vertical-align: middle;
}

@media (max-width:700px) {
  .highlight-spouse .iconframe {
    display: none;
  }

  .highlight-spouse td,
  .highlight-spouse th {
    padding-top: 7px!important;
  }
}

@media (min-width:979px) {
  .noborders .node__body>.right {
    margin-top: 16px;
  }

  .transcript-data th {
    width: 33%;
  }
}

@media (min-width:980px) and (max-width:1400px) {
  .btn-shrink-to-icon i {
    display: none!important;
  }

  .tiny-table tbody td:first-child {
    padding-left: 14px!important;
  }

  .main .tiny-table .right {
    margin: 0 -7px 0 0!important;
  }
}

@media (max-width:979px) {
  .address-container .right,
  .street-container .right {
    float: none;
  }

  .node--profile .node__info {
    margin-top: 7px;
    margin-bottom: 20px;
  }

  .node--transheading .node__body {
    margin: 0!important;
    padding: 0;
  }

  .btn-shrink-to-icon {
    width: 20px;
    padding: 0;
  }

  .address-container .btn-shrink-to-icon,
  .street-container .btn-shrink-to-icon {
    padding: 7px;
    width: auto;
  }

  .btn-shrink-to-icon i {
    margin-right: 0;
  }

  .address-container .btn-shrink-to-icon i,
  .street-container .btn-shrink-to-icon i {
    margin-right: 7px;
  }

  .btn-shrink-to-icon span {
    display: none;
  }

  .tiny-table {
    table-layout: fixed;
  }

  .tiny-table td,
  .tiny-table th {
    width: auto;
    font-size: 12px;
    word-wrap: break-word;
    padding: 2px!important;
    margin: 2px!important;
  }

  .tiny-table .right {
    margin: 0!important;
  }
}

@media (max-width:1200px) {
  #household .node--profile .node__info {
    margin-top: 7px;
    margin-bottom: 20px;
  }

  #household .node--transheading .node__body {
    margin-left: 0;
  }

  #household .btn-shrink-to-icon {
    width: 20px;
    padding: 0;
  }

  #household .btn-shrink-to-icon i {
    margin-right: 0;
  }

  #household .btn-shrink-to-icon span {
    display: none;
  }

  #household .tiny-table td,
  #household .tiny-table th {
    width: auto;
    font-size: 12px;
    word-wrap: break-word;
    padding: 2px!important;
    margin: 2px!important;
  }

  #household .tiny-table .right {
    margin: 0!important;
  }
}

@media (min-width:969px) and (max-width:1200px) {
  #household .btn-shrink-to-icon i {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .btn-shrink-to-icon {
    margin-bottom: 7px;
  }

  .section .form-actions--wider {
    margin: 0 -14px -14px!important;
  }
}

@media (max-width:430px) {
  .main .tiny-table .right {
    margin: 0 -14px 0 0!important;
  }
}

.onlyprint {
  display: none;
}

@media print {
  .muted,
  .table,
  .tiny-table {
    margin-bottom: 0;
  }

  .banner-optout,
  .btn,
  .hideprint,
  .notice {
    display: none;
  }

  .onlyprint {
    display: block;
    font-family: monospace;
    font-size: 12pt;
    line-height: 14pt;
    word-break: break-all;
  }

  a[href].logonew:after {
    content: ""!important;
  }

  #SiteHeader {
    height: 55px!important;
  }

  header a[href].logonew {
    color: #fff!important;
    background-size: 170px!important;
  }

  h1 {
    font-size: 16pt!important;
  }

  .h3,
  h2 {
    font-size: 14pt;
  }

  h3 {
    font-size: 12pt;
  }

  p,
  td,
  th {
    font-size: 10pt!important;
  }

  .table td,
  .table th {
    padding: 0 7px 0 0!important;
    line-height: 16pt!important;
  }

  .node--profile .node__body {
    margin-left: 0!important;
    padding-left: 0;
  }

  .tiny-table {
    table-layout: auto;
  }

  .tiny-table a[href]:after {
    content: "."!important;
    border: 1px solid #fff;
  }

  a.btn-shrink-to-icon {
    display: none!important;
    border: 1px solid #fff;
  }

  .section,
  .transcript-data p {
    padding: 0;
    margin: 0;
  }

  .section .header {
    border: 0;
    padding: 0;
  }

  #datasetArticleWrapper,
  #fmphead,
  .links,
  .node__image-wrap {
    display: none;
  }

  .Wrapper,
  body,
  body.BS-SAFE {
    background: #fff!important;
  }

  .family-tree-transcription .main {
    padding-left: 15px;
    border-top: 1px solid #e0dacd!important;
    border-bottom: 1px solid #e0dacd!important;
  }

  .family-tree-transcription .fs-logo {
    top: 0!important;
  }

  .family-tree-transcription .notification i {
    float: left!important;
  }
}

@media (max-width:480px) {
  .table-striped {
    width: auto!important;
    font-size: 12px;
  }

  .indent-icon-link {
    padding-left: 0;
  }

  td,
  th {
    padding: 5px 7px!important;
  }
}

.header-hh,
.zoomnail-hh {
  text-align: center;
}

.header-hh h1,
.zoomnail-hh h1 {
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 3px;
}

.header-hh h1 span,
.zoomnail-hh h1 span {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.header-hh .dropdown-reporting,
.zoomnail-hh .dropdown-reporting {
  margin: 0 auto 14px;
  text-align: center;
  width: 155px;
}

.header-hh .dropdown-reporting .dropdown-menu,
.zoomnail-hh .dropdown-reporting .dropdown-menu {
  width: 250px;
}

@media (max-width:450px) {
  .header-hh .dropdown-reporting .dropdown-menu,
  .zoomnail-hh .dropdown-reporting .dropdown-menu {
    width: 150px;
  }
}

.header-hh .dropdown-reporting .dropdown-menu li,
.zoomnail-hh .dropdown-reporting .dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.header-hh .dropdown-reporting .dropdown-menu a,
.zoomnail-hh .dropdown-reporting .dropdown-menu a {
  color: #eff3f9;
  padding: 10px 0 0;
}

.header-hh .dropdown-reporting .dropdown-menu a:hover,
.zoomnail-hh .dropdown-reporting .dropdown-menu a:hover {
  color: #f3f0ec;
  background-color: #242048;
}

.header-hh .dropdown-reporting .dropdown-menu span,
.zoomnail-hh .dropdown-reporting .dropdown-menu span {
  color: #f3f0ec;
  padding-bottom: 10px;
  display: block;
  width: 200px;
  font-size: 12px;
}

@media (max-width:450px) {
  .header-hh .dropdown-reporting .dropdown-menu span,
  .zoomnail-hh .dropdown-reporting .dropdown-menu span {
    width: 130px;
  }
}

.header-hh .dropdown-reporting .dropdown-menu .fa,
.zoomnail-hh .dropdown-reporting .dropdown-menu .fa {
  position: absolute;
  right: 0;
}

.header-hh .dropdown-reporting .dropdown-menu:after,
.header-hh .dropdown-reporting .dropdown-menu:before,
.zoomnail-hh .dropdown-reporting .dropdown-menu:after,
.zoomnail-hh .dropdown-reporting .dropdown-menu:before {
  border-bottom-color: #242048;
  top: -5px;
}

.inverted {
  background-color: #242048;
  border: 0;
}

.inverted .divider {
  height: 0;
  border-bottom-color: #f3f0ec;
}

.subheader-hh h2,
.subheader-hh h3 {
  line-height: 14px;
}

.family-1939 {
  background-color: #f2c452;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
}

.sex-pic td:first-child:before {
  margin-right: 7px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  top: 4px;
}

.locked-temp {
  background: #242048;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 60%;
  width: 200px;
  height: 200px;
  color: #fff;
  text-align: center;
  font-style: italic;
  cursor: pointer;
}

.locked-temp h2 {
  padding-top: 9px;
  font-size: 22px;
  line-height: 26px;
  width: 170px;
  margin: 0 auto;
  text-transform: uppercase;
}

.locked-temp h3 {
  font-size: 18px;
  line-height: 26px;
}

.redacted>td {
  padding-right: 0!important;
}

.redacted table {
  width: 100%;
}

.redacted table td:first-child {
  border-top: 0;
  padding: 0!important;
  width: 32px;
}

.redacted table td:nth-child(2) {
  background-color: #dcd7d2;
  color: #fff;
  text-align: center;
  border-top: 0;
  padding: 0!important;
}

.table-hover tbody tr.redacted:hover>td,
.table-hover tbody tr.redacted:hover>td td:nth-child(1) {
  background-color: #fff;
}

.record-locked,
.table-hover tbody tr.redacted:hover>td td:nth-child(2) {
  background-color: #f3f0ec;
}

.record-locked {
  color: transparent;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.record-locked:not(:first-child) td {
  border-top: 1px solid #dcd7d2;
}

.sex-pic td.female:first-child:before {
  content: url(/images/other-images/female32.png);
}

.sex-pic td.male:first-child:before {
  content: url(/images/other-images/male32.jpg);
}

.household-icon,
.sex-pic td.sex:first-child:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
}

.sex-pic td.sex:first-child:before {
  width: 32px;
  height: 32px;
  background: url(/images/other-images/unknown.png) no-repeat;
  background-size: 100%;
}

.household-icon {
  width: 60px;
  height: 60px;
  background: url(/images/other-images/household.png) no-repeat;
  background-size: 100%;
}

.zoomnail-hh-free {
  display: inline-block;
  content: url(/images/other-images/freeZoomnail.jpg);
  width: 100%;
}

.zoomnail-hh-full {
  display: inline-block;
  content: url(/images/other-images/fullZoomnail.jpg);
}

.newspaper {
  display: inline-block;
  width: 100%;
  content: url(/images/other-images/newspaper.png);
}

.street-info {
  display: inline-block;
  width: 100%;
  content: url(/images/other-images/streetInformation.png);
}

.historical-info {
  display: inline-block;
  width: 100%;
  content: url(/images/other-images/historicalInfo.png);
}

.related-records {
  display: inline-block;
  width: 100%;
  content: url(/images/other-images/relatedRecords.png);
}

.family-tree-transcription {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.family-tree-transcription .fs-logo {
  position: absolute;
  right: 15px;
  top: 80px;
}

.family-tree-transcription .node--profile,
.family-tree-transcription .node--transheading {
  border: none;
}

@media (max-width:979px) {
  .family-tree-transcription .node__image-wrap {
    display: block;
  }
}

@media (max-width:767px) {
  .family-tree-transcription .fs-logo {
    position: static;
    margin: 10px 0;
  }

  .family-tree-transcription .node__image-wrap {
    display: none;
  }
}

.family-tree-transcription .transcription-icon {
  text-align: center;
}

.family-tree-transcription .node--transheading .fa-sitemap {
  color: #0c7cbd;
  font-size: 30px;
  border: 3px solid #f3f0ec;
  border-radius: 50px;
  padding: 18px 15px;
  box-shadow: 0 2px 1px #7c7c7c;
}

.family-tree-transcription .node--profile .node__body {
  margin: 0 10px;
  padding-left: 0;
}

.family-tree-transcription .node__body h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.family-tree-transcription .node__body h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  margin-bottom: 5px;
}

.family-tree-transcription .ft-form-actions--top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
  border: 1px solid #f3f0ec;
  border-bottom: none;
}

.family-tree-transcription .main {
  border: 1px solid #f3f0ec;
  border-top: none;
  border-bottom: none;
}

.family-tree-transcription .notification {
  background-color: #ffffef;
  border: 1px solid #eeebe4;
  border-radius: 5px;
  margin: 10px 0;
  position: relative;
}

.family-tree-transcription .notification i {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 30px;
  color: #242048;
  transform: rotate(-15deg);
}

@media (max-width:767px) {
  .family-tree-transcription .notification i {
    top: 15px;
  }
}

.family-tree-transcription .notification p {
  padding: 0;
  margin: 10px 15px 10px 80px;
  font-style: italic;
  text-align: left;
}

@media (max-width:424px) {
  .family-tree-transcription .notification i {
    display: none;
  }

  .family-tree-transcription .notification p {
    margin-left: 15px;
  }
}

.family-tree-transcription .muted {
  text-align: left;
}

.family-tree-transcription .ft-form-actions--btm {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0;
  border: 1px solid #f3f0ec;
  border-top: none;
}

[class*=" ico1939-module-"],
[class^=ico1939-module-] {
  float: left;
}

[class*=" ico1939-table-"],
[class^=ico1939-table-] {
  font-size: 40px;
  line-height: 20px;
  float: left;
}

.ico1939-header-icon {
  font-size: 72px;
  margin-left: -8px;
  margin-top: -3px;
}

.ico1939-module-icon {
  font-size: 98px;
  margin-left: -17px;
  margin-top: -5px;
}

.ico1939-module-information {
  margin-left: -14px;
}

.ico1939-gift,
.ico1939-unlock {
  font-size: 78px;
  margin-left: 2px;
  margin-top: 5px;
}

.ico1939-module-search2 {
  font-size: 98px;
  margin-left: -13px;
  margin-top: -12px;
}

.ico1939-centered {
  margin-bottom: 0;
}

.ico1939-centered i {
  float: none;
  line-height: 50px;
  padding: 0;
  margin: 0;
}

.other-recordsets p span {
  font-size: 13px;
  font-style: italic;
  color: #242048;
  display: block;
  margin-bottom: 20px;
}

.simple-card-group .simple-card {
  position: relative;
  text-align: left;
}

.simple-card-group .simple-card .fa {
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 0;
}

.simple-card-group .simple-card h4 {
  font-size: 20px;
  padding: 0 40px 0 0;
}

@media (max-width:1200px) {
  .simple-card-group .simple-card .fa {
    margin-right: 10px;
  }

  .simple-card-group .simple-card h4 {
    padding: 0 40px 0 10px;
  }
}

.simple-card-group .simple-card p {
  margin-bottom: 0!important;
  color: #242048;
  padding: 10px 0;
}

.simple-card-group .simple-card img {
  width: 100%;
}

@media (max-width:1200px) {
  .simple-card-group .simple-card p {
    padding: 10px;
  }

  .simple-card-group .simple-card {
    margin-bottom: 20px;
  }
}

.flat-shadow {
  position: relative;
}

.flat-shadow:after {
  height: 6px;
  content: "";
  bottom: -6px;
  left: 10px;
  right: 10px;
  background: #f3f0ec;
  position: absolute;
}

.Register1939 .btn-1939-pri-addon {
  background: #fff;
}

.Register1939 .btn-1939-pri-addon:hover {
  background: #f3f0ec;
}

.Register1939 .btn-1939-sec-addon {
  background: 0 0;
  color: #242048;
}

@media (max-width:767px) {
  .simple-card-group .simple-card .fa {
    top: 0;
  }

  .Register1939 .btn-table-standalone {
    margin-bottom: 15px;
  }
}

.Register1939 .hidden-until-expanded {
  display: none;
}

.Register1939 .container.full-width-1939 {
  width: 100%!important;
  padding: 0;
}

.Register1939 .back-btn {
  position: relative;
  z-index: 80;
  font-size: 14px;
  padding: 8px 14px 7px;
  left: 10px;
  top: 3px;
}

.Register1939 .record-wrapper {
  margin-top: -45px;
  position: relative;
  z-index: 1;
}

.Register1939 .record-wrapper .locked {
  position: absolute;
  right: 20px;
  color: #b29e79;
}

@media (max-width:767px) {
  .Register1939 .record-wrapper .locked {
    position: inherit;
    display: block;
  }
}

.Register1939 .record-wrapper .locked b {
  font-weight: 400;
}

.Register1939 .record-wrapper .table-actions {
  font-size: 14px;
  white-space: initial;
}

.Register1939 .record-wrapper .table-actions>p {
  padding: 10px;
}

.Register1939 .record-wrapper .table-actions .dropdown-menu {
  width: 280px;
  border: 1px solid #a1a1a1;
  right: 0;
  left: auto;
  z-index: 1001;
}

.Register1939 .record-wrapper .table-actions .dropdown-menu:after,
.Register1939 .record-wrapper .table-actions .dropdown-menu:before {
  left: 50%;
}

.Register1939 .record-wrapper .table-actions .dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.Register1939 .record-wrapper .table-actions .dropdown-menu a {
  color: #242048;
  padding: 10px 0 0;
  font-size: 16px;
}

.Register1939 .record-wrapper .table-actions .dropdown-menu a:hover {
  background: #fff!important;
  color: #eff3f9!important;
}

.Register1939 .record-wrapper .table-actions .dropdown-menu span {
  color: #242048;
  padding-bottom: 10px;
  display: block;
  width: 260px;
  font-size: 14px;
  white-space: initial;
}

.Register1939 .record-wrapper .module-header--locked .dropdown-menu {
  right: -60px;
}

@media screen and (max-width:767px) {
  .Register1939 .record-wrapper .module-header--locked .dropdown-menu {
    right: 10px;
  }

  .Register1939 .record-wrapper .module-header--locked .dropdown-menu:after,
  .Register1939 .record-wrapper .module-header--locked .dropdown-menu:before {
    left: 90%;
  }
}

.Register1939 .container {
  background: 0 0;
  padding: 0;
}

.Register1939 h2,
.Register1939 h3 {
  color: #60a38e;
  letter-spacing: -1px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.Register1939 .relative-wrapper {
  position: relative;
  min-height: 70px;
  width: 100%;
}

@media (max-width:767px) {
  .Register1939 .relative-wrapper {
    min-height: 40px;
  }
}

.Register1939 .relative-left,
.Register1939 .relative-right {
  position: absolute;
  top: 10px;
}

.Register1939 .relative-left {
  left: 10px;
}

.Register1939 .relative-right {
  right: 10px;
}

.Register1939 .title-underlined {
  text-align: center;
}

.Register1939 .title-underlined h2 {
  text-align: center;
  font-size: 17px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #242048;
  margin: 40px 0 20px;
}

.Register1939 .title-underlined>p {
  font-size: 18px;
  margin-bottom: 20px;
}

.Register1939 .title-underlined>p span {
  font-size: 15px;
}

.Register1939 .record-module {
  background: #fff;
}

.Register1939 .record-module>div {
  position: relative;
}

.Register1939 .record-module>div .module-icon {
  background: #7c7c7c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -30px;
}

.Register1939 .record-module .header-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.Register1939 .record-module .header-background .header-background-inner {
  min-width: 100%;
  text-align: center;
  overflow: hidden;
  min-height: 100%;
}

.Register1939 .record-module-autobg {
  border-top: 1px solid #f3f0ec;
  padding-bottom: 100px;
  position: relative;
}

.Register1939 .record-module-autobg .locked {
  position: absolute;
  top: 10px;
}

@media (max-width:479px) {
  .Register1939 .record-module-autobg .locked b {
    display: none;
  }

  .Register1939 .module-table .table-content .table-row-removed {
    height: 53px;
  }
}

@media (max-width:767px) {
  .Register1939 .record-module .header-background .header-background-inner img {
    max-width: 767px;
    margin-left: -223px;
    margin-right: -224px;
  }

  .Register1939 .record-module-autobg {
    padding-bottom: 80px;
  }

  .Register1939 .relative-left,
  .Register1939 .relative-right {
    font-size: 12px;
    padding: 5px 10px 3px;
  }

  .Register1939 .relative-brand {
    right: 130px;
    width: 50px;
    margin-left: -30px;
  }

  .Register1939 .relative-tna {
    margin-top: 12px;
    right: 10px;
    position: absolute;
    width: 128px;
  }
}

.Register1939 .module-header {
  text-align: center;
  position: relative;
}

.Register1939 .module-header .header-title h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 20px;
}

@media (max-width:767px) {
  .Register1939 .module-header .header-title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.Register1939 .module-header .header-label {
  display: inline-block;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.Register1939 .module-header .header-label p {
  font-size: 14px;
  padding: 10px 20px;
  margin: 0;
}

.Register1939 .module-header .header-label p span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.Register1939 .module-header .header-info {
  min-height: 90px;
  position: relative;
}

.Register1939 .module-header .header-info .btn {
  position: absolute;
  right: 20px;
  width: auto;
  left: initial;
  top: 10px;
}

.Register1939 .module-header .header-info .btn-tree {
  right: 198px;
}

@media (max-width:767px) {
  .Register1939 .module-header .header-info .btn {
    position: static;
  }

  .Register1939 .module-header .header-info .btn-tree {
    margin-right: 10px;
  }
}

.Register1939 .module-header .header-info .btn-print {
  top: 51px;
}

@media (max-width:400px) {
  .Register1939 .module-header .header-info .btn-image span {
    display: none;
  }
}

.Register1939 .module-header .header-info .header-info-address {
  padding: 15px 20px;
  pointer-events: none!important;
  cursor: default;
  text-align: left;
}

.Register1939 .module-header .header-info p {
  margin: 0;
  padding-left: 70px;
  font-size: 18px;
  color: #242048;
}

.Register1939 .module-header .header-info .header-info-household {
  display: block;
  font-size: 24px;
  color: #242048;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}

.Register1939 .module-header .header-info .header-info-household span {
  font-size: 14px;
}

.Register1939 .module-header .header-info .header-info-icon {
  background: #7c7c7c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  height: 53px;
  width: 53px;
  display: inline-block;
  font-size: 32px;
  position: absolute;
}

.Register1939 .module-header .header-info .header-info-icon [class^="fa "] {
  margin-right: -1px;
}

.Register1939 .module-table {
  border: 0!important;
}

.Register1939 .module-table .table-content {
  display: table;
  width: 100%;
}

.Register1939 .module-table .table-content th {
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.Register1939 .module-table .table-content .table-column-group {
  display: table-column-group;
  background: #000;
}

.Register1939 .module-table .table-content .table-header-group {
  display: table-header-group;
}

.Register1939 .module-table .table-content .table-header-group>div {
  display: table-cell;
  padding: 10px;
  font-weight: 700;
}

@media (max-width:767px) {
  .Register1939 .module-table .table-content .table-header-group th {
    padding: 15px 7px!important;
  }
}

.Register1939 .module-table .table-content .table-row-group {
  display: table-row-group;
}

.Register1939 .module-table .table-content .table-row-group>div {
  display: table-cell;
  padding: 10px;
}

.Register1939 .module-table .table-content .table-row-group tr:hover td {
  background: #f0dfbf;
}

.Register1939 .module-table .table-content .table-row-group .table-row-removed:hover td {
  background: 0 0!important;
}

.Register1939 .module-table .table-content .table-row-group .highlight-individual:hover td {
  background: #f2c353;
}

.Register1939 .module-table .table-content .table-row-group td {
  vertical-align: middle;
}

.Register1939 .module-table .table-content .table-row-group td:first-child {
  width: 40px;
}

.Register1939 .module-table .table-content .table-row-group .locked-table-inhabitants td {
  font-weight: 700;
  color: #242048;
}

.Register1939 .module-table .table-content .table-row-group .locked-table-inhabitants .fa-lock {
  margin: 0 32px 0 12px;
  font-size: 20px;
  vertical-align: middle;
}

.Register1939 .module-table .table-content .table-row-group .locked-table-inhabitants .fa-eye-slash {
  margin: 0 27px 0 9px;
  font-size: 20px;
  vertical-align: middle;
}

.Register1939 .module-table .table-content .table-row-group .locked-table-inhabitants td:hover {
  background: 0 0;
}

.Register1939 .module-table .table-content .table-row-locked {
  cursor: default;
  color: Gray;
}

.Register1939 .module-table .table-content .table-row-locked.highlight-individual {
  pointer-events: initial!important;
}

.Register1939 .module-table .table-content .locked-overlay {
  position: relative;
}

@media (max-width:767px) {
  .Register1939 .module-table .table-content .table-row-group td {
    padding: 15px 7px!important;
  }

  .Register1939 .module-table .table-content .locked-overlay {
    width: 50px;
  }

  .Register1939 .module-table .table-content .locked-overlay span b {
    display: none;
  }
}

@media (min-width:768px) {
  .Register1939 .module-table .table-content .locked-overlay {
    width: 140px;
  }
}

.Register1939 .module-table .table-content .locked-overlay span {
  padding-right: 5px;
  color: #242048;
}

.Register1939 .module-table .table-content .locked-overlay span b {
  font-weight: 400;
}

.Register1939 .module-table .table-content .locked-overlay span>.fa {
  margin-right: 5px;
}

.Register1939 .module-table .table-content .highlight-individual .locked-overlay span {
  color: #242048!important;
}

.Register1939 .module-table .table-content .unlocked-overlay {
  width: 20px;
}

.Register1939 .module-table .table-content .highlight-individual i,
.Register1939 .module-table .table-content .table-row-selected i {
  color: #242048;
}

.Register1939 .module-table .table-content .table-row-removed {
  position: relative;
  pointer-events: none!important;
  cursor: default;
  color: #7c7c7c;
}

.Register1939 .footable.breakpoint>tbody>tr:hover:not(.footable-row-detail),
.Register1939 .footable>thead>tr>th.footable-sortable:hover,
.Register1939 .module-table .table-content .table-header-group th .select-individual,
.Register1939 .module-table .table-content .table-row-group .select-individual,
.gallery ol li {
  cursor: pointer;
}

.Register1939 .module-table .table-content .table-row-removed td {
  padding: 0;
  color: #7e7868;
}

@media (max-width:767px) {
  .Register1939 .module-table .table-content .table-row-removed td {
    padding: 0!important;
  }
}

.Register1939 .module-table .table-content .table-row-removed td span {
  margin: 5px 5px 5px 0;
  background-color: #e0dacd;
  padding: 5px 10px 5px 9px;
  display: block;
}

@media (max-width:767px) {
  .Register1939 .module-table .table-content .table-row-removed td span {
    margin: 8px 8px 8px 0;
    padding: 7px 10px 7px 9px;
  }
}

.Register1939 .module-table .table-content .table-row-removed td a {
  pointer-events: initial;
}

.Register1939 .module-table .table-content .table-row-removed td i {
  float: left;
  padding: 6px 22px 6px 15px;
  font-size: 18px;
  speak: none;
  font-variant: normal;
  background-color: #f3f0ec;
  margin: 5px 0 5px 5px;
}

@media (max-width:767px) {
  .Register1939 .module-table .table-content .table-row-removed td i {
    margin: 8px 0 8px 8px;
    padding: 8px 22px 8px 15px;
  }
}

@media (max-width:500px) {
  .Register1939 .module-table .table-content .table-row-removed td i {
    margin: 8px 0 8px 8px;
    padding: 18px 22px 18px 15px;
  }
}

.Register1939 .module-table .table-actions {
  position: relative;
  min-height: 80px;
}

.Register1939 .module-table .table-actions.table-row-occupants {
  min-height: 40px!important;
  padding: 10px 0!important;
  background: #f3f0ec;
}

@media (max-width:767px) {
  .Register1939 .module-table .table-actions {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}

.Register1939 .module-table .table-actions .record-tna-logo {
  width: 165px;
  height: 24px;
  margin-left: 10px;
}

.Register1939 .module-table .table-actions>div>p {
  padding: 15px 20px;
  margin-bottom: 0;
}

@media (min-width:769px) and (max-width:950px) {
  .Register1939 .module-table .table-actions>div>p {
    padding: 0 0 0 10px;
  }
}

@media (max-width:768px) {
  .Register1939 .module-table .table-actions>div>p {
    padding: 15px 0 0 5px;
  }
}

@media (max-width:320px) {
  .Register1939 .module-table .table-actions>div>p {
    padding: 45px 0 0 5px;
  }
}

.Register1939 .module-table .table-actions .btn-toolbar {
  padding: 10px;
  margin: 0;
}

.Register1939 .module-table .table-actions .btn-toolbar .btn-secondary {
  position: relative;
  display: inline-block;
}

@media (min-width:531px) and (max-width:979px) {
  .Register1939 .module-table .table-actions .btn-toolbar .btn-secondary {
    margin-bottom: 10px;
  }
}

.Register1939 .module-table .table-actions .btn-toolbar .btn-print {
  margin-left: 15px;
}

@media (max-width:979px) {
  .Register1939 .module-table .table-actions .btn-toolbar a {
    font-size: 14px;
  }
}

.Register1939 .module-table .table-actions .btn-toolbar .locked-report-query:hover {
  background: 0 0;
}

.Register1939 .module-table .table-actions .btn-group {
  margin: 0;
}

.Register1939 .module-table .table-actions .btn-group>.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media (max-width:479px) {
  .Register1939 .module-table .table-actions .btn-group>.btn span {
    display: none;
  }
}

.Register1939 .module-table .table-actions .btn-group>.btn .fa-ban {
  font-size: inherit;
}

.Register1939 .module-table .table-actions .btn-group>.btn:first-child {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 20px 0 0 20px;
}

.Register1939 .module-table .table-actions .btn-group>.btn:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  margin-left: -1px;
  border-radius: 0 20px 20px 0;
}

.Register1939 .module-table .table-actions .table-actions-center {
  text-align: center;
}

.Register1939 .module-table .table-actions .table-actions-center>div {
  display: inline-block;
}

.Register1939 .module-table .table-actions .table-actions-left {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  width: 50%;
}

@media (max-width:767px) {
  .Register1939 .module-table .table-actions .table-actions-left {
    position: initial;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
  }
}

.Register1939 .module-table .table-actions .table-actions-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 10px;
}

@media (min-width:768px) and (max-width:950px) {
  .Register1939 .module-table .table-actions .table-actions-right {
    right: 0;
    top: 31px;
  }
}

@media (max-width:767px) {
  .Register1939 .module-table .table-actions .table-actions-right {
    margin-top: 0;
    position: static;
    text-align: center;
  }
}

.Register1939 .module-table .table-actions .table-actions-right--row1,
.Register1939 .module-table .table-actions .table-actions-right--row2 {
  width: 60%;
  top: 10px;
  margin-top: 0;
  padding: 0;
  text-align: right;
  z-index: 2000;
}

@media (min-width:725px) and (max-width:767px) {
  .Register1939 .module-table .table-actions .table-actions-right--row1,
  .Register1939 .module-table .table-actions .table-actions-right--row2 {
    position: absolute;
  }
}

@media (min-width:551px) and (max-width:724px) {
  .Register1939 .module-table .table-actions .table-actions-right--row1,
  .Register1939 .module-table .table-actions .table-actions-right--row2 {
    position: relative;
    top: -15px;
    width: 100%;
  }
}

@media (max-width:550px) {
  .Register1939 .module-table .table-actions .table-actions-right--row1,
  .Register1939 .module-table .table-actions .table-actions-right--row2 {
    position: relative;
    top: 0;
    width: 100%;
  }
}

.Register1939 .module-table .table-actions .table-actions-right--row1:hover:before,
.Register1939 .module-table .table-actions .table-actions-right--row2:hover:before {
  bottom: 28px;
  border-width: 6px 6px 0;
}

.Register1939 .module-table .table-actions .table-actions-right--row1:hover:after,
.Register1939 .module-table .table-actions .table-actions-right--row2:hover:after {
  top: auto;
  bottom: 34px;
}

.Register1939 .module-table .table-actions .table-actions-right--row1 .tooltip-trans,
.Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans {
  display: inline;
}

@media (max-width:530px) {
  .Register1939 .module-table .table-actions .btn-toolbar .btn-secondary {
    magin-bottom: -2px;
  }

  .Register1939 .module-table .table-actions .table-actions-right--row1 .tooltip-trans,
  .Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans {
    display: inline-block;
  }
}

.Register1939 .module-table .table-actions .table-actions-right--row1 .tooltip-trans:hover:after,
.Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans:hover:after {
  background: #333;
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  bottom: 36px;
  top: auto;
  color: #fff;
  content: "\201C" attr(title) "\201D";
  right: 0;
  text-align: left;
  padding: 5px 15px;
  position: absolute;
  z-index: 2000;
  width: 180px;
}

.Register1939 .module-maps .container .multimaps,
.Register1939 .module-zoom .container .zoomnail img {
  background: #f3f0ec;
}

.Register1939 .module-table .table-actions .table-actions-right--row1 .tooltip-trans:hover:before,
.Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0;
  bottom: 30px;
  content: "";
  right: 23px;
  position: absolute;
  z-index: 99;
}

.Register1939 .module-table .table-actions .table-actions-right--row2 {
  top: 48px;
}

@media (min-width:725px) and (max-width:767px) {
  .Register1939 .module-table .table-actions .table-actions-right--row2 {
    top: 48px;
  }
}

@media (min-width:551px) and (max-width:724px) {
  .Register1939 .module-table .table-actions .table-actions-right--row2 {
    top: -10px;
  }
}

@media (max-width:550px) {
  .Register1939 .module-table .table-actions .table-actions-right--row1 .tooltip-trans:hover:after,
  .Register1939 .module-table .table-actions .table-actions-right--row1 .tooltip-trans:hover:before,
  .Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans:hover:after,
  .Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans:hover:before {
    display: none;
  }

  .Register1939 .module-table .table-actions .table-actions-right--row2 {
    top: 4px;
  }
}

.Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans:hover:after {
  bottom: auto;
  top: 36px;
}

.Register1939 .module-table .table-actions .table-actions-right--row2 .tooltip-trans:hover:before {
  border-width: 0 6px 6px;
  top: 30px;
}

.Register1939 .module-table .table-actions .ref-ed-code {
  display: block;
}

.Register1939 .module-cta {
  padding-top: 55px;
  text-align: left;
}

.Register1939 .module-cta h2 {
  color: #242048;
}

.Register1939 .module-cta p {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}

.Register1939 .module-cta .btn .fa {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  .Register1939 .module-cta {
    padding: 40px 10px;
    text-align: center;
  }
}

.Register1939 .module-collage {
  padding-top: 25px;
  overflow: hidden;
  border-bottom: 2px solid #7c7c7c;
  margin-top: 5px;
}

@media screen and (max-width:767px) {
  .Register1939 .module-collage {
    border-bottom: none;
    padding-top: 0;
    height: auto;
  }
}

.Register1939 .module-collage h2 {
  color: #242048;
  line-height: 34px;
}

.Register1939 .record-module-shift-apply {
  padding: 120px 0 20px;
  margin: -220px 0 -80px;
}

@media (max-width:767px) {
  .Register1939 .record-module-shift-apply {
    margin: -200px 0 -80px;
  }
}

.Register1939 .record-module-shift-clear h2 {
  margin-top: 100px;
}

.Register1939 .module-zoom .container .zoomnail {
  width: 320px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.Register1939 .module-zoom .container .btn-group {
  margin-top: 20px;
}

.Register1939 .module-maps .map-wrapper {
  position: relative;
}

.Register1939 .module-maps .map-wrapper[data-id=locked_map] {
  height: 320px;
  overflow: hidden;
}

.Register1939 .module-maps .map-wrapper[data-id=locked_map] p {
  position: absolute;
  font-weight: 100;
  font-size: 42px;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  color: #7c7c7c;
}

@media (max-width:767px) {
  .Register1939 .module-zoom .container .zoomnail {
    width: 100%;
  }

  .Register1939 .module-related .related-card .image,
  .Register1939 .module-related .related-card .text {
    display: table-cell;
    vertical-align: top;
  }

  .Register1939 .module-maps .map-wrapper[data-id=locked_map] p {
    font-size: 32px;
  }
}

@media (max-width:380px) {
  .Register1939 .module-maps .map-wrapper[data-id=locked_map] p {
    margin-top: 20%;
  }
}

.Register1939 .module-maps .map-wrapper[data-id=locked_map] img {
  width: 100%!important;
}

.Register1939 .module-infographics .infographic-app {
  margin-top: 30px;
  background: #f8f6f3;
  border: 1px solid #e0dacd;
}

.Register1939 .module-fashion #fashion-carousel {
  background-color: none;
  margin: 0 auto;
  overflow: hidden;
}

.Register1939 .module-fashion #fashion-carousel .carousel-indicators-wrapper {
  right: 0;
  top: initial;
  bottom: -30px;
  width: 100%;
  position: absolute;
}

.Register1939 .module-fashion #fashion-carousel .carousel-indicators-wrapper .carousel-indicators {
  margin: 0 auto;
  display: inline-block;
  position: initial;
}

.Register1939 .module-fashion #fashion-carousel .carousel-indicators-wrapper .carousel-indicators li {
  background: #f3f0ec;
  border-radius: 50%;
  padding: 2px;
}

.Register1939 .module-fashion #fashion-carousel .carousel-indicators-wrapper .carousel-indicators li:first-child {
  margin-left: 0;
}

.Register1939 .module-fashion #fashion-carousel .carousel-indicators-wrapper .carousel-indicators li.active {
  background: #f3f0ec;
}

.Register1939 .module-fashion #fashion-carousel .carousel-control {
  color: #7c7c7c;
  background: 0 0;
  font-size: 32px;
  margin: 0;
  border: 0;
  top: 45%;
}

.Register1939 .module-fashion #fashion-carousel .carousel-control:hover {
  opacity: 1;
}

.Register1939 .module-fashion #fashion-carousel .carousel-control.left {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: -40px!important;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
}

.Register1939 .module-fashion #fashion-carousel .carousel-control.left span {
  position: absolute;
  top: 24px;
  left: 33px;
}

.Register1939 .module-fashion #fashion-carousel .carousel-control.right {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: -37px!important;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
}

.Register1939 .module-fashion #fashion-carousel .carousel-control.right span {
  position: absolute;
  top: 24px;
  right: 26px;
}

@media (max-width:767px) {
  .Register1939 .module-fashion #fashion-carousel {
    width: 100%;
  }

  .Register1939 .module-fashion #fashion-carousel .carousel-control.left,
  .Register1939 .module-fashion #fashion-carousel .carousel-control.right {
    background: 0 0;
  }
}

.Register1939 .module-fashion #fashion-carousel .carousel-inner {
  height: 100%;
  overflow: hidden;
  padding-bottom: 6px;
}

.Register1939 .module-fashion #fashion-carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.Register1939 .module-fashion #fashion-carousel .carousel-inner .item .item-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  text-align: left;
}

.Register1939 .module-fashion #fashion-carousel .carousel-inner .item .item-content h4 {
  margin: 20px 20px 10px;
  font-size: 17px;
  font-weight: 700;
  color: #242048;
}

.Register1939 .module-fashion #fashion-carousel .carousel-inner .item .item-content p {
  margin: 0 20px 20px;
  font-size: 14px;
}

.Register1939 .module-fashion #fashion-carousel .carousel-inner .item .item-image {
  width: 60%;
  position: relative;
}

.Register1939 .module-fashion #fashion-carousel .carousel-inner .item .item-image img {
  width: 100%;
}

.Register1939 .module-about {
  padding: 20px;
}

.Register1939 .module-about p {
  font-size: 17px;
  padding: 10px 0;
}

.Register1939 .module-about .fa {
  margin-left: 10px;
}

.Register1939 .module-breadcrumb {
  padding: 20px;
}

.Register1939 .module-breadcrumb ul {
  margin-left: 0;
}

.Register1939 .module-breadcrumb ul li {
  display: inline;
  font-size: 17px;
}

.Register1939 .module-breadcrumb ul li:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  content: "\f054";
  font-size: 20px;
  height: 20px;
  padding: 0 10px;
  color: #242048;
  vertical-align: bottom;
}

.Register1939 .related-card {
  background: #242048;
  position: relative;
}

.Register1939 .related-card .image {
  position: relative;
}

.Register1939 .related-card .image .overlay {
  position: absolute;
  display: none;
  background: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: .6;
}

.Register1939 .related-card .image .overlay .fa {
  font-size: 60px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -25px;
  position: absolute;
}

.Register1939 .related-card:hover .overlay {
  display: block;
}

.Register1939 .related-card .text p {
  margin: 0;
  padding: 20px;
  color: #fff;
  text-align: left;
}

@media (max-width:767px) {
  .Register1939 .related-card {
    margin-bottom: 20px;
  }
}

.Register1939 .module-header {
  background: #000;
  border-bottom: 4px solid #7c7c7c;
}

.Register1939 .module-header .header-info,
.Register1939 .module-header .header-label {
  background: #f3f0ec;
}

.Register1939 .module-header .header-title h1 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 3px #000;
}

.Register1939 .module-header .header-label h2 {
  color: #242048;
}

.Register1939 .module-header--locked {
  border: none;
  background: #fff;
  min-height: 75px;
}

.Register1939 .module-header--locked .table-actions .table-actions-right--row1,
.Register1939 .module-header--locked .table-actions .table-actions-right--row2 {
  width: 100%;
  position: relative;
}

.Register1939 .module-header--locked .table-actions .table-actions-right--row1 {
  top: -20px;
}

.Register1939 .module-header--locked .table-actions .table-actions-right--row2 {
  top: -4px;
}

.Register1939 .module-shop-item {
  box-sizing: border-box;
  display: block;
  border: 1px solid #f9e9c7;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #242048;
  width: 100%;
  background: 0 0;
  min-height: 330px;
}

@media screen and (max-width:767px) {
  .Register1939 .module-shop-item {
    border: none;
    border-bottom: 1px solid #f9e9c7;
  }
}

.Register1939 .module-shop-item p {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 22px;
}

.Register1939 .module-shop-item img {
  margin-top: 20px;
  max-height: 182px;
}

.Register1939 .module-shop-item .btn {
  margin: 10px 0;
}

.Register1939 .module-shop-item form {
  margin: 0;
}

.Register1939 .module-shop-item-comp {
  background: #fff9ec;
  position: relative;
  overflow: hidden;
  padding: 0 110px 40px;
}

.Register1939 .module-shop-item-comp .comp-content {
  position: absolute;
  width: 320px;
  top: 30px;
  background: rgba(255,249,236,.5);
  margin-left: -160px;
  left: 50%;
}

.Register1939 .module-shop-item-comp .comp-content>em {
  display: block;
  color: #242048;
  margin: 5px 0;
  line-height: 18px;
}

.ie8 .Register1939 .module-shop-item-comp .comp-content {
  top: -150px;
}

.Register1939 .module-shop-item-comp .comp-img {
  margin: 0;
  position: absolute;
  height: 339px;
  max-height: none;
}

.Register1939 .module-shop-item-comp .comp-logo {
  height: 75px;
}

.Register1939 .module-shop-item-comp .comp-img-mug {
  top: -190px;
  left: -170px;
}

.ie8 .Register1939 .module-shop-item-comp .comp-img-mug {
  top: -350px;
}

.Register1939 .module-shop-item-comp .comp-img-cushion {
  bottom: -230px;
  right: -180px;
}

.ie8 .Register1939 .module-shop-item-comp .comp-img-cushion {
  bottom: -50px;
}

.Register1939 .module-shop-item-comp .comp-img-bag {
  bottom: -220px;
  left: -190px;
}

.ie8 .Register1939 .module-shop-item-comp .comp-img-bag {
  bottom: -50px;
}

.Register1939 .module-shop-item-comp .comp-img-towel {
  top: -220px;
  right: -180px;
}

.ie8 .Register1939 .module-shop-item-comp .comp-img-towel {
  top: -350px;
}

.Register1939 .module-shop-item-comp .btn {
  padding: 10px 30px;
  margin-top: 20px;
  background: #fff9ec;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}

.Register1939 .module-table h1 {
  margin: 0 0 20px;
}

.Register1939 .module-table table {
  background: #f3f0ec;
}

.Register1939 .module-table .table-content {
  font-weight: 400;
}

.Register1939 .module-table .table-content .table-header-group th tr,
.Register1939 .module-table .table-content .table-row-group tr {
  border-bottom: 1px solid #f3f0ec;
}

.Register1939 .module-table .table-content .highlight-individual td,
.Register1939 .module-table .table-content .table-row-selected {
  background: #7c7c7c;
  color: #242048;
  font-weight: 400;
}

.Register1939 .module-table .table-content .highlight-individual:hover {
  background: #7c7c7c;
}

.Register1939 .module-table .table-content .highlight-individual td .fa {
  color: #242048;
  font-weight: 400;
}

.Register1939 .module-table .table-actions {
  background: #f3f0ec;
}

.Register1939 .module-table .table-actions .btn {
  margin: 10px 0 15px;
}

@media (max-width:530px) {
  .Register1939 .module-table .table-actions .btn {
    margin: 2px;
  }
}

.Register1939 .module-table .table-actions .btn-toolbar>a {
  float: right;
  bottom: 15px;
  position: relative;
  color: #242048;
}

.Register1939 th[data-id=Sex] {
  width: 50px;
}

.Register1939 th[data-id=DOB] {
  width: 90px;
}

.Register1939 .footable>thead>tr>td,
.Register1939 .footable>thead>tr>th {
  position: relative;
}

.Register1939 .footable {
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  color: #444;
}

.Register1939 .footable.breakpoint>tbody>tr>td.expand>.record-chevron {
  float: right;
  color: #242048;
}

.Register1939 .footable.breakpoint>tbody>tr>td.expand>.record-chevron:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  content: "\f054";
  font-size: 20px;
  height: 20px;
  margin-right: 10px;
}

.Register1939 .highlight-individual .locked-overlay .record-chevron:before,
.Register1939 .locked-overlay .record-chevron:before {
  color: #242048;
}

.Register1939 .footable.breakpoint>tbody>tr.footable-detail-show>td.expand>.record-chevron:before {
  content: "\f078";
}

.Register1939 .footable.breakpoint>tbody>tr.footable-row-detail {
  background: #eee;
}

.Register1939 .footable>tbody>tr>td,
.Register1939 .footable>thead>tr>th {
  padding: 10px;
  text-align: left;
}

@media (min-width:768px) and (max-width:950px) {
  .Register1939 .footable>tbody>tr>td,
  .Register1939 .footable>thead>tr>th {
    padding: 3px;
  }
}

.Register1939 .footable>tbody img {
  vertical-align: middle;
}

.Register1939 .footable>thead>tr>th>span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/jquery-footable/0.1.0/css/img/sorting_sprite.png) top left no-repeat;
}

.Register1939 .footable>thead>tr>th.footable-sorted>span.footable-sort-indicator {
  background-position: 0 -16px;
}

.Register1939 .footable>thead>tr>th.footable-sorted-desc>span.footable-sort-indicator {
  background-position: 0 -32px;
}

.Register1939 .footable-row-detail-inner {
  border: 1px solid #f3f0ec;
  background: #f3f0ec;
  float: left;
  width: 100%;
}

.Register1939 .footable-row-detail-inner dl {
  float: left;
  width: 50%;
  font-size: 14px;
}

.Register1939 .footable-row-detail-inner dd,
.Register1939 .footable-row-detail-inner dt {
  padding: 0 20px;
}

.Register1939 .footable-row-detail-inner dt {
  text-transform: uppercase;
}

.Register1939 .footable-row-detail-inner dd {
  margin: 0;
}

.Register1939 .table-row-locked:focus,
.Register1939 .table-row-locked:hover td {
  background: 0 0!important;
}

.ie8 .record-ribbon-core {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483)";
  left: -20px!important;
  top: -20px!important;
}

.ie .record-module .highlight-individual {
  background: #7c7c7c;
}

@media (max-width:767px) {
  .ie .table-actions-right {
    width: 100%;
  }
}

.transcription-btn-1939.preview-btn {
  padding-left: 14px;
  display: inline;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.transcription-btn-1939.preview-btn .fa {
  font-size: 14px!important;
  padding-bottom: 8px;
  padding-top: 8px;
}

@media (max-width:979px) {
  .transcription-btn-1939.preview-btn .fa {
    padding-right: 14px!important;
  }

  .transcription-btn-1939 .mobile-border {
    border-right: 1px solid #fff;
  }
}

.gallery .carousel {
  margin-bottom: 0;
}

.gallery .carousel .carousel-inner {
  background: #242048;
}

.gallery .carousel .item {
  background: #242048;
  margin-bottom: 100px;
  width: 100%;
}

@media (max-width:480px) {
  .gallery .carousel .item {
    max-height: none;
  }
}

.gallery .carousel .item .carousel-caption {
  position: absolute!important;
  bottom: -100px!important;
}

@media (max-width:599px) {
  .gallery .carousel .item {
    margin-bottom: 200px!important;
  }

  .gallery .carousel .item .carousel-caption {
    bottom: -200px!important;
  }
}

.gallery .newspaperCarousel .carousel-image {
  max-height: 548px;
  overflow: hidden;
}

@media (max-width:415px) {
  .gallery .newspaperCarousel .carousel-image {
    max-height: 255px;
  }
}

@media (max-width:320px) {
  .gallery .newspaperCarousel .carousel-image {
    max-height: 197px;
  }
}

.gallery .galleryCarousel img {
  max-height: 548px;
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width:415px) {
  .gallery .galleryCarousel img {
    max-height: 255px;
  }
}

.gallery .carousel-caption {
  position: relative;
  background: #242048;
  padding: 20px;
  border-top: 1px solid #f3f0ec;
}

@media (max-width:599px) {
  .gallery .carousel-caption {
    padding: 15px;
  }
}

.gallery .carousel-caption .carousel-copyright {
  position: absolute;
  top: -1px;
  right: 0;
  color: #fff;
  background: #000;
  padding: 0;
  opacity: .75;
  filter: alpha(opacity=75);
  line-height: 18px;
  width: 100%;
}

.gallery .carousel-caption .carousel-copyright i {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  display: block;
  float: left;
  background: #000;
  text-align: right;
  font-size: 11px;
}

.gallery .carousel-caption h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 145px;
  text-align: left;
}

@media (max-width:599px) {
  .gallery .carousel-caption h4 {
    margin-right: 0;
  }
}

.gallery .carousel-caption p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 145px;
  text-align: left;
}

@media (max-width:974px) {
  .gallery .carousel-caption p {
    padding-left: 0;
    padding-right: 0;
  }
}

.gallery .num {
  position: absolute;
  bottom: 43px;
  right: 130px;
  color: #fff;
  font-size: 16px;
}

@media (max-width:599px) {
  .gallery .carousel-caption p {
    margin-right: 0;
    margin-bottom: 60px;
  }

  .gallery .num {
    bottom: 33px;
  }
}

.gallery .carousel-control {
  border: 2px solid #f3f0ec;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  color: #f3f0ec;
  position: absolute;
  bottom: 30px;
  top: auto;
  left: auto;
  font-size: 2pc;
  width: 36px;
  height: 36px;
}

@media (max-width:599px) {
  .gallery .carousel-control {
    bottom: 20px;
  }
}

.gallery .carousel-control i {
  padding-top: 1px;
  margin: 0!important;
  width: auto!important;
}

.gallery .carousel-control.right {
  right: 20px;
}

.gallery .carousel-control.right i:before {
  margin-left: 3px;
}

.gallery .carousel-control.left {
  right: 75px;
}

.gallery .carousel-control.left i:before {
  margin-right: 3px;
}

.gallery .carousel-control:hover {
  text-decoration: none!important;
  background-color: rgba(248,246,243,.75);
  color: #242048;
}

.gallery .carousel-indicators li {
  background-color: #7c7c7c;
  background-color: rgba(201,190,167,.75);
  border: 1px solid #7c7c7c;
}

.gallery .carousel-indicators .active {
  background-color: #f3f0ec;
}

.gallery ol li {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.free-view-notification {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #60a38e;
  height: 36px;
  padding-top: 9px;
  text-align: center;
  z-index: 2000;
}

.free-view-notification-image {
  padding-top: 10px;
}

.free-view-notification p,
.last-free-view-notification-image {
  color: #000;
}

.free-view-notification a {
  color: #000;
  text-decoration: underline;
}

@media (max-width:480px) {
  .free-view-notification a {
    display: none;
  }
}

.free-view-notification button {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  border: none;
  font-size: 1.25em;
}

.last-free-view-notification {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2000;
  background-color: #60a38e;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.last-free-view-notification>p {
  margin-bottom: 20px;
}

.last-free-view-notification .button,
.last-free-view-notification button {
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
}

.last-free-view-notification button {
  width: 150px;
}

.last-free-view-notification .button {
  display: inline-block;
  width: 108px;
  height: 16px;
  position: relative;
  bottom: -4px;
}

.last-free-view-notification-image .button {
  width: 150px;
  height: 38px;
}

.inline-mobile {
  display: inline;
  margin-right: 20px;
}

@media (max-width:768px) {
  .inline-mobile {
    display: block;
  }
}

.last-free-view-notification .primary-btn {
  color: #fff;
  border: 1px solid #046eaa;
  background-color: #046eaa;
}

.last-free-view-notification .secondary-btn {
  color: #000;
  border: 1px solid #000;
  background: 0 0;
}

.last-free-view-notification img {
  width: 100px;
  margin-bottom: 20px;
}

.last-free-view-notification-minimized {
  display: none;
  height: 36px;
  padding-bottom: 0;
  padding-top: 10px;
}

@media (max-width:768px) {
  .last-free-view-notification-minimized {
    height: 0;
    padding: 0;
  }
}

.last-free-view-notification-minimized a,
.last-free-view-notification-minimized a:hover {
  color: #fff;
  background-color: #046eaa;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  width: 150px;
}

.free-view-pop-up-blurred {
  z-index: 2000;
  background-color: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.free-view-pop-up {
  background-color: #fff;
  position: fixed;
  color: #2e2c25;
  top: 30vh;
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  z-index: 2001;
  text-align: center;
  border-radius: 5px;
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);
}

@media (max-width:1080px) {
  .free-view-pop-up {
    width: 84%;
    min-height: 350px;
  }
}

.free-view-pop-up img {
  max-width: 160px;
}

.free-view-pop-up-header {
  min-height: 150px;
}

.free-view-pop-up-content {
  background-color: #60a38e;
  padding-bottom: 35px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.free-view-pop-up-content-top {
  font-size: 18px;
  padding-top: 30px;
}

.free-view-pop-up-content-description {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.free-view-pop-up-content .free-view-pop-up-primary-btn {
  color: #000;
  border: 1px solid #000;
  background-color: #60a38e;
  padding: 8px 35px;
  width: 150px;
  height: 38px;
  font-weight: bolder;
  border-radius: 5px;
}

.free-view-pop-up-primary-btn-pad {
  margin-bottom: 20px;
}

.free-view-pop-up-content .free-view-pop-up-secundary {
  color: #000;
  font-weight: bolder;
}

@media print {
  #SiteHeader,
  .Register1939 .gallery,
  .Register1939 .header-actions,
  .Register1939 .header-background,
  .Register1939 .header-label,
  .Register1939 .module-about,
  .Register1939 .module-gallery-photos,
  .Register1939 .module-infographics,
  .Register1939 .module-lifein,
  .Register1939 .module-maps,
  .Register1939 .module-recordset,
  .Register1939 .module-shop,
  .back-to-results {
    display: none!important;
  }

  .Register1939 .header-info,
  .Register1939 .header-title,
  .Register1939 .module-table .table-content .table-row-removed td,
  .Register1939 .table-actions {
    text-align: left!important;
  }

  .Register1939 .module-header .header-title h1 {
    margin: 50px 0 0;
  }

  .Register1939 .module-header .header-info {
    min-height: 10px;
  }

  .Register1939 .module-table .table-content th {
    text-transform: capitalize;
    font-weight: 700;
  }

  .Register1939 .module-table .table-actions .table-actions-left {
    top: 0;
    margin-top: 10px;
  }

  .Register1939 i {
    font-size: 1px;
    line-height: 1px;
    padding: 0;
  }

  .Register1939 table {
    border-collapse: collapse;
    border-spacing: 2px;
  }

  .Register1939 .footable>tbody>tr>td,
  .Register1939 .footable>thead>tr>th {
    padding: 7px!important;
    margin: 0;
    line-height: 12px!important;
  }

  .Register1939 .module-header {
    border-bottom: 0;
  }

  .Register1939 .flat-shadow:after {
    height: 0;
  }

  .Register1939 .record-module-autobg {
    padding-bottom: 50px;
  }

  .logos-print-1939 {
    width: 100%;
  }

  .logos-print-1939 :first-child {
    float: right!important;
    margin-top: 20px;
    width: 200px;
  }

  .logos-print-1939 :nth-child(2) {
    width: 200px;
  }
}

@media (max-width:560px) {
  .modal {
    border-bottom: 69px solid rgba(0,0,0,.2);
  }

  #modal-node {
    text-align: center;
  }
}

#modal-node {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #d5cbbd;
  font-size: 20px;
  background: #f7f7f7;
}

.modal-content {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.filter-modal__actions,
.node__record {
  overflow: hidden;
}

#modal-footer {
  position: relative;
  z-index: 10;
  border-top: 1px solid #d5cbbd;
}

#modal-footer:after,
#modal-footer:before {
  display: table;
  content: "";
  line-height: 0;
}

#modal-node .node__image {
  margin: 9px 9px 0;
  width: 70px;
  height: 70px;
}

@media (max-width:560px) {
  #modal-node .node__image {
    margin: 5px 10px 0;
    width: 45px;
    height: 45px;
  }
}

#modal-node .node__image[src$='_male.png'] {
  background: #7fb6d5;
}

#modal-node .node__image[src$='female.png'] {
  background: #e67f7f;
}

#modal-node .node__name {
  margin-top: 21px;
  font-size: 24.5px;
  line-height: 1.2;
}

@media (max-width:560px) {
  #modal-node .node__name {
    margin-top: 2px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.181818182;
  }
}

#modal-node .node__dates,
#modal-node .node__info {
  display: block;
  font-size: 14px;
  padding-right: 40px;
  line-height: 1.214285714;
}

#modal-node .node__body {
  margin: 0 9px 9px;
}

@media (max-width:560px) {
  #modal-node .node__body {
    margin: 10px 9px 5px 10px;
  }
}

.filter-modal__header {
  padding: 0 10px;
  background: #fff;
}

.filter-modal__header:after,
.filter-modal__header:before {
  display: table;
  content: "";
  line-height: 0;
}

.ie8 .filter-modal__header,
.ie9 .filter-modal__header {
  padding-right: 0;
  padding-left: 0;
}

.filter-modal__header:last-child {
  padding-bottom: 10px;
}

.form-section .filter-modal__header {
  padding: 0;
}

.filter-modal__title {
  float: left;
  margin: 10px 0 5px;
  color: #666;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
}

.filter-modal__title em,
.filter-modal__title span {
  font-weight: 400;
}

.filter-modal__or {
  position: relative;
  clear: left;
  margin: 0 0 -5px;
}

.leaflet-control,
.node:after,
.node__body:after {
  clear: both;
}

.filter-modal__or:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -1px;
  width: 100%;
  border-top: 2px solid #f3f0ec;
  content: '';
}

.filter-modal__or em {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: #666;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  line-height: 1.428571429;
}

.filter-modal__info {
  float: right;
  text-align: right;
  margin: 12px 0 0;
  font-weight: 700;
  font-size: 12px;
}

span.filter-modal__info {
  color: #dcd7d2;
  font-weight: 400;
}

.filter-modal__search {
  float: right;
  margin: 6px -4px 6px 6px;
}

.filter-modal__search .add-on {
  visibility: hidden;
  margin: 0;
  padding-left: 0;
}

.filter-modal__search .add-on:first-child {
  visibility: visible;
  padding-right: 0;
  padding-left: 5px;
}

.filter-modal__search input {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
}

.filter-modal .input-small {
  width: 107px;
}

.filter-modal .alert {
  margin: 0;
}

.filter-modal .timeline {
  margin: 0 10px;
}

.filter-modal__list {
  margin: 0;
  list-style: none;
}

.filter-modal__list .node {
  margin: 0;
}

.filter-modal__list li:first-child {
  border: 0;
}

.filter-modal__list li {
  list-style: none;
  border-top: 1px solid #f3f0ec;
}

.filter-modal__list+.form-section {
  border-top: 2px solid #f3f0ec!important;
}

.filter-modal__list .divider {
  border: 1px solid #d5cbbd;
}

.filter-modal__list .divider+li,
.filter-modal__list li:first-child {
  border: 0;
}

.filter-modal__list--facts a {
  display: block;
  padding: 7px 15px 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
}

.no-touch .filter-modal__list--facts a:hover {
  background: #f3f0ec;
}

.modal__close {
  border-radius: 50%;
  -o-transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #507097;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.modal__close:focus,
.no-touch .modal__close:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #7793b4;
  color: #fff;
  text-decoration: none;
}

.filter-modal__actions a {
  -webkit-transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.6071429%;
  height: 93px;
  border: 1px solid #222;
  border-left-color: #dcd7d2;
  background: #636363;
  color: #fff;
  text-align: center;
}

.filter-modal__actions a:first-child {
  width: 16.9642857%;
  border-left-color: #222;
}

.filter-modal__actions.no-hints a {
  width: 20%;
}

.filter-modal__actions a:focus,
.no-touch .filter-modal__actions a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #222;
  color: #fff;
}

.filter-modal__actions a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.fmpc-payment__button,
.node__image-edit:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.filter-modal__actions i {
  display: block;
  margin: 15px 0 5px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

@media (max-width:560px) {
  .filter-modal__actions a {
    height: 74px;
  }

  .filter-modal__actions span {
    display: none;
  }
}

.list-view .filter-modal__actions .fa-sitemap,
.pedigree-view .filter-modal__actions .fa-sitemap {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.filter-modal__actions .gary {
  background: #59aa68;
}

#pageJumpNav {
  margin: 0 auto;
  position: relative;
  top: 3px;
  height: 0;
  z-index: 1000;
  width: 290px;
}

#pageJumpNav form {
  margin: 0;
}

#pageJumpNav input {
  margin-bottom: 0;
  padding: 4px 12px;
  border: 1px solid #f3f0ec;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-size: 14px!important;
  line-height: 14px!important;
  height: 35px;
}

#pageJumpNav #ImgNum,
#pageJumpNav span {
  line-height: 14px!important;
  border: 1px solid #f3f0ec;
  float: left;
  height: 30px;
  text-decoration: none;
}

#pageJumpNav #ImgNum {
  width: 75px!important;
  padding: 4px 12px;
  color: #242048;
}

#pageJumpNav #ImgNum.maxPageError {
  background-color: #df9158;
  color: #fff;
}

#pageJumpNav span {
  cursor: default;
  padding: 7px 12px;
  background-color: #fff;
  color: #242048;
}

#pageJumpNav ul li {
  float: left;
  width: auto;
}

#pageJumpNav ul li a:active,
#pageJumpNav ul li a:focus,
#pageJumpNav ul li a:hover,
#pageJumpNav ul li a:link,
#pageJumpNav ul li a:visited {
  background-color: #fff;
  color: #adc3e2;
  font-weight: 700;
  font-size: 2em;
}

#pageJumpNav ul li a:active,
#pageJumpNav ul li a:focus,
#pageJumpNav ul li a:hover {
  background-color: #adc3e2;
  color: #fff;
}

#pageJumpNav ul li button {
  height: 30px;
  line-height: 16px;
  font-weight: 700;
  margin-left: 1em;
}

@media (max-width:544px) {
  #pageJumpNav.pagination ul {
    bottom: 35px;
    position: relative;
    width: 280px;
  }
}

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

.dropdown-related a.dropdown-toggle {
  font-size: 12px!important;
  background: 0 0!important;
}

.dropdown-related a.dropdown-toggle span {
  margin-left: 0;
}

.dropdown-related .dropdown-menu {
  max-width: 380px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-related .dropdown-menu li.heading {
  font-weight: 700;
  color: #242048;
  margin: 7px 14px;
}

.dropdown-related .dropdown-menu li.heading span {
  margin: 0;
}

.dropdown-related .dropdown-menu .divider {
  background-color: #dcd7d2;
  border-bottom: 1px solid #dcd7d2;
}

.dropdown-related .dropdown-menu:after,
.dropdown-related .dropdown-menu:before {
  border-width: 0;
}

.dropdown-related .dropdown-menu>li.current {
  color: #fff;
  background: #242048;
}

.dropdown-related .dropdown-menu>li.current>a {
  color: #507097;
}

.dropdown-related .dropdown-menu>li>a {
  display: block;
  margin-left: 0;
  color: #507097;
}

.dropdown-related .dropdown-menu>li>a:hover {
  background-color: #507097;
  color: #fff;
}

.dropdown-related .dropdown-menu>li>span {
  margin-left: 0;
  padding: 5px 14px;
}

.dropdown-related.open a.dropdown-toggle .caret {
  border-top-color: #dcd7d2;
  border-bottom-color: #dcd7d2;
}

.dropdown-related .dropdown-menu.pull-right:before {
  left: 9px!important;
  left: inherit!important;
}

.dropdown-related .dropdown-menu.pull-right:after {
  right: 10px!important;
  left: inherit!important;
}

.dropup .dropdown-toggle {
  position: relative;
  top: -2px;
}

.dropup .dropdown-toggle .caret {
  position: relative;
  top: 7px;
}

#viewerElement,
.viewerInner div>div {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.eod .advance-search-form .form-horizontal {
  background: 0 0!important;
}

.eod .advance-search-form .form-horizontal .control-group {
  padding: 5px 14px 10px;
}

.eod .advance-search-form .form-horizontal .control,
.eod .form-horizontal input[type=number],
.eod .form-horizontal input[type=tel],
.eod .form-horizontal input[type=text],
.eod .form-horizontal select,
.eod .form-horizontal textarea {
  width: 95%;
}

.eod .form-horizontal select {
  max-width: 120px;
}

.eod .form-horizontal .eod-dob {
  max-width: 113px;
}

.eod .form-horizontal .eod-additional {
  max-width: 365px;
}

.eod .field-validation-error {
  width: 95%;
  margin-bottom: 0;
}

.eod .label--mini {
  text-transform: none;
}

.eod .btn,
.eod .upload-btn::-webkit-file-upload-button {
  border: 0;
  color: #fff;
  border-radius: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 8px 19px 6px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 0 0 transparent!important;
  text-decoration: none;
}

.eod .upload-btn::-webkit-file-upload-button {
  background: #242048;
}

.eod .upload-btn::-webkit-file-upload-button:hover {
  background: #507097;
}

.eod .upload-btn::-webkit-file-upload-button:active,
.eod .upload-btn::-webkit-file-upload-button:focus {
  background: #507097;
  margin-top: 3px;
  border-bottom: 0;
}

.eod input[type=file].upload-btn {
  height: 35px;
  line-height: 35px;
}

.eod .advance-search-form .form-horizontal .form-actions {
  padding: 10px 14px!important;
}

.cms-1939-register .partner-icon,
.cms-address-results-for-1939-register .partner-icon,
.cms-results-for-1939-register .partner-icon,
.cms-street-results-for-1939-register .partner-icon {
  width: 293px;
}

.cms-1939-register h1,
.cms-address-results-for-1939-register h1,
.cms-results-for-1939-register h1,
.cms-street-results-for-1939-register h1 {
  margin-right: 300px;
}

@media (max-width:520px) {
  .cms-1939-register h1,
  .cms-1939-register h3,
  .cms-address-results-for-1939-register h1,
  .cms-address-results-for-1939-register h3,
  .cms-results-for-1939-register h1,
  .cms-results-for-1939-register h3,
  .cms-street-results-for-1939-register h1,
  .cms-street-results-for-1939-register h3 {
    font-size: 1px;
  }

  .cms-1939-register .partner-icon,
  .cms-address-results-for-1939-register .partner-icon,
  .cms-results-for-1939-register .partner-icon,
  .cms-street-results-for-1939-register .partner-icon {
    width: 270px;
    left: 7px;
  }
}

.Register1939 .partner-icon {
  width: 293px;
  top: 0;
}

@media (max-width:520px) {
  .Register1939 .partner-icon {
    width: 265px;
  }
}

@media (max-width:320px) {
  .gallery .galleryCarousel img {
    max-height: 197px;
  }

  .Register1939 .partner-icon {
    width: 175px;
  }
}

.cms-1939-register .partner-icon,
.cms-address-results-for-1939-register .partner-icon,
.cms-results-for-1939-register .partner-icon,
.cms-street-results-for-1939-register .partner-icon {
  top: -1px;
}

.cms-1921-census-of-england-and-wales .partner-icon {
  top: 18px;
  width: 140px;
}

.cms-1921-census-of-england-and-wales h1 {
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width:680px) {
  .cms-1921-census-of-england-and-wales .partner-icon {
    width: 180px;
  }

  .cms-1921-census-of-england-and-wales h1 {
    font-size: 30px;
    width: 65%;
  }
}

.attach-to-tree .autocomplete {
  position: relative;
}

.attach-to-tree iframe {
  height: 99%!important;
  min-height: 580px;
}

.attach-to-tree .modal-body {
  max-height: 600px;
}

.attach-to-tree .modal--large {
  width: 940px;
  margin-left: -470px;
}

.attach-to-tree .modal--large .modal-body {
  padding: 0;
}

@media (max-width:980px) {
  .attach-to-tree.modal.modal--large {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    max-height: none;
    border: 0;
  }
}

.header.az-header {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 0;
}

.form-typeahead {
  margin: 0;
}

.form-typeahead .control-group {
  background-color: transparent;
  border-top: 0;
  padding: 5px 0;
}

.form-typeahead .controls {
  margin-left: 0;
}

.form-typeahead .control-label {
  width: auto;
  margin-right: 14px;
  font-size: 24.5px;
  font-weight: 400;
}

.form-typeahead .search-query {
  width: 50%;
}

.instructions {
  color: #242048;
  max-width: 600px;
  margin-top: 10px;
  display: table;
}

.instructions p,
.instructions span {
  display: table-cell;
}

.instructions span.fa-stack {
  font-size: 12px;
  vertical-align: top;
}

.instructions p {
  padding-left: 8px;
}

.parent-region {
  font-weight: 700;
}

.search-form-help-button {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  border-radius: 100px;
  background-color: #046eaa;
  border: 1px solid #979797;
  color: #fff;
  font-size: 24px;
  width: 135px;
  height: 48px;
  outline: 0;
}

.search-form-help-button .fa-stack {
  width: 25px;
  line-height: 1.9em;
}

.search-form-help-button .fa-circle {
  opacity: .8;
  color: #f8f6f3;
  font-size: 26px;
}

.search-form-help-button .fa-question {
  color: #046eaa;
  font-size: 22px;
}

.search-form-help-button p {
  display: inline-block;
}

@media (max-width:480px) {
  .search-form-help-button p,
  .table-striped .fa.indent-icon:before {
    display: none;
  }

  .table-striped {
    margin-left: -14px;
  }

  .table-striped td,
  .table-striped th {
    padding: 5px 7px!important;
  }

  .search-form-help-button {
    width: 50px;
  }

  .search-form-help-button .fa-stack {
    position: static;
  }
}

.twin-icon [class*=fmpicon-] {
  width: 25px;
  font-size: 28px;
  position: relative;
  left: -1px;
}

.icon_au,
.icon_canada,
.icon_england,
.icon_global,
.icon_ie,
.icon_scotland,
.icon_uk,
.icon_uk-none,
.icon_uk-other,
.icon_us,
.icon_usa,
.icon_wales {
  font-size: 30px;
}

.icon_au:before,
.icon_canada:before,
.icon_england:before,
.icon_global:before,
.icon_ie:before,
.icon_scotland:before,
.icon_uk-none:before,
.icon_uk-other:before,
.icon_uk:before,
.icon_us:before,
.icon_usa:before,
.icon_wales:before {
  position: relative;
  left: -4px;
  top: 5px;
  z-index: 4;
}

.twin-icon .icon_usa,
.twin-left .icon_au,
.twin-left .icon_canada,
.twin-left .icon_england,
.twin-left .icon_global,
.twin-left .icon_ie,
.twin-left .icon_scotland,
.twin-left .icon_uk,
.twin-left .icon_uk-none,
.twin-left .icon_uk-other,
.twin-left .icon_us,
.twin-left .icon_wales {
  position: relative;
  top: -5px;
  left: 2px;
}

.search-categories--search-region .icon_au:before,
.search-categories--search-region .icon_canada:before,
.search-categories--search-region .icon_england:before,
.search-categories--search-region .icon_global:before,
.search-categories--search-region .icon_ie:before,
.search-categories--search-region .icon_scotland:before,
.search-categories--search-region .icon_uk-none:before,
.search-categories--search-region .icon_uk-other:before,
.search-categories--search-region .icon_uk:before,
.search-categories--search-region .icon_us:before,
.search-categories--search-region .icon_usa:before,
.search-categories--search-region .icon_wales:before {
  position: relative;
  top: -3px;
  left: -3px;
}

.fmpicon-allcategories:before {
  font-family: FontAwesome;
  content: "\f02d";
  position: relative;
  top: -2px;
}

.btn {
  padding: 7px 14px;
}

a:hover {
  color: #7793b4;
  text-decoration: underline;
}

.btn-toolbar a:hover,
.btn:hover,
.fmpc-payment__button {
  text-decoration: none;
}

.nav-tabs--container {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media (max-width:550px) {
  .nav-tabs--container {
    left: 0;
    -ms-transform: translate(14px,10px);
    -webkit-transform: translate(14px,10px);
    transform: translate(14px,10px);
  }
}

.nav-tabs.pull-right {
  margin-bottom: 0;
  clear: both;
  border-bottom: 0;
}

.nav-tabs.pull-right :first-child a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.nav-tabs.pull-right :last-child a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.nav-tabs.pull-right a {
  font-family: azo-sans-web,Arial,sans-serif;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #dcd7d2;
  background-color: #f3f0ec;
}

.nav-tabs.pull-right a:hover {
  margin-right: 0;
  background-color: #fff;
}

.nav-tabs.pull-right>.active>a,
.nav-tabs.pull-right>.active>a:focus,
.nav-tabs.pull-right>.active>a:hover {
  color: #fff;
  background-color: #60a38e;
  border: 1px solid #60a38e;
  margin-right: 0;
  cursor: default;
}

.nav-tabs.pull-right>li:first-child>a {
  padding-left: 14px;
}

.nav-tabs.pull-right>li:last-child>a {
  padding-right: 14px;
}

.side-bar--search-criteria__body .btn-toolbar {
  padding-left: 14px;
  padding-right: 14px;
  line-height: 14px;
  margin: 0 -14px;
}

.btn-toolbar a {
  font-size: 14px;
  vertical-align: middle;
  padding-left: 14px;
  line-height: 14px;
}

@media (max-width:979px) {
  .btn-toolbar a {
    font-size: 12px;
  }
}

.search-categories--search-criteria__body .btn-toolbar {
  line-height: 14px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 28px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.search-categories--search-criteria__body .btn-toolbar .btn {
  margin-top: 14px;
  box-shadow: 0 0 0;
}

.search-categories--search-criteria__body .btn-toolbar .btn:focus {
  border-color: #a1a1a1;
}

.search-categories--search-criteria__body .btn-toolbar .btn:hover {
  background: 0 0;
  border-color: transparent;
  text-decoration: none;
}

.search-categories--search-criteria__body .btn-toolbar a {
  padding-left: 0;
  padding-right: 0;
}

.fmpc-payment {
  position: relative;
}

.fmpc-payment .container {
  background: 0 0;
  width: 700px;
  margin-top: 40px;
}

.fmpc-payment__overlay {
  background: rgba(0,0,0,.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.fmpc-payment__title {
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-style: italic;
}

.node__hints,
.node__more {
  font-weight: 400;
  font-size: 12px;
}

.fmpc-payment__content .standard-box {
  background: #fff;
  text-align: center;
}

.fmpc-payment__content .standard-box header {
  background: #60a38e;
}

.fmpc-payment__content .standard-box h3 {
  color: #fff;
  padding: 5px 10px;
}

.fmpc-payment__content .standard-box p {
  font-size: 32px;
  padding: 10px 0;
}

.fmpc-payment__content .standard-box footer {
  padding: 10px 0 20px;
  float: none;
}

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

.fmpc-payment__login a {
  margin-top: 30px;
}

.fmpc-payment__login .fmpc-payment__button {
  background-color: #adc3e2;
  border-color: #adc3e2;
}

.fmpc-payment__login .fmpc-payment__button:hover {
  color: #fff;
}

.fmpc-payment__close {
  font-size: 2em;
  position: absolute;
  margin-top: -35px;
  color: #fff;
  right: 5px;
}

.fmpc-payment__button {
  box-shadow: 0 0 0 0 transparent!important;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #60a38e;
  padding: 7px 14px;
  font-family: azo-sans-web,Arial,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  border-radius: 30px;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #60a38e;
  color: #fff;
}

.fmpc-payment__button:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: -2px;
  color: #fff;
  background: #507097;
  border-color: #507097;
}

.fmpc-payment__button.active,
.fmpc-payment__button:active {
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.125);
  color: #fff;
  background: #507097;
}

.fmpc-payment__button.disabled,
.fmpc-payment__button[disabled] {
  cursor: default;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
  background: #507097!important;
  border-color: #507097!important;
  color: #fff!important;
}

.fmpc-payment__button .badge,
.fmpc-payment__button .label {
  position: relative;
  top: -1px;
}

.fmpc-payment__button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.fmpc-payment__button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #507097;
  border-color: #507097;
  color: rgba(255,255,255,.9);
  text-decoration: dashed;
}

.fmpc-payment__button:active {
  background: #507097;
  color: #fff;
  margin-top: 3px;
}

.node {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: border-color 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: border-color 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  transition: border-color 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  position: relative;
  display: block;
  margin: 0 0 15px;
  width: 100%;
  border: 1px solid #dcd7d2;
  background: #fff;
  color: #242048;
  text-align: left;
  font-size: 11px;
  line-height: 1;
}

.node:after,
.node:before {
  display: table;
  content: "";
  line-height: 0;
}

.node .h1,
.node .h2,
.node .h3,
.node .h4,
.node .h5,
.node .h6,
.node h1,
.node h2,
.node h3,
.node h4,
.node h5,
.node h6 {
  color: inherit;
  letter-spacing: 0;
}

.node__image,
.node__loading {
  text-align: center;
  margin: 4px 4px 0;
}

.node__record {
  float: left;
  height: 100px;
  width: 100px;
  margin: 15px 0 0 10px;
  position: relative;
}

.node__record img {
  width: 140px;
  position: relative;
  left: -18px;
  top: -10px;
  max-width: inherit;
}

@media (max-width:979px) and (min-width:768px) {
  .node__record img {
    top: -15px;
    left: -33px;
  }
}

.node__record__title {
  position: absolute;
  text-align: center;
  top: 15px;
  width: 100%;
  text-transform: uppercase;
  line-height: 16px;
  z-index: 1;
  font-size: 11px;
}

.node__record__title span {
  display: block;
  white-space: nowrap;
}

.node__record--birth {
  color: #dd6d6b!important;
}

.node__record--marriage {
  color: #8fae7d!important;
}

.node__record--death {
  color: #8ca6b8!important;
}

.node__image[class*=" icon-"]:before,
.node__image[class*=" fa-"]:before {
  font-size: 40px;
  color: #dcd7d2;
}

@media (max-width:560px) {
  .node__image[class*=" icon-"]:before,
  .node__image[class*=" fa-"]:before {
    font-size: 30px;
  }
}

.node__image-edit,
.node__loading {
  font-size: 40px;
  position: absolute;
}

.node__loading {
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #fff;
  background: rgba(255,255,255,.8);
  content: '';
  line-height: 1.5;
}

.node__image-edit {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  top: 14px;
  left: 14px;
  width: 100px;
  height: 100px;
  background: #fff;
  background: rgba(255,255,255,.8);
  text-align: center;
  line-height: 2.5;
  opacity: 0;
}

.node__image-edit:hover {
  transition: none;
  opacity: 1;
}

.node__image-edit:hover .edit-section-link {
  background: #507097;
}

.node__image-edit:active,
.node__image-edit:focus {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}

.node__image-edit:active .edit-section-link,
.node__image-edit:focus .edit-section-link {
  border: 1px solid #507097;
  background: 0 0;
  color: #507097;
}

.node__image-edit.loading {
  opacity: 1!important;
}

.node__image-edit.loading .edit-section-link {
  background: #507097;
}

.node__image-edit .dropdown-menu {
  margin: 3px 0 0 -3px;
  text-align: left;
}

.node__body {
  margin: 0 4px 4px;
}

.node__body:after,
.node__body:before {
  display: table;
  content: "";
  line-height: 0;
}

.node__dates,
.node__name {
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.181818182;
  overflow: hidden;
  text-overflow: ellipsis;
}

.node__name {
  -webkit-transition: color 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: color 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: color 250ms cubic-bezier(.645,.045,.355,1);
  transition: color 250ms cubic-bezier(.645,.045,.355,1);
  margin: 2px 0 0;
}

.node__dates {
  max-height: 1.25em;
  color: #dcd7d2;
}

.node__dates-large {
  float: right;
  margin: 27px 15px 0;
  color: #dcd7d2;
  font-size: 32px;
  line-height: 1;
}

.node__info,
.node__relationship {
  color: #242048;
}

.node__letter,
.node__number {
  position: absolute;
  top: 5px;
  text-align: center;
  line-height: 1.5;
}

.node__number {
  left: 5px;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
}

.node__letter {
  -webkit-transition: 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: 250ms cubic-bezier(.645,.045,.355,1);
  transition: 250ms cubic-bezier(.645,.045,.355,1);
  right: 5px;
  width: 1.4em;
  background: #c8c8c8;
  color: #fff;
}

.node__hints {
  position: absolute;
  top: -10px;
  right: -7.5px;
  padding: 0 5.5px;
  background: #59aa68;
  color: #fff;
  line-height: 16px;
  -webkit-transition: .1s cubic-bezier(.645,.045,.355,1);
  -moz-transition: .1s cubic-bezier(.645,.045,.355,1);
  -o-transition: .1s cubic-bezier(.645,.045,.355,1);
  transition: .1s cubic-bezier(.645,.045,.355,1);
}

.node--relation .node__number,
.node--table .node__number {
  top: 10px;
  left: 10px;
}

.node__hints--animate {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: none;
}

.node__hints--animate:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.node__hints--loaded {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pop-out-bounce .5s;
  -moz-animation: pop-out-bounce .5s;
  -o-animation: pop-out-bounce .5s;
  animation: pop-out-bounce .5s;
}

.node__more {
  -webkit-transition: color 250ms cubic-bezier(.645,.045,.355,1),border-color 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: color 250ms cubic-bezier(.645,.045,.355,1),border-color 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: color 250ms cubic-bezier(.645,.045,.355,1),border-color 250ms cubic-bezier(.645,.045,.355,1);
  transition: color 250ms cubic-bezier(.645,.045,.355,1),border-color 250ms cubic-bezier(.645,.045,.355,1);
  position: absolute;
  right: -10px;
  bottom: 15px;
  padding: 2px;
  border: 1px solid #dcd7d2;
  background: #eee;
  text-align: center;
  line-height: 15px;
}

.node__quick-links {
  border: 0;
  position: absolute;
  right: 7px;
  bottom: 2px;
}

.node__quick-links .caret {
  margin-top: 7px;
  border-top-color: #999;
}

.node__quick-links .dropdown-toggle {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
}

.node__quick-links .dropdown-toggle:hover {
  background: #f5f5f5;
}

.node__quick-links .dropdown-menu.pull-right {
  right: -7px;
}

.node__quick-links .dropdown-menu .a {
  display: block;
  padding: 3px 13px;
  line-height: 20px;
  overflow: hidden;
}

.node__quick-links .dropdown-menu .a:hover {
  color: #507097;
  background: #f5f5f5;
}

.node input[type=checkbox],
.node input[type=radio] {
  position: absolute;
  z-index: -1;
}

.node--relation .node__hints,
.node--table .node__hints {
  position: static;
  right: 5px;
  display: inline-block;
}

.node__check {
  float: right;
  margin: 5px;
}

label.node {
  background: #fff;
}

label.node .node__name {
  color: #dcd7d2;
}

label.node .node__image {
  opacity: .2;
}

.node.node--checked .node__name {
  color: #242048;
}

.node.node--checked .node__image {
  opacity: 1;
}

.node.node--checked .icon-circle,
.node.node--checked .node__check {
  color: #60a38e;
}

.no-touch a.node:hover,
.no-touch label.node:hover,
a.node:focus {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  outline: 0;
  border-color: #507097;
}

a.node:active,
label.node:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-color: #507097;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.125);
}

.no-touch a.node:hover .node__name,
.node__more:hover,
a.node:active .node__name,
a.node:focus .node__name {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-color: #507097;
  color: #507097;
}

.node--pedigree {
  font-size: 12px;
  min-height: 40px;
}

.node--pedigree .node__image {
  float: left;
  margin: 4px;
  width: 30px;
  height: 30px;
}

.node--pedigree .node__loading {
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.node--pedigree .node__body {
  margin: 4px 4px 0 0;
}

.node--group-sheet,
.node--review-relation {
  background: #fff;
  font-size: 12px;
}

.node--group-sheet .node__image,
.node--review-relation .node__image {
  float: left;
  margin: 9px;
  width: 45px;
  height: 45px;
}

.node--group-sheet .node__loading {
  margin: 9px;
  width: 45px;
  height: 45px;
  font-size: 30px;
}

.node--group-sheet .node__body,
.node--review-relation .node__body {
  margin: 9px 9px 0 0;
  min-height: 54px;
}

.node--group-sheet .node__name,
.node--review-relation .node__name {
  font-size: 16px;
}

.node--group-sheet.node--empty {
  min-height: 65px;
  border-color: #676252;
}

.review .node--review-relation {
  margin-bottom: 0;
}

.review .node--review-relation--new {
  background: #f3f0ec;
}

.node--review-relation>.fa-chevron-down,
.node--review-relation>.fa-chevron-right {
  color: #242048;
  float: left;
  font-size: 22px;
  margin: 20px 0 0 10px;
}

.node--relation {
  margin: 0;
  border-color: #c8c8c8;
  font-size: 12px;
}

.node--relation.node--add {
  background: #fff;
  border-color: #c8c8c8;
}

.node--relation .node__image {
  float: left;
  margin: 9px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

@media (max-width:479px) {
  .node--relation .node__image {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.node--relation .node__loading {
  margin: 9px;
  width: 70px;
  height: 70px;
  font-size: 46.67px;
}

@media (max-width:479px) {
  .node--relation .node__loading {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

.node--relation .node__body {
  margin: 9px 9px 0 0;
}

.node--relation .node__name {
  font-size: 16px;
}

.node--relation .node__info {
  line-height: 1.25;
}

.node--relation.node--empty {
  min-height: 90px;
}

.node--table {
  margin: 0;
  border-color: transparent;
  background: 0 0;
  font-size: 12px;
}

.no-touch a.node--table:hover,
a.node--table:focus {
  border-color: transparent!important;
  background: 0 0;
}

.node--table .node__image {
  float: left;
  margin: 9px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

@media (max-width:479px) {
  .node--table .node__image {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.node--table .node__loading {
  margin: 9px;
  width: 70px;
  height: 70px;
  font-size: 46.67px;
}

@media (max-width:479px) {
  .node--table .node__loading {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

.node--table .node__body {
  margin: 9px 9px 0 0;
}

.node--table .node__name {
  font-size: 16px;
}

.node--table .node__info {
  line-height: 1.25;
}

.node--header {
  float: left;
  margin: 1px 0 0;
  width: 60%;
  border: 0;
  background: 0 0;
}

@media (max-width:767px) {
  .node--header {
    width: 100%;
  }
}

.node--header .node__image {
  float: left;
  margin: 3px 10px 0 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.node--header .node__body {
  margin: 0;
}

.node--header .node__name {
  float: none;
  margin: 0;
  color: #dcd7d2;
  font-size: 31.5px;
}

.node--header .node__info,
.node--profile {
  font-size: 14px;
}

@media (max-width:479px) {
  .node--header .node__image {
    float: none;
  }

  .node--header .node__name {
    overflow: visible;
    white-space: normal;
  }
}

.node--profile {
  border-right: 1px solid #dcd7d2;
}

.node--profile--twocolumn {
  border-right: none;
}

.node--profile .node__image,
.node--review .node__image {
  float: left;
  margin: 14px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

@media (max-width:979px) and (min-width:768px) {
  .node--review .node__image,
  .node--review .node__record {
    width: 70px;
    height: 70px;
  }
}

.node--profile .node__body {
  margin: 19px 14px 0 128px;
}

@media (max-width:599px) {
  .node--profile .node__image,
  .node--review .node__image {
    float: none;
  }

  .node--profile .node__body {
    margin: 0 14px 14px;
  }

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

  .node--profile .node__view .dropdown-menu:before {
    right: inherit!important;
    left: 75px!important;
  }

  .node--profile .node__view .dropdown-menu:after {
    right: inherit!important;
    left: 76px!important;
  }
}

.node--profile .node__name,
.node--review .node__name {
  position: relative;
  overflow: visible;
  padding-right: 40px;
  white-space: normal;
  font-size: 34px;
}

.node--profile .node__info {
  margin-top: 3px;
  line-height: 1.55;
}

.node--profile .node__info__kinship--male {
  background-color: #7fb6d5;
}

.node--profile .node__info__kinship--female {
  background-color: #e67f7f;
}

.node--profile .node__view {
  margin: 5px 0 14px;
}

.node--profile .edit-section-link {
  display: inline-block;
  vertical-align: middle;
}

.node--profile .node__hints {
  -webkit-transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  transition: background 250ms cubic-bezier(.645,.045,.355,1),color 250ms cubic-bezier(.645,.045,.355,1);
  background: #59aa68;
  position: relative;
  top: 0;
  right: -4px;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 21px;
  vertical-align: top;
}

.node--review {
  margin: 40px 0 0;
  border: 0!important;
}

@media (max-width:599px) {
  .node--review .node__image {
    float: left;
  }
}

.node--review .node__body {
  margin: 19px 14px 0 128px;
}

.node--review .node__name {
  font-size: 18px;
  line-height: 26px;
}

.node--review .node__info {
  font-size: 14px;
  line-height: 18px;
}

.node--review .node__source-title {
  position: absolute;
  top: -31px;
  text-align: center;
  width: 100%;
}

.node--review .node__source-title span {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  max-width: 89%;
  min-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #f3f0ec;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

@media (max-width:979px) and (min-width:768px) {
  .node--review .node__body {
    margin: 10px 14px 0 95px;
  }

  .node--review .node__source-title span {
    max-width: 89%;
  }
}

.node--review .node__info-source {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width:767px) {
  .node--review .node__body {
    margin-bottom: 30px;
  }

  .node--review .node__info-source {
    max-width: 100%;
  }
}

.node--review-source,
.node--review-source .node__source-title span {
  background: #f3f0ec;
}

@media (max-width:768px) {
  .node--review-source {
    margin-bottom: -40px;
  }
}

.node--global-hint {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
  border: none;
}

.node--global-hint .node__image {
  float: left;
  margin: 0 10px 0 0;
}

.node--global-hint .node__name {
  font-size: 13px;
  margin-bottom: 5px;
  width: 130px;
}

.node--global-hint .node__hints {
  right: 10px;
  top: 15px;
  color: #fff;
  font-weight: 700;
  height: 25px;
  width: 25px;
  line-height: 25px;
}

.node--large.node--pedigree {
  margin: 0;
  border: 0;
}

.node--large.node--pedigree .node__hints {
  display: none;
}

.node--large.node--group-sheet {
  font-size: 16px;
}

.node--large.node--group-sheet .node__image {
  margin: 14px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.node--large.node--group-sheet .node__loading {
  margin: 14px;
  width: 100px;
  height: 100px;
  font-size: 66.67px;
}

.node--large.node--group-sheet .node__body {
  margin: 14px 14px 0 0;
}

.node--large.node--group-sheet .node__name {
  font-size: 20px;
}

.node--large.node--group-sheet .node__dates,
.node--review .node__dates {
  display: block;
  font-size: 14px;
  line-height: 1.214285714;
  max-width: 300px;
}

@media (max-width:479px) {
  .node--large.node--group-sheet .node__dates,
  .node--review .node__dates {
    max-width: 260px;
  }
}

.node--review .node__dates {
  font-size: 13px;
  margin-bottom: 3px;
}

.node--review .node__dates strong {
  margin-right: 3px;
}

@media (max-width:767px) {
  .node--review .node__dates {
    max-width: 100%;
  }
}

.node--large.node--group-sheet.node--empty {
  min-height: 130px;
  background: #f7f7f7;
}

.node--bare {
  border-color: transparent;
  background: 0 0;
}

.no-touch a.node--bare:hover,
a.node--bare:focus {
  border: 1px solid #507097;
  background: #fff;
}

.node--add {
  -webkit-transition: border 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: border 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: border 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  transition: border 250ms cubic-bezier(.645,.045,.355,1),box-shadow 250ms cubic-bezier(.645,.045,.355,1);
  border-color: #676252;
  background: 0 0;
}

.node--add .node__image {
  -webkit-transition: background 250ms cubic-bezier(.645,.045,.355,1);
  -moz-transition: background 250ms cubic-bezier(.645,.045,.355,1);
  -o-transition: background 250ms cubic-bezier(.645,.045,.355,1);
  transition: background 250ms cubic-bezier(.645,.045,.355,1);
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #dcd7d2;
  color: #fff;
  text-align: center;
}

.node--add .fa-plus {
  width: 1em;
  font-size: 42px;
  line-height: 1.5;
}

.node--add.node--pedigree .node__image {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.node--add.node--pedigree .fa-plus {
  font-size: 18px;
  line-height: 1.777777778;
}

.node--add.node--pedigree .node__name {
  line-height: 2.363636364;
}

.node--add.node--group-sheet .node__image {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.node--add.node--group-sheet .fa-plus {
  font-size: 27px;
  line-height: 1.703703704;
}

.node--add.node--group-sheet .node__name {
  margin: 0;
  line-height: 2.6875;
}

.node--add.node--group-sheet.node--large .node__image {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.node--add.node--group-sheet.node--large .fa-plus {
  font-size: 60px;
}

.node--add.node--group-sheet.node--large .node__name {
  line-height: 5;
}

.node--add.node--bare,
.node--add.node--table {
  border-color: transparent;
}

.node--add.node--relation .node__image,
.node--add.node--table .node__image {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

@media (max-width:479px) {
  .node--add.node--relation .node__image,
  .node--add.node--table .node__image {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.node--add.node--relation .fa-plus,
.node--add.node--table .fa-plus {
  font-size: 42px;
  line-height: 1.69047619;
}

@media (max-width:479px) {
  .node--add.node--relation .fa-plus,
  .node--add.node--table .fa-plus {
    font-size: 27px;
    line-height: 1.703703704;
  }
}

.node--add.node--relation .node__name,
.node--add.node--table .node__name {
  line-height: 4.25;
}

@media (max-width:479px) {
  .node--add.node--relation .node__name,
  .node--add.node--table .node__name {
    line-height: 2.5;
  }
}

.no-touch .node--add:hover,
.node--add:focus {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-style: solid;
}

.no-touch .node--add:hover .node__image,
.node--add:focus .node__image {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #507097;
}

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

.node--direction .node__body {
  margin: 0;
}

.node--direction .node__name {
  margin: 0;
  font-size: 30px;
  line-height: 1.266666667;
}

.node--direction .node__hints {
  background: #dcd7d2;
}

.node--direction .fa-plus,
.node--direction .fa-spin,
.node--direction .icon-angle-down,
.node--direction .icon-angle-left,
.node--direction .icon-angle-right,
.node--direction .icon-angle-up,
.node--direction .icon-spin {
  margin: 0;
  width: 1em;
  line-height: 1;
}

.node--direction .fa-plus {
  position: relative;
  top: -2px;
  font-size: 22px;
}

.node--direction .icon-spinner {
  position: static;
  font-size: 30px;
}

.no-touch .node--direction:hover .node__hints,
.node--direction:focus .node__hints {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #507097;
}

.node--focus,
a.node--focus {
  background: #242048;
}

.node--focus .node__name,
a.node--focus .node__name {
  color: #fff;
}

.diagram a.node--focus .node__name {
  -webkit-transition: none;
}

.diagram--wizard .family {
  overflow: visible!important;
}

.node--focus .node__image {
  background: #dcd7d2;
}

.family .node__image {
  border: 1px solid transparent;
}

.family .node--focus .node__image {
  border: none;
}

.node--focus .node__dates,
.node--focus .node_places {
  color: #fdfdfd;
}

.node--focus .node__number {
  background: #242048;
  color: #fff;
}

.node--focus .node__relationship {
  color: #fff;
}

.no-touch a.node--focus:hover .node__name,
a.node--focus:active .node__name,
a.node--focus:focus .node__name {
  color: #7b97b9;
}

.node--spouse {
  background: #f7f7f7;
}

.node--checked .node__name {
  color: #242048;
}

.node--empty {
  min-height: 40px;
  border-color: #676252;
  background: 0 0;
  color: #dcd7d2;
  filter: none;
}

.no-touch .duplicate-hover,
.no-touch .duplicate-hover .node__name {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  border-color: #507097;
}

.node-list {
  margin-left: 0;
  list-style: none;
}

.node-list .node {
  margin: 0;
}

.no-touch .duplicate-hover {
  transition: none;
  outline: 0;
}

.no-touch .duplicate-hover .node__name {
  transition: none;
  color: #507097;
}

.duplicate-hover .node__letter {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: #242048!important;
}

@media (max-width:1200px) {
  .container {
    width: auto!important;
  }
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane canvas,
.leaflet-map-pane svg,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  background: #ddd;
  outline: 0;
  font: 12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-tile-pane img {
  max-width: none!important;
}

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px!important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 8;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
  float: left;
}

.leaflet-bottom,
.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1);
  -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1);
  -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1);
  transition: transform .25s cubic-bezier(0,0,.25,1);
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: orange solid 2px;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,.5);
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: 700 18px 'Lucida Console',Monaco,monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255,255,255,.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255,255,255,.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  border: 2px solid rgba(0,0,0,.2);
  background-clip: padding-box;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma,Verdana,sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: 700;
  background: 0 0;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-control-fullscreen a {
  background: url(/images/maps/fullscreen.png) no-repeat #fff;
  background-size: 26px 52px;
}

.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}

.leaflet-container:-webkit-full-screen {
  width: 100%!important;
  height: 100%!important;
}

.leaflet-container:-ms-fullscreen {
  width: auto;
  height: auto;
  margin: auto;
}

.leaflet-pseudo-fullscreen {
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  z-index: 99999;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url(/images/maps/fullscreen-2x.png);
  }
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

div.hopscotch-bubble .hopscotch-nav-button {
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none!important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.hopscotch-bubble .hopscotch-nav-button:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.25) inset;
}

div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #1b5480;
  color: #fff;
  margin: 0 0 0 10px;
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
  background-color: #287bbc;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#287bbc', endColorstr='#23639a');
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#287bbc),color-stop(100%,#23639a));
  background-image: -webkit-linear-gradient(to bottom,#287bbc 0,#23639a 100%);
  background-image: -moz-linear-gradient(to bottom,#287bbc 0,#23639a 100%);
  background-image: -o-linear-gradient(to bottom,#287bbc 0,#23639a 100%);
  background-image: linear-gradient(to bottom,#287bbc 0,#23639a 100%);
}

div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #2672ae;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#2672ae),color-stop(100%,#1e4f7e));
  background-image: -webkit-linear-gradient(to bottom,#2672ae 0,#1e4f7e 100%);
  background-image: -moz-linear-gradient(to bottom,#2672ae 0,#1e4f7e 100%);
  background-image: -o-linear-gradient(to bottom,#2672ae 0,#1e4f7e 100%);
  background-image: linear-gradient(to bottom,#2672ae 0,#1e4f7e 100%);
}

div.hopscotch-bubble .hopscotch-nav-button.prev {
  border-color: #a7a7a7;
  color: #444;
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f2f2f2),color-stop(100%,#e9e9e9));
  background-image: -webkit-linear-gradient(to bottom,#f2f2f2 0,#e9e9e9 100%);
  background-image: -moz-linear-gradient(to bottom,#f2f2f2 0,#e9e9e9 100%);
  background-image: -o-linear-gradient(to bottom,#f2f2f2 0,#e9e9e9 100%);
  background-image: linear-gradient(to bottom,#f2f2f2 0,#e9e9e9 100%);
}

div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#e8e8e8),color-stop(13%,#e3e3e3),color-stop(32%,#d7d7d7),color-stop(71%,#b9b9b9),color-stop(100%,#a9a9a9));
  background-image: -webkit-linear-gradient(to bottom,#e8e8e8 0,#e3e3e3 13%,#d7d7d7 32%,#b9b9b9 71%,#a9a9a9 100%);
  background-image: -moz-linear-gradient(to bottom,#e8e8e8 0,#e3e3e3 13%,#d7d7d7 32%,#b9b9b9 71%,#a9a9a9 100%);
  background-image: -o-linear-gradient(to bottom,#e8e8e8 0,#e3e3e3 13%,#d7d7d7 32%,#b9b9b9 71%,#a9a9a9 100%);
  background-image: linear-gradient(to bottom,#e8e8e8 0,#e3e3e3 13%,#d7d7d7 32%,#b9b9b9 71%,#a9a9a9 100%);
}

div.hopscotch-bubble {
  background-color: #fff;
  border: 2px solid #046eaa;
  color: #333;
  font-family: Helvetica,Arial;
  font-size: 13px;
  border-radius: 5px;
  position: absolute;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

div.hopscotch-bubble.animate {
  -moz-transition-property: top,left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top,left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top,left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top,left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top,left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

div.hopscotch-bubble.invisible {
  opacity: 0;
}

div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all,
div.hopscotch-bubble.hide {
  display: none;
}

div.hopscotch-bubble h3 {
  color: #000;
  font-family: Helvetica,Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0;
}

div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

div.hopscotch-bubble .hopscotch-content {
  font-family: Helvetica,Arial;
  font-weight: 400;
  line-height: 1.5x;
  margin: -5px 0 11px;
  padding-top: 8px;
  font-size: 16px;
}

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 14px;
}

div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}

div.hopscotch-bubble .hopscotch-bubble-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #000;
  display: block;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
}

div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 1px;
  padding: 0 10px 0 0;
  text-align: center;
  width: 0;
  height: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -19px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -14px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000;
  border-bottom: 17px solid #046eaa;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -36px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -20px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000;
  border-top: 17px solid #046eaa;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -19px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: 3px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000;
  border-right: 17px solid #046eaa;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -36px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: -3px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000;
  border-left: 17px solid #046eaa;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-actions {
  text-align: right;
  display: block;
}

div.hopscotch-bubble .hopscotch-left-actions {
  float: left;
}

/*!
 * Brand
 */

/*! Find My Past theme */

/*! Find My Past theme */

.Wrapper {
  margin: 14px auto 0;
}

.Html-AU,
.Html-IE {
  background: center top no-repeat #f3f0ec;
}

.Html-UK,
.Html-US {
  background: center top no-repeat #f3f0ec!important;
}

@media (max-width:979px) {
  .Html-AU,
  .Html-IE,
  .Html-UK,
  .Html-US {
    background: #f3f0ec;
  }

  .Wrapper {
    margin: 0 auto;
    background: #f7f7f7;
  }
}

.error-report-page {
  background-color: #fff;
  border-radius: 8px;
}

.btn-group>.btn:first-child,
.diagram-views .btn-group>.dropdown-toggle:first-child,
.input-group>.input-prepend:first-child,
.input-group>input[type=text]:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle:first-child,
.diagram-views .btn-group>.btn:last-child,
.input-group>.input-prepend:last-child,
.input-group>input[type=text].family-list-view-search__location,
.input-group>input[type=text]:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.family-group-sheet__spouse-multiple:after,
.filter-modal_add-relative .node,
.filter-modal_select-children .node,
.input-append,
.input-prepend,
.list-table__hints,
.navbar--node .navbar-inner,
.node,
.tree-search__form,
.tree-search__form .input {
  border-radius: 0;
}

.error-report-page .intro-region-header {
  width: auto;
}

@media (max-width:767px) {
  .errorcorrection input {
    width: 80%;
  }
}

.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: azo-sans-web,Arial,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.monospace {
  font-family: Menlo,Monaco,"Courier New",monospace;
}

.filter-add-link,
.filter-remove-link {
  border-radius: 100px;
}

.filter-modal__or em,
.input-prepend .add-on:first-child,
.node__image,
.node__loading,
.node__more,
.pedigree-chart .node--direction,
.pedigree-chart .node--end,
.tree-search__form .add-on {
  border-radius: 50%;
}

.btn {
  border-radius: 30px;
}

.btn--jumbo {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn--jumbo:focus,
.btn--jumbo:hover {
  background-position: 0;
}

.nav-collapse .dropdown-menu a,
.nav-collapse .nav>li>a {
  font-weight: 400!important;
}

@media (min-width:640px) {
  .fmp-nav-collapse.nav-collapse .dropdown-menu a:focus,
  .fmp-nav-collapse.nav-collapse .dropdown-menu a:hover,
  .fmp-nav-collapse.nav-collapse .nav>li>a:focus,
  .fmp-nav-collapse.nav-collapse .nav>li>a:hover {
    background-color: #cecd00;
  }
}

.section .side-bar--search-criteria__body .btn {
  box-shadow: 0 0 0;
}

.section .side-bar--search-criteria__body .btn:focus {
  border-color: #bbb;
}

.input-append,
.input-prepend,
.uneditable-input,
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
textarea {
  border-color: #7c7c7c;
  box-shadow: inset 0 1px 0 0 rgba(0,0,0,.125);
  border-radius: 4px;
  color: #242048;
}

.btn,
.btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.input-append .add-on,
.input-prepend .add-on {
  border: none;
  background-color: #fff;
}

.node__image {
  background: #f3f0ec;
}

.node__image[src$="_male.png"] {
  background: #dfedf5;
}

.node__image[src$="female.png"] {
  background: #fbeaea;
}

.fa-spinner {
  color: #60a38e;
}

.microfiche {
  font-family: azo-sans-web,Arial,sans-serif;
}

.microfiche .fa-spinner,
a.microfiche__control i {
  color: #fff;
}

.microfiche__header .btn {
  padding: 4px 12px;
}

.dropdown-related a.dropdown-toggle {
  color: #adc3e2;
  border: 0!important;
}

.dropdown-related a.dropdown-toggle .caret {
  border-top-color: #adc3e2;
  border-bottom-color: #adc3e2;
}

.fa-refresh {
  -webkit-text-stroke: .35px;
  color: #60a38e;
}

@media print {
  .pedigree-chart .node--focus {
    border-radius: 5px;
  }

  header {
    height: 85px!important;
  }

  header a.logonew {
    background: url(//www.findmypast.com/images/themes/global/logos/fmp-logo2x.png) top left no-repeat!important;
    background-size: 260px!important;
    width: 100%!important;
    height: 100%!important;
  }

  #learnMoreNavWrapper,
  #reportErrorLink,
  .form-actions,
  .span6 .pager {
    display: none!important;
  }

  .Article,
  .main,
  .node--transheading {
    border: 0;
    font-size: 10pt!important;
    line-height: 16pt!important;
    color: #000;
  }

  .main {
    padding-left: 0;
  }
}

.cms-1911-census-for-england-and-wales.intro-region-header .twin-icon,
.cms-1921-census-of-england-and-wales.intro-region-header .twin-icon,
.cms-1939-register.intro-region-header .twin-icon,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header .twin-icon,
.cms-address-results-for-1939-register.intro-region-header .twin-icon,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header .twin-icon,
.cms-results-for-1939-register.intro-region-header .twin-icon,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header .twin-icon,
.cms-street-results-for-1939-register.intro-region-header .twin-icon,
.ie8 .cms-1939-register.intro-region-header .partner-icon img,
.ie8 .cms-1939-register.intro-region-header--search-form .partner-icon img,
.ie8 .cms-address-results-for-1939-register.intro-region-header .partner-icon img,
.ie8 .cms-results-for-1939-register.intro-region-header .partner-icon img,
.ie8 .cms-street-results-for-1939-register.intro-region-header .partner-icon img {
  display: none;
}

.form-horizontal .alert {
  margin: 0 0 14px;
}

.search-icon {
  background-image: url(/images/themes/fmp_us/search-icon-small.png);
}

.accordion-inner__advance-search img {
  margin-bottom: 0!important;
}

.accordion-inner__advance-search .gallerycaption {
  background-color: #f5f5f5;
  padding: 0 5px;
  border-bottom: 1px solid #dcd7d2;
}

.pagination--alpha ul>li>a.selected {
  border-color: #60a38e;
  background: #60a38e;
  color: #fff;
}

.microfiche__footer .btn {
  font-family: azo-sans-web,Arial,sans-serif!important;
}

.SearchResults.SingleLine {
  border-right: 0;
}

.cms-1911-census-for-england-and-wales.intro-region-header .intro,
.cms-1911-census-for-england-and-wales.intro-region-header h1,
.cms-1911-census-for-england-and-wales.intro-region-header h3,
.cms-1921-census-of-england-and-wales.intro-region-header .intro,
.cms-1921-census-of-england-and-wales.intro-region-header h1,
.cms-1921-census-of-england-and-wales.intro-region-header h3,
.cms-1939-register.intro-region-header .intro,
.cms-1939-register.intro-region-header h1,
.cms-1939-register.intro-region-header h3,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header .intro,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header h1,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header h3,
.cms-address-results-for-1939-register.intro-region-header .intro,
.cms-address-results-for-1939-register.intro-region-header h1,
.cms-address-results-for-1939-register.intro-region-header h3,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header .intro,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header h1,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header h3,
.cms-results-for-1939-register.intro-region-header .intro,
.cms-results-for-1939-register.intro-region-header h1,
.cms-results-for-1939-register.intro-region-header h3,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header .intro,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header h1,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header h3,
.cms-street-results-for-1939-register.intro-region-header .intro,
.cms-street-results-for-1939-register.intro-region-header h1,
.cms-street-results-for-1939-register.intro-region-header h3 {
  margin-left: 14px;
}

.cms-1911-census-for-england-and-wales.intro-region-header .intro a,
.cms-1911-census-for-england-and-wales.intro-region-header h1 a,
.cms-1911-census-for-england-and-wales.intro-region-header h3 a,
.cms-1921-census-of-england-and-wales.intro-region-header .intro a,
.cms-1921-census-of-england-and-wales.intro-region-header h1 a,
.cms-1921-census-of-england-and-wales.intro-region-header h3 a,
.cms-1939-register.intro-region-header .intro a,
.cms-1939-register.intro-region-header h1 a,
.cms-1939-register.intro-region-header h3 a,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header .intro a,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header h1 a,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header h3 a,
.cms-address-results-for-1939-register.intro-region-header .intro a,
.cms-address-results-for-1939-register.intro-region-header h1 a,
.cms-address-results-for-1939-register.intro-region-header h3 a,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header .intro a,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header h1 a,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header h3 a,
.cms-results-for-1939-register.intro-region-header .intro a,
.cms-results-for-1939-register.intro-region-header h1 a,
.cms-results-for-1939-register.intro-region-header h3 a,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header .intro a,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header h1 a,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header h3 a,
.cms-street-results-for-1939-register.intro-region-header .intro a,
.cms-street-results-for-1939-register.intro-region-header h1 a,
.cms-street-results-for-1939-register.intro-region-header h3 a {
  font-weight: 700;
  color: #fff;
}

.cms-1911-census-for-england-and-wales.intro-region-header .intro a:hover,
.cms-1911-census-for-england-and-wales.intro-region-header h1 a:hover,
.cms-1911-census-for-england-and-wales.intro-region-header h3 a:hover,
.cms-1921-census-of-england-and-wales.intro-region-header .intro a:hover,
.cms-1921-census-of-england-and-wales.intro-region-header h1 a:hover,
.cms-1921-census-of-england-and-wales.intro-region-header h3 a:hover,
.cms-1939-register.intro-region-header .intro a:hover,
.cms-1939-register.intro-region-header h1 a:hover,
.cms-1939-register.intro-region-header h3 a:hover,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header .intro a:hover,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header h1 a:hover,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header h3 a:hover,
.cms-address-results-for-1939-register.intro-region-header .intro a:hover,
.cms-address-results-for-1939-register.intro-region-header h1 a:hover,
.cms-address-results-for-1939-register.intro-region-header h3 a:hover,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header .intro a:hover,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header h1 a:hover,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header h3 a:hover,
.cms-results-for-1939-register.intro-region-header .intro a:hover,
.cms-results-for-1939-register.intro-region-header h1 a:hover,
.cms-results-for-1939-register.intro-region-header h3 a:hover,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header .intro a:hover,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header h1 a:hover,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header h3 a:hover,
.cms-street-results-for-1939-register.intro-region-header .intro a:hover,
.cms-street-results-for-1939-register.intro-region-header h1 a:hover,
.cms-street-results-for-1939-register.intro-region-header h3 a:hover {
  color: #fff;
}

.cms-1911-census-for-england-and-wales.intro-region-header,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header {
  background: url(/images/themes/fmp/introheaders/street-scene4.jpg) 50% 36% #817a6c;
  background-size: 100%;
}

.cms-1939-register.intro-region-header,
.cms-address-results-for-1939-register.intro-region-header,
.cms-results-for-1939-register.intro-region-header,
.cms-street-results-for-1939-register.intro-region-header {
  background: url(/images/themes/fmp/introheaders/1939-search.jpg) 50% 32%;
  background-size: 100%;
}

@media (max-width:399px) {
  .cms-1939-register.intro-region-header,
  .cms-address-results-for-1939-register.intro-region-header,
  .cms-results-for-1939-register.intro-region-header,
  .cms-street-results-for-1939-register.intro-region-header {
    background-size: 200%;
  }
}

@media (min-width:400px) and (max-width:568px) {
  .cms-1939-register.intro-region-header,
  .cms-address-results-for-1939-register.intro-region-header,
  .cms-results-for-1939-register.intro-region-header,
  .cms-street-results-for-1939-register.intro-region-header {
    background-size: 160%;
  }
}

@media (min-width:569px) and (max-width:991px) {
  .cms-1939-register.intro-region-header,
  .cms-address-results-for-1939-register.intro-region-header,
  .cms-results-for-1939-register.intro-region-header,
  .cms-street-results-for-1939-register.intro-region-header {
    background-size: cover;
  }
}

.cms-1939-register.intro-region-header h1,
.cms-address-results-for-1939-register.intro-region-header h1,
.cms-results-for-1939-register.intro-region-header h1,
.cms-street-results-for-1939-register.intro-region-header h1 {
  color: #fff;
}

.cms-1921-census-of-england-and-wales.intro-region-header,
.cms-address-results-for-1921-census-of-england-and-wales.intro-region-header,
.cms-results-for-1921-census-of-england-and-wales.intro-region-header,
.cms-street-results-for-1921-census-of-england-and-wales.intro-region-header {
  background: url(/images/themes/fmp/introheaders/1921-houses.jpg) 50% 32%;
  background-size: 100%;
}

@media (max-width:399px) {
  .cms-1921-census-of-england-and-wales.intro-region-header,
  .cms-address-results-for-1921-census-of-england-and-wales.intro-region-header,
  .cms-results-for-1921-census-of-england-and-wales.intro-region-header,
  .cms-street-results-for-1921-census-of-england-and-wales.intro-region-header {
    background-size: 200%;
  }
}

@media (min-width:400px) and (max-width:568px) {
  .cms-1921-census-of-england-and-wales.intro-region-header,
  .cms-address-results-for-1921-census-of-england-and-wales.intro-region-header,
  .cms-results-for-1921-census-of-england-and-wales.intro-region-header,
  .cms-street-results-for-1921-census-of-england-and-wales.intro-region-header {
    background-size: 160%;
  }
}

@media (min-width:569px) and (max-width:991px) {
  .cms-1921-census-of-england-and-wales.intro-region-header,
  .cms-address-results-for-1921-census-of-england-and-wales.intro-region-header,
  .cms-results-for-1921-census-of-england-and-wales.intro-region-header,
  .cms-street-results-for-1921-census-of-england-and-wales.intro-region-header {
    background-size: cover;
  }
}

.cms-1911-census-for-england-and-wales.intro-region-header,
.cms-1921-census-of-england-and-wales.intro-region-header,
.cms-1921-census-of-england-and-wales.intro-region-header h1,
.cms-1939-register.intro-region-header,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header,
.cms-address-results-for-1921-census-of-england-and-wales.intro-region-header h1,
.cms-address-results-for-1939-register.intro-region-header,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header,
.cms-results-for-1921-census-of-england-and-wales.intro-region-header h1,
.cms-results-for-1939-register.intro-region-header,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header,
.cms-street-results-for-1921-census-of-england-and-wales.intro-region-header h1,
.cms-street-results-for-1939-register.intro-region-header {
  color: #fff;
}

.cms-1901-england-wales-and-scotland-census.search-page.decoration--container,
.cms-1911-census-for-england-and-wales.search-page.decoration--container,
.cms-1921-census-of-england-and-wales.search-page.decoration--container,
.cms-1939-register.search-page.decoration--container {
  padding-top: 0;
}

.cms-1901-england-wales-and-scotland-census.search-page.decoration--container .span12,
.cms-1901-england-wales-and-scotland-census.search-page.decoration--container .span3+.span9,
.cms-1911-census-for-england-and-wales.search-page.decoration--container .span12,
.cms-1911-census-for-england-and-wales.search-page.decoration--container .span3+.span9,
.cms-1921-census-of-england-and-wales.search-page.decoration--container .span12,
.cms-1921-census-of-england-and-wales.search-page.decoration--container .span3+.span9,
.cms-1939-register.search-page.decoration--container .span12,
.cms-1939-register.search-page.decoration--container .span3+.span9 {
  border-top: 0;
}

.cms-1911-census-for-england-and-wales.intro-region-header--search-results,
.cms-1939-register.intro-region-header--search-results,
.cms-address-results-for-1911-census-for-england-and-wales.intro-region-header--search-results,
.cms-address-results-for-1939-register.intro-region-header--search-results,
.cms-results-for-1911-census-for-england-and-wales.intro-region-header--search-results,
.cms-results-for-1939-register.intro-region-header--search-results,
.cms-street-results-for-1911-census-for-england-and-wales.intro-region-header--search-results,
.cms-street-results-for-1939-register.intro-region-header--search-results {
  border-bottom: 0;
  min-height: 90px;
}

.ie8 .cms-1939-register.intro-region-header .partner-icon,
.ie8 .cms-1939-register.intro-region-header--search-form .partner-icon,
.ie8 .cms-address-results-for-1939-register.intro-region-header .partner-icon,
.ie8 .cms-results-for-1939-register.intro-region-header .partner-icon,
.ie8 .cms-street-results-for-1939-register.intro-region-header .partner-icon {
  background: url(/images/1939/1939-tna-logos-cropped-293px.png) no-repeat;
}

.btn {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.btn:hover {
  box-shadow: none;
}

.btn-radius {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn-fullblue {
  background: #242048;
  border-color: #242048;
  color: #fff;
}

.btn-fullblue:hover {
  background: #507097;
  border-color: #507097;
  color: rgba(255,255,255,.9);
  text-decoration: dashed;
}

.btn-fullblue:active {
  background: #507097;
  color: #fff;
  margin-top: 3px;
}

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

.btn-primary:hover {
  background: #507097;
  border-color: #507097;
  color: rgba(255,255,255,.9);
  text-decoration: dashed;
}

.btn-primary:active {
  background: #507097;
  color: #fff;
  margin-top: 3px;
}

.btn-fullgreen {
  background: #df9158;
  border-color: #df9158;
  color: #fff;
}

.btn-fullgreen:hover {
  background: #e8b28a;
  border-color: #e8b28a;
  color: rgba(255,255,255,.9);
  text-decoration: dashed;
}

.btn-fullgreen:active {
  background: #e8b28a;
  color: rgba(255,255,255,.8);
  margin-top: 3px;
}

.btn-fullorange {
  background: #df9158;
  border-color: #df9158;
  color: #242048;
}

.btn-fullorange:hover {
  background: #efc8ab;
  color: #242048;
  text-decoration: dashed;
}

.btn-fullorange:active {
  background: #e8b28a;
  color: #242048;
  margin-top: 3px;
}

.btn-whiteblue {
  background: #fff;
  border-color: #507097;
  color: #507097;
}

.btn-whiteblue:hover {
  background: #507097;
  border-color: #507097;
  color: #fff;
  text-decoration: dashed;
}

.btn-whiteblue:active {
  background: #507097;
  color: #fff;
  margin-top: 3px;
}

.btn-whitegreen {
  background: #fff;
  border-color: #60a38e;
  color: #60a38e;
}

.btn-whitegreen:hover {
  background: #60a38e;
  border-color: #60a38e;
  color: #fff;
  text-decoration: dashed;
}

.btn-whitegreen:active {
  background: #60a38e;
  color: #fff;
  margin-top: 3px;
}

.btn-bare {
  background: #fff;
  border-color: #242048;
  color: #242048;
}

.btn-bare:hover {
  background: #fff;
  border-color: #fff;
  color: #507097;
  text-decoration: dashed;
}

.btn-bare:active {
  background: #fff;
  color: #7793b4;
  margin-top: 3px;
}

.main .paginator nav ol li a.selected {
  background-color: #242048;
}

.main .paginator nav ol li a.selected:hover {
  background-color: #5c88c6;
}

.bootstrap-select .btn {
  color: #242048;
}

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

.uneditable-input:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
textarea:focus {
  box-shadow: 0;
}

#slider .ui-state-active,
#slider .ui-state-hover {
  background-color: #507097;
  border: 1px solid #507097;
}