/* - - - - - - - - - - - - - - - - - - - - -
Theme Name: Addicto Scope - Custom Wordpress Theme
Theme URI: https://www.oncohematolab.com/
Description: Addicto Scope Expert - WordPress Theme
Author: Mate Ivancic
Author URI: https://inneall.ie/

Created :  11.04.2023
Modified : 11.04.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;
  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 {
  font-family: 'Montserrat', sans-serif !important;
  color: #4a4a4a;
  line-height: 140%;
  letter-spacing: 0.5px;
  font-size: 16px;
}

a {
  font-size: 14px;
  text-decoration: none;
  color: #33a5c2;
}

a:hover,
a:active,
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:active {
  color: #33a5c2;
}

/* ----- 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: #fff;
  padding: 10px 0;
}

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

.header-top .navbar ul li {
  font-size: 16px;
  padding-right: 1rem;
}

.header-top .navbar ul li a {
  font-weight: 500;
  color: #364067;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.header-top .navbar .dropdown-item {
  background-color: #40a8e1;
  color: #fff;
  padding: 8px 12px;
  border-bottom: 1px solid #33a5c2;
  font-size: 14px;
}

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

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

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

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


/* .modal {top:40px;} */
#loginform input {
  padding: 1rem .75rem !important;
}

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

.modal-register a:hover {
  color: #33a5c2;
}

.modal-body #loginform #wp-submit {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-primary {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

#loginform .w-100 {
  width: 30% !important;
}

#loginform .form-group {
  padding-bottom: 15px;
}

#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: #40a8e1;
  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: #40a8e1;
}

#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: #40a8e1;
  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: #fff;
  padding: 10px 0;
}

.headerline {
  position: relative;
  display: flex !important;
  background-image: url("http://gnm-staging-server-3.storage.googleapis.com/sites/22/sites/22/2024/11/26104537/Header-bg.png");
  height: 5px;
}

.header-main ul li {
  font-size: 20px;
  font-weight: 300;
}

.header-main ul li a {
  color: #4c4c4c;
  text-decoration: none;
}

.header-main ul li a:hover {
  color: #fff;
  background-color: #33a5c2;
}

.header-main ul li a:active {
  color: #fff;
  background-color: #33a5c2;
}

.header-main ul li .show {
  color: #fff;
  background-color: #33a5c2;
}

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

.header-main .navbar .dropdown-item {
  background-color: #40a8e1;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;
  border-bottom: 1px solid #33a5c2;
}

.header-main .navbar .dropdown-item:hover {
  color: #fff;
  background-color: #33a5c2;
}

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

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

.header-main .navbar-brand img {
  width: 100%;
  height: auto;
}

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

.search-class .search-form {
  display: block;
}

.search-field div {
  width: 100%;
  display: flexbox;
}

.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 {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #333;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

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

@media(max-width: 665px) {
  .header-main .navbar-brand {
    max-width: 70%;
  }
}

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

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

.article-share-bar ul li {
  float: left;
  display: block;
  color: #4a4a4a!important;
  background-color: #fff;
  border: 1px solid #4a4a4a;
  padding: .375rem .75rem;
  color: #4a4a4a!important;
  background-color: #fff;
  border: 1px solid #4a4a4a;
  padding: .375rem .75rem;
}

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

.article-share-bar ul li a {
  color: #4a4a4a!important;
  border-color: #4a4a4a!important;
  font-size: 1rem!important;
  border-radius: .25rem;
  background-color: #fff!important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.article-share-bar ul li span {
  text-transform: uppercase;
  font-size: 1rem!important;
  background-color: #fff;
  color: #4a4a4a;
  font-size: 1rem!important;
  background-color: #fff;
  color: #4a4a4a;
  text-decoration: none;
  float: left;
  border: none;
}

.article-share-bar ul li span:hover {
  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: #33a5c2;
  background-color: #33a5c2;
  color: #fff;
  text-decoration: none;
  float: left;
  border: none;
  font-size: 1rem!important;
}

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

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

/* ----- Editorial Section CSS ----- */
#editorial {
  padding: 80px 0;
  background-color: #fff;
}

#editorial .editor-box {
  padding: 20px 30px;
  border: 1px solid #fafdff;
  background-color: #eef7fc;
}

#editorial .editor-box h3 {
  font-size: 30px;
  padding-bottom: 12px;
  color: #4c4c4c;
}

#editorial .editor-box h3 span {
  font-weight: 300;
}

#editorial .editor-box p {
  font-size: 18px;
  font-weight: 300;
  color: #4c4c4c;
}

#editorial .editor-box p a {
  text-decoration: none;
  color: #33a5c2;
}

#editorial .editor-box .cite {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

#editorial .editor-box .cite span {
  font-size: 26px;
  color: #4c4c4c;
  font-weight: 300;
}

#editorial .editor-box .person-image {
  max-width: 130px;
  margin: 20px auto;
}

