body {
    padding: 0px;
    margin: 0 5px 20px 5px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
}

input.advanced_search_submit {
    cursor: pointer;
}

#page {
    background: url("../../img/col_jpr/pagebackground.png") repeat-x scroll 0 0 #fff;
    margin: 30px auto 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #157085;
}

a:visited {
  color: #157085;
}

div.container {
    min-width: 320px;
    background-color: #ffffff;
}

div.container2 {
    background: transparent url('../../img/col/box_right_shade.png') repeat-y right top;
    min-width: 320px;
}

div.home {
    width: 964px;
}

div.left-align {
    float: left;
}

div.body_logo_holder {
    width: 100%;
    background-color: #FFE5BC;
    margin-bottom: 10px;
}

h3.home-summary-title {
    text-align: center;
    font-size: 2em;
    padding: 0px;
    margin:0px 0px 10px;
}

div.home-body {
    display: block;
    padding-bottom: 20px;
    font-size: 1.1em;
}

div.search_link {
    width: 50%;
    margin: 30px auto;
    background-color: #F1B651;
    text-align: center;
    padding: 10px 0;
}

div.home_search {
    margin-bottom: 10px;
    width: 100%;
}

div.home_search a:link {
    color: #007083;
    font-weight: bold;
    font-size: 2em;
}

div.home-body br {
    line-height: 1.3em;
}

div.center {
  margin: 0 auto !important;
}

div.content_wrap {
    box-sizing: border-box;
    width: 100%;
    
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px 40px 40px;
}

div.header{
    box-sizing: border-box;
    width: 100%;
    
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
		
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 40px 40px 0 40px;
}

div.banner {
    height: 65px;
}

div.banner a {
    color: #ffffff;
}

div.banner .title {
    box-sizing: border-box;
    width: 100%;
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
    flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
}

