﻿
/* Adding support for unobtrusive validation */
input[data-val-required] + label:after,
select[data-val-required] + label:after,
input[data-val-requiredif] + label:after,
select[data-val-requiredif] + label:after,
.required-field-label:after {
    content: '*';
    position: relative;
    left: .5rem;
}

.radio-block [data-val-required] + label:after,
.radio-block select[data-val-required] + label:after,
.radio-block input[data-val-requiredif] + label:after,
.radio-block select[data-val-requiredif] + label:after {
    content: '';
    position: relative;
    left: .5rem;
}

fieldset.orderly .input-block .field-validation-valid {
    display: none;
}

.alt-billing__inputs {
    max-height: 0;
    overflow: hidden;
}

.alt-correspondent__inputs {
    max-height: 0;
    overflow: hidden;
}

.how-hear__other__input {
    max-height: 0;
    overflow: hidden;
}

.input-block p {
    margin-bottom: 1rem;
}


.popup-modal-custom {
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1035;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.validation-summary-errors {
    color: #f00;
}

/* SMP Modifications START */

.column-wrap__college {
    -moz-column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 1.5rem;
    overflow: visible;
    margin: 0 1rem;
}

@media (min-width: 500px) {
    .column-wrap__college {
        -moz-column-count: 2;
        -ms-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .column-wrap__college {
        -moz-column-count: 3;
        -ms-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1024px) {
    .column-wrap__college {
        -moz-column-count: 4;
        -ms-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.college-listing {
    -webkit-break-inside: avoid;
    break-inside: avoid;
    padding: 0 10px;
    overflow: hidden;
    border-bottom: solid 2px;
    margin-bottom: 1.5rem;
}

    .college-listing h3 {
        text-transform: uppercase;
    }

    .college-listing p {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .college-listing a {
        white-space: nowrap;
    }

.column-wrap__degrees {
    -moz-column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 1.5rem;
    overflow: visible;
    margin: 0 1rem;
}

@media (min-width: 520px) {
    .column-wrap__degrees {
        -moz-column-count: 3;
        -ms-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 768px) {
    .column-wrap__degrees {
        -moz-column-count: 4;
        -ms-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/* SMP Modifications END */

/* Home Page Modifications START */

.border-bottom {
    border-bottom: .1rem solid #000;
    margin-bottom: 1.5rem;
}

.feature-article-link--medium {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .feature-article-link--full .feature-article-link__body {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 767px) {
    .feature-article-link--full {
        background-image: none;
    }
}

.feature-article-link__title {
    margin-bottom: 0.8rem;
}

.feature-article-link p.label {
    margin: 0;
    padding-bottom: .75rem;
}

.section-link__esports .section-subhead {
    font-style: italic;
    font-size: 1.2rem;
}

.section-link__esports .section-link__item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header--journal .header__right {
    display: block;
}

/* Home Page Modifications END */

/* Sections Modifications START */
.sections-article p {
    font-size: 1.6rem;
}

/* Sections Modifications END */

/* New Semester Registration START */

.icon-calendar {
    position: absolute;
    z-index: 2;
    right: 2rem;
    top: 1rem;
}

@media only screen and (max-width: 767px) {
    .icon-calendar {
        top: 3.5rem;
    }
}

/* New Semester Registration END */

/* Student Roster START */

.student-roster__table {
    font-size: 1.2rem;
    border: .1rem solid #000;
}

    .student-roster__table td,
    .student-roster__table th {
        border: .1rem solid #000;
        padding: .2rem .4rem;
    }

/* Student Roster END */

/* YouTube Responsive START */

.article-offset-block--half {
    width: 50%;
}

@media (max-width:47.99em) {
    .article-offset-block--half {
        width: 100%;
    }
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .youtube-video-container iframe,
    .youtube-video-container object,
    .youtube-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* YouTube Responsive END */

/* Ooyala responsive start */

#ooyalaplayer .innerWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.oo-player-container a.oo-time-duration {
    text-shadow: none !important;
    background: none !important;
}

.oo-player-container a.oo-volume-bar {
    background-clip: content-box !important;
    background: none;
}

/* Ooyala responsive end */
.aggregate .read-more,
.read-more__link {
    display: none;
}

.aggregate .read-more__link {
    display: block;
    cursor: pointer;
}

/* Legacy CSS START */

.article pre {
    white-space: normal;
}

.articleImageInlineLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.articleImageInlineRight {
    float: right;
    margin: 0 0 10px 10px;
}

.bbPhotoCaption {
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: .05rem;
    line-height: 1.7rem;
    margin-bottom: .75rem;
}

/* Legacy CSS END*/

/* Banquet Table Manager Page Start */

.seat-edit-inputs {
    display: none;
}

.seat-move__container {
    display: none;
}

.seat-swap__container {
    display: none;
}

.table-container {
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #000;
    margin-bottom: 2rem;
}

@media (max-width: 480px) {
    .input-margin {
        margin-top: 5px;
        display: inline;
    }
}

@media (min-width: 780px) {
    .input-margin {
        text-align: center;
    }

    .table-container input[type=text] {
        margin-right: 5px;
    }

    .table-container label {
        margin-right: 5px;
    }

    .table-container select {
        margin-right: 5px;
    }
}

.input-margin-set-width {
    min-width: 195px;
}

/* Banquet Table Manager Page End */

/* Bottom spacing for modules on Conference overviews - start */

.conference-overview-module {
    margin-bottom: 3rem;
}

    .conference-overview-module:last-of-type {
        margin-bottom: 0;
    }

/* Bottom spacing for modules on Conference overviews - end */

/* Bottom Ad START */

.header__plug--bottom {
    margin: 1rem auto 2rem;
    text-align: center;
    max-width: 100%;
}

/* Bottom Ad END */

/* Override Untold START */

.h1-alt, h1.alt {
    font-size: 3.5rem;
}

.button-no-show {
    color: #000;
    background-color: transparent;
    border: 0;
    display: inline-block;
    text-align: center;
}

    .button-no-show:hover {
        color: #da202c;
        background-color: transparent;
        border: 0;
    }

.agenda-item__time .button-no-show {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.8rem;
    padding-top: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.header__logo {
    margin-bottom: 3rem; /* was 2*/
}

.header__plug {
    margin: 1rem auto 2rem;
}

.share-social {
    margin-bottom: 2rem;
}

.blog-item {
    margin-bottom: 2rem;
}

.sticky-nav {
    z-index: 12000;
}

.header-mobile {
    z-index: 12000;
}

.article-image {
    margin-bottom: 1rem;
}

.blog-item__content p:last-of-type {
    margin-bottom: 3rem;
}

.article.normal p, .article.normal ul {
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.article.large p, .article.large ul {
    font-size: 2.1rem;
    line-height: 3.2rem;
}

.article.extra-large p, article.extra-large ul {
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.standard-article-link {
    padding-top: 0;
    margin-bottom: 1.5rem;
}

    .standard-article-link h2 {
        padding: 0 1.5rem 0;
    }

    .standard-article-link p {
        margin-bottom: 1rem;
    }

.shelf__link {
    -ms-text-overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    white-space: unset;
}

.header__section-toggle {
    letter-spacing: .2rem;
}

.shelf__issue, .shelf__print {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3rem;
}

.shelf__print {
    color: #da202c;
}

    .shelf__print:hover {
        color: #000;
    }

.breaking-news__more-toggle, .header__search, .header__section-toggle, .header__tab {
    font-weight: 500;
}

.blog-item__content p {
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.standard-article-link--conference .img-label-wrapper .label {
    padding: .7rem 1rem;
    margin: 6% 25%;
    text-align: center;
    position: unset;
    transform: unset;
}

.header--condensed .header__logo {
    margin: 0;
}

.header-mobile__logo svg {
    height: auto;
}

.standard-article-link--conference .img-label-wrapper img {
    margin-bottom: 0;
}

.sponsor-tile {
    justify-content: unset;
}

/* Override Untold END */

/* Daily Section RG Live Promos */
.rg-live__promo {
    background: url(../jpg/rg-live-promo-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

@media (max-width:543px) {
    .flex {
        display: inline-flex;
        flex-direction: column;
    }

    .flex-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .flex-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

/* Daily Section RG Live Promos END */

/* RG Live Search start */

.bottom-col__info {
    border-top: 5px solid black;
}

.genericModuleHeader {
    line-height: 18px;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 2px 8px 5px 8px;
    border-bottom: 1px solid #b7b7b7;
}

    .genericModuleHeader h4 {
        font-size: 2.0rem;
        line-height: 2.4rem;
    }

.rgFooter-List li {
    list-style-type: none;
    margin-bottom: 5px;
}

.bottom-col__info a {
    margin: 0px 5px 5px 5px;
}

/* RG Live Search end */

/* simple class to add cursor pointer on hover */

.pointer {
    cursor: pointer;
}

/* simple class to add cursor pointer on hover end */

/* remove background color from disabled text inputs */

input[type=text]:disabled {
    background: transparent !important;
}

/* remove background color from disabled text inputs end */

/* Special Header START */

.header__timestamp {
    text-align: right;
    color: #828181;
    font-family: proxima-nova-alt, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    position: relative;
    top: 0.3rem;
    clear: both;
}

/* Special Header END */

/* Story Chart START */

@media (min-width: 500px) {

    .story-chart--download {
        display: none;
    }
}

@media (max-width: 499px) {

    .story-chart--display {
        display: none;
    }
}

/* Story Chart END */

/* HTML Inset START */

.breakout-box {
    background-color: #f2f2f2;
    padding: 1rem;
}

/* HTML Inset END */

/* Responsive Table START */

/* Variables
================================== */
/* Tables
================================== */

.Rtable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}

.Rtable-cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
}

    .Rtable-cell > h1,
    .Rtable-cell > h2,
    .Rtable-cell > h3,
    .Rtable-cell > h4,
    .Rtable-cell > h5,
    .Rtable-cell > h6 {
        margin: 0;
    }
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
    width: 50%;
}

.Rtable--3cols > .Rtable-cell {
    width: 33.33%;
}

.Rtable--4cols > .Rtable-cell {
    width: 25%;
}

.Rtable--5cols > .Rtable-cell {
    width: 20%;
}

.Rtable--6cols > .Rtable-cell {
    width: 16.6%;
}

/* Responsive
==================================== */
@media all and (max-width: 500px) {
    .Rtable--collapse {
        display: block;
    }

        .Rtable--collapse > .Rtable-cell {
            width: 100% !important;
        }

        .Rtable--collapse > .Rtable-cell--foot {
            margin-bottom: 1em;
        }
}

.no-flexbox .Rtable {
    display: block;
}

    .no-flexbox .Rtable > .Rtable-cell {
        width: 100%;
    }

    .no-flexbox .Rtable > .Rtable-cell--foot {
        margin-bottom: 1em;
    }

/* Responsive Table END */

/* Cause password field to flex on inline paywall */

.paywall-inline__input input[type=password] {
    flex: 0 0 80%;
}


/* Search Date START */

.numInputWrapper span {
    opacity: 1;
}

/* Search Date END */

/* Inputs darker border START */

.search__text-input input, .search__text-input input:focus {
    outline: #d1d1d1 solid .1rem !important;
}

.sticky-nav__search {
    border: 1px solid #d1d1d1 !important;
}

.search--inline .search__date-field input, .search--inline .search__text-input input {
    border: .1rem solid #d1d1d1 !important;
}

.search__text-input input {
    border: 1px solid #d1d1d1 !important;
}

.search__date-field input[type=date], .search__date-field input[type=text] {
    border: 1px solid #d1d1d1 !important;
}

input[type=text], input[type=email], input[type=date], input[type=number], input[type=tel], input[type=password] {
    border: 1px solid #d1d1d1 !important;
}

.faux-radio {
    border: 1px solid #d1d1d1 !important;
}

select {
    border: 1px solid #d1d1d1 !important;
}

textarea {
    border: 1px solid #d1d1d1 !important;
}

/* Inputs darker border END */

/* Podcasts START */

.media-link__thumbnail img {
    width: 156px;
}

@media (max-width: 47.99em) {
    .media-link__thumbnail img {
        width: 100%;
    }
}

.paginationjs-page, .paginationjs-next, .paginationjs-prev, .paginationjs-ellipsis {
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .05rem;
    padding: 0 .7rem;
}

.paginationjs-next {
    padding-left: 2rem;
}

.paginationjs-prev {
    padding-right: 2rem;
}

.paginationjs-page.is-active a {
    color: #da202c !important;
}

/* Podcasts END */

/* Bio Box START */

.BioHeader {
    background-color: #003B62;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

    .BioHeader h1 {
        font-weight: normal;
    }

.BioBody {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

@media screen and (max-width: 600px) {
    .BioBody {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
}

/* Bio Box END */

/* custom error message */

#error__message {
    display: none;
    color: #FF0000;
}

/* custom error message END */

textarea {
    resize: none !important;
}

/* links within Poll Everywhere polls */

.peOptions a {
    /*background: none !important;*/
    text-shadow: none !important;
    color: #da202c !important;
}

    .peOptions a:hover {
        background-color: #da202c !important; /*#3399ff!important;*/
        color: white !important;
    }

.peWidget {
    width: 100% !important;
    border: 1px solid black;
    padding: 10px 5px 10px 5px !important;
}

.peTitle {
    font-family: kepler-std,serif;
    /*font-size: 4.5rem;
    letter-spacing: -.1rem;
    line-height: 4.4rem*/
}

.peOptions {
    font-family: proxima-nova-alt, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif !important;
}

.highlight {
    background-color: yellow !important;
}

/* Image Inset Link START */

.article-image .overlay {
    position: absolute;
    top: 0.1rem;
    bottom: 0;
    left: 0;
    right: 0.3rem;
    color: white;
    opacity: 0.6;
    transition: 0.3s ease;
    text-align: right;
    -moz-filter: drop-shadow(1px 1px 2px #000);
    -ms-filter: drop-shadow(1px 1px 2px #000);
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000);
}

.article-image:hover .overlay {
    opacity: 0;
}

/* Image Inset Link END */

/* Class for hidden "email on SBA nomination form START */

.extraemailgotcha {
    display: none;
}

/* Class for hidden "email" on SBA nom form END */

/* Hidden class to add for CC info START */

.cc-info__hidden {
    max-height: 0px !important;
    overflow: hidden !important;
}

/* Hidden class to add for CC info END */

/* conference error message text */

.conf-error-message {
    font-size: 24px;
    font-weight: bold;
    color: #f00;
}

.p-half-bottom {
    margin-bottom: 1.5rem !important;
}

/* Half margin bottom of p tag END */

/* conference error message text END */


/* No wrap for header aggregate links */

.edition-dropdown__item a {
    white-space: nowrap;
}

/* No wrap for header aggregate links END */

/* hidden other format input for conf speaker form */

#other-format__input {
    display: none;
}

/* hidden other format input for conf speaker form END */

.banner-carousel__content > img {
    max-height: 135px !important;
}

/* Email Newsletter Landing Page START */

.archive_links img {
    width: 100%;
}

/* Email Newsletter Landing Page END */

/* Marketo controls */

.mktoField {
    border: 1px solid #d1d1d1 !important;
    background-color: #f2f2f2 !important;
    padding: .75rem 1.5rem !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    text-rendering: auto !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: none !important;
    text-indent: 0px !important;
    text-shadow: none !important;
    display: inline-block !important;
    margin: 0em !important;
    font: 400 !important;
}

.mktoButton {
    background-color: #da202c !important;
    background: #da202c !important;
    border: .1rem solid #da202c !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: .2rem !important;
    line-height: 3rem !important;
    width: 120px !important;
    padding: 10px;
    text-transform: uppercase !important;
}

/*.mktoForm .mktoLabel {
    padding-top: .8rem !important;
}

.mktoForm > textarea {
    min-height: unset!important;
}

.mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoForm > * {
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif !important;
}

.mktoForm > input {
    width: 100%!important;
}*/

@media only screen and (max-width: 480px) {
    input[type=text], input[type=email] {
        height: 3rem !important;
    }
}

/* Marketo controls END */

.mktoLogicalField {
    width: unset !important;
}

.mktoForm > * {
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif !important;
}


.mktoForm {
    width: 100% !important;
}

textarea.mktoField {
    min-height: unset !important;
    height: unset !important;
}

.mktoFormRow, .mktoFieldWrap, .mktoButtonRow {
    width: 100%;
}

.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    width: 100% !important;
}

.mktoFormCol {
    width: 50%;
}

.mktoFieldWrap {
    padding-right: 10px !important;
    box-sizing: border-box;
}

.mktoFormCol:nth-child(even) .mktoFieldWrap {
    padding-right: 0 !important;
}

/*.mktoButtonRow {
    text-align: center !important;
}*/

.mktoButtonWrap {
    margin-left: 0 !important;
}

@media only screen and (max-width: 480px) {
    .mktoFormCol {
        width: 100% !important;
    }

    .mktoFieldWrap {
        padding-right: 0 !important;
    }

    .mktoButtonRow {
        text-align: center !important;
    }

    .mktoLabel {
        width: 75% !important;
    }

    /*.mktoCustomContainer {
        margin-left: 25px;
    }*/
}

label[for="FirstName"], label[for="LastName"], label[for="Company"], label[for="Title"], label[for="Address"], label[for="City"], label[for="State"], label[for="PostalCode"], label[for="Email"], label[for="Phone"] {
    width: unset !important;
}

.sidebar-native-ad iframe {
    margin-bottom: 1.5rem;
    margin-top: -1.5rem;
}

.cu-dashboard__image {
    max-width: 100%;
    height: auto;
}

    .cu-dashboard__image img {
        max-width: 100%;
        height: auto;
    }

.cu-dashboard__calendar .cross-promotion-link__content {
    padding-left: 0rem;
    padding-right: 0rem;
}

.cu-dashboard__rich-text {
    border-bottom: solid 1px black;
}

    .cu-dashboard__rich-text a {
        color: #000;
        background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#da202c,#da202c);
        background-size: .05em 1px,.05em 1px,1px 1px;
        background-repeat: no-repeat,no-repeat,repeat-x;
        text-shadow: 0.04em 0 #fff, -0.04em 0 #fff, 0 0.04em #fff, 0 -0.04em #fff, 0.08em 0 #fff, -0.08em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.16em 0 #fff, -0.16em 0 #fff, 0.2em 0 #fff, -0.2em 0 #fff;
        background-position: 0 92%,100% 92%,0 92%;
    }

        .cu-dashboard__rich-text a:hover {
            color: #da202c;
        }

/* Top Story START */
article .top-story__label {
    font-size: 1rem;
    color: #da202c;
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-weight: 700;
}

/* Top Story END */

.tablet, .mobile {
    display: none !important;
}

/* Responsive images in articles */
@media screen and (max-width: 760px) {
    article .tablet {
        display: block !important;
    }

    article .desktop, article .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 560px) {
    article .mobile {
        display: block !important;
    }

    article .tablet, article .desktop {
        display: none !important;
    }
}
/* Responsive images in articles */

/* SportsAtlas nav changes START */

.nav_ribbon__sportsatlas {
    color: #30C0CA !important;
}

.nav_ribbon__new::after {
    content: "NEW";
    color: #fff;
    background-color: #DA1A32;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    margin-left: 0.4rem;
}

/* SportsAtlas nav changes END */

/* Breaking News Override START */

.breaking-news__close {
    position: relative;
}

/* Breaking News Override END */

.digital-edition a::before {
    content: '|';
    margin: 0 !important;
    padding: 0 3px !important;
}

.digital-edition .date-dropdown {
    left: 22rem !important;
    width: 100%;
}

@media(max-width: 1200px) {
    .digital-edition .date-dropdown {
        left: 22% !important;
        width: 100%;
    }
}

@media(max-width: 768px) {
    .date-dropdown__header::after {
        right: -.9rem;
    }

    .edition-dropdown {
        display: none;
    }
}

@media(max-width: 990px) and (min-width: 47.99em) {
    .digital-edition .date-dropdown {
        left: 24.5% !important;
        width: 99%;
    }
}

@media (max-width: 1199.84px) {
    .date-dropdown {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media(max-width: 47.99em) {
    .digital-edition .date-dropdown {
        left: 0rem !important;
        width: 99%;
    }
}

.advanced_copies__container {
    display: none;
}


#purchaseLink {
    background: #b7053f;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    border-radius: .4rem;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

    #purchaseLink:hover {
        background: #000;
        transition: all .3s cubic-bezier(.645,.045,.355,1);
    }

#social-header-section {
    width: 90%;
}

@media (max-width: 767px) {
    #social-header-section {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin: 1px;
        width: 100%;
    }

    #purchaseLink {
        width: 100% !important;
    }

    #social-header-section div:nth-child(1) {
        width: 50%;
        order: 1;
    }

    #social-header-section div:nth-child(2) {
        order: 3;
    }

    #social-header-section div:nth-child(3) {
        width: 50%;
        order: 2;
    }
}

/* End Global Story Purchase Link*/

/* Global Story Purchase Form Popup */

.section_tab {
    display: none;
}

#purchasePopContainer {
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(2px);
}

#conf-modal-purchase-story {
    box-shadow: 0 0 5px rgba(183, 5, 63, 1);
}

.modal-back {
    position: fixed; /* Stay in place */
    z-index: 99998; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#conf-modal-purchase-story {
    margin: 1% auto auto auto;
    height: auto; /*400px*/
    padding: 15px 10px 10px 20px;
    top: auto;
    left: auto;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    #conf-modal-purchase-story fieldset {
        margin: 0 5%;
    }

    #conf-modal-purchase-story .popImage svg {
        display: block;
        max-width: 100%;
        width: 300px;
        margin: auto;
    }

    #conf-modal-purchase-story .orderly .input-block .form-field:focus {
        border-color: #b7053f !important;
        box-shadow: 0 0 5px rgba(183, 5, 63, 1);
    }

    #conf-modal-purchase-story .orderly .input-block label {
        font-size: 1.4rem;
    }

        #conf-modal-purchase-story .orderly .input-block label:after {
            color: #b7053f !important;
        }

    #conf-modal-purchase-story .g-recaptcha div { /*Centering Captcha*/
        display: block;
        margin: auto;
    }

    #conf-modal-purchase-story .button { /*Centering Buttons*/
        display: block;
        text-align: center;
        max-width: 100%;
        width: 305px;
        margin: auto;
    }

@media (max-width: 767px) {
    #conf-modal-purchase-story {
        max-width: 95% !important;
    }
}

@media (min-width: 768px) {
    #conf-modal-purchase-story {
        width: 750px
    }
}

