/********************
 * This is going to require some work.  
 * Vocab Deescriptions page (using Accordian) will need recoding.
 * Images will have to be saved locally.
 * Search results has some oddities.
 * Header and Footer stuff requires, at the minimum, applying different
 * CSS styles to divs (if not modifying the HTML outright).
********************/




.box-success {
	background-color:#80E680;
}

/*********************
ID Pagination, taken from loc.gov/search
*********************/

.nav-pag-top, 
.nav-pag-bot {
    background-color:#fff;
    clear:both;


    margin-top: 10px;
    margin-bottom: 7px;    
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    

}

.pagination-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-align:right;

}
.pagination-count {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-align:left;
    line-height: 20px;
}
.pagination a,
.pagination a:visited,
.pagination b{
	display:inline-block;
	color:#00618e;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;

    text-decoration:none !important;
}
.pagination a:hover, 
.pagination a:focus  {
    text-decoration: underline !important;
}
.pagination a.selected,
.pagination a.selected:visited,
.pagination a.selected:hover,
.pagination a.selected:focus {
    color:#333333;
    cursor:text;
    text-decoration:none !important;
    background:transparent;
	border-color:transparent;
	font-weight:bold;
}

.pagination a.next.off,
.pagination a.prev.off, 
.pagination b{
	color:#666;
	text-decoration:none;
	cursor:text;
}

/********************
ID table
********************/
table.id-std {
border-width: 0;
margin: 5px 0;
}
table.id-std th, table.id-std td {
border-width: 0;
padding: 7px 7px;
vertical-align:top;
font-size:14px;
}
table.id-std tbody.tbody-group:hover {
  background-color: #f5fcff;
  border-color: #e6f7ff;
}

table.id-std th, table.id-std td a{
    text-decoration: none;
    font-weight:normal;
    font-size:15px;
}
table.id-std td a:hover{
    text-decoration: underline;
    
}
table.id-std .draw-line:hover{
  background-color: none;
  border-color: none;
  }
table.id-std .draw-line td{
    border-bottom:solid 1px rgba(0,0,0,0.20);
}
#results .variant-labels{
    font-size:12px;
}

table.id-std th {
/*background-color: #e6e4d7;*/
    background-color: white;
    font-size: 1.125em;
    font-weight: bolder;
    border-bottom:solid 1px rgba(0,0,0,0.20);

}
table.id-std tr.alt td {
/*background-color: #f7f6e4;*/
}

table.id-std td.underline {
/*    background: transparent url(/static/images/dot.gif) 0 bottom repeat-x;*/
}

.list-container .general-note{
    margin-bottom:2em;
    font-size:14px;
}

a:focus, span:focus, button:focus, div:focus { outline: thin dotted; }

/*
/\********************
ID search boxes
********************\/
.idsearch {
width:680px; /\* kefo-change *\/
margin: 0 auto;
}
.idsearch.home {
width:auto;
}
.idsearch form label,
.idsearch form input,
.idsearch form select {
vertical-align:top;
}
.idsearch form {
background-color:#f0f0f0;
border:1px solid #e5e5e5;
padding:7px 7px 15px 7px;
margin-bottom:1em;
height:1%;
}
.idsearch.home form {border:none;}
.idsearch.download form {
background-color:#f7f6e4;
}
.idsearch form .inner-2col-left {float:left;width:45%;}
.idsearch form .inner-2col-right {float:left;width:55%;}
.idsearch form label {
font-weight:bold;
display:block;
}

.idsearch table{
    width: 100%;
}

.idsearch form input.sm-w,
.idsearch form input.med-w,
.idsearch form input.long-w {
width:200px;
border:1px solid #999;
font-size:12px;
}
.idsearch form input.sm-w {
width:173px;
margin-bottom:1em;
}
.idsearch form input.long-w {
/\*width:415px;*\/
width: 100%;
margin-right:10px;
}
.idsearch form select.sm-w,
.idsearch form select.med-w,
.idsearch form select.long-w {
width:200px;
height:80px;
border:1px solid #999;
font-size:12px;
margin-right:10px;
}
.idsearch form select.sm-w {
width:175px;
margin-top:2px;
/\* margin-bottom:1em; *\/
margin-bottom:0px;
}
.idsearch form select.long-w {
/\*width:415px;*\/
width: 100%;
margin-top:2px;
margin-bottom:1em;
}
.idsearch form select.long-w-single {
width:415px;
border:1px solid #999;
font-size:12px;
margin-right:10px;
}
.idsearch form h2 {
color:#666;
margin-bottom:1em;
}
.idsearch form small {
color:#666;
}*/
/*
/\********************
jQuery: Accordion/toggler
********************\/

#loctoggler {margin-bottom:1.25em;}
p.loctoggler_switch {text-align:right;color:#999;margin-bottom:5px;}
 
#loctoggler h3 {
margin-bottom:5px;
font-size:1.125em;
font-family:Arial, Helvetica, sans-serif;
}
#loctoggler h3 a {
text-decoration: none;
padding:6px 6px 6px 40px;
}
#loctoggler h3 a:link,
#loctoggler h3 a:visited {
color: #333;
background:#eee url(/static/images/2012/arrow_expandcollapse.png) -16px -9px no-repeat;
border:1px solid #D0D0D0;
}
#loctoggler h3 a:focus,
#loctoggler h3 a:hover,
#loctoggler h3 a:active {
background-color:#ddd;
}
#loctoggler h3 a.open {
background-position: -16px -54px;
}*/