#editorial .editor-box .person-image img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#editorial .editor-box .see-more {
  text-align: center;
}

#editorial .editor-box .see-more a {
  display: inline-block;
  padding: 5px 12px;
  background-color: #40a8e1;
  color: #fff;
}

#editorial .editor-box .see-more a:hover {
  background-color: #33a5c2;
}

#editorial .editor-post {
  padding: 0 30px;
}

#editorial .editor-post h3 {
  font-size: 30px;
  padding-bottom: 10px;
  color: #646464;
  font-weight: 300;
}

#editorial .editor-post h6 {
  font-size: 18px;
  color: #40a8e1;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #4c4c4c;
}

#editorial .editor-post h4 {
  font-size: 22px;
  padding: 30px 0 20px 0;
  font-weight: 300;
}

#editorial .editor-post h4 a {
  color: #33a5c2;
  text-decoration: none;
}

#editorial .editor-post h4 a:hover {
  color: #33a5c2;
}

#editorial .editor-post p {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
}

#editorial .editor-post p a {
  text-decoration: none;
  padding: 8px 16px;
  background-color: #40a8e1;
  color: #fff;
  margin-top: 20px;
}

#editorial .editor-post p a:hover {
  background-color: #33a5c2;
}

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

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

#content .headline h2 {
  font-size: 3rem;
  padding-bottom: 10px;
  font-weight: 300;
  color: #40a8e1;
}

#content .headline h2 span {
  color: #4c4c4c;
}

#content .headline p {
  color: #827e7e;
  font-size: 16px;
  padding-bottom: 20px;
}

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

/* ------ Tabs Navigation CSS -----*/
#v-tabs-tab {
  width: 100%;
  margin-bottom: 32px;
  border: none;
}

#v-tabs-tab .nav-pills li {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  text-align: left;
}

#v-tabs-tab .nav-pills li a {
  background-color: transparent;
  border-radius: 0;
  background-color: #fce7d9;
  padding: 20px;
}

#v-tabs-tab .nav-pills li a h4 {
  font-size: 16px;
  color: #40a8e1;
  padding-bottom: 8px;
}

#v-tabs-tab .nav-pills li a p {
  font-size: 12px;
  color: #827e7e;
}

#v-tabs-tab .nav-pills li .active {
  background-color: #40a8e1;
}

#v-tabs-tab .nav-pills li .active h4 {
  color: #fff;
}

#v-tabs-tab .nav-pills li .active p {
  color: #fff;
}

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

#content .post-feed .post-thumb {
  background-color: #40a8e1;
  padding: 20px;
  text-align: center;
}

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

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

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

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

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

#content .post-feed .post-text p {
  font-size: 14px;
  color: #646464;
  padding-bottom: 8px;
}

#content .post-feed .post-text p span {
  font-weight: bold;
  color: #33a5c2;
}

#content .post-feed .post-text .more {
  padding: 12px 20px;
  display: block;
  text-align: center;
  background-color: #40a8e1;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

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

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

/* ----- Post Filters Section ----- */
#post-filters .headline {
  padding-bottom: 24px;
}

#post-filters .headline h2 {
  font-size: 2rem;
  color: #333;
  padding-bottom: 12px;
}

#post-filters .headline h2 span {
  color: #33a5c2;
  padding-bottom: 12px;
}

#post-filters .headline p {
  font-size: 16px;
  padding-bottom: 18px;
  color: #999a9b;
}

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

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

#post-filters .sbox h4 {
  font-size: 18px;
  padding-bottom: 20px;
  color: #4a4a4a;
  font-weight: bold;
}

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

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

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

#post-filters .sbox p a,
.help-links a,
a.searchmore {
  text-decoration: none;
  color: #7d797a !important;
}
.help-links{
  padding-top: 1rem;
  margin-bottom: -1rem;
}

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

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

.journal-alphabet a .disabled {
  color: #646464;
  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;} */
.journal-alphabet span {
  padding: 5px 13px;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6 !important;
  font-size: 16px;
  border-radius: .2rem;
  display: inline-flex;
  margin-right: 10px;
}

.journal-alphabet a:hover {
  background-color: #fff;
  border: 1px solid #fff !important;
}

.journal-alphabet a {
  border: 1px solid #d7d7d9;
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none;
  padding: 5px 13px;
  color: #4a4a4a;
  background-color: #e7e7ea;
  border-color: #dcdcde;
  font-size: 16px;
  border-radius: .2rem;
  gap: 3px;
}

