/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border: 2px solid black;
  border-spacing: 5px;}
  tr:hover{background-color:#f5f5f5}

  th {
    font-weight: bold;
  }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/* Animations */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes half-spin {
  100% {
    -moz-transform: rotate(180deg); } }
@-webkit-keyframes half-spin {
  100% {
    -webkit-transform: rotate(180deg); } }
@keyframes half-spin {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-moz-keyframes half-spin-back {
  100% {
    -moz-transform: rotate(-180deg); } }
@-webkit-keyframes half-spin-back {
  100% {
    -webkit-transform: rotate(-180deg); } }
@keyframes half-spin-back {
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); } }
a {
  text-decoration: none;
  color: #2a67cc; }

body, html {
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: Georgia, serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif; }

/* =Utility Classes
------------------------------------------------ */
.centered {
  text-align: center;
}

.italic {
  font-style: italic;
}

#app-views {
  height: 100%; }

#app-view-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: white;
  opacity: 0.5;
  z-index: 999999;
  display: none; }

.page {
  display: none;
  opacity: 0;
  width: 100%;
  overflow: auto;
  background: white;
  overflow: auto; }
  .page.current {
    display: block; }

.page.is-visible {
  opacity: 1;
  display: block; }

.page-transitioned-in {
  position: static; }

.page-transition-out {
  animation: scaleUpOut .7s ease both;
  position: fixed;
  width: 100%;
  height: 100%; }

.page-transition-in {
  animation: scaleUpIn 2s ease both; }

@keyframes scaleUpIn {
  from {
    opacity: 0;
    transform: scale(0.3); }

  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes scaleUpOut {
  to {
    opacity: 0;
    transform: scale(3); } }
#main-sidebar {
  background: #FAFAFA;
  width: 240px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0; }

#fabric-logo {
  width: 42px;
  height: 42px;
  background: url(/images/landing-logo.png) top left no-repeat;
  background-size: cover;
  margin: 40px auto; }

#explore-documents-button {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  border-radius: 5px;
  background: #10877F;
  padding: 15px 20px;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px; }

#main-nav a {
  text-align: center;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  color: #A2A096;
  font-size: 18px;
  font-weight: 400; }
  #main-nav a:hover {
    color: #756E6E;
    background: white; }

.sidebar-page-content {
  margin-left: 240px; }

.nav-header {
  font-size: 0.9em;
  margin: -19px 0 15px 25px;
  letter-spacing: 2px;
  font-family: "source-sans-pro";
}

.freedom-header {
  margin-left: -20px;
}

/* =Landing Page
================================*/
#home-view .sidebar-page-content {
  background-opacity: 0.8;
  background-size: contain; }

#home-logo-title {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 80px;
  opacity: 0.8; }

.home-info-section {
  margin-left: 80px;
  max-width: 800px;
  margin-top: 40px; }
  .home-info-section h3 {
    font-weight: 600;
    opacity: 0.6;
    font-size: 18px; }

.home-info-main-text {
  font-size: 24px;
  line-height: 1.5;
  opacity: 0.8; }

#tools-page {
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: white; }

/* =TOOLS SIDEBAR */
#tools-sidebar {
  background: #f8f8f8;
  width: 420px;
  /*height: 100%;*/
  height: -moz-calc(100% - 155px); /* Firefox */
  height: -webkit-calc(100% - 155px); /* Chrome, Safari */
  height: calc(100% - 155px);
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  padding-bottom: 50px;
  padding-top: 10px;
  margin-top: 90px;
  /*top: 0;*/
  left: 0; }


.tools-sidebar-nav {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px; }
  .tools-sidebar-nav a {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    padding-left: 40px;
    color: #222;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 600;
    opacity: 0.4;
    border-top: 1px solid #ccc;
    -moz-transition: 250ms all ease-out;
    -webkit-transition: 250ms all ease-out;
    transition: 250ms all ease-out;
    vertical-align: middle; }
    .tools-sidebar-nav a:hover {
      background: #e8e8e8;
      opacity: 1; }
      .tools-sidebar-nav a:hover .tools-sidebar-nav-icon {
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5); }

#tools-sidebar-nav-visualizations .tools-sidebar-nav-icon {
  background: url(/images/icon-visualizations.png) top left no-repeat;
  background-size: contain;
  width: 34px;
  height: 30px; }

.tools-sidebar-nav-icon {
  display: inline-block;
  vertical-align: middle;
  -moz-transition: 250ms all ease-out;
  -webkit-transition: 250ms all ease-out;
  transition: 250ms all ease-out;
  margin-right: 10px; }

.tools-heading {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.33em;
  color: #222;
  float: left;
  width: 100%;
  margin-left: 40px;
  font-weight: 600; }

.tools-heading-icon {
  float: left;
  margin-right: 10px; }

.tools-heading-text {
  display: block;
  padding-top: 5px;
  color: #222; }

#tools-heading-search .tools-heading-icon {
  display: block;
  width: 35px;
  height: 35px;
  background: url(/images/document-explorer-icon.png) top left no-repeat;
  background-size: cover; }

#about-collections-menu {
  width: 420px;
}

.tools-sidebar-content-menu {
  position: fixed;
  bottom: 0px;
  padding-left: 40px;
  width: 380px;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: -2px -2px 2px 2px #e8e8e8;
  background: #f8f8f8; }
  .tools-sidebar-content-menu a {
    font-size: 1em;
    text-decoration: none;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    float: left;
    color: #222;
    margin-right: 15px;
    opacity: 0.8;
    font-weight: 600; }
    .tools-sidebar-content-menu a:hover {
      color: #2a67cc;
      opacity: 1; }

a.tools-sidebar-content-menu-logo {
  display: block;
  width: 25px;
  height: 25px;
  background: url(/images/landing-logo.png) top left no-repeat;
  background-size: cover;
  margin-right: 25px; }
  a.tools-sidebar-content-menu-logo:hover {
    -webkit-animation: half-spin 0.5s linear 1 forwards;
    -moz-animation: half-spin 0.5s linear 1 forwards;
    animation: half-spin 0.5s linear 1 forwards; }

.tools-sidebar-content-menu-link {
  margin-top: 6px; }

.hidden {
  display: none; }

#tool-content-pane-container {
  /*margin-left: 440px;*/
  margin: 130px auto 0 auto;
  width: calc(100% - 440px);
  height: 100%;
  /*overflow-y: auto; */
}

#secrecy-content-pane-container {
  /*margin-left: 440px;*/
  margin: 130px auto 0 auto;
  width: calc(100% - 310px);
  height: 100%;
  /*overflow-y: auto; */
}

#topics-page-view #tool-content-pane-container {
  margin: 10px 10px 10px 440px;
}

