/* - - - - - - - - - - - - - - - - - - - - -
Theme Name: PANCREOSCOPIE ONLINE - Custom Wordpress Theme
Theme URI: https://www.pancreoscopieonline.com
Description: Pancreoscopie Online - WordPress Theme
Author: Mate Ivancic
Author URI: https://inneall.ie/

Created :  17.01.2023
Modified : 20.03.2023
- - - - - - - - - - - - - - - - - - - - - */

/* global reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

/* end of global reset */

/* ----- CSS ----- */

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

/* ----- Header CSS ----- */
#header {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 26px 39px -16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 26px 39px -16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 26px 39px -16px rgba(0, 0, 0, 0.2);
}

.header-top {
  background-color: #1782A7;
  padding: 2px 0;
}

.header-top .navbar {
  padding: 0;
}

.header-top .navbar ul li {
  font-size: 15px;
  font-weight: 400;
}

.header-top .navbar ul li a {
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
}

.header-top .navbar ul li a:hover {
  color: #063150;
}

.header-top ul li .show {
  color: #063150 !important;
}

.header-top .navbar .dropdown-menu {
  background-color: #4c4c4c;
  padding: 0;
  border-radius: 0 !important;
  border: none;
}

.header-top .navbar .dropdown-item {
  background-color: #4c4c4c;
  padding: 8px 12px;
}

.header-top .navbar .dropdown-item:hover {
  background-color: #626262;
  color: #fff;
}

.header-top .navbar-toggler-icon {
  font-size: 32px;
  color: #fff;
  padding: 3px;
  margin: 0;
}

.header-top .navbar-toggler {
  padding: 0;
  box-shadow: none !important;
}

#menu-top-nav1 li {
  background-color: #fff;
  margin: 2px 3px;
  border-radius: 3px;
}

#menu-top-nav1 li:hover {
  color: #ee8028;
}

#menu-top-nav1 li:hover a {
  color: #ee8028;
}

#menu-top-nav1 li a {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px 3px 2px;
}

#menu-top-nav1 .nav-item::before {
  content: "\F4EA";
  font-family: "bootstrap-icons";
  margin: 0 1px 0 3px;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #menu-first-login .first-menu-item {
    position: relative !important;
  }

  #menu-first-login .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 230px;
  }

  #menu-first-login .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    display: block;
  }
}

#navbar {
  flex-grow: 0;
}

.wnbell-dropdown {
  color: #fff;
  font-size: 16px;
  margin-left: 3px;
}

.wnbell_notification_item a {
  text-decoration: none;
  color: #063150;
}

.wnbell_notification_item .post_title {
  font-size: 14px;
}

.wnbell_notification_item a {
  color: #333;
  font-size: 12px;
}

.modal {
  top: 40px;
}

.modal-body #loginform input {
  margin-bottom: 10px;
}

.modal-body #loginform .modal-submit-button {
  display: flex;
  justify-content: flex-end;
}

.modal-register {
  display: block;
  border-top: 1px solid #dee2e6;
  padding: 10px 15px;
  text-align: end;
}

.modal-register a {
  display: block;
  color: #ee8028;
  font-size: 12px;
}

.modal-register a:hover {
  color: #4083b0;
}

.modal-body #loginform #wp-submit {
  border: none;
  border-radius: 3px;
  background-color: #ee8028;
  color: #fff;
}

#comments {
  margin-bottom: 10px;
  overflow-y: scroll;
  max-height: 700px;
}

#comments .comment-body {
  padding: 10px;
  background-color: #EAF1F2;
  margin: 5px;
}

#comments .comments-title {
  font-size: 22px;
  color: #ee8028;
  padding-bottom: 4px;
}

#comments .comment-author {
  font-size: 14px;
  color: #4c4c4c;
}

#comments .comment-author a {
  font-size: 14px;
  color: #063150;
  text-decoration: none;
  font-weight: bold;
}

#comments .comment-meta a {
  font-size: 12px;
  color: #4c4c4c;
  padding-bottom: 8px;
  text-decoration: none;
}

#comments .comment p {
  font-size: 16px;
  color: #4c4c4c;
  padding: 10px;
  background-color: #EAF1F2;
  margin: 5px;
}

.depth-2 {
  padding-left: 28px;
}

#comments .comment .comment-reply-link {
  text-align: end;
  text-decoration: none;
  color: #4c4c4c;
  font-weight: bold;
}

#comments .comment .comment-reply-link:hover {
  color: #333;
}

#respond {
  padding: 10px;
}

#reply-title {
  padding-bottom: 10px;
  font-size: 18px;
  color: #063150;
}

#respond .logged-in-as {
  display: none;
}

#respond textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#respond #submit {
  border: none;
  background-color: #073150;
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#respond #submit:hover {
  background-color: #ee8028;
}

.header-main {
  background-color: #073150;
}

.header-main .navbar ul li {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 6px;
}

.header-main .navbar ul li a span {
  display: block;
  text-align: center;
}

.header-main .navbar ul li a span .thick {
  display: inline !important;
  font-size: 14px;
  padding: 2px 4px;
  color: #fff;
  background-color: #ee8028;
  border-radius: 3px;
  font-weight: 400;
}

.header-main .navbar ul li a {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 12px;
}

.header-main ul li a:hover {
  color: #1782A7;
}

.header-main ul li a:active {
  color: #1782A7;
}

.header-main ul li .show {
  color: #1782A7;
}

.header-main .navbar .dropdown-menu {
  padding: 6px 0 6px 0;
  border-radius: 0 !important;
  border: none !important;
  min-width: 250px;
}

.header-main .navbar .dropdown-item {
  background-color: #fff;
  color: #1b1b1b;
  ;
  padding: 3px 4px 3px 18px;
  font-size: 12px;
  color: #1b1b1b;
  text-align: left;
}

.header-main .navbar .dropdown-item::before {
  content: "\F231";
  font-family: "bootstrap-icons";
  font-weight: 400;
  margin-right: 8px;
  display: inline-block;
}

.header-main .navbar .dropdown-item:hover {
  color: #1782A7;
}

.header-main .navbar-toggler-icon {
  font-size: 32px;
  color: #fff;
  padding: 3px;
  margin: 0;
}

.header-main .navbar-toggler {
  padding: 0;
  box-shadow: none !important;
}