/*********************   
 * Tab nav
 * Imported from: http://cdn.loc.gov/js/tabs/loc_tabs.css
*********************/
ul.tabnav {
margin: 0;
padding: 0;
list-style: none;
height: 26px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
}
ul.tabnav li {
float: left;
margin: 0;
padding: 0;
height: 25px;
line-height: 25px;
border: 1px solid #ccc;
margin-bottom: -1px;
margin-right:4px;
background: #eee url(/static/images/2012/tabs-bg.gif) left bottom repeat-x;
position: relative;
}
ul.tabnav li.first {
border-left: none;
}
ul.tabnav li a,
ul.tabnav li a:visited {
text-decoration: none;
color: #666;
display: block;
padding: 0 15px;
border: 1px none #fff;
outline: none;
}
ul.tabnav li a:hover,
ul.tabnav li a:focus {
background: #fff;
color: #666;
}
ul.tabnav li a:visited,
ul.tabnav li a:active,
ul.tabnav li a:hover {
text-decoration: none;
}
ul.tabnav li.active,
ul.tabnav li.active a,
ul.tabnav li.active a:hover,
ul.tabnav li.active a:visited  {
background: #fff;
border-bottom: 1px solid #fff;
color:#900;
font-weight:bold;
text-decoration:none;
}
.tab_container {
border: 1px solid #ccc;
border-top: none;
clear: both;
padding:15px 10px 10px 10px;
margin-bottom:1.25em;
}
.notab_container {

    clear: both;

    margin-bottom:1.25em;    
}
.tab_container.noborder {
border: none;
padding:15px 0 0 0;
}
.tab_content {
background-color:transparent;
}

/********************
Ontology-specific styles
********************/
.pORcTable {
	border: 1px solid grey;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2px;
	width: 90%;
	max-width: 90%;
	table-layout: fixed;
	font-size:14px;
}

.ontTRheading {
	font-weight: bold;
	font-size: 14px;
	background-color: rgb(240, 240, 240);
	margin-bottom:5px;
}

.ontTDleft {
	width: 15%;
}

.ontTDright {
	width: 85%;
}

.ontTDbottomrow {
	padding-top: 15px;
	width: 100%;
	font-size: 10px;
	text-align: right;
}

/* Just adds some space between the first data row and the header*/
.pORcTable tbody tr:nth-child(2) td {
  padding-top:10px;
}

                    
/*********************   
 * Button CSS
 * Courtesy of http://hellohappy.org/css3-buttons/
*********************/
/* cupid green (inspired by okcupid.com)
*******************************************************************************/
button.pass {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
  -o-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px; }

button.fail {
  background-color: #f00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#CC0000));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f00, #CC0000);
  background-image: -moz-linear-gradient(top, #f00, #CC0000);
  background-image: -ms-linear-gradient(top, #f00, #CC0000);
  background-image: -o-linear-gradient(top, #f00, #CC0000);
  background-image: linear-gradient(top, #f00, #CC0000);
  border: 1px solid #f00;
  border-bottom: 1px solid #ffb2b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #CC0000;
  -moz-box-shadow: inset 0 1px 0 0 #CC0000;
  -ms-box-shadow: inset 0 1px 0 0 #CC0000;
  -o-box-shadow: inset 0 1px 0 0 #CC0000;
  box-shadow: inset 0 1px 0 0 #CC0000;
  color: #fff;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px; }

/* shiny blue (inspired by rdio iphone interface)
*******************************************************************************/
button.shiny-blue {
  background-color: #759ae9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#759ae9 0%), to(#376fe0 50%));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -moz-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -ms-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -o-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  color: #fff;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0;
  text-shadow: 0 -1px 1px #1a5ad9;
  width: 150px; }
  button.shiny-blue:hover {
    background-color: #5d89e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5d89e8 0%), to(#2261e0 50%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    cursor: pointer; }
  button.shiny-blue:active {
    border-top: 1px solid #1b4db3;
    border-right: 1px solid #174299;
    border-bottom: 1px solid #133780;
    border-left: 1px solid #174299;
    -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee; }
    
    
    
    
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#loginDiv .window {
  position:absolute;
  background-color:#fff;
  width:200px;
  height:240px;
  display:none;
  z-index:9999;
  padding:20px;
} 
 
/* Customize your modal window here, you can add background image too */
#loginDiv #loginDialog {
  width:200px;
  height:233px;
}
#homepage-datasets{
    padding-top: 2px;
}

#homepage-datasets p{
    font-size:14px;
}

#homepage-datasets a{
    text-decoration: none;
}

#homepage-datasets h5{
    margin-top:1em;
    margin-bottom:1em;
    min-width:200px;
}

.experimental {
    display: inline;
    padding: .2em .6em .3em;
    margin-right: 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #777;    
}

#homepage-datasets .parent {
  padding: 10px 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  clear:both;
  margin: 0 auto;
  display: block;
  -moz-column-fill: balance;
  column-fill: balance;
}

#homepage-datasets .child {
  background-color: white;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

#homepage-datasets h5{
    color: black;
    font-size: 1.25em;
}

#homepage-datasets .search, #results .search, #vocab-page .search{
    width: 100%;
    padding-top: 1px;
    height: 25px;
    padding-bottom: 2px;
}

#results .search{
    padding-bottom: 5px;
    width:100%;    
}