#tool-content-pane-container h1 {
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}

#secrecy-content-pane-container h1 {
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}

#tool-content-pane-container .tab {
  display: none;
}

#tool-content-pane-container .tab.visible {
  display: block;
}

#secrecy-content-pane-container .tab {
  display: none;
}

#secrecy-content-pane-container .tab.visible {
  display: block;
}




/* =Overview Styles
----------------------------------------------*/

#over-view #tools-sidebar {
  width: 380px;
}

#overview-content-pane-container {
  margin-left: 420px;
  margin-top: 130px;
  width: calc(100% - 380px);
  height: 100%;
}

.overview-wrapper p {
  color: #1E313D;
  padding: 0 0 15px 0;
}

#over-view .tools-sidebar-nav {
  display: none;
}

#colldates {
  /*
  width: 85%;
  min-width: 700px;
  max-width: 850px;
  padding: 10px;
  border: 1px solid #EEE;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
  padding-top: 15px;
  */
}

#colldates h2 {

}

#colldates .nvd3-svg {
  height: 400px;
}

#collections h3 {
  display: inline-block;
  width: 95%;
}

.showall {
  display: block;
  width: 100%;
  text-align: center;
  color: #149d54;
  margin-bottom: 10px;
  margin-top: 10px;
}

.table-container {
  overflow-y: scroll;
  margin: 10px 0;
  border: 1px solid #E5E5E5;
  padding: 8px 5px;
  position: relative;
  height: 0px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.table-container .bck {
  background-color: #EEE;
}
.table-name {
  width: 30%;
  font-family: arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  overflow-x: hidden;
  max-height: 1.2em;
}

.table-row {
  background-color: steelblue;
  color: #FFF;
  font-family: arial, sans-serif;
  font-size: 12px;
  overflow-x: hidden;
  margin-bottom: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 3px;
}

.nvd3 text {
  font: inherit;
  font-size: 11px;
  font-weight: normal;
}

.nvd3 .nv-focus .nv-axis .nv-axisMaxMin text {
}

.nvd3 .nv-x .nv-axisMaxMin text {
  display: none;
}

#over-view .row {
  width: 680px;
  margin: 0 auto;
}



.treemap {
  margin: 0 auto;
  height: 420px !important;
/*  margin-bottom: -40px;*/
}


.sum {
  font-size: 13px;
  margin: 10px 0;
}
.axis path,
.axis line {
  fill: none;
  stroke: #333;
  shape-rendering: crispEdges;
}

.axis text {
  fill: #333;
  font-size: 10px;
}

.brush .extent {
  stroke: #CCC;
  fill: #BBB;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

.bar {
  fill: steelblue;
}
.selected {
  fill: #7fcdbb;
}

.country-text {
  cursor: pointer;
}

#overview-tip {
  position: relative;
}

.tip {
  width: 110px;
  text-align: center;
  color: #EEE;
  border: 1px solid #eee;
  position: absolute;
  opacity: 0;
  background-color: #555;
  padding: 5px;
  margin: 0;
  margin-right: -10px;
  font-size: 12px;
}

.tip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0; height: 0;
  border-top: 4px solid #555;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.tip .title {
  font-weight: bold;
  margin-bottom: 2px;
}

.tip .data-point {
  font-familty: arial;
  padding: 2px 0;
  text-shadow: 1px 0px #DDD;
}
.brush .resize path {
  fill: #eee;
  stroke: #666;
}



.node {
  border: 3px solid #eee;

  font: 12px sans-serif;
  line-height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;

  cursor: pointer;

  background: -moz-linear-gradient(top,  rgba(136,136,136,0.67) 0%, rgba(44,44,44,0.67) 50%, rgba(44,44,44,0.95) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,0.67)), color-stop(50%,rgba(44,44,44,0.67)), color-stop(100%,rgba(44,44,44,0.95))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(136,136,136,0.67) 0%,rgba(44,44,44,0.67) 50%,rgba(44,44,44,0.95) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(136,136,136,0.67) 0%,rgba(44,44,44,0.67) 50%,rgba(44,44,44,0.95) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(136,136,136,0.67) 0%,rgba(44,44,44,0.67) 50%,rgba(44,44,44,0.95) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(136,136,136,0.67) 0%,rgba(44,44,44,0.67) 50%,rgba(44,44,44,0.95) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78888888', endColorstr='#db2c2c2c',GradientType=0 ); /* IE6-9 */

  transition: all 0.2s linear;
}

.node .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;

}

.node .info  {
  padding: 2px;
  z-index: 10;
  position: absolute;
  color: #EEE;
}

.node .freq {
  font-weight: bold;
  opacity: 0;
}

.node:hover .freq, .selected .freq {
  opacity: 1;
}

.node .vertical {
  background-size:  auto 100%;
}

.node .horizontal {
  background-size: 100% auto;
}


.treemap .selected {
  border-color: #14a5c9;
  background: rgba(20,165,201,0.5);

}

.treemap .selected .image {
  opacity: 0.6;
}


.john_f_kennedy .image {
  background-position: 50% 35%;

}

.henry_kissinger .image {
  background-position: 50% 35%;

}

.jacob_sullivan .image {
  background-position-x: -4px;
}

.node:hover .image {
  opacity: 0.6;
}

#collections {
  width: 85%;
  min-width: 700px;
  max-width: 850px;

}


/* Header and Copy styles for
   Overview Page
*/
.overview-page-heading {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.overview-page-heading h1 {
  font-size: 3rem !important; /* sloppy, but a quick HACK */
  color: rgba(50, 50, 50, 1.0);
}

.overview-collections-heading {
  margin: 0 auto;
  /*margin-top: 75px;*/
  margin-bottom: 30px;
  text-align: center;
}

.overview-collections-heading h2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: rgba(50, 50, 50, 0.7);
}

.overview-section-heading {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.overview-section {
  margin: 0 auto;
}

.overview-section h3 {
  font-size: 1.3em;
}

.inner-section {
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
}

.details-header {
    margin: 20px 0;
    font-size: 1.4em;
}

.area-description {
  display: inline-block;
  width: 40%;
  color: #1E313D;
  font-style: italic;
  text-align: center;
  font-size: 1em;
}

.area-description-inner {
  display: inline-block;
  width: 70%;
  color: #1E313D;
  font-style: italic;
  text-align: center;
  font-size: 0.8em;
}


.intervals {
  padding: 10px 0;
  font-size: 0.85em;
}
.intervals label {
  margin: 0 20px 0 5px;
}

#collections .tabs {
}



#collections .content {
  padding: 15px;
  border: 1px solid #CCC;
  border-top: 0px;
  /*max-height: 700px;
  overflow-y: scroll;*/

  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);


}