/* 
#post-filters .sbox .journal-alphabet .first {border:none;}
#post-filters .sbox .journal-alphabet a:hover {color:#33a5c2;text-decoration: underline;font-weight: bold;}
#post-filters .sbox ul {padding-bottom:10px;}
#post-filters .sbox ul li {font-size:18px;padding-bottom:12px;}
#post-filters .sbox ul li a {text-decoration: none;color:#7d797a;}
#post-filters .sbox ul li a:hover {color:#33a5c2;text-decoration: underline;}


#post-filters2 {background-color: #fff;padding:120px 0;}
#post-filters2 .headline {padding-bottom:24px;}
#post-filters2 .headline h2 {font-size:2rem;color:#333;padding-bottom:12px;}
#post-filters2 .headline h2 span {color:#33a5c2;padding-bottom:12px;}
#post-filters2 .info-box {padding:30px;margin:0;background-color:#eef7fc;border-left:3px solid #fff;}
#post-filters2 .info-box .person-img {margin:0 auto;padding-bottom:12px;max-width:100px;}
#post-filters2 .info-box h4 {color:#33a5c2;font-size:22px;padding:10px 0 22px 0;}
#post-filters2 .info-box h4 span {color:#4c4c4c;}
#post-filters2 .info-box p {font-size:16px; color:#4c4c4c;padding-bottom:12px;}

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

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

#top-article .headline h3 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: #262863;
  text-transform: uppercase;
}

#top-article .headline h4 {
  font-size: 1rem;
  color: #364067;
  padding-bottom: 18px;
  padding-top: 10px;
}

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

#top-article .top-post {
  display: flex;
}

#top-article .post-thumb {
  color: #33a5c2;
}

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

#top-article .post-text h3 {
  font-size: 24px;
}

#top-article .post-text h3 a {
  text-decoration: none;
  color: #364067;
  font-weight: 500;
  font-size: 1.5rem !important;
  margin-right: 3rem;
}

#top-article .post-text h3 a:hover {
  color: #33a5c2;
}

#top-article .post-text p {
  font-size: 16px;
  color: #4c4c4c;
  padding: 5px;
}
#top-article .authors {
  background-color: #ebf9fd !important;
  padding: 0.2rem;
  font-size: 14px;
}
#top-article .post-text p span {
  color: #4a4a4a;
  line-height: 140%;
  font-weight: 500;
}

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

#top-article .post-text .more:hover {
  background-color: #33a5c2;
}

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

#top-article .sidebar .sb-box {
  margin: 20px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fce7d9;
}

#top-article .sidebar .sb-box .box-image {
  color: #33a5c2;
  padding: 30px 20px 20px 20px;
}

#top-article .sidebar .sb-box .box-image p {
  font-size: 80px;
  color: #33a5c2;
}

#top-article .sidebar .sb-box .box-image p span {
  font-size: 80px;
  color: #40a8e1;
  border: 2px solid #40a8e1;
  background-color: #fff;
  padding: 20px 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#top-article .sidebar .sb-box .sbbox-inner {
  padding: 20px;
  border: 4px solid #fff;
  text-align: center;
}

#top-article .sidebar .sb-box h4 {
  font-size: 32px;
  padding-bottom: 12px;
  color: #40a8e1;
}

#top-article .sidebar .sb-box h3 {
  font-size: 24px;
  padding-bottom: 8px;
  color: #40a8e1;
  text-transform: uppercase;
}

#top-article .sidebar .sb-box p {
  font-size: 18px;
  padding-bottom: 20px;
  color: #999a9b;
}

#top-article .sidebar .sb-box .more a {
  background-color: #40a8e1;
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
}

#top-article .sidebar .sb-box .more a:hover {
  background-color: #33a5c2;
}

#top-article .sidebar .sb-box:hover h4 {
  color: #4c4c4c;
}

/* ----- Footer CSS ----- */
#footer {
  padding: 60px 0 20px 0;
  background-color: #495175;
}

#footer .top-footer .fbox h4 {
  font-size: 14px;
  color: #f8b373;
  padding-bottom: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

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

#footer .top-footer .fbox ul li {
  font-size: 14px;
  color: #4c4c4c;
}

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

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

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

#footer .bottom-footer h4 {
  font-size: 18px;
  color: #33a5c2;
  padding: 16px 0;
  font-weight: bold;
}

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

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

.social ul {
  margin-bottom: 20px;
}

.social ul li {
  font-size: 18px;
  margin: 0.2rem 1rem;
  border-radius: 5px;
}

.social ul li:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.social ul li a {
  color: #fff;
  background-color: #33a5c2;
  border-color: #33a5c2;
  padding: 12px;
  font-size: 22px;
  line-height: 28px;
  display: block;
  text-align: center;
}

.social ul li a:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

#bookmarkicon {
  border: none;
  color: #fff;
  background-color: #33a5c2;
  padding: 12px;
  font-size: 22px;
  line-height: 28px;
  display: block;
  text-align: center;
}

#bookmarkicon:hover {
  background-color: #33a5c2;
}

@media only screen and (max-width: 665px) {
  .social ul li {
    display: inline-flex;
    text-align: center;
  }
}

/* ----- Post CSS ----- */
#content .post {
  padding-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word;
}

#content .post h1 {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
  color: #364067;
}

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

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

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

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

