@font-face {
  font-family: "Source Sans Pro";
  src: url(../resource/fonts/source-sans-pro/SourceSansPro-Regular.ttf),
    url(../resource/fonts/source-sans-pro/SourceSansPro-Semibold.ttf);
}

@font-face {
  font-family: "Aspekta";
  src: url(../resource/fonts/Aspekta/Aspekta-700.woff2),
    url(../resource/fonts/Aspekta/Aspekta-400.woff2);
}

@font-face {
  font-family: "Marcellus";
  src: url(../resource/fonts/Marcellus/Marcellus-Regular.ttf);
}

@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../resource/fonts/Roboto/Roboto-Medium.ttf);
}

:root {
  --primary-red: #ed1c24;
  --dark-red: #5f0b0e;
  --white: #ffffff;
  --black: #000000;
  --black-one: #333;
  --black-two: #111;
  --grey-one: #6b7b84;
  --grey-two: #909090;
  --grey-three: #d5d5d5;
  --grey-four: #f2f2f2;
  --grey-five: #f5f0f0;
  --grey-six: #6e6b6b;
  --aspekta: "Aspekta";
  --roboto: "Roboto", sans-serif;
  --marcellus: "Marcellus";
  --source-sans-pro: "Source Sans Pro";
}

html {
  overflow-x: hidden;
}

.rm-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--grey-three);
}

