.desktopHeaderCenter {
    background-color: #f7eae4;
    width: 895px;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
}

.desktopHeader {
    height: 59.5px;
    display: flex;
    flex-direction: row;
}

.desktopMoniLogo {
    width: 162px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    left: 92px;
}

@media only screen and (max-width: 895px) {
    .desktopMoniLogo {
        left: 4.4%;
    }
}

.desktopOmniLogo {
    width: 63px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: 92px;
}

@media only screen and (max-width: 895px) {
    .desktopOmniLogo {
        left: 4.4%;
    }
}

.desktopMinE24Logo {
    width: 95px;
    padding-left: 25px;
}

.desktopMinE24Logo::after {
    height: 50px;
    background-image: url(/mine24-logo.svg);
    background-repeat: no-repeat;
    background-size: 95px 50px;
    position: absolute;
}

@media only screen and (max-width: 895px) {
    .desktopMinE24Logo {
        padding-left: 14px;
    }
}

.desktopMinE24PromoLogo {
    height: 70px;
    width: 70px;
    padding-right: 18px;
}

.desktopFacebookLink {
    position: relative;
    bottom: 13px;
    text-decoration: none;
}

.desktopFacebookLogo {
    height: 22.6px;
    width: 12.5px;
    background-size: 12.5px 22.6px;
    margin-right: 10px;
}

.desktopTwitterLink {
    bottom: 14px;
    text-decoration: none;
}

.desktopTwitterLogo {
    width: 23.8px;
    height: 18.8px;
    margin-bottom: 15px;
    background-size: 23.8px 18.8px;
    margin-right: 10px;
}

.desktopEmailLogo {
    width: 20.1px;
    height: 15.1px;
    background-size: 20.1px 15.1px;
    margin-top: 15px;
    margin-bottom: 18px;
}

.desktopFlexBlock {
    flex: 3;
}

.desktopShareLogos {
    flex: 1;
    flex-basis: 15%;
    max-width: 100px;
    padding-top: 5px;
}

.desktopMainResource {
    background-color: #d7c7c0;
}

.desktopMainResource > .desktopImage {
    max-width: 895px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: block;
}

.desktopMainResource > .desktopUrlItem > .desktopYoutubeVideo {
    max-width: 895px;
    width: 100%;
    height: 447px;
    margin: 0px auto;
    display: block;
}

.desktopMainResource > .desktopUrlItem > .desktopUrlText {
    display: none;
}

.desktopMainResource > .desktopUrlItem > .desktopBreakLine {
    display: none;
}

.desktopImageByline {
    font-size: 13px;
    color: #888888;
    padding-left: 92px;
    padding-right: 90px;
    padding-top: 12px;
    font-family: none;
    line-height: 1.38;
}

@media only screen and (max-width: 895px) {
    .desktopImageByline {
        padding-left: 14px;
    }
}

.desktopContentCenter {
    max-width: 895px;
    background-color: #f7eae4;
    margin: auto;
}

.desktopAdvertContentCenter {
    max-width: 895px;
    background-color: #ffffff;
    margin: auto;
}

@media only screen and (max-width: 895px) {
    .desktopAdvertContentCenter {
        padding-bottom: 62px;
    }
}

.desktopArticleContent {
    padding-left: 92px;
    padding-right: 90.5px;
    padding-top: 25.5px;
    padding-bottom: 19px;
}

@media only screen and (max-width: 895px) {
    .desktopArticleContent {
        padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    }
}

.desktopArticleBody {
    font-family: PublicoText-Roman;
    font-size: 18px;
    line-height: 1.38;
    text-align: left;
    color: #252423;
    width: 100%;
}

@media only screen and (max-width: 895px) {
    .desktopArticleBody {
        padding-bottom: 100px;
    }
}

.desktopArticleBody > .desktopImage {
    width: 100%;
    padding-bottom: 12px;
}

.desktopArticleTitle {
    font-family: PublicoHeadline-Roman;
    font-size: 50px;
    text-align: left;
    color: #252423;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 16px;
}

