/*
Theme Name: Biobank 2020
Theme URI: http://www.ukbiobank.ac.uk/
Description: An unique responsive theme designed for http://www.ukbiobank.ac.uk/
Author: Dr David Kreps, modified by Alexey Ukrainskii
Author URI: http://www.fourquarters.biz/, sigma.software
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/

/* General styles
=================================
*/
body {
  font: 13px/1.5 sans-serif;
}

a, a:focus, a:hover, a:visited, a:active {
	outline: 0;
		-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
b, strong {

}


.bg-green{
   background-color : rgb(222,234,236);
}

.header .contact-info {
  color: #FFF;
  font-size: 1.28em;
}

.news-tweets .col-md-9.col-sm-8 {
  padding-right: 25px;
  padding-left: 25px;
}

.header-green-top {
  background-color: #005f6f;
}

.green-btn{
   background-color: #005f6f;
   padding-top: 10px;
   padding-bottom: 10px;
     border: 1px solid #005f6f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.header-green a {
    color: #333;
}

.green-btn a {
    color: #FFFFFF;
}

.grey{
   color: grey;
   font-weight: normal;
}

.footer-green{
   background-color: #005f6f;
}

.padding-left{
   padding-left: 10px;
}

.padding-top{
   padding-top: 10px;
}

.padding-top-l{
   padding-top: 20px;
}

.padding-right{
   padding-right: 10px;
}

.padding-bottom{
   padding-bottom: 10px;
}

.padding-bottom-l{
   padding-bottom: 20px;
}

.margin-top{
   margin-top: 10px;
}

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

.margin-zero{
   margin: 0px;
}

.font-twelve{
   font-size: 12px;
}

.font-white{
   color: white;
}

.border-bottom{
   border-bottom: solid 1px #cccccc;
   padding-top: 10px;
   padding-bottom: 10px;
}

.twitter-container {
  max-height: 406px;
  overflow: scroll;
}

.center{
   text-align: center;
}

body{
font-size: 13px;   
}

h1{
   font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 0px;
}

h2{
   font-family: "Roboto", Helvetica, Arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
}

h3{
   font-family: "Roboto", Helvetica, Arial, sans-serif;
   font-size: 16px;
   padding: 10px 0px 10px 0px;
   font-weight: bold;
   margin: 0px;
}

h4{
   font-family: "Roboto", Helvetica, Arial, sans-serif;
   font-size: 16px; 
}

p{
   font-size: 16px;
   font-weight: normal;
}

a{
   font-size: 16px;
}

video{
   padding: 30px 0px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.wp-caption {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
 /*    background-color: #f8f5f0; */
    background-color: white;
    border: none;
        border-radius: 0;
    color: #888;
}

.page h2 {
  color: #005161;
  font-size: 180%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.page h4 {
  font-size: 120%;
}
.page h3 {
  font-size: 140%;
}
.page h1, .page h3, .page h4, .page h5 {
  color: #005161;
}

.page {
  margin-bottom: 50px;
}

.post_content p {
  margin-bottom: 20px;
}

.post_content.clearfix section#content {
  clear: both;
}


/* Main text size control for post content */

.post_content p, .post_content a, .post_content ul li, .post_content ol li, .post_content table , .post_content span {
  font: 16px/1.5 sans-serif;
  line-height: 1.6;
}
.post_content a {
  color: #B57A09;
  text-decoration: none;
}

.teachpress_publication_list {
  width: 100% !important;
}

.page-news article {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px;
  background: rgb(245,245,245);
  border: 1px solid rgb(220,220,220);
}

#tag_cloud-3 {
  padding: 10px !important;
}

.approved-research-article {
      clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(245,245,245);
    border: 1px solid rgb(220,220,220);
}


/* for home page */
.header {
   padding-top: 30px;
}

.logo{
  padding: 0px;
}

.contact-info{
   font-size: 14px;
   text-align: right;
}

.search input[type="text"] {    
    height: 42px;
    border-radius: 0px;
    font-style: italic;
}

.search {    
    padding-top: 20px;
    padding-bottom: 0px;
}

.search input[type="submit"] {    
    position: absolute;
    bottom: 7px;
    right: 10px;
    color: #FFF;
    border: none;
    background-color: #005f6f;
    padding: 4px 7px;     
}

.relative {
   position: relative;
}


.navbar-collapse {
  margin-left: 0;
}

.navbar{
    border: none;
    font-size: 14px;
    font-weight: normal;
    background-color: #005f6f;
    margin-bottom: 0px;
    border-radius: 0px;
}

#menu-01-main-menu {
  border-radius: 10px;
  background-color: #00515E;
  margin-bottom: 10px;
  width: 100%;
  margin-left: 0;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-top: 20px;
      background-color: #005f6f;
 
}