.tab-header {
  display: inline-block;
  width: 33.3333%;
  padding: 10px;
  margin-top: 2px;
  border: 1px solid #CCC;
  border-bottom: 1px;
  cursor: pointer;
  background-color: #D5D5D5;
  color: #888;
  transition: background 0.1s linear;
}

#tool-content-pane-container .tab-header {
  width: 19%;
}

#secrecy-content-pane-container .tab-header {
  width: 32%;
}

.tab-header.selected {
  background: #FFF;
  color: #000;
  border-top: 2px solid rgb(44,127,184);
  padding-top: 12px;
  margin-top: 0;
}

.chartdiv {
  position: relative;
}

#tool-content-pane-container #topics {
  margin: 70px auto;
  width: 700px;
}

#topics .sum {
  opacity: 0;
}

.loading {
  position: absolute;
  font-size: 14px;
  left: 40%;
  margin-top: 10px;
  z-index: 100;
}


.tab-header h3 {
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.data0 {
  fill: #FF0000;
}

.data1 {
  fill: #0000FF;
}
.data2 {
  fill: #00FF00;
}

svg .country {
  fill: #ccc;
  stroke: #EEE;
}

svg .active {
  fill: #AAA;
}


svg .country-circle {
  fill: steelblue;
  stroke: #ccc;
  opacity: 0.6;
  cursor: pointer;

}

svg .selected {
  fill: #7fcdbb;
  stroke: steelblue;
  stroke-width: 0.5;
}

svg .country-text {
  font-size: 12px;
  font-family: arial, sans-serif;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.country-text.selected {
  fill: #333;
}


/* SEARCH TOOL */
#search-tool {
  margin-top: 30px; }



.search-tool-group {
  margin-left: 40px;
  margin-top: 20px;
  clear: left;
  float: left;
  color: #2D2B2B;
  font-size: 14px; }
  .search-tool-group .group-heading {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    display: block; }

.group-info {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 3px;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    display: block;
    color: #333;
}

.search-tool-group.disabled, .search-tool-group .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.search-tool-group .search-option, .collection-option {
  cursor: pointer;
  color: #888;
  display: inline-block;
  margin-right: 5px;
}

.search-tool-group .search-option::before, .collection-option::before {
  /*content: '➢';*/
  content: '⦾';
  margin: 0 3px;
  /*color: #149d54;*/
  opacity: 0.8;
  font-size: 18px;
  transition: all 0.2s ease-in;
}

.collection-option {
  margin-top: 5px;
}

#tab-topics h3 {
  margin-top: 10px;
}

.search-tool-group .search-option.selected::before, .collection-option.selected::before {
  opacity: 1;
}

.search-option.selected, .collection-option.selected {
  cursor: auto;
  color: #000;

}

.search-tool-collections-toggle {
  margin-top: 4px; }

.search-tool-classifications-toggle {
  margin-top: 4px; }

.search-classification-table {
  width: 300px;
  border: none;
}

#search-tool-dates label {
  display: inline-block;
  width: 40px; }

.search-tool-dates-item {
  margin-bottom: 10px; }

/* for glow effect */
@-webkit-keyframes greenPulse {
  from {  color: #000; -webkit-text-shadow: 2px 1px 6px #CCC; text-shadow: 2px 1px 6px #CCC;}
  50% {  color: rgb(28, 144, 153); -webkit-text-shadow: 2px 1px 6px #83F52C; text-shadow: 2px 1px 6px #83F52C; }
  to {   color: #000; -webkit-text-shadow: 2px 1px 6px #CCC; text-shadow: 2px 1px 6px #CCC;}
}

.update-glow {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;

  animation-name: greenPulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.update-glow::before {
  position: absolute;
  left: 22px;
  content: '➛';
  font-size: 14px;
  opacity: 0.7;
}

#search-tool-entity-input {
  border-radius: 5px;
  /* Rectangle 12: */
  background: #FFFFFF;
  border: 1px solid #ccc;
  float: left;
  position: relative;
  -moz-box-shadow: inset 0px 1px 3px 0px #e8e8e8;
  box-shadow: inset 0px 1px 3px 0px #e8e8e8; }
  #search-tool-entity-input textarea {
    background: none;
    border: 0;
    margin: 5px;
    width: 250px;
    resize: none;
    transition: all 0.3s ease-in;
    height: 1.5em;
    padding: 5px 10px;
    outline: none;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1em; }
  #search-tool-entity-input ::-webkit-input-placeholder {
    color: #BDC8C2;
    /* Filter By People, Lo: */ }
  #search-tool-entity-input :-moz-placeholder {
    /* Firefox 18- */
    color: #BDC8C2;
    /* Filter By People, Lo: */ }
  #search-tool-entity-input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #BDC8C2;
    /* Filter By People, Lo: */ }
  #search-tool-entity-input :-ms-input-placeholder {
    color: #BDC8C2;
    /* Filter By People, Lo: */ }

#entity-search-options {
  float: right;
  position: relative; }

.entities-search-options-toggle {
  transform: translate(-50px, 22px); /* hack to fix position */
  width: 17px;
  height: 17px;
  margin-top: 10px;
  background: url(/images/settings-icon.png) 0px 0px no-repeat;
  background-size: 17px 17px;
  margin-left: 10px; }
  .entities-search-options-toggle:hover {
    color: black;
    cursor: pointer; }

.entities-search-options-menu {
    width: 152px;
    /* margin-top: 37px; */
    top: 63px;
    left: -216px;
    position: absolute;
    background: white;
    margin-left: 48px;
    border-radius: 5px;
    box-shadow: 0px 2px 1px 2px #e8e8e8;
    display: none;
    z-index: 999999;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  }
  .entities-search-options-menu h4 {
    font-size: 1em;
    font-weight: 600;
    opacity: 0.6;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }

.entities-operator-menu-option {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #333; }
  .entities-operator-menu-option:hover {
    cursor: pointer;
    color: #2a67cc; }
  .entities-operator-menu-option.selected {
    border-left: 3px solid #f9d806;
    background: #f8f8f8; }

#entities-selected-container {
  display: none;
  width: 260px;
  clear: both;
  float: left; }
  #entities-selected-container h3 {
    font-size: 1em;
    font-weight: 600; }

.entities-category {
  display: none;
  margin-top: 20px; }
  .entities-category h4 {
    font-size: 1em;
    font-weight: 600;
    opacity: 0.6; }

.entities-selected-list li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 15px;
  background: #f9d806;
  padding: 10px 20px;
  padding-right: 10px; }
  .entities-selected-list li:hover {
    opacity: 0.8;
    cursor: pointer; }
    .entities-selected-list li:hover .entity-remove-indicator {
      color: black; }