div.banner div.ejra-wrap{
    line-height: 80px;
	display:-webkit-flex;
	-webkit-justify-content: flex-end;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;

	
	-webkit-box-pack: end;
    -ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

div.banner div.ejra-wrap img {
    width: auto;
    height: 40px;
}

div.banner .title a {
    font-size: 2.25em;
}

.menu_last_delimiter {
    background: url("../../img/col_jpr/menu.bar.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 30px;
    padding: 0 2px 0 18px;
}

div.menu_bar {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    color: #007083;
}

div.menu_bar ul {
    margin: 0;
    padding: 0;
    left: 10px;
    display: block;
    position: relative;
}

div.menu_bar li {
    float: left;
    display: inline;
    background: url("../../img/col_jpr/menu.bar.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    padding: 0 2px 0 18px;
}

div.menu_bar li.menu_item_selected {
    background: url("../../img/col_jpr/menu.bar.selected.png") no-repeat scroll 0 0 transparent;
    border-bottom: 2px solid white;
}

div.menu_bar a.menu_item, 
div.menu_bar a.menu_item_selected {
    /*color: #007083;*/
    color: #1b51a3;
    font-weight: bold;
}

div.menu_bar a.menu_item_selected:hover,
div.menu_bar a.menu_item:hover {
    color: #f1b651;
    font-weight: bold;
}

div.main {
    width: 100%;
    box-sizing: border-box;
    
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

div.main h1{
	margin-top:0;
    color: #000;
	font-size: 30px;
}

div.nomargin {
    margin-left: 40px;
    margin-top: 0;
    margin-right: 40px;
}

div.left {
  float: left;
}

div.right {
  float: left;
}

h1, h2, h3, h4{
    color: #676767;
}

div.search_results{
    margin-bottom: 8px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
}

div.home-results{
    margin-bottom: 8px;
    box-sizing: border-box;
    width: 100%;
    
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.search-results{
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
   
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

div.bottom_search_results_nav{
    clear: both;
    padding-top: 20px;
}

#adv_text_box {
    border: 3px solid #F1B651;
}

div.search-results div.theme-box-container{
    box-sizing: border-box;
    display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    background-color: #EEEEEE;
    width: 30%;
    min-height: 400px;
    margin-bottom: 10px;
}

div.themes-intro-wrap{
    box-sizing: border-box;

	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
    display: flex;
	
    flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
            
    /*justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;*/
    
    justify-content: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
}

div.theme-box-container a{
    width: 100%;
    box-sizing: border-box;
}

div.theme-box-container div.inner-contanier-box{
    padding: 10px;
}

div.theme-box-container div.inner-contanier-box div.image-contanier{
    background-color: #196f85;
    box-sizing: border-box;

	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
	
    flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
            
    justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
            
    /*height: 283px;*/
}

div.image-contanier img{
    height: auto;
}

div.summary_item2_container {
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 12px;
    background-color: #EEEEEE;
    padding: 10px;
}

div.summary_item2_layer1 {
    display: none;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: -25px;
    background-color: #FFFFFF;
    padding: 23px;
    border-style: solid;
    border-width: 2px;
    border-color: #9f9f9f;
    min-height: 200px;
    min-width: 200px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 10px 10px 10px #CCCCCC;
}

div.summary_item2_layer2 {
    height: 200px;
    width: 200px;
    overflow: hidden;
    cursor: pointer;
}

div.summary_item2_noimage div.default-image {
    float: left;
    width: 20%;
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 10px;
}

div.summary_item2_noimage {
    width: 435px;
    overflow: hidden;
}

div.summary_item2_container > div.summary_item2_noimage {
}

div.summary_item2_noimage_middle>div {
    margin-bottom: 10px;
}

div.summary_item2_noimage_middle {
    padding: 10px;
}

div.summary_item2_noimage_colour {
    background-color: #EEEEEE;
}

div.summary_item_container {
    position: relative;
    float: left;
    height: 200px;
    width: 200px;
    padding: 1px;
    margin-bottom: 12px;
    margin-right: 12px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
}

div.summary_item_container,
div.summary_item2_container a {
    color: #000000;
}

div.summary_item_container .image {
    position: absolute;
    width: 200px;
    text-align: center;
}

div.summary_text_box{
    position: absolute;
    margin-top: 100px;
}

div.summary_item_layer1{
    padding: 3px 10px 10px 7px;
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: 20;
}

div.department_wrap{
    height: 50px; 
    background-color: #eeeeee; 
}

div.summary_item_layer2{
    height: 200px;
    width: 200px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20;
}

div.summary_title a ,
div.text-contanier {
    border-bottom: 1px dotted #c0c0c0;
    color: #196f85;
    text-decoration: none;
    font-size: 115%;
    line-height: 140%;
    font-weight: bold;
}

div.inner-contanier-box div.text-contanier{
    margin-top: 10px;
    border-bottom-width: 0;
}

div.summary_author,
div.summary_date,
div.summary_keywords {
    margin-bottom: 0 !important;
}

div.summary_title_translated .fieldname,
div.summary_author .fieldname,
div.summary_date .fieldname,
div.summary_keywords .fieldname {
    color: #000;
    font-weight:bold
}

div.summary_keywords{
}

div.simple_search_box{
    display: none;
    float: right;
    margin-right: 15px;
    padding: 23px 0 20px 0;
}

div.simple_search_box a#search_link {
    padding-top: 0;
    margin-top: 0;
}

div.primary_image_box{
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 1px;
    margin: 0;
    min-height: 508px;
    width: 600px;
    z-index: 20;
}

div.secondary_image_box {
    float: left;
    text-align: left;
    overflow: hidden;
    padding: 12px 0 0 0;
    margin-right: 12px;
    width: 600px;
}

div.full_record_data {
    clear: left;
    float: left;
    width: 100%;
}

div.full_record_data a {
    color: #196f85;
    border-bottom: 1px dotted #c0c0c0;
    text-decoration: none;
}

div.missing-pdf-wrap{
    width: 202px;
    min-height: 285px;
    border: 1px solid #157085;
    box-sizing: border-box;
    padding: 10px;
}

div.missing-pdf-wrap p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

div.download_wrap {
    float: right;
}

div.download_wrap a:link {
    color: #157085;
    font-weight: bold;
}

div.download_wrap div.asset_box {
    margin-bottom: 20px;
    width: 202px;
    overflow: hidden;
}

div.download_wrap div.asset_box img {
    border: 1px solid #157085;
}

div.download_wrap div.asset_box div.record_logo img {
    border: 0px solid #157085;
}

div.report-btn{
    background-color: #f1b651;
    border: 1px solid #009192;
    padding: 4px;
    text-align: center;
    box-sizing: border-box;
}

div.report-btn a,
div.report-btn input[type="submit"]{
    color: #157085;
    font-weight: bold;
    cursor: pointer;
}

div.report-btn  input[type="submit"],
div.report-btn  input[type="submit"]:focus,
div.report-btn  input[type="submit"]:active,
div.report-btn  input[type="submit"]:hover{
    border-width: 0;
    background-color: transparent;
    padding: 0;
    border-style: none;
    border-image-width: 0;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif
}

.disabled-btn input[type="submit"]{
    color: #a7a7a7 !important;
}

div.broken-link-wrap{
    width: 202px;
    margin-top: 5px;
}

div.object_left div.full_record_data_caption h4 {
    margin-bottom: 4px;
    margin-top: 15px;
}

.obj-end + .share-bar{
    margin-top: 15px;
}

div.full_record_data_value {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

div.data_caption{
    color: #676767;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 20px;
}

div.data_value{
    color: #157085;
    font-size: 12px;
}

div.full_record_box {
    position: relative;
    margin: 0;
    padding: 0;
    height: 602px;
}

div.theme-body{
    margin-bottom: 20px;
    margin-right: 20px;
}

div.theme-intro{
    margin-bottom: 12px;
    margin-right: 40px;
}

div.th-content-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
    
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

    margin-bottom: 30px;
    margin-top: 15px;
}

div.th-content-wrap img{
    border: 1px solid #000;
    height: 100%;
}

div.th-sum-wrap,
div.th-sum-wrap a,
div.th-sum-wrap a:visited{
    color: #000;
}

.use-author-data{
    margin-bottom: 10px;
}

.content-wrap .use-author-data .auth-data-wrap .auth-caption{
    font-size: 100%;
    font-weight: bold;
}

div.crumb {
    margin: 5px 20px;
    display: none;
}
div.crumb a {
    color: #000000;
}

div.record_logo {
    width: 200px;
    height: 100%;
    padding-bottom: 10px;
}

div.featured-object{
    margin-top: 20px;
    clear: both
}

div.featured-themes{
    margin-top: 20px;
    clear: both
}

div.browse-form{
    margin-top: 12px;
}

div.browse-results-message{
    margin-top: 12px;
}

div.browse-results{
    margin-top: 12px;
}

div.adv_search_link{
    padding-top: 4px;
    text-align: right;
    display: none;
}

div.form-info {
    width: 220px;
}

div.table_container {
  margin: 0;
}

table.result_tools {
    color: #145e6f;
    background-color: #eee;
    border-bottom: 3px solid #9e9898;
    width: 100%;
    box-sizing: border-box;
}

table.result_tools .cell_title {
    padding-left: 20px;
}

table.result_tools .cell_search_info {
    width: 70%;
}

table.result_tools table tr td {
    padding: 5px 10px;
}

table.result_tools table {
    width: 100%;
}

table.result_tools h1 {
    color: #145e6f;
    font-weight: normal;
    margin: 0;
}

.xresult_tools h1 {
    color: #145e6f;
    font-weight: normal;
}

td.next_and_prev, 
td.pagination, 
td.view_all {
    font-weight: bold;
    color: #145e6f;;
}

table.result_tools a {
    color: #145e6f;
}

.inactive,
td.pagination .selected_page {
    font-weight: bold;
    color: #9b9b9b;
}

span.tip {
    color: #ffffff;
    font-weight: normal;
}

table .border_right {
    width: 300px;
    border-right: 1px solid #9f9f9f;
}

table .border_top {
    border-top: 1px solid #9f9f9f;
}

table .border_bottom {
    border-bottom: 1px solid #9f9f9f;
}

table.result-tools td {
    vertical-align: top;
    padding: 4px 5px;
}

div#full_record_nav {
    margin-bottom: 10px;
    width: 622px;
    border-style: solid;
    border-width: 1px;
    border-color: #E0E0E0;
    padding: 4px 5px;
}

div.article_lists_shim {
    padding-top: 20px;
}

div.article_lists {
    margin: 0 6px 0 2px;
    background-color: #ffffff;
}

div.article_lists table {
    width: 100%;
}

div.article_lists td.header {
    background: transparent url('../../img/col/article_lists_bg.png') repeat-x left top;
    padding: 2px 20px;
    height: auto;
    color: #ffffff;
}

div.article_lists td {
    vertical-align: top;
}

div.article_lists td p {
    margin: 10px 0;
    padding: 0 20px;
}

div.article_lists td a {
    color: #686868;
}

div.article_left {
    float: left;
    width: 550px;
    padding: 10px 40px 0 0;
}

div.article_left div{
    margin-bottom: 10px;
}

div.article_right {
    float: left;
    width: 350px;
    padding-top: 10px;
}

div.article_right .article_caption {
    padding-bottom: 50px;
}

div.bottom_frame {
    margin: 0;
    padding: 0;
    height: 6px;
    min-width: 320px;
}
div.bottom_frame table {
    width: 100%;
    border-collapse: collapse;
}
div.bottom_frame td.lbottom {
    background: transparent url('../../img/col/box_lbottom_shade.png') no-repeat left top;
    height: 6px;
    width: 8px;
}
div.bottom_frame td.mbottom {
    background: transparent url('../../img/col/box_mbottom_shade.png') repeat-x left top;
    height: 6px;
}
div.bottom_frame td.rbottom {
    background: transparent url('../../img/col/box_rbottom_shade.png') no-repeat left top;
    height: 6px;
    width: 8px;
}

div.simple_search_box input.simple_search_submit, 
input.advanced_clear, 
input.advanced_search_submit {
    background-color: #4c4242;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #e7e7e7 !important;
    font-size: 80%;
    text-transform: uppercase;
}

span.results-from {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 5px;
    display: block;
    color: #676767;
}

div.full_record_data_value .biblio_jpr_title {
    font-style: italic;
}

div.full_record_data_value .biblio_jpr_publication_authority_id {
    text-decoration: underline;
}

div.object_container{
    box-sizing: border-box;
    width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
    
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	
    flex-direction: row;
    
	-ms-flex-flow: space-between;
	flex-flow: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

div.object_right {
    padding-top: 15px;
    width: 30%;
    box-sizing: border-box;
    
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

div.object_left {
    width: 70%;
    padding: 10px 38px 0 0;
    box-sizing: border-box;
}

div.object_left h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    font-size: 125%;
}

div.tlcorner_frame { position: absolute; left: 0; top: 0; z-index: 10; }
div.trcorner_frame { position: absolute; right: 0; top: 0; z-index: 10; }
div.blcorner_frame { position: absolute; left: 0; bottom: 0; z-index: 10; }
div.brcorner_frame { position: absolute; right: 0; bottom: 0; z-index: 10; }

div.completion_meter_container p {
    margin: 40px 0 0 0;
    padding: 0;
}

div.meter {
    width: 300px;
    border: 1px solid #9a9a9a;
    height: 10px;
}

div.meter div {
    background-color: #343434;
    height: 10px;
}

.clearfix { clear: both; }

div.home_adv_search_form {
    background-color: #eee;
    padding: 20px;
    border-bottom: 3px solid #9e9898;
    margin-bottom: 20px;
}

h2 {
    background: url("../resources/bar.23.png") no-repeat scroll 4px 3px #9e9898;
    color: #fff;
    font-size: 16px;
    height: 16px;
    padding: 7px 0 5px 18px;
}

div.home_adv_search_form div.title {
    font-size: 16px;
    color: #157085;
    font-weight: bold;
    margin-bottom: 10px;
}

div.home_adv_search_form input.button {
    background-color: #4c4242;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #e7e7e7;
    font-size: 80%;
    text-transform: uppercase;
}

div.col-full-length {
    margin: 15px 0 30px;
}

div.col-full-length input{
    width: 609px;
}

div.full-length-caption {
    float: left;
    width: 19%;
}

div.search-form-buttons input {
    width: 100px;
}

div.home_adv_search_form div.col-one,
div.home_adv_search_form div.col-two,
div.home_adv_search_form div.col-three {
    width: 33%;
    float: left;
}

div.banner-search-form {
    background: transparent url('../../img/col/advanced_search_bg.png') repeat left top;
    color: #ffffff;
    margin: 0 6px 0 2px;
    border-bottom: 1px solid #9f9f9f;
    height: 151px;
    display: none;
    overflow: hidden;
}
div.banner-search-form form {
    margin: 0;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 15px;
}
div.banner-search-form .col1, 
div.banner-search-form .col2, 
div.banner-search-form .col3 {
    float: left;
    width: 300px;
    padding-bottom: 10px;
}
div.banner-search-form input.short {
    width: 115px;
}
div.banner-search-form .long {
    width: 250px;
}
div.banner-search-form .inline,
div.xform-info-text {
    display: inline-block;
    *display: inline; //IE hack to achieve inline-block behavior
    zoom: 1;
}
div.banner-search-form .line-sep {
    padding-top: 10px;
}

div.adv_field_wrap {
    font-weight: bold;
}

div.search-form-buttons {
    margin-top: 8px;
}

div.xform-info-text {
    vertical-align: middle;
}

div.xform-info-text img {
    padding-left: 2px;
}

div.xform-info-text span {
    display: none;
    position: absolute;
    background-color: #808080;
    padding: 10px;
    width: 250px;
    color: #ffffff;
}

#slide_container {
    width: 600px;
    height: 600px;
    color: #ffffff;
}

div.slide_toolbar {
    margin-top: 2px;
    padding: 0;
    width: 600px;
    height: 15px;
    text-align: center;
}

div.slide_toolbar .slide_prev {
    display: inline;
    cursor: pointer;
}

div.slide_toolbar .slide_next {
    display: inline;
    cursor: pointer;
    padding-left: 5px;
}

.slide_control {
    margin-right: 20px;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
}

span.slide_control img {
    padding: 5px;
}

div.hotspot div.error {
    background-color: yellow;
    color: red;
    width: 280px;
    height: 220px;
    padding: 20px;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: white;
    float: left;
}

div.hotspot div.home-small {
    color: white;
    width: 320px;
    height: 260px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: white;
    float: left;
    overflow: hidden;
    background-color: #000000;
}

div.hotspot div.home-large {
    color: white;
    width: 641px;
    height: 521px;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: white;
    float: left;
    background-color: #000000;
}

div.hotspot div.rborder {
    border-right: 1px solid #ffffff;
}

div.hotspot .hotspot-title {
    padding: 2px 10px;
    background-color: #000000;
}

div.hotspot .hotspot-caption {
    padding: 2px 10px;
    background-color: #000000;
}

div.hotspot div.home-large div.hotspot-image {
    height: 480px;
    width: 641px;
    overflow: hidden;
}

/* NARRATIVES */

div.ntv_section {
    padding: 2px 20px;
    background-color: #000000;
    color: #ffffff;
    clear: left;
}

div.ntv_thumb {
    width: 90px;
    height: 90px;
    background-color: #999999;
    overflow: hidden;
    float: left;
}

div.ntv_data {
    float: left;
    width: 170px;
}

div.ntv_data div.ntv_section_title a {
    color: #676767;
}

div.ntv_data div.ntv_title a {
    font-weight: bold;
    color: #000000;
}

div.ntv_data div.ntv_text a {
    color: #686868;
}

div.narratives_container {
    position: relative;
    width: 997px;
}

div#ntv_controller {
    display: none;
}

div.ntv_banner {
    border-bottom: 1px solid #9f9f9f;
    background: #000000 url('../../img/col/narrative_bg.png') repeat left top;
    height: 5.1em;
    color: #ffffff;
}

div.ntv_banner .title, 
div.ntv_banner .ntv_navtop, 
div.ntv_banner .page_summary {
    display: inline;
    float: left;
}

div.ntv_banner .title {
    margin-left: 20px;
    width: 720px;
}

div.ntv_banner h1 {
    color: #ffffff;
    font-weight: normal;
}

div.ntv_banner .ntv_navtop {
    width: 170px;
    text-align: center;
    border-right: 1px solid #9f9f9f;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    line-height: 5.1em;
}

div.ntv_navbot {
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    background: #000000 url('../../img/col/narrative_bg.png') repeat left top;
    color: #ffffff;
    padding: 3px 20px;
}

div.narrative_inactive {
    color: #9b9b9b !important;
    cursor: default !important;
}

div.ntv_banner .page_summary {
    width: 65px;
    text-align: center;
    padding: 7px 0 0 0;
}

div.n_banner .page_summary_container {
    width: 50%;
    margin: auto auto;
}

div.ntv_banner .page_summary .page_no {
    font-size: 2.1em;
    border-bottom: 1px solid #9f9f9f;
}

div.ntv_banner .page_summary .page_total {
    font-size: 1.2em;
}

div.ntv_banner .rborder {
    border-right: 1px solid #9f9f9f;
}

div.narrative .ntv_image {
    width: 100%;
    background-color: #000000;
    text-align: center;
    line-height: 490px;
    height: 490px;
    min-height: 490px;
    max-height: 490px;
}

div.narrative .ntv_caption {
    border-top: 1px solid #9f9f9f;
    background-color: #000000;
    color: #ffffff;
    padding: 2px 20px;
    height: 100%;
}

div.narrative .ntv_content {
    background-color: #ffffff;
    color: #000000;
}

div.narrative .ntv_content div {
    margin: auto auto;
    padding: 5px 0 20px 0;
    width: 550px;
}

div.narrative, 
div.narrative_candc, 
div.jFlowSlideContainer {
     height: auto !important;
}

div.narrative_candc .ntv_image {
    background-color: #000000;
    overflow: hidden;
    line-height: 490px;
    min-height: 490px;
    max-height: 490px;
    height: 490px;
    width: 100%;
}

div.narrative_candc .ntv_image div {
    display: inline-block;
    float: left;
    width: 494px;
    background-color: #000000;
    text-align: center;
    height: 490px;
}

div.narrative_candc .ntv_image div.image2, 
div.narrative_candc .ntv_caption div.caption2 {
    border-left: 1px solid #9f9f9f;
}

div.narrative_candc .ntv_caption {
    border-top: 1px solid #9f9f9f;
    background-color: #000000;
    color: #ffffff;
    width: 990px;
}

div.narrative_candc .ntv_caption div {
    display: inline;
    float: left;
    width: 494px;
    background-color: #000000;
}

div.narrative_candc .ntv_caption div span {
    display: block;
    padding: 2px 20px;
}

div.narrative_candc .ntv_content {
    background-color: #ffffff;
    color: #000000;
}

div.narrative_candc .ntv_content div {
    margin: auto auto;
    padding: 5px 0 20px 0;
    width: 550px;
}

div.narrative .hotspot {
    position: absolute;
    border: 1px solid #9f9f9f;
    line-height: 1.0em;
}

div.narrative .switch_slide {
    display: block;
    width: 100%;
    height: 100%
}

div.ntv_unpack {
    height: 495px;
}

div.ntv_unpack_popup {
    position: absolute;
    height: 430px;
    width: 300px;
    line-height: 1em;
    border: 1px solid #9f9f9f;
    padding: 10px;
    background-color: #000000;
    color: #ffffff;
}

div.ntv_unpack_hide {
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
    line-height: 5em;
    cursor: pointer;
}

div.ntv_navbot .ntv_unpack_hide {
    line-height: 1em;
}

div.ntv_unpack_nav {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    padding: 20px 0 0 0;
}

div.ntv_unpack_popup_image {
    text-align: center;
    margin-bottom: 4px;
}

div.ntv_unpack_popup_content {
    height: 130px;
}

div.ntv_unpack_popup_image img {
}

/* OBJECT TABBED DATA */

div#tabbed_data {
    margin-top: 20px;
}

div#tabbed_data ul {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 0 0 19px 0;
    width: 602px;
}