#bs-example-navbar-collapse-1 li.active a{
   
}

.navbar .navbar-collapse {
  text-align: left;
}

.navbar .navbar-nav  li  a, .navbar .navbar-nav  li  a:hover, .navbar .navbar-nav  li  a:visited {
   color: white; /*Change active text color here*/
   font-size: 1.1em;
    padding: 9px;
   margin-bottom: 0px;
   display: inline-block;
   background-color: #00515E;
 }


.navbar-toggle{
   margin-right: 0px;
}

.top-text{
   padding-top: 20px;
   font-size: 16px;
}

.green-box {
  background-color: #005f6f;
  color: white;
  padding-left: 20px;
  font-size: 115%;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0.1em;
  background-color: #005f6f;
  height: 40px;
  border: 1px solid #005f6f;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0px 0px;
  margin-top: 0;
}
.grey-box {
    background-color: #fff;
/*    background-color: #f8f5f0;  */
    border-bottom: solid #ece9e2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.approved-research-aside, .published-papers-aside {
  padding: 10px;
}

.tp_search_input {
  max-width: 100% !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}


.top-text button{
    color: white;
    border: none;
    background-color: #005f6f;
    padding: 6px 25px;
    margin-top: 15px;
    display: block;
   
}

.image-section{
   padding-top: 10px;
}

.image-section .col-sm-6 {
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}

.image-section .col-sm-4 {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
}

.padding{
   padding-top: 20px;
   padding-left: 10px;
   padding-right:10px;
}

.description-l{
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
    position:absolute;  
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    /* Firefox */
    width: -moz-calc(100% - 20px);
   /* WebKit */
    width: -webkit-calc(100% - 20px);
   /* Opera */
    width: -o-calc(100% - 20px);
   /* Standard */
    width: calc(100% - 20px);
    background-color:black;  
    opacity:0.7;
    
    filter:alpha(opacity=60); 
}

.description-l p a{
   color: white;
   font-size: 18px;
}

.description-s{
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    position:absolute;  
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    /* Firefox */
    width: -moz-calc(100% - 20px);
   /* WebKit */
    width: -webkit-calc(100% - 20px);
   /* Opera */
    width: -o-calc(100% - 20px);
   /* Standard */
    width: calc(100% - 20px);
    background-color:black;  
    opacity:0.7;
    filter:alpha(opacity=60); 
}

.description-s p a{
   color: white;
   font-size: 14px;
}

.news-tweets{
   padding-top: 20px;
}

.news img{
   padding: 10px 0px 0px 10px;
}

.tweets{
   font-size: 14px;
}

.tweets-title{
   font-size: 16px;
   font-weight: bold;
}

.tweets-head{
   font-size: 14px;
   font-weight: bold;
}

.tweets img{
   padding: 2px 0px 0px 0px;
}

.tweets p{
   font-size: 14px;
}

.studies p {
  padding: 5px 15px 5px 20px;
}

.publications-search-result .tp_search_input {
  margin-bottom: 200px;
}

.publications-search-result .teachpress_publication_list {
      top: -250px;
}
.publications-search-result .tp_search_reset {
  display: none;
}

.publications-studies-findus{
   padding-top: 20px;
}

.publications-studies-findus .publications h3, .publications-studies-findus .publications img {
  padding-left: 20px;
  padding-right: 20px;
}

.publications img{
   padding: 10px 0px 0px 10px;
   max-width: 100%;
}

.findus{
   padding-top: 5px;
    padding-bottom: 5px;
}

.scientists-participants-keepintouch{
   padding-top: 20px;
}

.scientists-participants-keepintouch img{
   padding: 10px 0px 0px 0px;
}

.scientists{
   margin-top: 20px;
   padding-left: 10px;
   padding-right: 10px;   
}

.participants{
   margin-top: 20px;
   padding-left: 10px;
   padding-right: 10px;   
}

.keepintouch{
   margin-top: 20px;
   padding-left: 10px;
   padding-right: 10px;
}

.question{
   padding-top: 20px;
   padding-bottom: 20px;
}

.question p {
  padding: 10px;
}

.btt{
   padding-bottom: 20px;
}

.footer{
   padding-top: 20px;
   padding-bottom: 20px;
  
}

.footer p{
   font-size: 14px;
   color: white;
}