.entity-remove-indicator {
  font-size: 12px;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  color: #B69F0E;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 700;
  display: inline-block;
  float: right;
  padding-top: 1px; }

#submit-search-button {
  float: left;
  margin: 25px 40px;
  clear: left; }

button:disabled {
  content: "Disabled";
  opacity: 0.9;
  background-color: rgba(100, 100, 100, 1.0);
  color: rgba(0, 0, 0, 0.7);
}

/* SEARCH RESULTS */
#search-results-loading {
  width: 30px;
  height: 30px;
  background: url(/images/landing-logo.png) top left no-repeat;
  background-size: cover;
  margin: 30px;
  margin-left: 10px;
  -webkit-animation: half-spin 0.5s linear infinite forwards;
  -moz-animation: half-spin 0.5s linear infinite forwards;
  animation: half-spin 0.5s linear infinite forwards;
  float: left; }

#new-search-loading {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  opacity: 0.6;
  margin-top: 35px; }

.tool-pane {
  margin: 30px; }
  .tool-pane h1 {
    font-size: 24px; }

.tool-pane table {
  margin: 20px auto;
  font-family: "source-sans-pro";
  font-size: 0.95em;
}

.tool-pane td, .tool-pane th {
  width: 10%;
  height: 2rem;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}

.tool-pane tr:first-child th:first-child {
  border: none;
}
.tool-paneth {
  background: lightblue;
  border-color: white;
}

#search-results {
  margin: 30px;
  display: none; }
  #search-results h1 {
    font-size: 24px; }

#no-search-results {
  margin-top: 20px; }

#search-results-info {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8; }

#search-results-info-matches {
  color: #333;
  margin-top: 15px;
  display: block;
}

#search-results.loading #document-list {
  opacity: 0.3; }

.standard-label {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 11px;
  color: #6F6F6F;
  text-transform: uppercase; }

.search-result-item {
  margin-top: 40px;
  max-width: 800px;
  display: block; }

.search-result-item-attributes-group {
  font-size: 14px; }

.search-result-item-attribute {
  margin-right: 10px;
  display: inline-block;
  color: #6F6F6F;
  margin-bottom: 5px;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif; }

.search-result-item-subject {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 500;
  color: #6F6F6F; }

.search-result-item-title {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.2em;
  color: #2A67CC;
  font-weight: 400;
  text-decoration: none;
  display: block;
  line-height: 30px;
  padding-bottom: 5px; }
  .search-result-item-title:hover {
    text-decoration: underline; }

.search-result-item-body {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 800px; }

.search-pagination {
  font-size: 0;
  float: left;
  margin-top: 40px;
  display: block;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  margin-bottom: 50px;
  margin-right: 20px; }
  .search-pagination span {
    font-size: 14px;
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px; }
    .search-pagination span:hover {
      cursor: pointer;
      text-decoration: underline; }

.search-pagination-current {
  font-weight: bold;
  font-size: 18px; }

.search-paginate-specific {
  cursor: default;
  pointer-events: none;  /* disable page numbers */
}

#explorer-pane {
  padding-bottom: 40px; }
  #explorer-pane p {
    margin-top: 20px;
    max-width: 800px;
    opacity: 0.8; }

.explorer-pane-section {
  margin-top: 20px; }

.explorer-hover-tip {
  font-style: italic;
  opacity: 0.5;
  display: block;
  margin-top: 20px;
  font-size: 0.75em; }

.explorer-explanation-group {
  margin-top: 20px;
  margin-bottom: 20px; }

.explorer-explanation-item {
  width: 26%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  padding-top: 20px;
  padding-bottom: 20px; }
  .explorer-explanation-item:hover {
    background: #f8f8f8;
    box-shadow: 0px 0px 3px 3px #e8e8e8; }

.explorer-explanation-item-image {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  margin-bottom: 20px; }

#explorer-explainer-documents .explorer-explanation-item-image {
  background: url(/images/explorer_explainer_documents.png) no-repeat center center;
  background-size: contain; }

#explorer-explainer-search .explorer-explanation-item-image {
  background: url(/images/explorer_explainer_search.png) no-repeat center center;
  background-size: contain; }

#explorer-explainer-intelligence .explorer-explanation-item-image {
  background: url(/images/explorer_explainer_intelligence.png) no-repeat center center;
  background-size: contain; }

.explorer-explanation-description {
  display: none;
  position: absolute;
  top: -30px;
  left: 20px;
  background: white;
  box-shadow: 0px 0px 3px 3px #e8e8e8;
  padding: 20px;
  z-index: 2; }
  .explorer-explanation-description p {
    margin-top: 0 !important; }

.explorer-explanation-description-group {
  position: relative; }

.explorer-pane-collection-overview {
  clear: left;
  float: left;
  margin-top: 40px;
  max-width: 800px; }

.explorer-pane-collection-name {
  font-weight: 600;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  margin-top: 0; }

.explorer-pane-collection-image {
  float: left; }

.explorer-pane-collection-info {
  margin-left: 150px; }

.explorer-pane-collection-list-item {
  float: left;
  clear: left;
  margin-top: 10px; }

.explorer-pane-collection-list-item-size {
  background: url(/images/collection-size-bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  padding-left: 20px;
  color: #1E313D;
  width: 200px;
  float: left; }

#explorer-pane-collection-list-item-frus .explorer-pane-collection-list-item-size {
  background-size: 14% 100%; }

#explorer-pane-collection-list-item-statedeptcables .explorer-pane-collection-list-item-size {
  background-size: 100% 100%; }

#explorer-pane-collection-list-item-ddrs .explorer-pane-collection-list-item-size {
  background-size: 8% 100%; }

#explorer-pane-collection-list-item-kissinger .explorer-pane-collection-list-item-size {
  background-size: 1% 100%; }

#explorer-pane-collection-list-item-clinton .explorer-pane-collection-list-item-size {
    background-size: 4% 100%; }

#explorer-pane-collection-list-item-cabinet .explorer-pane-collection-list-item-size {
    background-size: 4% 100%; }

#explorer-pane-collection-list-item-cpdoc .explorer-pane-collection-list-item-size {
    background-size: 2% 100%; }

.explorer-pane-collection-list-item-name {
  color: #333;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.9em;
  margin-left: 240px;
  float: none;
  padding-top: 5px;
  display: block; }

.explorer-pane-collection-list-item-dates {
  opacity: 0.6;
  font-style: italic;
  margin-left: 10px;
  z-index: 1; }

