@font-face {
    font-family: 'OpenSansRegular';
    src: url('/FontAccessServlet?file=OpenSans-Regular.eot');
    src: url('/FontAccessServlet?file=OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/FontAccessServlet?file=OpenSans-Regular.woff') format('woff'),
         url('/FontAccessServlet?file=OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'UbuntuLight';
    src: url('/FontAccessServlet?file=Ubuntu-Light.eot');
    src: url('/FontAccessServlet?file=Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
         url('/FontAccessServlet?file=Ubuntu-Light.woff') format('woff'),
         url('/FontAccessServlet?file=Ubuntu-Light.ttf') format('truetype');
}
.navbar .nav > li > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
  text-shadow:none;
}

body{
  font-family: OpenSansRegular !important;
}
.mainPage #innerContainer{
 width:100%; 
}
.mainPage .dropdown-menu{
 width:50%; 
}
html {
    position: relative;
    min-height: 100vh;
}
body {
    margin: 0 0 315px; /* bottom = footer height */
}
body.mainPage {
    margin: 0px; /* bottom = footer height */
}
.menuLogo{
  display:none;
}

.mainPage #innerContainer{
  padding-top: 0px;
  padding-bottom: 0px;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.mainPage .footer{
  position: static;
}




.menu{
  height:179px;
}
.beforeMenu{
  display:inline;
}
.ppaheader{
  background: url("ImageAccessServlet?file=ppaheader.png");
  background-size:cover;
  height:139px;
}

.ppalogo{
  background: url("ImageAccessServlet?file=ppalogo.png");
  height: 139px;
  background-size: 300px 300px;
  background-repeat: no-repeat;
  background-position: -125px -82px;
  float: left;
  width: 250px;
  display:inline-block;
}

.dglab-logo{
  background: url(ImageAccessServlet?file=dglab-logo.png);
  height: 81px;
  background-size: 167px 81px;
  background-repeat: no-repeat;
  float: right;
  width: 167px;
  margin-right: 20px;
  margin-top: 26px;
  display:inline-block;
}

.ppatitle{
  padding-top:25px;
  line-height:50px;
  color: WHITE;
  text-transform: UPPERCASE;
  font-family: UbuntuLight;
  font-size:54px;
}