#homepage-datasets .search-wrap, #results .search-wrap, #vocab-page .search-wrap{
    width: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height:25px;


}
#homepage-datasets .search-wrap input, #results .search-wrap input, #vocab-page .search-wrap input{

    background-color: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: none;
    float: left;
    clear: left;
    font-size: 12px;
    -webkit-appearance: textfield;
    height: 24px;
    padding-left:5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;    
    
}
#homepage-datasets .search-wrap button, #results .search-wrap button, #vocab-page .search-wrap button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #06c;
    color: #fff;
    background-image: none;
    border: none;
    float: right;
    clear: right;
    height: 26px;
    font-size: 12px;
    
    overflow: visible;
    cursor: pointer;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    -moz-box-flex: none;
    flex: none;    
}
#homepage-datasets  select, #results select, #vocab-page select{
 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width:50%;
    
    font-size: 12px;
    height: 25px;
    border: 1px solid #ccc;
    margin-left:10px;
    flex:1;

}
#homepage-datasets  select, #results select, #vocab-page .search-container{
 
    display:flex; 
    flex-wrap:wrap; 
    width:50%;

}
#homepage-datasets  select, #results select, #vocab-page .search-select-container{
    flex:1; 
    display:flex;
    flex-basis: 100%;
    margin-top: 10px;
}
#homepage-datasets  select, #results select, #vocab-page form{
    margin:0;
}





#filters-active{ 
    margin-bottom: 10px;
}
#filters-all{
    
}

.facet-header{
    color:black !important;
    font-size: 1.125em;
    font-weight: bolder;
    margin-bottom:4px;
}

.facet-box{
    border-top: solid 1px rgba(0,0,0,0.2);
    padding-top: 10px;
}

.facet-box ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.facet-box ul li{
    margin-bottom: 0;
    line-height: 1.4;
    
    
}


.facet-box li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 0;
    padding: 2px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 14px;
}

.facet-box li a:hover{
  background-color: #f5fcff;
  border-color: #e6f7ff;
  text-decoration: none;
}

.facet-box li a .facet-item{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    min-width: 0;
    margin: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

}

.blue-lozenge {
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #00618e;
    background-color: #f5fcff;
    border-radius: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0 1rem;
    margin: 1px 2px 1px 0;
    color: #00618e !important;
    overflow:hidden;
}
.blue-lozenge > span {
    vertical-align: middle;
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blue-lozenge > i {
 margin-left: 5px;
}

.blue-lozenge i > span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.facet-category{

    background: none !important;
    border:none !important;
    width: 100%;
    text-align: left;
    position:relative;
    padding: 0;
    color:black !important;
    
    
}
.facet-count{
    text-align:right;
    color: #666;
    

}



.facet-category:before{
    font-family: FontAwesome;
    content: '\f0fe';
    position: absolute;
    right: 0;
    top: 0;
    color: #00618e;
    
}
.facet-category-expanded:before{
    content: '\f146';
}

.facet-link{
    text-decoration: none !important;
    padding-top: 4px;
    display: block;
    color: #00618e !important;
}

.facet-link-hidden{
    display: block;
}
.facet-show-more{
    display:inline-block;
    margin-top: 9px;
    margin-bottom: 5px;
    color:blue !important;
}

.facet-remove-link{
    color:#333 !important;
}
.facet-remove-x{
    color: #00618e !important;
}


.useInstead{
    margin-left:20px;
}

.useInstead li{
    list-style:none;
}

.useInstead li ul li{
    background: transparent url(/static/images/2012/i_arrow_o.gif) 3px 5px no-repeat;

}


.extra-rdf-icon{
    height:16px;
    width:16px;
    vertical-align: middle;
    margin-right: 5px;
}



.bf-display-field dt{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;    
    margin-top: 1rem;
    margin-bottom:0;
    font-weight: bold;
    font-size: 14px;
        
}
.bf-display-field dd{
    margin-left: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
}
.bf-display-field-multi dd:before {
   content: "- ";
}

.bf-display-subfield-label{
    font-weight: bold;
}


.bf-render a:visited {
    color: #00618e;
}

.bf-render a:link {
    color: #00618e;
}
.bf-render  a {
    color: #00618e;
    text-decoration: none;
}
.bf-render a:hover {
    text-decoration: underline;
}



.bf-render{
    display: flex;
    word-break: break-word;
}


.bf-render-left{
    flex:2;
    padding-right:1em;
}

ul.list-container li h3{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;    
}
ul.std li {
    padding: 0;
    background: none;
}
ul.std li::before {
    content: "- ";
}
ul.std li {
    margin-left: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
}
ul.std li div{
    display:inline;
}

ul.list-container li h3{
    display:inline;
}
.std1{
    margin:0;
}

li[rel="madsrdf:hasCloseExternalAuthority skos:closeMatch"]::before, li[rel="madsrdf:hasNarrowerExternalAuthority skos:narrowMatch"]::before{
    content:"" !important
    
}    

#related-resources-box-subjectof, #related-resources-box-contributor{
    overflow-y: scroll;
    max-height: 400px;
    border-top: solid 1px #fafafa;
}
#related-subject-of, #related-contributor-of{
    display:none;
}
#related-resources-status-subjectof, #related-resources-status-contributor{
    margin-top:3px;
    margin-bottom:3px;
    display:flex;
}
#related-resources-status-subjectof div, #related-resources-status-contributor div{
    flex:1
}
#related-resources-status-subjectof input, #related-resources-status-contributor input{
    width: 75%;
    padding-left:2px;
}

#related-resources-status-subjectof i, #related-resources-status-contributor i{
    line-height: 22px;
    margin-left:4px;
    margin-right:4px;
    
}
#related-resources-status-subjectof .page-nav, #related-resources-status-contributor .page-nav{
    text-align:right;
}

#related-resources-box-subjectof a, #related-resources-box-contributor a{
    display:block;
    color: #333 !important;
    font-size:14px;
    padding: 4px 0px 1px 3px;    
    border-bottom:solid 1px #fafafa;    
}
#related-resources-box-subjectof a:hover, #related-resources-box-contributor a:hover{
  background-color: #f5fcff;
}