#content .post .post-intro .post-info p {
  font-size: 18px;
  color: #626262;
  padding-bottom: 20px;
}

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

/* #content .post h2 {font-size:2.3rem;padding-bottom:24px;color:#40a8e1;} */
#content .post h3 {
  font-size: 2rem;
  padding-top: 24px;
  color: #33a5c2;
}
gnmarticle h3{
  border-top: 1px solid #4a4a4a;
  padding-top: 10px;
}
gnmarticle h3 {
  color: #4a4a4a!important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px!important;
  padding-bottom: 6px;
}

#content .post h4 {
  font-size: 100%;
  line-height: 150%;
}

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

#content .post p {
  font-size: 1rem;
  color: #4a4a4a;
  padding-bottom: 6px;
}

#content .post br {
  display: none;
}

#content .post p a {
  color: #33a5c2;
}

#content .post p a:hover {
  color: #33a5c2;
}

#content .post ul {
  padding: 0 0 12px 24px;
  list-style: disc;
}

#content .post ul li {
  font-size: 16px;
}

#content .post ol {
  padding: 0 0 12px 24px;
  list-style: disc;
}

#content .post ol li {
  font-size: 16px;
  color: #7d797a;
  font-weight: bold;
  padding-bottom: 12px;
}

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

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

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

.post-copyright p {
  text-align: center;
  padding-bottom: 12px;
  color: #626262;
  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: #33a5c2;
  color: #fff!important;
}

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

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

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

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

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

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

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

#content .post .tab-content .btn-danger {  
  border-radius: inherit;  
  font-weight: 500;
  color: #fff!important;
  background-color: #364067!important;
  border-color: #364067!important;
}
#top-article a.btn-danger{
  font-size: 16px!important;
}

.btn-danger {
  color: #fff!important;
  padding: 5px 10px!important;
  background-color: #364067!important;
  border-color: #364067!important;
}
.btn-danger:hover {
  color: #fff!important;
  background-color: #364067!important;
  border-color: #364067!important;
}

#content .post .tab-content .btn-danger:hover {
  padding: 5px 10px!important;
  border-radius: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #fff!important;
  background-color: #364067!important;
  border-color: #364067!important;
}

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

#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: #33a5c2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

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

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

#content .rmcontent label {
  line-height: 20px;
  color: #4a4a4a;
}

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

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

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

#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: 100%;
  font-weight: 300;
}

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

#content .buttonarea input {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

#content .buttonarea input:hover {
  background: #33a5c2;
  border-color: #33a5c2;
}

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

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

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

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

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

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

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

#content .sidebar-post .sbbox ul li a {
  color: #7d797a;
  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: #33a5c2;
}

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

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

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

.post-navigation a:hover {
  background-color: #33a5c2;
}

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

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

/* additional CSS Sidebar */

.well {
  margin-bottom: 32px;
}

.well .rmp-rating-widget {
  background-color: #33a5c2;
  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: 16px;
  width: 100%;
}

.sbbox-category h4 {
  font-size: 16px;
  padding-bottom: 10px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 700;
}

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

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

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

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

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

.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: #40a8e1;
  padding: 0.55rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

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

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


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

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

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

#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: #40a8e1;
  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: #40a8e1;
}

#pdfModal .modal-dialog {
  max-width: 80% !important;
  height: 90vh;
}

#pdfModal .modal-content {
  height: 100%;
}

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

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

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

.header {
  background: #fff;
  width: 100%;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.header.header-1 .navbar,
.header.header-4 .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.navbar {
  padding: 0px 0;
  transition: all .3s ease-out 0s;
}

.navbar .container {
  max-width: 100%;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav {
  list-style: none;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item a {
    text-align: center;
  }
}

.nav-item a,
.nav-link {
  color: rgba(73, 82, 118, 1) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.navbar-nav .nav-item a:hover {
  font-weight: 700;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item a {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
    position: relative;
  }
}
.d-oh-none{display: none!important;}
@media (min-width: 1024px) {
  #header-main .search-class {
    float: right;
    position: initial;
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
  }

  #footer-top .row .col-md-3.fbox:last-child {
    width: 60%;
  }

  .row.top-footer {
    display: flex;
    justify-content: flex-end;
  }

  #footer-top .col-md-3 {
    width: 20%;
  }

  .copyright-image-newsletter .banner-box img {
    margin-left: -10rem;
    margin-top: -15rem;
  }

  #signInModal.modal.show .modal-dialog {
    max-width: 800px;
  }
}

.copyright-image {
  display: none;
}

.navbar-nav .nav-item a {
  display: inline-block;
  padding: 0px;
  transition: all .3s ease-out 0s;
  z-index: 1;
}

.pointer {
  cursor: pointer;
}

.color1 {
  color: #33a5c2 !important;
}