/* Show Document
===========================================*/
#tools-sidebar-shortcut {
  position: fixed;
  top: 30px;
  left: 30px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(/images/search-icon.png) top left no-repeat;
  background-size: cover;
  text-indent: -999999px;
  opacity: 0.7;
  z-index: 10; }
  #tools-sidebar-shortcut:hover {
    cursor: pointer;
    opacity: 1; }

#document-show-quick-search-results {
  position: fixed;
  top: 0;
  left: -500px;
  z-index: 2;
  background: white;
  width: 300px;
  height: 100%;
  padding: 0px 90px 0px 60px;
  overflow-y: auto;
  box-shadow: -3px 0px 6px #8e8888;
  opacity: 0.95; }
  #document-show-quick-search-results.in-view {
    transform: translateX(-500px);
    transition: transform 1s; }

.document-show-quick-back-to-tools {
  margin-top: 30px;
  display: block;
  font-style: italic;
  text-decoration: none;
  color: black;
  opacity: 0.4; }

.document-show-container {
  height: 100%;
  margin: 0 auto;
  background: white; }

.document-show-main {
  margin-right: 400px;
  box-sizing: border-box;
  padding: 80px;
  height: 100%;
  overflow-y: auto; }

.document-show-sidebar {
  width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  background: #f8f8f8;
  height: 100%;
  overflow-y: auto;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.9em; }
  .document-show-sidebar .sidebar-label {
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 11px;
    color: #6F6F6F;
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px; }

  .document-show-sidebar .sidebar-collection-name {
    font-style: italic;
  }
  .document-show-sidebar .sidebar-item {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px; }

.sidebar-entities-list {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5; }

.input-text-container {
  border-radius: 5px;
  /* Rectangle 12: */
  background: #FFFFFF;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0px 1px 3px 0px #e8e8e8;
  box-shadow: inset 0px 1px 3px 0px #e8e8e8; }
  .input-text-container input {
    background: none;
    border: 0;
    margin: 5px;
    padding: 5px 10px;
    outline: none;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1em; }

.edit-similar-documents-toggle {
  margin-top: 10px;
  font-size: 0.75em;
  color: #6E6E6E;
  font-style: italic;
  background: url(/images/merriam_m.png) 0px 3px no-repeat;
  padding-left: 25px;
  background-size: 17px 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 20px; }
  .edit-similar-documents-toggle:hover {
    color: black;
    cursor: pointer; }

.document-show-sidebar .similar-documents-sidebar-item {
  margin-left: 0;
  margin-right: 0; }
  .document-show-sidebar .similar-documents-sidebar-item .sidebar-label {
    margin-left: 20px; }

#similar-documents-settings {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 6px;
  position: absolute;
  background: white;
  margin-left: 15px;
  border-radius: 5px;
  box-shadow: 0px 2px 1px 2px #e8e8e8;
  display: none; }
  #similar-documents-settings .button-submit {
    float: left;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9em; }

.similar-documents-settings-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  position: relative;
  top: -6px;
  left: -14px; }

.similar-documents-settings-option {
  float: left;
  clear: both;
  margin-top: 10px; }

.similar-documents-settings-input-container {
  float: left;
  padding-right: 5px; }
  .similar-documents-settings-input-container span {
    opacity: 0.4;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    font-style: italic; }
  .similar-documents-settings-input-container input {
    text-align: center;
    width: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    opacity: 0.6; }

.similar-documents-settings-option-label {
  margin-top: 7px;
  margin-left: 10px;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 600;
  opacity: 0.8;
  display: inline-block;
  font-size: 0.9em; }

#similar-documents-list {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 80px; }

.similar-documents-list li {
  background: url("/images/similar-documents-bullet.png") 0px 5px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-left: 20px;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 20px; }
  .similar-documents-list li a {
    color: #2a67cc; }
    .similar-documents-list li a:hover {
      text-shadow: 0px 0px 2px #f9d806; }

#similar-documents-list-loading {
  display: block;
  margin-left: 20px; }

.spinner {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  position: relative;
  margin: 0;
  margin-top: 20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

  50% {
    -webkit-transform: scale(1); } }
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.document-show-title {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.33em;
  color: #333;
  line-height: 1.5;
  font-weight: 600; }

.document-show-body {
  font-family: Georgia;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-top: 40px;
  white-space: pre-wrap; }

.ui-autocomplete {
  background: white;
  width: 260px;
  position: absolute;
  z-index: 9999;
  box-shadow: 0px 2px 3px #e8e8e8;
  top: 40px !important;
  left: 0 !important; }

.ui-state-focus {
  background: #FBE86A;
  outline: none; }

.autocomplete-menu-item {
  padding: 10px;
  width: 240px;
  border-bottom: 1px solid #e8e8e8; }

.autocomplete-type {
  color: #8e8888;
  font-style: italic;
  margin-top: 2px;
  text-transform: capitalize;
  font-size: 0.707em; }

#home-below-fold {
  padding-top: 100%; }

#home-bg {
  position: relative;
  background: #f8f8f8;
  width: 100%;
  padding-bottom: 100px;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  max-height: 1100px;
  box-sizing: border-box; }

header {
  position: fixed;
  padding-top: 40px;
  z-index: 2;
  width: 100%;
  background: #f8f8f8;
  padding-bottom: 40px;
  -moz-transition: 550ms all ease-out;
  -webkit-transition: 550ms all ease-out;
  transition: 550ms all ease-out; }

header.header-scrolled-down {
  box-shadow: 2px 1px 4px 2px #e8e8e8;
  padding: 30px 0px; }
  header.header-scrolled-down #header-logo {
    top: 10px; }
  header.header-scrolled-down #header-logo-text {
    opacity: 0; }

#header-logo {
  display: block;
  top: 20px;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  text-align: center;
  width: 130px;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  color: #364C5A;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.414em;
  -moz-transition: 550ms all ease-out;
  -webkit-transition: 550ms all ease-out;
  transition: 550ms all ease-out;
  text-decoration: none;
}



#header-logo-image {
  display: block;
  visibility: hidden;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(/images/landing-logo.png) top left no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
    #header-logo-image {
        visibility: visible;
    }
}

  #header-logo-image.spun {
    -webkit-animation: half-spin 0.5s linear 1 forwards;
    -moz-animation: half-spin 0.5s linear 1 forwards;
    animation: half-spin 0.5s linear 1 forwards; }
  #header-logo-image.spun-back {
    -webkit-animation: half-spin-back 0.5s linear 1 reverse;
    -moz-animation: half-spin-back 0.5s linear 1 reverse;
    animation: half-spin-back 0.5s linear 1 reverse; }

