.wrapper, .primary, .secondary  {
    overflow-x: hidden;
}

.wrapper {
    padding-top: 30px !important;
}

.sticky-header {
    position: sticky !important;
}

.miniLogo {
    width: 95px;
    height: auto;
}

.topbar {
    margin-bottom: 15px;
}

.pageLogo {
    width: 350px;
    height: auto;
    padding-bottom: 35px;
    transition: width 0.3s ease, padding-bottom 0.3s ease;
}

@media (min-width: 360px) and (max-width: 380px) {
    .pageLogo {
        width: 300px;
    }
}

@media (min-width: 750px) {
    .pageLogo {
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pageLogo {
        margin-left: 10%;
    }
}

@media (min-width: 1024px) {
    .pageLogo {
        width: 400px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1180px) {
    .pageLogo {
        width: 450px;
        padding-bottom: 0px;
    }
}

.latepageLogo {
    width: 155px;
    height: auto;
    transition: width 0.3s ease, padding-bottom 0.3s ease;
}

.sidebar-text {
    font-size: 15px !important;
}

.sidebar {
    width: 350px !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-style: italic !important;
    padding-left: 15px !important;
}

.tick-sidebar {
    font-size: 25px;
}

.article .article-header .bylines .secondary-bylines,
.article .article-header .rubric-nav>:nth-child(2) {
  border-left: 2px solid #d0021b !important;
}

.article .article-header .author-bio,
.article .article-header .bylines .primary-bylines .main-author .author-bio-expanded {
  font: 14px/1.2 Chap, Arial, sans-serif !important;
}

.article .article-header .bylines .primary-bylines {
    font: 14px/1.34 Chap, Arial, sans-serif !important;
    letter-spacing: .5px;
}

.mobilebar {
    font-style: italic !important;
    font-size: 17.26px !important;
    padding-top: 10px !important;
    display: flex;
    justify-content: center;
}

.mobilebar-bold {
    font-weight: bold;
}

@media (max-width: 399px) {
    .mobilebar {
        font-size: 15.25px !important;
    }
}

.line-spacing {
    margin-bottom: 20px;
}

.image-container {
    position: relative;
    width: 760px;
    height: 634px;
    overflow: hidden;
}

.image-source {
    width: auto;
    height: 100%;
    background-image: url(Mosaic.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position-x: 0%;
    animation: slideBackground 50s linear infinite;
}

@keyframes slideBackground {
    0% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: 114.4%;
    }
}

.image-text {
    position: absolute;
    right: -2px;
    width: auto;
    height: 100%;
}

.image-gradient {
    position: absolute;
    top: 0.5%;
    right: 0;
    width: 76%;
    height: 99%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}

.image-scale {
    transform-origin: top left;
    scale: 1;
}

.image-div {
    text-align: center;
}

.image-fix {
    display: flow !important;
}

.image-fitting {
    width: 100% !important;
}

.image-credits {
    width: 80%;
    height: auto;
    pointer-events: none;
    user-select: none;
    -webkit-pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.image-none {
    pointer-events: none;
    user-select: none;
    -webkit-pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.image-arrange {
    width: 100%;
    height: auto;
}

.image-adjust {
    position: relative;
    top: -74px;
}

.image-end {
    margin-top: 30px;
}

.image-footer {
    width: 100%;
    height: auto;
}

.persistent-launchbar {
    position: absolute;
    bottom: -33px;
    height: 33px;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background-color: #ab0000;
}

.persistent-launchtext {
    position: absolute;
    overflow-x: hidden;
    left: 0;
    bottom: -33px;
    width: 100%;
    height: 33px;
    color: white;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 19px !important;
    font-weight: bold !important;
    line-height: 33px;
    white-space: nowrap;
    margin: 0 auto;
}

.persistent-launchtext::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #ab0000, rgba(255, 0, 0, 0) 15%, rgba(255, 0, 0, 0) 85%, #ab0000);
    z-index: 2;
    pointer-events: none;
}

.persistent-launchwrap {
    --gap: 1rem;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}
  
.persistent-launchloop {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
    animation: 
    launchstart 5s linear 0s 1,
    launchloop 25s linear 5s infinite;
}

@keyframes launchstart {
    from {
        transform: translateX(25%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes launchloop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}






@media (min-width: 280px) {
    .image-container {
        width: 85%;
        height: 350px;
    }

    .image-fitting {
        width: 118% !important;
    }

    .image-grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .image-arrange {
        width: 76%;
    }

    .image-adjust {
        top: 0px;
    }

    .wrapper {
        padding-top: 45px !important;
    }
}

@media (min-width: 320px) {
    .image-container {
        width: 85%;
        height: 450px;
    }

    .image-fitting {
        width: 118% !important;
    }

    .highlight-size {
        margin-top: 10px !important;
        margin-left: 10px !important;
    }

    .image-grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .image-arrange {
        width: 76%;
    }

    .image-adjust {
        top: 0px;
    }
}

@media (min-width: 380px) {
    .image-container {
        width: 85%;
        height: 450px;
    }

    .image-scale {
        transform-origin: top left;
        scale: 1.03;
    }

    .image-grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .image-arrange {
        width: 76%;
    }

    .image-adjust {
        top: 0px;
    }
}

@media (min-width: 400px) {
    .image-container {
        width: 85%;
        height: 450px;
    }

    .image-fitting {
        width: 100% !important;
    }

    .image-scale {
        transform-origin: top left;
        scale: 1.167;
    }

    .highlight-size {
        margin-top: 80px !important;
        margin-left: 10px !important;
    }

    .image-grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .image-arrange {
        width: 76%;
    }

    .image-adjust {
        top: 0px;
    }
}

@media (min-width: 480px) {
    .image-container {
        width: 85%;
        height: 450px;
    }

    .image-fitting {
        width: 100% !important;
    }

    .image-grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .image-arrange {
        width: 76%;
    }

    .image-adjust {
        top: 0px;
    }
}

@media (min-width: 540px) {
    .image-container {
        width: 85%;
        height: 450px;
    }
}

@media (min-width: 767px) {
    .image-container {
        width: 85%;
        height: 500px;
    }

    .image-fitting {
        width: 94% !important;
        margin-left: -18px !important;
    }

    .highlight-size {
        margin-top: 85px !important;
        margin-left: 76px !important;
    }

    .wrapper {
        padding-top: 55px !important;
    }

    .persistent-launchtext::before {
        background: linear-gradient(to right, #ab0000, rgba(255, 0, 0, 0) 5%, rgba(255, 0, 0, 0) 95%, #ab0000, #ab0000 100%);
        transform: scaleX(1.01);
    }
}

@media (min-width: 768px) {
    .image-container {
        width: 85%;
        height: 500px;
        margin: 0 auto 0 40px;
    }
}

@media (min-width: 1024px) {
    .image-container {
        width: 85%;
        height: 637px;
        margin: 0 auto 0 50px;
    }

    .highlight-size {
        margin-top: 108px !important;
        margin-left: 95px !important;
    }

    .image-credits {
        width: 60%;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-arrange {
        width: 100%;
    }

    .image-adjust {
        top: -74px;
    }

    .image-end {
        margin-top: -50px;
    }

    .wrapper {
        padding-top: 67px !important;
    }

    .pageLogo {
        width: 400px;
    }
}

@media (min-width: 1025px) {
    .pageLogo {
        width: 450px;
    }
}

@media (min-width:1281px) {
    .image-container {
        width: 85%;
        height: 637px;
        margin: 0 auto auto auto;
    }

    .image-fitting {
        margin-left: 0px !important;
    }

    .image-credits {
        width: 70%;
    }

    .image-fitting {
        width: 100% !important;
    }

    .wrapper {
        padding-top: 33px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1179.9px) {
    .article .article-content {
        margin: 0 auto 0 auto !important;
        width: auto !important;
        overflow-x: hidden;
    }
}

@media (min-width: 1180px) {
    .persistent-launchbar {
        bottom: -67px;
    }

    .persistent-launchtext {
        bottom: -67px;
    }

    .sticky-launch {
        position: fixed;
        bottom: -33px;
    }
}

.highlight1 {
    text-align: center;
    font-size: 20px !important;
    font-weight: bold !important;
    border: 3px solid rgb(176, 0, 0);
}

.highlight2 {
    text-align: center;
    font-style: italic !important;
    padding: 10px;
    border: 1px solid rgb(176, 0, 0);
}

.highlight3 {
    font-size: 18px !important;
}

.highlight4 {
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(176, 0, 0);
}

.highlight5 {
    text-align: center;
    padding: 0 5px;
    border: 1px solid rgb(176, 0, 0);
}

.highlight-size {
    position: relative !important;
    margin-top: 105px !important;
    margin-left: 59px !important;
    margin: auto auto auto 65px;
}