html {
  scroll-behavior: smooth;
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0; /* background-color: #151515; */
}
.ij body {
  background: linear-gradient(to bottom, #010916 50%, #151515 50%);
}
.cm body {
  background: linear-gradient(to bottom, #010916 50%, #151515 50%);
}
.cj body {
  background: linear-gradient(to bottom, #0d0836 50%, #151515 50%);
}
.mnm body {
  background: linear-gradient(to bottom, #010916 50%, #151515 50%);
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 170px;
  background-color: #f8f9fa;
}
.navbar-background {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%; /* height: 100%; */
  min-height: 170px;
}
.ij .navbar-background {
  background-image: url("/mk/img/ij-advertise-navbar-bg-2026.jpg");
  background-color: #010916;
}
.cm .navbar-background {
  background-image: url("/mk/img/cm-advertise-navbar-bg-2026.jpg");
  background-color: #010916;
}
.cj .navbar-background {
  background-image: url("/mk/img/cj-advertise-navbar-bg-2026.png");
  background-color: #0d0836;
}
.mnm .navbar-background {
  background-image: url("/mk/img/mnm-advertise-navbar-bg-2026.png");
  background-color: #010916;
}
.header {
  min-height: 170px;
  padding: 0px;
}
.navbar {
  padding-left: 0;
  padding-right: 0;
  min-height: 170px;
  position: relative;
}
.navbar {
  background-color: transparent;
  color: #ffffff;
}
.navbar-brand {
  position: absolute;
  top: 20px;
  min-height: 170px;
}
.navbar-nav .dropdown-menu {
  background-color: #ffffff;
}
.content {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 170px;
}
.navbar-background-stripe {
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0;
}
.ij .navbar-background-stripe {
  /* background-image: url("/mk/img/ij-advertise-navbar-bg-stripe-2026.jpg"); */
  background-color: #077bff;
  height: 6px;
}
.cm .navbar-background-stripe {
  /* background-image: url("/mk/img/cm-advertise-navbar-bg-stripe-2026.jpg"); */
  background-color: #cab26c;
  height: 6px;
}
.cj .navbar-background-stripe {
  /* background-image: url("/mk/img/cj-advertise-navbar-bg-stripe-2026.jpg"); */
  background-color: #00adef;
  height: 6px;
}
.mnm .navbar-background-stripe {
  /* background-image: url("/mk/img/mnm-advertise-navbar-bg-stripe.png"); */
  /* background-color: #de3737; */
  background-color: #91cef4;

  height: 6px;
}
@media (max-width: 991px) {
  .navbar-background {
    background-position: left top;
  }
  .navbar > .container {
    justify-content: center;
    height: 100%;
  }
}
h1 {
  font-size: 28px;
  font-weight: 600; /* font-style: italic; */
}
.ij h1 {
  color: #292724;
}
.cm h1 {
  color: #292724;
}
.cj h1 {
  color: #292724;
}
.mnm h1 {
  color: #292724;
}
h2 {
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
h3 {
  font-size: 28px;
  font-weight: 800;
  color: #292724;
}
@media (max-width: 350px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-size: 21px;
  color: #292724;
  font-style: italic;
  font-weight: 700;
}
h4.subscribers {
  font-style: normal;
}
h5 {
  font-weight: 600;
  /* font-style: italic; */
}
h5.text-east {
  color: #044179;
  /* font-style: italic; */
}
h5.text-west {
  color: #801d33;
  /* font-style: italic; */
}
h5.text-midwest {
  color: #006294;
  /* font-style: italic; */
}
h5.text-southeast {
  color: #416d62;
  /* font-style: italic; */
}
h5.text-southcentral {
  color: #cd7643;
  /* font-style: italic; */
}
h5.stats {
  font-style: italic;
}
small {
  color: #9d9d9d;
  font-size: 12px;
}
@media (min-width: 768px) {
  small {
    font-size: 14px;
  }
}
.big-stat {
  font-weight: 900;
  font-size: 48px;
  font-style: normal;
  color: #292724;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .big-stat {
    font-size: 78px;
  }
}
@media (min-width: 1200px) {
  .big-stat {
    font-size: 160px;
    line-height: 1;
  }
}
.inline-stat {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 20px;
}
.lead-intro {
  font-size: 36px;
}
.cm .lead-intro {
  font-size: 40px;
}
.cm .lead-intro-stat {
  font-size: 32px;
}
.lead-enews {
  font-size: 22px;
}
.content {
  padding: 0 0 50px 0;
}
.content-advertise .lead {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #292724;
}
strong {
  font-weight: 700;
}
.content-advertise .lead strong {
  font-size: 22px;
  color: #292724;
}
.content-specs .card-highlight {
  border-top: none;
}
.content-specs .nav-tabs {
  flex-direction: column;
  background: #fff;
}
@media (min-width: 768px) {
  .content-specs .nav-tabs {
    background: none;
    flex-direction: row;
  }
}

.ij .check {
  color: #00a651;
}
.cm .check {
  color: #cab26c;
}
.cj .check {
  color: #00acec;
}
.mnm .check {
  color: #00a651;
}

.navbar-nav .nav-link,
.content-specs .nav-tabs .nav-link {
  color: #292724;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .content-specs .nav-tabs .nav-link {
    font-size: 16px;
    color: #292724;
  }
}
.content-specs .nav-tabs .nav-link:hover {
  text-decoration: underline;
}
.ij .nav-tabs .nav-link:hover {
  color: #077bff;
}
.cm .nav-tabs .nav-link:hover {
  color: #cab26c;
}
.cj .nav-tabs .nav-link:hover {
  color: #00adef;
}
.mnm .nav-tabs .nav-link:hover {
  color: #91cef4;
}
.content-specs .nav-tabs .nav-link.active {
  color: #292724;
  font-style: italic;
  box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.07),
    0 -1px 2px -1px rgba(0, 0, 0, 0.11);
  text-decoration: none;
}
.ij .content-specs .nav-tabs .nav-link.active {
  border-top: 2px solid #077bff;
}
.cm .content-specs .nav-tabs .nav-link.active {
  border-top: 2px solid #cab26c;
}
.cj .content-specs .nav-tabs .nav-link.active {
  border-top: 2px solid #00adef;
}
.mnm .content-specs .nav-tabs .nav-link.active {
  border-top: 2px solid #91cef4;
}
.content-specs h3 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 45px;
}
.content-specs ul:not(.nav) {
  font-size: 16px;
  padding-left: 20px;
  line-height: 1.6;
}
.content-terms .col,
.content-terms .col-md-6 {
  padding: 50px;
}
.content-terms h3 {
  font-weight: 700;
}
.content-terms h3:not(:first-child) {
  margin-top: 50px;
}
.content-terms p {
  font-size: 18px;
  line-height: 1.6;
}
.content-terms a {
  text-decoration: underline;
}
.header .navbar {
  padding: 0.75em 0;
}
@media (min-width: 768px) {
  .header .navbar {
    padding: 1em 0;
  }
}
@media (min-width: 992px) {
  .header .navbar .nav-link {
    padding-right: 0;
  }
}
.header .navbar .nav-link {
  font-size: 16px;
  padding: 0.5em 1em;
  color: #ffffff;
  font-weight: bold;
}
@media (min-width: 992px) {
  .header .navbar .nav-link {
    padding: 0.5em 0.75em;
    font-size: 16px;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .header .navbar .nav-link {
    font-size: 16px;
    color: #ffffff;
  }
}
.header .navbar-brand img {
  max-width: 250px;
}
.mnm .header .navbar-brand img {
  max-width: 380px;
}
.ij .header .navbar-brand img {
  border: 3px solid rgba(255, 0, 0);
}
.cm .header .navbar-brand img {
  border: #010916 3px solid;
}
.cj .header .navbar-brand img {
  border: #151515 3px solid; /* border: #00adef 2px solid; */
} /* .mnm .header .navbar-brand img { border: #000000 2px solid; } */
.footer {
  /* background: #2f2f2f; */
  background: #151515;
}
.footer .nav-link {
  color: #403d3a;
  font-size: 18px;
}
@media (min-width: 768px) {
  .footer .nav-link {
    padding: 2em 2em 1em;
  }
}

.copyright {
  /* background: #2f2f2f; */
  background: #151515;
  text-align: center;
  padding: 32px 4px;
  margin: 0;
  color: #929499;
  font-size: 21px;
}
.copyright a {
  color: #ffffff;
  text-decoration: underline;
}
.ij .divider {
  color: #077bff;
}
.cm .divider {
  color: #cab26c;
}
.cj .divider {
  color: #00adef;
}
.mnm .divider {
  color: #91cef4;
}
.copyright a:hover {
  color: #d9d7d3;
}
.card,
.card-highlight {
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.11),
    0 1px 4px -1px rgba(0, 0, 0, 0.15);
}
.ij .card-highlight {
  border-top: 3px solid #077bff;
}
.cm .card-highlight {
  border-top: 3px solid #cab26c;
}
.cm-intro-card {
  /* background-color: #f9f7ef; */
  background-color: #ffffff; /* border: 1px solid #cab26c; */
  border-top: 0px solid #cab26c;
  border-left: 5px solid #cab26c;
  border-radius: 0;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.11),
    0 1px 4px -1px rgba(0, 0, 0, 0.15);
}
.cj .card-highlight {
  border-top: 3px solid #00adef;
}
.mnm .card-highlight {
  border-top: 3px solid #292724;
}
#footer-lead-form .card-highlight {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}
.card-highlight .card-body {
  padding: 2em 1em;
}
@media (min-width: 768px) {
  .card-highlight .card-body {
    padding: 3em;
  }
}
.card-highlight .card-title {
  font-weight: 900;
  position: relative;
  font-size: 32px;
}
.card-highlight .card-title.with-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-highlight .card-title.with-arrows:after,
.card-highlight .card-title.with-arrows:before {
  content: "";
  margin: 0 20px;
  width: 12px;
  height: 20px;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.card-highlight .card-title.with-arrows:before {
  border-right-width: 0;
  border-left-width: 12px;
}
.ij .card-highlight .card-title.with-arrows:before {
  border-left-color: #077bff;
}
.cm .card-highlight .card-title.with-arrows:before {
  border-left-color: #cab26c;
}
.cj .card-highlight .card-title.with-arrows:before {
  border-left-color: #00adef;
}
.mnm .card-highlight .card-title.with-arrows:before {
  border-left-color: #de3737;
}
.card-highlight .card-title.with-arrows:after {
  border-right-width: 12px;
  border-left-width: 0;
}
.ij .card-highlight .card-title.with-arrows:after {
  border-right-color: #077bff;
}
.cm .card-highlight .card-title.with-arrows:after {
  border-right-color: #cab26c;
}
.cj .card-highlight .card-title.with-arrows:after {
  border-right-color: #00adef;
}
.mnm .card-highlight .card-title.with-arrows:after {
  border-right-color: #de3737;
}
.custom-select,
.form-control {
  border-radius: 2px;
  border-color: #c1beba;
}
.ij .btn-primary {
  background: #077bff;
  border-color: #2355ad;
}
.ij .btn-primary:hover {
  background: #238aff;
  border-color: #2355ad;
}
.cm .bg-primary {
  background: #1f2a44 !important;
}
.cm .btn-primary {
  background: #1f2a44;
  border-color: #000000;
}
.cm .btn-primary:hover {
  background: #0f1421;
  border-color: #000000;
}
.cj .bg-primary {
  background: #180f62 !important;
}

.mnm .bg-primary {
  background: #003976 !important;
}

.cj .btn-primary,
.cj .btn-primary:hover {
  background: #180f62;
  border-color: #180f62;
}
.mnm .btn-primary {
  background: #de3737;
  border-color: #af231c;
}
.mnm .btn-primary:hover {
  background: #af231c;
  border-color: #af231c;
}
.btn-plain {
  background: #fff;
  color: #292724;
  border-color: #dbdce1;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}
.ij .btn-plain:hover {
  background: #ffffff;
  color: #077bff;
}
.cm .btn-plain:hover {
  background: #ffffff;
  color: #cab26c;
}
.cj .btn-plain:hover {
  background: #ffffff;
  color: #00adef;
}
.mnm .btn-plain:hover {
  background: #fff;
  color: #077bff;
}
ul:not(.nav):not(.navbar-nav) {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 8px;
}
ul:not(.nav):not(.navbar-nav) li {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}
ul:not(.nav):not(.navbar-nav) li:before {
  content: "";
  position: absolute;
  top: 0.75em;
  transform: translateY(-50%);
  left: 0;
  height: 5px;
  width: 5px;
  margin: auto;
}
.ij ul:not(.nav):not(.navbar-nav) li:before {
  background: #077bff;
}
.cm ul:not(.nav):not(.navbar-nav) li:before {
  background: #cab26c;
}
.cj ul:not(.nav):not(.navbar-nav) li:before {
  background: #00adef;
}
.mnm ul:not(.nav):not(.navbar-nav) li:before {
  background: #91cef4;
}
.alert-top-banner {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #fff;
  color: #151515;
}
.alert-info,
.alert-plain {
  background: #fff;
  border: 1px solid #e9e7e4;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.07),
    0 1px 2px -1px rgba(0, 0, 0, 0.11);
  border-radius: 0;
  color: #403d3a;
}
.alert-info {
  border-left: 2px solid #4a80d6;
}
.alert-with-icon {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alert-with-icon {
    padding-left: 12px;
    flex-direction: row;
  }
}
.alert-with-icon .alert-icon {
  font-size: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 12px;
}
.alert-with-icon .alert-content {
  flex-grow: 1;
}
.table-mediakit {
  background: #fff;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.07),
    0 1px 2px -1px rgba(0, 0, 0, 0.11);
  text-align: center;
}
.table-mediakit tr:first-child td,
.table-mediakit tr:first-child th {
  border-top: 1px solid #000000;
}
.table-mediakit td,
.table-mediakit th {
  border-top: 1px solid #d1edfc;
}
.table-mediakit thead {
  text-align: center;
  color: #fff;
}
.ij .table-mediakit thead {
  background: #151515;
}
.cm .table-mediakit thead {
  background: #1f2a44;
}
.cj .table-mediakit thead {
  background: #180f62;
}
.mnm .table-mediakit thead {
  background: #151515;
}
.table-mediakit thead th {
  border-bottom: 0;
}
.table-mediakit tr:nth-of-type(even) {
  background-color: #f4fafe;
}
.table-rt tr:nth-of-type(even) {
  background-color: #ffffff;
}
.upsell {
  padding: 24px;
  background: #2f2f2f;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid #151515;
  margin-top: 48px;
}
.upsell h4 {
  color: #fff;
  font-weight: 900;
}
.upsell p {
  color: #fff;
}
.upsell > :last-child {
  margin-bottom: 0;
}
.ij .text-primary {
  color: #151515 !important;
  font-style: italic !important;
  font-weight: 900 !important;
}
.cm .text-primary {
  color: #cab26c !important;
  font-style: italic !important;
  font-weight: 900 !important;
}
.cj .text-primary {
  color: #00adef !important; /* color: #292724 !important; */
  font-style: italic !important;
  font-weight: 900 !important;
}
.cj h2.text-primary {
  /* color: #00adef !important; */
  color: #292724 !important;
  font-style: italic !important;
  font-weight: 900 !important;
}
.mnm .text-primary {
  color: #91cef4 !important;
  /* color: #de3737 !important; */
  font-style: italic !important;
  font-weight: 900 !important;
}

.mnm h2.text-primary {
  /* color: #00adef !important; */
  color: #292724 !important;
}

.mnm h4.text-primary {
  /* color: #00adef !important; */
  color: #292724 !important;
}

.text-muted {
  color: #9d9d9d !important;
}
.text-secondary {
  color: #4a80d6 !important;
}
.bg-primary {
  /* background: #077bff !important; background: #af231c !important; */
  background: #061c43 !important; /* background: #af231c !important; */
}
.bg-gray-1 {
  background: #f0f0f0 !important;
}
.bg-light-blue-1 {
  background: #f0f9ff !important;
}
.content-calendar .table {
  background: #fff;
  border-bottom: 1px solid #e9e7e4;
}
.content-calendar .table td {
  vertical-align: middle;
}
.content-calendar .table td.issue-number {
  font-weight: 900;
  font-size: 22px;
  color: #151515;
  padding: 10px; /* font-style: italic; */
  width: 80px;
} /* .content-calendar .table td.issue-number:before{ content:"#"; font-size:16px; display:inline; vertical-align:top; font-weight:400; color:#af231c; } */
.content-calendar .table td.issue-dates {
  color: #88110a;
  line-height: 1.6;
}
.content-calendar .table td.issue-dates .issue-date-value {
  color: #403d3a;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 14px;
}
.content-calendar .table td.issue-dates br {
  display: none;
}
.content-calendar .table ul {
  margin: 0;
}
.content-calendar .table td {
  padding: 1.5em;
}
.content-calendar .table td,
.content-calendar .table th {
  border-top: 1px solid #d1edfc;
}
.content-calendar .table-striped tbody tr:nth-of-type(odd) {
  background: #ffffff;
}
.content-calendar .table-striped tbody tr:nth-of-type(even) {
  background: #f4fafe;
}
.content-specs a {
  color: #4a80d6;
  text-decoration: underline;
}
.content-terms a {
  color: #4a80d6;
}
.content-thank-you a {
  color: #4a80d6;
  text-decoration: underline;
}
.webinar {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  width: 180px;
}
.newsletter-card-links .card.card-clickable {
  box-shadow: 0 0 0 1px #d9d7d3;
  transition: box-shadow 0.15s ease;
}
.newsletter-card-links .card.card-clickable:hover {
  box-shadow: 0 0 0 2px #077bff;
}
.top-100-font-large {
  font-size: 3.75rem;
} /* Custom Column Widths to Get all the Stats to Look Nice */
@media (min-width: 992px) {
  .col-lg-2-25 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col-lg-2-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-lg-2-75 {
    flex: 0 0 22.91667%;
    max-width: 22.91667%;
  }
  .col-lg-3-5 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-lg-4-5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
.custom-list {
  list-style-type: none;
  padding-left: 0;
}
.square-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 2px 8px;
  vertical-align: middle;
}
.ij .square-bullet {
  background-color: #077bff;
}
.cj .square-bullet {
  background-color: #00adef;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 28px;
  display: none;
  background-color: #bbb;
  color: white;
  padding: 0px 16px 0px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 32px;
  transition: opacity 0.3s;
  opacity: 0.7;
  z-index: 1001;
}
.back-to-top:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}
.header .navbar .nav-link {
  font-size: 16px;
  padding: 0.5em 1em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.header .navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.ij .header .navbar .nav-link:hover::after {
  background-color: #077bff;
}
.ij .header .navbar .nav-link.active::after {
  background-color: rgb(7, 123, 255);
  -webkit-box-shadow: 0px 0px 12px 2px rgba(7, 123, 255, 0.8);
  -moz-box-shadow: 0px 0px 12px 2px rgba(7, 123, 255, 0.8);
  box-shadow: 0px 0px 12px 2px rgba(7, 123, 255, 0.8);
}
.cm .header .navbar .nav-link:hover::after {
  background-color: #a58d4e;
}
.cm .header .navbar .nav-link.active::after {
  background-color: rgb(202, 178, 108);
  -webkit-box-shadow: 0px 0px 12px 2px rgba(202, 178, 108, 0.6);
  -moz-box-shadow: 0px 0px 12px 2px rgba(202, 178, 108, 0.6);
  box-shadow: 0px 0px 12px 2px rgba(202, 178, 108, 0.6);
}
.cj .header .navbar .nav-link:hover::after {
  background-color: #00adef;
}
.cj .header .navbar .nav-link.active::after {
  background-color: #00adef;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 173, 239, 0.8);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 173, 239, 0.8);
  box-shadow: 0px 0px 12px 2px rgba(0, 173, 239, 0.8);
}
.mnm .header .navbar .nav-link:hover::after {
  background-color: #de3737;
  /* background-color: #de3737; */
}
.mnm .header .navbar .nav-link.active::after {
  background-color: rgb(222, 55, 55);
  -webkit-box-shadow: 0px 0px 12px 2px rgba(222, 55, 55, 0.8);
  -moz-box-shadow: 0px 0px 12px 2px rgba(222, 55, 55, 0.8);
  box-shadow: 0px 0px 12px 2px rgba(222, 55, 55, 0.8);
  /* background-color: #de3737;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(222, 55, 55, 0.8);
  -moz-box-shadow: 0px 0px 12px 2px rgba(222, 55, 55, 0.8);
  box-shadow: 0px 0px 12px 2px rgba(222, 55, 55, 0.8); */
} /* Override any other styles that might change the link color */
.ij .header .navbar .nav-link,
.cm .header .navbar .nav-link,
.cj .header .navbar .nav-link,
.mnm .header .navbar .nav-link,
.header .navbar .nav-link:hover,
.header .navbar .nav-link.active,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff !important;
} /* Remove any existing hover effects */
.ij .header .navbar .nav-link:hover,
.cm .header .navbar .nav-link:hover,
.cj .header .navbar .nav-link:hover,
.mnm .header .navbar .nav-link:hover {
  color: #ffffff;
} /* Remove any existing active effects */
.ij .header .navbar .nav-link.active,
.cm .header .navbar .nav-link.active,
.cj .header .navbar .nav-link.active,
.mnm .header .navbar .nav-link.active,
.nav-link.active:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .header .navbar .nav-link {
    padding: 0.5em 0.75em;
  }
}
@media (min-width: 1200px) {
  .header .navbar .nav-link {
    font-size: 18px;
  }
}
.smooth-scroll-link {
  color: #777; /* text-decoration: underline; */
}
.sticky-header thead {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.sticky-header th {
  background-color: #151515;
  border-color: #000000;
}
.letter-circle {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 0;
  border-radius: 30px;
  color: #fff;
  background-position: center;
  background-size: contain;
}
.ij .letter-circle {
  background-image: url("/mk/img/ij-advertise-letter-bubble-2026.png");
}
.cm .letter-circle {
  background-image: url("/mk/img/cm-advertise-letter-bubble-2026.png");
}
.cj .letter-circle {
  background-image: url("/mk/img/cj-advertise-letter-bubble-2026.png");
}
.mnm .letter-circle {
  background-image: url("/mk/img/mnm-advertise-letter-bubble-2026.png");
}
.list-header {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}
.fine-print {
  font-size: 10px;
}
.bg-dark {
  background-color: #151515 !important;
}
.card-silver .card-body {
  position: relative;
  padding-top: 30px;
}
.card-silver .card-body :before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  display: block;
  background: linear-gradient(-45deg, #dedede 25%, #d7edff 50%, #c2c2c2 75%);
}
.card-gold .card-body {
  position: relative;
  padding-top: 30px;
}
.card-gold .card-body :before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  display: block;
  background: linear-gradient(-45deg, #ffeaaa 25%, #fad35d 50%, #ffeaaa 75%);
}
.card-platinum .card-body {
  position: relative;
  padding-top: 30px;
}
.card-platinum .card-body :before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  display: block;
  background: linear-gradient(-45deg, #888 25%, #a8a8a8 50%, #888 75%);
}
.bg-toned-8 {
  background: #122035 !important;
} /* New Nav on Small Screens System */
.mobile-nav {
  background-color: #ffffff;
  padding: 15px 0; /* margin-bottom: 20px; */
}
.mobile-nav .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px; /* Space between buttons */
}
.mobile-nav a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 5px; /* transition: all 0.3s ease; */
  display: inline-block;
  text-align: center;
  min-width: 80px;
}
.ij .mobile-nav a {
  color: #ffffff;
  background-color: #238aff;
  border: 1px solid #2355ad;
}
.cm .mobile-nav a {
  color: #ffffff;
  background-color: #cab26c;
  border: 1px solid #9c884c;
}
.cj .mobile-nav a {
  color: #ffffff;
  background-color: #180f62;
  border: 1px solid #000000;
}
.mnm .mobile-nav a {
  color: #ffffff;
  background-color: #238aff;
  border: 1px solid #2355ad;
} /* .ij .mobile-nav a:hover { color: #ffffff; background-color: #af231c; border-color: #af231c; } .cm .mobile-nav a:hover { color: #ffffff; background-color: #cab26c; border-color: #cab26c; } .cj .mobile-nav a:hover { color: #ffffff; background-color: #00adef; border-color: #00adef; } .mnm .mobile-nav a:hover { color: #ffffff; background-color: #de3737; border-color: #de3737; } */ /* Hide the original navigation on small screens */
@media (max-width: 991.98px) {
  .navbar-nav {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  .fixed-header {
    position: relative;
    height: auto;
  }
  .content {
    margin-top: 0;
  }
  .navbar-background {
    min-height: auto;
  }
  .header {
    min-height: auto;
  }
  .navbar {
    min-height: auto;
    padding: 15px 0;
  }
  .navbar-brand {
    position: static;
    display: block;
    margin: 0 auto;
  }
} /* Show the original navigation on large screens */
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-background {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
  }
  .header {
    width: 100%;
  }
  .navbar {
    min-height: auto;
    padding: 15px 0;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
  }
  .navbar-brand {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar-brand img {
    max-height: 130px;
    width: auto;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    font-weight: 600;
  }
}
.ij .landing-message {
  font-size: 68px;
  line-height: 1.2;
}
.cm .landing-message {
  font-size: 46px;
  line-height: 1.2;
}
.cj .landing-message {
  font-size: 60px;
  line-height: 1.2;
}
.mnm .landing-message {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .ij .landing-message {
    font-size: 56px;
  }
  .cm .landing-message {
    font-size: 38px;
  }
  .cj .landing-message {
    font-size: 48px;
  }
  .mnm .landing-message {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .ij .landing-message {
    font-size: 48px;
  }
  .cm .landing-message {
    font-size: 34px;
  }
  .cj .landing-message {
    font-size: 48px;
  }
  .mnm .landing-message {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .ij .landing-message {
    font-size: 36px;
  }
  .cm .landing-message {
    font-size: 28px;
  }
  .cj .landing-message {
    font-size: 36px;
  }
  .mnm .landing-message {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 32px;
    font-weight: 600;
  }
  .mnm .header .navbar-brand img {
    max-width: 280px;
  }
  .mobile-nav a {
    font-size: 12px;
    padding: 10px 8px;
    border-radius: 5px;
    min-width: 40px;
  }
  .mnm .mobile-nav a {
    font-size: 10px;
    padding: 6px 6px;
    border-radius: 5px;
    min-width: 40px;
  }
  .ij .landing-message {
    font-size: 36px;
  }
  .cm .landing-message {
    font-size: 24px;
  }
  .cj .landing-message {
    font-size: 28px;
  }
  .mnm .landing-message {
    font-size: 22px;
  }
  .content-advertise .lead {
    font-size: 18px;
    text-align: left;
  }
  .card-highlight .card-title {
    font-size: 24px;
  }
  .lead-intro {
    font-size: 16px;
    padding: 10px;
  }
  .square-bullet {
    display: none;
  } /* make it so all overflow image or text is hidden */
  .content {
    overflow: hidden;
  } /* when table overflows, let's make just the table scrollable */
  .content-specs table {
    overflow-x: auto;
  }
  h2 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  .lead-enews {
    font-size: 18px;
  }
  .text-center {
    text-align: center !important;
  }

  .ij .footer .nav-link:hover {
    color: #077bff;
  }
  .cm .footer .nav-link:hover {
    color: #cab26c;
  }
  .cj .footer .nav-link:hover {
    color: #00adef;
  }
  .mnm .footer .nav-link:hover {
    color: #007bff;
  }
}
