/* - - - - - - - - - - - - - - - - - - - - -
Theme Name: Dyslipdemia ONLINE - Custom Wordpress Theme
Theme URI: https://www.mydyslipidemiaxpert.com/
Description: Medical Experts - Dyslipdemia Online - WordPress Theme
Author: Mate Ivancic
Author URI: https://inneall.ie/

Created :  02.02.2023
Modified : 02.02.2023
Version: 1.2346
- - - - - - - - - - - - - - - - - - - - - */

/* 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: 'Source Sans Pro', sans-serif;
}

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

.header-top {
  background-color: #00B5E6;
  padding: 2px 0;
}

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

.header-top .navbar ul li {
  font-size: 14px;
}

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

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

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

.header-top .navbar .dropdown-menu {
  padding: 0;
  border-radius: 0 !important;
  border: none;
}

.header-top .navbar .dropdown-item {
  background-color: #333333;
  padding: 8px 12px;
  border-top: 1px solid #333333;
  margin-top: -2px;
}

.header-top .navbar .dropdown-item:hover {
  background-color: #a8a5a5;
  color: #333333;
}

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

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

#navbar {
  flex-grow: 0;
}

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

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

.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: #0067A0;
  font-size: 12px;
}

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

.modal-body #loginform #wp-submit {
  border: none;
  border-radius: 3px;
  background-color: #0067A0;
  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: #4B9F46;
  padding-bottom: 4px;
}

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

#comments .comment-author a {
  font-size: 14px;
  color: #0067A0;
  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: #0067A0;
}

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

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

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

#respond #submit:hover {
  background-color: #4B9F46;
}

.header-main {
  background-color: #0067A0;
}

.header-main ul li {
font-size: 16px;
position: relative;
}
.header-main ul li a {
  display: flex;
  align-items: center; 
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  background-color: transparent;
  border-top: 2px solid transparent;
  transition: all 0.3s ease;
}
.header-main ul li a:hover {
  color: #F2A900;
}
.header-main ul li a:active {
  color: #f2a900!important;
}

.header-main ul li .show {
  color: #F2A900;
  background-color: #fff;
  border-top: 2px solid #F2A900;
}

.header-main .navbar .dropdown-menu {
  padding: 6px 0 6px 0;
  border-radius: 0 !important;
  border: none !important;
  min-width: 200px;
  border-bottom: 2px solid #f2a900 !important;
}

.header-main .navbar .dropdown-menu .spec {
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  border-bottom: 2px solid #e6e6e6;
  font-weight: bold;
  color:#1b1b1b;
  text-transform: uppercase;
}

.header-main .navbar .dropdown-item {
  padding: 8px 4px 8px 12px;
  font-size: 12px;
  color: #1b1b1b;
  text-align: left;
  font-weight: 300;
}

.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::before {
  color: #00B5E6;
}
.header-main .navbar .dropdown-item:hover {
  color: #1b1b1b;
  background-color: transparent !important;
}

.header-main .navbar .navbar-brand {
  padding: 0;
  display: inline-block;
}
.header-main .navbar .navbar-brand img {
  float: left;
}

.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 .card {
  border: none;
  background-color: #0067A0;
}

.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;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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: #4B9F46;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

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

.btn-search {
  color: #fff;
}

/* Congress Page */
#top-article .top-articles .headline .short {
  font-size: 18px;
  line-height: 29px;
  color: #717171;
  padding-bottom: 20px;
}

#top-article .top-articles .headline h3 span {
  display: inline-block;
  background-color: #ffffff;
  height: 30px;
  margin-bottom: -1px;
  padding-right: 10px;
}

#top-article .top-articles .top-headline-event p {
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #717073;
  display: inline-block;
}

#top-article .top-articles .event-year {
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #717073;
  background-color: #fff4f5;
  padding: 2px 10px;
}

#top-article .top-articles .event-box {
  font-size: 15px;
  font-weight: 300;
  color: #717073;
  padding: 4px 10px;
}

#top-article .top-articles .event-box p a {
  color: #cb2061;
  text-decoration: none;
}

#top-article .top-articles .event-box p a:hover {
  text-decoration: underline;
  color: #002d5a;
}

