/* devel for better dono and subscribe */
.drift-subscriptions-entry-field input {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0.75rem;
    display: block;
    font-weight: 400;
    line-height: 1.15;
    width: 100%;
}

.drift-subscriptions-form-option-standalone label {
    width: 100%;
}


.drift-subscriptions-form-option-standalone {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.drift-subscriptions-like-stripe-label {
    font-size: 10pt;
    line-height: 1.5;
    margin-bottom: 8px;
}

.drift-subscriptions-previous-button {
    border: 1px solid;
    border-radius: 1px;
    background-color: #000;
    color: #fff;
    width: 40px;
    margin-right: 5px;
}

.form-stage-header-inner {
    display:inline-block;
}

#late-stage-header {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14pt;
    padding-top: 10px;
    text-align: left;
}

.embedded-checkout-container .notice-outer {
    padding-top: 1rem;
}

.notice-outer .back-to-choice-button {
    top: 1rem;
    right: 0px;
}

.login-group {
    display: flex;
    position: relative;
    width: 300px;
    margin: 0 auto;
    font-family: proxy-nova;
    font-size: 13pt;
}

.login-button-group {
    display: flex;
    justify-content: center;
    font-family: proxy-nova;
    font-size: 14pt;
}

.login-buttons-container {
    padding-top: 2rem;
}

.login-buttons-container .login-group {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.label-left {
   width: 35%
}

.input-right {
    width: 30%
}

article.account-page .entry-title {
    margin-bottom: 1rem !important;
}

.login-update-notice {
    margin-bottom: 20px;
}

.logout-container {
    margin-top: 1rem;
    font-size: 16pt;
}

.notice-container p {
    margin-bottom: 5px;
}

.notice-container {
    padding: 20px 10px;
    border: 1px solid #000;
    border-radius: 6px;
    background-color: #fff1e2;
}

.notice-heading {
    font-family: 'Adobe-Caslon';
    font-size: 16pt;
    padding-bottom: 10px;
}

.embedded-checkout-container .notice-heading {
    font-size: 18pt;
}

.embedded-checkout-container .notice-container {
    font-size: 18pt !important;
}

.account-subscription {
    display: flex;
    flex-direction: row;
    font-family: proxy-nova;
    padding-bottom: 5px;
}

.account-subscriptions-group {
    padding-top: 20px;
    padding-bottom: 20px;
}

.account-subscription-group-label {
    font-family: 'Adobe-Caslon';
    font-size: 20pt;
    padding-bottom: 20px;
}

.account-subscription div {
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
}
.account-subscription .subscription-label {
    width: 45%;
}
.account-subscription .subscription-amount {
    width: 20%;
}

.flex-container {
    display: flex;
    width: 220px;
}

@media (max-width: 767px) {
    .choose-subscription-form .flex-container {
        width: 290px;
    }
}
@media (min-width: 768px) {
    .choose-subscription-form .flex-container {
        width: 320px;
    }
}



@media (max-width: 768px) {
    .choose-subscription-form .drift-subscriptions-form-option {
        width: 55%
    }

    .choose-subscription-form .drift-subscriptions-form-option.drift-subscriptions-bonus-option {
        width: 100%
    }
}

.product-left {
    flex: 3;
}

.price-right {
    /*flex: 1; */
    text-align: right;
}

@media (max-width: 768px) {
    .choose-subscription-form .drift-subscriptions-form-option {
        width: 55%
    }

    .choose-subscription-form .drift-subscriptions-form-option.drift-subscriptions-bonus-option {
        width: 100%
    }
}

.central-form-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .central-form-options {
        display: block;
    }
}

.central-form-options .drift-subscriptions-form-option {
    text-align: left;
}

.payment-form-subheading {
    position: relative;
    text-align: left;
    font-size: 12pt;
    margin-bottom: 19px;
    font-family: proxy-nova;
}