#header-logo-text {
  -moz-transition: 250ms all ease-out;
  -webkit-transition: 250ms all ease-out;
  transition: 250ms all ease-out;
  text-decoration: none;
  color: #364C5A; }

#header-right {
  float: right;
  font-family: "source-sans-pro";
}

nav a {
    margin-left: 25px;
}

#header-right a {
    margin-right: 30px;
}

#header-right a.logout-link {
    margin-right: 25px;
}

#header-right a,
nav a {
    font-size: 1em;
    font-family: "source-sans-pro";
    font-weight: 600;
    opacity: 0.8;
    color: #222;
}

#header-right a:hover,
nav a:hover {
    color: #2a67cc;
}

.side-menu {
  float: right;
  width: 360px; }

.home-sidebar-section {
  margin-bottom: 40px; }
  .home-sidebar-section p {
    margin-top: 16px; }

.home-sidebar-subsection {
  margin-bottom: 40px; }

.home-sidebar-document-action-container {
  margin-top: 16px; }

div.home-sidebar-heading {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 600;
  opacity: 0.6;
  margin-top: 16px;
  font-size: 1em; }

.home-sidebar-title {
  font-weight: 600;
  font-size: 1.333em;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif; }

#landing-digital-ocean .home-sidebar-title a {
  color: #333; }

#landing-digital-ocean-image {
  vertical-align: middle;
  margin-left: 10px; }

#landing-merriam-logo {
  vertical-align: middle;
  margin-left: 10px; }

.explore-documents-primary .button-icon {
  float: left;
  width: 16px;
  height: 16px;
  background: url(/images/search-icon-white-small.png) top left no-repeat;
  background-size: cover;
  float: left;
  margin-right: 10px; }

.home-sidebar-document-icon {
  margin-top: 6px;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/images/document-explorer-icon.png) top left no-repeat;
  background-size: cover;
  float: left;
  margin-right: 10px; }

.home-sidebar-government-icon {
  margin-top: 20px;
  display: block;
  width: 60px;
  height: 40px;
  background: url(/images/explorer_explainer_documents.png) top left no-repeat;
  background-size: contain;
  float: left;
  margin-right: 10px; }

.home-sidebar-explore-icon {
  margin-top: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(/images/explorer_explainer_search.png) top left no-repeat;
  background-size: contain;
  float: left;
  margin-right: 10px; }

.home-sidebar-visualization-icon {
  margin-top: 18px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(/images/explorer_explainer_intelligence.png) center center no-repeat;
  background-size: contain;
  float: left;
  margin-right: 10px;
  box-shadow: 0px 0px 2px 2px #ccc;
  margin-bottom: 5px; }

#text-samples {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-bottom: 300px; }
  #text-samples .text-sample-section {
    margin-top: 40px;
    width: 60%; }
  #text-samples p {
    line-height: 1.5;
    margin-top: 20px;
    color: #354C5B; }
  #text-samples .paragraph-large {
    font-size: 1.4em; }
  #text-samples .text-sample-section-elements {
    margin-top: 20px; }
  #text-samples .button {
    margin-right: 25px; }

.heading-one {
  font-size: 3.998em;
  font-family: "source-sans-pro";
  font-weight: 600;
  color: #222; }

.heading-two {
  font-family: "source-sans-pro";
  font-size: 2.827em;
  font-weight: 600;
  color: #364C5A;
  line-height: 1.5; }

.heading-three {
  font-family: "source-sans-pro";
  font-size: 1.999em;
  font-weight: 600;
  color: #222;
  line-height: 1.5; }

.heading-four {
  font-family: "source-sans-pro";
  font-size: 1.333em;
  font-weight: 600;
  color: #222;
  line-height: 1.5; }

.style-swatch-row {
  margin-top: 20px; }

.swatch {
  width: 120px;
  height: 120px;
  display: inline-block; }

.swatch-red {
  background: #e81010; }

.swatch-blue {
  background: #2a67cc; }

.swatch-green {
  background: #149d54; }

.swatch-yellow {
  background: #f9d806; }

.button {
  padding: 15px 25px;
  display: inline-block;
  color: white;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 5px; }

.button-primary {
  background: #2a67cc; }
  .button-primary:hover {
    box-shadow: 0px 2px 2px #1048A5;
    cursor: pointer; }

.button-important {
  background: #e81010; }
  .button-important:hover {
    box-shadow: 0px 2px 2px #C40B0B;
    cursor: pointer; }

.button-submit {
  background: #149d54; }
  .button-submit:hover {
    box-shadow: 0px 2px 2px #098643;
    cursor: pointer; }

#home-main-animation {
  margin: 0 auto;
  padding-left: 40px;
  padding-top: 150px;
  text-align: center; }

#home-tagline {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  opacity: 0.9;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  color: #222; }

#home-tagline-secondary {
  font-family: Georgia, serif;
  color: #354C5B;
  font-size: 1.999em;
  opacity: 0.9;
  text-align: center;
  width: 600px;
  margin: 40px auto;
  line-height: 1.5; }

#home-sponsors {
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  opacity: 0;
  -moz-transition: 1000ms all ease-in;
  -webkit-transition: 1000ms all ease-in;
  transition: 1000ms all ease-in; }
  #home-sponsors img {
    margin-right: 20px;
    vertical-align: middle; }
  #home-sponsors.home-fade-in {
    opacity: 1; }

.home-sponsors-text {
  opacity: 0.5;
  font-size: 1em;
  font-style: italic;
  font-family: Georgia, serif;
  margin-right: 20px; }

a.home-sponsors-text {
  color: black; }
  a.home-sponsors-text:hover {
    opacity: 1; }

#home-tagline-container {
  opacity: 0;
  -moz-transition: 600ms all ease-in;
  -webkit-transition: 600ms all ease-in;
  transition: 600ms all ease-in; }
  #home-tagline-container.home-fade-in {
    opacity: 1; }

#home-main-container {
  padding-top: 100px;
  margin: 0 auto;
  max-width: 1080px; }
  #home-main-container .home-main-section {
    margin-bottom: 40px;
    width: 60%;
    float: left;
    clear: left; }
  #home-main-container .paragraph-large {
    max-width: 600px; }

.home-update-item {
  margin-top: 20px;
  float: left;
  clear: left; }

.home-update-item-heading {
  float: left;
  width: 100%; }

.home-update-item-date {
  font-family: SourceSansPro-Regular;
  font-size: 14px;
  color: #2C4351;
  float: left;
  padding-top: 2px; }

.home-update-item-title {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #2C4351;
  margin-left: 100px;
  margin-right: 40px;
  line-height: 1.4;
  max-width: 500px; }

.home-update-item-description {
  width: 100%;
  opacity: 0.8;
  margin-left: 100px;
  margin-top: 10px;
  line-height: 1.4;
  max-width: 500px; }