.nav-link {
  padding: 0;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.bgcolor13 {
  background-color: #364067 !important;
}

.color8 {
  color: #262863;
}

.small3 {
  color: #4a4a4a;
  line-height: 120%;
  font-size: 12px;
}

.me-3 {
  margin-right: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.mainMenu h2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
}

.white {
  color: white;
}

.interligne-minus2 {
  line-height: 120%;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.mainMenu .mev {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #262863;
}

.small {
  color: #4a4a4a;
  line-height: 130%;
  font-size: 14px !important;
}

.color4 {
  color: #d31565;
}

.fw-bolder {
  font-weight: bolder !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.mainMenu a.menuplus {
  color: #ffffff;
  text-decoration: underline;
}

.bgcolor15 {
  background-color: #e9ebf4 !important;
}

.mainMenu p,
.mainMenu p a {
  font-size: 1.25rem;
}

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

.post-item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
}

h3.truncate-text a {
  color: #262863;
  font-weight: 500;
  font-size: 1.25rem !important;
}

.meta_author {
  color: #0d9eca;
  margin-top: 1.25rem !important;
  line-height: 1 !important;
  font-style: italic !important;
  margin-bottom: .5rem !important;
}

.speciality {
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  top: -1.8rem;
  position: relative;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
}

.row.card {
  padding: 1rem;
  height: 100%
}

.row.card .author {
  text-align: center;
}

.read-more, .read-more a {
	color: #262863;
	line-height: 130%;
	float: right;
	padding-left: 5px;
	padding-top: 2px;
}

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

#latest-news-section .container {
  max-width: 90%;
  float: right;
}

.fs-18 {
  font-size: 18px !important;
}

.display-inline {
  display: inline-block;
}

.post-text {
  line-height: 1.3rem;
}

#top-article .more {
  display: none !important;
}

#top-article a {
  color: #262863;
  font-weight: 500;
}
.archive #top-article a {
  color: #262863;
  font-weight: 500;
  font-size: 1.5rem;
}
.archive #top-article a.advanced, .archive #top-article a.searchmore, .cat-item a, .journal-alphabet a {
  font-size: 14px!important;
}

#top-article a:hover,
h3.truncate-text a:hover {
  color: #33a5c2;
  cursor: pointer;
}

.post-number {
	font-size: 50px;
	color: #33a5c2;
	text-align: center !important;
	content: "";
	top: -1.2rem;
	position: relative;
}

.entry-title {
  display: inline-flex;
  align-items: center;
}

.post-number {
  margin-right: 14px;
}

.entry-title a {
  text-decoration: none;
  color: inherit;
}

.text-dark {
  color: #4a4a4a !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

#category-sidebar .search-submit,
.keywords .search-submit {
  float: left;
  font-size: 1.5rem;
}

#category-sidebar .search-submit,
.keywords .search-submit {
  color: #e9e9e9;
  border: 1px solid #f0f1f1;
  border-right: 1px solid #f0f1f1;
  background-color: #ffffff;
  border-radius: 15px 0 0 15px;
}

#category-sidebar .search-field,
.keywords .search-field {
  border: none;
  font-size: 1.2rem;
  background-color: #ffffff;
  font-weight: 300;
}

#signInModal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

#signInModal .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 3rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

#signInModal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

#signInModal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-dialog a {
  color: #3673b9;
}

.display-6 {
  font-size: 1.8rem;
}

h2.title-divider {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: #262863 !important;
  text-transform: uppercase;
}

label.required-label {
  color: #4a4a4a !important;
  font-weight: 700;
}

label.required-label .required {
  color: #4a4a4a !important;
}

.list-group-item {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

.bgcolor11 {
  background-color: #2d3654 !important;
}

.copyright-image .img-fluid {
  max-width: 60% !important;
}

.fs-14 {
  font-size: 14px;
}

.navbar-brand {
  text-align: center;
}

.navbar-brand img {
  max-width: 60%;
  height: auto;
}

#signInModal .row {
  margin-left: 0;
  margin-right: 0;
}

.bg-light {
  background-color: #d9f4fc !important;
}

h2.title-divider>span,
#content .post h2 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: #262863;
  text-transform: uppercase;
}

.color2 {
  color: #33a5c2 !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

/* .modal.show {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal.show {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
} */

.modal .page_item a,
.page-template-default .page_item a {
  position: relative;
  display: block;
  color: #212529;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .125);
  border-width: 0 0 1px;
  padding: 0.4rem;
}

.modal .page_item a:hover,
.page-template-default .page_item a:hover {
  color: #33a5c2;
}

.page-template-default h3 {
  font-size: 20px;
  padding-bottom: 2rem;
}

.modal-content .col-md-7.col-sm-12 {
  padding: 1rem 1rem;
}

.col-md-5.col-sm-12.modal-sidebar {
  padding-right: 0;
}

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -13.5rem 2.5rem -0.5rem -3rem;
}

.rmWide .rm-menu-tab:hover {
  border-left-color: #33a5c2 !important;
}