.footer img{
   padding: 10px 0px 0px 0px;
}


.bottom-nav{
   padding-top: 20px;
   padding-bottom: 60px;
}

/* for register and apply page */

.links{
   padding-top: 10px;
}

.accessourresearch-registerandapply{
   padding-bottom: 20px;
}

.accessourresearch  {
   padding-top: 3px;
   padding-bottom: 10px;
   padding-right: 30px;
}

.accessourresearch div {
   padding-top: 3px;
   padding-bottom: 3px;
}

.registerandapply{
   border-left: solid 1px #cccccc; 
}

/* for publications page */


.years div {
   padding-top: 3px;
   padding-bottom: 3px;
   margin-right: 10px;
}

select{
   font-size: 14px;
   padding: 4px;
}

.teachpress_publication_list {
  padding-top: 100px;
}

.publications aside.cloud {
  display: none;
}

div.col-xs-12 {
position: relative;
}

div.breadpad {
padding-right:0px;
}

/*  Last update styles - including stopping it in Featured Approved Research by non-display after previous  */
p.last-updated {
    font-size: 60%!important;
    font-style: italic!important;
    background-color: transparent;
position:absolute;
bottom:-20px;
right:5px;
padding-top:10px!important;
} 

h4.grey~p {
display:none;
}

ul.publicationscounter {
line-height:200%;
text-align:right;
list-style-type:none;
width:90%;
}

span.counternumbers {
font-size:150%;
font-weight:bold;
background-color:#357EA2;
color:white;
padding:1px;
padding-top:0px;
padding-bottom:0px;
     border: 1px solid #357EA2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;  
background-image: url(images/pubcount_small.png);
background-repeat:repeat-x;
background-position:center center;

}

/* Featured publications hide <del>and</del> and put a comma in instead */

del {
color: transparent;
font-size:1%;
letter-spacing:-3px;
position:relative;
left:-4px;
}

del::before {
content: ', ';
color:black;
font-size:14px;
}

/* from 0px to 768px*/
@media screen and (max-width: 768px) {

.logo .img-responsive{
 margin: 0 auto;
}
  
h1{
    text-align: center;
}

.contact-info{
   text-align: center;
}

.navbar .navbar-nav  li  a {
   border: none;
   font-size: 14px;
 }
 
.description-l{
    font-size: 14px;
}

.description-s{
    font-size: 12px;
}


}


/* from 0px to 992px*/

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

h1{
    font-size: 22px;  
}

h2{
   font-size: 16px;
}

h3{
   font-size: 14px;
}

h4{
   font-size: 14px;
}

p{
   font-size: 14px;
}

a{
   font-size: 14px;
}

body{
font-size: 14px;   
}

 
.top-text{
   font-size: 14px;
}

.for-lg-text{
   display: none;
}

.for-sm-text{
   display: inline;
}

.contact-info{
   font-size: 12px;
}

.navbar .navbar-nav  li  a {
   font-size: 12px;
   padding-left: 3px;
   padding-right: 3px;
   margin: 0px;
 }
 
.search input{    
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

.search button{    
    position: absolute;
    bottom: 5px;
    right: 7px;
    color: blue;
    border: none;
    background-color: rgb(222,234,236);
    padding: 3px 7px;
    font-size: 12px;
}

.search input{    
    height: 34px;
}

.description-s{
    font-size: 12px;
}

.tweets{
  font-size: 12px; 
}

.tweets-head{
   font-size: 12px;
}

.tweets p{
   font-size: 12px;
}

.font-twelve{
   font-size: 10px;
}

.btt{
   display: block;
}

.footer p{
   font-size: 12px;
}

.approved-research-aside, .published-papers-aside {
  display: none;
}

}



/* from 992px to larger screens*/
@media screen and (min-width: 992px) {


.for-lg-text{
   display: inline;
}

.for-sm-text{
   display: none;
}

.btt{
   display: none;
}


}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:        flex;
}

.row-eq-height [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.participants.header-green .row, .scientists.header-green .row {
  margin-bottom: 13px;
}

.single{
   padding: 20px 0px;
   text-align: center;
}


#widget-easy-twitter-feed-widget-kamn-2{
   list-style: none;
}

.news a {
display: block;
padding-top: 5px;
}

.post_content img.alignright {
    float: right;
    padding: 5px;
    border: 1px solid rgb(200,200,200);
    margin: 0 10px 5px 0;
}

.post_content img.alignleft {
    float: left;
    padding: 5px;
    border: 1px solid rgb(200,200,200);
    margin: 0 10px 5px 0;
}