.footer-social {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.footer-social li:not(:last-child) {
  margin-right: 25px;
}

.footer-social li a img {
  opacity: 50%;
  width: 32px;
  height: auto;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.footer-menu li:not(:last-child) {
  margin-right: 15px;
}

.footer-menu li a {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
}

.footer-magazine-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: var(--black);
}

.outlookfooterlogomobile {
  display: none;
}

.footer-magazine-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.footer-magazine-list li {
  margin: 10px 10px;
}

.footer-magazine-list li a img {
  height: auto;
}

.footer-menu-small {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: 30px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.footer-menu-small li:not(:last-child) {
  margin-right: 45px;
}

.footer-menu-small li a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.copyright-text {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  color: var(--black);
  opacity: 50%;
  font-weight: bold;
}

.rm-header {
  box-shadow: 0px 2px 4px 0px rgba(17, 17, 17, 0.2);
}

.flex-d-col {
  flex-direction: column;
}

.header_nav {
  line-height: 0;
  border-bottom: 0.3px solid #e5e5e5;
}

.item-center-place {
  place-items: center;
  margin: 0 auto;
  margin: 15px 0px;
}

.col-gap {
  column-gap: 1rem;
}

.subscribe_btn_border {
  border-radius: 3px;
  border: 2px solid #ed1c24;
}

.cursor-pointer {
  cursor: pointer;
}

.menu_bar {
  display: block;
  padding: 5px 10px;
}

.close_bar {
  display: none;
}

.menu_side_list {
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 0.3rem;
}

.sidepanel_list {
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  margin-right: auto;
  list-style-type: none;
  margin-bottom: 3rem;
  padding-bottom: 10rem;
  padding-left: 0;
  text-transform: uppercase;
}

.display-none {
  display: none;
}

/* .rm-header .rm-menu {
	width: 100%;
} */

/* .rm-header .rm-menu .nav-item .nav-link {
	margin: 5px 10px;
	padding: 0px;
}

.rm-header .rm-menu .nav-item .nav-link {
	font-weight: 600;
	color: var(--black);
}

.rm-menu .navbar-nav .nav-item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rm-menu .navbar-nav .nav-item .rm-submenu-dd {
	width: 100%;
	border: none;
	border-radius: 0px;
}

.rm-menu .navbar-nav .nav-item:not(:last-child) {
	margin-right: 20px;
} */

/* RAJENDRA MAURYA NAVBAR */

.rm-menu .rm-menu-list-block {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.rm-menu .rm-menu-list-block .rm-menu-li {
  padding: 8px;
}

.rm-menu .rm-menu-list-block .rm-menu-li:hover {
  background-color: var(--black);
}

.rm-menu .rm-menu-list-block .rm-menu-li .rm-category {
  font-weight: 600;
  text-align: center;
  line-height: normal;
  color: var(--black);
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.rm-menu .rm-submenu {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  z-index: 10000;
  /* align-items: center; */
  /* justify-content: center; */
}

.rm-menu .rm-menu-li {
  position: relative;
}

.rm-menu .rm-menu-li:hover .rm-submenu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: var(--black);
  left: 0;
}

.rm-menu .rm-submenu .rm-submenu-li .rm-nested-submenu .rm-dd {
  font-weight: 600;
  text-align: center;
  line-height: normal;
  color: var(--white);
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.rm-menu .rm-submenu .rm-submenu-li .rm-dd {
  font-weight: 600;
  text-align: center;
  line-height: normal;
  color: var(--white);
  padding-bottom: 0px;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
  padding: 0 1rem;
  white-space: nowrap;
}

.rm-menu .rm-submenu .rm-submenu-li .rm-nested-submenu ul {
  width: 100%;
  display: none;
  list-style: none;
  padding-left: 0px;
  z-index: 10000;
  background-color: #000000;
  top: 0;
  left: 99%;
  right: 0;
  flex-direction: column;
  padding: 7px 5px;
}

.rm-menu-list-block:last-child li:last-child .rm-submenu .rm-submenu-li .rm-nested-submenu ul {
  left: -99%;
}

.rm-menu .rm-submenu .rm-submenu-li .rm-nested-submenu ul li a {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  color: var(--white);
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

/* RAJENDRA MAURYA NAVBAR END */

.sign-sub-search {
  display: flex;
  align-items: center;
}

.sign-sub-search .subscribe {
  margin: 0px 15px;
}

.navbar-brand {
  margin: 0px;
}

.sign-sub-search .sign-in a {
  font-size: 12px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
}

.hero-section {
  margin-top: 10px;
}

/* ARTICLE */

.articles .article-img-box {
  /* margin-top: 16px; */
  position: relative;
}

/* .articles .article-img-box.custom {
  height: 163px;
} */

.articles .article-img-box.custom1 {
  height: 101px !important;
}

/* .articles .article-img-box .hero-video-img {
  height: 135px;
} */

/* .articles .article-img-box:hover {
  opacity: 0.2;
  background-color: var(--white);
} */

.articles .article-img-box .article-img {
  width: 100%;
}

.articles .article-img-box.custom .article-img {
  /* height: 100%;category rm-mt-section rm-container home-containers */
  object-fit: cover;
}

.articles .article-img-box.custom1 .article-img {
  /* height: 100%; */
  object-fit: cover;
}

.articles .article-img-box .article-img1 {
  width: 100%;
}

.articles .article-img-box .card-article-img {
  width: 100%;
  height: 207px;
  object-fit: cover;
}

/* .articles .article-img-box .article-img:hover {
  width: 100%;
  filter: grayscale(50%);
} */

.articles .article-img-box .photo-icon {
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../resource/images/icons/image-icon.png);
}

.articles .article-img-box .video-icon {
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../resource/images/icons/video-play-icon.png);
}

.articles .slug {
  line-height: 1;
}

.articles .slug a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.48px;
  color: var(--primary-red);
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.articles .slug a:hover {
  color: var(--dark-red);
}

.articles .article-hero-heading {
  margin-top: 16px;
}

.articles .article-hero-heading a:hover {
  color: var(--primary-red);
}

.articles .article-hero-heading a {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  font-style: normal;
  text-align: center;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.articles .article-heading-one {
  margin-top: 6px;
}

.opnion-author .article-heading-one {
  column-gap: 1rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.opnion-author .article-heading-one a img {
  border-radius: 3px;
}

.articles .article-heading-one a {
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.artical_box {
  column-gap: 2rem;
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.artical_box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.artical_box {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.artical_img {
  border-right: 1px solid #d5d5d5;
  padding-right: 1rem;
}

.outlook-lens-box {
  width: 130px;
  background-color: red;
  text-align: center;
  margin-bottom: 0.5rem;
}

.outlook-lens-box span {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

.heading-badge {
  width: 80px;
  background-color: red;
  text-align: center;
  margin-bottom: 0.5rem;
}

.heading-badge span {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

.font-medium {
  font-weight: 500;
}

.margin-b-2 {
  margin-bottom: 2rem;
}

.text-start {
  text-align: start;
}

.font-size-1 {
  font-size: 1rem;
}

.long_read_desc {
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #506068;
  margin-top: 7px;
}

.opnion-box {
  text-align: start;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.opnion-box .heading {
  text-transform: uppercase;
  color: #a38a00;
  font-weight: 500;
}

.opnion-box .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  /* margin-left: 0.75rem; */
  margin-bottom: 0.25rem;
  background-color: #a38a00;
}

.artical_heading_one {
  text-align: start;
  display: flex;
  border-bottom: 2px solid #000000;
}

.popular .article-heading-one a {
  font-size: 15px;
  line-height: normal;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.articles .article-heading-one a:hover {
  color: var(--primary-red);
}

.opnion-box span {
  text-transform: uppercase;
  color: #a38a00;
  font-weight: 500;
}

.author-text {
  text-align: start;
  font-size: 12px;
}

.text-end {
  text-align: end;
}

.height-96 {
  height: 96%;
}

.popular-box {
  padding: 0px 5px;
  width: max-content;
  text-align: center;
  margin-bottom: 0.75rem;
  background-color: red;
}

.popular-heading {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

.latest-slider {
  /* width: 90%; */
  height: 450px;
  margin-right: auto;
  /* position: relative; */
  overflow: hidden;
}

.slider-box {
  width: 80px;
  background-color: red;
  text-align: center;
}

.latest-slider-heading {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

.slide_container {
  position: relative;
  width: 100%;
  height: 115%;
}

.slide-2 {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: white;
  position: absolute;
}

.slider_nav {
  text-align: center;
  position: absolute;
  bottom: 100px;
  right: 10px;
  display: flex;
  column-gap: 0.5rem;
  justify-content: space-between;
}

.slider_dots {
  position: absolute;
  bottom: 10px;
  right: 350px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.nav_buttons {
  display: flex;
  column-gap: 1rem;
}

.nav_buttons .nav_btn {
  border: none;
  background-color: white;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  border: 2px solid red;
}

.sport-summary-card {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sport-card {
  padding: 0.5rem;
  background: red;
  color: white;
  font-size: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.articles .article-heading-two {
  margin-top: 16px;

  /* display: none; */
}

.articles .article-heading-two a {
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.articles .article-heading-two a:hover {
  color: var(--primary-red);
}

.articles .article-heading-three {
  margin-top: 4px;
  line-height: 1.2;
}

.articles .article-heading-three a {
  font-size: 15px;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.articles .article-heading-three a:hover {
  color: var(--primary-red);
}

.articles .article-heading-four {
  /* margin-top: 4px; */
  line-height: 1.2;
}

.articles .article-heading-four a {
  font-size: 26px;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.articles .article-heading-four a:hover {
  color: var(--primary-red);
}

.articles .article-heading-five {
  /* border: 2px solid blue; */
  margin-top: 4px;
  line-height: 1.2;
}

.articles .article-heading-five a {
  /* border:2px solid black; */
  font-size: 16px;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.articles .article-heading-five a:hover {
  color: var(--primary-red);
}

.articles .article-desc {
  margin-top: 8px;
  font-size: 15px;
  margin-bottom: 0px;
  color: var(--grey-one);
  font-family: var(--source-sans-pro);
}

.articles .author {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--grey-one);
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.articles .author .date {
  font-size: 14px;
  color: #506068;
  font-weight: 400;
  margin-left: 10px;
  line-height: 10px;
  font-style: normal;
  letter-spacing: 0.56px;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.author .name a {
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-red);
}

.articles .author .name a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: var(--black);
}

.articles .author .name a:hover {
  font-weight: 700;
  color: var(--grey-one);
}

.articles .author .name a:not(:last-child)::after {
  content: ",";
  margin-left: 3px;
  margin-right: 3px;
  color: var(--grey-one);
}

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

.two-line-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.one-line-ellipsis {
  /* width: 250px; Set your desired width */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-35 {
  height: 35px;
}

.article-hero-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  /* margin-top: 1rem; */
}

.article-hero-list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-three);
}

.article-hero-list .spotlight-comp:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-three);
}

.article-white-desc {
  margin-top: 8px;
}

.article-white-desc a {
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
  font-family: var(--marcellus);
}

/* ARTICLE END */

.hr-grey {
  width: 100%;
  margin: 24px 0px;
  border: 1px solid var(--grey-three);
}

.mag-latest-issue {
  padding: 0px 8px 8px 8px;
  border: 1px solid var(--grey-three);
}

.mag-latest-issue h4 {
  font-size: 24px;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: var(--aspekta);
}

.mag-latest-issue a img {
  width: 100%;
}

.ads-box {
  padding: 8px 8px;
  background-color: var(--grey-four);
  width: 316px;
  display: inline-block;
}

.ads-box h6 {
  opacity: 0.5;
  font-size: 12px;
  text-align: center;
  color: var(--black);
  font-family: var(--roboto);
}

.ads-box a img {
  width: 100%;
}

.small-add-box {
  height: 315px;
  width: 300px;
}

.category-head {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid var(--black);
}

.category-head .title a {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: var(--black);
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.category-head .title a:hover {
  text-decoration: underline;
}

.category-head .more a {
  opacity: 0.5;
  text-decoration: none;
  color: var(--primary-red);
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.category-head .more a:hover {
  opacity: 1;
  color: var(--primary-red);
}

.category-head-white {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid var(--white);
}

.category-head-white .title a {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: var(--white);
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: var(--aspekta);
}

.category-head-white .title a:hover {
  text-decoration: underline;
}

.category-head-white .more a {
  opacity: 0.5;
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
  text-transform: capitalize;
}

.category-head-white .more a:hover {
  opacity: 1;
}

.slider-bg {
  padding: 40px 0px;
  background-color: var(--black-two);
}

.slider-one .articles {
  padding: 0px 10px;
}

.outlook-weekender-box {
  padding: 24px;
  background-color: var(--black);
}

.outlook-weekender-box .head-title {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: var(--white);
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.outlook-weekender-box .articles .article-heading-one a {
  font-size: 16px;
  color: var(--white);
}

.outlook-weekender-box .articles .article-heading-one {
  margin-top: 0px;
}

.outlook-weekender-box .articles .author {
  margin-top: 12px;
}

.outlook-weekender-box .view-more {
  width: 100%;
  display: flex;
  margin-top: 10px;
  text-align: right;
  align-items: center;
  justify-content: end;
}

.outlook-weekender-box .view-more a {
  line-height: 1;
  padding-top: 10px;
  font-size: 12px;
  text-align: right;
  font-style: normal;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
}

.outlook-weekender-box .view-more a img {
  width: 20px;
  margin-top: -5px;
  margin-left: 5px;
}

.latest-issue-box {
  padding: 24px;
  background-color: var(--grey-five);
  border-top: 2px solid var(--primary-red);
}

.latest-issue-box .head-title {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  color: var(--black);
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.latest-issue-box .articles .article-heading-one {
  margin-top: 0px;
}

.latest-issue-box .subscribe {
  width: 100%;
  border: none;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  color: var(--white);
  align-items: center;
  letter-spacing: 0.64px;
  justify-content: center;
  text-transform: uppercase;
  background-color: var(--grey-six);
  font-family: var(--source-sans-pro);
}

.latest-issue-box .view-more {
  width: 100%;
  display: flex;
  margin-top: 10px;
  text-align: right;
  align-items: center;
  justify-content: end;
}

.latest-issue-box .view-more a {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  padding-top: 10px;
  text-align: right;
  font-style: normal;
  color: var(--black-one);
  text-decoration: none;
  text-transform: uppercase;
}

.latest-issue-box .view-more a img {
  width: 15px;
  margin-top: -2px;
  margin-left: 5px;
}

.opinions {
  margin-top: 15px;
  position: relative;
  border-top: 2px solid #a38a00;
}

.opinions .title {
  top: -16px;
  font-size: 20px;
  color: #a38a00;
  font-weight: 700;
  position: relative;
  padding-right: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: var(--white);
}

.opinions .opinions-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.opinions .view-more {
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}

.opinions .view-more a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-red);
}

.opinions .opinions-list li:not(:first-child) {
  margin-top: 32px;
}

.opinions .opinions-list .specific-article {
  display: flex;
  align-items: end;
  border-bottom: 1px solid var(--grey-two);
}

.opinions .opinions-list .specific-article .avatar img {
  width: 64px;
  height: auto;
}

.opinions .opinions-list .specific-article .opinion-title {
  margin-left: 5px;
}

.opinions .opinions-list .specific-article .opinion-title a {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  line-height: normal;
  text-decoration: none;
  text-transform: capitalize;
  font-family: var(--marcellus);
}

.opinions .opinions-list .by-author {
  font-size: 12px;
  color: var(--grey-one);
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.opinions .opinions-list .by-author span a {
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-red);
}

.jnl-grey-bg {
  padding: 40px 40px;
  background-color: var(--grey-three);
}

.jnl-grey-bg .jnl-box {
  padding: 40px 0px 48px 0px;
  position: relative;
  border-top: 3px solid var(--primary-red);
  border-right: 3px solid var(--primary-red);
  border-bottom: 3px solid var(--primary-red);
}

.jnl-grey-bg .jnl-box .jnl-title {
  top: -16px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  padding-right: 10px;
  letter-spacing: 0.8px;
  color: var(--primary-red);
  text-transform: uppercase;
  background-color: var(--grey-three);
  font-family: var(--source-sans-pro);
}

.jnl-grey-bg .jnl-box .jnl-subscribe {
  border: none;
  bottom: -25px;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 40px;
  position: absolute;
  margin-right: 10px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--roboto);
  background-color: var(--primary-red);
}

.jnl-grey-bg .jnl-box .jnl-head {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.jnl-grey-bg .jnl-box .jnl-subtitle {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  font-style: normal;
  line-height: normal;
  color: var(--grey-six);
  font-family: var(--source-sans-pro);
}

.form-label {
  margin-top: 24px;
  font-family: var(--roboto);
}

.form-control {
  border: none;
  padding: 15px 16px;
  border-radius: 0px;
  margin-right: 10px;
}

.form-control:focus {
  box-shadow: none;
}

.red-subscribe {
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 40px;
  margin-right: 10px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--roboto);
  background-color: var(--primary-red);
}

.spotlight-line {
  background-color: #000000;
  height: 1px !important;
  width: 100% !important;
}

.spotlight-line-lg {
  background-color: #d5d5d5;
  height: 0.75px !important;
  width: 99% !important;
  margin: 0 auto;
}

.spotlight h5 a {
  display: flex;
  font-size: 22px;
  margin-bottom: 0px;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: var(--source-sans-pro);
}

.spotlight h5 a img {
  width: 25px;
  margin-top: 2px;
  margin-left: 5px;
}

.spotlight .articles .author .name a {
  color: var(--grey-six);
}

.bg-primary-red {
  background-color: var(--primary-red);
}

.bg-primary-light-red {
  background: rgba(237, 28, 36, 0.2);
}

.jon {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.jon-head {
  font-size: 32px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--source-sans-pro);
}

.jon-subtitle {
  font-size: 15px;
  color: var(--grey-two);
  font-family: var(--source-sans-pro);
}

.breadcrumb .breadcrumb-item a {
  font-size: 15px;
  text-decoration: none;
  color: var(--grey-one);
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.breadcrumb .breadcrumb-item.active {
  color: var(--primary-red);
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  font-size: 25px;
  line-height: 0.8;
  content: "\00BB";
  font-size: 25px;
  line-height: 0.8;
  content: "\00BB";
}

.page-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.search-election {
  margin-top: 16px;
  border-radius: 0px;
  border: 1px solid var(--grey-three);
}

.search-election .form-control {
  padding: 8px;
}

.search-election .search-btn {
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 0px;
  color: var(--white);
  letter-spacing: 0.64px;
  font-family: var(--source-sans-pro);
  border: 1px solid var(--primary-red);
  background-color: var(--primary-red);
}

.results-count {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

/* .election-news-list .article-heading-two {
  margin-top: 0px;
} */

.election-news-list .article-hero-list {
  margin-bottom: 100px;
}

.newsletter-subscription-form {
  position: relative;
  padding: 56px 20px 36px 20px;
  border: 2px solid var(--primary-red);
}

.newsletter-subscription-form .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--primary-red);
  font-family: var(--source-sans-pro);
}

.newsletter-subscription-form .desc {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: var(--source-sans-pro);
}

.newsletter-subscription-form .o-logo {
  left: 50%;
  top: -30px;
  padding: 8px;
  position: absolute;
  transform: translateX(-50%);
  background-color: var(--white);
}

.newsletter-subscription-form .form-control {
  padding: 8px;
  margin-right: 0px;
  border: 1px solid var(--grey-two);
}

.newsletter-subscription-form .form-label {
  font-size: 16px;
  color: var(--black-one);
  font-family: var(--source-sans-pro);
}

.newsletter-subscription-form .form-control:focus {
  border-color: var(--primary-red);
}

.newsletter-subscription-form .form-text {
  color: #a9a9a9;
  margin: 16px 0px;
}

.newsletter-subscription-form .newsletter-submit {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 0px;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--primary-red);
}

.newsletter-subscription-form span {
  font-weight: 600;
}

.lms-btn {
  width: 100%;
  height: 48px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: var(--grey-six);
  font-family: var(--source-sans-pro);
}

.lms-btn:hover {
  background-color: var(--primary-red);
}

.category-head-two h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  letter-spacing: 1.36px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
  border-bottom: 3px solid var(--black);
}

.topic-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  font-family: var(--source-sans-pro);
}

.rm-pills .nav-tabs .nav-item.show .nav-link,
.rm-pills .nav-tabs .nav-link.active {
  border-color: transparent !important;
}

.rm-pills .nav-link {
  padding: 0px;
  opacity: 0.6;
  font-size: 16px;
  color: var(--primary-red);
  font-family: var(--source-sans-pro);
}

.rm-pills .nav-item:not(:last-child) {
  margin-right: 26px;
}

.rm-pills .nav-tabs .nav-link.active {
  opacity: 1;
  font-weight: 700;
  color: var(--primary-red);
}

.rm-pills .nav-tabs {
  border-bottom: none !important;
}

.rm-pills .tab-content {
  margin-top: 50px;
}

.rm-pills .tab-content .sorted-authors h4 {
  font-size: 26px;
  font-weight: 700;
  color: var(--black);
  padding-bottom: 5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
  border-bottom: 1px solid var(--grey-one);
}

.rm-pills .sorted-authors .author-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-left: 0px;
  margin-bottom: 40px;
}

.rm-pills .sorted-authors .author-list li {
  margin-bottom: 20px;
}

.rm-pills .sorted-authors .author-list img {
  height: auto;
  margin-bottom: 16px;
}

.rm-pills .sorted-authors .author-list .author-name {
  text-align: center;
  margin-bottom: 4px;
}

.rm-pills .sorted-authors .author-list .author-name a {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.rm-pills .sorted-authors .author-list .designation {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  color: var(--grey-one);
}

.rm-pills .nav-tabs .nav-link:focus,
.rm-pills .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.all-issues .rm-pills .nav-item:not(:last-child) {
  margin-right: 24px;
}

.all-issues .rm-pills .nav-tabs .nav-link {
  line-height: 1;
}

.all-issues .rm-pills .nav-tabs .nav-link.active {
  text-decoration: underline;
}

.author-page-detials .author-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 24px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.author-page-detials .social-red {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.author-page-detials .social-red li {
  margin-right: 8px;
}

.author-page-detials .social-red li img {
  width: 24px;
  height: auto;
}

.author-page-detials .editor {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--grey-two);
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.author-page-detials h5 {
  font-size: 18px;
  margin-top: 24px;
  font-weight: 700;
  font-family: var(--source-sans-pro);
}

.author-page-detials .summary {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: var(--source-sans-pro);
}

.ai-magazine {
  margin-bottom: 40px;
}

.ai-magazine .issue-date {
  margin-top: 8px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  font-family: var(--source-sans-pro);
}

.all-issues .date-n-tabs {
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  font-family: var(--source-sans-pro);
}

.story .story-title {
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.story .subcap-story {
  font-size: 16px;
  margin-bottom: 0px;
  font-style: italic;
  color: var(--grey-one);
  font-family: var(--source-sans-pro);
}

.story .story-author-details {
  margin-top: 20px;
}

.story .story-author-details img {
  margin-bottom: 8px;
}

.story .story-author-details .story-author-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.story .story-author-details .story-dec-time {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: normal;
  color: var(--grey-one);
  font-family: var(--source-sans-pro);
}

.story .story-para {
  font-size: 20px;
  line-height: 32px;
}

.story .story-para .big-letter {
  float: left;
  font-size: 400%;
  line-height: 80%;
  color: var(--primary-red);
}

.story-highlights {
  display: flex;
  padding: 16px;
  margin-bottom: 20px;
  align-items: start;
  background: rgba(210, 5, 30, 0.1);
}

.story-highlights p {
  font-size: 26px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0px;
  font-family: var(--source-sans-pro);
}

.story .tags {
  display: flex;
  margin-top: 80px;
}

.story .tags .tags-title {
  font-size: 24px;
  font-weight: 700;
  margin-right: 20px;
  font-style: normal;
  line-height: normal;
  font-family: var(--source-sans-pro);
}

.story .tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.story .tags ul li a {
  font-size: 15px;
  font-weight: 600;
  padding: 4px 8px;
  color: var(--black);
  text-decoration: none;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
  background: rgba(237, 28, 36, 0.2);
}

.story .tags ul li:not(:last-child) {
  margin-right: 16px;
}

.story .tags ul li {
  margin-bottom: 16px;
}

.story .story-pills .nav-pills {
  border-bottom: 1px solid var(--grey-one);
}

.story .story-pills .nav-pills .nav-link.active {
  font-weight: 700;
  border-radius: 0px;
  border-bottom: 2px solid var(--primary-red);
}

.story .story-pills .nav-pills .nav-link {
  padding: 0px 8px;
  font-size: 26px;
  color: var(--black);
  text-transform: uppercase;
  background-color: transparent;
  font-family: var(--source-sans-pro);
}

.story .story-pills .nav-pills .nav-item:not(:last-child) {
  margin-right: 16px;
}

.story .story-list-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--primary-red);
}

.story .article-hero-list li {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.story .article-hero-list li:first-child {
  margin-top: 20px;
}

.story .article-hero-list li .story-listing-head {
  margin-left: 15px;
}

.story .article-hero-list li .story-listing-head a:hover {
  color: var(--primary-red);
}

.story .article-hero-list li .story-listing-head a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-style: normal;
  color: var(--black);
  text-decoration: none;
  font-family: var(--source-sans-pro);
}

/* .story .article-hero-list li .number-image {
  position: absolute;
} */

.story .article-hero-list li .whats-hot-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0px;
  font-style: normal;
  font-family: var(--source-sans-pro);
}

.story .article-hero-list li .whats-hot-title a {
  color: var(--black);
  text-decoration: none;
}

.story .story-watch-list .nav-pills .nav-link {
  font-size: 20px;
}

.check-your-plans {
  padding: 8px;
  border: 1px solid #c4c4c4;
}

.check-your-plans .title {
  font-size: 20px;
  margin-top: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: center;
  font-style: normal;
  color: var(--black);
  font-family: var(--source-sans-pro);
}

.check-your-plans .grey-desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  line-height: normal;
  color: var(--grey-one);
  font-family: var(--source-sans-pro);
}

.check-your-plans .cyp-btn {
  width: 100%;
  border: none;
  display: block;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  color: var(--white);
  letter-spacing: 0.64px;
  font-family: var(--source-sans-pro);
  background-color: var(--primary-red);
}

.story .story-slug {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--primary-red);
  font-family: var(--source-sans-pro);
}

.story .story-slug a {
  text-decoration: none;
  color: var(--primary-red);
}

.sidebar-mob {
  margin-bottom: 24px;
}

.sidebar-mob .sidebar-input {
  outline: none;
}

.sidebar-mob .sidebar-input::placeholder {
  color: var(--white);
}

.sidebar-mob .sidebar-input {
  width: 80%;
  border: none;
  color: var(--white);
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-mob .sidebar-search-btn {
  width: 20%;
  border: none;
  background-color: var(--primary-red);
}

.magazine-container {
  display: flex;
  align-items: start;
}

.sticky-container {
  width: 30%;
  position: sticky;
  top: 0px;
  background-color: #c12a2a;
  padding: 25px;
  height: 100vh;
}

.stk-ol-lg {
  margin-bottom: 30px;
}

.sticky-cont a {
  color: var(--white);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  text-decoration: none;
  display: block;
}

.drk-cnt {
  color: var(--white);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  opacity: 1 !important;
}

.magazine-article {
  width: 100%;
}

.art-cnt {
  padding: 40px;
}

.art-main-head h1 {
  font-family: "Marcellus";
  color: var(--black);
}

.art-main-head p {
  font-family: "Source Sans Pro";
  color: var(--black);
  font-size: 18px;
  opacity: 0.5;
}

.mag-auth-det {
  margin-left: 20px;
}

.mag-auth-det p:nth-child(1) {
  margin-bottom: 0px;
  color: var(--black);
  font-family: "Source Sans Pro";
  font-weight: 600;
  text-transform: capitalize;
}

.mag-auth-det p:nth-child(2) {
  color: var(--grey-one);
  font-family: "Source Sans Pro";
  font-size: 14px;
  margin-bottom: 0px;
}

.quotation-art {
  margin: 40px 0;
  padding: 16px;
  background-color: rgba(210, 5, 30, 0.1);
}

.quot-cnt p {
  color: var(--black);
  font-family: "Source Sans Pro";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0px;
  padding-left: 16px;
}

.art-cnt {
  color: var(--black);
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 32px;
}

.story-change {
  margin-top: 40px;
}

.art-pre {
  padding: 2px 8px;
}

.art-pre p:nth-child(1) {
  color: var(--primary-red);
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.art-pre p:nth-child(2) {
  overflow: hidden;
  color: var(--black-two);
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

/* --------------Newsletter css----------------- */

.news-head {
  text-align: center !important;
  margin: 40px 0;
}

.news-head h2 {
  color: var(--black-three);
  font-family: "Source Sans Pro";
  font-weight: 700;
  margin-bottom: 0px;
  line-height: normal;
  text-transform: uppercase;
}

.news-head p {
  color: var(--black);
  font-family: "Source Sans Pro";
  line-height: normal;
  margin-bottom: 0px;
  opacity: 0.5;
}

.newsletter-otl:not(:last-child) {
  margin-bottom: 64px;
}

.news-otl-head {
  border-bottom: 1px solid var(--grey-three);
  margin-bottom: 24px;
}

.news-otl-head p {
  color: var(--black-three);
  font-family: "Source Sans Pro";
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.newsletter-checkbox {
  margin: 0 8px 0 0;
}

.newsletter-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid var(--grey-two);
  /* accent-color: var(--dark-red); */
}

.newsletter-checkbox .form-check-input:hover {
  border: 2px solid var(--primary-red);
  /* accent-color: var(--dark-red); */
}

.newsletter-checkbox .form-check-input:checked {
  background-color: var(--primary-red);
  border: 2px solid var(--primary-red);
}

.newsletter-checkbox .form-check-input:focus {
  box-shadow: none;
}

.check-cnt .check-det {
  margin-bottom: 16px;
}

.check-cnt .check-det h5 {
  color: var(--black);
  font-family: "Source Sans Pro";
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.check-cnt .check-det p {
  color: var(--grey-seven);
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.check-cnt p {
  color: var(--black);
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 8px;
}

.check-cnt a {
  color: var(--primary-red);
  font-family: "Source Sans Pro";
  font-size: 14px;
}

.arrow-btn .slick-next:before {
  content: "";
}

.arrow-btn .slick-prev:before {
  content: "";
}

.arrow-btn .slick-next {
  right: 5px;
  background-image: url(../resource/images/right-chevron.png);
}

.arrow-btn .slick-prev {
  left: 5px;
  background-image: url(../resource/images/left-chevron.png);
}

.http-error-code-box {
  display: flex;
  text-align: center;
  margin-bottom: 25px;
  justify-content: center;
}

.http-error-code-box .hec-title {
  font-weight: 800;
  font-style: normal;
  color: var(--black);
  line-height: normal;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.http-error-code-box .hec-desc {
  font-weight: 400;
  text-align: center;
  font-style: normal;
  color: var(--black);
  line-height: normal;
  font-family: var(--source-sans-pro);
}

.http-error-code-box .hec-btn {
  height: 48px;
  margin: auto;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 40px;
  font-style: normal;
  text-align: center;
  line-height: normal;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: var(--primary-red);
  text-transform: capitalize;
  background-color: transparent;
  font-family: var(--source-sans-pro);
  border: 2px solid var(--primary-red);
}

.live-blog-timeline::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -51px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-red);
}

.live-blog-timeline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: var(--primary-red);
}

.timeline-section {
  padding: 0px 45px;
  border-left: 1px solid var(--primary-red);
}

.timeline-section .link a {
  letter-spacing: 0.48px;
  color: var(--primary-red);
  text-decoration: underline;
}

.text-red {
  color: var(--primary-red);
  text-decoration: underline;
}

.book-review-topic-section {
  border: 4px solid #ed1c2480;
  padding: 25px;
}

.book-review-topic-section p {
  font-size: 18px;
}

.truncate-4-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.ads-box-lg {
  position: sticky;
  top: 0;
}

.search-form {
  /* position: absolute; */
  z-index: 9999;
  /* top: 54px; */
  /* right: 20px; */
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: 0 3px 5px #00000094;
  height: 40px;
  max-width: 0;
  transition: max-width 0.3s ease-out;
  width: 300px;
}

.search-form.active {
  max-width: 300px;
  /* Adjust the width as needed */
}

.search-form input[type="text"] {
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
  padding: 8px;
  width: 100%;
}

.search-form input[type="text"]:focus {
  border: none;
}

.btnSearch {
  width: 50px !important;
  color: #ffffff;
  background: #fe0610;
  border: 1px solid #fe0610 !important;
  font-weight: bold;
  font-size: 16px;
}

.sticky {
  width: 100%;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  background-color: lightgray;
  /* padding: 50px; */
  z-index: 10;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.longread-box {
  padding: 10px 24px;
  background-color: #f5f0f0;
  border-top: 1.5px solid red;
}

.long-read-topic {
  max-height: 435px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.long-read-btns {
  display: flex;
}

.long-read-btns a {
  width: 50% !important;
  border: none;
  text-decoration: none;
  /* background: #333;
  color: white; */
}

.long-read-btns2 a {
  width: 100% !important;
  border: none;
  text-decoration: none;
  /* background: #333;
  color: white; */
}

.long-read-btns2 a:nth-child(1) {
  background: #6e6b6b;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 4px;
  padding: 0.5rem 4rem;
}

.long-read-btns a:nth-child(1) {
  background: #6e6b6b;
  font-weight: 500;
  color: white;
  margin-right: 4px;
}

.long-read-btns a:nth-child(2) {
  border: 1px solid #333;
  font-weight: 500;
  color: #6e6b6b;
  margin-left: 4px;
}

.long-read-btns a:nth-child(1) {
  background: #6e6b6b;
  font-weight: 500;
  color: white;
  margin-right: 4px;
}

.long-read-btns a:nth-child(2) {
  border: 1px solid #333;
  font-weight: 500;
  color: #6e6b6b;
  margin-left: 4px;
}

.long-read-btns2 a:nth-child(2) {
  border: 1px solid #333;
  font-size: 1rem;
  font-weight: 500;
  color: #6e6b6b;
  padding: 0.5rem 4rem;
}

.popular a:hover {
  color: red !important;
  cursor: pointer;
}

.popular {
  margin: 0rem auto;
}

.slick-dots {
  bottom: 28px;
  left: 0;
  /* background-color: white; */
}

.slick-dots li button::before {
  font-size: 16px;
  color: white !important;
  opacity: 0.7;
  font-size: 15px;
}

/* .slick-dots li.slick-active button::before {
  color: black;
  opacity: 1;
} */

.sidepanel {
  width: 300px;
  position: absolute;
  z-index: 105;
  height: 100vh;
  top: 40px;
  left: -300px;
  background-color: #111;
  overflow: auto;
  transition: 0.5s;
  padding-top: 30px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidepanel ul {
  list-style-type: none;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.closebtn {
  text-decoration: none;
  font-size: 25px;
  padding: 3px 10px;
  background: black;
  color: white;
}

.spotlight a:hover {
  text-decoration: underline;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 0, 0, 0.395);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* .dot.active {
	<<<<<<< HEAD
	  background-color: red;
	  border-radius: 10px;
	  width: 30px;
	=======
		background-color: red;
		border-radius: 10px;
		width: 30px;
		transition: all 0.3s ease-in-out;
	>>>>>>> c6820982754fff19b0f0e07bf5c6eb4dff12b302
	} */

.dot.active {
  background-color: red;
  border-radius: 10px;
  width: 30px;
  transition: all 0.3s ease-in-out;
  /* transform: translateX(100%); */
}

.photos-section-web {
  color: white;
  font-size: 16px;
}

.photos-section-web .text-photos {
  opacity: 0.7;
}

.in-house-banner1 {
  transition: opacity 0.5s ease-in-out;
  width: 1200px;
  /* height: 260px; */
  background-color: #fcfcfc;
}

.in-house-banner2 {
  transition: opacity 0.5s ease-in-out;
}

.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.oc-nav {
  width: 100% !important;
}

.in-house-banner2 {
  margin: 0 auto;
}

.in-house-banner-mobile {
  margin-top: 10rem;
}

.sticky-ads {
  top: 160px;
  position: sticky;
  position: -webkit-sticky;
  background-color: #fff;
}

.rm-story-pills .articles .article-img-box {
  margin-top: 0px;
}

.rm-story-pills .articles .article-heading-one {
  margin-top: 0px;
}

/* .main-rm-ss {
  margin: auto;
  max-width: 1366px;
  position: relative;
} */

.rm-social-share {
  top: 150px;
  z-index: 1;
  display: flex;
  position: sticky;
  justify-content: center;
}

.rm-social-share ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  background-color: var(--white);
}

.rm-social-share ul li {
  width: 40px;
  height: 40px;
}

.rm-social-share ul li img {
  width: 40px;
  height: 40px;
}

.scrolled {
  transition: all 1s ease-in-out;
}

.rm-main {
  z-index: 1;
}

.inHouseScrollNav {
  z-index: 999;
  background-color: transparent;
}

/* .slider-one .articles {
  width: 200%;
} */

.oc-nav {
  width: 100% !important;
}

.slider-weekend-main {
  width: 100%;
  position: absolute;
  transition: 1s;
  border: 2px solid red;
}

.weekender-slider .slider1-title-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  /* Grey background with 50% opacity */
  padding: 20px 20px 20px 20px;
  color: white;
  text-align: center;
  font-family: var(--marcellus);
  width: 70%;
}

.weekender-slider .slider1-title-text {
  font-size: 32px;
}

.weekender-slider .slider1-title-text+a:hover {
  color: var(--primary-red) !important;
}

.weekender-slider .slider1-mobile {
  padding: 12px;
  font-weight: bold;
  font-family: var(--marcellus);
  text-align: center;
}

.slider1-mobile .slider-title {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.slider1-mobile .slider-desc {
  font-size: 14px;
  color: #00000033;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.slider1-mobile .slider-author {
  font-size: 14px;
}

.slider-nav button {
  border: none;
  background-color: white;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.slider-nav-button-div {
  text-align: center;
  margin-top: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  column-gap: 0.5rem;
}

.slider2-content {
  position: absolute;
  top: 15%;
  padding: 20px;
  font-family: var(--marcellus);
  width: 50%;
  text-align: center;
}

.slider2-content .slider-title {
  font-size: 32px;
}

.slider2-content .slider-desc {
  color: var(--grey-one);
}

.slider-banner-outlook-week .read-article {
  font-size: 16px;
  text-decoration: none;
}

.slider2-cast {
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 20px 20px;
  color: white;
  text-align: center;
  font-family: var(--marcellus);
  width: 90%;
}

.slider2-cast .slider-title {
  font-size: 20px;
}

.slider2-cast .slider-desc,
.slider2-cast .slider-author {
  font-size: 14px;
}

.weekender-main-container {
  position: relative;
  height: 510px;
  width: 100%;
}

.slider-height-fix {
  height: 506px;
}

.slide-content-mobile {
  height: 506px;
}

.magazine-head {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.magazine-head .mag-text {
  font-weight: 700;
}

/* .issue-section {
  background-color: #f2f2f2;
} */

.magazine-editions-m_container__25yef {
  margin: var(--arrow-spacing-m);
}

@media (min-width: 768px) {
  .magazine-editions-m_container__25yef {
    margin: var(--arrow-spacing-l);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .magazine-editions-m_container__25yef {
    margin: 0;
  }
}

.magazine-editions-m_issues__3uAxC {
  grid-column-gap: var(--arrow-spacing-l);
  grid-row-gap: var(--arrow-spacing-l);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .magazine-editions-m_issues__3uAxC {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .magazine-editions-m_issues__3uAxC {
    grid-column-gap: 70px;
  }
}

.magazine-editions-m_date__3Pk-s {
  display: flex;
  font-size: var(--arrow-fs-xs);
  font-weight: var(--arrow-fw-bold);
  justify-content: center;
  line-height: var(--arrow-lh-2);
  margin-top: var(--arrow-spacing-s);
}

@media (min-width: 768px) {
  .magazine-editions-m_date__3Pk-s {
    margin-top: var(--arrow-spacing-m);
  }
}

.magazine-editions-m_info__qUEWB {
  text-align: center;
}

.magazine-editions-m_dark__2Fh4J {
  color: var(--arrow-c-mono2);
}

.magazine-editions-m_light__3Nki0 {
  color: var(--arrow-c-invert-mono2);
}

.magazine-cards-m_magazine-header__2pSI3 {
  grid-gap: var(--arrow-fs-l);
  display: grid;
  margin: 0 var(--arrow-fs-xs);
}

@media (min-width: 768px) {
  .magazine-cards-m_magazine-header__2pSI3 {
    grid-template-columns: 1fr 3fr;
  }
}

@media (min-width: 992px) {
  .magazine-cards-m_magazine-header__2pSI3 {
    grid-row-gap: 0;
    grid-column-gap: 48px;
    margin: 0 0 var(--arrow-spacing-xs);
  }
}

.magazine-cards-m_content__16_KC {
  text-align: center;
}

@media (min-width: 768px) {
  .magazine-cards-m_content__16_KC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}

.magazine-cards-m_time__3DIrk {
  font-size: var(--arrow-fs-xs);
  font-weight: var(--arrow-fw-bold);
  line-height: var(--arrow-lh-1);
}

.magazine-cards-m_magazine-header__2pSI3 .arr--collection-name {
  margin: var(--arrow-spacing-xs) 0;
}

.magazine-cards-m_story-cards__1mNHC {
  grid-gap: var(--arrow-fs-xs);
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .magazine-cards-m_story-cards__1mNHC {
    grid-gap: var(--arrow-spacing-l);
    grid-template-columns: 1fr 1fr;
  }
}

.magazine-cards-m_story-cards__1mNHC .arr--story-card {
  grid-template-columns: 1fr 4fr;
  text-align: left;
  text-align: initial;
}

.magazine-cards-m_widget__2aE9g {
  margin-top: var(--arrow-spacing-xl);
}

@media (min-width: 768px) {
  .magazine-cards-m_widget__2aE9g {
    grid-column: 1/3;
    margin-top: var(--arrow-spacing-l);
  }

  .magazine-cards-m_intro-button__3J5c6 .arr--button {
    margin: var(--arrow-spacing-l) 0 0;
  }
}

@media (min-width: 992px) {
  .magazine-cards-m_widget-button__3P7F7 .arr--button {
    margin: var(--arrow-spacing-l) 0 0;
  }
}

.magazine-cards-m_summary__2jUgG {
  font-size: var(--arrow-fs-xs);
}

@media (min-width: 768px) {
  .magazine-cards-m_summary__2jUgG {
    font-size: var(--arrow-fs-s);
  }
}

.magazine-cards-m_summary__2jUgG.magazine-cards-m_dark__3CSmK {
  color: var(--arrow-c-mono4);
}

.magazine-cards-m_summary__2jUgG.magazine-cards-m_light__33r9r {
  color: var(--arrow-c-invert-mono4);
}

.magazine-cards-m_dark__3CSmK {
  color: var(--arrow-c-mono2);
}

.magazine-cards-m_light__33r9r {
  color: var(--arrow-c-invert-mono2);
}

html[dir="rtl"] .magazine-cards-m_time__3DIrk {
  direction: ltr;
  text-align: right;
}

@media (min-width: 768px) {
  html[dir="rtl"] .magazine-cards-m_intro-button__3J5c6 .arr--button {
    margin: var(--arrow-spacing-l) 0 0;
  }
}

.card-article-img1 {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.about h3 {
  text-align: center;
  font-weight: 700;
}

.about .about-banner {
  margin: 2rem auto;
  text-align: center;
}

.about .about-banner img {
  margin: 0 auto;
}

.about-content {
  margin: 4rem auto;
  width: 53%;
}

.vm-content img {
  width: 38%;
}

.vm-content {
  margin: 2rem auto;
}

.vm-content span {
  position: absolute;
  bottom: 0;
  left: 12px;
  background: rgba(43, 42, 42, 0.7);
  color: white;
  padding: 5px;
}

.about-content-img {
  margin: 3rem auto;
}

.about-content-img img {
  margin: 0 auto;
}

.about-line-lg {
  background-color: #888888;
  height: 0.75px !important;
  width: 100% !important;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.outlook-pills .story-pills ul li button {
  font-size: 1rem !important;
  font-weight: 600;
}

.outlook-download {
  text-align: center;
}

.outlook-download img {
  width: 100%;
  margin-bottom: 2rem;
}

.outlook-download a {
  margin-top: 3rem;
}

.outlook-download a button {
  background-color: #ed1c24;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.4rem;
}

.slider {
  overflow-x: hidden;
}

.marq-slider {
  margin: 2rem auto;
  width: 90%;
  display: flex;
  overflow-x: auto;
  gap: 1rem;
}

.marq-slider .slide {
  flex: 0 0 30%;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.marq-slider .slide img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.marq-slider .slide .slide-content {
  padding: 0.5rem 1rem;
}

.team-section {
  margin: 3rem auto;
  text-align: center;
  width: 75%;
}

.our-team {
  text-align: center;
}

.team-section .our-team h4 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.member-content {
  margin-top: 1rem;
  text-align: center;
}

.team-pics {
  /* display: flex; */
  /* column-gap: 3rem; */
  justify-content: center;
}

.acc-img {
  height: 40% !important;
  width: 40% !important;
  float: right;
}

.txt-red {
  color: var(--primary-red);
}

.articles .publish-contact {
  width: 65px;
}

.outlook-com .row img {
  width: 100%;
}

.about-us-pills .tab-pane:not(.active) {
  display: none;
}

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

.border-other-stories {
  border-bottom: 3px solid black;
}

/* All Issues */
.mag-year {
  width: 10%;
  margin-left: auto;
}

.mag-year select {
  padding: 6px;
}

.fw-bold-600 {
  font-weight: 600;
}

.weekender-bottom-outlook {
  height: 70vh;
  display: flex;
  align-items: center;
  /* margin-left: auto; */
}

.mob-years {
  column-gap: 4rem;
}

.to-mail {
  text-decoration: none;
}

.art-main-desc {
  font-size: 13px;
  color: #6b7b84;
}

.week-s-header {
  display: none;
}

.week-s-sticky {
  top: 0px;
}

.magazine-all-article-time a {
  text-decoration: none !important;
  color: #000000;
}

.background-fit {
  object-fit: cover;
}

.w-100-p {
  width: 100%;
}

.ss-h-100 {
  height: 100px;
}

.ss-h-75 {
  height: 75px;
}

.h-163 {
  height: 163px;
}

.h-286 {
  height: 286px;
}

@media (min-width: 768px) {
  .h-286-min-768 {
    height: 286px;
  }
}

.h-348 {
  height: 348px;
}

.weekender-routing-ref {
  text-decoration: none;
}

.member-pic {
  width: 20%;
}

.magazine-issue {
  margin-top: 0px;
}

/* .loader-container{ */

/* position: absolute; */
/* top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh; */
/* } */

/* #preloader { */
/* position: fixed; */
/* top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
/* background-color: #22222282; */
/* z-index: 101; */
/* }  */
#button-loader {
  display: block;
  position: relative;
  /* left: 50%; */
  /* top: 50%; */
  width: 25px;
  height: 25px;
  /* margin: -75px 0 0 -75px; */
  margin: auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: white;
  -webkit-animation: spin 0.9s linear infinite;
  animation: spin 0.9s linear infinite;
}

/* #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ED1C24;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ED1C24;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; */
/* } */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.story-author-details img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sb-article p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: var(--source-sans-pro);
}

.sb-article img {
  text-align: center !important;
}

.sb-article {
  margin-top: 20px;
}

.sb-article .sb-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sb-image-caption .sb-attribution {
  margin-right: 20px;
  color: var(--grey-six);
}

.story-author-details img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* Stories Pages */

.story-author-details img {
  object-fit: cover;
}

.story-author-details .story-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* Stories Pages End*/

/* Magzine Issue Single */

.mag-issue-cover-story .articles .article-img-box {
  margin-top: 0px;
}

.mag-issue-cover-story .articles .article-heading-two {
  margin-top: 0px;
}

/* Magzine Issue Single End */


.ads-box1 {
  /* padding: 8px 8px; */
  /* background-color: var(--grey-four); */
  /* width: 100%; */
  display: inline-block;
}

.story-photos {
  height: 108px;
  object-fit: cover;
}

.sb-image-caption .sb-attribution {
  margin-right: 20px;
  color: grey;
}

.sb-image-caption {
  color: grey;
}

.week-link a {
  text-decoration: none;
  color: white;
}

.weekender-anchor {
  text-decoration: none;
}

ul.submenu-child {
  display: none;
}

.toggle-submenu-child-ul {
  display: none;
}

.toggle-submenu-child-canvas {
  margin-top: -4px;
  padding-right: 10px;
  padding-bottom: 0px;
}

.rm-submenu-li .rm-nested-submenu ul {
  row-gap: 10px;
}

.story-author-details a {
  text-decoration: none;
  color: #000000;
}

/* .week-link a {
  color: white;
  background-color: #ED1C24;
  padding: 2px 5px;
  font-weight: 500;
  border-radius: 2px;
} */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sb-summary {
  padding: 20px 14px 14px 14px;
  margin-top: 40px;
  position: relative;
  border: 1px solid #e0e0e0;
}

.sb-summary p {
  margin-bottom: 0px;
}

.sb-summary .headline {
  top: -20px;
  font-weight: 500;
  padding: 0px 15px;
  position: absolute;
  font-size: x-large;
  color: var(--white);
  background-color: #ed1c25;
}

.sb-element {
  margin-top: 4px;
  margin: 20px 0px 0px 0px;
}

.sb-also-read {
  padding: 10px;
  border: 1px solid;
}

.sb-also-read .article-heading-one a {
  font-size: 24px;
  color: var(--black);
  text-decoration: none;
  font-family: var(--marcellus);
}

.sb-also-read .ss-h-100 {
  height: 130px;
}

.sb-also-read p {
  margin-top: 5px;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.sb-also-read .author .name a {
  font-size: 16px;
}

.sb-blurb {
  border-left: 2px solid var(--primary-red);
}

.sb-blurb blockquote {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  padding-left: 10px;
}

.sb-data-table td,
.sb-data-table th {
  border: 1px solid rgb(0, 0, 0);
  padding: 5px;
}

.sb-edge-icon {
  background-color: #ed1c25;
  color: rgb(255 255 255);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 8px;
  text-align: center;
  height: 35px;
  width: 35px;
  border-radius: 5px;
}

.sb-answer,
.sb-question {
  display: flex;
  align-items: flex-start;
  /* Align items at the start (top) of the flex container */
}

.header-height {
  height: 250px;
}

.header-mt {
  margin-top: 1rem;
}

.sb-video {
  text-align: center;
}

.sb-card .quote blockquote::before {
  width: 40px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: var(--primary-red);
  position: absolute;
}

.sb-card .quote blockquote {
  font-size: 26px;
  font-weight: 500;
}

.sb-card .quote .attribution {
  color: #6c757d;
  font-size: 20px;
  font-style: italic;
}

.sb-bigfact .bigfact-title {
  font-size: 42px;
  font-weight: 500;
  color: var(--primary-red);
}

.sb-bigfact .bigfact-description {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}

.sb-blockquote {
  color: var(--white);
  padding: 20px 30px;
  background-color: var(--primary-red);
}

.sb-blockquote blockquote::before {
  content: "“";
  font-size: 40px;
}

.sb-blockquote blockquote {
  margin-bottom: 0px;
  font-family: var(--source-sans-pro);
}

.sb-blockquote .attribution {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
  font-style: italic;
  display: inline-block;
}

.sb-jsembed {
  display: flex;
  justify-content: center;
}

.sb-file .sb-title {
  font-size: 24px;
  font-weight: 500;
}

.sb-file .sb-file-wrapper {
  padding: 20px;
  display: flex;
  margin-top: 15px;
  border-radius: 10px;
  align-items: center;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
}

.sb-file .db-file-content {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}

.sb-file .sb-type {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
  border-radius: 8px;
  color: var(--white);
  background-color: var(--primary-red);
}

.sb-file .sb-file-name {
  font-size: 24px;
  font-weight: 500;
}

.sb-file a {
  border: 1px solid;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}

.sb-data .sb-data-table {
  margin: auto;
}

.cta-anchor {
  text-decoration: none;
}

.cta-anchor .cta-text {
  color: #fff;
  padding: 15px;
  font-size: 20px;
  border-radius: 8px;
  background-color: var(--primary-red);
}

.figure-mt {
  margin-top: 1rem;
}

.week-w-100 {
  width: 100%;
}

.spotlight-row {
  margin-bottom: 40px;
}

.sb-element h2 {
  margin-top: 20px;
}

.sb-element h3 {
  margin-top: 20px;
}

.sb-element .content h3 a {
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
}

.Sponsor-bg {
  text-align: center;
}

.sb-element .content ol li {
  font-size: 20px;
}

.sb-element .content ol li a {
  text-decoration: none;
  color: var(--primary-red);
}

.sb-element .content ul li a {
  text-decoration: none;
  color: var(--primary-red);
}

.sb-element .content h2 a {
  text-decoration: none;
  color: var(--primary-red);
}

.sb-element .content ul li {
  font-size: 20px;
}

.sb-text .content p a {
  text-decoration: none;
  color: var(--primary-red);
}

.category-head-white {
  padding: 0px !important;
}

.sb-element .content table {
  width: 100% !important;
}

.video-gallery .slider-one .slick-next {
  right: 5px !important;
}

.video-gallery .slider-one .slick-prev {
  left: 5px !important;
}

.sb-jsembed iframe {
  width: 100%;
}

.iframe-border-none iframe{
  border: 0px !important;
}

.ps-image {
  position: relative;
}

.ps-image .ps-image-count {
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 10px;
  position: absolute;
  color: var(--white);
  background-color: var(--primary-red);
}

.ps-image .sb-image-caption {
  padding: 5px;
  background-color: var(--grey-five);
}

.ps-social ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  align-items: center;
  margin: 5px 0px 25px 0px;
}

.ps-social ul li:not(:last-child) {
  margin-right: 10px;
}

.ps-popular {
  width: 35px;
}

.popular .article-heading-one {
  line-height: 1;
}

.category .articles .article-heading-one a {
  font-size: 16px;
}

.mag-article .articles .article-heading-one {
  margin-top: 0px;
}

.video-gallery .articles .article-img-box .article-img {
  height: 111px;
  object-fit: cover;
}

.rm-spotlight .articles .article-heading-five{
  margin-top: 0px;
}

.story-hero-img {
  /* object-fit: cover; */
  object-fit: contain;
}

.text-decoration-none {
  text-decoration: none;
}

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

.live-blog-m_card-share__nvSEx {
  margin-top: 30px;
  margin-bottom: 30px;
}

.arr--element-container {
  margin-bottom: 30px;
}

.live_blog .sb-card:not(:last-child) {
  border-bottom: 1px solid var(--grey-two);
}

.live-dot {
  display: flex;
}

.red-dot {
  animation-name: blinking;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes blinking {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

.important {
  text-align: left;
  max-width: 600px;
  border-radius: 5px;
  margin: 35px auto 0px auto;
}

.important p {
  font-weight: 700;
  color: var(--black);
  font-family: var(--source-sans-pro);
}