.press-logo {
  background: url("../images/ANUpress_w.png") center center fixed;
}

.block-menu-block h2
{
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.menu-block-1 ul li a
{
  border: 0px solid rgba(0, 0, 0, 0.05);
}

.bg-faded {
  background-color: #f7f7f9 !important; }

.bg-darkgrey {
  /* background-color: #878e95; */
  background-color: #e9ecef;
}

.pub-subtitle {
  font-size: 1.15rem;
  color: black !important;
}

.pub-title {
  font-size: 1.4rem !important;
}

.pub-download-btn {
  color: black;
  background: #a5b9c4;
  min-width:165px;
}

.pub-download-btn:hover {
  background: #d8e0e3;
  min-width:165px;
}

.pub-citation-download-btn {
  color: black;
  background: #a5b9c4;
}

.pub-citation-download-btn:hover {
  background: #d8e0e3;
}

.pub-buy-btn {
  color: white;
  background: #333333;
  min-width:165px;
}

.pub-buy-btn:hover {
  background: #666666;
  color: white;
  min-width:165px;
}

.pub-btn:hover {
  background: #666666;
  color: white;
}

.pub-notavail-btn {
  color: black;
  background: white;
  border-color: #a5b9c4;
  width:165px;
  white-space: pre-wrap;
}

.pub-search-btn {
  color: black;
  background: white;
  border-color: #808080;
}

.social [class*="fa fa-"] {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: auto 6px;
  width: 50px;
  font-size: 28px;
  text-align: center;
}

.social a {
  display: inherit;
  align-items: center !important;
}

.fa-twitter {
  background-color: #46c0fb !important;
}
.fa-facebook {
  background-color: #3b5998 !important;
}

table {
  border: #8EBBD0 1px solid;
  border-spacing: 0px;
  border-collapse: collapse;
  line-height: 1.25em;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

th {
  background-color: #F4F8FA;
  border: #8EBBD0 1px solid;
  padding: 5px;
  vertical-align: top;
}

td {
  border: #8EBBD0 1px solid;
  padding: 5px;
  vertical-align: top;
}

#breadcrumb {
  font-size: 0.8rem;
}

.nounderline a {
  text-decoration: none !important;
}

.menu-lvl1 {
  background-color: #c4c6c8;
}

.menu-lvl2 {
  background-color: #e9eaec;
}

.menu-lvl3 {
  background-color: #f7f7f9;
}

.menu-lvl4 {
  background-color: #f7f7f9;
}

.pl-6 {
  padding-left: 4rem !important;
}

.giveMeEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-height: 1.5;        /* fallback */
  max-height: 4.5;       /* fallback */
  color:blue;
  cursor: pointer;
}

.accordionarrow[aria-expanded="false"]:after {
  font-family: 'FontAwesome';
  content: "\f054";
  margin-left: 6px;
  font-size: 12px;
  text-decoration: none !important;
  /* float: right; */
}


.accordionarrow[aria-expanded="true"]:after {
  font-family: 'FontAwesome';
  content: "\f078";
  margin-left: 6px;
  font-size: 12px;
  text-decoration: none !important;
  /* float: right; */
}

.menu-border {
  border-bottom: 1px solid #e9ecef !important;
}

.black {
  color: black;
}

ul#press_pub_tabs.nav.nav-tabs li.nav-item a.nav-link.active
{
  background-color: #f7f7f9;
  border-bottom-color: #f7f7f9;
}

#tab-contents-container
{
  border-color: #ddd !important;
}

td.tbl20, th.tbl20 {
  width: 20%;
}

td.tbl60, th.tbl60 {
  width: 60%;
}

td.tbl70, th.tbl70 {
  width: 70%;
}

td.tbl30, th.tbl30 {
  width: 30%;
}


div.alert-press p {
  margin-bottom: 0rem !important;
}

.alert-press {
  color: black;
  background-color: #e1e7eb;
  border-color: #9aafbc; }
.alert-press hr {
  border-top-color: #f1b0b7; }
.alert-press .alert-link {
  color: #491217; }

.list-unformatted {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media-youtube-1 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.media-youtube-1 iframe,
.media-youtube-1 object,
.media-youtube-1 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anu-share {
  position: relative;
  display: none;
  background-color: #ebebeb;
  padding: 3px 3px 3px 3px;
  float: left;
  min-height: 21px;
  min-width: 140px;
  width: 100%;
}

.anu-share li {
  float: left;
  margin: 0px;
  padding: 2px 2px 4px 2px;
  width: 32px;
  height: 32px;
}

.anu-share ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  z-index: 100;
}

.anu-share a {
  border: none;
  color: #666;
  text-decoration: none;
  font-size: 0.5em;
  letter-spacing: 0.15em;
}

.anu-share ul ul {
  display: none;
  position: absolute;
  width: 50%;
  top: 38px;
  left: 50%;
  margin-bottom: 6px;
  padding-left: 3px;
  background: #ebebeb;
}

img.absmiddle {
  vertical-align: middle;
  margin-bottom: 0.25em;
}

.anu-share img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ul.anu-share-icons {
  display: none;
}*/

.anu-share #anu-share-close, .anu-share #anu-share-close a {
  float: right;
  width: 80%;
  text-align: right;
  padding-right: 2px;
  height: auto;
}

.anu-share #anu-share-close a {
  border: 0;
  padding: 6px;
  text-transform: none;
  font-size: 0.85em;
  letter-spacing: 0.1em;
}


.mc-invisible {
  opacity: 0;
}

.footer-mcpopup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* background-color: #f7f7f9 !important; */
  text-align: center;
}

.modalless{
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.modal-header{
  background-color: #4C6E78;
  text-color: white !important;
}
