article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

/* Global Styles */

body {
  color: #525252;
  font-family: "Roboto", "Open Sans", sans-serif;
}

/* Nav bar */
.site-header .navbar-brand {
  font-size: 32px;
  font-weight: 700;
  color: #806517;
  padding: 0;
}
.site-header .nav-link {
  color: #777;
}
.site-header .nav-link:hover {
  color: #4998a0;
  /*font-weight: 600;*/
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Banner */
.banner-section img {
  width: 100%;
  height: 150px;
}

/* Main section */
.fullwidth-block {
  padding: 50px 0;
}

.section-title {
  font-size: 30px;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 30px;
}

.feature-link {
  text-decoration: none;
  color: inherit;
}
.feature {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #e1e8ec;
  border-radius: 10px;
  padding: 15px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.feature:hover {
  box-shadow: 0 6px 10px #ccc;
  background: rgba(73, 152, 160, 0.8);
  color: #fff;
}
.feature-link:hover {
  text-decoration: none;
}
.feature .feature-image {
    margin-bottom: 20px;
}
.feature .feature-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.feature p {
  font-size: 16px;
  margin-top: 10px;
}
.feature .button {
  padding: 10px 20px;
  border: 1px solid #4998a0;
  color: #4998a0;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.feature .button:hover {
  box-shadow: 0px 3px 5px #4998a0;
}

/* News box */
.news-box h3 {
  background: #ccc;
  margin: 0;
  padding: 8px 10px;
  font-size: 24px;
  border-radius: 10px 10px 0 0;
}
.news-box ul {
  list-style: none;
  height: 300px;
  overflow-y: auto;
  padding-left: 0;
}
.news-box ul li {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-right: 5px;
}

/* What's new */
.whats-new-section .section-title {
  color: #4998a0;
  font-weight: 500;
}
.post {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.post .featured-image {
    margin-bottom: 20px;
}
.post .featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.post .entry-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0 15px;
}
.post .entry-title a {
  color: #4998a0;
  text-decoration: none;
}
.post .date {
  display: block;
  margin-bottom: 30px;
  font-size: 11px;
  padding: 0 15px;
}
.post p {
  padding: 0 15px;
}

/* Mission and Vision */
.mv-section {
  background: rgb(237, 242, 244);
}
.mv-section .section-title {
  color: #4998a0;
  font-weight: 500;
  text-align: center;
}

/* Footer Styles */
.site-footer {
  padding: 0;
  background: rgba(73,152,160,0.3);
}

.widget {
  margin-bottom: 10px;
}
.widget .widget-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}
.widget address {
  margin: 20px 0;
}
.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget li a {
  color: #525252;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cddbe1;
  text-align: center;
  color: #69acc7;
  display: inline-block;
  padding-top: 8px;
  -webkit-transition: .3s ease;
          transition: .3s ease; }
.social-links a:hover {
  background: #69acc7;
  border-color: #69acc7;
  color: white;
}

.copyright-footer {
  background: #444;
  color: #fff;
}
.copyright-footer div {
  padding: 10px 0;
  font-size: 14px;
}

/* uniref detail page */
.main-heading {
  background: url('../images/banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.main-heading h1 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 30px 10px 30px 30px;
  background: rgba(0,0,0,0.4);
}
.filter-section .filter-head {
  font-size: 24px;
  background: #4998a0;
  color: #fff;
  padding: 5px 10px;
}
.filter-items ul {
  padding-left: 0px;
  list-style: none;
}
.filter-items ul li {
  padding: 5px 10px;
}
.table-data table {
  font-size: 14px;
}
.table-data th {
  background: #4998a0;
  color: #fff;
  border-top: 0;
  border-bottom: 1px solid #4998a0 !important;
  border-left: 0;
}

.filter-items #accordion {
  border: 1px solid #ccc;
  overflow-y: auto;
}
.filter-items .card {
  border: 0px;
  border-radius: 0;
}
.filter-items .card-header {
  background: #fff;
  margin-bottom: 0 !important;
  padding: 0;
}
.filter-items .card-link h5 {
  font-size: 15px;
  font-weight: 600;
  color: #4e4e4e;
  margin: 0;
  padding: 16px 15px;
}
.filter-items .card-link h5 i {
  float: right;
}
.filter-items .card-body {
  border-bottom: 1px solid rgba(0,0,0,.04);
  background: rgba(0,0,0,0.025);
}
.filter-items .filter-box {
  display: inline-block;
}
.filter-items .filter-box label {
  padding: 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.filter-items .filter-box input[type="radio"] {
  position: absolute;
  display: block;
  border: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.filter-items .filter-name {
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter-items .filter-input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.filter-box-checked {
  background: #0da294;
  color: #fff;
}
.filter-btn button {
  border: 0;
  background: #4998a0;
  color: #fff;
  padding: 8px 20px;
  margin-top: 15px;
  border-radius: 2px;
  font-size: 14px;
}

.content-head {
  color: #4998a0;
  font-size: 36px;
  font-weight: 600;
}

.accession_link {
  color: #4998a0;
  cursor: pointer;
}
.accession_link:hover {
  text-decoration: underline;
}

/* Datatable */
.table-data {
  margin-bottom: 30px;
}
.table-data .paginate_button {
  padding: 5px 15px !important;
}
.table-data .paginate_button:hover {
  background-color: #4998a0 !important;
}
.table-data .paginate_button.current,
.table-data .paginate_button.current:hover {
  border: 0 !important;
  background: #4998a0 !important;
}
.table-data #result_table_previous,
.table-data #result_table_next {
  border: 1px solid #4998a0;

}