@media only screen and (max-width: 895px) {
    .desktopArticleTitle {
        font-size: 25px;
    }
}

.desktopAuthor {
    font-family: National;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.3px;
    text-align: left;
    color: #252423;
    padding-bottom: 4px;
}

.desktopBreakLine {
    height: 1px;
    background-color: #d7c7c0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.desktopSubHeading {
    color: #252423;
    font-size: 18px;
    font-weight: 500;
    font-family: National-Medium;
    padding-bottom: 5px;
    padding-top: 5px;
}

.desktopUrlLabel {
    color: #252423;
    font-family: National;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.5px;
    text-align: left;
    float: left;
    padding-right: 5px;
    text-transform: uppercase;
}

.desktopParagraph {
    text-indent: 15px;
    padding-bottom: 5px;
    font-size: 16px;
}

.desktopParagraph:first-of-type {
    text-indent: 0px;
    display: inline;
}

.desktopVignette {
    color: #c94355;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
    display: inline-block;
    font-family: National-Medium;
}

.desktopAdvertVignette {
    color: #252423;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
    display: inline-block;
    font-family: National-Medium;
}

.desktopQuote {
    color: #252423;
    font-style: italic;
    line-height: 27px;
}

.desktopUrlText {
    color: #c94355;
    font-family: PublicoHeadline-Roman;
    font-size: 17px;
    line-height: 1.29;
    text-align: left;
    text-decoration: none;
}

.desktopUrlSourceText {
    font-family: National;
    color: #252423;
    font-size: 14px;
}

.desktopWikipediaText {
    position: relative;
    font-size: 14px;
}

.desktopWikipediaText::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #f7eae4);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    content: "";
}

.desktopWikipediaThumbnail {
    max-width: 100px;
    object-fit: contain;
}

.desktopWikipediaContent {
    display: flex;
    height: 100px;
    overflow: hidden;
}

.desktopWikipediaIcon {
    background-image: url(/ic-wiki.svg);
}

.desktopModified {
    font-family: National;
    margin-left: 15px;
    font-size: 14px;
    color: #786d6d;
    line-height: 1.21;
}

.desktopPublished {
    font-family: National;
    font-size: 14px;
    color: #786d6d;
    line-height: 1.21;
}

.desktopMailAuthorIcon {
    background-image: url(/ic-mail.svg);
    width: 11px;
    height: 9px;
    background-size: 11px 9px;
}

.desktopMailAuthorLink {
    text-decoration: none;
    margin-right: 6.5px;
}

.desktopDesktopDownloadLinks {
    height: 60px;
    margin-top: 40px;
}

@media only screen and (max-width: 895px) {
    .desktopDesktopDownloadLinks {
        display: none;
    }
}

.desktopDesktopDownloadOmniLogo {
    width: 60px;
    height: 60px;
    float: left;
    padding-right: 18px;
}

.desktopDesktopDownloadMoniLogo {
    width: 60px;
    height: 60px;
    float: left;
    padding-right: 18px;
}

.desktopDesktopDownloadCatchphrase {
    display: inline;
    float: left;
    width: 370px;
    font-family: PublicoHeadline-Roman;
}

.desktopDesktopDownloadCatchphraseTitle {
    font-family: PublicoHeadline-Roman;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.15;
}

.desktopDesktopDownloadCatchphraseSmall {
    font-size: 16px;
    font-family: PublicoText-Roman;
    color: #786d6d;
}

.desktopDesktopDownloadUrl {
    text-decoration: none;
}

.desktopOmniAppStoreLogo {
    padding-right: 4px;
    width: 125px;
    height: 50px;
}

.desktopOmniPlayStoreLogo {
    width: 125px;
    height: 50px;
}