.suggest-terminology-action{    
    padding: 1rem 0 1rem 2px;
    font-size: 15px;
}
.suggest-terminology-action i{
    margin-right:0.25rem;
}
.bf-render-right{
    flex:1;
    padding-top:40px;
}

.bf-render-link-box{
    background-color: #efefef;
    padding: 1rem;
    margin-bottom: 8px;    
    border: 1px solid #ddd;    
}




.wiki-knowledge-card{
    background-color: #efefef;
    margin-bottom: 8px;    
    border: 1px solid #ddd;        
}
.wiki-knowledge-card select{
    max-width:40px;
}

.knowledge-card-wiki-image{
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;        
}
.knowledge-card-wiki-image-portrait{
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
    background-position-x: center;
}

.knowledge-card-wiki-title{
    font-size: 14px;
    font-weight:bold;
    margin-top:0.5em;
    margin-left: 1rem;
}
.knowledge-card-wiki-text{
    font-size: 12px;
    margin: 1rem;
}
.knowledge-card-wiki-menu{
    display:flex;
    margin: 1rem;
    font-size:0.85rem;
}
.knowledge-card-wiki-menu a{
    margin-right:8px;
}
.knowledge-card-wiki-wikiLinks{
    flex:1;
    line-height: 20px;
}


#page_head{
    margin-bottom:0;
}

#notes-map{
    height:300px;
}

.notes-map-source{
    border-bottom: dotted 2px #00618e;
}




#crumb_nav {
    clear: both;
    padding: 5px 20px;
    color: #fff;
    background-color: #000;
    border-top: 1px solid #999;
    border-bottom: 1px solid #333;
    text-align: left;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;    
}
#crumb_nav span {
    color: #ccc;
    font-weight: bold;
}
#crumb_nav a:link,
#crumb_nav a:visited {
    color: #ccc;
    text-decoration: underline;
}
#crumb_nav a:focus,
#crumb_nav a:hover,
#crumb_nav a:active {
    color: #fff;
    text-decoration: underline;
}









































/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.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: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.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-tooltip-pane   { z-index: 650; }
.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;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	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-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.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;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	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;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,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: black;
	}
.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-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,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;
	overflow-x: hidden;
	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;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.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: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.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-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.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 {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.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);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,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: bold;
	background: transparent;
	}
.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=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}




/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* Variables
 * -------------------------- */
/* for referencing Bootstrap CDN font files directly */
/* @fa-font-path:        "//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts"; */
/* Mixins
 * -------------------------- */
/*
Only display content to screen readers. A la Bootstrap 4.

See: http://a11yproject.com/posts/how-to-hide-content/
*/
/*
Use in conjunction with .sr-only to only display content when it's focused.
Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
Credit: HTML5 Boilerplate
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/static/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/static/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/static/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/static/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  /* src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); */
  /* used when developing fonts */
  font-weight: normal;
  font-style: normal;
}
/* Base Class Definition
 * ------------------------- */
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  /* shortening font declaration */
  font-size: inherit;
  /* can't have font-size inherit on line above, so need to override */
  text-rendering: auto;
  /* optimizelegibility throws things off #1094 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Icon Sizes
 * ------------------------- */
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
/* Fixed Width Icons
 * ------------------------- */
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
/* List Icons
 * ------------------------- */
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
/* Bordered & Pulled
 * ------------------------- */
.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left {
  margin-right: 0.3em;
}
.icon.icon-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}
/* Animated Icons
 * -------------------------- */
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Rotated & Flipped Icons
 * ------------------------- */
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Hook for IE8-9
 * ------------------------- */
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
/* Stacked Icons
 * ------------------------- */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-feed:before,
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper-pp:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: "\f1d0";
}
.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}
.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-google-wallet:before {
  content: "\f1ee";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-bell-slash:before {
  content: "\f1f6";
}
.icon-bell-slash-o:before {
  content: "\f1f7";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-birthday-cake:before {
  content: "\f1fd";
}
.icon-area-chart:before {
  content: "\f1fe";
}
.icon-pie-chart:before {
  content: "\f200";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-square:before {
  content: "\f203";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-cc:before {
  content: "\f20a";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}
.icon-meanpath:before {
  content: "\f20c";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-venus:before {
  content: "\f221";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-intersex:before,
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery-4:before,
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}
.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
.icon-gitlab:before {
  content: "\f296";
}
.icon-wpbeginner:before {
  content: "\f297";
}
.icon-wpforms:before {
  content: "\f298";
}
.icon-envira:before {
  content: "\f299";
}
.icon-universal-access:before {
  content: "\f29a";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-audio-description:before {
  content: "\f29e";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: "\f2a4";
}
.icon-glide:before {
  content: "\f2a5";
}
.icon-glide-g:before {
  content: "\f2a6";
}
.icon-signing:before,
.icon-sign-language:before {
  content: "\f2a7";
}
.icon-low-vision:before {
  content: "\f2a8";
}
.icon-viadeo:before {
  content: "\f2a9";
}
.icon-viadeo-square:before {
  content: "\f2aa";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
.icon-snapchat-square:before {
  content: "\f2ad";
}
.icon-pied-piper:before {
  content: "\f2ae";
}
.icon-first-order:before {
  content: "\f2b0";
}
.icon-yoast:before {
  content: "\f2b1";
}
.icon-themeisle:before {
  content: "\f2b2";
}
.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "\f2b3";
}
.icon-fa:before,
.icon-font-awesome:before {
  content: "\f2b4";
}


@media screen and (max-width: 1200px) {


    #content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        flex-wrap: nowrap;

    }
    #container{
        width:1200px !important;
    }
    #left_nav{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;   
        width:auto !important;
        
    }
    #main_body{
        -webkit-box-flex: 4;
        -webkit-flex: 4;
        -ms-flex: 4;
        -moz-box-flex: 4;
        flex: 4;   
        width:auto !important;
    }
    
    #main_body_full{
        flex:1;
    }

}


@media screen and (max-width: 1220px) {
    
   

    .idsearch{
        width:100%;
    }
    
    #content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        flex-wrap: nowrap;
        margin:0;
        padding:5px;        
    }
    #container{
        width:900px !important;
    }
    #left_nav{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;   
        width:auto !important;
        
    }
    #main_body{
        -webkit-box-flex: 4;
        -webkit-flex: 4;
        -ms-flex: 4;
        -moz-box-flex: 4;
        flex: 4;   
        width:auto !important;
    }
    #main_body_full{
        flex:1;
    }
}