.rm-color,
.rmagic a,
.rmagic .rm-user-card .rm-user-name span,
.rm-user-name-subtitle span {
  color: #33a5c2 !important;
}

.rmagic .rm-bg {
  background-color: #33a5c2 !important;
}

.modal-sidebar-reg {
  text-align: center !important;
  color: #4a4a4a;
  line-height: 140%;
}

.modal-sidebar-reg .first-connection {
  font-weight: bold !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.btn-outline-primary {
  color: #fff !important;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  margin-top: 1rem;
}

#loginform .btn-primary {
  float: right;
}

.btn-outline-primary:hover,
#loginform .btn-primary:hover {
  color: #fff !important;
  background-color: #33a5c2 !important;
  border-color: #33a5c2 !important;
}

.modal-sidebar-reg .disclaimer {
  font-size: 14px;
  padding-top: 2rem;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus,
#loginform .btn-primary:hover:focus {
  box-shadow: none !important;
}

#loginform .form-group {
  position: relative;
  /* This allows absolute positioning inside this container */
}

#loginform #user_pass {
  padding-right: 40px;
}

#loginform .toggle-password {
  position: absolute;
  top: 41%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

#loginform .toggle-password i {
  font-size: 1.2em;
}

.forgot-link {
  margin-top: 3rem;
  font-size: 0.9em;
  text-decoration: none;
  float: right;
  left: 8rem;
  position: relative;
}

.forgot-link:hover {
  text-decoration: underline;
}

/* .rmagic-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rmfield {
  flex: 0 0 100px;
} */

.rminput input {
  flex: 1;
  padding: 8px;
  width: 100%;
}

.home .row {
  margin-left: 0;
  margin-right: 0;
}
#share-article .list-group-item a{
  color: #fff;
  background-color: #33a5c2;
  border-color: #33a5c2;
}
#share-article .list-group-item a:hover, #share-article .list-group-item a:focus{
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.post-template-default .img-thumbnail.wp-post-image{
  display: none;
}
.header-menu-float .bi.bi-gear{display: none;}
.well-ohlab, .icon-ohlab{
  display: block!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.icon-ohlab .social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3px;
  padding: 0!important;
}

.icon-ohlab .social li {
  display: inline-block!important;
  margin: 0;
  font-size: 14px!important;
}

.icon-ohlab .social li a,
.icon-ohlab .social li span {
  display: flex!important;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border: 2px solid #4a4a4a!important;
  width: 30px;
  height: 30px;
  text-align: center!important;
  background-color: #fff!important;
  border-radius: 0!important;
}

.icon-ohlab .social li a:hover,
.icon-ohlab .social li span:hover {
  background-color: #33a5c2!important;
}

.icon-ohlab .social li i {
  color: #4a4a4a;
  font-size: 16px;
}