.header-main .btn-search {
  color: #fff;
  background: #1782A7
}

.header-main .btn-search:hover {
  background: #44acd1;
}

.header-main .card {
  border: none;
  background-color: #073150;
}

.header-main .dropdown-toggle::after {
  display: none;
}

.header-main .navbar-nav .menu-item-has-children a:active {
  background-color: #fff;
  color: #1b1b1b;
}

.header-main .navbar-nav .menu-item-has-children a:focus {
  background-color: #fff;
  color: #1b1b1b;
}

#menu-main-menu-en .nav-item {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header-main .navbar ul li {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    vertical-align: top;
    margin: 0 6px;
    position: relative;
  }

  .header-main .navbar ul li a {
    display: block !important;
    width: 100% !important;
    text-align: center;
    padding: 4px 12px;
  }

  .header-main .navbar ul li a span {
    display: inline !important;
    margin: 0 3px;
    text-align: center;
    vertical-align: none !important;
  }

  #menu-main-menu-en .nav-item a span {
    display: inline !important;
  }

  .header-main .dropdown-toggle::after {
    display: inline-block;
  }

  .header-main .navbar-nav .menu-item-has-children a:active {
    background-color: transparent;
    color: #fff;
  }

  .header-main .navbar-nav .menu-item-has-children a:focus {
    background-color: transparent;
    color: #fff;
  }

  .header-main .navbar .menu-item-has-children .dropdown-menu {
    display: none !important;
    position: static !important;
    width: 100% !important;
    left: 0 !important;
    top: 100%;
  }

  .header-main .navbar .menu-item-has-children .show {
    display: block !important;
    position: static !important;
    width: 100% !important;
    left: 0 !important;
    top: 100%;
  }

  #menu-main-menu-en .nav-item {
    display: block !important;
  }
}

.search-class .search-form {
  width: 100%;
  display: flex;
}

.search-class div {
  width: 100%;
  display: flexbox;
  margin-bottom: 10px;
}

.search-field {
  width: 80%;
  display: flexbox;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-submit {
  width: 18%;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #ee8028;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

.search-submit:hover {
  background-color: #1782a8;
}

/* Archive Share Bar */
.article-share-bar {
  font-size: 14px;
}

.article-share-bar ul {
  list-style-type: none;
}

.article-share-bar ul li {
  float: left;
  display: block;
  margin: 3px;
  color: #fff;
  background-color: #ee8028;
}

.article-share-bar ul li:hover {
  background-color: #1782a8;
}

.article-share-bar ul li a {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  float: left;
}

.article-share-bar ul li span {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li .label {
  padding: 0;
}

.article-share-bar ul {
  list-style-type: none;
}

.article-share-bar ul li {
  float: left;
  display: block;
  margin: 3px;
  color: #fff;
  background-color: #ee8028;
}

.article-share-bar ul li:hover {
  background-color: #1782a8;
}

.article-share-bar ul li a {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  float: left;
}

.article-share-bar ul li a:hover {
  background-color: #1782a8;
}

.article-share-bar ul li span {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li:hover span {
  background-color: #1782a8 !important;
}

.article-share-bar ul li span:hover {
  background-color: #1782a8;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li .label {
  padding: 0;
}

.article-share-bar ul {
  list-style-type: none;
}

.article-share-bar ul li {
  float: left;
  display: block;
  margin: 3px;
  color: #fff;
  background-color: #ee8028;
}

.article-share-bar ul li:hover {
  background-color: #1782a8;
}

.article-share-bar ul li a {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  float: left;
}

.article-share-bar ul li a:hover {
  background-color: #1782a8;
}

.article-share-bar ul li span {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li:hover span {
  background-color: #1782a8 !important;
}

.article-share-bar ul li span:hover {
  background-color: #1782a8;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li .label {
  padding: 0;
}

.article-share-bar ul li span:hover span {
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li a:hover .label {
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li .list-group-item {
  border: none !important;
}

/* ----- Intro Section  ----- */
#intro {
  position: relative;
}

#intro .carousel-caption {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
  top: 50%;
  left: 15%;
  bottom: auto;
  transform: translateY(-50%);
}

#intro .carousel-caption .slide-text {
  padding: 10px;
}

#intro .carousel-caption .slide-text h2,
#intro .carousel-caption .slide-text h3,
#intro .carousel-caption .slide-text h4,
#intro .carousel-caption .slide-text h5,
#intro .carousel-caption .slide-text h6 {
  color: #1782a8;
  padding-bottom: 24px;
  font-weight: bold;
}

#intro .carousel-caption .slide-text h2 {
  font-size: 2.8rem;
  line-height: 3rem;
  color: #063150;
  font-weight: bold;
}

#intro .carousel-caption .slide-text h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: #1782a8;
}

#intro .carousel-caption .slide-text h4 {
  font-size: 1.8rem;
  line-height: 1.6rem;
}

#intro .carousel-caption .slide-text h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

#intro .carousel-caption .slide-text h6 {
  font-size: 1.3rem;
  line-height: 1.3rem;
}

#intro .carousel-caption .slide-text p {
  font-size: 18px;
  color: #063150;
  margin-bottom: 24px;
}

.carousel-indicators [data-bs-target] {
  background-color: #ee8028 !important;
  position: relative;
}

.carousel-control-prev-icon {
  padding: 30px;
  background-color: #ee8028;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  filter: none !important;
}

.carousel-control-next-icon {
  padding: 30px;
  background-color: #ee8028;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  filter: none !important;
}

#intro .reg {
  padding: 12px 0;
}

#intro .reg a {
  font-size: 16px;
  padding: 12px 15px;
  color: #fff;
  background-color: #ee8028;
  text-decoration: none;
}

#intro .reg a:hover {
  background-color: #1782a8;
}

@media(max-width: 992px) {
  #intro .carousel-caption .slide-text h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #063150;
    font-weight: bold;
  }

  #intro .carousel-caption .slide-text h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #1782a8;
  }

  #intro .carousel-caption .slide-text h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  #intro .carousel-caption .slide-text h5 {
    padding-bottom: 10px;
  }

  #intro .carousel-caption .slide-text p {
    margin-bottom: 10px;
  }
}

/* ----- Features CSS ----- */
#features {
  width: 100%;
  background-color: #e8f7fc;
  padding: 32px 0 10px 0;
  margin-top: -6px;
  border-bottom: 2px solid #1782a8;
  border-top: 1px solid #dddddd;
}