/* Global Story Button Section */
.popupform-submit-buttons {
    display: flex;
}

    .popupform-submit-buttons .buttons {
        width: 50%;
    }

.prev-next-button-section {
    text-align: center;
    margin-top: 40px;
}

    .prev-next-button-section button:hover {
        cursor: pointer;
    }

    .prev-next-button-section .step-counter {
        margin-top: 40px;
    }

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #b7053f;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

/* End Global Story Purchase Form Popup */

/*Address Suggestions*/
.address-suggestion-container {
    position: fixed;
    right: 38%;
    top: 20%;
    box-shadow: 0 0 5px #333;
    background: #fff;
    padding: 10px;
    z-index: 9999999;
}

.address-suggestion div {
    /*border-bottom: 2px solid #c0c0c0;*/
    font-weight: 500;
    text-align: left;
    font-size: 1.6rem;
    margin: 8px 0;
    margin-top: 0;
}

    .address-suggestion div:hover {
        cursor: pointer;
        background: #F2F2F2;
    }

.address-suggestion-container {
    margin-bottom: 20px;
}

.addressOption {
    cursor: pointer;
}

@media(min-width: 768px) {
    .address-suggestion-container {
        display: none;
    }

        .address-suggestion-container div {
            margin-left: 50px;
            margin-right: 50px;
        }
}


.sub-modal-back {
    position: fixed; /* Stay in place */
    z-index: 99998; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.sub-modal {
    margin: 1% auto auto auto;
    width: 625px; /*625px*/
    height: auto; /*400px*/
    padding: 15px 10px 10px 20px;
    top: auto;
    left: auto;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    .sub-modal li {
        list-style-type: none;
    }

/* Subscription page modal */
@media (max-width: 600px) {
    .popImage svg {
        width: 100%;
        height: auto;
    }

    .sub-modal {
        width: 95%;
    }

    .sub-modal {
        margin: unset;
        width: 350px;
    }
}
