
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1335px !important;
  }
  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1335px !important;
    }
}
}
.header {
    background-color: white;
  }

  .category .container {
    padding-left: 0px;
}
  .header .logo img {
    max-height: 40px; /* Adjust based on logo size */
  }
  
  .navbar-nav .nav-link {
    font-weight: bold;
    padding: 8px 12px;
    color: #000;
  }
  
  .navbar-nav .nav-link:hover {
    color: #DB3745; /* Red hover color */
  }
 /*   menu-left */
 .main_menu_nav {
  background: #fff;
  display: none;
  height: calc(100vh - 62px);
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 17%;
}
.menu_open {
  display: block;
}
.main_menu_nav {
  position: fixed;
  top: 56px;
}
.menu_center_left {
  padding: 0px 0px 20px;
}
.menu_center_left li {
  border-top: 1px solid #d3d3d3;
  display: block;
  padding: 0;
}

.menu_center_left .menu_label, .menu_center_left .menu_label_header a, .menu_center_left a span {
  display: block;
  font-family: Pilat Narrow Bold, Pilat Narrow-fallback, sans-serif;
  font-size: 1.525rem;
  line-height: 2.3125rem;
  margin: 0;
  padding-top: 19px;
  position: relative;
  font-weight: 900;
}
.menu_center_left a {
  color: #010101;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
 /*   menu-left */
  .border-top {
    border-top: 1px solid #ddd;
  }
  
  .border-bottom {
    border-bottom: 1px solid #ddd;
  }
  
  #menu-toggle,#menu-search ,#close,.bi-search {
    font-size: 1.5rem;
    color: #000;
  }
  /* close button */
  i.fa-solid.fa-xmark {
    font-size: larger;
    color: #DB3745;
    border: solid;
    border-radius: 50%;
    padding: 4px;
    width: 40px;
    height: 40px;
}
  /* close button */
  .btn-danger {
    background-color: #DB3745;
    border-color: #DB3745;
    font-weight: bold;
  }
  
  .btn-danger:hover {
    background-color: #DB3745;
    border-color: #DB3745;
  }
  a.text-decoration-none.me-3 {
      color:#DB3745;
  }
  
  /* header */
   /* footer */
  
   .footer {
      background-color: #000;
      color: #fff;
      padding: 40px 0;
  }
  .footer-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
  }
  .footer-logo img {
      max-height: 50px;
      margin-right: 10px;
  }
  .footer .footer-column h5 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px;
  }
  .footer .footer-column a {
      color: #bbb;
      text-decoration: none;
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
  }
  .footer .footer-column a:hover {
      color: #fff;
  }
  .footer .footer-bottom {
      border-top: 1px solid #333;
      padding-top: 20px;
      margin-top: 20px;
      font-size: 12px;
      text-align: center;
      color: #999;
  }
  .footer .footer-bottom a {
      color: #999;
      margin: 0 10px;
      text-decoration: none;
  }
  .footer .footer-bottom a:hover {
      color: #fff;
  }
  .col-4.col-md-5.title {
    text-align: center;
}
  .footer-title{
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.5;
    padding-left: 17px;
    /* display: contents; */
    color: white;
  }
  h1.footer-title {
    margin-top: 13px;
}
  .social-icons {
      display: flex;
      justify-content: center;
      margin: 20px 0;
  }
  .social-icons a {
      color: #fff;
      font-size: 20px;
      margin: 0 15px;
  }
  .social-icons a:hover {
      color: #bbb;
  }
  .col-md-2.footer-column:not(:last-child) {
      border-right: solid;
  }
  
  /* Custom CSS */
  
  .news-item {
    position: relative;
    /* background-color: #f8f9fa; */
    margin-bottom: 20px;
    /* border: 1px solid #ddd; */
  }
  .news-image {
    width: 100%;
    height: auto;
  }
  .col-md-3 .overlaymain {
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    /* padding: 10px; */
    color: #fff;
  }
  
  .col-md-3 span.badge.badge-danger {
    text-transform: uppercase;
    background-color: #DB3745;
    border-radius: 0;
    margin-left: 5px;
  }
  
  .col-md-6 .overlaymain {
    background-color: black;
    position: relative;
    bottom: 65px;
    left: 0;
    width: 100%;
    /* padding: 10px; */
    color: #fff;
  }
  .col-md-6  span.badge.badge-danger {
    font-family: 'Roboto';
    text-transform: uppercase;
    background-color: #DB3745;
    border-radius: 0;
    margin-left: 5px;
    margin-top: 10px;
  }
  .col-md-6 h2 {
    padding: 3px;
  }
  ul.main-news {
    display: flex;
    position: relative;
    bottom: 55px;
  }
  .news-main .col-md-6{
    padding: 0;
  }
  .news-main ul{
    color: #DB3745;
  }
  .main-news a {
    transition: all .2s ease-in-out;
    color: #fff !important;
    text-decoration: none;
}
  h2.entry-title.font-roboto.mb-1, .category-posts a {
    padding: 4;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .2s ease-in-out;
    text-decoration: none;
    letter-spacing: -.5px !important;
}
.main-news .entry-title {
  font-size: 28px !important;
  line-height: 35px;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #fff;
}
.news-title a{
   font-size: 21px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .2s ease-in-out;
    text-decoration: none;
    letter-spacing: -.5px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
}

  .badge {
    font-size: 0.9em;
  }

  /* Custom CSS */
  /* news-video */
  .mini-category-posts.d-flex.align-items-center.mt-3 img {
    height: 60px !important;
  }
  .mini-category-posts a {
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
  }
  .mini-category-posts a {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -.5px;
  }
  .mini-category-posts .entry-title {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
  }
  .font-roboto {
    font-family: roboto, sans-serif;
  }
  .entry-title {
    word-wrap: break-word;
  }
  /* news-video */
  .featuredVideos .lh-base {
    font-weight: 600;
    color: #fff;
    line-height: 1.3 !important;
  }
  .featuredVideos a {
    text-decoration: none !important;
  }
  .featuredVideos .vidHead {
    font-weight: 700;
    font-size: 2.4rem !important;
  }
  .featuredVideos .vidHead {
    position: relative;
    text-transform: uppercase;
  }
  .featuredVideos .vidHead:before {
    content: "";
    display: block;
    width: 36%;
    height: 4px;
    background: #fff;
    left: 0;
    top: 50%;
    position: absolute;
  }
  .featuredVideos .vidHead:after {
    content: "";
    display: block;
    width: 36%;
    height: 4px;
    background: #fff;
    right: 0;
    top: 50%;
    position: absolute;
  }
  .featuredVideos .vidHead:after {
    width: 31%;
  }
  .featuredVideos .vidHead:before {
    width: 31%;
  }
  /* button play */
  .play-overlaymain {
    position: relative !important;
  }
  .pre_video-play-button_video {
    position: absolute;
    z-index: 11;
    left: 35%;
    width: 30px;
    height: 25px;
    margin-top: 16px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    line-height: 0;
}
  .pre_video-play-button_video .icon--play-inverse {
    fill: #fff;
    display: block;
  }
  .pre_video-play-button_video .icon--play {
    display: none;
  }
  /* button play */
  /* blog-news */
  .debates.category-posts img {
    width: 100% !important;
    object-position: right;
  }
  .debates-mini-blogs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .post-category {
    background-color: #DB3745;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  
  .category-posts .entry-title {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
  }
  h3.entry-title.font-roboto.mb-1, .category-posts a {
    font-family: Roboto, helvetica neue, Helvetica, Arial, sans-serif;
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
    letter-spacing: -.5px !important;
  }
  .category-posts a {
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
  }
  
  /* blog-news */
  .entry-title.module-title.mb-0 a {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.5px;
    font-weight: 900 !important;
}


.sidebar .entry-title.module-title.mb-0 a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 500 !important;
}
  .elections-2024 a {
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .Business-news .entry-title, .Policy-news .entry-title, .Restoring-America .entry-title, .elections-2024 .entry-title {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
    font-family: roboto, sans-serif;
  }
  h4.block-title.mb-0 a {
    text-transform: uppercase;
    margin-left: 0;
    font-weight: 900;
    font-size: 30px !important;
  }
  /* category */
  /* opionion */
  .Opinion-b .d-grid, .small-blog-posts {
    grid-template-columns: 1fr 1fr;
  }
  .mini-category-posts img {
    width: 100px !important;
    height: 68px;
  }
  
  /* opionion */
  
  
  /* journalist */
  .candidate-slider h4 span {
    color: #0e73b2;
    font-weight: bold;
  }
  
  .candidate-slider a {
    text-decoration: none;
  }
  
  .candidate-slider div img {
    width: 192px;
    height: 192px;
  }
  
  .candidate-slider h4 {
    font-family: "Roboto Slab", serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
    color: #111;
    text-decoration: none;
  }
  
  .candidate-slider .entry-title a,
  .candidate-slider .entry-title {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    line-height: 1.5 !important;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #111;
    padding-left: 2px;
  }
  
  .candidate-slider .entry-title:hover a {
    text-decoration: underline;
  }
  
  
  .candidate-slider .slick-slide {
    margin: 0px 8px !important;
    height: auto;
  }
  
  .candidate-slider .slick-prev:before,
  .candidate-slider .slick-next:before {
    color: black;
    font-size: 22px;
  }
  
  .candidate-slider .slick-prev:after,
  .candidate-slider .slick-next:after {
    position: absolute;
    top: 50%;
    color: black;
    font-size: 22px;
  }
  
  .candidate-slider .slick-prev:after {
    content: "Previous";
    left: -100px;
  }
  
  .candidate-slider .slick-next:after {
    content: "Next";
    left: 50px;
  }
  
  .candidate-slider .slick-prev,
  .candidate-slider .slick-next {
 /*    border: 2px solid black; */
    color: black;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 100%;
    display: block !important;
  }
  
  .candidate-slider ul.slick-dots {
    display: none !important;
  }
  
  .candidate-slider .slick-prev {
    left: 44%;
  }
  
  .candidate-slider .slick-next {
    right: 44%;
  }
  
  .candidate-slider .slick-prev.slick-disabled,
  .candidate-slider .slick-next.slick-disabled {
    opacity: .25;
  }
  
  .candidate-slider .slick-prev.slick-disabled:before,
  .candidate-slider .slick-next.slick-disabled:before {
    opacity: 1;
  }
  
  .candidate-slider .slick-next:before {
    content: 'â†’';
  }
  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* journalist */
  
  /* search */
  nav.navbar.navbar-expand-md.navbar-light.border-top.border-bottom.search {
    display: none;
}
  .search-container {
    border-radius: 7px;
    padding: 15px 0px 0px 10px;
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: center;
}

  .search-box {
    width: 70%;
    max-width: 820px;
    display: flex;
    border: 2px solid white;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .search-box input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
  }
  
  .search-box button {
    background-color: #DB3745; 
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .search-box button:hover {
    background-color: #DB3745;
  }
  
  .search-box input:focus {
    box-shadow: none;
  }
  /* search */
/*   Sidebar in fokus */
.col-md-3.sidebar.magazine img {
  height: 250px;
}
.magazine a.article-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 500 !important;
    color: black;
}
  
  h5.text-white.bg-danger.p-2.text-uppercase.text-center {
    font-size: 19px;
    font-weight: 700;
    width: 155px;
    /* margin-left: 20%; */
}
/*   Sidebar in fokus */
/*   Sidebar Magazine */
.magazine-title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: start;
  /* margin-bottom: 20px; */
}
/*   Sidebar Magazine */
h5.text-white.bg-danger.p-2.text-uppercase.text-center.res-amer {
  width: 220px;
  /* margin-left: 8%; */
}
/*   Sidebar Magazine */
.magazine-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.games img {
  height: 210px;
}
.subscribe-btn {
  background-color: #DB3745;
  color: #fff;
  border: none;
  padding: 5px 70px;
  display: block;
  margin: 10px auto;
  font-weight: bold;
  text-transform: uppercase;
}
a.author {
  color: #d9534f;
}
.article-item {
  /* border-bottom: 1px solid #ddd; */
  padding: 5px 0;
}
.article-item span {
  font-size: 0.9em;
  color: #777;
}
.article-icon {
  color: #DB3745;
  /* margin-right: 10px; */
}
/*   Sidebar Magazine */