.drift-subscriptions-input {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input[type="checkbox"].drift-subscriptions-input {
    width: 20px;
}

.drift-subscriptions-label {
    font-size: 13pt;
    color: #303030;
    font-weight: 400;
    font-family: proxy-nova;
    padding-left: 2rem;
    margin-left: 0;
    margin-bottom: 0;
    vertical-align: baseline;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

input[type="radio"] + .drift-subscriptions-label:before {
    content: "";
    background-color: #fff;
    border: 1px solid #303030;
    border-radius: 50%;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    height:20px;
    width: 20px;
    position: absolute;
    top: 1px;
    left: 0px;
}

input[type="radio"] + .drift-subscriptions-label:after {
    content: "";
    background: #000;
    border: 1px solid black;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 14px;
    height: 14px;
    display: none;
}

.options-cluster {
    margin-bottom: 19px;
}

.drift-subscriptions-form-option {
    position: relative;
    display: flex;
}

.drift-subscriptions-label {
    width: 50%;
    text-align: left;
}

.drift-subscriptions-check-label {
    width: 100%
}

.drift-subscriptions-form input[type="radio"]:checked+label:after{
    display: block;
}

.drift-subscriptions-bonus-option {
    text-align: left;
    width: 100%;
    padding-left: 0.5rem;
}

input[type="checkbox"] + .drift-subscriptions-check-label:before {
    content: "";
    background-color: #fff;
    border: 1px solid #303030;
    border-radius: 10%;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    height:20px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: 0px;
}

input[type="checkbox"]:checked + .drift-subscriptions-check-label:after {
    background-image: var(--check-img);
    background-size: 24px;
    content: "";
    height:20px;
    width: 20px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: absolute;
    top: 1px;
    left: -2px;
}

.drift-subscriptions-button {
    appearance: button;
    backface-visibility: hidden;
    background-color: #0e90cc;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 44px;
    font-size: 20px;
    line-height: 1.15;
    margin: 12px 0 0;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    font-family: proxy-nova;
}

.drift-subscriptions-button:disabled {
    cursor: wait;
    background-color: rgba(143, 166, 179, 0.3);
}

.drift-subscriptions-button:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

@media (min-width: 768px) {
    .drift-subscriptions-form {
        margin-top: 30px;
    }
}

@media (max-width: 767px){
    .drift-subscriptions-form {
        margin-top: 15px;
    }
}

.option-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

.option-row>* {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
}

.option-column-2 {
    width: 50%;
}

.option-column-3 {
    width: 33.3333%;
}

.option-column {
    flex: 0 0 auto;
    text-align: center;
}

.option-split {
    width: 50.0%;
    flex: 0 0 auto;
    /* less padding for just two options */
    padding-right: 0.05rem;
    padding-left: 0.05rem;
}

label.button-like {
    border-radius: 3px;
    width: 100%;
    border: 1px solid rgb(0 0 0 / 100%);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20pt;
    height: 50px;
    line-height: 44px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.option-split label.button-like {
    border-radius: 2px;
}

input.button-like {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.expand-container {
    overflow: hidden;
  }

.expand-contract {
    margin-top: -100%;
    /*transition: all 0.05s;*/
}

.expand-contract.expanded {
    margin-top: 0;
}

.drift-subscriptions-form input.custom-amount {
    width: 6rem;
}

.choose-subscription-form .expand-container {
    padding-top: 10px;
}

.expand-container input[type="email"] {
    width: 20rem;
}

.custom-amount-container {
    font-family: proxy-nova;
    font-size: 13pt;
    display: flex;
    justify-content: right;
    padding-top: 5px;
    padding-right: 20px;
}

.currency-input {
    position: relative;
    width: 6rem;
}

.currency-input > span {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.currency-input > input {
    padding-left: 25px;
    padding-right: 0;
}

.page-template-checkout .mission_inner_body {
    background-color: #fff1e2;
    min-height: 620px;
}

.page-template-checkout .mission_inner_body > :last-child::after {
    content: "" !important;
}

/* end new donation stuff */

/* Self-Hosted Google Fonts not picking up roboto */
.page-template-mentions .about_r h4 {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 100 !important;
    margin: 0 0 60px;
    text-align: right;
}

/* James Changes */

.event-heading {
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 29px;
    line-height: 1;
}

body,h1,h2,h3,h4,h5,h6,p,a{
    font-family: Avenir-Next-Thin, Arial, sans-serif;
}

p strong {
    font-family: 'Avenir-Bolder', Avenir-Next-Thin;
}

h1.issue_heading b {
    font-family: adobe-caslon, serif;
    font-size: 50px;
    padding-right: 10px;
    text-transform: none;
}

.article_heading h4 a strong {
    font-family: Adobe-Caslon;
}

.latestArticle_Heading p {
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
}

#footerFullMenu li {
    font-family: Avenir-Next-Thin, sans-serif;
    font-size: 14px;
}

.copyrightSpan {
    color: #fff;
    float: right;
    font-family: Avenir-Next-Thin, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-right: 40px;
}

.searchPage_Form_Button {
    border: none;
    font-family: Avenir-Next-Thin, sans-serif;
    font-size: 21px;
    height: 53px;
    padding: 10px 28px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 125px;
}

.label.wpfs-form-check-label strong,
.label.wpfs-form-check-label,
.ab_part_img_abu div label{
    color: #303030;
    font-family: proxy-nova !important;
    font-size: 18px !important;
    font-weight: 400;
}

.form01 h4,
.form01 input {
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */

/* Microsoft Edge; Internet Explorer 10-11 */
input::placeholder, input:input-placeholder {
    color: var(--gray);
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#mc-embedded-subscribe {
    background: transparent !important;
    border: 1px solid !important;
    border-radius: 9px !important;
    color: #636363 !important;
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    height: auto !important;
    margin: 0 !important;
    padding: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: auto !important;
}

.wpfs-form-actions button.wpfs-btn, .but63 {
    background: transparent !important;
    border: 1px solid var(--black) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #909090 !important;
    cursor: pointer !important;
    display: inline-block !important;
    float: right !important;
    font-family: Avenir-Next-Thin !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    height: unset !important;
    letter-spacing: 0 !important;
    line-height: 13px !important;
    padding: 15px 30px !important;
    transition: all 0.3s ease-out !important;
}

.ab_part_img_abu div label {
    color: #fff;
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 19px !important;
}

button.search-submit {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 9px;
    color: #aaa;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    transition: all 0.23s ease-in-out 0s;
}

.nextIssues::after {
    font-family: Avenir-Next-Thin, sans-serif;
}

.more_link a {
    font-family: Avenir-Next-Thin, sans-serif;
}

.single-post .mission_inner a {
    font-family: initial;
    position: relative;
    text-decoration: underline !important;
}

.share_text_container p {
    color: #303030;
    font-family: Avenir-Next-Thin !important;
    font-size: 15px !important;
    font-style: italic;
    text-transform: uppercase;
}

.more_from_issue .text-treview {
    font-family: georgia;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 10px;
}

.more_from_issue .com_heading01 p a {
    display: block;
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    text-transform: uppercase;
}

.more_from_issue .com_heading01 h4 b a {
    font-family: Adobe-Caslon;
}

.issue_container .com_heading01 h4 b a {
    font-family: Adobe-Caslon;
    font-weight: 600;
}

/* Caption with Femi's name */
.postid-2274 .ab_part_img p.caption {
    font-family: Savoy, 'EB Garamond', Times, serif;
}

.search-term-list .list-feature-info h2 a:first-child {
    font-family: Adobe-Caslon;
    font-weight: 600;
}

.search-term-list .list-feature-info h3 a {
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.search-term-list .list-feature-info p {
    font-family: georgia;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}

.search_container h1.page-title {
    font-family: Adobe-Caslon;
    font-size: 36px;
    font-weight: 600;
    line-height: 0.85;
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
}

.tax-authors .search_container h1.page-title span.author_desc {
    display: inline;
    font-family: Avenir-Next-Thin, sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-left: 10px;
    position: relative;
}

.about_edtitor b {
    font-family: franklin-gothic, 'Libre Franklin', sans-serif !important;
}

.share_text_container p strong {
    font-family: inherit !important;
}

.mission_inner_body > :last-child::after {
    color: #69A7C2;
    content: "||";
    font-family: Adobe-Caslon;
    font-weight: bold;
    left: 5px;
    position: relative;
}

#ajaxsearchlite1 .probox .proinput input::input-placeholder {
    color: #909090;
    font-family: Avenir-Next-Thin, sans-serif;
}

#ajaxsearchlite1 .probox .proinput input::placeholder {
    color: #909090;
    font-family: Avenir-Next-Thin, sans-serif;
}

#ajaxsearchlite1 .probox .proinput input:input-placeholder {
    color: #909090;
    font-family: Avenir-Next-Thin, sans-serif;
}

#ajaxsearchlite1 .probox .proinput input:placeholder {
    color: #909090;
    font-family: Avenir-Next-Thin, sans-serif;
}

.search-term-list .list-feature-info p a {
    font-family: georgia;
    text-decoration: underline !important;
}

.about_r h3 {
    font-family: Avenir-Next-Thin, sans-serif;
    font-size: 28px;
}

.article_editor a {
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.mention_authors p {
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
}

div.asl_w .probox .proinput input {
    font-family: Avenir-Next-Thin !important;
}

.article_sub_heading a {
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.single-post .mission strong, .single-post .mission b {
    font-family: Savoy-Bold, 'EB Garamond Bold', Times, serif;
}

.single-post .article_editor p {
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    padding-top: 50px;
    text-transform: uppercase;
}

.single-post .article_editor p b {
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    text-transform: uppercase;
}

.postDate {
    color: #ccc;
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 60px;
    text-transform: uppercase;
}

.desktop_new_menu ul li a {
    color: #303030;
    display: block;
    font-family: Avenir-Next-Thin, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.issue_date {
    color: #ccc;
    font-family: proxy-nova, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .support_heading h3 {
        font-family: Avenir-Next-Thin, sans-serif;
        font-size: 40px;
        padding-left: 0;
        text-align: left;
    }
}

@media (max-width: 1023px) {
    .td-overlay-box ul li a {
        color: #303030;
        display: inline-block;
        font-family: Avenir-Next-Thin, sans-serif;
        font-size: 20px;
        font-weight: bolder;
        letter-spacing: normal;
        text-decoration: none;
        transition: 0.3s;
    }
}

.page-template-mentions .ab_part_mobile p{
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    font-size: 18px;
}

.issues_container .com_heading01 h4 + .authors a {
    display: inline-block;
    font-family: franklin-gothic, 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-top: 0;
    text-transform: uppercase;
}

/* 2151 = editor's note explaining first issue in print */
.postid-2151 .boxzilla-content .serif-hed {
    font-family: Adobe-Caslon;
    font-size: 26px;
    line-height: 26px;
}

.postid-2151 .boxzilla-content .sans-serif-hed {
    font-family: Avenir-Next-Thin;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.com_heading h3 strong,
.com_heading h3 b,
.com_heading span {
    font-family: Adobe-Caslon;
}

form.search-form {
    display: flex;
    justify-content: center;
    margin-bottom: 1.7rem;
    margin-top: 1.7rem;
}

*, *:focus {
    outline: none;
}

/* fonts were here */

/* now just mission critical fonts */
@font-face {
    font-display: swap;
    font-family: Avenir-Next-Thin;
    src: url("../font/avenir-next-thin.ttf");
}

@font-face {
    font-display: swap;
    font-family: Savoy;
    font-style: normal;
    font-weight: normal;
    src: url('../font/Savoy/Savoy-Regular.woff') format('woff'),
    url('../font/Savoy/Savoy-Regular.woff.svg#Savoy') format('svg');
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 11.5rem; /* 11.5 rem == footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 11.5rem; /* 11.5 rem == footer height */
}

:root{
    --white:#fff;
    --black:#000;
    --back-color:#0067B8;
    --primary-color:#ffd98e;
    --gray: #303030;
    --color__field-border: #909090;
    --color__field-background: #f6f6f6;
    --color__highlight: #0e90cc;
    --color__gray-field: #f6f6f6;
    --link-hover-font-color: var(  --color__highlight );
}

body {
    color: #333;
    letter-spacing: 0.03em;
    line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6,p,a{
    color: #303030;
}

h2 {
    font-size: 45px;
    font-weight: 100;
    line-height: 1.2;
    position: relative;

}

h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 10px 0 25px;
    position: relative;
    text-align: left;
}


p{
    color: var(--gray);
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-bottom: 25px;
}

.single-post .mission_inner blockquote.margin_block p {
    margin-bottom: 4px;
}


a {
    text-decoration: none!important;
}

img{
    height: auto;
    max-width: 100%;
    width: auto;
}

.desktop-logo {
    margin: auto;
    width: 8.5rem;
}

.td-mobile-logo img {
    width: 100%;
}

.issue_div_left img {
    width: inherit;
}

ul{list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* HEADER START
========================================== */
.menu_outer {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.nav{
    justify-content: space-between;
}

.nav>li {
    display: block;
    position: relative;
}

.nav > li > a {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 25px 15px;
    position: relative;
    text-transform: uppercase;
}

.menu_box_three,
.menu_box_one{
    width: 35%;
}

.menu_box_two {
    text-align: center;
    width: 30%;
}

.menu_box_two.fixed img {
    max-height: 60px;
    position: relative;
    top: 0;
}
#tf-hide-mob.fixed .menu_outer .nav > li { margin-bottom: 0; }

.menu_outer .nav>li {
    margin-bottom: 20px;
}

.menu_box_two img{
    max-height: 65px;
    position: relative;
    top: 10px;
    transition: 1s ease all;
}

#mc_embed_signup_scroll > div {
    width: 400px;
}

.wpfs-btn-primary {
    background: #f0f0f0 !important;
    border: 1px solid #000;
    border-radius: 0 !important;
    color: #000 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 0 60px !important;
}

input[type="email"].wpfs-form-control, input[type="text"].wpfs-form-control, .wpfs-form-select select {
    background: #f6f6f6 !important;
    border-radius: 0 !important;
}

.wpfs-form-actions button.wpfs-btn:hover {
    background: #CBCBCB !important;
    color: #000!important;
}

.latest_articles .single_article {
    padding: 0 28px;
}

.article_feaImage {
    width: 100%;
}

.article_feaImage img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}

.row.latest_articles, .latestArticle_Heading {
    margin: auto;
    margin-top: 10px;
    max-width: 94%;
}

.latestArticle_Heading {
    margin-top: 50px;
}

.article_sub_heading strong {
    font-weight: normal;
}

.latestArticle_Heading h1 {
    margin-bottom: 0;
}
.article_heading h4 a:hover{ color: #303030; }

.article_heading a:hover {
    color: #303030;
}

.mt_wrap {
    margin-top: 30px;
}
.custom_wrap{  margin:auto; width: 94%; }

.article_span {
    font-size: 19px;
    font-weight: bold;
    position: relative;
    top: -4px;
}

.article_heading {
    margin-top: 30px;
}

.article_sub_heading{ margin-top: 10px; }

.signup4mail_Left::before
{
    color: #9800ff;
    content: "|";
    font-size: 52px;
    font-weight: bold;
    position: absolute;
    top: 20px;
}

.support_heading::before {
    color: #9800ff;
    content: "|";
    font-size: 52px;
    font-weight: bold;
    position: absolute;
    top: 20px;
}

.support_us_pipe{color: #9800ff;
    font-size: 23px;
    position: relative;
    top: -3.5px;}

.support_heading h3 {
    font-size: 40px;
    padding-left: 38px;
}

.signup4mail_Right #mc_embed_signup {
    margin-top: 20px;
}

.footerNew_middle_inner #mc_embed_signup {
    z-index: 5;
}

.signup4mail_Right .news_l input {
    width: 100% !important;
}

.signup4mail {
    background: #f5f5f6;
    padding: 30px 10px;
}

.signup4mail_Left h3 {
    font-size: 36px;
    padding-bottom: 8px;
    padding-left: 38px;
    padding-top: 13px;
}

.support_subheadings h3 {
    font-size: 29px;
    font-weight: 600;
    margin-top: 23px;
    text-align: right;
    text-transform: uppercase;
}

.support_content p {
    font-size: 18px;
    margin: auto;
}
.signup4mail_BG #mc_embed_signup .mc-field-group input#mce-EMAIL{ background: #f5f5f6; }

.issuesMoreIcon img {
    width: 94px;
}

.issues_list_ul.row {
    width: 100%;
}

.issues_list_ul li::before {
    bottom: 0;
    content: counter(list-item)'.';
    font-size: 33px;
    font-weight: 700;
    left: -25px;
    position: absolute;
}

.issues_list_ul li {
    height: 184px;
    list-style: none;
    width: 200px;
}

.issues_image img {
    height: 185px;
    object-fit: cover;
    width: 185px;
}

.footerNewLogo img {
    margin-left: 30px;
    width: 145px;
}

.footerNewSocials ul {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

.footer_style_new {
    overflow: hidden;
}

.footerNew_middle h4 {
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 0;
    padding-top: 23px;
    width: 280px;
}

.footerNew_middle #mc_embed_signup {
    clear: none;
    float: right;
    position: relative;
    top: 9px;
    width: calc(100% - 280px);
}

.footerNew_middle #mc_embed_signup .mc-field-group input#mce-EMAIL {
    width: 100% !important;
}
.footerNew_middle .news_l input{ width: 380px !important; }

.footerFullMenu {
    background: #000;
    overflow: hidden;
}

#footerFullMenu li a {
    color: #fff;
    text-transform: uppercase;
}

#footerFullMenu {
    display: flex;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
}

.nextIssues {
    position: absolute;
    right: 3%;
    top: 24%;
}

.searchPage_Form_container {border-bottom:0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.searchPage_Form_container::after{ clear: both; content: ""; display: block; width: 100%; }

.searchPage_Form { float:none;margin: 0 auto;
    max-width: 450px;
    position: relative;
    width: 100%;
}

.searchPage_Form_Box {
    border: 1px solid #848484;
    border-radius: 2px;
    float: left;
    height: 55px;
    padding-left: 50px;
    padding-right: 150px;
    width: 100%;
}

.search_icon_custom {
    font-size: 18px;
    left: 20px;
    position: absolute;
    top: 20px;
}

.searchPage_Form_Box:focus {
    border-color: #000;
    outline: none;
}

.searchPage_Form_Button:focus {
    outline: none;
}

@media(min-width: 768px){

    .navbar-header{display: none;}

}

/* HEADER END
========================================== */

.drift_container {
    left: 50%;
    max-width: 100%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1140px;
}

.com_logo img{
    display: block;
    margin: auto;
    max-height: 80px;
}

.drift_container h6{
    color: #000;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
}

.drift_container h6 span {
    display: block;
    margin-bottom: 3px;
}

.drift_container h6 a {
    color: #4D788C;
    text-decoration: underline !important;
}

.drift_container h6 a:hover {
    color: #4D788C;
}

.drift_container h6 b {
    color: #4D788C;
    font-weight: 900;
    text-transform: uppercase;
}

.drift_title {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.social_link{
    justify-content: center;
    width: 100%;
}

.wpfs-form-actions button.wpfs-btn.disableButton {
    background: #CBCBCB !important;
    pointer-events: none;
}

.social_link li,
.social_link li a{
    color: #000;
    font-size: 25px;
}

.social_link li a {
    color: #4D788C;
    padding-left:  10px;
    padding-right: 10px;
}

.social_link li:first-child {
    line-height: 32px;
    padding-right: 18px;
}

.social_link li a i {
    font-size: 32px;
}

.news_l {
    align-items: center;
}

.news_l label{display: none !important;}

.news_l input{
    border: 0 solid #000 !important;
    border-bottom: 1px solid #000 !important;
    font-size:  20px !important;
    width: 400px  !important;
}

.but61{
    background: #636363;
    border: 2px solid #636363;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 48px;
    line-height: 42px;
    padding: 0 15px;
    text-transform: capitalize;
}

.but61:hover{
    background: #000;
    border: 2px solid #000;
}

.ab_part_l {
    justify-content: center;
    position: relative;
    text-align: right;
    top: 0;
    width: 50%;
}

.ab_part_linner{
    margin-left: -15px;
    width: calc(100% + 30px);
}

.ab_part_img{
    position: relative;
    right: 10px;
}

.ab_part_img img {
    display: block;
    height: 100%;
    width: 100%;
}

.ab_part_img_inner{
    flex-wrap: wrap;
    padding-bottom: 5px;
    position: relative;
}

.ab_part_img_abu{
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    width: 100%;

}

.ab_part_img_inner div {
    padding: 7px 20px;
    text-align: left;
    width: 48%;
}

.form01{
    margin: 70px 0 0;
    text-align: center;
}

.form01 h4 {
    font-size: 30px;
}

.wpfs-form-label[for="wpfs-custom-amount--ZjFiZTB-button"],
.form01 form .wpfs-form-label[for="wpfs-custom-amount--ZjFiZTB-button"] {
    display: none;
}

.form01 form .wpfs-w-20 {
    max-width: 100% !important;
}

.form01 form .wpfs-w-20 input{
    margin: auto;

}


.ab_part_linner .wpfs-form-check > input,
.form01 input{
    width: 50% !important;
}

input.unfocus_email::placeholder { font-size: 0; }

.radio02{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0 30px 27px;
}

.radio02 input{
    height: 25px;
    margin: 0;
    padding: 0;
    width: 25px;
}

.radio02 label{
    font-size: 20px;
    letter-spacing: .00;
    margin: 0;
    padding-left: 15px;
}

.ab_part_r{margin: auto;
    width: 50%;
}

.com_heading h3 {
    font-size: 36px;
}

.donate-subscribe_txt .com_heading h3 {
    text-transform: none;
}

.com_heading h3 b,
.com_heading h3 strong {
    font-size: 40px;
    font-weight: bold;
}

.single-mention .com_heading h3 b{ font-size: 50px; }

.com_heading span {
    color: #909090;
    display: inline;
    font-size: 30px;
    position: relative;
    top: 5px;
    vertical-align: top;
}

.single-mention .com_heading span {
    font-size: 35px;
}

.mentions .com_heading span {
    font-size: 35px;
}

.high-title {
    border-bottom: 1px solid black;
    display: flex;
    top: 0;
    width: 100%;
}

.high-title h3 {
    padding: 0;
}

.high-title-container .contact01,
.page-template-subscribe .contact01,
.page-template-donate .contact01,
.page-template-about-page .contact01,
.page-template-mentions .contact01,
.single-mention .contact01,
.single-post .contact01
{
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    margin: 20px 0 0 20px;
    max-width: 490px;
}

.contact01 p{
    font-size: 20px;
    line-height: 1.3em;
}

.ab_part_img_inner.ba_part02 {
    margin-left: 85px;
}

.ab_part_img_inner.ba_part02 div{
    width: 100%;
}

.ab_part_img_inner.ba_part02 div input{
    background: #fff;
    height: 20px;
    width: 50px;
}

.ab_part_img_inner.ba_part02 div label span{
    display: inline-block;
    width: 100px;
}

/* FOOTER */

.e_add{
    justify-content: flex-end;
}

.f_three{justify-content: flex-end;}

ul.f_menu.nav {
    width: 750px;
}

ul.social_icons {
    align-items: center;
    display: flex;
}

ul.social_icons li {
    padding: 0 15px;
}

ul.social_icons li  i.fa,
ul.social_icons li  i.fab{
    font-size: 32px;
}

.but62{
    border: 1px solid var(--gray);
    border-radius: 13px;
    color: var(--gray);
    cursor: pointer;
    font-size: 20px;
    padding: 6px 45px;
    text-transform: capitalize;
}

#mc_embed_signup form{
    padding: 5px 0 !important;
}

#mc_embed_signup {
    background: transparent !important;
}

#mc-embedded-subscribe ~ .mce_inline_error {
    background-color: transparent !important;
    color: #b70404 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    left: 0 !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    top: 80%;
    width: calc(490px - 195px);
}

.wpfs-form-actions{
    float: right !important;
}

.ab_part_linner .wpfs-w-45 {
    max-width: 100% !important;
}

/* SUBSCRIBE */



#wpfs-form-get-parameters--ZTI4NGY ~ .wpfs-form-check-group {
    align-items: center;
    background-color: rgb(255 255 255 / 100%);
    background-repeat: no-repeat;
    background-size: auto 220px;
    display: flex;
    height: 230px;
    justify-content: center;
    padding: 45px;
    position: relative;
}