#features .feature-box {
  padding-top: 16px;
  padding-bottom: 10px;
  text-align: center;
}

#features .feature-box .icon-box {
  margin-bottom: 28px;
}

#features .feature-box .icon-box span {
  font-size: 48px;
  color: #1782a8;
  background-color: #fff;
  border: 4px solid #1782a1;
  padding: 24px 28px;
  border-radius: 50%;
}

#features .feature-box h3 {
  font-size: 16px;
  color: #4c4c4c;
  padding-bottom: 10px;
}

#features .feature-box h3 span {
  background-color: #ee8028;
  margin-left: 8px;
  padding: 2px 10px;
  font-weight: bold;
  color: #fff;
}

#features .feature-box h3 a {
  color: #4c4c4c;
  text-decoration: none;
}

#features .feature-box h3 a:hover {
  color: #063150;
}

/* ----- Banner CSS ----- */

#banner {
  padding: 60px 0;
}

#banner a {
  background-color: #063150;
  display: block;
}

#banner a:hover img {
  opacity: 0.9;
}

/* ----- Content CSS ----- */
#content {
  padding: 40px 0;
}

#content .headline {
  padding-bottom: 12px;
}

#content .headline h2 {
  font-size: 26px;
  color: #1782a8;
  padding-bottom: 8px;
}

#content .headline p {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
}

#content .headline p span {
  color: #333;
  font-weight: bold;
}

/* ----- Post Feed ----- */
#content .post-feed {
  width: 48%;
  margin: 1%;
  display: flex;
}

#content .post-feed .post-thumb {
  padding-bottom: 20px;
}

#content .post-feed .post-thumb img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

#content .post-feed .post-text {
  padding: 0 20px 10px 20px;
}

#content .post-feed .post-text h3 {
  font-size: 18px;
  padding-bottom: 4px;
  font-weight: 600;
}

#content .post-feed .post-text h3 a {
  text-decoration: none;
  color: #063150;
}

#content .post-feed .post-text h3 a:hover {
  color: #ee8028;
}

#content .post-feed .post-text p {
  font-size: 13px;
  color: #4c4c4c;
  padding-bottom: 8px;
}

#content .post-feed .post-text p span {
  font-weight: 600;
}

#content .post-feed .post-text .more {
  padding: 6px 12px;
  background-color: #ee8028;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 6px;
}

#content .post-feed .post-text .more:hover {
  background-color: #063150;
}

@media(max-width: 991px) {
  #content .post-feed {
    width: 96%;
    margin: 2%;
    display: flex;
  }
}

/* ----- Post Filters Section ----- */
#post-filters {
  padding: 30px 0 10px 0;
  background-color: #EAF1F2;
}

#post-filters .headline {
  padding-bottom: 4px;
}

#post-filters .headline h2 {
  font-size: 26px;
  color: #1782A7;
  padding-bottom: 6px;
  font-weight: 400;
}

#post-filters .headline h3 {
  font-size: 13px;
  color: #4c4c4c;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#post-filters .headline p {
  font-size: 16px;
  padding-bottom: 26px;
  color: #333;
}

#post-filters .headline p span {
  padding: 4px 12px;
  background-color: #ee8028;
  color: #fff;
}

#post-filters .sbox {
  padding-bottom: 24px;
}

#post-filters .sbox h4 {
  font-size: 15px;
  padding-bottom: 10px;
  color: #4c4c4c;
  font-weight: bold;
}

#post-filters .sbox p {
  font-size: 15px;
  padding-bottom: 18px;
}

#post-filters .sbox p a {
  color: #4c4c4c !important;
}

#post-filters .sbox p a:hover {
  color: #ee8028 !important;
}

#post-filters .sbox .count {
  font-size: 15px;
  padding-bottom: 8px;
  color: #4c4c4c;
}

#post-filters .sbox .count span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #4c4c4c;
}

#post-filters .sbox .help {
  font-size: 16px;
  padding: 12px 0 5px 0;
}

#post-filters .sbox .input-group {
  padding-bottom: 12px;
}

#post-filters .sbox .input-group .btn-outline {
  color: #ee8028;
}

#post-filters .sbox p a {
  text-decoration: none;
  color: #1782a8;
}

#post-filters .sbox p a:hover {
  text-decoration: none;
  color: #ee8028;
}

#post-filters .sbox p span {
  padding: 4px 12px;
  background-color: #ee8028;
  color: #fff;
}

#post-filters .sbox .journal-alphabet {
  padding-bottom: 20px;
}

#post-filters .sbox .journal-alphabet a {
  border-left: 1px solid #4c4c4c;
  color: #ee8028;
  padding: 2px 6px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 15px;
  min-width: 20px;
}

#post-filters .sbox .journal-alphabet .first {
  border: none;
}

#post-filters .sbox .journal-alphabet a:hover {
  color: #063150;
  text-decoration: none;
  font-weight: normal;
}

#post-filters .sbox .journal-alphabet span {
  border-left: 1px solid #4c4c4c;
  color: #4c4c4c;
  padding: 2px 6px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 15px;
  min-width: 20px;
}

#post-filters .sbox .journal-alphabet a .disabled {
  color: #4c4c4c;
  text-decoration: underline;
  font-weight: normal;
}

#post-filters .sbox .journal-alphabet span {
  border-left: 1px solid #4c4c4c;
  color: #4c4c4c;
  padding: 2px 6px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  min-width: 20px;
}

#post-filters .sbox ul {
  padding-bottom: 10px;
  padding-left: 18px;
}

#post-filters .sbox ul li {
  font-size: 13px;
  padding-bottom: 6px;
}

#post-filters .sbox ul li a {
  text-decoration: none;
  color: #ee8028;
}

#post-filters .sbox ul li a:hover {
  color: #063150;
  text-decoration: underline;
}

#post-filters #s {
  width: 80%;
  display: flexbox;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#post-filters #searchsubmit {
  width: 15%;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  background-color: #ee8028;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

#post-filters #searchsubmit:hover {
  background-color: #1782a8;
}

/* ----- Top Articles Section CSS ----- */
#top-article {
  padding: 40px 0 60px 0;
}

#top-article .headline {
  padding-bottom: 18px;
}