/*   ads banner */
.banner-ad img{
  max-width: 970px;
  max-height: 95px;
}
/*   ads banner */
/*   icon star */
.bi-star-fill {
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url(https://washexam.com/v4/start.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*   icon star */
/*   sidebar author */
span.author {
  color: #DB3745;
}
/*   sidebar author */
/*   sidebar podcast */
.podcast-wrapper {
  max-width: 700px;
  margin: 20px auto;
  border: 2px solid #ccc;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.podcast-wrapper iframe {
  background-color: #7224d8;
  display: block;
  width: 100%;
/*    height: 200px;  */
  border: none; 
  border-radius: 15px;
}
.podcast-wrapper iframe .audio-player {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0) !important; /* Gradient colors */
}
/* ads images  */

.col-md-3 img{
  width: 100%;
}
button#close {
  display: none;
}
/* menu hidde */
nav.menu-left {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
nav.menu-left.active {
  display: block;
  opacity: 1;
}

/* kategori */
.cat-post {
  grid-template-columns: 1fr 1fr;
}


.menu_center_left li:hover {
background-color: rgba(158, 155, 155, 0.004);
border-right: solid 5px #DB3745;
}

.menu_center_left .menu_label, .menu_center_left .menu_label_header a, .menu_center_left a span:hover {

  color: #DB3745;
}
/* border */
.d-flex.align-items-center.justify-content-between {
  border-top: solid 5px;
}
/* .magazine-title {
  border-top: solid 5px;
} */
/* border */
.magazine-title {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  /* border-top: solid 5px; */
  font-weight: 900;
}
.category .fa-play:before {
  content: "\f04b";
  color: #DB3745;
  font-size: 28px !important;
}
.opinion .fa-play:before {
  content: "\f04b";
  color: #DB3745;
  font-size: 28px !important;
}

.fa-play:before {
  content: "\f04b";
  color:  #DB3745;
  font-size: 21px;
}



h4.magazine-title.block-title.mb-0 {
  font-size: 30px;
}
.magazine-container {
  border-top: solid 5px;
  display: flex;
  /* justify-content: space-between; */
}
i.fa-solid.fa-play.icon {
  padding: 2px 5px 5px 5px;
}
.header .d-flex.align-items-center.justify-content-between {
  border-top: solid 0px;
}


.col-md-3.sidebar {
  border-left: solid 1px #d3d3d3;
}
.news-main .main-line:before {
  content: "";
  display: block;
  width: 47.7%;
  height: 1px;
  background: #d3d3d3;
  /* left: 15px; */
  /* top: 136%; */
  position: absolute;
}

body .tdi_32 {
  background-color: #DB3745;
  text-decoration: none;
}

.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a {
  position: relative;
  display: block;
  padding: 7px 30px;
  font-size: 12px;
  line-height: 20px;
  color: #111;
  text-decoration: none;
}

html {
overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

.alert-banner.is-breaking .alert-info a {
  color: #ffffff !important;
  transition: background, 0.25s, ease-in-out;
  text-decoration: none;
}


.td-module-comments {
  position: relative;
  float: right;
  font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  display: none !important;
}

@media (min-width: 767px) {
  .col-md-6.video {
      padding: 0;
  }
  .col-md-12, .col-md-9 {
    padding-left: 0 !important;
}

.featuredVideos img {
object-fit: inherit!important;
  }
  
      .candidate-slider img {
      max-width: 100% !important;
      height: auto;
  }
  .opinion img {
      max-width: none;
      height: auto;
  }
  
}

@media only screen and (max-width: 430px){



.page .tpd-video.full {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}
}
h3.entry-title.module-title.mb-0 {
  line-height: 0.6;
}
.sidebar .entry-title.module-title.mb-0 a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 400 !important;
}
.col-md-6 .overlaymain {
  background-color: #000;
  position: relative;
  bottom: 72px;
  left: 0;
  width: 100%;
  color: #fff;
}
.magazine-container {
  border-top: solid 3px;
  display: flex
;
}
button.btn.subscribe-btn {
  background-color: #DB3745;
  color: #fff;
  border: none;
  padding: 5px 70px;
  display: block;
  margin: 10px auto;
  font-weight: bold;
  text-transform: uppercase;
}
.d-flex.align-items-center.justify-content-between {
  border-top: solid 3px;
}
.games img {
  height: 160px;
}

.col-md-3.sidebar.magazine img {
  height: 250px;
}
.candidate-slider .slick-next:before {
  content: '\2192';
}

ul li, ol li {
  line-height: 24px;
  margin-left: 0px;
}
.col-md-9.post-main .overlaymain {
  height: 135px;
  background-color: #000;
  position: relative;
  bottom: 51px;
  left: 0;
  width: 100%;
  color: #fff;
}
.news-title {
  /* height: 95px; */
  background-color: #000;
  font-weight: 700;
  font-size: 1.2em;
  /* margin-top: 5px; */
  padding-left: 5px;
}


.col-md-3 .overlaymain {
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  color: #fff;
}
/* ul.main-news {
  display: flex
;
  position: relative;
  bottom: 30px;
} */

ul.main-news {
/* font-weight: 600; */
font-size: x-large;
display: flex
;
position: relative;
bottom: 14px;
}
.container.my-4 {
  padding: 0;
}
.sidebar .container {
  padding: 0;
}
.article-item {
  padding: 5px 10px;
}
.candidate-slider h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
  color: #111;
  text-decoration: none;
}
.col-md-3.post-small ul {
  height: 60px;
  padding-left: 15px;
  margin-top: 30px;
  font-size: large;
  font-weight: 500;
}
.news-title {
  height: 94px;
  background-color: #000;
  font-weight: 700;
  font-size: 1.2em;
  padding-left: 5px;
}

