/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    html.cmg.homePage,
    html.cmg.articlePage,
    html.cmg {
        margin-top: 0 !important;
    }
    #logo img {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        padding: 2em 0 0;
    }
    #logo a {
        display: block !important;
        height: 100px !important;
        width: 100% !important;
    }
    #logo a[href]:after {
        content: "";
    }
    #logo a[href]:before {
        display: block;
        position: relative;
        margin: 0 0 1em;
        content: " (" attr(href) ")";
    }
    div#article {
        width: 100% !important;
        float: none !important;
    }
    div#content div.main_column {
        width: 100% !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        border-right: 0px solid #cfcfcf !important;
        float: none !important;
    }
    div.print_this,
    div.social_media,
    div.articleOptions,
    div.sharedaddy,
    div.ntvClickOut,
    div.bx-controls,
    div.trc_spotlight_widget,
    div#disqus_thread,
    div#notifications,
    div#weather,
    ul.sidebar,
    div#footSections,
    div#footer,
    div#sup_nav,
    nav#navbar,
    div#footServices,
    div#vuukle-powerbar,
    div#vuukle-emote,
    div.ntv-boap,
    div.ad,
    div.rev_ad,
    div.connatix_ad,
    div.more_to_explore,
    div.teads-inread,
    div.prev_next_article,
    table#trinity-audio-table,
    div#leftRail {
        display: none !important;
    }
}