#top-article .headline h3 {
  font-size: 26px;
  color: #1782a8;
  padding-bottom: 6px;
}

#top-article .headline h4 {
  font-size: 13px;
  color: #4c4c4c;
  text-transform: uppercase;
}

#top-article .headline h4 span {
  font-weight: bold;
}


#top-article .headline {
  padding-bottom: 12px;
}

#top-article .headline h4 {
  font-size: 13px;
  color: #4c4c4c;
  text-transform: uppercase;
}

#top-article .headline {
  padding-bottom: 12px;
}

#top-article .headline h3 {
  font-size: 26px;
  color: #1782a8;
  padding-bottom: 6px;
}

#top-article .headline h4 {
  font-size: 13px;
  color: #4c4c4c;
  text-transform: uppercase;
}

#top-article .headline h4 span {
  font-weight: bold;
}

#popularPostsAccordion .accordion-header .collapsed {
  background-color: #fbf4ef;
  font-size: 16px;
  color: #ee8028 !important;
  line-height: 24px;
}

#popularPostsAccordion .accordion-header .accordion-button {
  color: #ee8028;
  background-color: #fbf4ef;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
}

#popularPostsAccordion .accordion-header .accordion-button:hover {
  color: #4c4c4c;
}

#popularPostsAccordion .accordion-header .collapsed:hover {
  color: #4c4c4c !important;
}

#popularPostsAccordion .accordion-header .collapsed::after {
  color: #ee8028 !important;
}

#popularPostsAccordion .accordion-header .accordion-button:after {
  color: #4c4c4c !important;
}

#popularPostsAccordion .accordion-body p {
  font-size: 15px;
  padding-bottom: 8px;
  color: #4c4c4c;
}

#popularPostsAccordion .accordion-body p span {
  font-weight: bold;
  font-size: 13px;
}

#popularPostsAccordion .accordion-body p .more {
  padding: 4px 12px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 3px;
}

#popularPostsAccordion .accordion-body p .more:hover {
  background-color: #063150;
}

#top-article .sidebar {
  padding-bottom: 20px;
  position: sticky;
  top: 164px;
  z-index: 23;
}

#top-article .sidebar .sb-box {
  margin-bottom: 20px;
  background-color: #f4f4f5;
}

#top-article .sidebar .sb-box .intro-banner {
  padding: 20px;
  background-image: url(http://gnm-staging-server-3.storage.googleapis.com/sites/7/sites/7/2024/11/12131126/cooperation.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 125px;
}

#top-article .sidebar .sb-box .sb-inner {
  padding: 16px;
}

#top-article .sidebar .sb-box h4 {
  font-size: 16px;
  padding-bottom: 18px;
  color: #063150;
  font-weight: bold;
}

#top-article .sidebar .sb-box p {
  font-size: 15px;
  margin-bottom: 10px;
}

#top-article .sidebar .sb-box .more {
  text-align: right;
  padding: 0;
  margin: 0;
}

#top-article .sidebar .sb-box p a {
  background-color: #1782a8;
  color: #fff;
  padding: 6px 12px;
  text-decoration: none;
  text-align: right;
  border-radius: 3px;
}

#top-article .sidebar .sb-box p a:hover {
  background-color: #063150;
}

#top-article .sidebar .inner-contact {
  padding: 20px 20px 8px 20px;
  background-image: url(http://gnm-staging-server-3.storage.googleapis.com/sites/7/sites/7/2024/11/12131307/ContactBloc.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  border: 1px solid #063150;
  margin-bottom: 20px;
}

#top-article .sidebar .inner-contact h4 {
  font-size: 16px;
  font-weight: bold;
  color: #063150;
  padding-bottom: 8px;
}

#top-article .sidebar .inner-contact p {
  font-size: 15px;
  color: #4c4c4c;
  margin-bottom: 12px;
}

#top-article .sidebar .inner-contact p a {
  font-size: 15px;
  color: #fff;
  padding: 4px 10px;
  background-color: #1782a8;
  border-radius: 3px;
  text-decoration: none;
}

#top-article .sidebar .inner-contact p a:hover {
  background-color: #ee8028;
}

#top-article .sidebar .inner-newsletter1 {
  padding: 20px 20px 8px 20px;
  background-image: url(http://gnm-staging-server-3.storage.googleapis.com/sites/7/sites/7/2024/11/12131309/mailing.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  border: 1px solid #ee8028;
  margin-bottom: 20px;
}

#top-article .sidebar .inner-newsletter1 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #063150;
  padding-bottom: 8px;
}

#top-article .sidebar .inner-newsletter1 p {
  font-size: 15px;
  color: #4c4c4c;
  margin-bottom: 12px;
}

#top-article .sidebar .inner-newsletter1 p a {
  font-size: 15px;
  color: #fff;
  padding: 4px 10px;
  background-color: #ee8028;
  border-radius: 3px;
  text-decoration: none;
}

#top-article .sidebar .inner-newsletter1 p a:hover {
  background-color: #1782a8;
}

.the_loop .top-post {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
}

.the_loop .top-post h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
}

.the_loop .top-post h3 span {
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
}

.the_loop .top-post h3 a {
  text-decoration: none;
  color: #073150;
}

.the_loop .top-post h3 a:hover {
  color: #ee8028;
}

.the_loop .top-post .meta_info {
  padding-bottom: 8px;
  font-size: 15px;
  color: #1782a8;
}

.the_loop .top-post p {
  padding-bottom: 12px;
  font-size: 15px;
  color: #4c4c4c;
}

/* ----- Footer CSS ----- */
#footer {
  padding: 40px 0 20px 0;
  background-color: #fff;
  border-top: 3px solid #eceef0;
}

#footer .top-footer {
  padding-bottom: 30px;
}

#footer .top-footer .fbox {
  margin-bottom: 20px;
}

#footer .top-footer .fbox h4 {
  font-size: 13px;
  color: #4c4c4c;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .top-footer .fbox ul {
  margin-bottom: 10px;
}

#footer .top-footer .fbox ul li {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 3px;
}

#footer .top-footer .fbox ul li a {
  color: #4c4c4c;
  text-decoration: none;
}

#footer .top-footer .fbox ul li a:hover {
  color: #ee8028;
}

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

#footer .bottom-footer h4 {
  font-size: 13px;
  color: #4c4c4c;
  padding: 16px 0;
  font-weight: bold;
}