/* ----- Override Modal backdrop issue  ----- */
.modal-backdrop {
  z-index: 1
}

.modal-dialog {
  z-index: 2
}

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

@media(max-width: 992px) {
  #intro {
    display: none;
  }
}

#intro .carousel-inner {
  max-height: 200px;
}

#intro .carousel-item {
  max-height: 200px;
}

#intro .carousel-caption {
  max-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  top: 50%;
  left: 15%;
  bottom: auto;
  transform: translateY(-50%);
}

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

#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: #fff;
  padding-bottom: 24px;
  font-weight: bold;
}

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

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

#intro .carousel-caption .slide-text h4 {
  font-size: 1.6rem;
  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: 23px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 10;
  font-weight: bold;
}

#intro .carousel-caption .slide-text p span {
  display: block;
  font-size: 26px;
  line-height: 26px;
  padding: 6px 0;
}

#intro .carousel-caption .slide-text p a {
  color: #55a79a;
}

#intro .carousel-indicators {
  display: none;
}

#intro .carousel-control-prev-icon {
  padding: 30px;
  background-color: #fff;
  border-radius: 50%;
  filter: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -3 21 21' fill='%23aaa'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}

#intro .carousel-control-next-icon {
  padding: 30px;
  background-color: #fff;
  border-radius: 50%;
  filter: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 21 21' fill='%23aaa'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}

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

#intro .reg a {
  font-size: 14px;
  padding: 6px 10px;
  color: #fff;
  background-color: #4B9F46;
  text-decoration: none;
}

#intro .reg a:hover {
  background-color: #00B5E6;
}

@media(max-width: 1200px) {
  #intro .carousel-caption .slide-text h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }

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

@media(max-width: 840px) {
  #intro .d-md-block {
    display: none !important;
  }
}

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

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

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

.article-share-bar ul li:hover {
  background-color: #0067A0;
}

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

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

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

.article-share-bar ul li span:hover {
  background-color: #0067A0;
  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: #0067A0;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
}

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

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

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

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

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

#content .headline p {
  color: rgba(51, 51, 51, 0.6);
  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: #00B5E6;
}

#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: #4B9F46;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 6px;
}

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

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

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

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

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

#popularPostsAccordion .accordion-header .collapsed:hover {
  color: #00B5E6 !important;
}

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

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

#popularPostsAccordion .accordion-header .accordion-button:hover {
  color: #00B5E6;
}

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

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

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

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

/* ----- Post Filters Section ----- */
#post-filters {
  padding: 20px 0;
  background-color: #ebfce9;
}

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

#post-filters .headline h2 {
  font-size: 26px;
  color: #0067A0;
  padding-bottom: 6px;
}

#post-filters .headline h3 {
  font-size: 13px;
  color: #383838;
  padding-bottom: 6px;
}

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

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

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

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

#post-filters .sbox p.help {
  padding: 1px 0;
}

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

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

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

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

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

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

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

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

#post-filters .sbox .journal-alphabet a:hover {
  color: #0067A0;
  text-decoration: underline;
  font-weight: bold;
}

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

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

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

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

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

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

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

#top-article .top-articles {
  margin-top: 20px;
}

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

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

#top-article .headline h3 {
  font-size: 28px;
  color: #0067A0;
}

#top-article .headline h4 {
  font-size: 14px;
  color: #555;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#top-article .top-post {
  width: 98%;
  margin: 0 1% 3% 1%;
  display: flex;
}

#top-article .post-thumb {
  padding: 20px;
  text-align: center;
}

#top-article .post-thumb img {
  max-width: 100%;
  border: 1px solid #ddd;
  height: auto;
}

#top-article .post-text {
  padding: 20px 20px 10px 20px;
}

#top-article .post-text h3 {
  font-size: 18px;
  padding-bottom: 12px;
  font-weight: bold;
}

#top-article .post-text h3 a {
  text-decoration: none;
  color: #0067A0;
}

#top-article .post-text h3 a:hover {
  color: #1782a8;
}

#top-article .post-text p {
  font-size: 14px;
  color: #333;
  padding-bottom: 8px;
}

#top-article .post-text p span {
  font-weight: bold;
  color: #4B9F46;
}