div#tabbed_data ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#tabbed_data ul a {
    border: 1px solid #cccccc;
    color: #666666;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

div#tabbed_data ul a.active {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}

div#tabbed_data div {
    border: 1px solid #ccc;
    border-top : none;
    clear: both;
    margin: 0;
    padding: 15px;
    width: 570px;
}

.hidden { display: none; }
.container_shim { padding-left: 20px; }

/* COLLECTIONS */

div.collection_item_container {
    float: left;
    width: 250px;
    height: 330px;
    color: #ffffff;
    margin: 0 20px 20px 0;
}

div.collection_title {
    font-size: 1.2em;
    padding: 15px 25px;
}

div.collection_image img {
    height: 200px;
    width: 200px;
    margin-left: 25px;
    margin-right: 25px;
}

div.collection_text {
    padding: 15px 25px;
}

div.collection_title a, 
div.collection_text a {
    color: #ffffff;
}

div.powered_by {
    padding-top: 5px;
    text-align: right;
    font-size: 0.9em;
}

/* width + padding = home width */
div.powered_by_home {
    width: 960px;
    padding-right: 10px;
}

/* width + padding = narratives_container width */
div.powered_by_narrative {
    width: 987px;
    padding-right: 10px;
}

div.powered_by_std {
    margin-right: 10px;
}