#footer .bottom-footer p {
  font-size: 13px;
  color: #4c4c4c;
  padding-bottom: 18px;
}

/* ----- Article Icon Sidebar & Main Sidebar ----- */
.social {
  padding-bottom: 20px;
  position: sticky;
  top: 184px;
  z-index: 23;
  display: inline;
}

.social ul {
  border-radius: 10px;
  border: 1px solid #ee8028;
  max-width: 44px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.social ul li {
  font-size: 24px;
  text-align: center;
}

.social ul li.header-menu-float {
  background-color: #ee8028;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.social ul li a {
  color: #ee8028;
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  border: none;
  width: 100%;
  display: block;
  padding: 6px 8px;
}

#bookmarkicon {
  color: #ee8028;
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  border: none;
  width: 100%;
  display: block;
  padding: 6px 8px;
}

#bookmarkicon-horizontal {
  padding: 0 !important;
}

.social ul li a:hover,
#bookmarkicon:hover {
  background-color: #eee;
  color: #063150;
}

@media (max-width: 767.98px) {
  .social ul {
    display: flex;
    max-width: 768px;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
  }

  .social ul li.header-menu-float {
    border-radius: 0 !important;
    padding: 3px 14px;
  }

  .social ul li {
    display: inline-block !important;
    margin-right: 1px;
  }

  .social ul li:last-child {
    margin-right: 0;
  }
}

/* ----- Post/Article CSS ----- */
#content .post {
  padding-bottom: 20px;
}

#content .post h1 {
  font-size: 30px;
  color: #063150;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

#content .post .small-released {
  font-size: 13px;
  color: #4c4c4c;
}

#content .post .source {
  font-size: 15px;
  color: #4c4c4c;
  font-weight: bold;
  padding-bottom: 12px;
}

#content .post .source a {
  color: #ee8028;
  text-decoration: none;
  font-weight: 400;
}

#content .post .post-intro {
  margin-bottom: 28px;
  padding: 0 14px;
}

#content .post .post-intro .post-thumb {
  padding: 20px;
  text-align: center;
  background-color: #063150;
}

#content .post .post-intro .post-thumb img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

#content .post .post-intro .post-info {
  padding: 20px;
  background-color: #EAF1F2;
}

#content .post .post-intro .post-info p {
  font-size: 15px;
  color: #4c4c4c;
  padding-bottom: 20px;
}

#content .post .post-intro .post-info p span {
  font-weight: bold;
}

#content .post hr {
  margin: 20px auto;
}

#content .post h2 {
  font: size 22px;
  padding-bottom: 24px;
  color: #063150;
}

#content .post h3 {
  font-size: 17px;
  padding-bottom: 16px;
  color: #063150;
  font-weight: bold;
  text-transform: uppercase;
}

#content .post h4 {
  font-size: 1.8rem;
  padding-bottom: 24px;
  color: #063150;
}

#content .post h5 {
  font-size: 1.6rem;
  padding-bottom: 24px;
  color: #063150;
}

#content .post p {
  font-size: 15px;
  color: #4c4c4c;
  padding-bottom: 16px;
}

#content .post p a {
  color: #ee8028;
  text-decoration: none;
}

#content .post p a:hover {
  color: #1782a8;
}

#content .post ul {
  list-style: none;
}

#content .post ul li {
  font-size: 15px;
  color: #063150;
  padding-bottom: 3px;
}

#content .post ul li a {
  font-size: 15px;
  color: #ee8028;
  text-decoration: none;
}

#content .post ul li a:hover {
  color: #063150;
}

#content .post ol {
  list-style: none;
}

#content .post ol li {
  font-size: 15px;
  color: #063150;
  padding-bottom: 3px;
}

#content .post ol li a {
  font-size: 15px;
  color: #ee8028;
  text-decoration: none;
}

#content .post ol li a:hover {
  color: #063150;
}

#content .post .post-thumb {
  max-width: 200px;
  padding: 0 15px 15px 0;
  float: left;
}

#content .post .post-text {
  padding: 20px 20px 10px 20px;
  background-color: #EAF1F2;
}

#content .post .post-text p {
  font-size: 16px;
  padding-bottom: 12px;
  color: #063150;
  font-weight: bold;
}

#content .post .post-text p span {
  color: #333;
  font-weight: 300;
}

#content .post .intro-box {
  padding-bottom: 20px;
}

#content .post .title-divider {
  font-size: 26px;
  padding-bottom: 12px;
  color: #1782a8;
}
/* Registration Page */
#content .post .registration-intro {
 padding-bottom:20px; 
 margin-bottom:20px;
 border-bottom: 1px solid #eee;
}
#content .post .registration-intro h3 {
  padding-bottom:10px; 
  font-size:26px;
  color:#1782a8;
  font-weight: 400;
  text-transform: none;
 }
 #content .post .registration-intro p {
  padding-bottom:8px; 
  font-size:15px;
  color:#4c4c4c;
  font-weight: 400;
  text-transform: none;
 }

#content .post .jumbotron {
  padding: 25px 12px 12px 12px;
  background-color: #fbf4ef;
  border: 1px solid #ee8028;
  text-align: center;
  border-radius: 5px;
  margin: 20px 0;
}

#content .post .jumbotron .lead {
  font-size: 15px;
  color: #4c4c4c;
  padding-bottom: 13px;
}

#content .post .jumbotron .lead a {
  padding: 3px 6px;
  background-color: #ee8028;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 3px;
}

#content .post .jumbotron .lead a:hover {
  background-color: #0e4165 !important;
}

#content .post p .flag {
  display: inline-block;
  width: 16px;
  padding-top: 4px;
  line-height: 12px;
}
/* Newsletter Page */
#newsletter {
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 600px;
  width: 100% !important;
  display: block;
}
#newsletter p {
padding-bottom:8px!important;
}
#newsletter .heading {
  width: 100%;
  padding: 8px;
  min-width: fit-content;
}
#newsletter .heading p {
  text-align: center;
  padding: 0 0 5px 0;
}

#newsletter .heading p a {
  color: #ee8028;
}

#newsletter .newsletter-image {
  background-color: #1782a8;
}
#newsletter .newsletter-image p{
  padding:0!important;
  margin:0!important;
}
#newsletter .banner {
  padding:12px 0 20px 0;
}

