/* ==== Common yet custom CSS ==== */

.arcad-block-container {
  clear: both
}

.small-promo .row {
    grid-gap: 0rem
}

.card-list-overline {
  display: none !important
}

.large-promo h2 {
  padding-bottom: 1rem !important;
}

.xl-large-promo .promo-headline {
 order: 1;
}

.medium-promo .image-link {
  float: right;
}

.small-promo, .sm-promo-padding-btm {
  padding-right: 0 !important;
}

.top-table-list-small-promo {
  align-self: flex-start;
}

@media only screen and (max-width:600px) {
    .arcad-block-container div {
        text-align: center
    }

    .large-promo {
        width: 100%;
    }
}

.image-metadata span.title {
  display:none
}

body.section .ts-byline,
body.section .list-item .results-list--author-date .dot-separator {
  display: none
}

a figure,a img,a picture,a video {
  transition: filter 0.3s ease !important
}
a figure:active,a figure:hover,a img:active,a img:hover,a picture:active,a picture:hover,a video:active,a video:hover {
  opacity: 1 !important
}

.xl-promo-headline, .lg-promo-headline {
  position: relative;
}

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

    ::-webkit-scrollbar {
      display: none;
      width: 0;  /* Remove scrollbar space */
      background: transparent;  /* Optional: just make scrollbar invisible */
    }

  }

.factbox .arcad-block-container {
    display:none
  }

  .cookie-acceptance {
    z-index: 150;
    min-height: 160px;
    padding: 1rem;
  }

  .cookie-acceptance-title h2 {
    font-size: 1.2rem;
  }

  .cookie-acceptance-text {
    font-size: .9rem;
    line-height: 1.1rem;
    margin-top: 0;
}

iframe {
  background: white;
}

#swipelist h2 {
    z-index: auto;
}

.xpmedia-button {
  border: 0 !important;
  flex-direction: row-reverse;
}

.xpmedia-button--right-icon-container {
  padding-right: .5rem;
  padding-left: 0;
}

.dg-submenu .nav-right a {
    color: black!important;
}

a#front-campaign-box-section {
    text-decoration: none;
    cursor: pointer;
}

#front-campaign-box {
    font-family: inherit;
    border-radius: 2px;
    font-weight: inherit;
    padding: 1rem 2rem;
    font-size: 2.5rem;
    line-height: 120%;
    color: black;
}

.content-wrap {
    margin: 0 auto;
    padding: 0!important;
}

#campaign-area {
    margin: 1rem auto;
    width: 100%;
    display: block;
}

@media screen and (max-width: 600px){
    #front-campaign-box {
        padding: 1rem;
        font-size: 2rem;
        margin-top: .3rem;
        width: 100%;
    }

    .content-wrap {
        width: 100%!important;
    }
}

.factbox #inarticle1 {
  display:none;
}

@media only screen and (max-width: 600px) {
.sub-headline-paragraph {
  max-width: 90%;
  margin: 1.3rem auto !important;
  }
}

.medium-promo .image-link {
  position: relative;
}

body.subtype_native #fusion-app .page-header {
    height: 1.5rem;
    position: sticky;
}

body.subtype_native #fusion-app .main {
    padding-top: 1.5rem !important;
}

body.subtype_native .article-body-wrapper {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

body.subtype_native .sub-headline, body.subtype_native h1.headline {
    width: 90%;
    max-width: 800px;
    margin: 2rem auto 1rem !important;
    text-align: center;
}

body.subtype_native .nav-right .lead-art-wrapper img {
    height: 47px;
    width: auto;
    padding-top: 7px
}

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

    body.subtype_native .nav-right .lead-art-wrapper img {
        height: 31px;
        padding-top: 7px !important;
    }
}

@media only screen and (max-width: 1000px) {
    body.subtype_native .dg-submenu {
        padding-left: 4% !important;
    }
    body.subtype_native .nav-right .lead-art-wrapper img {
        padding-right: 1rem !important;
    }
}

.kicker {
  font-size: 1.2rem !important;
  font-weight: bold;
  margin-bottom: .3rem !important;
}

.small-promo .kicker {
  font-size: 1rem !important;
  font-weight: normal;
  margin-bottom: 0 !important;
}

/* Login prompt style */
.popup {
    font-size: 100%;
    line-height: 140%;
}
.popup-layover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items:center;
}

.popup-row {
    -webkit-text-size-adjust: 100%;
    font-family: inherit;
    font-size: 100%;
    line-height: 140%;
    box-sizing: border-box;
    padding: 1.2rem;
    border-radius: 2px;
    background-color: #FFF;
    position: fixed;
    width: 90%;
    min-width: 280px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.popup-close-button{
    position: absolute;
    color: #333;
    right: 1rem;
    top: 1rem;
    font-size: 1.3rem;
    cursor: pointer;
}

.popup-close-button:hover{
    color: #000;
}

h4.popuptitle {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: 700;
}

input.popup-button {
    -webkit-appearance: button;
}

.popup-button {
    font: inherit;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    background: #0072b7;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
    float: right;
    margin-left: .5rem;
}

.popup-button:hover {
    background-color: #333;
}

.popup-mediaconnect {
    color: white;
}
/* Login prompt style */

/* Generic popup CSS start */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:not(:target) {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.generic-popup {
    margin: 50px auto;
    padding: 30px 50px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 2s ease-in-out;
}

.generic-popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px){
    .generic-popup{
        width: 80%;
        padding: 20px;
    }
}
/* Generic popup CSS end */

/* Sharee form CSS start */
.generic-popup h2.form-heading {
    font-size: 24px;
    text-align: center;
    line-height: 1;
}
.generic-popup p.form-subheading {
    text-align: center;
    margin: 20px 0;
}

.generic-popup .form-field {
    margin: 10px 0;
}

.generic-popup .form-error {
    color:red;
    font-size: 11px;
    display: block;
}

.generic-popup .terms_accept {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.generic-popup .terms_accept .form-error {
    order: -1;
    flex: 1 0 100%;
}

.generic-popup .input-field {
    width: 100%;
    padding:3px;
    height:30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.generic-popup .submit {
    border-radius: 6px;
    border:none;
    background-color: #061D4A;
    cursor: pointer;
    color:#fff;
    margin-top: 10px;
    padding:10px 50px;
}

@media screen and (max-width: 700px){
    .generic-popup h2.form-heading {
        font-size: 20px;
    }

    .generic-popup p.form-subheading {
        display: none;
    }
}

/* Sharee form CSS end */

/* Kicker style */
.xl-large-promo .kicker{
    order: 1;
}

.kicker {
    margin-left: 1.5em;
}