/* Copied styles */
section#breadcrumb {
    height: 30px;
background-color: #fff;
/*    background-color: #f8f5f0;  */
    border-bottom: solid #ece9e2;
    margin-bottom: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right:0px;
}

section#breadcrumb ul {
      background-image: url("images/breadcrumb.jpg");
    background-position: 8% 8%;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right:0px;
        padding-left: 0;
}
section#breadcrumb ul li, section#breadcrumb ul li a {
      margin-right: 15px;
    line-height: 29px;
  color: #005161;
    background: transparent;
    display: inline-block;
    margin-left: 10px;
    padding-left: 0;
        font: 13px/1.5 sans-serif;

}

section#breadcrumb ul li:first-child {
      margin-right: 30px;
    padding-left: 12px;
        line-height: 29px;
}

section#cat_sidebar
{
  border: 1px solid #ECE9E2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
background-color: #fff;
/*  background-color: #f8f5f0; */
  width: 100%;
}

  section#cat_sidebar ul
  {
    padding-left: 0;
  }
  
    #cat_sidebar ul li
    {
        background-color: #4C8691;
        margin: 4px;
        display: block;
        font: 13px/1.5 sans-serif;
    }
    
    #cat_sidebar ul a
    {
      background-color: #4C8691;
        color: #FFFFFF;
        display: block;
        padding: 8px;
        text-decoration: none;
        background-image: url(images/footarrow.gif);
        background-position: 96% 50%;
        background-repeat: no-repeat;
        font: 13px/1.5 sans-serif;
        width: 100%;
    }
    
    #cat_sidebar ul a:hover
    {
      background: #005161 url(images/footarrow.gif) no-repeat 96% 50%;
    }
    
    #cat_sidebar ul li a.open
    {
      background-color: #005161;
        background-image: url(../img/navarrowd.gif);
        background-position: 96% 50%;
        background-repeat: no-repeat;
    }
    
    #cat_sidebar ul li ul li
    {
      background-color: #FFFFFF;
      background-image: none;
      margin: 0;
      padding-left: 4px;
    }
    
      #cat_sidebar ul li ul li a
      {
        background-color: #FFFFFF;
        border-bottom: 1px dotted #D6D4D8;
        border-top: 1px dotted #FFFFFF;
        color: #83888E;
        display: block;
        margin-right: 0;
        padding-right: 0;
      }
      
      #cat_sidebar ul li ul li a:hover
      {
        background-color: #ECE9E2;
        border-bottom: 1px dotted #D6D4D8;
        border-top: 1px dotted #D6D4D8;
        text-decoration: none;
      }
      
      #cat_sidebar ul li ul li ul li
    {
      background-color: #FFFFFF;
      background-image: none;
      margin: 0;
      padding-left: 16px;
    }
    
      #cat_sidebar ul li ul li ul li a
      {
        background-color: #FFFFFF;
        border-bottom: 1px dotted #D6D4D8;
        border-top: 1px dotted #FFFFFF;
        color: #83888E;
        display: block;
        margin-right: 0;
        padding-right: 0;
      }
      
      #cat_sidebar ul li ul li ul li a:hover
      {
        background-color: #ECE9E2;
        border-bottom: 1px dotted #D6D4D8;
        border-top: 1px dotted #D6D4D8;
        text-decoration: none;
      }
      
    .sidebar_on_right #cat_sidebar
    {
      float: right;
      margin-right: 0;
    }

    .question h4 {
      margin-left: 0;
    }


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  .navbar-collapse {
    margin-left: -15px;
  }

  .question h4 {
      margin-left: 10px;
    }

  .publications-studies-findus .publications h3 {
  padding-left: 0;
  padding-right: 0;
}
.publications-studies-findus .publications img {
    padding-left: 5px;
  padding-right: 5px;
}

  .navbar .navbar-nav  li  a, .navbar .navbar-nav  li  a:hover, .navbar .navbar-nav  li  a:visited {
   color: white; /*Change active text color here*/
   font-size: 1em;
    padding: 5px;
   margin-bottom: 0px;
   display: inline-block;
   background: #00515E url(images/navrightborder.gif) no-repeat center right;
 }
 .news-tweets .col-md-9.col-sm-8 {
  padding-right: 15px;
  padding-left: 15px;
}

   .navbar .navbar-nav  li:first-child  a:hover, .navbar .navbar-nav  li:first-child  a, .navbar .navbar-nav  li:first-child  a:visited  {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
   .navbar .navbar-nav  li:last-child  a:hover, .navbar .navbar-nav  li:last-child  a, .navbar .navbar-nav  li:last-child  a:visited {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FFF;
  }
  .navbar .navbar-nav  li:last-child  a {
    background-color: #00515E !important;
    background-image: none !important;
  }
 
 .navbar .navbar-nav  li:last-child a {
   border-right: none;
 }
  .navbar .navbar-nav  li  a:hover {
  background-color: #FFF !important;
  color: #00515E !important;
 }

  #menu-01-main-menu {
  width: 120%;
  margin-left: -10%;
 }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.navbar .navbar-nav  li  a, .navbar .navbar-nav  li  a:hover, .navbar .navbar-nav  li  a:visited {
   color: white; /*Change active text color here*/
       font-size: 1.1em;
    padding: 7px;
   margin-bottom: 0px;
   display: inline-block;
   background-color: #00515E;
 }
  #menu-01-main-menu {
  width: auto;
  margin-left: 0;
 }
 .header .contact-info {
    color: #FFF;
    font-size: 1.08em;
}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar .navbar-nav  li  a, .navbar .navbar-nav  li  a:hover, .navbar .navbar-nav  li  a:visited {
   color: white; /*Change active text color here*/
       font-size: 1.3em;
    padding: 9px;
   margin-bottom: 0px;
   display: inline-block;
   background-color: #00515E;
 }
}