@media screen and (max-width: 930px) {

    
    #content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        flex-wrap: nowrap;
        margin:0;
        padding:5px;        
    }
    #container{
        width:700px !important;
    }
    #left_nav{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;   
        width:auto !important;
        
    }
    #main_body{
        -webkit-box-flex: 4;
        -webkit-flex: 4;
        -ms-flex: 4;
        -moz-box-flex: 4;
        flex: 4;   
        width:auto !important;
    }
    #main_body_full{
        flex:1;
    }

    /* hide the pagination numbers but show the next / prev */
    .pagination-links a, .pagination-links b{
        display:none;
    }
    .pagination-links span a{
        display:inline-block;
    }

    
    
    #homepage-datasets .parent {
      padding: 10px 0;
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px;
      clear:both;
      margin: 0 auto;
      display: block;
      -moz-column-fill: balance;
      column-fill: balance;
    }
    
        
    .bf-render{
        display:block;
    }

}




@media screen and (max-width: 502px) {
    
    
    .idsearch{
        width:100%;
    }
    
    #left_nav .box{
        border: none;
    }
    
    #homepage-datasets .parent {
      padding: 10px 0;
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px;
      clear:both;
      margin: 0 auto;
      display: block;
      -moz-column-fill: balance;
      column-fill: balance;
    }    
    #homepage-datasets .child {
        background-color: white;
        display: block;
    }    
    
    
    #content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:0;
        padding:0;
    }
    #container{
        width:auto !important;
    }
    #left_nav{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;   
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;        
        width:auto !important;
        
    }
    #main_body{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex:1;
        flex: 1;   
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;        
        width:auto !important;
        -webkit-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -moz-box-flex-basis: 100%;
        flex-basis: 100%;
        
    }
    #main_body_full{
        flex:1;
    }

    /* collapse the table into block mode and hide the number counter col and hide the variant titles*/
    #results table tr{
        display:block;
    }
    #results td, #results td a{
        display:block;
    }
    #results .td-num{
        display:none;
    }
    #results .draw-line td{
        border:none !important;
    }

    #results tbody:nth-child(2n){
          background-color: #f5fcff;
      border-color: #e6f7ff;
    }
    
    /* hide the pagination numbers but show the next / prev */
    .pagination-links a, .pagination-links b{
        display:none;
    }
    .pagination-links span a{
        display:inline-block;
    }
    
    .bf-render{
        display:block;
    }
}


