﻿body, html {
    background: #fcfcfc;
}
.heading {
    text-align: center;
    margin-top: 64px;
}
.heading h1 {
    margin-top: 0;
}
.heading .h2Tag {
    margin-bottom: 8px;
}
.emailContent {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 32px;
    margin-bottom: 96px;
}
.invalidWrap, .updatedWrap, .unverifiedWrap {
    background: #f97572;
    color: white;
    border-radius: 3px;
    text-align: center;
    padding: 16px;
    font-weight: 500;
}
.unverifiedWrap {
    background: rgb(220, 134, 16);
}
.updatedWrap {
    background: #129609;
}
.invalidWrap h2,
.updatedWrap h2 {
    margin-top: 16px;
    font-size: 1.8rem;
}
.invalidWrap a, .unverifiedWrap a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    white-space: nowrap;
}

ul.emailSubs,
ul.emailSubs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.emailSubs li {
    margin: 0;
    padding: 0;
}
ul.emailSubs > li {
    margin-bottom: 64px;
}
ul.emailSubs li ul li {
    display: flex;
    align-items: center;
}
ul.emailSubs li ul li > div:first-child {
    flex: 1;
}
ul.emailSubs li ul li > div:nth-child(2) {
    flex: 0;
    text-align: center;
    padding-left: 16px;
}
ul.emailSubs label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul.emailSubs label p {
    margin: 0;
    font-size: 1rem;
    line-height: 100%;
}
ul.emailSubs > li > ul > li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef;
}
ul.emailSubs > li > ul > li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
ul.emailSubs li ul li > div:nth-child(2) {
    padding-right: 16px;
    padding-left: 16px;
}
span.freq {
    background: #f97572;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 3px;
    line-height: 100%;
    padding: 2px 0;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    width: 70px;
}
span.freq.frequent {
    background: #f0a900;
}
span.freq.weekly {
    background: #60cb45;
}
span.freq.monthly {
    background: #54ae3d;
}
span.freq.rare {
    background: #129609;
}
.catDescription {
    display: flex;
    align-items: center;
}
.catDescription > div:first-child {
    flex: 0;
    display: flex;
    align-items: flex-start;
}
.catDescription > div:last-child {
    flex: 1;
}

@media screen and (max-width: 450px) {

    h1 {
        font-size: 2.3rem;
        line-height: 100%;
    }
    .catDescription {
        flex-direction: column;
    }
    .catDescription > div {
        flex: 1;
        width: 100%;
        min-width: 100%;
    }
    span.freq {
        margin-bottom: 3px;
        margin-right: 0;
        padding: 5px 10px;
    }
}
.sendStatsWrapper {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 100%;
    margin-bottom: 8px;
    margin-top: -2px;
}
.unsubAll {
    margin-top: 128px;
    border-top: 1px solid #efefef;
    padding-top: 32px;
}
.unsubAll h3 {
    font-size: 1.15rem;
    margin: 0;
    line-height: 100%;
    margin-bottom: 5px;
}
.unsubAll p {
    font-size: 1rem;
    margin-top: 0;
    line-height: 120%;
}

.objSpecificWrap {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 10px;
    background: #fcfcfc;
    border-radius: 3px;
}
ul.objectSpecificSubs > li {
    display: flex;
    line-height: 100%;
    margin-bottom: 8px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
}
ul.objectSpecificSubs li:first-child {
    margin-top: 8px;
}
ul.objectSpecificSubs li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
ul.objectSpecificSubs li > div:first-child {
    flex: 1;
    padding-left: 16px;
}
ul.objectSpecificSubs li > div:last-child {
    flex: 0;
}
ul.objectSpecificSubs a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
}
ul.objectSpecificSubs .sendStatsWrapper {
    margin-top: 2px;
}

.mc-field-group, .mce-responses {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.verifyTwoCol {
    display: flex;
}
.verifyTwoCol p {
    font-size: 1.15rem;
}
.verifyTwoCol h2 {
    font-size: 1.6rem;
}
.verifyTwoCol > div {
    width: 50%;
    min-width: 50%;
}
.verifyTwoCol > div:first-child {
    padding-right: 32px;
}
.verifyTwoCol > div:last-child {
    padding-left: 32px;
    text-align: right;
}
@media screen and (max-width: 740px) {
    .verifyTwoCol {
        flex-direction: column;
    }
    .verifyTwoCol > div {
        width: 100%;
        min-width: 100%;
    }
    .verifyTwoCol > div:first-child {
        padding-right: 0;
    }
    .verifyTwoCol > div:last-child {
        padding-left: 0;
        text-align: left;
        margin-top: 64px;
    }
    .verifyTwoCol h2 {
        text-align: left !important;
    }
}
.subOfficialBlogWrap {
    border-radius: 3px;
    background: #dc0d8a;
    display: flex;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
}
.subOfficialBlogWrap > div {
    flex: 1;
}
.subOfficialBlogWrap > div:first-child {
       padding: 16px;
}
.subOfficialBlogWrap > div:last-child {
    flex: 0;
    padding-left: 16px;
    padding-right: 32px;
}
.subOfficialBlogWrap label {
    color: #ffffff;
    font-weight: 500;
}
.subOfficialBlogWrap label h3 {
    padding: 0;
    font-size: 1.2rem;
    margin: 0;
}