.page-template-page-templatessubscribe-php #wpfs-form-get-parameters--ZTI4NGY ~ .wpfs-form-check-group{display: none;}

.ab_part_l .wpfs-form-check-group .wpfs-form-check-group-title {
    display: none;
}

.ab_part_l .wpfs-form-check-group .wpfs-form-check {
    display: block;
    margin: 15px auto;
    position: relative;
    width: 200px;
    z-index: 9;
}

.page-template-subscribe .ab_part_l .wpfs-form-check-group .wpfs-form-check {
    display: block;
    float: none;
    max-width: 300px;
    padding: 0 15px;
    position: relative;
    width: 100% !important;
}

.ab_part_img_inner > div {
    margin: 0;
}

.ab_part_img_inner > div input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.ab_part_img_inner > div input[type="radio"] + label::before {
    background: #f4f4f4;
    border: 1px solid;
    border-radius: 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin-right: .7em;
    position: relative;
    text-align: center;
    top: 0.2em;
    transition: all 250ms ease;
    vertical-align: top;
    width: 1em;
}

.ab_part_img_inner > div  input[type="radio"]:checked +  label::before {
    background-color: #000;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.ab_part_img_inner > div  input[type="radio"]:focus +  label::before {
    border-color: #000;
    outline: none;
}