@media (max-width: 767px) {

img.object-fit-contain.my-3 { 
  margin-left: 25% !important; 
  max-width: 40% !important;
}

h3.entry-title.text-start {
      text-align: left;
      font-size: 24px;
      font-weight: 700;
  }

}

h4.block-title.mb-0 a {
  text-transform: uppercase;
  margin-left: 0;
  font-weight: 900;
  font-size: 22px !important;
}
.category .fa-play:before {
  content: "\f04b";
  color: #DB3745;
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .opinion img {
      max-width: none;
      height: 60px;
  }
  .text-start {
   text-align: left !important;
}
.news-video .col-md-6 {
    padding: 0 !important;
  }
}
.featuredVideos .lh-base {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3 !important;
}
li.in-focus::marker {
  color: #DB3745; 
  font-size: x-large;
  content: "•";
}
.list-unstyled {
  padding-left: 5px;
  list-style: none;
}
.opinion .fa-play:before {
  content: "\f04b";
  color: #DB3745;
  font-size: 21px !important;
}
section.featuredVideos .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  i.fa-sharp-duotone.fa-solid.fa-play.order-1.order-md-2 {
      display: inline;
  }
}
h4.block-title.mb-0 a {
  padding-left: 0;
}

@media (max-width: 767px) {
  .entry-title.module-title.mb-0 a {
      font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: -0.5px;
      font-weight: 700 !important;
  }
  .mb-3.d-block.d-md-none.infocus ul li::marker {
    color: #DB3745; 
    font-size: 29px;
    content: "•"; 
}

  
}
@media (max-width: 767px) {
        .col-md-6.news {
          padding: 0 !important;
        }
       .col-md-6.video {
          padding: 0 !important;
      }
      .debates-mini-blogs {
          grid-template-columns: 1fr !important;
      }
  .Business-news .grid-layout>h3, .Policy-news .grid-layout>h3, .Restoring-America .grid-layout>h3, .elections-2024 .grid-layout>h3 {
      border-top: 1px solid #dee2e6;
      margin-top: 12px;
      padding-top: 12px;
  }
  .candidate-slider .slick-prev, .candidate-slider .slick-next {
  border: 0px solid #000;
  color: #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 100%;
  display: block !important;
}
h3.entry-title.text-start.text-md-center {
  text-align: center !important;
}

}
.video .mini-category-posts.d-flex.align-items-center.mt-3 {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .magazine-container {
      border-top: solid 5px;
      display: flex
;
      justify-content: normal;
  }
  .video .mini-category-posts.d-flex.align-items-center.mt-3 {
  margin-left: 0;
}
.debates.category-posts.d-flex.flex-column.align-items-start.gap-2 {
      border-bottom: solid 0px #d3d3d3 !important;
      padding-bottom: 0px!important;
  }
  h2.entry-title.font-roboto.mb-1, .category-posts a {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all .2s ease-in-out;
  text-decoration: none;
  letter-spacing: -.5px !important;
}
}
.news-main ul a {
color: #DB3745 !important;
}
.main-news a li {
transition: all .2s ease-in-out;
color: #DB3745 !important;
text-decoration: none;
}
.main-news img {
  height: 465px;
}
.col-md-3.post-small img {
  height: 215px;
}
/* nine  */
.col-md-3.post-small {
padding: 0;
}
.col-md-9.post-main ul {
font-size: x-large;
font-weight: 600;
}