.desktopDownloadBar {
    background-color: #c94355;
    height: 62px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
    font-family: National;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

.desktopFlexLinkContainer {
    display: flex;
    text-decoration: none !important;
    position: relative;
    top: 16px;
}

.desktopDownloadLink {
    flex: 1;
    text-decoration: none !important;
    color: #ffffff;
    padding-right: 30px;
}

.desktopDownloadText {
    text-decoration: none !important;
    color: #ffffff;
    flex: 2;
    position: relative;
    top: 6px;
}

.desktopDownloadIcon {
    flex: 1;
    width: 25px;
    height: 25px;
}

.desktopOpenInAppLink {
    flex: 1;
    color: #ffffff;
    text-decoration: none !important;
}

.desktopOpenInAppIcon {
    flex: 1;
    width: 25px;
    height: 25px;
}

.desktopOpenInAppText {
    text-decoration: none;
    color: #ffffff;
    flex: 2;
    position: relative;
    top: 8px;
}

iframe.resource-video {
    width: 100%;
}

.desktopImage {
    width: 100%;
}

.desktopPrefixText {
    font-size: 14px;
}

.desktopLongFormatLeadText {
    padding-bottom: 30px;
}

.desktopLongFormatLeadText > .desktopParagraph {
    font-size: 16px;
    font-family: none;
    color: #786d6d;
}

.desktopContentText {
    padding-bottom: 10px;
}

ol {
    font-size: 14px;
    padding-bottom: 5px;
}

ul {
    font-size: 14px;
    padding-bottom: 5px;
}

.desktopMapContent {
    width: 100%;
    padding-bottom: 25px;
}

.desktopAdvertDisclaimer {
    padding-top: 5px;
    font-family: National-Medium;
}

.desktopAdvertDisclaimerWithBorder {
    border-top-color: #d7c7c0;
    border-top-width: 1px;
    border-top-style: solid;
}

.desktopAdvertWarning {
    font-size: 18px;
    font-family: National-Medium;
    padding-bottom: 16px;
}

@media only screen and (max-width: 895px) {
    .desktopAdvertWarning {
        padding-bottom: 8px;
    }
}

.desktopPromoContent {
    font-size: 12px;
    font-family: none;
    padding-bottom: 100px;
}

.desktopPromoHeading {
    font-family: none;
    padding-bottom: 5px;
}

.desktopPromoContentBody {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.desktopPromoLink {
    color: #00000;
    text-decoration: none;
}

.desktopNewswireLogo {
    width: 30px;
    height: 30px;
    float: left;
    padding-right: 15px;
    padding-top: 4px;
}

.desktopStrongClass {
    font-family: AdelleSans-Bold;
}

.desktopEmClass {
    font-style: italic;
}

.desktopPage {
    width: initial;
}

body {
    width: initial;
    background-color: #e5d9d1;
}

* {
    margin: 0px;
}


@-ms-viewport{
   width: device-width;
}

@font-face
{
    font-family: "PublicoHeadline-Roman";
    src: url("/PublicoHeadline-Roman.ttf");
}

@font-face
{
    font-family: "PublicoHeadline-Italic";
    src: url("/PublicoHeadline-Italic.ttf");
}


@font-face
{
    font-family: "PublicoText-Roman";
    src: url("/PublicoText-Roman.ttf");
}

@font-face
{
    font-family: "National";
    src: url("/National-Regular.ttf");
}

@font-face
{
    font-family: "National-Medium";
    src: url("/National-Medium.ttf");
}

@font-face
{
    font-family: "AdelleSans-Regular";
    src: url("/AdelleSans-Regular.ttf");
}

@font-face
{
    font-family: "AdelleSans-Bold";
    src: url("/AdelleSans-Bold.ttf");
}

@font-face
{
    font-family: "AdelleSans-SemiBold";
    src: url("/AdelleSans-SemiBold.ttf");
}


@font-face
{
    font-family: "BentonSansForOmni-Regular";
    src: url("/BentonSansForOmni-Regular.otf")
}

@font-face
{
    font-family: "BentonSansForOmni-Medium";
    src: url("/BentonSansForOmni-Medium.otf")
}

@font-face
{
    font-family: "BentonSansForOmni-Bold";
    src: url("/BentonSansForOmni-Bold.otf")
}

@font-face
{
    font-family: "TiemposText-Regular";
    src: url("/TiemposText-Regular.otf")
}


.nothing {
    display: none;
}