.ab_part_img_inner > div input[type="radio"]:disabled +  label::before {
    background: #b4b4b4;
    border-color: #b4b4b4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.ab_part_img_inner > div input[type="radio"] +  label:empty::before {
    margin-right: 0;
}

/* media css */

/* James Zone */

.log-in-alert a {
    text-decoration: underline !important;
}

.account-managment .wpfs-form-actions {
    display: flex;
    flex-direction: column;
}

.account-managment .wpfs-form-actions .wpfs-btn-primary {
    margin-left: 0;
    margin-right: auto !important;
}

.account-managment .wpfs-form-actions .wpfs-nav-back-to-email-address {
    display: block;
    margin-left: 0;
    margin-right: auto !important;
    margin-top: 1rem;
}

span.author_desc a{
    color: #68b3cc;
}

.page .entry-content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.page .wpfs-form-actions {
    padding-bottom: 4rem;
    width: 100%;
}

#wpfs-enter-email-address-form,
#wpfs-enter-security-code-form{
    height: 100vh;
    max-height: 420px;
}


input[id*='search-form'] {
    border: none;
    border-bottom: 1px solid black;
    margin-right: 1rem;
}

button.search-submit:hover {
    background-color: #CBCBCB !important;
    border: 1px solid black;
    color: #000 !important;
}

.openMobMenuIcon {
    cursor: pointer;
}

.td-overlay-box {
    height: 0% !important;
}

.td-overlay-box.main-nav-open {
    height: 100% !important;
}

.td-overlay-box.mob_menu_open {
    border-top: 1px solid #efefef;
}

#myMobileNav {
    overflow-y: hidden;
}

@media (min-width: 515px) {
    input[id*='search-form'] {
        max-width: 500px;
        width: 50%;
    }
}

@media(min-width: 768px){

    .only_mobile_show {display: none; }

    .footerNew_middle {
        padding-left: 40px;
        padding-right: 40px;
    }

    form.search-form {
        margin-bottom: 3rem;
    }

    .page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group {
        padding: 5px 0;
    }

    .page-template-subscribe .kudossubscribe .wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label {
        display: inline-block;
        font-size: 18px;
        padding-left: 50px;
    }

    .page-template-subscribe .constrained.new::after {
        left: 2.5rem !important;
    }

    .page-template-subscribe .kudossubscribe .wpfs-form-check .wpfs-form-check-label strong {
        font-size: 18px !important;
    }

}

@media(max-width: 1023px) {
    .page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group{
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .com_heading span {
        top: 1px;
    }

    .issues_list_ul li {
        margin-bottom: 30px;
        margin-right: 50px;
    }
}

@media (min-width: 768px)and (max-width:1025px){
    .issues_list_ul.row {
        margin-top: 0;
    }
}

@media(min-width: 768px)and (max-width: 999px){
    ul.f_menu.nav {
        width: 400px;
    }

}

@media(max-width: 767px) {
    .page-template-subscribe .kudossubscribe .wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label{
        display: inline-block;
        font-size: 18px;
        padding-left: 50px;
    }

    .signup4mail_Left::before {
        font-size: 19px;
        top: 12px;
    }
    .signup4mail_Right #mc_embed_signup{ margin-top: 0; }

    .signup4mail {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .nextIssues {
        position: relative;
        right: unset;
        top: unset;
    }

    ul.social_icons {
        flex-wrap: wrap;
        float: none;
        justify-content: flex-end;
        margin: 0 auto 10px;
        text-align: center;
        width: auto;
        width: 140px;
    }

    ul.social_icons li {
        margin: auto;
        margin-bottom: 10px;
    }

    .nextIssues::after {
        content: "More Issues";
        font-size: 32px;
        left: -20px;
        position: relative;
        top: 6px;
    }

    .issues_list_ul.row{ margin: auto; }

    .issues_list_ul li {
        height: auto;
        margin-bottom: 40px;
        width: auto;
    }

    .more_link a {
        color: #8C00FF;
        font-size: 30px;
        margin: auto;
        margin-left: 7px;
    }

    .latest_articles .single_article {
        margin-top: 0;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .latest_articles .single_article:last-child {
        padding-bottom: 0;
    }

    .latestArticle_Heading {
        margin-top: 30px;
    }
    .article_heading{ margin-top: 10px; }

    .signup4mail_Left h3{  font-size: 24px; margin-bottom: 0; padding-left: 0;
        text-align: center; }

    .drift_container {
        padding-top: 0;
    }

    #mc_embed_signup form{
        padding: 10px 0 !important;
        z-index: 99999;
    }

    .menu_box_three,
    .menu_box_one {
        display: none;
    }

    .menu_box_two {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        padding: 10px 15px;
        position: relative;
        top: 00;
        width: 100%;
    }

    .menu_box_two  a {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .menu_box_two  a img {
        max-height: 65px;
        top: 0;
    }

    button.navbar-toggle.collapsed {
        background: transparent;
        border: 1px solid;
        border-radius: 4px;
        cursor: pointer;
        padding: 5px;
    }

    span.icon-bar {
        background: #070707;
        border: 0;
        display: block;
        height: 2px;
        margin: 4px;
        width: 25px;
    }

    .only_mobile_show {
        background: #fbfbfb;
        display: none;
        position: absolute;
        top: 115px;
        width: 100%;
        z-index: 9999999;
    }

    .only_mobile_show .nav>li {
        display: block;
        position: relative;
        width: 100%;
    }

    .only_mobile_show .nav>li > a{
        padding: 15px 20px;
    }

    .ab_part {
        flex-wrap: wrap;
    }

    .ab_part_r,
    .ab_part_l {
        width: 100%;
    }

    .contact01 {
        margin: 0 !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0 !important;
    }

    .drift_title {
        font-size: 42px;
    }

    .f_three {
        flex-wrap: wrap;
    }

    ul.f_menu.nav {
        flex-wrap: wrap;
        width: 100%;
    }

    #mc_embed_signup .mc-field-group.news_l  {
        flex-wrap: wrap;
        width: 100%;
    }

    #mc_embed_signup .mc-field-group.news_l input {
        border-radius: 0;
        margin: 0 0 20px !important;
        width: 100% !important;
    }

    .page-template-subscribe .kudossubscribe form.wpfs-form{ padding: 0 !important; }

    .page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group{
        background-size: auto !important;
        margin-left: 0;
        width: 100%;
    }

}

@media (min-width: 381px) and (max-width: 767px) {
    .com_heading span {
        top: 5px;
    }
}

@media(max-width: 480px){
    .mentions_container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 380px){
    .drift_title {
        font-size: 34px;
        margin-top: 15px;
    }

    .com_heading span {
        top: 4px;
    }
}

#mc_embed_signup .mc-field-group input#mce-EMAIL:focus {
    outline: none;
}