#top-article .post-text .more {
  padding: 12px 20px;
  display: block;
  text-align: center;
  background-color: #0067A0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

#top-article .post-text .more:hover {
  background-color: #4B9F46;
}

#top-article .sidebar {
  padding-bottom: 20px;
  z-index: 0;
}

#top-article .sidebar .sb-box {
  margin: 20px;
}

#top-article .sidebar .sb-box .icon-box {
  font-size:100px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  line-height: 80px;
}

#top-article .sidebar .sb-box h5 {
  font-size: 22;
  font-weight: bold;
  padding-bottom: 8px;
  color: #fff;
  text-align: center;
}

#top-article .sidebar .sb-box p {
  font-size: 14px;
  padding-bottom: 12px;
  ;
  color: #fff;
  text-align: center;
}

#top-article .sidebar .sb-box a {
  text-decoration: none;
}

#top-article .sidebar .sbbox1 {
  background-color: #F2A900;
  padding: 20px 10px 16px 10px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

#top-article .sidebar .sbbox2 {
  background-color: #00B5E6;
  padding: 20px 10px 16px 10px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

#top-article .sidebar .sbbox3 {
  background-color: #0067A0;
  padding: 20px 10px 16px 10px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

#top-article .sidebar .sbbox4 {
  background-color: #4B9F46;
  padding: 20px 10px 16px 10px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

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

#footer .top-footer {}

#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: #4B9F46;
}

#footer .bottom-footer {}

#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;
}

#footer .bottom-footer .copyright-image {
  display: none;
}

/* ----- Article Icon Sidebar & Main Sidebar ----- */
/* ----- 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 #4B9F46;
  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: #4B9F46;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

#bookmarkicon {
  color: #4B9F46;
  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: #0067A0;
}

@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 CSS ----- */
#content .post {
  padding-bottom: 20px;
}

#content .post h1 {
  font-size: 30px;
  color: #0067A0;
  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: #4B9F46;
  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: #0067A0;
}

#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: #0067A0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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: #0067A0;
  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;
}

#content .post .jumbotron {
  padding: 25px 12px 12px 12px;
  background-color: #fefde1;
  border: 1px solid #fff1d2;
  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: 5px 8px;
  background-color: #4B9F46;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border-radius: 3px;
}

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

/** 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: #00B5E6;
  padding-bottom: 12px;
}

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

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

.post-copyright p {
  text-align: center;
  padding-bottom: 12px;
  color: #383838;
  font-size: 14px;
}

/* ----- 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: #0067A0;
  color: #fff;
}


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

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

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

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

/* ----- 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: #e80505;
  border: none;
  color: #fff;
  border-radius: 5px;
}

#content .contactform {
  background-color: #fbfcfc;
  padding: 20px;
  clear: both;
}

#content .contactform p {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

#content .contactform label {
  display: none;
}

#content .contactform .rminput {
  width: 100%;
}

#content .contactform textarea {
  padding: 10px;
}

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

#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: #4B9F46;
  border: none;
  color: #fff;
  border-radius: 5px;
}

#content .buttonarea input:hover {
  background: #00B5E6;
}

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

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

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

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

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

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

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

#content .sidebar-post .sbbox ul li a {
  color: #4B9F46;
  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: #00B5E6;
}

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

.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: #0067A0;
  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: #4B9F46;
}

/* additional CSS Sidebar */

.well {
  background: #c2fcab;
  border-top: 1px solid #9bdb81;
  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;
}

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

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

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

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

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

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

.well .kksr-muted {
  opacity: 1;
}

.sbbox-category {
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 6px;
}

.sbbox-category h4 {
  font-size: 16px;
  padding-bottom: 5px;
  color: #333;
  font-weight: bold;
}

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

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

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

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

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

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

.sbbox-category .journal-alphabet a:hover {
  color: #0067A0;
  text-decoration: underline;
  font-weight: bold;
}

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

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

.sbbox-category .btn-danger {
  background: #4B9F46;
  border: 1px solid #269120;
}

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

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

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

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

.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;
  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: #4B9F46;
}