.icon-ohlab .social ul li a{
  background-color: #fff!important;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon{
  width: 15px!important;
  height: 15px!important;
}
.kk-star-ratings .kksr-muted {
	opacity: 1;
	font-size: 14px;
}
.post .small-released{font-weight: 700;}
.d-ohlab-none{display: none;}
.bgcolor12 {
  background-color: #ebf9fd !important;
}
#picto .card {
  border: none;
  background-color: #ebf9fd;
}
.picto {
  font-size: 50px;
  border-radius: 50%;
  border: 3px solid #33a5c2;
  padding: 20px;
  width: 100px;
  overflow: hidden;
  text-align: center;
}
.color5 {
  color: #4a4a4a!important;
}
.top-footer .card-body h5{font-size: 14px;}
#blocAbout .rounded {
  border-radius: 0.6rem !important;
}
.border-primary {
  border-color: #33a5c2 !important;
}
.rounded {
  border-radius: .25rem !important;
}
.bgcolor16 {
  background-color: #f0f6f7 !important;
}
.iconAboutUs {
  font-size: 2.1rem;
  color: #33a5c2;
}
.small5 {
  color: #4a4a4a;
  line-height: 140%;
  font-weight: 500;
  font-size: .850em;
}
.custombtn {
  padding: 5px 10px;
  border-radius: inherit;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.btn-HomeChild, .btn-HomeChild:hover {
  color: #fff;
  background-color: #33a5c2;
  border-color: #33a5c2;
}
.Txtmax {
  font-size: 1.3rem;
  color: #33a5c2;
}
@media (min-width: 1200px) {
  .slick-next {
    left: 50rem;
  }
  .slick-prev {
    left: -16rem;
  }
  #category-page.col-md-9.top-articles{
    width: 70%;
  }
  #top-article .col-md-3{
    width: 28%;
  }
  #content-board  .post {width: 130%;}
  #content-board .col-md-3{
    width: 22%;
  }
  #HomeChildMainSpe {
    position: absolute;
    right: 5rem;
    top: 16rem;
    width: 25%;
    z-index: 10;
  }
  .display-6 {
    font-size: 2.5rem;
  }
  .col-md-6.articles-scientifiques:not(.first) {
    width: 65%;
    position: relative;
    top: -28rem;
    left: 30rem;
  }
  .col-md-6.le-point-de-lexpert, .col-md-6.articles-scientifiques{
    width: 34%;
  }
  .post-subcat .card-block-oh .col-md-3 {
    width:100%;
  }
  .post-intro .row.inner{
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }  
  .articles-scientifiques:not(.first) .post-intro.card-block-oh {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .articles-scientifiques:not(.first) .post-thumb {
    flex: 0 0 9%;
  }
  .articles-scientifiques:not(.first) .post-info {
    flex: 1 0 70%;
  }
  .articles-scientifiques:not(.first) .specialties-oh {
    display: none!important;
  }
  .articles-scientifiques:not(.first) .entry-title {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .articles-scientifiques:not(.first) .post-thumb img {
    max-width: 100%;
    height: auto;
  }
  .articles-scientifiques:not(.first) .read1 a {
    margin-right: 10px;
  } 
  #top-article .col-md-3.post-thumb, #top-article .top-post .col-md-3{
    width: 18%;
  }
  #category-page .col-md-10{
    padding-bottom: 5rem;
    flex: 0 0 auto;
    width: 80%;
  }
  
  #category-page .col-md-2 {
    flex: 0 0 10px;
  }
  .articles-scientifiques:not(.first) .card-block-oh .read1{display: block!important; margin-left: 4.5rem; margin-top:-1rem}
  .articles-scientifiques:not(.first) .source{display: none;}
}
.col-md-6.le-point-de-lexpert.first {
  background-color: #fdf3f3 !important;
  border: 1px solid #fdc6c6 !important;
}
.col-md-6.articles-scientifiques:not(.first) .card-block-oh {
  padding: 0;
}
.articles-scientifiques .col-md-9, .le-point-de-lexpert .col-md-9{width: 100%;}
.articles-scientifiques:not(.first) .card-block-oh .read1 a{color: #4a4a4a;}
.articles-scientifiques:not(.first) .card-block-oh .read1 i {
	color: #d31565;
}
.bgcolor17 {
  background-color: #fdf3f3 !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.iconAboutUs2 {
  font-size: 2.1rem;
  color: #495175;
}
#blocAbout h2 {
  font-size: 1.2rem;
  font-weight: 400;
}
#blocAbout h2 {
  color: #4a4a4a;
}
.align-center{
  text-align: center;
}
.scientist-info{
  background-color: #f0f6f7 !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.scientist-info h3{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #364067;
  padding-bottom: 5px;
}
.scientist-info h4{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #364067;
  padding-bottom: 5px;
}
.scientist-info p{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.scientist-info .boardback a{
  color: #33a5c2;
  padding-bottom: 1rem;
}
#CE-MAINCONTENT h2, #content-board h4 {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	color: #364067;
	border-bottom: 2px solid #364067;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#content-board p{
  line-height: 24px;
  margin-bottom: 0;
}
#content-board{margin-top:5rem}
.board-feed{
  background-color: #f0f6f7 !important;
}
.board-feed .main-title{display: none;}
.board-post-box h3{
  color: #33a5c2;
  text-align: center;
  font-size: 14px;
}
.board-post-box p{
  color: #4a4a4a;
  line-height: 130%;
  text-align: center;
  font-size: 14px;
}

.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
.person-img {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.person-img img {
  width: 100%;
  height: auto;
  max-width: 360px;
  object-fit: contain;
  margin: 0 auto;
}
.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  gap: 15px;
  width: 40%;
}
.slider-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  width: 23%;
  height: auto;
}
.person-img {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; /* Space below the image */
}
.person-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.slick-slide {
  padding: 22px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .slider-item {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .slider-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .slider-item {
    width: 100%;
  }
}
.member-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.member-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.member-box:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.member-box {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
	transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	cursor: pointer;
  padding: 4rem;
  border: 1px solid rgba(0,0,0,.125);
}

.member-box h3 {
	font-size: 1.2rem!important;
	font-weight: 500!important;
	line-height: 1.2!important;
	color: #364067!important;
	margin-bottom: inherit!important;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.member-box h4 {
	font-size: 1rem!important;
	font-weight: 500!important;
	line-height: 1.2!important;
	color: #364067!important;
	margin-bottom: inherit!important;
  text-align: center;
  padding-bottom: 1rem;
}
.member-box p {
	font-size: 14px!important;
	font-weight: 500!important;
	line-height: 1.2!important;
	color: #4a4a4a!important;
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.color12 {
  color: #364067;
}
.member-box hr {
  color: #364067;
  margin: inherit;
}
#content-board .row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.member-box {
  flex: 0 1 32%;
}
#content-board .row .col-md-4:first-child {
  display: none;
}
#content-board .headline p{padding-top: 1rem; padding-bottom: 1rem;}
.member-img {
  text-align: center;
}

.member-img img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.d-oh-display{display: block!important;}
#content-board .container{margin-bottom: 5rem;}
#top-article p span.category-name{
  color: #4a4a4a;
  line-height: 130%;
  font-weight: bold;
}
#top-article p.category-name span a{
  font-size: 14px;
}
#top-article p{
 line-height: 1.3rem;
}
.the_loop{padding-bottom: 2rem;}

