/* Dropdown Button */
.dropbtn {
  background-color: #e0dfda;//#2e585c;//#e0dfda;
  color: #2e585c;;
  padding: 0.3vw;
  font-size: 1.1vw;
  border: none;
border-radius:0.3vw;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color:  #B4A28F;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 color:black;
}

/* Links inside the dropdown */
.dropdown-content a {
background-color: #B4A28F
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #B4A28F;}

.mainimg{
background-color:#eee;
display:flex;
//min-width:1476px;
//width:150%;
//height:100%;
justify-content:center;
padding-top:10px;
//object-fit: cover;
}

#myBtnTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:#b4a28d; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 25px; /* Rounded corners */
  font-size: 1vw; /* Increase font size */
}

#myBtnTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.col1{
float:left;
width:90%;
color:black;
display:flex;
}

.col2{
float:right;
width:10%;
color:black;
display:flex;
}

.lh{
line-height:1.6;
border-bottom: 0.1vw solid #aaa;
font-size:0.7vw;
content: "";
  //display: table;
  clear: both;
}

.mainrow:after {
  content: "";
  display: table;
  clear: both;
}
.buttonsidebar{
max-width:90%;
font-size:0.5vw;
}
a {
  position: relative;
//  display: inline-block;
  //margin-bottom: 20px;
}
a[mtitle4]:before {
min-width:90%;
//padding-left:5%;
display:block;
  content: attr(mtitle4);
background-color:#2e585c;
font-family:'Noto Sans';
font-size: 0.7vw;
flex-wrap:wrap;
text-align:center;
letter-spacing:0.1em;
color:white;
line-height:1.2;
display:flex;
justify-content:center;
 position: absolute;
 bottom: -30px;
left: 5%;
right:5%;
text-align:center;
//margin:auto;
//padding-left:5px;
//padding-right:5%;
padding-top:0.2vw;
padding-bottom:0.2vw;
}

a[mtitle3]:before {
min-width:90%;
//padding-left:5%;
display:block;
  content: attr(mtitle3);
background-color:#2e585c;
font-family:'Noto Sans';
font-size: 0.7vw;
flex-wrap:wrap;
text-align:center;
letter-spacing:0.1em;
color:white;
line-height:0.8;
display:flex;
justify-content:center;
 position: absolute;
 bottom: -30px;
left: 5%;
right:5%;
text-align:center;
//margin:auto;
//padding-left:5px;
//padding-right:5%;
//padding-bottom:10px;
padding-top:0.2vw;
padding-bottom:0.2vw;

}

a[mtitle2]:before {
min-width:90%;
//padding-left:5%;
display:block;
  content: attr(mtitle2);
background-color:#2e585c;
font-family:'Noto Sans';
font-size: 0.7vw;
flex-wrap:wrap;
text-align:center;
letter-spacing:0.1em;
color:white;
line-height:1.2;
display:flex;
justify-content:center;
 position: absolute;
 bottom: -30px;
left: 5%;
right:5%;
text-align:center;
//margin:auto;
//padding-left:5px;
//padding-right:5%;
//padding-bottom:10px;
padding-top:0.2vw;
padding-bottom:0.2vw;
}

a[mtitle]:before {
min-width:90%;
//padding-left:5%;
display:block;
  content: attr(mtitle);
background-color:#2e585c;
font-family:'Noto Sans';
font-size: 0.7vw;
text-align:center;
letter-spacing:0.1em;
color:white;
line-height:2.4;
display:flex;
align-content:center;
justify-content:center;
 position: absolute;
 bottom: -30px;
left: 5%;
right:5%;
text-align:center;
//margin:auto;
//padding-left:5px;
//padding-right:5%;
padding-top:0.2vw;
padding-bottom:0.2vw;
}


.columnmain1{
float:left;
width:75%;
//min-width:200px;
padding-right:20px;
border-style:none dotted none none;
border-width: 1px;
 border-color:#bcbdbd;
padding-top:25px;
}

.columnmain2{
float:left;
width:25%;
//min-width:200px;
padding-top:5px;
padding-left:20px;
line-height:0.4;
padding-top:12px;
}

