@font-face {
  font-display: swap;
  font-family: MillerText-Bold;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/MillerTextBold.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/InterRegular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: MillerText-Roman;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/MillerTextRoman.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: MillerBanner-SemiBold;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/MillerBannerSemibold.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: MillerText-RomanSC;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/MillerTextRomanSC.otf) format("opentype");
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

p,
a,
li {
  font-size: 16px;
}

body h1 {
  font-size: 28px;
  font-family: "MillerBanner-SemiBold";
}
body h3 {
  font-size: 24px;
  font-family: "MillerText-Bold";
}
body h6.label {
  font-weight: 600;
  font-size: 14px;
}

a {
  text-decoration: none;
}

@media (min-width: 1024px) {
  body h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  p, a, li {
    font-size: 18px;
  }
  body h1 {
    font-size: 44px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Inter-Regular";
}

.page-container {
  background: #f9f9f9;
}

.container {
  width: 95% !important;
  max-width: 1440px !important;
}

.sp-50 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.spt-50 {
  padding-top: 30px;
}

.spb-50 {
  padding-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.w-100 {
  width: 100%;
}

.btn {
  border-radius: 0;
  font-family: "Inter-Regular";
}

.sec-top-border {
  border-top: 1px solid hsla(0, 0%, 80%, 0.804);
}

.sec-bottom-border {
  border-bottom: 1px solid hsla(0, 0%, 80%, 0.804);
}

.btn-red {
  background: #a81815;
  color: #fff;
  border: 1px solid #a81815;
}

.btn-red:hover, .btn-red:focus {
  background: #a81815;
  color: #fff;
}

@media (max-width: 767px) {
  .xs-mb-20 {
    margin-bottom: 20px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-mb-0 {
    margin-bottom: 0px;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90% !important;
    max-width: 1440px !important;
  }
  span.db {
    display: block;
  }
  .sp-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .spt-50 {
    padding-top: 50px;
  }
  .spb-50 {
    padding-bottom: 50px;
  }
  .max-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
}
.header-newsletter-bar {
  background: #a81815;
  padding: 0.625rem;
  text-align: center;
}
.header-newsletter-bar a {
  color: #fff;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header-newsletter-bar a {
    font-size: 16px;
  }
}
.header {
  background: #f9f9f9;
  padding-top: 1rem;
}

.header .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: "Inter-Regular";
  font-size: 16px;
}
.header button.navbar-toggler:hover {
  background: transparent;
}
.header .dropdown-menu {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 10px 0px 16px;
}
.header .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 14px;
  font-family: "Inter-Regular";
  font-weight: normal;
  white-space: unset;
}
.header .dropdown-menu .dropdown-item:focus, .header .dropdown-menu .dropdown-item:hover {
  background: #fff;
}