.col-md-9.post-main span.badge.badge-danger {
font-family: 'Roboto';
text-transform: uppercase;
background-color: #DB3745;
border-radius: 0;
margin-left: 5px;
margin-top: 10px;
}

h2.entry-title.font-roboto.mb-1,
.category-posts a {
padding: 5px;
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
transition: all .2s ease-in-out;
text-decoration: none;
letter-spacing: -.5px !important;
}

.banner-ad img {
max-width: 950px;
max-height: 95px;
}

button.btn.subscribe-btn {
background-color: #DB3745;
color: #fff;
border: none;
padding: 5px 96px;
display: block;
/* margin: 10px auto; */
font-weight: bold;
text-transform: uppercase;
}

.games img {
height: 190px;
}

.col-md-12.sidebar.magazine.mt-2 .col-md-12 {
padding: 0;
}

.magazine a.article-title {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: normal;
letter-spacing: 0px;
font-weight: 400 !important;
color: #000;
}

i.fa-solid.fa-play.icon {
padding: 10px 5px 5px;
}

.podcast-wrapper {
max-width: 700px;
margin: 0px auto;
border: 2px solid #ccc;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
overflow: hidden;
}

.featuredVideos .slick-arrow:hover {
background: #DB3745;
}

.video-slide img {
width: 96%;
}