/*
 Web fonts http://localfont.com/ 'Download font files and CSS'
*/
/* Roboto Slab */
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 100;
  font-style: normal;
  src: url('/static/fonts/Roboto-Slab-100.eot');
  src: url('/static/fonts/Roboto-Slab-100.eot?#iefix') format('embedded-opentype'), local('Roboto Slab Thin'), local('Roboto-Slab-100'), url('/static/fonts/Roboto-Slab-100.woff2') format('woff2'), url('/static/fonts/Roboto-Slab-100.woff') format('woff'), url('/static/fonts/Roboto-Slab-100.ttf') format('truetype'), url('/static/fonts/Roboto-Slab-100.svg#RobotoSlab') format('svg');
}
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  src: url('/static/fonts/Roboto-Slab-300.eot');
  src: url('/static/fonts/Roboto-Slab-300.eot?#iefix') format('embedded-opentype'), local('Roboto Slab Light'), local('Roboto-Slab-300'), url('/static/fonts/Roboto-Slab-300.woff2') format('woff2'), url('/static/fonts/Roboto-Slab-300.woff') format('woff'), url('/static/fonts/Roboto-Slab-300.ttf') format('truetype'), url('/static/fonts/Roboto-Slab-300.svg#RobotoSlab') format('svg');
}
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-style: normal;
  src: url('/static/fonts/Roboto-Slab-regular.eot');
  src: url('/static/fonts/Roboto-Slab-regular.eot?#iefix') format('embedded-opentype'), local('Roboto Slab Regular'), local('Roboto-Slab-regular'), url('/static/fonts/Roboto-Slab-regular.woff2') format('woff2'), url('/static/fonts/Roboto-Slab-regular.woff') format('woff'), url('/static/fonts/Roboto-Slab-regular.ttf') format('truetype'), url('/static/fonts/Roboto-Slab-regular.svg#RobotoSlab') format('svg');
}
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-style: normal;
  src: url('/static/fonts/Roboto-Slab-700.eot');
  src: url('/static/fonts/Roboto-Slab-700.eot?#iefix') format('embedded-opentype'), local('Roboto Slab Bold'), local('Roboto-Slab-700'), url('/static/fonts/Roboto-Slab-700.woff2') format('woff2'), url('/static/fonts/Roboto-Slab-700.woff') format('woff'), url('/static/fonts/Roboto-Slab-700.ttf') format('truetype'), url('/static/fonts/Roboto-Slab-700.svg#RobotoSlab') format('svg');
}
/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('/static/fonts/Open-Sans-300.eot');
  src: url('/static/fonts/Open-Sans-300.eot?#iefix') format('embedded-opentype'), local('Open Sans Light'), local('Open-Sans-300'), url('/static/fonts/Open-Sans-300.woff2') format('woff2'), url('/static/fonts/Open-Sans-300.woff') format('woff'), url('/static/fonts/Open-Sans-300.ttf') format('truetype'), url('/static/fonts/Open-Sans-300.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('/static/fonts/Open-Sans-regular.eot');
  src: url('/static/fonts/Open-Sans-regular.eot?#iefix') format('embedded-opentype'), local('Open Sans'), local('Open-Sans-regular'), url('/static/fonts/Open-Sans-regular.woff2') format('woff2'), url('/static/fonts/Open-Sans-regular.woff') format('woff'), url('/static/fonts/Open-Sans-regular.ttf') format('truetype'), url('/static/fonts/Open-Sans-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url('/static/fonts/Open-Sans-600.eot');
  src: url('/static/fonts/Open-Sans-600.eot?#iefix') format('embedded-opentype'), local('Open Sans Semibold'), local('Open-Sans-600'), url('/static/fonts/Open-Sans-600.woff2') format('woff2'), url('/static/fonts/Open-Sans-600.woff') format('woff'), url('/static/fonts/Open-Sans-600.ttf') format('truetype'), url('/static/fonts/Open-Sans-600.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('/static/fonts/Open-Sans-700.eot');
  src: url('/static/fonts/Open-Sans-700.eot?#iefix') format('embedded-opentype'), local('Open Sans Bold'), local('Open-Sans-700'), url('/static/fonts/Open-Sans-700.woff2') format('woff2'), url('/static/fonts/Open-Sans-700.woff') format('woff'), url('/static/fonts/Open-Sans-700.ttf') format('truetype'), url('/static/fonts/Open-Sans-700.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
  src: url('/static/fonts/Open-Sans-800.eot');
  src: url('/static/fonts/Open-Sans-800.eot?#iefix') format('embedded-opentype'), local('Open Sans Extrabold'), local('Open-Sans-800'), url('/static/fonts/Open-Sans-800.woff2') format('woff2'), url('/static/fonts/Open-Sans-800.woff') format('woff'), url('/static/fonts/Open-Sans-800.ttf') format('truetype'), url('/static/fonts/Open-Sans-800.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: url('/static/fonts/Open-Sans-300italic.eot');
  src: url('/static/fonts/Open-Sans-300italic.eot?#iefix') format('embedded-opentype'), local('Open Sans Light Italic'), local('Open-Sans-300italic'), url('/static/fonts/Open-Sans-300italic.woff2') format('woff2'), url('/static/fonts/Open-Sans-300italic.woff') format('woff'), url('/static/fonts/Open-Sans-300italic.ttf') format('truetype'), url('/static/fonts/Open-Sans-300italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: url('/static/fonts/Open-Sans-italic.eot');
  src: url('/static/fonts/Open-Sans-italic.eot?#iefix') format('embedded-opentype'), local('Open Sans Italic'), local('Open-Sans-italic'), url('/static/fonts/Open-Sans-italic.woff2') format('woff2'), url('/static/fonts/Open-Sans-italic.woff') format('woff'), url('/static/fonts/Open-Sans-italic.ttf') format('truetype'), url('/static/fonts/Open-Sans-italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: url('/static/fonts/Open-Sans-600italic.eot');
  src: url('/static/fonts/Open-Sans-600italic.eot?#iefix') format('embedded-opentype'), local('Open Sans Semibold Italic'), local('Open-Sans-600italic'), url('/static/fonts/Open-Sans-600italic.woff2') format('woff2'), url('/static/fonts/Open-Sans-600italic.woff') format('woff'), url('/static/fonts/Open-Sans-600italic.ttf') format('truetype'), url('/static/fonts/Open-Sans-600italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: italic;
  src: url('/static/fonts/Open-Sans-700italic.eot');
  src: url('/static/fonts/Open-Sans-700italic.eot?#iefix') format('embedded-opentype'), local('Open Sans Bold Italic'), local('Open-Sans-700italic'), url('/static/fonts/Open-Sans-700italic.woff2') format('woff2'), url('/static/fonts/Open-Sans-700italic.woff') format('woff'), url('/static/fonts/Open-Sans-700italic.ttf') format('truetype'), url('/static/fonts/Open-Sans-700italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  src: url('/static/fonts/Open-Sans-800italic.eot');
  src: url('/static/fonts/Open-Sans-800italic.eot?#iefix') format('embedded-opentype'), local('Open Sans Extrabold Italic'), local('Open-Sans-800italic'), url('/static/fonts/Open-Sans-800italic.woff2') format('woff2'), url('/static/fonts/Open-Sans-800italic.woff') format('woff'), url('/static/fonts/Open-Sans-800italic.ttf') format('truetype'), url('/static/fonts/Open-Sans-800italic.svg#OpenSans') format('svg');
}







/*  Header styles */

.screen-readers-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.header-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: #000000;
  /* fallback */
  background-color: rgba(0, 0, 0, 0.5);
}
.header {
  background-color: #fff;
  border-top: 4px solid #FC4C02;
/*  border-bottom: 1px solid #bfbfbf;*/
  position: relative;
  z-index: 999;
}
.header-container {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header-row {
  display: flex;
  align-items: center;
  min-height: 70px;
}
@media (min-width: 993px) {
  .header-row {
    align-items: flex-end;
  }
}



.header-menu {
  position: relative;
}
@media (min-width: 769px) {
  .header-menu {
    padding-left: 15px;
  }

}
.header-menu .header-menu-button {
  color: #000;
  border: 0;
  background: none;
  font-size: 36px;
  width: 31px;
  height: 70px;
  line-height: 1;
  padding: 0 15px;
  margin-right: -15px;
  box-sizing: content-box;
}
.header-menu .header-menu-button .icon-times {
  color: #FC4C02;
}
.header-menu .header-menu-button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


    
@media (min-width: 769px) {
  .header-menu .header-menu-button {
    padding: 0 0 11px;
  }

}
@media (min-width: 993px) {
  .header-menu .header-menu-button {
    height: auto;
    line-height: normal;
    padding: 9px 0 33px;
  }
}
.header-menu.header-menu-active .header-menu-button {
  background: #efefef;
}
.header-menu .header-menu-container {
  display: none;
  background: #efefef;
  position: absolute;
  top: auto;
  right: -15px;
  z-index: 999;
}
@media (min-width: 993px) {
  .header-menu .header-menu-container {
    top: auto;
  }
}
.header-menu .header-menu-container.header-menu-container-active {
  display: block;
  height: auto;
  overflow: auto;
  opacity: 1;
}
.header-menu .header-menu-container > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0 53px 0 2rem;
}
ul .header-menu .header-menu-container > ul {
  padding-left: 40px;
}
@media (min-width: 481px) {
  .header-menu .header-menu-container > ul {
    padding: 0 153px 0 2rem;
  }
}
.header-menu .header-menu-container > ul a {
  color: #333;
}
.header-menu .header-menu-container > ul > li {
  padding: 0.5rem 50px 0.5rem 0;
  white-space: nowrap;
}
.header-menu .header-menu-container > ul > li:first-child {
  padding-top: 1rem;
}
.header-menu .header-menu-container > ul > li:last-child {
  padding-bottom: 1rem;
}
.header-menu .header-menu-container > ul.header-menu-tertiary > li:first-child,
.header-menu .header-menu-container > ul.header-menu-external > li:first-child {
  border-top: 1px solid #999;
}
@media print {
  .header-menu {
    display: none;
  }
}


.header-search {
  flex: 1 1 0%;
  padding-left: 30px;
}
@media (min-width: 993px) {
  .header-search {
    padding: 25px 0 25px 210px;
  }
}
.header-search > form {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .header-search > form {
    flex: 1 0 100%;
  }
}
.header-search > form .header-search-formats {
  position: relative;
  color: #000;
  border-bottom: 1px solid #000;
  flex: 0 0 100%;
}
@media (min-width: 481px) {
  .header-search > form .header-search-formats {
    flex: none;
    border: none;
  }
}
.header-search > form .header-search-formats:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  font-size: 12px;
}
.header-search > form .header-search-formats .header-search-format-select {
  border: none;
  height: 30px;
  width: 100%;
  padding-right: 20px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (max-width: 480px) {
  .header-search > form .header-search-formats .header-search-format-select {
    font-size: 16px;
  }
}
.header-search > form .header-search-formats .header-search-format-select::-ms-expand {
  display: none;
}
.header-search > form .header-search-formats .header-search-format-select:hover,
.header-search > form .header-search-formats .header-search-format-select:focus {
  box-shadow: inset 0 0 3px #000 !important;
}
.header-search > form .header-search-input-wrapper {
  flex: 1 1 1%;
  position: relative;
}
.header-search > form .header-search-input-wrapper .header-search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding-left:5px;
  border-left: 1px solid #000;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 480px) {
  .header-search > form .header-search-input-wrapper .header-search-input {
    font-size: 16px;
    border: none;
  }
}
.header-search > form .header-search-input-wrapper .header-search-input:focus {
  box-shadow: inset 0 0 3px #999 !important;
}
.header-search > form .header-search-button {
  height: 30px;
  font-size: 18px;
  padding: 0 10px;
  background-color: #000;
  border-color: #000;
}
.header-search > form .header-search-button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header-search > form .header-search-button .icon {
  line-height: inherit;
  color: white;
}
@media (max-width: 768px) {
  .header-search > form {
    display: none;
  }
  .header-search > form.header-search-form-active {
    display: flex;
  }
}
.header-search .header-search-toggle {
  display: none;
  height: 32px;
  font-size: 1.25rem;
  padding: 0 10px;
  background-color: #000;
  border-color: #000;
}
.header-search .header-search-toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 768px) {
  .header-search .header-search-toggle {
    display: inline-block;
    float: right;
  }
  .header-search .header-search-toggle.header-search-toggle-close {
    background-color: transparent;
    border-color: transparent;
    color: #00618e;
    font-size: 36px;
    color: #FC4C02;
    height: auto;
    flex: none;
  }
  .header-search .header-search-toggle.header-search-toggle-close:hover,
  .header-search .header-search-toggle.header-search-toggle-close:focus {
    background-color: transparent;
    border-color: transparent;
    color: #002347;
  }
}
@media (max-width: 768px) {
  .header-search {
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
  }
  .header-search.header-search-close {
    padding: 0 55px 0 1rem !important;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media print {
  .header-search {
    display: none;
  }
}
/* autocomplete */
.autocomplete-w1 {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-top-color: transparent;
  background-color: #fff;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: 0;
}
.autocomplete .selected {
  background: #efefef;
}
.autocomplete div {
  padding: 2px 5px;
  white-space: nowrap;
}
.autocomplete strong {
  font-weight: normal;
  color: #00618e;
}
.autocomplete-status {
  font-weight: normal;
  font-size: 10px;
  float: right;
  text-align: right;
  position: absolute;
  top: -9999px;
  left: -9999px;
}


.header-logo {
  width: 161px;
}
@media (min-width: 993px) {
  .header-logo {
    width: 363px;
    padding: 25px 0;
  }
}
.header-logo > a {
  display: block;
  width: 363px;
  height: 90px;
}
.header-logo > a > img {
  width: 100%;
  height: auto;
}
.header-logo > a > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 992px) {
  .header-logo > a {
    width: 161px;
    height: 40px;
  }
}
@media print {
  .header-logo > a {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-logo {
    padding: 0;
  }
}
@media print {
  .header-logo {
    padding: 1rem 0;
    height: 68px;
    display: block;
  }
  .header-logo:after {
    content: url("https://id.loc.gov/static/images/logo-loc-new-branding.svg?74629");
    display: block;
    width: 100%;
    height: 100%;
  }
}



/*  Footer stles */

.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #999;
  padding-top: 35px;
}
.footer a {
  color: #666;
    text-decoration:none;
}
@media print {
  .footer {
    display: none;
  }
}
.footer-container {
  max-width: 85.71428571rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer-social-links-wrapper {
  border-bottom: 1px solid #999;
  padding-bottom: 21px;
  margin-bottom: 21px;
  text-align: center;
}
.footer-social-title {
  font-size: 18px;
  font-weight: normal;
  color: #666;
  display: inline-block;
  margin: 0 28px 0 0;
}
@media (max-width: 992px) {
  .footer-social-title {
    display: block;
    margin: 0 0 7px;
  }
}
.footer-social-links {
  padding-left: 0;
  list-style: none;
  margin: 0 -7px;
  display: inline-block;
  margin-bottom: 0;
}
.footer-social-links > li {
  display: inline-block;
  margin: 0 7px;
}
.footer-social-links > li i {
  font-size: 17.5px;
}
.footer-social-links > li span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer-social-links > li a .icon-external-link {
  font-size: 12.6px;
  color: #666;
}
.footer-social-links > li.footer-social-link-rss a {
  color: #f47f65;
}
.footer-social-links > li.footer-social-link-email a {
  color: #00618e;
}
.footer-social-links > li.footer-social-link-survey {
  border-left: 1px solid #999;
  padding-left: 28px;
  margin-left: 14px;
  font-size: 13px;
}
.footer-social-links > li.footer-social-link-survey a {
  color: #00618e;
}
@media (max-width: 992px) {
  .footer-social-links > li.footer-social-link-survey {
    border: none;
    padding: 0;
    display: block;
    margin-top: 10.5px;
  }
}
.footer-social-links > li.footer-social-link-itunesu {
  font-size: 13px;
}
.footer-social-links > li.footer-social-link-itunesu a {
  color: #00618e;
}
@media (max-width: 992px) {
  .footer-social-links {
    display: block;
  }
}
@media (min-width: 993px) {
  .footer-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-box;
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 -1rem;
  }
}
.footer-links-wrapper .footer-links {
  padding-left: 0;
  list-style: none;
  margin: 0 -8.75px;
  margin-bottom: 0;
  font-size: 12px;
}
.footer-links-wrapper .footer-links > li {
  display: inline-block;
  margin: 0 8.75px;
}
.footer-links-wrapper .footer-links > li {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .footer-links-wrapper {
    text-align: center;
    margin-bottom: 21px;
  }
}
@media (min-width: 993px) {
  .footer-links-wrapper {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    -moz-box-flex: 1;
    flex: 1;
    /* NEW, Spec - Firefox, Chrome, Opera */
    min-width: 0;
    /* firefox fix */
    margin: 0 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.intersites-links-wrapper {
  margin: 0 14px;
}
@media (max-width: 992px) {
  .intersites-links-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 28px;
  }
}
.intersites-links {
  padding-left: 0;
  list-style: none;
  margin: 0 -1rem;
}
.intersites-links > li {
  display: inline-block;
  margin: 0 1rem;
}
.intersites-links > li > a {
  display: block;
}
.intersites-links > li > a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 992px) {
  .intersites-links > li > a {
    margin: 5px 0;
  }
}
.intersites-links > li.intersites-link-congress > a {
  width: 125px;
  height: 30px;
  background-size: 125px 30px;
  background: url("https://loc.gov/static/images/congress-gov.svg?72026") no-repeat;
}
.intersites-links > li.intersites-link-copyright > a {
  width: 175px;
  height: 30px;
  background-size: 175px 30px;
  background: url("https://loc.gov/static/images/copyright-gov.svg?72026") no-repeat;
}
@media (max-width: 992px) {
  .intersites-links {
    text-align: center;
  }
}
.image-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  background-image: url("https://loc.gov/static/images/icons-social-media.png?74629");
  background-position: -200px 0;
  background-repeat: no-repeat;
}
.image-icon.facebook {
  background-position: 0 0;
}
.image-icon.flickr {
  background-position: -16px 0;
}
.image-icon.instagram {
  background-position: -32px 0;
}
.image-icon.pinterest {
  background-position: -48px 0;
}
.image-icon.twitter {
  background-position: -64px 0;
}
.image-icon.youtube {
  background-position: -80px 0;
}
.image-icon.medium {
  background-position: -96px 0;
  width: 18px;
}
.image-icon.itunes {
  background-position: -114px 0;
}