#newsletter .newsletter-image .date {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size:13px;
  color:#fff;
  font-weight:400;
  text-align: center;
}

#newsletter .letter-feed {
  padding: 18px 15px;
  background-color: #f1f8fa;
}

#newsletter .letter-feed h2 {
  font-size: 16px;
  line-height:20px;
  color: #063150;
  padding: 0 0 0 10px;
  border-left: 3px solid #dd100b;
  font-weight: bold;
  margin-bottom: 18px;
}

#newsletter .letter-feed h3 {
  font-size: 16px;
  line-height: 20px;
  color: #063150;
  padding-bottom: 10px;
}

#newsletter .letter-feed h3 a {
  color: #063150;
  text-decoration: none;
  font-weight:bold;
  text-transform: none;
}
#newsletter .letter-feed h3 a:hover {
  color: #ee8028;
}

#newsletter .posts p {
padding-bottom: 3px;
}

#newsletter .posts .posts-info {
  font-size: 13px;
  color: #1782a8;
  padding-bottom: 3px;
  font-weight: bold;
}

#newsletter .posts .posts-info span {
  font-weight: bold;
  font-size: 15px;
  color: #dd0505;
}
#newsletter .posts .excerpts {
  font-size: 13px;
  color: #4c4c4c;
}

#newsletter .posts .more {
  font-weight: bold;
  font-size:13px;
  text-transform: uppercase;
  color: #ee8028;
  text-align:left;
}

#newsletter .posts .more a {
  color: #ee8028;
}

#newsletter .links {
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 3px solid #1782a8;
}

#newsletter .links p {
  font-size: 15px;
  font-weight: bold;
  color: #646464;
  padding-bottom: 8px;
}

#newsletter .links p a {
  color: #ee8028;
  font-weight: 400;
}

#newsletter .copy .small-logo {
max-width:120px;
margin:0 auto;
padding:12px 0;
}
#newsletter .copy .sponsor {
line-height: 35px;
text-align: center;
vertical-align: middle;
}
#newsletter .copy .sponsor span {
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  }
  

#newsletter .copy .copyright {
  text-align: center;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 4px;
}

#newsletter .copy .link-privacy {
  text-align: center;
  font-size: 14px;
  text-align: center;
  padding-bottom: 4px;
}

#newsletter .copy .link-privacy a {
  color: #ee8028;
}

#newsletter .copy .disclamer {
  padding: 0 5px 10px 5px;
  font-size: 15px;
  color: #646464;
}

#newsletter .copy .disclamer a {
  color: #ee8028;
}

/* Quiz CSS */
#content .post .start-title {
  padding-bottom: 10px;
  font-size:26px;
  color:#1782a8;
  margin:0;
}
#content .post .small {
  padding-bottom: 10px;
  font-size:13px;
  color:#4c4c4c;
  text-transform: uppercase;
}
#content .post .hdq_quiz {
 max-width:1200px!important; 
}
#content .post .hdq_quiz .hdq_question {
background-color: #EAF1F2;  
}
#content .post .hdq_quiz .hdq_question .hdq_question_heading {
font-size:22px; 
color:#063150;
}
#content .post .hdq_quiz .hdq_question .hdq_question_heading .hdq_question_number {
font-size:28px; 
color:#ee8028;
}
#content .post .hdq_quiz .hdq_question .hdq_label_answer {
color:#4c4c4c;  
}

/* Registration magic - Account Page */
#rm_front_sub_tabs .rm-tab-content h2 {
 font-size:26px;
 color: #1782a8; 
 text-align: left;
}
.rmtab-logout a {
  text-decoration: none;
  color:#212529;
}

/** Post Copyright & Link To Original Source **/
.post-copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, .125);
  text-align: center;
}

.post-copyright h3 {
  font-size: 38px;
  font-weight: bold;
  color: #063150;
  padding-bottom: 12px;
}

.post-copyright h3 a {
  color: #063150;
  text-decoration: none;
}

.post-copyright h3 a:hover {
  color: #ee8028;
  text-decoration: none;
}

.post-copyright p {
  text-align: center;
  padding-bottom: 12px;
  color: #333;
  font-size: 14px;
}
/* --- Most Read Article Collections Page --*/
#content .post .intro-title {
 font-size:26px!important;
 font-weight: 400;
 color:#1782a8!important;
 text-transform: capitalize;
 padding-bottom:28px; 
}
#content .post .most-read-box {
border:1px solid #eceef0;
padding:20px;
margin-bottom:20px;
}
#content .post .most-read-box a {
text-decoration: none;
display: block;
text-align: center;
}
#content .post .most-read-box .most-thumb {
margin-bottom:12px;
}
#content .post .most-read-box h3 {
font-size:15px;
font-weight: bold;
color:#063150;
padding-bottom:6px;
}
#content .post .most-read-box a:hover h3 {
color:#ee8028;
}
#content .post .most-read-box p {
font-size:13px;
font-weight: bold;
color:#063150;
padding-bottom:2px;
font-weight: 300;
}


/* ----- My Bibliography Page CSS----- */
#content .post .nav-tabs {
  padding: 0 !important;
  list-style-type: none !important;
}

#content .post .nav-tabs .nav-item {
  padding: 0 !important;
  margin: 0 1px 0 0;
}

#content .post .nav-tabs .nav-item .nav-link {
  background-color: #0e4165;
  color: #fff;
}

#content .post .nav-tabs .nav-item .nav-link:hover {
  color: #ee8028;
}

#content .post .nav-tabs .nav-item .active {
  color: #ee8028;
}

#content .post .tab-content .table-hover thead {
  color: #333;
}

#content .post .tab-content .table-hover a {
  text-decoration: none;
  color: #0e4165;
  font-weight: bold;
}

#content .post .tab-content .table-hover a:hover {
  color: #ee8028;
}

#content .post .tab-content .btn-primary {
  background-color: #0e4165;
  font-weight: bold;
  border: none !important;
}

#content .post .tab-content .btn-primary:hover {
  color: #ee8028;
}

#content .post .tab-content .btn-danger {
  background-color: #ee8028;
  font-weight: bold;
  border: none !important;
}

#content .post .tab-content .btn-danger:hover {
  color: #0e4165;
}

#folderModal label {
  padding-bottom: 12px;
  font-size: 18px;
  color: #0e4165;
}

#folderModal input {
  width: 100%;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 42px;
  line-height: 42px;
}