table, th, td {
  border-top: 1px solid #ddd;
border-left: 0px solid #ddd;
border-bottom: 1px solid #ddd;
border-right: 0px solid #ddd;
  border-collapse: collapse;
}

.tablewordkeys{
max-width:600;
}

.titles{
background-color:#2e585c;
font-family:'Noto Sans';
font-size: 1.1vw;
text-align:center;
letter-spacing:0.1em;
color:white;
line-height:1.8;
//padding:0.5px;
}

.titlessidebar{
display:flex;
color:white;
justify-content:center;
background-color:#2e585c;
font-family:'Noto Sans';
font-size: 1vw;
text-align:center;
letter-spacing:0.2em;
line-height:1.6;
padding-top:3.5px;
padding-bottom:3.5px;
}


.oc-push.oc-menu-open .oc-pusher {
    transform: translate3d(0, 0, 0);
}

ul {  
list-style-type: none;
}

.oc-menu {
font-family:"Noto Sans";
line-height:1.6;
    height: auto;
    position: auto;
left:100%;
    top: 120px;
    right: auto;
    transition: all 400ms;
    visibility: hidden;
    width: 400px;
    z-index: 100;
  //  background: #bfd7dc;
background-color:#b4a28f;
}

.oc-content{
width:100%;//1360px;
margin:auto;
//background-color:#fff;
}
#content{
max-width:80%;//1100px;
font-family:"Noto Sans";
line-height:1.6;
}
.buttonsidebar{
background-color: #2e585c;
  border: none;
  color: white;
 padding: 0px;
  text-align: center;
//vertical-align:top;
  text-decoration: none;
//display: inline-block;
  //font-size: 8pt;
  margin: 0.5px 0.5px;
cursor:default;
 // cursor: pointer;
  border-radius: 50%;
transition-duration: 1s;
width:20px;
height:22px;
display:flex;
justify-content:center;
}

.buttonsidebar:hover{
background-color: #2e585c;
//background-color:#b4a28d;
//color:black;
}

.bsu{
//border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
display:flex;
flex-wrap:wrap;
align-content:center;
font-size:12pt;
padding-top:20px;
line-height:0.5;
}

.blockss2{
padding-top:7px;
}
.blockssidebar{
font-family: "Noto Sans";
    font-size: 12pt;
    letter-spacing:0.15em;
line-height:1.6;
}




input[type=text]{
font-family: "Noto Sans";
    font-size: 12pt;
    letter-spacing:0.2em;
line-height: 24px;
    border: 1px solid #000;
    padding: 5px;
}
header{
max-width:none;
}
header:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background-color:#e0dfda;
    z-index: -1;
}

.item-showcase{
border-top: 0px solid #dfdfdf;
    border-bottom: 0px solid #dfdfdf;
}

@media screen and (max-width: 750px) {
    iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
min-height:600px;
    }
}

.pdfembed{
width:auto;
max-width:100%;
height:auto;
min-height:600px;
}


.resource.show #content>h2+h3 {
background-color:#b4a28d;
color:#000;
}

a.advanced-search{
    font-family: "Lora",serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 2px;
    color: #902020;
    line-height: 24px;
    display: inline-block;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    float: right;
}

input[type=submit], button, .button {
    font-family: "Lora",serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 2px;
    color: #902020;
    line-height: 24px;
    display: inline-block;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

.filter-value {
    padding: 5px 12px;
    display: inline-block;
    background-color: #b4a28d;
    color: #902020;
}

main{
}

.oc-content-inner{
background-color:#eee
}

.chosen-select{ 

}

.query-mediatype{
height:180px;
}
/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;//absolute; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left:0;// 25%;
 //right:25%
//padding-left:5%;
//padding-right:25%;
  top: 0;
margin-left:auto;
margin-right:auto;
text-align:center;
  width: 100% ; /* Full width */


  height: 100% ; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
max-height: calc(100vh - 210px);
    
   // height: 80vh;
    overflow-y: auto;
}
/*body.modal-open{
height: 100vh;
  overflow-y: disabled;
position:fixed;
}*/

/* Modal Content (Image) */
.modal-content {
  margin: 5% auto;
  display: block;
  //width: 100% ;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  color: #ccc;
  padding: 1px 0;
  height: 50px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 5px;
  right: 35px;
  color: #f1f1f1;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