/*--- 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;
  }
}

#share-article-form {
  max-width: 1200px!important;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #ccc;
  width:100%;
}
#share-article-form input[type="text"],
#share-article-form input[type="email"],
#share-article-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#share-article-form textarea {
  min-height: 100px;
}
#share-article-form input[type="submit"] {
  color: #333333;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
#share-article-form input[type="submit"]:hover {
  background-color: #0067A0;
}

/* Pdf Modal CSS */
#pdfModal .modal-dialog {
max-width:900px;
width:100%;
}
#pdfModal .modal-body {
min-height: 450px;
}
#pdfModal .modal-header {
display:flex!important;  
border-bottom: 1px solid #c0c0c0; 
padding:12px 18px!important;
}
#pdfModal .modal-header h5 {
font-size:18px;
color:#04a6d2;
}
#pdfModal .modal-header .btn-close {
margin: 0!important;  
}
/* Login Modal CSS */
.modal {top: 40px;}
.modal .modal-dialog {max-width: 800px;}
.modal .modal-logo {max-height: 60px;margin: 0 auto;display: block;}
.modal .modal-header {border-bottom: none;padding: 15px 20px;display: block;}
.modal .left-side p {font-size: 13px;color: #646464;}
.modal .left-side label {font-size: 13px;color: #646464;}
#signInModal .modal .modal-header .btn-close {margin-top:-130px!important;margin-left: -20px;}
.modal .modal-form {padding: 20px 30px;}
.modal .modal-intro {text-align: center;font-size: 14px;margin-bottom: 20px;color: #646464;max-width: 70%;margin: 0 auto;}
.modal .form-group {margin-bottom: 8px;position: relative;}
.modal .modal-form .form-control {height: 40px;border-radius: 5px;}
.modal .modal-form .form-group .toggle-password1 {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);border: none;background: transparent;font-size: 16px;color: #646464;cursor: pointer;}
.modal .modal-form .form-group .toggle-password1:hover {color: #97D2D5;}
.modal .modal-form .forgot-link {text-align: right!important;font-size: 12px;color: #00B5E6;margin-top: 10px!important;font-weight: 400;width:100%;display:block;}
.modal .modal-form .forgot-link:hover {color: #0067A0;}
.modal .modal-form .btn-primary {background-color: #00B5E6;border: none;height: 45px;font-size: 16px;font-weight: bold;border-radius: 5px;}
.modal .modal-form .btn-primary:hover {background-color: #0067A0;}
.modal .modal-sidebar .modal-sidebar-reg {text-align: center;}
.modal .modal-sidebar .modal-sidebar-image {text-align: center;}
.modal .modal-sidebar .modal-sidebar-reg p {margin: 10px;font-size: 13px;color: #646464;font-weight: 400!important;}
.modal .modal-sidebar .first-connection {font-size: 14px;color: #00B5E6 !important;text-transform: uppercase;margin:5px;border:none!important;}
.modal .modal-sidebar .btn-outline-primary {background: #00B5E6;border: none;color: #fff;border-radius: 5px;padding: 4px 8px;}
.modal .modal-sidebar .btn-outline-primary:hover {background-color: #0067A0;color: #fff;}
.modal .modal-sidebar .disclaimer {font-size: 12px;color: #646464;margin-top: 15px;padding-top: 15px;border-top: 1px solid #ced4da;text-align: center;}
#signInModal .modal-content {padding:0!important;}
/* Annotate Modal */
.modal-annotate .modal-header {
display:flex!important;  
border-bottom: 1px solid #c0c0c0; 
padding:12px 18px!important;
}
.modal-annotate .modal-header h4 {
font-size:18px;
color: #00B5E6;
font-weight: bold;
}
.modal-annotate .modal-header .btn-close {
margin: 0!important;  
}
.modal-annotate .modal-body textarea {
padding:5px;  
border: 1px solid #c0c0c0;
width:100%;
min-height: 120px;
border-radius: 5px;
}
.modal-annotate .modal-body .button-65 {
font-size:18px;
color:#fff;
background-color: #00B5E6;  
padding:8px 24px;
border: none;
border-radius: 4px;
}
.modal-annotate .modal-body .button-65:hover {
background-color: #0067A0;  
}
/* Search help Modal */
#searchHelpModal .modal-header {
display:flex!important;  
border-bottom: 1px solid #c0c0c0; 
padding:12px 18px!important;
}
#searchHelpModal .modal-header h2 {
font-size:18px;
color:#04a6d2;
}
#searchHelpModal .modal-header .btn-close {
margin: 0!important;  
}
/* Journal Modal */
#journalModal .modal-header {
display:flex!important; 
border-bottom: 1px solid #c0c0c0; 
padding:12px 18px!important;
}
#journalModal .modal-header h3 {
font-size:18px;
color:#04a6d2;
}
#journalModal .modal-header .btn-close {
margin: 0!important;  
}
#journalModal .modal-body ul li a {
text-decoration: none; 
color:#04a6d2;
}
#journalModal .modal-body ul li a:hover {
text-decoration: none; 
color:#0067A0;
}
/* User Account Page */
#user-account {
padding: 24px 0;
}
#user-account .nav-pills {
margin-bottom: 20px;
list-style-type: none!important;
padding:0!important;
}
#user-account .nav-pills li {
font-size: 18px;
border-radius: 0;
margin-bottom: 1px!important;
padding:0!important;
position: relative;
}
#user-account #email-preferences-tab,
#user-account #delete-data-tab,
#user-account #reset-password-tab,
#user-account #update-profile-tab,
#user-account #delete-data-tab,
#user-account #logout-tab {
color: #646464 !important;
}
#user-account .nav-pills li a {
border-radius: 0;
background-color: #ecf1f6;
padding: 12px 24px;
}
#user-account .nav-pills li .active {
border-left: 3px solid #4083b0;
background-color: #e4f1fe;
color: #4083b0;
padding: 12px 24px;
}
#user-account .nav-pills li a:hover {
border-left: 3px solid #4083b0;
background-color: #e4f1fe;
color: #4083b0;
padding: 12px 24px;
}
#user-account .tab-pane {
padding: 10px 20px;
}
#user-account .tab-pane h3 {
font-size: 28px;
color: #4083b0;
padding-bottom: 20px;
text-transform: none!important;
}
#user-account .tab-pane {
font-size: 16px;
color: #646464;
}
#user-account .tab-pane input {
font-size: 16px;
color: #646464;
}
#user-account .tab-pane .btn-primary {
background-color: #4083b0;
padding: 12px 20px;
color: #fff;
font-size: 18px;
border: none;
transition: all 0.3s;
}
#user-account .tab-pane .btn-primary:hover {
background-color: #0067A0;
color:#fff;
}
#user-account .tab-pane .btn-warning {
background-color: #4083b0;
padding: 12px 20px;
color: #fff;
font-size: 18px;
border: none;
transition: all 0.3s;
}
#user-account .tab-pane .btn-warning:hover {
background-color: #0067A0;
color:#fff;
}
/* Advanced Search page CSS*/
#content .post .searchmore {
text-decoration: none;
color: #04a6d2!important; 
}
#content .advanced-search{
padding-top:12px;
}
#content .advanced-search input {
width:100%;
height:40px;
border:1px solid #c0c0c0;
border-radius:4px;
text-indent: 5px;;
}
.search-form__group {
margin-bottom:12px;
}
#content .advanced-search .search-form__submit {
padding:12px 24px;
background-color: #04a6d2;
color:#fff;
border:none;
border-radius:4px;
margin-left:4px;
}
#content .advanced-search .search-form__submit:hover {
background-color: #0067A0;
}

/* Sitemap Page CSS */
.sitemap-page .sitemap-main-title {
font-size:26px;
color:#0067a0;
}
.sitemap-page .page-content h3 {
font-size: 14px;
color: #0067a0;
margin-bottom: 12px;
text-transform: uppercase;
position: relative;
padding-left: 24px; 
}
.sitemap-page .page-content h3::before {
content: "\F633";
font-family: "bootstrap-icons";
font-weight: 700;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
font-size: 16px;
color: #0067a0;
}
.sitemap-page .page-content ul li:hover  {
color: #0067A0;
background-color: #f5f5f5;
}
.sitemap-page .page-content ul li:hover a {
color: #0067A0;
}
.sitemap-page .page-content ul li a {
font-size: 14px;
color: #333;
text-decoration: none;
display: block;
}
.sitemap-page .page-content ul li a:hover {
color: #0067A0;
background-color: #f5f5f5;
}

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