@media only screen and (max-width: 1340px) {
  .ppatitle {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1040px) {
  .ppatitle {
    font-size: 24px;
  }
}

.ppasubtitle{
  font-size:25px;
  line-height:35px;
  color: WHITE;
  font-family: UbuntuLight;
  font-size:20px;
  text-transform:none;
}

.navbar-inner{
  background-color: #2284BF;
  background-image: none;
}

body.mainPage, body.validator{
  background-color: WHITE;
}

.mainPage .top .title1{
  color: #3083C4;
  font-size: 30px;
  line-height:50px;
}

.mainPage .top .title2{
  color: #3083C4;
  font-size: 45px;
  line-height:55px;
}

.mainPage .top .intro{
  color: #787272;
  font-size: 25px;
  line-height: 30px;
}

.mainPage .top{
  padding-top: 60px;
  padding-bottom: 60px;
  height: auto;
  width: 980px;
margin: 0 auto;
}

.mainPage .search, .noResults .search{
  position: static;
  top: 0px;
  z-index: 10;
    display: inline-block;
    height: 75px;
    background-color: WHITE;
    padding-left: 0px;
    padding-right: 0px;
    position: static;
    top: 0px;
    border-top-right-radius: 0px;
    padding-top: 20px;
  width: 98%;
margin: 0 auto;
}

.mainPage .simpleSearchInput{
  width:100%;
}

.mainPage .middle{
  position: static;
  top: 0px;
  background-color:WHITE;
  width: 980px;
margin: 0 auto;
  padding-bottom: 70px;
}

.mainPage .middle .box1 .box{
  background-color:#2284BF;
  opacity: 0.5;
}
.mainPage .middle .box2 .box{
  background-color:#2284BF;
  opacity: 1;
}
.mainPage .middle1 .box1 {
  padding-bottom:10px;  
}
.mainPage .middle1 .box2 {
  padding-bottom:10px;
}
.mainPage .middle2 .box2 {
  padding-top:10px;
}
.mainPage .middle2 .box1 {
  padding-top:10px;
}
.mainPage .middle2 .box{
  min-height: 290px;
}
.mainPage .middle1 .box{
  min-height: 475px;
}
.mainPage .tagclouds{
  position: static;
  top: 0px;
}

.mainPage .middle .box .title{
   color: WHITE;
   font-size:22px;
  line-height:32px;
}
.mainPage .middle .box .text{
   color: WHITE;
   font-size:13px;
  line-height:20px;
}
.mainPage .middle .box {
  padding:20px;
}

.tagclouds{
  display:none;
}


.bottom, .footerTop{
  position:static;
  top:0px;
  padding-top:40px;
  padding-bottom:40px;
  background-color:#2284BF;
  opacity:0.9;
}

.footerTop a,.footerTop a:hover{
  color:WHITE;
}
.bottom .title, .footer .title{
  color:WHITE;
  font-size:22px;
  line-height:42px;
}

.bottom .text, .footer .text{
  color:WHITE;
  opacity:0.8;
  font-size:14px;
  line-height:19px;
}

.mainPage .footerBottom{
  position:static;
  top:0px;
}

.mainPage .topSearch{
  width: 980px;
margin: 0 auto;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    padding-bottom: 5px !important;
    border-radius: 0px 0px 0px 0px !important;
  background-color: WHITE;
  color:#2284BF;
  line-height:36px;
}.mainPa

.bottom .logo, .footerWrap .logo{
  display:inline-block;
  margin-left:10px;
  margin-right:10px;
}

.bottom .logo.compete, .footerWrap .logo.compete{
   background: url("ImageAccessServlet?file=logo_compete.png");
  width:83px;
  height:48px;
}
.bottom .logo.qren, .footerWrap .logo.qren{
   background: url("ImageAccessServlet?file=logo_qren.png");
  width:104px;
  height:48px;
}
.bottom .logo.ue, .footerWrap .logo.ue{
   background: url("ImageAccessServlet?file=logo_ue.png");
  width:53px;
  height:48px;
}
.bottom .logo.republica, .footerWrap .logo.republica{
   background: url("ImageAccessServlet?file=logo_republica.png");
  width:72px;
  height:39px;
}

.mainPage .simpleSearchButton,.mainPage .simpleSearchButton:hover, .noResults .simpleSearchButton,.noResults .simpleSearchButton:hover  {
    border: none;
    padding: 0px;
  width:51px;
  height:51px;
  color: transparent;
  background-color:WHITE;
  float:right;
    background-image: url("ImageAccessServlet?file=search.png");
    background-repeat: no-repeat;
  position: relative;
top: -72px;
  left:10px;
}
.footerBottom{
  background-color:#2284BF;
}
.mainPage .simpleSearchForm input[type="text"], .noResults .simpleSearchForm input[type="text"]{
  height:60px;
  border: 3px SOLID #3083C4;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 2em;
  line-height:60px;
}
.simpleSearchForm fieldset{
  height:72px;
}

h1,h2, h3, .results .sideBarLabel, h2 a, .results .record .label, .results .links a, .results .pagination a{
  color: #36647E;
}
.mainPage #info{
  color:#787272; 
  position:static;
  top: 0px;
}

.beforeMenu a:hover{
  text-decoration:none;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover{
    color: rgba(255, 255, 255, 0.8);
}

.mainPage .bottom a, .mainPage .bottom a:hover{
  color:WHITE;
}

.nav .LabelSeparator{
  display:none;
}

.mainPage .bottom{
  background-color:#3083C4;
  color: rgba(255,255,255,0.8);
}

.btn{
  background-image: none;
  text-shadow: none;
  border: 0px;
  box-shadow:none;
  border-radius:0px;
}

.footerWrap{
  /*width:1080px;*/
  margin:0 auto;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary{
  background-color: #2284BF;
}
.btn-primary:hover{
  background-color: rgba(34, 132, 191, 0.8);
}
.results .footer{
  bottom:-20px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar-inner{
  box-shadow:none;
}

.mainPage .top{
  padding-bottom:0px;
}
.mainPage .search,.mainPage .middle{
  padding-top:30px;
}
.middle .intro2{
  margin-bottom:30px;
  color:#666666;
}

.box a{
  color: white;
text-decoration: underline;
}

.noResults .simpleSearchForm input[type="text"]{
width:100%;
}

.mainPage .bottom{
position:static;
}

.viewRecord .form-separator { 
  color: #ffffff; 
  font-size: 1.2rem; 
  margin: 2em -15px 0 -15px !important; 
  background-color: #3890c5; 
  padding: 5px 15px !important; 
  text-transform: uppercase; 
  width:100%;
}

.externalSearches{
  display:none;
}

.administration .nav li:nth-child(5), .administration .nav li:nth-child(5){
 display:none; 
}
.descriptiveMetadata{
  width:100%;
}
.viewRecord .metadata.facebookComments {
    margin-top: 20px;
    border-top: 1px SOLID #f0f0f0;
    padding-top: 10px;
    background-color: #f5f5f5;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
}

.viewRecord .database{
  display:none;
}

.harvestReportDetails .export .btn{
  float:right;
}

.middle-logos {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  display:block;
}

