@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Medium.woff2") format("woff2"),
    url("../fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Medium.woff2") format("woff2"),
    url("../fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.e4m-font-sans {
  font-family: Source Sans Pro, sans-serif !important;
}
/* Header transition */
#header-content {
  transition: padding 0.3s ease;
}

/* Dropdown fade/slide animation */
.dropdown-menu {
  transition: all 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
  display: none;
  z-index: 50;
}
.dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

/* Arrow rotation */
.rotate-180 {
  transform: rotate(180deg);
}

/* Search box transition */
#search-box {
  transition: max-height 0.3s ease;
}

#articleContent p {
  margin-bottom: 0.5rem;
}
.quotation:before {
  content: "\f10d";
  position: relative;
  margin-right: 10px;
}
.quotation:after {
  content: "\f10e";
  position: absolute;
  margin-left: 15px;
  margin-top: 5px;
}
.quotation:before,
.quotation:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.popup-animate {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.4s ease;
}
.popup-show {
  transform: translateY(0);
  opacity: 1;
}
.title1:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e00;
  right: -6px;
  position: absolute;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  img.img_ad {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}