p {
  line-height: 1.5;
  margin-top: 20px;
  color: #1E313D; }

.paragraph-large {
  font-size: 1.3333em; }

.home-main-research-theme {
  margin-top: 40px;
  float: left;
  width: 90%;
  clear: left; }
  .home-main-research-theme p {
    margin-top: 10px;
    margin-left: 110px; }

a.home-main-research-theme-heading {
  color: #2a67cc;
  opacity: 0.8;
  line-height: 1.2; }

.home-press-item {
  margin-top: 40px;
  float: left;
  clear: left;
  width: 100%; }

.home-press-item-logo {
  float: left; }

.home-press-item-info {
  margin-left: 150px;
  max-width: 450px; }
  .home-press-item-info a {
    font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    color: #2C4351;
    font-weight: 600; }
    .home-press-item-info a:hover {
      color: black; }

.home-press-item-details {
  margin-top: 10px;
  font-size: 14px;
  color: #2C4351;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif; }
  .home-press-item-details span {
    margin-right: 10px; }

/* =About Page
================================= */
.white-bg-page header {
  background: white; }

#about-main-graphic {
  background: url(/images/about-graphic.png) center center no-repeat;
  background-size: contain;
  width: 90%;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 30px; }

#about-main-content, #documentation-main-content, #faq-main-content, #clinton-main-content, #cables-main-content, #frus-main-content {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 180px;
  padding-bottom: 80px; }

.main-column {
  width: 760px;
  margin: 0 auto; }

.people-group-heading {
  opacity: 0.6;
  margin-top: 20px;
  margin-bottom: 20px; }

.organizer-group {
  padding-top: 20px; }

.organizer {
  margin-bottom: 60px; }

.organizer-image {
  float: left; }

.organizer-name {
  font-weight: bold;
  font-size: 1.333em;
  color: #00877F; }

h5.organizer-title {
  margin-top: 10px;
  opacity: 0.6;
  font-family: Georgia, serif; }

.organizer-education {
  opacity: 0.8;
  margin-top: 10px;
  font-size: 1em;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  line-height: 1.3;
  display: none; }

.organizer-info {
  margin-left: 240px; }

.person-field-info {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8em;
  margin-right: 25px;}

.field-info-label {
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  opacity: 0.8;
  margin-bottom: 2px; }

.contributor {
  float: left;
  width: 340px;
  height: 250px;
  min-height: 150px;
  margin-bottom: 20px; }

.contributor-image {
  float: left;
  margin-right: 10px; }

.contributor-info {
  float: left;
  max-width: 180px; }

.contributor-name {
  color: #00877F;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 160px;
  line-height: 1.4; }

.contributor-education {
  line-height: 1.2; }

#about-sponsors {
  margin-top: 80px; }

.informational-content-section {
  margin-top: 40px; }

.sponsor {
  margin-top: 40px; }

.sponsor-info {
  margin-left: 240px; }

.sponsor-image {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  transition: all .2s ease-in-out; }
  .sponsor-image:hover {
    transform: scale(1.1);
    cursor: pointer; }

.sponsor-name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.333em;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif; }
  .sponsor-name a {
    color: #00877F; }

#scrap-research:hover {
  background: #f9d806; }

.tech_contributor-description{
    font-size:0.9em;
}

.committee-member {
  color: black;
  margin-top: 20px; }
  .committee-member .member-name {
    margin-bottom: 5px;
    opacity: 0.6;
    font-weight: bold; }
  .committee-member .member-description {
    margin-top: 0;
    opacity: 0.6; }

#paper-stack { /* Adjustment b/c stack is no longer the center portion of image */
  position: relative;
  right: 40px;
}

/* =Research Page
================================= */
.info-page-content {
  margin: 0 auto;
  margin-top: 170px;
  width: 90%;
  max-width: 1020px; }
  .info-page-content .heading-two {
    text-align: center;
    color: #364C5A;
    padding-top: 40px; }

.info-page-section {
  margin-top: 80px; }

#last-info-section {
  margin-bottom: 150px; }

.info-page-section img.centered {
  display: block;
  margin: 0 auto;
}

.burst-image {
  max-width: 400px;
}

.large-burst {
  width: 100%;
}

.buzz-listicle-item {
  margin-top: 30px;
  margin-bottom: 45px;
}

.buzz-listicle-item h3 {
  margin-bottom: 10px !important;
}

.buzz-listicle-item img {
  padding-top: 25px;
  padding-bottom: 15px;
}

.buzzfeed-toc-image {
  max-width: 250px;
  margin-bottom: 25px;
}

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

.research-theme {
  width: 400px;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  margin-right: 60px; }

.research-theme-title {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 1.333em;
  font-weight: 600;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  width: 400px;
  height: 60px;
  line-height: 1.4; }

#research-spheres-title {
  text-align: center;
  display: block;
  margin-bottom: -5px;
  font-size: 1.333em;
  font-weight: 600;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  width: 400px;
  height: 60px;
  line-height: 1.4;
}

#research-redaction-title {
  text-align: center;
  display: block;
  margin-bottom: -5px;
  font-size: 1.333em;
  font-weight: 600;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  width: 400px;
  height: 60px;
  line-height: 1.4;
}

.research-theme-subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.5;
  min-height: 70px; }

a.research-theme-read {
  display: block;
  text-align: center;
  font-family: "source-sans-pro", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000; }

.research-page-presentations {
  text-align: center; }
  .research-page-presentations iframe {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    padding-top: 20px;}

.research-page-paper {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 20px; }

a.research-page-paper-title {
  display: block;
  font-size: 1.3em;
  margin-bottom: 10px; }

.research-page-paper-authors {
  opacity: 0.6; }

/* =Research Theme Page
================================= */
.research-theme-content .heading-two {
  border-top: 0;
  max-width: 760px;
  text-align: center;
  margin: 0 auto; }
.research-theme-content .heading-three
.research-theme-content .heading-four {
  max-width: 760px;
  margin: 0 auto; }

.research-theme-content p,
.research-theme-content ul {
  font-size: 1.333em;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 20px; }

.research-theme-content ul {
  font-size: 1.0em;
  max-width: 600px;
}

.research-theme-content ul li {
  margin-bottom: 20px;
}

.research-theme-video {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 760px; }

.research-theme-image-caption {
  margin-top: 20px;
  opacity: 0.6;
  font-size: 0.8em; }
  .research-theme-image-caption .research-theme-image-caption-item {
    margin-bottom: 10px; }

.research-theme-image {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }
  .research-theme-image img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.research-theme-image-full {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }
  .research-theme-image-full img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.research-theme-image-stacked img {
  margin-bottom: 40px; }