@media (max-width: 1199px) {
  .header .header-inner {
    display: flex;
    flex-direction: row-reverse;
  }
  .header .header-inner .nav-head {
    width: 100%;
  }
  .header .header-inner .header-logo {
    flex-shrink: 0;
    width: 150px;
  }
  .header .navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .header .navbar-collapse {
    position: absolute;
    background: #fffdf6;
    width: 100%;
    top: 61px;
    padding: 10px 10px 10px 30px;
    border-bottom: 5px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    z-index: 99;
  }
}
@media (min-width: 1200px) {
  .header .header-logo img {
    max-width: 340px;
  }
  .header .navbar.nav-head {
    border-bottom: 1px solid hsla(0, 0%, 80%, 0.804);
    padding: 0;
  }
  .header .navbar-nav {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }
  .header .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    padding: 16px 0px;
  }
  .header .navbar-nav .nav-item .nav-link:hover {
    color: #a81815;
  }
  .header .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .header .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
  .header .dropdown-toggle::after {
    margin-left: 0px;
    top: 2px;
    left: 5px;
    position: relative;
  }
  .header .dropdown-menu {
    padding: 0px 5px 0px;
    border: 1px solid #ddd;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .header .dropdown-menu .dropdown-item {
    font-size: 16px;
    white-space: nowrap;
    padding: 10px 10px;
  }
  .header .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .header .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .header .dropdown-menu li {
    position: relative;
  }
  .header .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
  }
  .header .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .header .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .header .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.page-footer {
  background-color: #f9f9f9;
  border-top: 1px solid hsla(0, 0%, 80%, 0.804);
  padding: 30px 0px;
}
.page-footer .footer-logo img {
  width: 215px;
}
.page-footer .social-icons-container a {
  margin-right: 10px;
}
.page-footer .social-icons-container a:nth-last-of-type(1) {
  margin-right: 0;
}
.page-footer .footer-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-footer .footer-navigation a {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .page-footer .copyright-txt {
    font-size: 14px;
  }
  .page-footer .footer-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .page-footer .footer-navigation a {
    margin-left: 16px;
    margin-bottom: 0;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .page-footer .copyright-txt {
    font-size: 16px;
  }
  .page-footer .footer-navigation a {
    margin-left: 24px;
    font-size: 16px;
  }
}
.search-box-section h1 {
  font-family: "MillerBanner-SemiBold";
  font-size: 26px;
}
.search-box-section .search-container {
  margin-top: 30px;
}
.search-box-section .search-container input {
  border: 1px solid #e5e9f2;
  font-style: normal;
  height: 50px;
  padding: 0 0 0 10px;
  width: 75%;
}
.search-box-section .search-container .btn {
  background: #a81815;
  border: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.search-box-section .search-container .btn .fa {
  color: #fff;
}
.search-box-section .search-container .form-control:focus {
  box-shadow: 0 0 0 0.05rem rgba(13, 110, 253, 0.15);
}

@media (min-width: 992px) {
  .search-box-section h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .search-box-section h1 {
    font-size: 50px;
  }
}
.rankings-promo-collection {
  text-align: center;
}
.rankings-promo-collection .promo-description p {
  font-family: "MillerText-Roman";
}

@media (min-width: 768px) {
  .rankings-promo-collection .promo-description p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-featured-sec .row.featured-advisers .featured-image-wrapper img {
  object-fit: cover;
}
.home-featured-sec .home-featured-box {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.home-featured-sec .home-featured-box .featured-image-wrapper {
  position: relative;
}
.home-featured-sec .home-featured-box .featured-image-wrapper img {
  width: 100%;
  height: 205px;
}
.home-featured-sec .home-featured-box .featured-image-wrapper .rank {
  background-color: #c9a662;
  font-family: "Inter-Regular";
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 5px;
  font-weight: 600;
  color: #000;
}
.home-featured-sec .home-featured-box a .description-wrapper p {
  font-family: "MillerText-Roman";
  color: #000;
  margin-bottom: 8px;
}
.home-featured-sec .home-featured-box .description-wrapper {
  padding: 0px 10px 10px;
}
.home-featured-sec .home-featured-box .description-wrapper .article-extended-ranking p {
  position: relative;
  padding-left: 40px;
}
.home-featured-sec .home-featured-box .description-wrapper .article-extended-ranking p:before {
  content: url(../../images/badge.png);
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .home-featured-sec .home-featured-inner {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: flex-start;
  }
  .home-featured-sec .home-featured-box {
    margin-bottom: 0;
  }
  .home-featured-sec .home-featured-box .featured-image-wrapper img {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .home-featured-sec .home-featured-box .description-wrapper {
    min-height: 250px;
  }
  .home-featured-sec .home-featured-box .featured-image-wrapper img {
    height: 205px;
  }
}
.editors-letter-sec h2 {
  font-size: 28px;
  font-family: "MillerText-Bold";
}
.editors-letter-sec p {
  font-family: "MillerText-Roman";
}

@media (min-width: 768px) {
  .recent-articles-sec .recent-article-item {
    margin-bottom: 50px;
  }
}
.research-guidelines-section .rgs-left-col.sticky-top {
  top: 30px;
}
.research-guidelines-section .rgs-left-col .list-group {
  border-radius: 0;
}
.research-guidelines-section .rgs-left-col .list-group .list-group-item {
  background-color: transparent;
}
.research-guidelines-section .rgs-left-col .list-group .list-group-item.active {
  background: #a81815;
  border-color: #a81815;
}
.research-guidelines-section .rgs-rht-col h4 {
  font-family: "MillerText-Bold";
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.research-guidelines-section .rgs-rht-col .table > :not(caption) > * > * {
  background-color: transparent;
  box-shadow: none;
  font-size: 14px;
}
.research-guidelines-section .rgs-rht-col .table > :not(thead) > * > * {
  font-weight: 400;
}

@media (max-width: 767px) {
  .research-guidelines-section .rgs-left-col.sticky-top {
    top: 0px;
    position: sticky;
    left: 0;
    right: 0;
  }
  .research-guidelines-section .rgs-left-col .list-group {
    border-radius: 0;
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .research-guidelines-section .rgs-left-col .list-group .list-group-item {
    white-space: nowrap;
    background-color: #fff;
  }
}
.order-copy-section .order-copy-desc p {
  font-family: "MillerText-Roman";
  font-size: 22px;
  margin-bottom: 8px;
}
.order-copy-section .order-copy-desc .btn {
  font-weight: 600;
  font-size: 20px;
}

/*# sourceMappingURL=main.css.map */