div.powered_by a {
    color: #686868;
}

.show { display: block; }
.hide { display: none; }

a.selected_sort {
    color: #FC9D05 !important;
}

/**************************************************/
/* Cookie Policy CSS                              */
/* To be moved into col.css                       */

html { width: 100% };

#cookie_box {
    display: block;
}

#cookie_policy_wrapper {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    height: 75px;
    left: 0;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    font-size: 1.2em;
}

#cookie_policy_wrapper #cookie_policy_msg {
    position: relative;
    color: #fff;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 640px;
}

#cookie_policy_wrapper #cookie_policy_msg button {
    position: absolute;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    padding-top: 10px;
    right: 0;
}

#cookie_policy_wrapper #cookie_policy_msg a,
#cookie_policy_wrapper #cookie_policy_msg button {
    color: #ff9933 !important;
}

#cookie_policy_wrapper #cookie_policy_msg button:hover {
    text-decoration: underline;
}

/* SEARCH TERM HIGHLIGHTING */

span.search_term_text {
    /*background-color: #ffff00;*/
    background-color: #f1b651;
}

span.search_term_authority {
    background-color: #f1b651;
}

span.search_term_calc {
    background-color: #FFD700;
}

span.search_term_date {
    background-color: #FFD700;
}

.result_tools {
    border-bottom: 3px solid #9e9898;
}
.bottom_search_results_nav .result_tools {
    border-bottom: none;
    border-top: 3px solid #9e9898;
}