.slick-prev:before,
.slick-next:before {
margin-left: 5px;
font-size: 30px;
}

.featuredVideos .slick-prev {
left: 45%;
height: 40px;
width: 40px;
}

.featuredVideos .slick-next {
right: 45%;
height: 40px;
width: 40px;
}

.featuredVideos .slick-arrow {
position: absolute;
top: 95%;
/* transform: translateY(-50%); */
z-index: 10;
/*  border: solid #c93627; */
/* color: #fff; */
/* padding: 10px 15px; */
cursor: pointer;
border-radius: 50%;
font-size: 22px;
/* transition: all 0.3s ease; */
}

.alert-banner {
left: 50%;
max-width: 13000px;
/* margin-left: -170px; */
min-width: 1054px;
border-top-width: 4px;
}

.alert-banner .alert-info {
position: relative;
z-index: 10;
}

.alert-banner.is-breaking .alert-info a {
color: #ffffff;
transition: background, .25s, ease-in-out;
text-decoration: none;
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 900;
}

/* costum breaking */
.alert-banner.is-costum .alert-title {
/*  text-shadow: 4px 4px 0 #00000030; */
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 900;
}
.alert-banner.is-costum .alert-banner {
font-size: 24px;
font-weight: 900;
}

.alert-banner.is-costum .alert-info a {
color: black;
transition: background, .25s, ease-in-out;
text-decoration: none;
}

/* costum breaking */
.alert-banner.is-breaking .alert-title {
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 900;
}

.alert-banner .alert-text a {
font-size: 14px !important;
line-height: 16px !important;
margin-top: 4px !important;
margin-bottom: 0 !important;
font-weight: 100 !important;
}

.alert-banner.is-breaking {
color: #fff;
background-color: #DB3745;
}

.alert-banner .alert-type {
font-size: 14px;
margin-bottom: 5px;
font-weight: 900;
text-transform: uppercase;
}

.alert-banner .close {
display: block;
text-align: center;
position: absolute;
top: 10px;
right: 10px;
height: 16px;
width: 16px;
z-index: 11
}

.alert-banner .close:before {
display: block;
content: "×";
font-size: 16px;
position: relative;
z-index: 5
}

.alert-banner .close:after {
border-radius: 50%;
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
z-index: 4
}

.alert-banner.is-breaking {
/* margin-left: 10px; */
border-radius: 10px;
padding: 15px;
color: #fff;
background-color: #DB3745;
}

.alert-banner.is-costum {
border-radius: 10px;
padding: 20px 15px;
color: black;
background-color: #ffcc00;
}

/* headline  */
.alert-banner.head_line {
text-transform: uppercase;
border-radius: 10px;
font-family: Roboto Slab !important;
font-size: 41px;
line-height: 40px;
font-weight: 900;
color: black;
background-color: transparent;
text-align: center;
line-height: 1;
}

.head_line .alert-type {
display: none;
}

.head_line.red .alert-type {
display: none;
}

.alert-banner.head_line .alert-text,
.alert-banner.head_line .alert-text .alert-type {
display: none;
}

.alert-banner.head_line.red .alert-text,
.alert-banner.head_line.red .alert-text .alert-type {
display: none;
}

.alert-banner.is-costum .alert-text,
.alert-banner.head_line .alert-text .alert-type {
display: block;
}

.alert-banner.head_line a {
color: black
}

/* headline red  */
.alert-banner.head_line.red a {
color: #DB3745;
font-size: 67px;
text-align: center;
line-height: 1;
}

