/* Wall Hompage / Global */
html {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html.wwii {
  background-image: url(//web-archive.nli.org.il/National_Library/oe_///img.honor.devf3.com/img/honorimage/background/wwii-background.jpg);
}
#searchwall {
  background: rgba(0, 0, 0, 0.4);
  margin-top: 51px;
  padding: 8px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.institution-pg #searchwall {
  margin-top: 75px;
}
#wall-search-wrap .suggestions-box {
  left: 8px;
  width: 40%;
}
.search-in {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
.wall-search-refine {
  left: 0;
  margin: 0 0 0 0;
  padding: 0;
  top: auto;
  width: auto;
}
.wall-search-refine .minput {
  left: auto;
  min-width: 124px;
  max-width: 360px;
  -moz-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  width: 212px;
}
.no-search-results .wall-search-refine .minput {
  width: 300px;
}
.wall-searched {
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 150px auto 18px;
  /*    opacity: 0; */
  padding: 20px;
  width: 80%;
  -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
}
.institution-pg .wall-searched {
  margin-top: 170px;
}
.no-rgba .wall-searched {
  background: url(/National_Library/oe_/https://www.fold3.com/i/bg-g.png);
}
.wall-searched.active {
  opacity: 1;
}
.wall-searched.searching {
  height: 100%;
  -webkit-transform: rotateY(-180deg) translateZ(0px) translateX(0px);
}
.loading-indicator {
  position: relative;
  width: 84px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  display: none;
}
.wall-searched.searching .loading-indicator {
  display: block;
  opacity: 1;
}
.wall-searched.searching .loading-indicator .loader-text {
  display: block;
  clear: both;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  -webkit-transform: rotateY(-180deg) translateZ(0px) translateX(0px);
}
.wall-results {
  margin: 0;
  padding: 0;
  width: auto;
  -moz-transition: opacity 500ms linear;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  opacity: 1;
}
.wall-searched.searching .wall-results {
  opacity: 0;
}
.wall-results > li {
  float: left;
  margin: 4px;
  position: relative;
}
#results .result a {
  color: #2284B5;
  display: block;
  text-decoration: none;
}
#results .result a:visited {
  color: #5EA0C1;
}
#results .result:hover a {
  color: #185F82;
}
.wall-results li img,
.wall-results li span.icon-f3 {
  display: block;
  background: #b7b0a4;
  color: #847a6b;
  height: 232px;
  width: 184px;
}
.wall-results li span.icon-f3 {
  font-size: 160px;
}
.wall-results li span.icon-f3:before {
  margin-left: 4px;
}
@media only screen and (max-width: 584px) {
  .wall-results li img,
  .wall-results li span.icon-f3 {
    height: 174px;
    width: 138px;
  }
  .wall-results li span.icon-f3 {
    font-size: 102px;
    height: 174px;
    width: 136px;
  }
}
.no-img {
  background: #B4AEA1;
  font-family: 'fold3conflicts';
  color: #666;
  height: 232px;
  speak: none;
  font-size: 10em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  width: 184px;
  -webkit-font-smoothing: antialiased;
}
.no-img:before {
  margin-left: 12px;
}
.result-name {
  background: rgba(255, 255, 255, 0.97);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  height: 68px;
  margin: 0;
  padding: 4px 8px;
  position: absolute;
  width: 100%;
  -moz-transition: height .25s linear;
  -ms-transition: height .25s linear;
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
  overflow: hidden;
}
.no-rgba .result-name {
  background: #fff;
}
.result-name.on {
  height: auto;
  padding-bottom: 24px;
}
.result-name .name {
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 172px;
  font-weight: bold;
}
/*
.moredata {
    color:#111;
    font-size: .8125em;
    margin:0;
    padding:0;	
}
.moredata b,
*/
.result-name .facts {
  padding: 0;
  max-height: 180px;
  overflow: auto;
}
.result-name .facts b,
.result-name em {
  color: #777;
  font-size: .846em;
  font-weight: normal;
  text-transform: uppercase;
}
.result-name em {
  font-size: .6875em;
  font-style: normal;
}
.result-name .facts b:after {
  content: ":";
}
.result-name i {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  bottom: 0px;
  cursor: pointer;
  font-size: .8125em;
  font-style: normal;
  height: 20px;
  position: absolute;
  right: 8px;
  width: 16px;
}
.result-name i:before,
.result-name.on i:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjkzNSA1LjUwMiI+PHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTEuMjczIDUuNDc4bDIuNzE5LTIuODQ3bDIuNzAzIDIuODdsMS4yNC0xLjI5OEwzLjkyIDBMMCA0LjEwNUwxLjI3MyA1LjQ3OHoiLz48L3N2Zz4=) no-repeat center center;
  background-size: 80%;
  content: "\20";
  display: block;
  height: 16px;
  padding: 2px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 12px;
}
.ie8 .result-name i:before {
  background: url(/National_Library/oe_/https://www.fold3.com/i/down.gif) no-repeat 0 5px !important;
}
.ie8 .result-name.on i:after {
  background: url(/National_Library/oe_/https://www.fold3.com/i/up.gif) no-repeat 0 5px !important;
}
.result-name.on i:before {
  left: -1px;
}
.ie8 .result-name.on i:before {
  background: none!important;
}
.lt-ie10 .result-name.on i:before {
  left: -2px;
  top: -1px;
}
.result-name i:hover:before,
.result-name.on i:hover:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjkzNSA1LjUwMiI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEuMjczIDUuNDc4bDIuNzE5LTIuODQ3bDIuNzAzIDIuODdsMS4yNC0xLjI5OEwzLjkyIDBMMCA0LjEwNUwxLjI3MyA1LjQ3OHoiLz48L3N2Zz4=) no-repeat center center;
  background-size: 80%;
}
.result-name i:hover {
  background-color: #777;
}
.ie8 .result-name i:hover {
  background-color: transparent;
  border: 1px solid #777;
}
.result-name.on i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.result-name.on i:after {
  left: 2px;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.result-name .facts {
  color: #111;
  display: block;
  font-size: .8125em;
  font-style: normal;
}
.helper {
  color: #999;
  float: left;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1.6;
  margin: 0 12px 0 0;
  padding: 8px;
}
/* conflict picker */
.click-nav {
  margin: 0;
  position: relative;
}
.click-nav2 {
  float: left;
}
.click-nav ul {
  float: left;
  margin: 4px 0 0;
  padding: 0;
}
.click-nav2 ul {
  margin: 0;
  padding: 0;
}
.click-nav ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
.click-nav .opts {
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  max-height: 350px;
  position: absolute;
  left: 0;
  right: 0;
  width: 252px;
  z-index: 10;
}
.js .click-nav .opts {
  display: none;
}
.click-nav ul .clicker,
.addclick.active {
  background-color: #2284B5;
  color: #fff;
  margin-right: 4px;
  padding-right: 32px;
}
.addclick.active {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 104px;
}
.addclick .remove {
  content: "\D7";
  color: #fff;
  cursor: pointer;
  display: none;
  opacity: .7;
  position: absolute;
  right: 8px;
  font-size: 1.5em;
  line-height: 0.75;
}
.addclick.active .remove {
  display: inline-block;
}
.addclick .remove:hover {
  opacity: 1;
}
.addclick.added {
  float: left;
  margin: 4px 0 4px 4px;
  position: relative;
}
.clicker::after {
  border: 1px solid #fff;
  border-width: 10px 6px 0;
  border-color: #fff transparent transparent;
  content: "\0020";
  display: inline-block;
  height: 0;
  right: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
}
.click-nav ul .clicker:focus,
.click-nav ul .clicker:hover,
.click-nav ul .active,
a.addclick.active:focus,
a.addclick.active:hover {
  background: #196F9A;
}
.click-nav img {
  position: absolute;
  top: 9px;
  left: 12px;
}
.click-nav ul li a,
a.addclick {
  background-color: #e2e2e2;
  display: block;
  padding: 8px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}
a.addclick {
  color: #111;
  display: inline-block;
}
.click-nav ul ul li a {
  color: #2284B5;
}
.click-nav ul li.selected a,
.click-nav ul li a:hover {
  background: #196F9A;
  color: #fff;
}
.click-nav .opts,
.refiner {
  display: none;
}
/* Fallbacks */
.no-js .click-nav:hover .opts,
.refiner:hover {
  display: block;
}
a.refine-btn {
  background: #ccc;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  margin: 4px;
  padding: 0 8px 6px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
}
a.refine-btn:hover {
  background: #999;
}
a.refine-btn span {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center center;
}
a.refine-btn.closer span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2px;
}
.refiner {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #999;
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.refine-opt {
  margin: 0;
  padding: 0;
}
.refine-opt > li {
  clear: both;
  margin: 4px 0;
}
.refine-opt label {
  background: #f2f2f2;
  display: block;
  float: left;
  margin-right: 2px;
  padding: 8px;
  text-align: right;
  width: 40%;
}
.refine-text {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.refine-text .error {
  margin: 0 0 0 90px;
}
.refine-text > input {
  border: 1px solid #2284B5;
  display: none;
  left: auto;
  margin: 0 ;
  outline: none;
  padding: 4px;
  font-size: 1.25em;
  width: 134px;
}
.refine-text .details {
  background: #fff;
  border: 1px solid #c2c2c2;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  padding: 40px 20px;
  right: 0;
  top: 44px;
  width: 500px;
  z-index: 1;
}
.refine-text .subdued {
  margin-left: 92px;
}
.refine-text .details input[type="text"] {
  border: 1px solid #ccc;
  font-size: 1.25em;
  width: 100px;
}
.refine-text .details input[type="text"]:focus {
  border-color: #2284B5;
  outline: none;
}
.refine-text .details:before,
.refine-text .details:after {
  border: 1px solid #ded6c5;
  border-width: 0 12px 12px;
  border-color: transparent transparent #c2c2c2;
  content: "\0020";
  display: block;
  height: 0;
  right: 20px;
  position: absolute;
  top: -13px;
  width: 0;
}
.refine-text .details:after {
  border-color: transparent transparent #fff;
  top: -12px;
}
.noresults {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
}
.noresults-inline {
  background: #ffffff url(/National_Library/oe_/https://www.fold3.com/i/blank-ww2-profile.png) no-repeat 10px 44px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
}
.in-noresults {
  margin: 0 auto;
  position: relative;
  width: 480px;
}
.noresults-inline .in-noresults {
  font-size: .8em;
  height: 216px;
  padding-left: 100px;
  width: 260px;
}
.noresults-inline ul {
  float: none;
  list-style: disc;
  margin: 0;
  padding: 0 0 0 12px;
}
.noresults-inline ul li {
  display: list-item;
  float: none;
}
.noresults h1 {
  background: url(/National_Library/oe_/https://www.fold3.com/i/blank-ww2-profile.png) no-repeat center top;
  margin: 0;
  padding: 120px 0 0;
}
.noresults-inline h1 {
  margin: 0 0 0 -96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.range-toggle {
  text-decoration: none;
  cursor: pointer;
  font-size: .8125em;
}
.still {
  margin-left: -90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in-noresults h1 strong {
  color: #c14139;
}
.in-noresults h1 strong.conflict {
  font-size: 1em;
}
.addperson {
  bottom: 0;
  margin: 0 0 0 -100px;
  position: absolute;
  white-space: nowrap;
}
.addperson .btn .name,
.addperson .btn i {
  display: inline-block;
  font-style: normal;
  max-width: 148px;
  margin: 0;
  overflow: visible;
}
.conflicts li a:before {
  font-family: 'fold3wall';
  speak: none;
  font-size: 1.25em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 4px;
  /* -webkit-font-smoothing: antialiased;  */
}
@media only screen and (max-width: 584px) {
  .noresults-inline {
    background-image: none;
  }
  .noresults-inline .in-noresults {
    padding-left: 0;
    width: 268px;
  }
  .addperson {
    margin: 0;
  }
  .noresults-inline h1 {
    margin: 0;
  }
}
.icon-conflict-other-female:before {
  content: "\e40c";
}
.icon-conflict-OtherWar:before,
.icon-conflict-all:before {
  content: "\e40b";
}
.icon-conflict-iraq-marine:before {
  content: "\e402";
}
.icon-conflict-IraqWar:before {
  content: "\e419";
}
.icon-conflict-modern-pilot:before {
  content: "\e413";
}
.icon-conflict-gulf-marine:before {
  content: "\e417";
}
.icon-conflict-GulfWar:before {
  content: "\e40a";
}
.icon-conflict-ww2-navy:before {
  content: "\e40d";
}
.icon-conflict-vietnam-navy:before {
  content: "\e40f";
}
.icon-conflict-vietnam-pilot:before {
  content: "\e406";
}
.icon-conflict-vietnam-marine:before {
  content: "\e416";
}
.icon-conflict-VietWar:before {
  content: "\e405";
}
.icon-conflict-korea-navy:before {
  content: "\e411";
}
.icon-conflict-korea-pilot:before {
  content: "\e41b";
}
.icon-conflict-korea-marine:before {
  content: "\e418";
}
.icon-conflict-KoreaWar:before {
  content: "\e41a";
}
.icon-conflict-ww1-navy:before {
  content: "\e412";
}
.icon-conflict-ww2-pilot-navy:before {
  content: "\e40e";
}
.icon-conflict-ww2-pilot:before {
  content: "\e402";
}
.icon-conflict-ww2-marine:before {
  content: "\e415";
}
.icon-conflict-ww2:before {
  content: "\e401";
}
.icon-conflict-ww1-navy-2:before {
  content: "\e412";
}
.icon-conflict-ww1-army:before {
  content: "\e409";
}
.icon-conflict-ww1:before {
  content: "\e403";
}
.icon-conflict-SpanAmWar:before {
  content: "\e407";
}
.icon-conflict-CivWar-confed:before {
  content: "\e41e";
}
.icon-conflict-CivWar:before {
  content: "\e41d";
}
.icon-conflict-MexAmWar:before {
  content: "\e414";
}
.icon-conflict-War:before {
  content: "\e404";
}
.icon-conflict-AfghanWar:before {
  content: "\e41c";
}
.icon-conflict-RevWar:before {
  content: "\e408";
}
/* !Media queries for responsive design
--------------------------------------------- */
/* !--- iPad Landscape --- */
@media screen and (max-width: 1024px) {
  .wall-searched {
    padding: 12px;
    width: 98%;
    margin-top: 18px;
  }
  #searchwall {
    position: static;
  }
  .click-nav .opts {
    max-height: none;
  }
  .result-name i {
    padding: 2px 4px;
    height: 20px;
    right: 4px;
    width: 16px;
  }
  .result-name.on i::before {
    left: 3px;
  }
  .result-name.on i::after {
    left: 6px;
  }
}
/* iPad Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wall-searched {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  a.addclick.active,
  .refine-text > input {
    width: 68px;
  }
  .no-search-results .wall-search-refine .minput {
    min-width: 0;
    width: 88px;
  }
}
/* !--- Smartphones(iPhone landscape) --- */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .wall-searched {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  .wall-search-refine {
    height: auto;
  }
  .click-nav {
    clear: both;
  }
  .click-nav ul {
    float: none;
    margin: 4px 0 0 4px;
  }
  a.addclick,
  a.addclick.active,
  .refine-text > input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  .refine-text {
    display: block;
    margin: 4px;
  }
  .refine-text .details {
    width: auto;
  }
  .wall-search-refine .minput {
    min-width: 124px;
    max-width: 360px;
    max-width: 80px;
  }
  .in-noresults {
    width: auto;
  }
  .still {
    margin: 0;
  }
  .result-name i {
    right: 1px;
  }
  .addperson .btn .name {
    display: inline-block;
    max-width: 60px;
  }
  .result-name .facts li {
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .result-name.on .facts li {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}