#folderModal .button-65 {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0e4165;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#folderModal .button-65:hover {
  background-color: #ee8028;
}

/* ----- User registration form ----- */
#content .rmcontent {
  max-width: 980px;
  margin: 0 auto;
}

#content .rmcontent label {
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #4c4c4c;
}

#content .rmcontent .rmradio {
  padding: 3px 0 0 0;
}

#content .rmcontent .rmradio li {
  display: inline-block;
  padding: 0;
}

#content .rmcontent .rminput {
  padding: 0 10px;
}

#content .rmcontent .rminput input,
#content .rmcontent .rminput select {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#content .rmcontent .rminput select {
  padding: 8px 12px 6px 12px;
  background: #e9e9ed;
}

#content .rmagic .rmnote {
  display: none !important;
}

#content .form_passwords .rminput {
  width: 49% !important;
}

#content .form_passwords .rmfield {
  width: 51% !important;
}

#content .rmradio li {
  align-items: flex-start
}

#content .rmradio label {
  text-align: left;
  width: 90%;
}

#content .rmradio .rm-pricefield-wrap {
  display: flex;
  align-content: flex-start;
}

#content .buttonarea input {
  background: #ee8028;
  border: none;
  color: #fff;
  border-radius: 5px;
}

#content .buttonarea input:hover {
  background: #1782a8;
}

#content .sidebar-post {
  padding: 0 10px 20px 10px
}

#content .sidebar-post .sbbox {
  margin-bottom: 24px;
}

#content .sidebar-post .sbbox h4 {
  font-size: 24px;
  color: #0e4165;
  padding-bottom: 18px;
}

#content .sidebar-post .sbbox .widget-title {
  font-size: 20px;
  color: #fff;
  padding: 12px;
  background-color: #063150;
}

#content .sidebar-post .sbbox p {
  font-size: 16px;
  padding-bottom: 16px;
  color: #333;
}

#content .sidebar-post .sbbox p a {
  color: #ee8028;
}

#content .sidebar-post .sbbox ul li {
  font-size: 16px;
  color: #333;
}

#content .sidebar-post .sbbox ul li a {
  color: #ee8028;
  text-decoration: none;
  background-color: #EAF1F2;
  padding: 12px;
  display: block;
  border-bottom: 1px solid #D5DBDC
}

#content .sidebar-post .sbbox ul li a:hover {
  text-decoration: none;
  color: #1782a8;
}

.post-navigation {
  padding: 20px 0;
}

.post-navigation span {
  margin: 3px;
  display: inline-block;
  padding: 6px 14px;
  font-size: 20px;
  background-color: #1782a8;
  color: #fff;
}

.post-navigation a {
  padding: 6px 14px;
  font-size: 20px;
  background-color: #063150;
  color: #fff;
  text-decoration: none;
}

.post-navigation a:hover {
  background-color: #1782a8;
}

#top-article .more1 {
  padding: 8px 16px;
  display: inline-block;
  text-align: center;
  background-color: #1782a8;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 2px;
}

#top-article .more1:hover {
  background-color: #ee8028;
}

/* Category Page */
#category-page .top-post {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
}

#category-page .top-post h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
}

#category-page .top-post h3 span {
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
}

#category-page .top-post h3 a {
  text-decoration: none;
  color: #073150;
}

#category-page .top-post h3 a:hover {
  color: #ee8028;
}

#category-page .top-post .meta_info {
  padding-bottom: 8px;
  font-size: 15px;
  color: #1782a8;
}

#category-page .top-post p {
  padding-bottom: 12px;
  font-size: 15px;
  color: #4c4c4c;
}

#category-page .top-post {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
}

#category-page .top-post h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
}

#category-page .top-post h3 span {
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
}

#category-page .top-post h3 a {
  text-decoration: none;
  color: #073150;
}

#category-page .top-post h3 a:hover {
  color: #ee8028;
}

#category-page .post-text p .category-name {
  display: inline-block;
  width: fit-content;
  background-color: #ee8028;
  padding: 0 10px 2px 10px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 12px;
  margin-right: 4px;
}

#category-page .post-text p .author-field {
  font-size: 14px;
  font-weight: 600;
}

#category-page .post-text p a {
  color: #4083b0;
}

#category-page .post-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  color: #646464;
  padding-bottom: 1.5px;
}

#category-page .post-text .more:hover {
  color: #dd0505;
}

#category-page .top-post .meta_info {
  padding-bottom: 8px;
  font-size: 15px;
  color: #1782a8;
}

#category-page .top-post p {
  padding-bottom: 4px;
  font-size: 15px;
  color: #4c4c4c;
}


/* additional CSS Sidebar */

.well {
  background: #ffefe6;
  border-top: 1px solid #f3e4dc;
  padding: 22px 8px 22px 8px;
  margin-bottom: 32px;
}

.well .kk-star-ratings {
  flex-direction: row-reverse !important;
}

.well .kksr-legend {
  font-size: 13px !important;
  color: #333;
}

.well .kksr-stars {
  margin-right: 12px;
}

/* Use the new image for the inactive state */
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon {
  background-image: url("http://gnm-staging-server-3.storage.googleapis.com/sites/15/sites/15/2024/07/29091715/star-24.png") !important;
}

/* Use the new image for the active state */
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url("http://gnm-staging-server-3.storage.googleapis.com/sites/15/sites/15/2024/07/29092140/star-24-red.png") !important;
}

/* Use the new image for the selected state */
.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background-image: url("http://gnm-staging-server-3.storage.googleapis.com/sites/15/sites/15/2024/07/29092140/star-24-red.png") !important;
}

/* Sidebar Bibliography */
.list-group a {
  font-size: 15px;
  color: #4c4c4c !important;
}

.list-group a:hover {
  color: #063150;
}

#bookmarktext {
  font-size: 15px;
  color: #4c4c4c !important;
}

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

.help-links p {
  color: #4c4c4c !important;
  font-size: 15px;
  margin-bottom: 3px !important;
}

.help-links p a {
  text-decoration: none;
  color: #4c4c4c !important;
  font-size: 15px;
}

.help-links p a:hover {
  color: #ee8028 !important;
}

.biblio-box {
  padding: 0 12px;
  background-color: #fff;
  text-decoration: none;
}