/* headline red  */
.alert-banner.head_line {
font-size: 65px;
text-align: center;
line-height: 1;
}
img {
    max-width: none;
    height: auto;
}
.col-md-12.sidebar.games a {
  color: black;
}
.debates.category-posts img {
height: 175px;
width: 100% !important;
object-position: right;
}
section.news-four h2.entry-title.font-roboto.mb-1, .category-posts a {
padding: 0;
}
/* headline  */
/* nine */

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
   max-width: 1335px !important;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1335px !important;
  }
}
}

.author .text_blackTone{
font-family: "Roboto", sans-serif;
font-size: 19px;
line-height: 1.5 !important;
font-weight: 900;
letter-spacing: -.5px;
color: #111;
}
.author h6{
 color: #0e73b2;
 font-family: "Roboto Slab", serif;
 font-weight: 400;
 font-size: 17px;
}
.author span.text_blackTone{
font-family: "Roboto Slab", serif;
font-weight: 400;
font-size: 17px;
margin-bottom: 0;
color: #111;

}
.infocus .text_blackTone {
font-weight: normal;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.col-md-9 {
padding: 0 !important;
width: 100% !important;
}
.col-md-3.sidebar {
width: 100% !important;
}
.alert-banner {
left: 50%;
max-width: 100%!important;
min-width: 100%!important;
border-top-width: 4px;
}
.featuredVideos .vidHead:after {
width: 24%!important;
}
.featuredVideos .vidHead:before {
width: 24%!important;
}
.news-item.two .content h3 {
font-size: 1.0rem !important;
}
.col-md-3.sidebar {
border-left: solid 0px #d3d3d3 !important;
}

.news-main .col-md-8 .news-item img {
width: 100%;
height: 411px !important;
}

}
/* trending */
.trending-bar {
  background-color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.trending-scroll {
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.trending-scroll::-webkit-scrollbar {
  display: none;
}
.trending-label {
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.trending-link {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  flex-shrink: 0;
}
.trending-link:hover {
  text-decoration: underline;
}
.border-bottom {
  border-bottom: 1px solid #878787 !important;
}
@media (min-width: 992px) {
  .trending-scroll {
    justify-content: start;
  }
}
/* trending */
/* infocuks and video news mobile */
@media (max-width: 767.98px) {
  #infocusmob .mb-3.d-none.d-md-block {
    display: block !important;
  }
  div#video-news {
    margin-top: -35px;
  }
  .col-md-3.sidebar.mt-2 {
    display: none;
  }
}
/* infocuks and video news mobile */

/* Shorts */
.shorts-card {
  width: 260px;
}
@media (max-width: 768px) {
  .shorts-card {
    width: 75vw;
  }
}

.shorts-thumb {
  aspect-ratio: 9 / 16;
}
.fw-semibold.text-dark.shorts-title {
  color: white !important;
}
.shorts-gradient {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.15) 55%,
    rgba(0, 0, 0, 0) 70%
  );
}

.shorts-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
  font-size: 1rem;
}

.shorts-track {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.shorts-card {
  scroll-snap-align: start;
}

/* Shorts */

.ad-slot-header,
.ad-slot-inner {
    background-color: #f4f4f4 !important;
}

.col-md-3.sidebar.mt-2 {
    padding-right: 10px;
}

.entry-title.module-title.mb-0 a {
    letter-spacing: -0.5px !important;
}

span.text-danger.videoLine {
    color: #DB3745 !important;
}

.wex-main-home {
    display: none;
}

.news-item.two {
    min-height: 345px !important;
    max-height: 457px;
}

.col-md-4 {
    padding-right: 1.5rem;
}

.shorts-card {
    width: 195px;
}

h4.block-title.mb-0 a {
    background-color: transparent;
    color: black;
}

/* LOAD MORE */
.loadmorecat.text-center.text-md-end {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    text-align: center !important;
}

.loadmorecat a {
    font-size: 15px !important;
    color: black !important;
    font-weight: 600 !important;
}

.loadmorecat .badge {
    margin-left: 10px;
    background: #DB3745;
    color: white;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

/* TRENDING */
.trending-scroll {
    overflow-x: auto;
    white-space: nowrap;
}

.trending-link {
    font-family: Roboto !important;
    position: relative;
    padding: 0 12px;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
}

.trending-link + .trending-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 1px;
    height: 22px;
    background-color: var(--divider_color, #ccc);
}

.trending-label {
    padding-left: 5.7rem;
}

/* MOBILE */
@media (max-width: 768px) {
    .trending-label {
        padding-left: 0.7rem;
    }
    img.img-fluid.w-100 {
        border: 10px solid black !important;
        border-bottom: 0 !important;
    }
    .alert-title {
        font-size: 2.3rem !important;
    }

    .news-item.three .news-box {
        max-height: 190px !important;
    }

    .wex-main-home {
        display: block;
        color: #DB3745 !important;
    }

    .wex-main-home a {
        color: #DB3745 !important;
    }

    .shorts-card {
        width: 195px !important;
    }
    
    .alert-banner.is-costum .alert-title {
        line-height: 40px  !important;
    }
    .shorts-track {
        margin-left: 10px;
    }
    h4.block-title.mb-0 a {
        padding: 2px 0px 2px 10px;
        text-transform: uppercase;
        margin-left: 0;
        font-weight: 900;
        font-size: 22px !important;
    }
    div#video-news {
        margin-top: 0px !important;
    }

}

@media (max-width: 767px) {
    .tdi_67 .tdb-title-text {
        font-size: 30px !important;
        line-height: 41px !important;
    }

    section.news-main.mt-2 .col-md-4 {
        display: none;
        padding: 0 !important;
    }

    .mb-3.d-block.d-md-none.infocus,
    .d-block.d-md-none.mb-3 {
        display: none !important;
        padding: 0;
    }
}

@media (min-width: 767px) {
    .col-md-8 {
        padding-right: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .col-md-3.sidebar.mt-2,
    #maintwo {
        display: block !important;
    }

    .col-md-5.mt-3 {
        border-bottom: solid #dadada;
    }

    .alert-banner.is-costum .alert-title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 5px;
        font-weight: 900;
    }
}