/* ADD THIS */
.share-bar {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    /*float: left;*/
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 4px 0;
    width: 100%;
    line-height: 140%;
}

.addthis_toolbox > a {
    border-bottom: medium none;
    color: #000 !important;
    display: inline;
    float: left;
    font-size: 8pt;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: justify !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.addthis_toolbox > a:hover {
    text-decoration: underline !important;
}

.addthis_default_style .at300b, 
.addthis_default_style .at300bo, 
.addthis_default_style .at300m {
    padding: 0 2px;
}

.addthis_toolbox a.addthis_button_email, 
.addthis_toolbox a.addthis_button_twitter, 
.addthis_toolbox a.addthis_button_facebook, 
.addthis_toolbox a.addthis_button_compact {
    margin-left: 23px;
}

.addthis_default_style .at300b, 
.addthis_default_style .at300bo, 
.addthis_default_style .at300m {
    padding: 0 2px;
}

.addthis_default_style .addthis_separator, 
.addthis_default_style .at300b, 
.addthis_default_style .at300bo, 
.addthis_default_style .at300m, 
.addthis_default_style .at300bs {
    float: left;
}

.addthis_toolbox > a + a {
    padding-left: 11px !important;
}

/* ADVANCED SEARCH FORM */

div.show-hide-caption{
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
}

div.adv-topic-wrap,
div.adv-geo-wrap{
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 200px;
}

div.topic-content-wrap,
div.geo-content-wrap{
    box-sizing: border-box;
    display: none;
}

div.radio-group-wrap{
    display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;

	-webkit-flex-direction: horizontal;
	-moz-flex-direction: horizontal;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-direction: row;
	
    flex-direction: row;
    width: 100px;
    box-sizing: border-box;
    margin-left: 5px;
    height: 28px;
}

div.radio-group-wrap div{
    width: 50%;
    box-sizing: border-box;
}

div.radio-group-item{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;            
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

div.radio-group-wrap input,
div.checkbox-group-wrap input{
    width: auto !important;
    margin: 0 !important;
    height: auto !important;
}

div.radio-group-wrap span,
div.checkbox-group-wrap span{
    box-sizing: border-box;
}


div.radio-group-wrap input[type=radio],
div.checkbox-group-wrap input[type=radio]{
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}


div.radio-group-wrap input[type=radio],
div.checkbox-group-wrap input[type=radio],
div.radio-group-wrap input[type=checkbox],
div.checkbox-group-wrap input[type=checkbox]{
    margin-right: 5px !important;
}


div.checkbox-group-wrap{
    height: 115px;
    overflow-y: scroll;
    background-color: #FFF;
    margin-top: 10px;
    padding-top: 5px;
    padding-left: 7px;
    border: 1px solid rgb(169, 169, 169);
}

div.checkbox-wrap{
    min-height: 20px;
    
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
	
    -webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
    
}

div.checkbox-wrap span{
    vertical-align: text-top;
    margin-bottom: 10px;
}

div.checkbox-wrap input{
    margin-right: 5px;
}

div.adv-bjpa-wrap{
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
    
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

div.adv-bjpa-wrap div.BJPA-caption{
    box-sizing: border-box;
    
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;            
    display: flex;
    
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

div.adv-bjpa-wrap div.BJPA-caption input,
div.adv-topic-wrap input {
    width: auto !important;
    height: auto !important;
}

div.adv-col input,
div.adv-col select{
    padding: 2px;
    margin: 5px 0 20px;
    width: 200px;
    height: 20px;
}

div.adv-col select{
    width: 208px;
    height: 28px;
}

div.BJPA-caption input[type=checkbox]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    
    margin: 0;
    margin-left: 5px !important;
}

div.BJPA-caption span{
    margin-top: 4px;
}

div.adv-col input[type=button]{
    margin-left: 2px !important;
    font-size: 12px;
    font-weight: bold;
}

div.adv-col input[type=submit]{
    margin-left: 2px !important;
    font-size: 12px;
    font-weight: bold;
}

div.BJPA-caption {
    margin-right: 2px !important;
}
/*
.ellipsis{
    /*white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    
    height: 55px;*/

/*    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
does not work in chrome
*/

.ellipsis {
    overflow: hidden;
    height: 100px;
    font-size:1.02em;
    line-height: 1.2;
}

.ellipsis:before {
    content:"";
    float: left;
    width: 5px; 
    height: 100px; 
}

.ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px; 
}

.ellipsis:after {
    content: "\02026";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right; 
    position: relative;
    top: -15px; 
    left: 100%; 
    width: 3em; 
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#EEEEEE), color-stop(50%, #EEEEEE));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #EEEEEE 50%, #EEEEEE);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #EEEEEE 50%, #EEEEEE);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #EEEEEE 50%, #EEEEEE);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #EEEEEE 50%, #EEEEEE);
}

/* Search result link generator */
#search-link-gen{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.select-search-field,
.select-wrap,
.submit-gen-btn{
    width: 30%;
    line-height: 40px;
    height: 40px;
}

#gen_link_geographic_coverage,
#result-box {
    line-height: 40px;
    height: 40px;
}

#result-box,
.gen-link-group {
    width: 100%;
    height: 100%;
}

input.gen-link-group{
    height: 36px;
}

.link-gen-module h2{
    background-color: #FFF;
    color: #000;
    padding-left: 0;
}

.site-text-body{
    padding-bottom: 10px;
}

.result-caption{
    font-weight: bold;
}