.biblio-box h3 {
  padding: 20px 12px;
  background-color: #fff;
  text-decoration: none;
}

.sbbox-category {
  margin-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  padding-top: 20px;
}

.sbbox-category a {
  text-decoration: none;
}

.sbbox-category h4 {
  font-size: 18px !important;
  padding-bottom: 8px !important;
  color: #4c4c4c !important;
}

.sbbox-category p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #4c4c4c;
}

.sbbox-category p span {
  background-color: #4c4c4c;
  color: #fff;
  padding: 2px 4px;
}

.sbbox-category p a {
  text-decoration: none;
  color: #4c4c4c;
}

.sbbox-category p a:hover {
  color: #ee8028;
}

.sbbox-category .journal-alphabet {
  padding-bottom: 12px;
}

.sbbox-category .journal-alphabet a {
  border-left: 1px solid #4c4c4c;
  color: #4c4c4c;
  padding: 2px 8px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 13px;
  min-width: 20px;
}

.sbbox-category .journal-alphabet .first {
  border: none;
}

.sbbox-category .journal-alphabet a:hover {
  color: #ee8028;
  text-decoration: underline;
  font-weight: normal;
}

.sbbox-category .journal-alphabet a .disabled {
  color: #4c4c4c;
  text-decoration: underline;
  font-weight: 600;
  border-left: 1px solid #4c4c4c;
}

.sbbox-category .journal-alphabet span {
  border-left: 1px solid #4c4c4c;
  color: #4c4c4c;
  padding: 2px 8px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 13px;
  min-width: 20px;
}

.sbbox-category ul {
  padding-bottom: 4px;
}

.sbbox-category ul li {
  font-size: 13px !important;
  padding-bottom: 8px;
}

.sbbox-category ul li a {
  text-decoration: none;
  color: #4c4c4c !important;
}

.sbbox-category ul li a:hover {
  color: #ee8028 !important;
}

.sbbox-category #s {
  width: 72%;
  display: flexbox;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sbbox-category #searchsubmit {
  width: 25%;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #1782a8;
  padding: 0.55rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

.sbbox-category #searchsubmit:hover {
  background-color: #ee8028;
}

.sbox h4 {
  font-size: 24px;
  padding-bottom: 20px;
  color: #063150;
}

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

.sbox ul li {
  font-size: 16px;
  padding-bottom: 4px;
}

.sbox ul li a {
  text-decoration: none;
  color: #1782a8;
}

.sbox ul li a:hover {
  color: #ee8028;
}

/*--- Printing Area---*/
.post-print {
  display: none;
}

@media print {
  #header {
    display: none;
  }

  #footer {
    display: none;
  }

  .sidebar-post {
    display: none;
  }

  .social {
    display: none;
  }

  .post {
    display: none;
  }

  .post-print {
    display: block;
  }
}

.well .rmp-rating-widget {
  background: #063150;
  padding: 22px 0;
}

.well .rmp-heading {
  font-size: 2rem;
  color: #fff;
}

.well .rmp-icon--hovered {
  color: #ee8028;
}

.well .rmp-rating-widget__icons ul li {
  color: #ee8028;
}

.well .rmp-rating-widget__icons ul li:active {
  color: #ee8028;
}

.well .rmp-rating-widget__results {
  color: #fff;
  font-size: 14px;
}

.sbbox-category {
  margin-bottom: 50px;
  width: 100%;
}

.sbbox-category h4 {
  font-size: 24px;
  padding-bottom: 10px;
  color: #063150;
}

.sbbox-category p {
  font-size: 16px;
  padding-bottom: 10px;
  color: #333;
}

.sbbox-category p a {
  text-decoration: none;
  color: #1782a8;
}

.sbbox-category p a:hover {
  color: #ee8028;
}

.sbbox-category .journal-alphabet {
  padding-bottom: 20px;
}

.sbbox-category .journal-alphabet a {
  border-left: 1px solid #1782a8;
  color: #1782a8;
  padding: 2px 6px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  min-width: 20px;
}

.sbbox-category .journal-alphabet .first {
  border: none;
}

.sbbox-category .journal-alphabet a:hover {
  color: #ee8028;
  text-decoration: underline;
  font-weight: normal;
}

.sbbox-category .journal-alphabet a .disabled {
  color: #4c4c4c;
  text-decoration: underline;
  font-weight: normal;
}

.sbbox-category .journal-alphabet span {
  border-left: 1px solid #4c4c4c;
  color: #4c4c4c;
  padding: 2px 6px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  min-width: 20px;
}

.sbbox-category ul {
  padding-bottom: 10px;
}

.sbbox-category ul li {
  font-size: 16px;
  padding-bottom: 4px;
}

.sbbox-category ul li a {
  text-decoration: none;
  color: #1782a8;
}

.sbbox-category ul li a:hover {
  color: #ee8028;
}

.sbbox-category #s {
  width: 72%;
  display: flexbox;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sbbox-category #searchsubmit {
  width: 25%;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #1782a8;
  padding: 0.55rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

.sbbox-category #searchsubmit:hover {
  background-color: #ee8028;
}

.sbox h4 {
  font-size: 24px;
  padding-bottom: 20px;
  color: #063150;
}

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

.sbox ul li {
  font-size: 16px;
  padding-bottom: 4px;
}

.sbox ul li a {
  text-decoration: none;
  color: #1782a8;
}

.sbox ul li a:hover {
  color: #ee8028;
}

/*--- Printing Area---*/
.post-print {
  display: none;
}

@media print {
  #header {
    display: none;
  }

  #footer {
    display: none;
  }

  .sidebar-post {
    display: none;
  }

  .social {
    display: none;
  }

  .post {
    display: none;
  }

  .post-print {
    display: block;
  }
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}


#invite-colleague-form,
#share-article-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

#invite-colleague-form,
#share-article-form input[type="text"],
#invite-colleague-form,
#share-article-form input[type="email"],
#invite-colleague-form,
#share-article-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#invite-colleague-form,
#share-article-form textarea {
  min-height: 100px;
}

#invite-colleague-form,
#share-article-form input[type="submit"] {
  background-color: #1782A7;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

#invite-colleague-form,
#share-article-form input[type="submit"]:hover {
  background-color: #1782A7;
}

#pdfModal .modal-body {
  overflow: hidden;
}

#pdfModal .modal-body embed {
  margin-top: -80px;
}