.single-post .mission_inner a:hover {
    color: #69a7c2;
}

.wpfs-form {
    margin-left: auto;
    margin-right: auto;
}

.mission_inner p > strong {
    float: left;
    font-size: 68px;
    font-weight: normal;
    padding-right: 5px;
    padding-top: 15px;
}

.about_edtitor {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 1000px;
    text-transform: uppercase;
}

.share_text_container {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 1000px;
}

.share_text_container h5 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.more_from_issue {
    padding-top: 75px;
}

section.mission_outer {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.more_from_issue h1 {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.more_from_issue .com_heading01 {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    margin-bottom: 50px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 1000px;
}

.more_from_issue .com_heading01 p {
    margin-bottom: 0;
}

.moreissue_left {
    float: left;
    width: 311px;
}

.moreissue_left img {
    height: 195px;
    object-fit: cover;
    width: 100%;
}

.moreissue_right {
    float: left;
    padding: 0 25px;
    width: calc(100% - 311px);
}

.moreissue_right.moreIssueFull {
    padding: 0;
    width: 100%;
}

.more_from_issue::after {
    clear: both;
    content: '';
    display: table;
}

.more_from_issue .com_heading01 h4 {
    font-size: 25px;
}

.more_from_issue .com_heading01 span {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
}

.issue_container .com_heading01 h4 b a:hover {
    color: #303030;
}

.issue_container .com_heading01 p a {
    font-size: 15px;
    font-weight: 600;
}

.issue_container .com_heading01 p a:hover {
    color: #303030 !important;
}

.issue_container .com_heading01 a:hover {
    color: #303030;
}

.search-results .wrap {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 75px 20px;
}

.error404 .wrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
    width: 1200px;
}

.page-template-donate .menu_box_two {
    display: none;
    justify-content: center;
    width: 100%;
}

.page-template-subscribe .menu_box_two {
    display: none;
    justify-content: center;
    width: 100%;
}

.page-template-about-page .ab_part {
    align-items: center;
    justify-content: center;
}

.single-post .ab_part  {
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
}

.page-template-about-page .ab_part  .contact01 {
    margin-top: 0;
}

.page-template-about .about_r {
    position: relative;
    z-index: 999;
}

.ab_part_img p.caption {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: left;
}

.issue_outer .issue_l {
    padding-left: 15px !important;
    position: relative;
    z-index: 999;

}

.wpfs-w-60 {
    position: relative;
    z-index: 999;
}

.about_r {
    position: relative;
    z-index: 999;
}

.about_l h6 {
    text-transform: uppercase;
}

.wpfs-form-control:not(.wpfs-form-control--error):focus {
    border-color: transparent !important;
}

.single-post .contact01 {
    margin-top: 0;
}

.single-post .com_heading h3 {
    padding-bottom: 0;
}

.wpfs-button-group .wpfs-form-check-input:checked + .wpfs-btn-outline-primary {
    background: #909090 !important;
    border-color: #909090 !important;
}

.more_from_issue .com_heading01 h4 b > a {
    font-size: 22px;
}

.search_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    max-width: 980px;
    min-height: 450px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.search-term-list .list-feature-info h2 {
    font-size: 25px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.search-term-list .list-feature-info h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: capitalize;
}

.search-term-list .list-feature-img {
    padding-right: 0;
}

.search-term-list .list-feature-img img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.search-term-list .term-list {
    border-top: 1px solid #909090;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 50px;
}

.search-term-list .list-feature-info span {
    color: #909090;
    display: inline;
    font-size: 21px;
    position: relative;
    top: 1px;
    vertical-align: top;
}

.tax-authors .search_container h1.page-title span.author_desc::after {
    color: #909090;
    content: '|';
    font-size: 17px;
    left: -10px;
    position: absolute;
    top: 1px;
}

.search-term-list .list-feature-info a:hover {
    color: inherit;
}

.share_text {
    text-transform: uppercase;
}

.share_text a {
    color: var(--issue_color);
}

.search-term-list .list-feature-info h2,
.search-term-list .list-feature-info h3 {
    position: relative;
    z-index: 999;
}

.search-term-list .list-feature-info .link-more {
    display: none;
}

.drift_searchForm {
    display: none;
}

.single-issue .com_heading01 {
    margin-bottom: 20px;
}

.drift_search_link a {
    cursor: pointer;
    position: relative;
    top: 3px;
}

.issues_container .com_heading01 {
    position: relative;
    z-index: 999;
}

#tf-hide-mob.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.bredcrum01 {
    margin-top: -15px;
}

.menu_outer ul.social_icons {
    position: relative;
    top: 24px;
}

.menu_outer ul.social_icons li {
    padding-left: 8px;
    padding-right: 8px;
}

.drift_search_link {
    margin-left: 20px;
}

.menu_outer ul.social_icons li a:hover {
    color: initial;
}

.menu_outer ul.social_icons li a i {
    font-size: 16px;
}

.menu_outer ul.social_icons li a i.fa-search {
    font-size: 22px;
}

#mc_embed_signup .mc-field-group input#mce-EMAIL {
    border-radius: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
}

#mc_embed_signup .mcgroup input#mce-EMAIL::input-placeholder {
    color: #909090 !important;
}

.f_logo > p {
    visibility: hidden;
}

#mc_embed_signup .mc-field-group {
    justify-content: center;
    width: 100% !important;
}

#mc_embed_signup .mc-field-group input[type="submit"] {
    background-color: #fff !important;
    color: #909090 !important;
    font-size: 17px !important;
    line-height: 17px;
    margin-left: 30px !important;
    max-height: 34px;
}

.search_container.article_container h4.article_date {
    color: #69A7C2;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.search_container.article_container .search-term-list .list-feature-info h3 {
    margin-top: 15px;
}

.search_container.article_container .search-term-list .list-feature-img img {
    height: 365px;
}

.menu_outer .nav>li.only-for-space a {
    color: #fff;
    font-size: 0;
}

.page-template-subscribe input.wpfs-form-control {
    border-color: #f6f6f6 !important;
}

label[for="wpfs-same-billing-and-shipping-address--ZTI4NGY"] {
    display: block;
    line-height: 24px;
    padding-left: 30px;
}

.wpfs-btn-outline-primary:focus,
.wpfs-btn-outline-primary:not(.wpfs-btn-outline-primary--disabled, :disabled):hover {
    border-color: #b6b8c5 !important;
    box-shadow: none !important;
}

.wpfs-btn-outline-primary {
    box-shadow: none !important;
}

.high-title-container .contact01 p,
.page-template-donate .contact01 p,
.page-template-subscribe .contact01 p {
    font-size: 18px;
    line-height: 1.4em;
}

.about_r p a.main_link {
    color: #4D788C;
    text-decoration: underline !important;
}

.about_r p a.main_link:hover {
    color: #07dbdb !important;
}

.about_r h3 b {
    font-size: 40px;
    font-weight: bold;
}

div.asl_r.vertical {
    display: none !important;
}

div.asl_w {
    border: 1px solid #303030 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

div[id*='ajaxsearchlite'].wpdreams_asl_container {
    max-width: 100% !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    position: absolute !important;
    right: 15px !important;
    top: 40px !important;
    width: 250px !important;
    z-index: 999 !important;
}

div.asl_m .probox .proclose svg {
    background-color: transparent !important;
    fill: #303030 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    color: #303030 !important;
    font-size: 14px !important;
    text-shadow: none !important;
}

div.asl_m .probox .proloading {
    display: none !important;
}

div.asl_w .probox .promagnifier .innericon svg {
    width: 18px !important;
}

.ab_part_r.ab_partFULL {
    margin: 100px auto 0;
    width: 100%;
}

.ab_part_r.ab_partFULL .contact01, .ab_part_r.ab_partFULL h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.single-post .mission_inner a:hover,
.single-post blockquote.margin_block p a:hover {
    color: #303030 !important;
}

.article_sub_heading a:hover {
    color: #303030;
}

.footerNew_middle_inner {
    margin: 0 auto;
    width: 100%;
}

.signup4mail_Right #mc_embed_signup .mc-field-group input[type="submit"]:hover,
.footerNew_middle #mc_embed_signup .mc-field-group input[type="submit"]:hover {
    background-color: #CBCBCB !important;
    color: #000 !important;
}

[id*="mention_"] a:hover b {
    color: #303030;
}

.signup4mail_Right #mc_embed_signup #mce-error-response {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.footerNew_middle #mc_embed_signup #mce-error-response {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.seeMoreLink {
    clear: both;
    margin-bottom: 35px;
    margin-top: 35px;
    text-align: right;
    width: 100%;
}

.seeMoreLink a {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
}

.menu_outer ul.social_icons li:not(:last-child) {
    display: none;
}

.single-post .mission b {
    text-align: center;
}

.search-term-list .list-feature-info {
    padding-left: 25px;
    padding-right: 25px;
}

.article_editor {
    font-size: 18px;
}

.issues_container {
    margin: 0;
    position: relative;
    top: -15px;
}

.issue_div_left {
    padding-right: 30px;
    padding-top: 30px;
    text-align: right;
}