.research-theme-content {
  padding-bottom: 100px; }

.beta-badge {
  display: inline-block;
  padding: 3px;
  background-color: #149d54;
  color: white;
  border-radius: 2px;
  font-family: sans-serif;
  font-size: 0.6rem;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  vertical-align: top;
  text-align: center;
  margin-left: 4px;
  display: none;
}

#redaction-archive-subsection {
  position: relative;
}

.overlay {
  display: inline-block;
  position: absolute;
  width: 40%;
  height: 20%;
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay:after {
  content: "Coming Soon";
  display: inline-block;
  position: relative;
  margin: 0px auto;
  left: -10%;
  top: 5%;
  text-align: center;
  vertical-align: middle;
  color: green;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

/* Styling for the Annotation swicth */
.onoffswitch {
  position: relative; width: 69px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 8px;
}

.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 21px; padding: 0; line-height: 21px;
  font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #34A7C1; color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block; width: 11px; margin: 5px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 8px;
  position: absolute; top: 0; bottom: 0; right: 44px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

#annotation-switch-wrapper {
  display: block;
  position: relative;
  margin-bottom: 50px;
  margin-right: 20px;
}

.alumnus-image {
  max-width: 100px;
  max-height: 100px;
}

.info-page-content em {
  font-style: italic;
}

table.table th {
  font-size: 0.8em;
  max-width: 50px;
  text-align: center;
}

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

table.declass-table {
  max-width: 65%;
  display: block;
  margin: 0 auto;
}

.declass-table thead tr th {
  font-weight: 700;
}

.footer-image {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  margin-bottom: 40px;
}


/* Masonry Image Flexbox taken from
http://demosthenes.info/blog/844/Easy-Masonry-Layout-With-Flexbox
*/
div#masonry {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 150px;
  font-size: 0;
}

.img-container {
  display: block;
  position: relative;
  text-align: center;
}

.img-caption {
  display: block;
  position: relative;
  font-size: 0.8rem;
  font-family: Arial, Tahoma, 'HelvetcaNeue', 'Helvetica-Neue', 'Helvetica Neue', Helvetica, sans-serif;
  margin-top: 5px;

}

.bold {
  font-weight: bold;
}

.img-container img {
  width:100%;
}


div#masonry div.img-container {
  width: 20%;
  transition: .8s opacity;
  padding: 5px;
}

div#masonry.col-2 div.img-container {
  width: 50%;
}

.header-image-container {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.header-image-container img {
  display: block;
  position: relative;
  width: 100%;
}

/* Redaction Example Styling */
.redaction-example {
  display: block;
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
}

.redaction-example img {
  height: 250px;
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px;
}

.redaction-example a img {
  transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transition: -moz-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.redaction-example a:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: -moz-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.redaction-text {
  display: inline-block;
  font-size: 0.8em;
  text-align: left;
}

.redaction-text span {
  border-bottom: red;
  color: red;
}


@supports not (flex-wrap: wrap) {
  div#masonry { display: block; }
  div#masonry .img-container {
    display: inline-block;
    vertical-align: top;
  }
}


/* Media Queries */
@media screen and (max-width: 500px) {
  div#masonry .img-container { width: 100%; }
}

@media screen and (max-width: 750px) {
  div#masonry .img-container { width: 50%; }
}

/* iphone 5 Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px) {

    #over-view #tools-sidebar {
      width: 100%;
      position: static;
    }
    .search-tool-group .search-option, .collection-option {
      display: block;
    }

    iframe {
      margin: 30px;
    }

    #overview-content-pane-container {
      margin: 0 auto;
      width: auto;
    }

    .tools-sidebar-content-menu {
      width: 100%;
    }

    #colldates, #collections {
      width: 100%;
    }

}

#user-document-fav-area a {
    font-size: 24px;
}

.login-group {
    padding-bottom: 0.5em;
}

.login-group label {
    text-align: right;
    width: 6em;
    float: left;
    padding-right: 0.25em;
    padding-top: 0.1em;
}

.view-my-favs {
    margin-bottom: 10px;
 }

#topics-content {
  height: 500px;
  width: 430px;
}

#tools-sidebar-content-menu-topics {
  width: 420px;
}

.dc-chart g.row text {fill: black;}


.annotator-editor .annotator-checkbox {
    /* Needs to be !important, since annotator.js
       sets the style tag here to list-item, displaying
       the form.
       Hoping to make this configurable in annotator.js:
       https://github.com/openannotation/annotator/issues/570
    */
    display: none !important;
}


#bundle {
  font: 300 36px "Helvetica Neue";
  text-align: center;
  margin-top: 20px;
}
 .node {
  font: 300 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  fill: #bbb;
  cursor: pointer;
  cursor: hand;
}

.link {
  stroke: steelblue;
  stroke-opacity: .4;
  fill: none;
  pointer-events: none;
}

.node--source {
  fill: #e60000;
}

.node--target {
  fill: #e60000;
}

.link--source,
.link--target {
  stroke-opacity: 1;
  stroke-width: 2px;
}

.link--source {
  stroke: #e60000;
}

.link--target {
  stroke: #e60000;
}

#bundle > div.tooltip {
  position: absolute;
  text-align: center;
  width: 180px;
  height: 150px;
  padding: 20px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-color: #000000;
  background:  #f2f2f2;
  border: 60px;
  border-radius: 8px;
  overflow-y:scroll;
  white-space:pre-wrap;
}

#bundle > div.tooltip:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

#bundle > svg {
  float: center;
}

#bundle {
  margin-bottom: 10px;
}

#close {
    position: absolute;
    top:0;
    right:0;
    float:right;
    display:inline-block;
    padding:5px 10px 5px 10px;
    background:#ccc;
}

#close:hover {
    float:right;
    display:inline-block;
    padding:5px 10px 5px 10px;
    background:#e60000;
    color:#fff;
}

.infoPane {
  float: right;
  text-align: center;
  height: 200px;
  width: 100%;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:  #f2f2f2;
  padding: 20px;
  border: 60px;
  border-radius: 8px;
  overflow-y:scroll;
}

#active {
  color: #000;
  font-weight: 700;
}

sup {
  font-size:small;
  vertical-align:super;
}

#tags-sidebar-item {
  display:none;
}

#secrecy-view .toolTip {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: absolute;
        display: none;
        width: auto;
        height: auto;
        background: none repeat scroll 0 0 white;
        border: 0 none;
        border-radius: 8px 8px 8px 8px;
        box-shadow: -3px 3px 15px #888888;
        color: black;
        font: 12px sans-serif;
        padding: 5px;
        text-align: center;
    }