.row .col-md-6.articles-scientifiques.first {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
  border: 1px solid #33a5c2;
  margin: 1rem;
}
.articles-scientifiques.first .specialties-oh {
  border-bottom: 2px solid #8c5e9c;
  color: #8c5e9c;
}
.le-point-de-lexpert .specialties-oh {
  border-bottom: 2px solid #d31565;
  color: #d31565;
}

.le-point-de-lexpert {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
  border: 5px solid #f8f2f1;
  margin: 1rem;
}

.specialties-oh {
  display: block!Important;
	font-style: italic;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 600;
  border-bottom: 2px solid #d31565;
  color: #d31565;
  width: 57%;
  padding-top: 10px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.entry-title a {
  text-decoration: none;
  color: #262863;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  margin-bottom: 10px;
}
.tax-specialty .entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 10;
  margin-bottom: 10px;
}
.entry-title a:hover {
  color: #0d9eca;
}
.entry-title span a{
  padding-left: 3rem;
  padding-top: 1rem;
}
.card-block-oh p.source{
  color: #0d9eca;
  font-size: 14px;
}
.card-block-oh .read1{display: none;}
.card-block-oh{
  padding: 1.5rem 0rem;
}
#navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.btn-secondary {
  color: #fff!important;
  background-color: #33a5c2;
  border-color: #33a5c2;
  font-size: 14px!important;
}
.bg-white.mt-5 .container{
  padding-left: 0;
  padding-right: 0;
}
#card-article-HC .card {
	border: inherit;
	background-color: #e9ebf4 !important;
	padding: 0 0 0.3rem 0;
}
.btn-others, .btn-others:hover {
	color: #fff!important;
	background-color: #495175;
	border-color: #495175;
}
#card-article-HC .icon {
	font-size: 2.2rem;
	color: #495175;
}
.register {
	background-color: #364067 !important;
	padding: 2px;
	margin-right: 0.5rem;
}
.register a{
  color: #fff!important;
  padding-left: 8px;
}
#HomeChildMainSpe .mev2 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	color: #33a5c2;
  margin-bottom: 1rem;
}
#HomeMainSpe .mev {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.2;
	color: #364067;
}

.agenda img {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}
.color3 {
  color: #afafaf;
}
.small2 {
  line-height: 120%;
  font-size: .795em;
}
.post-item.le-point-de-lexpert .card{
  border: 1px solid #fdc6c6!important;
}
.post-item.le-point-de-lexpert {
	border: 5px solid transparent;
	transition: 0 !important;
	margin: 0px;
}

.post-item.le-point-de-lexpert .read-more, .post-item.le-point-de-lexpert .read-more a {
	color: #d31565!important;
}
.specialties-top3 {
  color: #364067!important;
  font-size: .875em!important;
  left: 2.7rem;
  position: relative;
  line-height: 130%;
}
#menu-recherche-par-sujet {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#menu-recherche-par-sujet li {
  display: inline-block;
  white-space: nowrap;
}
#menu-recherche-par-sujet li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
#menu-recherche-par-sujet li a {
  text-decoration: none;
  color: #4a4a4a !important;
  font-size: .875em;
}
.flex-fill ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.flex-fill li {
  width: 48%;
  margin-right: 4%;
  padding: 5px;
  box-sizing: border-box;
}

.flex-fill li:nth-child(2n) {
  margin-right: 0;
}

.flex-fill a {
  display: block;
  text-decoration: none;
}
.slick-prev::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  color: rgba(73,82,118,1);
}
.slick-next::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  color: rgba(73,82,118,1);
}
.speciality-title {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	color: #33a5c2;
}
.specialty-banner-image{
  max-width: 100%;
  height: auto;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #7d797a;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.125);
}
.list-group-item span {
  font-size: 14px;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #33a5c2;
  text-decoration: none;
  background-color: #f8f9fa;
}
.well {
  background: #f1f3f4;
  border-top: 1px solid #e6e8e9;
  padding: 22px 60px 22px 8px;
  margin-bottom: 32px;
}
.well .kk-star-ratings {
  flex-direction: row-reverse !important;
}
.kk-star-ratings .kksr-muted {
  opacity: .5;
}
.well .kksr-legend {
  font-size: 16px !important;
  color: #333;
  opacity: 0.5;
}
.kk-star-ratings .kksr-legend {
  margin-left: .75rem;
  margin-right: .75rem;
}