/* iPAD */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .news-main .col-md-8,
    .news-main .col-md-6,
    #infockus .col-md-4 {
        width: 100% !important;
    }
    
    .col-md-6 {
        width: 100% !important;
    }

    .debates-mini-blogs {
        grid-template-columns: 1fr 1fr !important;
    }
   .news-item img {
    width: 100%;
    height: 285px !important;
    object-fit: cover;
}
    
}

img.img-fluid.w-100 {
    border: 50px solid black;
    border-bottom: 0 !important;
}

@media (max-width: 576px) {
    .titleevent {
        text-align: start !important;
    }
}
.event-content {
    background: #000;
    color: #fff;
}
.titleevent {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 1px;
}

/* airplane */
:root {
  --wx-red:      #C8102E;
  --wx-navy:     #0D1B2A;
  --wx-muted:    #8A8A8A;
  --wx-border:   #D6D6D6;
  --wx-bg:       #F5F4F1;
  --wx-white:    #FFFFFF;
  --sev-high-bg: #B81C2E;
  --sev-high-lt: #D42030;
  --sev-mid-bg:  #A07B00;
  --sev-mid-lt:  #C49A00;
  --sev-low-bg:  #262928;
  --sev-low-lt:  #101211;
  --card-h:      132px;
}

.widget-wrap { 
  width: 100%;
 }
.widget-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--wx-red);
}
.eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wx-red);
  display: block;
  margin-bottom: 3px;
}
.widget-title {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--wx-navy);
  line-height: 1.1;
}
.live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wx-muted);
}
.live-dot {
  width: 7px; height: 7px;
  background: var(--wx-red);
  border-radius: 50%;
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.4; transform:scale(.85); }
}
.legend {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wx-muted);
}
.legend-dot { width: 10px; height: 10px; border-radius: 2px; }
.legend-dot.high { background: var(--sev-high-bg); }
.legend-dot.mid  { background: var(--sev-mid-bg); }
.legend-dot.low  { background: var(--sev-low-bg); }
.carousel-outer { overflow: hidden; }
.carousel-track {
  display: flex;
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
}
.carousel-slide {
  min-width: 100%;
  display: flex;
  gap: 8px;
}
.card {
  flex: 1;
  height: var(--card-h);
  border-radius: 3px;
  padding: 14px 13px 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: filter .18s, transform .18s;
  cursor: default;
}
.card:hover { filter: brightness(1.08); transform: translateY(-2px); }
.card.high { background: linear-gradient(145deg, var(--sev-high-lt), var(--sev-high-bg)); }
.card.mid  { background: linear-gradient(145deg, var(--sev-mid-lt),  var(--sev-mid-bg)); }
.card.low  { background: linear-gradient(145deg, var(--sev-low-lt),  var(--sev-low-bg)); }
.airport-code {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
}
.airport-city {
  font-size: 10.5px;
  color: rgba(255,255,255,0.72);
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.delay-block { display: flex; align-items: baseline; gap: 3px; }
.delay-num {
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.delay-unit {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding-bottom: 4px;
}
.card-time {
  position: absolute;
  bottom: 5px; 
  right: 10px;
  font-size: 9.5px;
  color: rgba(255,255,255,0.5);
  text-align: right;
  line-height: 1.4;
}
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.dots { display: flex; gap: 6px; }
.dot {
  width: 20px; height: 3px;
  background: var(--wx-border);
  border-radius: 2px;
  cursor: pointer;
  transition: background .2s, width .2s;
}
.dot.active { background: var(--wx-red); width: 32px; }
.nav-btns { display: flex; gap: 6px; }
.nav-btn {
  width: 34px; height: 34px;
  background: var(--wx-white);
  border: 1px solid var(--wx-border);
  border-radius: 1px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, border-color .15s;
}
.nav-btn:hover { background: var(--wx-navy); border-color: var(--wx-navy); }
.nav-btn:hover svg path { stroke: #fff; }
.nav-btn:disabled { opacity: .35; pointer-events: none; }
.widget-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.source-note { font-size: 11px; color: var(--wx-muted); }
.source-note a { color: var(--wx-red); text-decoration: none; font-weight: 500; }
.slide-counter {
  font-family: 'Roboto', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: .08em;
  color: var(--wx-muted);
  text-transform: uppercase;
}
/* Airplane */
/* TSA Wait Times Widget — matches gas widget sizing */
.we-tsa-wrap {
    padding: 20px 0 0 0;
    text-align: center;
}

.we-tsa-widget {
    display: inline-flex;
    flex-direction: column;
    font-family: 'Source Sans 3', sans-serif;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #dc3545;
    width: 345px !important;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 0;
    position: relative;
    z-index: 1;
}

.we-tsa-widget * {
    max-height: none !important;
}

.we-tsa-widget div[id*="google"],
.we-tsa-widget div[id*="ad-"],
.we-tsa-widget div[id*="gpt"],
.we-tsa-widget iframe,
.we-tsa-widget div[data-ad],
.we-tsa-widget .ad-slot,
.we-tsa-widget .dfp-ad {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
}

.we-tsa-header {
    background: #dc3545;
    padding: 6px 12px 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.we-tsa-header svg { flex-shrink: 0; }

.we-tsa-header-text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
    flex: 1;
}

.we-tsa-live {
    display: flex;
    align-items: center;
    gap: 4px;
}

.we-tsa-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: we-tsa-pulse 2s ease-in-out infinite;
}

@keyframes we-tsa-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.75); }
}