/* Buttons Flexbox */

.flex-container {
  width:80%;
  padding: 0;
 /*  margin: auto; */
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content:left;
  -webkit-flex-flow: row wrap;
  justify-content: left;
  align-items:left;
}

.flex-btn {
  background: #005f6f;
  padding: 20px;
  margin: 5px;
  line-height: 10px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
border: 1px solid #005f6f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
margin-bottom:0px;
}

.flex-btn a:link {
color: white; 
font-weight:bold;
}

.flex-btn a:visited {
color: white; 
font-weight:bold;
}

.flex-btn a:hover {
color: white; 
font-weight:bold;
text-decoration:underline;
}
.flex-btn a:active {
color: white; 
font-weight:bold;
}


/* Contacts Page Flexbox  */

.flex-contactcontainer {
width:100%;
  padding: 0;
  margin: auto;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items:center;
  align-content:center;
}

.flex-contact {
  width: 250px;
 /* background: #005f6f; */
  background: white;
  padding: 0px;
  margin: 5px;
  line-height: 20px;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
/* border: 1px solid #005f6f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; */
}

.flex-contact a:link {
color: #005f6f; 
font-weight:bold;
}

.flex-contact a:visited {
color: #005f6f; 
font-weight:bold;
}

.flex-contact a:hover {
color: #005f6f; 
font-weight:bold;
text-decoration:underline;
}
.flex-contact a:active {
color: #005f6f; 
font-weight:bold;
}

.flex-contact figure figcaption {
	outline: 0;
		-ms-word-break: keep-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: keep-all;

     /* Non standard for webkit */
     word-break: keep-all;

-webkit-hyphens: keep-all;
   -moz-hyphens: keep-all;
        hyphens: keep-all;
}

.flex-contact figure figcaption span {
color: grey;
font-size:80%;
}

/* New Thick Left Margin Classes */
.orangeborder {
    border-left-width: 10px;
    border-left-style: solid;
    border-color: #ffb347;    
    padding: 1.2em;
}
.blueborder {
    border-left-width: 10px;
    border-left-style: solid;
    border-color: #005f6f;   
    padding: 1.2em;
}

 /* Fix teachPress & extra content */
 .published-papers-archive .tablenav ,
 .published-papers-archive .teachpress_publication_list,
 .publications.page form[name="tppublistform"],
 .publications.page .tablenav {
    display: none !important; 
 }

.publications.page .teachpress_publication_list {
   border-collapse: separate;
   border-spacing: 1px 10px;
   position: relative;
   top: -160px;
}
.publications.page .tp_pub_info {
   clear: both;
   overflow: hidden;
   margin-bottom: 10px;
   padding: 5px;
   background: rgb(245, 245, 245);
   border: 1px solid rgb(220, 220, 220);
   border-bottom: 1px solid silver;
   vertical-align: top;
   padding: 8px;
}

.publications.page .tp_pub_info p {
   margin-bottom: 0px !important;
   padding-bottom: 0px;
}

input.tp_search_button {
   color: #B57A09;
   background-color: #fff;
   border-color: #d5d2ce;
   padding: 6px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

.publications.page .tp_pub_type.article {
   color: #000;
   background-color: transparent;
   box-shadow: none;
}