.issue_div_right {
    margin-top: 25px;
    max-width: 55%;
}

.desktop_new_menu {
    position: relative;
}

.desktop_new_menu ul {
    align-items: center;
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
    padding: 10px 100px;
    text-align: center;
}

.desktop_new_menu .desktop-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.page-template-subscribe #tf-hide-mob {
    display: block !important;
}

.page-template-donate #tf-hide-mob {
    display: block !important;
}

h1.issue_heading {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;

}

h1.issue_heading span {
    color: #ccc;
    display: none;
    font-size: 36px;
}

.page-template-latest_articles .search_container.article_container h4.article_date {
    display: none;
}

.single-post figure {
    margin-left: 92px;
}

.mission_outer .mission + .more_from_issue {
    padding-top: 30px;
}

.postid-435 .mission + .more_from_issue {
    padding-top: 0;
}

.mission p span {
    font-size: 19px !important;
}

.contact01.headong0022 .postDate {margin-left:-20px;
    padding-bottom: 0;
    position: absolute;
    top: -50px;
}

.single-post .contact01 .com_heading {
    margin-top: -40px;

}

@media (max-width: 1280px) {
    .single-post blockquote {
        max-width: 100%;
        right: -175px !important;
        width: 150px !important;
    }
}

@media (max-width: 1199px) {
    .desktop_new_menu ul {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .contact01.headong0022 {
        margin-left: 20px !important;
    }

    #footerFullMenu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact01.headong0022 h1 {
        margin-bottom: 20px !important;
    }

    .support_subheadings h3 {
        text-align: left;
    }

    .menu_outer ul.social_icons li a i.fa-search {
        font-size: 14px;
    }

    .single-post .pigs_img img {
        width: 100% !important;
    }

    .single-post figure {
        margin: 0 !important;
        width: 100% !important;
    }

    .wpfs-w-60 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .drift_container h6 {
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 390px;
    }

    .drift_title {
        font-size: 40px;
    }

    .social_link li, .social_link li a {
        font-size: 22px;
    }

    .social_link li a i {
        font-size: 22px;
    }

    .social_link li:first-child {
        line-height: 22px;
    }

    .footerNewLogo {
        display: none;
    }

    .footerNew_middle, .footerNewSocials {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footerNewSocials ul {
        float: none;
        justify-content: center;
    }

    .support_heading, .support_content, .support_subheadings {
        flex: none;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .support_content p {
        margin-bottom: 0;
    }

    .support_heading::before {
        display: none;
    }

    .latest_articles .single_article {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1152px) {
    .drift_search_link {
        margin-left: 0;
    }

    .menu_outer ul.social_icons li a i.fa-search {
        font-size: 15px;
    }

    .signup4mail_Left {
        flex: none;
        max-width: 100%;
    }

    .signup4mail_Right {
        flex: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 600px;
    }

    .signup4mail_BG .col-md-1 {
        display: none;
    }

    .signup4mail_Left h3 {
        padding: 0;
        text-align: center;
    }

    .signup4mail_Left::before {
        display: none;
    }

    .nav > li > a {
        font-size: 15px;
    }

    .drift_search_link a {
        top: 0;
    }
}

@media (max-width: 1023px) {
    .single-post .contact01 .article_editor {
        position: relative;
        top: -20px;
    }

    .single-post .contact01 .com_heading {
        margin-top: 0;
    }

    .desktop_new_menu {
        display: none;
    }

    ul.f_menu.nav {
        width: 100%;
    }

    .drift_container h6 {
        max-width: 100%;
    }

    .drift_title {
        font-size: 36px;
    }

    .search_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    div[id*='ajaxsearchlite'].wpdreams_asl_container {
        bottom: -57px !important;
        right: 15px !important;
        top: unset !important;
        width: 90% !important;
    }

    #tf-hide-mob {
        display: none;
    }

    .td-site-mobile-header {
        background-color: #fff;
        border-bottom: 1px solid #efefef;
        margin-bottom: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
        transition: all 0.5s ease-in-out;
        width: 100%;
    }

    .td-site-mobile-header.sticky {
        left: 0;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999999;
    }

    .td-site-mobile-header-blocking-box {
        display: block;
        padding-bottom: 123.2px;
    }

    .td-site-mobile-header-blocking-box.hidden {
        display: none;
    }

    .td-site-mobile-header.sticky .td-overlay-box {
        top: 80px;
    }

    .td-site-mobile-header .container::after {
        clear: both;
        content: '';
        display: table;
    }

    .td-mobile-menus span {
        color: #303030;
        display: inline-block;
        font-size: 36px;
        margin-left: 15px;
        text-align: left;
    }

    .td-mobile-logo {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
        position: relative;
        text-align: center;
        width: 130px;
        z-index: 9999999999;
    }

    .td-mobile-menus {
        left: 0;
        padding: 0;
        position: absolute;
        top: 15px;
        width: 100%;
    }

    .td-overlay-box {
        background-color: #fff;
        height: 0%;
        left: 0;
        overflow-x: hidden;
        position: fixed;
        top: 90px;
        transition: 0.5s;
        width: 100%;
        z-index: 999999;
    }

    .seach-mobile-view a {
        font-size: 20px;
        position: absolute;
        right: 15px;
    }

    .td-overlay-content {
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        top: 45px;
        width: 100%;
    }

    .td-overlay-box li {
        display: block;
        line-height: normal;
        list-style: none;
        padding: 10px 10px 10px 30px;
    }

    .td-overlay-box .closebtn {
        color: #303030;
        font-size: 46px;
        position: absolute;
        right: 15px;
        text-decoration: none;
        top: 10px;
    }

    .td-site-mobile-header div[id*='ajaxsearchlite'].wpdreams_asl_container {
        width: 350px !important;
        z-index: 99999999 !important;
    }

    .td-site-mobile-header .container {
        max-width: 100%;
        position: relative;
    }

    .ab_part_linner {
        width: 90% !important;
    }

}

@media (max-width: 823px) {
    .contact01.headong0022 .postDate {
        top: -20px;
    }

    .copyrightSpan {
        font-size: 11px;
        padding-right: 15px;
    }

    #footerFullMenu li {
        font-size: 12px;
    }

    .ab_part_img_inner > div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ab_part_img_inner {
        padding-left: 10px;
    }

}

@media (max-width: 768px) {
    .single-post .mission_inner {
        max-width: 400px;
    }

    .article_feaImage img {
        height: auto;
    }

    #mc_embed_signup .mc-field-group input[type="submit"] {
        margin-left: 20px !important;
    }

    .page-template-donate .the-drift-logo-mb,
    .page-template-subscribe .the-drift-logo-mb {
        display: none;
        position: relative;
        text-align: center;
        top: 15px;
        z-index: 9999;
    }

    .the-drift-logo-mb img {
        height: 45px;
        margin-bottom: 10px;
        width: auto;
    }

    .page-template-donate #tf-hide-mob,
    .page-template-subscribe #tf-hide-mob {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .page-template-mentions .ab_part {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact01.headong0022 .postDate {
        top: -10px;
    }

    .contact01.headong0022 {
        margin-left: 0 !important;
    }

    .single-post blockquote {
        margin-top: 30px !important;
        padding-left: 0 !important;
        position: static !important;
        width: 100% !important;
    }

    .single-post .mission_inner {
        margin-top: 15px !important;
        max-width: 640px;
    }

    .single-post .contact01 .article_editor a {
        position: relative;
        top: 0;
    }

    .issue_div_left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .issue_div_right {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

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

    .footerFullMenu {
        flex: none;
        max-width: 100%;
    }

    .page-template-about-page .ab_part_linner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-homepage .ab_part_linner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-mention .ab_part_linner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyrightDiv {
        flex: none;
        max-width: 100%;
    }

    .copyrightSpan {
        display: block;
        float: none;
        padding: 0;
        text-align: center;
    }

    .postDate {
        padding-bottom: 25px;
    }

    .article_editor {
        margin-top: 15px !important;
        position: static !important;
        text-align: left !important;
    }

    .issue_container h4 a {
        white-space: inherit;
    }

    .search_container h1.page-title {
        line-height: 1;
        padding-bottom: 20px;
    }

    .search-term-list .list-feature-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    #mc_embed_signup .mc-field-group input[type="submit"] {
        margin-left: 0 !important;
        width: auto !important;
    }

    .navbar-header{
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .single-mention .contact01 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .wpfs-form {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-template-about-page .ab_part .contact01 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .about_l {
        padding: 0 20px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .about_r {
        max-width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

    .mission {
        max-width: 100% !important;
    }

    .container,
    .container-sm {
        max-width: 100% !important;
    }

    .wpfs-w-60 {
        max-width: 100% !important;
    }

    .about_l h4 {
        text-align: center !important;
    }

    .about_l h6 {
        margin-bottom: 20px;
        text-align: center !important;
    }

    .about_l h4 span {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .about_r h3 {
        text-align: center !important;
    }

    .issue_outer {
        margin-top: 25px !important;
    }

    .issue_r, .issue_l {
        margin-bottom: 25px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
    }

    .ab_part_linner {
        width: 100%;
    }

    .ab_part_img {
        right: 0;
    }

    .ab_part_img img {
        display: block;
        width: 100%;
    }

    .mission p {
        text-align: left !important;
    }

    .com_heading h3 {font-size:27px;
        margin-bottom: 0; padding: 20px 0;
        padding-bottom: 0;
        text-align: left !important;
    }

    .ab_partFULL .com_heading h3, .ab_partFULL .article_editor {
        text-align: center !important;
    }

    .high-title-container .ab_part_linner,
    .page-template-subscribe .ab_part_linner {
        width: 100%;
    }

    .page-template-donate .ab_part_linner {
        width: 100%;
    }

    .contact01 p {
        text-align: left;
    }

    .issue_l h1 {
        font-size: 36px !important;
    }

    .issue_l h4 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .search-term-list .list-feature-img {
        padding-right: 15px;
    }

    .search-term-list .list-feature-img img {
        height: auto;
        margin-bottom: 20px;
    }

    .search_container {
        margin-top: 35px;
    }

    .search-term-list .term-list {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .search_container.article_container .search-term-list .list-feature-img img {
        height: auto;
    }

    .high-title-container .ab_part,
    .page-template-donate .ab_part,
    .page-template-subscribe .ab_part {
        flex-direction: column-reverse;
        padding-bottom: 25px;
    }

    .page-template-donate .ab_part .ab_part_r,
    .page-template-subscribe .ab_part .ab_part_r {
        padding-top: 0;
    }

    #mc-embedded-subscribe ~ .mce_inline_error {
        width: 100%;
    }

    .high-title {
        border-bottom: none;
    }

    .page-template-donate .com_heading h3 {
        margin-bottom: 15px !important;
    }

    .contact01.headong0022 h1 {
        margin-bottom: 20px !important;
        margin-top: 10px;
    }

    .ab_part.headong0022_cover .ab_part_r {
        top: 10px !important;
        width: 100% !important;
    }

    .article_feaImage img {
        height: auto;
    }

    .footerNew_middle h4 {
        display: block;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .footerNewLogo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footerNew_middle #mc_embed_signup {
        width: 100%;
    }

    .footerNew_middle_inner {
        width: 95%;
    }

    .latestArticle_Heading.td-issues-head,
    .home_issues, .signup4mail_Left::before,
    .support_heading::before {
        display: none;
    }

    .support_heading h3 {
        padding-left: 0;
    }

    .seeMoreLink {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .seeMoreLink a {
        font-size: 26px;
    }

    .mob-hide-line {
        display: none;
    }

    .moreissue_right {
        padding: 30px 0;
        width: 100%;
    }

    .moreissue_left img {
        height: auto;
    }

    .more_from_issue .com_heading01 {
        display: block;
        margin-bottom: 30px;
    }

    .single-mention .about_l h4 {
        text-align: right !important;
    }

    .single-mention h4 span {
        display: inline-block !important;
    }

    .single-mention .about_l h6 {
        text-align: right !important;
    }

    .single-mention .about_r {
        text-align: justify !important;
    }

}

@media (max-width: 667px) {
    .single-post .mission_inner {
        max-width: 100%;
    }

    .latest_articles .single_article {
        padding-left: 0;
        padding-right: 0;
    }

    .support_us_pipe {
        font-size: 16px;
    }

    .support_subheadings h3 {
        font-size: 22px;
    }

    #footerFullMenu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .featuredArticleMore {
        margin-bottom: 2px;
    }


}

@media (max-width: 568px) {
    .search_container h1.page-title {
        font-size: 30px;
    }

    .home_mentions ul li {
        margin-bottom: 5px;
    }

    .ab_part_img_abu div label {
        font-size: 16px !important;
    }

    /* James Zone */

    #footerFullMenu {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
}

@media (max-width: 480px) {
    .single-post figcaption{ font-size: 11px; padding-left: 0; }
    .more_from_issue h1{ font-size: 25px; }

    #footerFullMenu li {
        font-size: 12px;
    }

    .searchPage_Form_Button {
        font-size: 16px;
        padding: 10px;
        width: 100px;
    }

    .searchPage_Form_Box {
        padding-right: 110px;
    }

    .ab_part_img p.caption {
        padding-left: 0;
    }
    .moreissue_left{ padding-right: 0;width:100%;}


}

@media (max-width: 375px) {
    #footerFullMenu li {
        font-size: 10px;
    }

    #footerFullMenu {
        padding-left: 10px;
        padding-right: 10px;
    }

    .td-site-mobile-header div[id*='ajaxsearchlite'].wpdreams_asl_container {
        width: 75% !important;
    }

    h1.issue_heading {
        max-width: 200px;
    }

}

@media (min-width: 992px) {
    .high-title-container,
    .page-template-subscribe .container-fluid,
    .page-template-donate .container-fluid {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .page-template-homepage .ab_part {
        margin-left: auto;
        margin-right: auto;
        max-width: 1450px;
        width: 100%;
    }

    .issues_container {
        margin-left: 160px;
    }
}

@media (min-width: 1400px) {
    .page-template-homepage .ab_part_linner {
        display: block;
        width: 100%;
    }

    .page-template-homepage .ab_part_img img {
        width: 100%;
    }

    .page-template-homepage .contact01 {
        max-width: 100% !important;
    }

    .ab_part_linner {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .ab_part_img {
        right: 0;
    }

    .donate_img {
        top: 10px;
    }

    .ab_part_img img {
        display: block;
        width: 100%;
    }

    .high-title-container,
    .page-template-subscribe .container-fluid,
    .page-template-donate .container-fluid {
        max-width: 1140px;
    }

    .high-title-container
    .page-template-subscribe .ab_part_linner {
        width: 485px;
    }

    .page-template-donate .ab_part_linner {
        width: 485px;
    }

    .footerNew_middle_inner {
        margin: 0 auto;
        width: 85%;
    }

}

@media (min-width: 1920px) {
    .ab_part  {
        margin-left: auto;
        margin-right: auto;
        max-width: 1450px;
    }

    .custom_wrap, .row.latest_articles, .latestArticle_Heading {
        width: 1450px;
    }

    .signup4mail_BG, .footerFullMenu .row {
        margin-left: auto;
        margin-right: auto;
        max-width: 1450px;
    }

    .copyrightSpan {
        padding-right: 15px;
    }

    .issues_container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1450px;
    }

    .issues_container .com_heading01 h4 {
        white-space: nowrap;
    }

}

.footerNew_middle #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill,
.footerNew_middle #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:hover,
.footerNew_middle #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:focus,
.footerNew_middle #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:active  {
    transition: background-color 5000s ease-in-out 0s;
}

.signup4mail_Right #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill,
.signup4mail_Right #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:hover,
.signup4mail_Right #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:focus,
.signup4mail_Right #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:active  {
    transition: background-color 5000s ease-in-out 0s;
}
.page-template-mentions .ab_part_mobile, .page-template-mentions .about_l span.subtitle-mention{display:none;}
.page-template-mentions .about_l{text-align:right;}