.we-tsa-live-text {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
}

.we-tsa-legend {
    display: flex;
    gap: 10px;
    padding: 4px 12px;
    border-bottom: 1px solid #e2e2e2;
}

.we-tsa-legend-item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.05em;
}

.we-tsa-legend-dot {
    width: 7px;
    height: 7px;
    border-radius: 2px;
}

.we-tsa-legend-dot.short { background: #16643a; }
.we-tsa-legend-dot.medium { background: #b8860b; }
.we-tsa-legend-dot.long { background: #dc3545; }

.we-tsa-carousel {
    overflow: hidden;
    position: relative;
}

.we-tsa-track {
    display: flex;
    transition: transform 0.4s ease;
}

.we-tsa-slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 6px 12px;
}

.we-tsa-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 7px 10px;
    color: #fff;
}

.we-tsa-card.short { background: #16643a; }
.we-tsa-card.medium { background: #b8860b; }
.we-tsa-card.long { background: #dc3545; }

.we-tsa-card-left { display: flex; flex-direction: column; }

.we-tsa-code {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.we-tsa-city {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 10px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 1px;
}

.we-tsa-card-right {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.we-tsa-mins {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.we-tsa-unit {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 10px;
    font-weight: 600;
    opacity: 0.9;
}

.we-tsa-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 4px 0;
}

.we-tsa-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s;
}

.we-tsa-dot.active { background: #333; }

.we-tsa-footer {
    padding: 5px 12px 7px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border-top: 1px solid #e2e2e2;
}

.we-tsa-footer-line {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 9px;
    color: #888;
    line-height: 1.4;
}

.we-tsa-footer-line a {
    color: #555;
    font-weight: 600;
    text-decoration: underline;
}

.we-tsa-footer-line a:hover { color: #dc3545; }
/* End TSA Wait Times Widget */

.pre_video-play-button_video {
    position: absolute !important;
    z-index: 11 !important;
    left: 38px !important;
    top: 0px !important;
    width: 30px !important;
    height: 25px !important;
    /* margin-top: -10px; */
    border: none !important;
    cursor: pointer !important;
    background-color: transparent !important;
    padding: 0 !important;
    line-height: 0!important;
}
@media (max-width: 767px) {
    .col-md-5.mt-3 h4 span {
        color: #0e73b2!important;
        font-weight: 700!important;
    } .col-md-5.mt-3 h4 {
        font-family: "Roboto Slab", serif;
        font-weight: 900!important;
        font-size: 25px!important;
        margin-bottom: 0;
        color: #111 !important;
        text-decoration: none !important;
    }
}
/* ads slot */
.wex-ad-slot {
    width: 100%;
    clear: both;
    margin: 0px auto !important;
    text-align: center;
}

.wex-ad-inner {
    display: inline-block;
    max-width: 100%;
}

.wex-ad-label {
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #777;
    margin-bottom: 8px;
    text-align: center;
}

.wex-masthead-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    clear: both;
}

.wex-masthead-ad {
    margin: 0 auto 20px;
}

.wex-homepage-leaderboard {
    margin: 32px auto;
    text-align: center;
}

.wex-inarticle-ad {
    margin: 30px auto;
    text-align: center;
}

.wex-sidebar-ad {
    margin-bottom: 30px;
    text-align: center;
}

.wex-end-article-ad {
    margin: 40px auto;
    text-align: center;
}

.wex-wing-left,
.wex-wing-right {
    position: fixed;
    top: 120px;
    z-index: 999;
    width: 160px;
    text-align: center;
}

.wex-wing-left {
    left: 10px;
}

.wex-wing-right {
    right: 10px;
}

@media (max-width: 1399px) {
    .wex-wing-left,
    .wex-wing-right {
        display: none !important;
    }
}

.wex-adhesion-desktop,
.wex-adhesion-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    text-align: center;
    background: #fff;
    margin: 0;
    padding: 5px 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}


@media (min-width: 768px) {
    .wex-adhesion-mobile {
        display: none !important;
    }
    .wex-adhesion-desktop {
        display: block !important;
    }
}
/* ads slot */



