/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #000;
  background-color: #6c6c6c;
  /* max-width: 1200px; */
  margin: auto;
  font-family: Helvetica, sans-serif;
}

.container {
  max-width: 1200px;
}

@media (max-width: 768px) {
  .container {
    max-width: 600px;
  }
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

h1 {
  font-size: 21px;
  color: grey;
  font-weight: normal;
  letter-spacing: 1px;
}

.issue-title {
  width: 400px;
  white-space: nowrap;
  text-align: justify;
  letter-spacing: 0.3px;
}

.heading-category {
  color: #000;
  font-weight: bold;
  margin: 0px
}


@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 18px;
  color: rgb(40, 53, 131);
}

.heading-title {
  margin-bottom: 0px;
}

.heading-author {
  margin-top: 10px;
  margin-bottom: 0px;
}


@media (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 16px;
  font-weight: bold; 
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

h5 {
  font-size: 14px;
  color: rgb(80, 80, 80);
}

aside {
  display: flex;
  flex-direction: column;
  align-items: center;
}

aside img {
  margin-bottom: 10px;
}

.rhs {
  background-color: #e6e6e6;
  padding-top: 20px;
}

.carousel-container {
  width: 176px;
  border: 1px solid grey; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  background-color: white;
}

.slideshow-container {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow-img {
  margin: 0 auto;
}

.slide {
  display: none;
}
        
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

.header-image {
  background-image: url("../../images/header5.jpg");
  height: 189px;
  background-repeat:no-repeat;
  background-size:cover; 
}

@media (max-width: 768px) {
  .header-image {
    /*height: 80px;*/
    height: 70px;
    background-size:110%;
    /*padding-right: 15px;*/
    background-color: #e5e5e5;
  }
}

@media (max-width: 768px) {
  .home-journal-img {
    margin-bottom: 30px;
  }
}

.home-button {
  border: 0px; 
  font-size: 16px; 
  font-weight: normal; 
  letter-spacing: 1px;
  background-color: rgb(112,165,208);
  width:100%;
}

@media (max-width: 768px) {
  .home-button-right {
    margin-top: 15px;
  }
}

.heading-medium-white {
  font-size: 14px;
  color: white;
  letter-spacing: 0.5px;
}

.twenty-five-margin-top {
  margin-top:25px;
}

.twenty-margin-bottom {
  margin-bottom:20px;
}

.three-block-vert-space-top {
  margin-top:15px;
}

.three-block-vert-space-bottom {
  margin-bottom:15px;
}

.two-block-vert-space-top {
  margin-top:10px;
}

.one-block-vert-space-top {
  margin-top:5px;
}

.neg-two-block-vert-space-top {
  margin-top:-10px;
}

.custom-align {
  padding: 0px 60px 0px 30px;
}

@media (max-width: 768px) {
  .custom-align {
    padding: 0px 15px 0px 15px;
  }
}

/*--------------------------------------------------------------
# divTable
--------------------------------------------------------------*/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	/* background-color: #EEE; */
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/* border: 1px solid #999999; */
	display: table-cell;
	padding: 15px 10px;
    vertical-align: middle;
}
.divTableHeading {
	/* background-color: #EEE; */
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	/* background-color: #EEE; */
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}e

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #b1af65;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg); 
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #000068;
}

#header .logo img {
  max-height: 50px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  background-color: grey;
  padding-top: 3px;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar {
    height: 30px;
  }
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  font-size: 12.5px;
  /* font-weight: 600; */
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a::after { /* Add a white vertical line after each <li> */
  content: '';
  display: block;
  height: 100%; /* Adjust height as needed */
  width: 1px;
  background-color: #fff;
  margin-left: 10px; /* Adjust margin as needed */
}

.navbar li:last-child a::after { /* Remove the line after the last <li> */
  display: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #000068;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000068;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #000068;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: #535ae1;
  display: flex;
  align-items: center;
}

footer p {
  margin-bottom: 0px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer {
    height: 30px;
  }
}

@media (max-width: 768px) {
  footer {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


/* GENERAL */

.heading-event-date {
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(40, 53, 131);
  word-wrap: break-word;
}

.heading-event-venue {
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  color: rgb(80, 80, 80);
  word-wrap: break-word;
}

.heading-medium {
  font-size: 18px;
  font-family: Helvetica, sans-serif;
  color: grey;
}

.heading-small {
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  color: grey;
  font-weight: normal;
  letter-spacing: 1px;
}

.heading-article-blue-search {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  color: rgb(40, 53, 131);
}

.heading-author-search {
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  color: rgb(80, 80, 80);
}

.article-action {
  font-size: 13px;
  font-family: Helvetica, sans-serif;
  color: rgb(24, 29, 104);
  text-decoration: underline;
}

.search-field {
  width: 100%;
  height: 30px;
  padding: 10px 35px 10px 15px;
  border: none;
  border-radius: 5px;
  outline: none;
}

.search-button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: -32px;
}

.search-button img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.past-issue-image {
    max-width: 230px;
    max-height: 402px;
    margin-right: 15px;
}

.past-issue-summary {
    font-size: 17px;
    font-family: Helvetica, sans-serif;
    color: rgb(100, 100, 100);
    max-width: 675px;
    text-align: left;
    font-weight: bold;
}

.menu {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: grey;
    height: 34px;
    padding-top: 3px;
}

.menu a {
    font-family: Helvetica, sans-serif;
    color: white;
    text-decoration:none;
}

.menu-item {
    color: white;
    font-size: 12.5px;
    font-family: Helvetica, sans-serif;
    border-left: 1px solid white;
    text-align: center;
    margin-top: 2px;
}

.menu-first-item {
    color: white;
    font-size: 12.5px;
    font-family: Helvetica, sans-serif;
    text-align: center;
    margin-top: 2px;
}