.page-template-mentions .about_l h6, .page-template-mentions .about_l h4{display:block; text-align:right !important;}

.contact01.headong0022 h1{font-size:50px !important;}
.contact01.headong0022 span{color:#696969 !important;}
.com_heading span{padding: 0 6px;}
.com_heading01 span{padding: 0 1px;}


.contact01.headong0022{margin-left:20px !important;}
.com_heading  span.single_article_pipe{ display:inline-block;font-size:13px; top:0;}




@media (min-width: 767px) {
    .donate-subscribe_txt {
        margin-top: 0;
        padding-left: 10px;
    }
    .single-post .mission_inner blockquote.margin_block{margin-top:-5% !important;}
    figcaption{font-size:11px !important; left:-140px !important; width:125px !important;}
    .bigfigure{margin-left:175px;}
    .postDate.mobile_version{display:none;}
    .postDate.desktop_version{display:block;}
    .page-template-mentions .com_heading h3 b{font-size:50px;}
    .page-template-mentions .com_heading h3 span{font-size:35px;}
}

@media (max-width: 767px) {
    .more_from_issue h4 a{font-size:20px;}
    .more_from_issue .com_heading01 h4 b > a{font-size:26px;}
    .more_from_issue .com_heading01 span{margin-left: -8px;}
    .single-post .mission_inner blockquote.margin_block{display:none !important;}

    figure figcaption{
        border: 0;
        left: 0;
        position:inherit !important;
        text-align: left;
        width: auto;
    }
    .com_heading h3 b{font-size:31px;}
    .com_heading span{font-size:25px;}
    .page-template-mentions .com_heading span{display:inline;font-size:27px; top: 1;}
    .postDate.mobile_version{display:block; padding:0;}
    .ab_part_r .postDate.mobile_version{display:none;}
    .postDate.desktop_version{display:none;}

    .ab_part_r.ab_partFULL .contact01.headong0022 .postDate.desktop_version{
        display:block;
        max-width: none;
        top: -50px;
    }

    .page-template-mentions .about_l h4{text-align: right !important;}

    .single-post .contact01{
        padding:0;

    }

    .postid-242 .ab_part.headong0022_cover .ab_part_r{
        margin-bottom: 20px;
        top: 0 !important;
    }
}

@media (max-width: 400px) {
    .ab_part_r {
        padding-top: 30px;
    }

    home_issue_page_text {
        margin-top: 15px;
    }

}

@media (min-width: 767px) and (max-width:1024px) {
    .postDate{padding-bottom:2%;}

    .article_editor {
        margin-top: 9% !important;
    }

    .single-post figure{right:-65px;}
    .single-post .mission_inner blockquote.margin_block{display:none !important;}
    .container, .container-md, .container-sm{max-width:100%;}

}

@media (min-width: 768px) and (max-width: 828px) {
    h1.issue_heading {
        font-size: 24px;
    }

    h1.issue_heading b{
        font-size: 45px;
    }

}

@media (min-width: 1025px) {
    .support_heading {
        flex: 0 0 28%;
        margin: auto;
        max-width: 28%;
    }

    .page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group {
        padding-top: 15px;
    }

    .support_eading h3 {
        font-size: 41px;
    }

    .support_content {
        flex: 0 0 35.667%;
        margin: auto 0;
        max-width: 35.667%;
    }

    .support_subheadings {
        flex: 0 0 32.33%;
        margin: auto;
        max-width: 32.33%;
    }

    .support_subheadings h3 {
        font-size: 25px;
    }
}

@media (min-width: 1025px) {
    .donate-subscribe_txt {
        margin-top: 0;
        padding-left: 50px;
    }

    .issue_div_left {
        flex: 0 0 35%;
        padding-right: 0;
    }

    .issue_div_right {
        flex: 0 0 65%;
    }

    .page-template-subscribe .kudossubscribe .wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label,
    .page-template-subscribe .kudossubscribe .wpfs-form-check .wpfs-form-check-label strong {
        font-size: 20px !important;
    }
}

@media (max-width:955px)

{

    .page-template-mentions .men_content{display: none;}
    .page-template-mentions .ab_part_mobile{ display:block;padding: 5px 10px;}
    .page-template-mentions .about_outer{padding-top: 20px;}

    .contact01.headong0022 h1{font-size:38px !important;}

    .com_heading h3 b, .com_heading01 h4 b{
        margin-top: -24px;
    }
    .com_heading h3{font-size:30px;}
    .com_heading h3 b{font-size:37px;}
    .more_from_issue .com_heading01 span{margin-left: -8px;}

}

.addtoany_content blockquote.margin_block {
    display: none;
}

/* 515 Media changes */

/* TODO: de-dupe all this nonsense */

.issues_container .com_heading01 h4 + .authors a::after {content:", ";margin-right:7px;}
.issues_container .com_heading01 h4 + .authors a:last-child::after {content:none;}

/* boxzilla zone */

.boxzilla-overlay,
.boxzilla-container {
    display: none !important;
}

.single.postid-2151 {
    overflow-y: hidden;
}

.single.postid-2151 .mission_outer p {
    display: none;
}

.single.postid-2151 .mission_outer p:nth-of-type(1),
.single.postid-2151 .mission_outer p:nth-of-type(2) {
    display: block;
}

.postid-2151 .boxzilla-overlay {
    background-color: transparent;
}

.postid-2151 .boxzilla-overlay,
.postid-2151 .boxzilla-container {
    bottom: 0 !important;
    display: block !important;
    height: 50vh;
    position: fixed;
    top: auto;
}

.postid-2151 .boxzilla-print-notice {
    border: none !important;
    height: 50vh !important;
    margin-top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.postid-2151 .boxzilla-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
}

@media(min-width: 768px){
    .postid-2151 .boxzilla-content .serif-hed {
        font-size: 32px;
        line-height: 32px;
    }

    .postid-2151 .boxzilla-content .sans-serif-hed {
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
    }
}

/* New form styling */

label[for^="wpfs-same-billing-and-shipping-address"]::before,
.wpfs-form-check-input + label[for^="wpfs-same-billing-and-shipping-address"]::before {
    border: 1px solid var( --color__field-border ) !important;
}

.wpfs-form-check-input[type="checkbox"]:checked + label[for^="wpfs-same-billing-and-shipping-address"]::before {
    background-color: var( --color__field-border ) !important;
}

/** Product Selection **/
form.wpfs-form fieldset.wpfs-form-check-group {
    background-repeat: no-repeat !important;
    background-size: cover;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.page-template-donate form.wpfs-form fieldset.wpfs-form-check-group .constrained {
    display: none !important;
}

/* Radio Buttons */
.page-template-subscribe .ab_part_l .wpfs-form-check-group::after {
    position: unset !important;
}

label[for='wpfs-same-billing-and-shipping-address--ZTI4NGY']::before {
    background: #156ccc !important;
}

.wpfs-form-check-input + .wpfs-form-check-label::before {
    height: 20px !important;
    width: 20px !important;
}

.page-template-subscribe .wpfs-form-check-input + .wpfs-form-check-label::before {
    top: 8px !important;
}

.wpfs-form-check-input[type="radio"] + .wpfs-form-check-label::after {
    background: #000 !important;
    border: 1px solid;
    border-color: black;
    border-radius: 50%;
    height: 14px !important;
    left: 3px !important;
    top: 11px !important;
    width: 14px !important;
}

.wpfs-form-check-input[type="radio"]:checked + .wpfs-form-check-label::before {
    border-color: black !important;
}

.page-template-donate .wpfs-form-check-input[type="radio"] + .wpfs-form-check-label::after {
    top: 4px !important;
}

.wpfs-form-label {
    color: #303030  !important;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-bottom: 8px;
}

.page-template-donate .wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label {
    padding-left: 1rem;
}

.wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label {
    display: inline-block;
    font-size: 20px;
    padding-left: 50px;
}

.wpfs-form-check .wpfs-form-check-label strong {
    margin-left: 20px;
}

.wpfs-form-check .wpfs-form-check-label:focus {
    outline: none;
}

form.wpfs-form {
    padding-top: 6px !important;
    z-index: 0;
}

.wpfs-form-check .wpfs-form-check-label:focus::after {
    outline: none;
}

.wpfs-form-check>input:focus {
    outline: none;
}

.wpfs-form-check-input[type="radio"]:focus + .wpfs-form-check-label::before,
.wpfs-form-check-input[type="radio"]:checked:focus + .wpfs-form-check-label::before {
    box-shadow: none;
    outline: none;
}

.wpfs-form-check-input[type="checkbox"] + .wpfs-form-check-label::before {
    font-size: 11pt !important;
    padding-top: 2px !important;
    top: 0 !important;
}

.wpfs-form-check .wpfs-form-check-label {
    padding-left: 30px;
}

.wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label span.constrained {
    display: inline-block;
    width: 125px;
}

div[data-wpfs-amount-row="custom-amount"] {
    display: initial !important;
}

/** Donation Form Styling - Pea **/
.page-template-donate .wpfs-form-check-group .wpfs-form-check input {
    margin-bottom: 0 !important;
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1rem auto;
    max-width: 75%;
    padding-top: 10px;
    width: 100%;
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check {
    margin: .5rem 0;
    width: 100%;
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:nth-child(odd),
.page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:last-of-type,
.page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:nth-child(7),
.page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"] {
    width: 100%;
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"] {
    /* margin-left: 35%; */
    max-width: 100% !important;
    width: 65%;
}

.page-template-donate .wpfs-form-check-group label[for^="wpfs-custom-amount"] {
    text-transform: capitalize;
}

@media screen and ( min-width: 495px ) {
    .page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check {
        margin: .5rem 0;
        width: 35%;
    }

    .page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:nth-child(odd),
    .page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:last-of-type,
    .page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:nth-child(7),
    .page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"] {
        width: 65%;
    }

    .page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"] {
        margin-left: 35%;
    }
}

@media screen and ( min-width: 580px ) and ( max-width: 767px ) {
    .page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:last-of-type,
    .page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-form-check:nth-child(7) {
        width: 25%;
    }

    .page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"] {
        /* max-width: 20%; */
        margin: .5rem 0;
        width: 40%;
    }
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"]  .wpfs-input-group {
    display: block;
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"]  .wpfs-input-group input {
    width: 100%;
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper div[data-wpfs-amount-row="custom-amount"] input {
    border: 1px solid var( --color__field-border );
    border-radius: 0 !important;
    height: 29px;
    padding: 0 .25rem;
}

.page-template-donate .wpfs-form-check-group .fieldset-wrapper .wpfs-input-group-prepend {
    display: none !important;
}

.page-template-donate input.wpfs-form-control {
    border-color: var( --color__gray-field ) !important;
}

form .wpfs-btn-link,
form .wpfs-btn-link:visited {
    color: var( --color__highlight );
}

.thank-you-content .entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 511px;
    padding-bottom: 6rem;
}

.thank-you-content .entry-content a {
    text-decoration: underline !important;
}

.thank-you-content .mission a {
    text-decoration: underline !important;
}

@media(min-width: 768px){
    .poem-pad {
        padding-left: 60px;
    }
}

@media(min-width: 1024px){
    .poem-pad {
        padding-left: 160px;
    }
}

.poem-pad {
    padding-left: 30px;
}