/* James Changes */

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

.first-benefit_wrapper label {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px); // IE 6 and 7
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
}

.first-benefit_wrapper .gform_body {
    width: 65%;
    max-width: 400px;
}

.first-benefit_wrapper .gform_footer {
    width: 18%;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
}

.first-benefit {
    display: flex;
    padding-bottom: 4rem;
}

.gform_wrapper.gravity-theme .first-benefit .ginput_container_email {
    margin-right: 1rem;
    border: none;
}

.gform_wrapper.gravity-theme .first-benefit .ginput_container_email input {
    text-align: center !important;
    font-size: 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding: 0;
    line-height: 2.3rem !important;
}

.first-benefit .gform_button {
    margin-bottom: 0 !important;
    margin-top: auto !important;
    transition: all 0.23s ease-in-out 0s;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 9px;
    border: 1px solid #000;
}

.first-benefit .gform_confirmation_message {
    background-color: #aff7dfe8;
    padding: 1rem;
}

/* {font-size: 20px !important;
border: 0px solid #000 !important;
  border-bottom-color: rgb(0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 0px;
border-bottom: 1px solid #000 !important;
} */

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

*, *:focus {
    outline: none;
}
.page-template-issues .footer_outerhtml {
    overflow-x: hidden;
}
@font-face {
  font-family: Avenir-Light;
  src: url(../font/Avenir-Light.ttf);
}
@font-face {
  font-family: Adobe-Caslon;
  src: url(../font/adobe/ACaslonPro-Regular.otf);
}

@font-face {
  font-family: proxy-nova;
  src: url(../font/proxy/proxy.ttf);
}
@font-face {
  font-family: savoy;
  src: url(../font/savoy.ttf);
}
@font-face {
  font-family: franklin-gothic;
  src: url(../font/franklin-gothic.ttf);
}
@font-face {
  font-family: Avenir-UltraLight;
  src: url(../font/Avenir-UltraLight.ttf);
}
@font-face {
  font-family: big-caslon;
  src: url(../font/big-caslon.ttf);
}
@font-face {
  font-family: AvenirLTStd-Light;
  src: url(../font/AvenirLTStd-Light.otf);
}
@font-face {
  font-family: AvenirLTStd-Roman;
  src: url(../font/AvenirLTStd-Roman.otf);
}
@font-face {
  font-family: Avenir-Roman;
  src: url(../font/Avenir-Roman.ttf);
}
@font-face {
  font-family: AvenirLTStd-Book;
  src: url(../font/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: Avenir-Book;
  src: url(../font/Avenir-Book.ttf);
}
@font-face {
  font-family: Avenir-Book;
  src: url(../font/Avenir-Book.ttf);
}
@font-face {
  font-family: Avenir-Thin;
  src: url(../font/avenir_thin.ttf);
}
@font-face {
  font-family: Avenir-Next-Thin;
  src: url(../font/avenir-next-thin.ttf);
}
@font-face {
  font-family: savoy-bold, savoy;
  src: url(../font/savoy -bold.ttf);
}

:root{
    --white:#fff;
    --black:#000;
    --back-color:#0067B8;
    --primary-color:#ffd98e;
    --gray: #303030;
}

body {
    font-family: Avenir-Next-Thin;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    color: #333;
}

h1,h2,h3,h4,h5,h6,p,a{
    font-family: Avenir-Next-Thin;
    color: #303030;
}



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

}

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


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

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


a {
    text-decoration: none!important;
}



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

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

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

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

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

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

.menu_box_two {
    width: 30%;
    text-align: center;
}
.menu_box_two.fixed img {
    max-height: 60px;
    position: relative;
    top: 0px;
}
#tf-hide-mob.fixed .menu_outer .nav > li { margin-bottom: 0px; }
.menu_outer .nav>li {
    margin-bottom: 20px;
}

.menu_box_two img{
    /*max-height: 80px;*/				/* === CHANGED ===*/
	max-height: 65px;					/* === CHANGED 6.9 ===*/
    position: relative;
    /*top: 20px;*/						/* === CHANGED ===*/
    top: 10px;							/* === CHANGED ===*/
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
}
#mc_embed_signup_scroll > div {
    width: 400px;
}
.wpfs-btn-primary {
    background: #f0f0f0 !important;
    color: #000 !important;
    font-weight: normal !important;
    border: 1px solid #000;
    border-radius: 0 !important;
    padding: 0 60px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
input[type="email"].wpfs-form-control, input[type="text"].wpfs-form-control, .wpfs-form-select select {
    background: #f6f6f6 !important;
    border-radius: 0 !important;
}
.sub_don.showInMobile { display: none; }
.sub_don.showInMobile .sub_donl {
    width: 100%;
}
#ajaxsearchlite1{ /*display: none; */}

.wpfs-form-actions button.wpfs-btn:hover {
    background: #CBCBCB !important;
    color: #000!important;
}
.diff_font p {
    display: inline;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    color: inherit;
}
.issue_moreButt { display: block; }
.issue_moreButt h2 {
    display: inline-block;
    border-bottom: 2px solid;
    line-height: 48px;
    margin-top: 40px;
}
.latest_articles .single_article {
    padding: 0 28px;
}
.arti_feaImage {
    width: 100%;
}
.arti_feaImage img {
    height: 275px;
    width: 100%;
    object-fit: cover;
}
.row.latest_articles, .latestArticle_Heading {
    max-width: 94%;
    margin: auto;
    margin-top: 10px;
}
.latestArticle_Heading {
    margin-top: 50px;
}
.arti_heading h4 a{
    font-family: Avenir-Next-Thin;
}
.arti_sub_heading strong {
    font-weight: normal;
}
.latestArticle_Heading h1 {
    font-family: Avenir-Next-Thin;
    margin-bottom: 0px;
}
.arti_heading h4 a:hover{ color: #303030; }
.arti_heading a:hover {
    color: #303030;
}
.mt_wrap {
    margin-top: 30px;
}
.custom_wrap{ width: 94%;  margin:auto; }
.arti_span {
    font-size: 19px;
    top: -4px;
    position: relative;
    /*color: purple;*/						/* === CHANGED 6.18 === */
    font-weight: bold;
}
.arti_heading h4 a strong {
    font-family: Adobe-Caslon;
    /*display: inline-block;*/				/* === CHANGED 6.12 === */
}
.arti_heading {
    margin-top: 30px;
}
.arti_sub_heading{ margin-top: 10px; }
.signup4mail_Left::before
 {
    content: "|";
    position: absolute;
    font-size: 52px;
    top: 20px;
    color: #9800ff;
    font-weight: bold;
}
.support_heading::before {
    content: "|";
    position: absolute;
    font-size: 52px;
    /*top: 32px;*/						/* === CHANGED 6.9 === */
	top: 20px;
    color: #9800ff;
    font-weight: bold;
}
.support_us_pipe{color: #9800ff;}
.support_heading h3 {
    /*margin-top: 13px;*/				/* === CHANGED === */
    font-family: Avenir-Next-Thin;
    /*text-transform: uppercase;*/       /* ======== ADDED 6.1 ======== */
    font-size: 40px;                     /* ======== ADDED 6.3 ======== */
    /*padding-left: 0; */
	padding-left: 38px;					/* === CHANGED 6.9 === */
	/*color: #9800ff;*/                  /* ======== ADDED 6.1 ========= */
}
.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-family: Avenir-Next-Thin;
    padding-left: 38px;
    padding-bottom: 8px;
    padding-top: 13px;
    font-size: 36px;
}
.support_subheadings h3 {
    text-transform: uppercase;
    font-size: 29px;
    font-family: Avenir-Next-Thin;
    margin-top: 23px;
    font-weight: 600;
    text-align: right;
}
.support_us_pipe {
    position: relative;
    top: -3.5px;
    font-size: 23px;
}
.support_content p {
    font-size: 18px;
    font-family: Avenir-Next-Thin;
	margin: auto; 								/* === ADDED 6.9 === */
}
.signup4mail_BG #mc_embed_signup .mc-field-group input#mce-EMAIL{ background: #f5f5f6; }
.home_mentions_wrap{ max-width: 1190px; margin: auto; }
.home_mentions{ max-width: 1100px; margin: auto; }
.home_issues {
    max-width: 1190px;
    margin: auto;
    position: relative;
    /*margin-top: 30px;*/						/* === CHANGED 6.12 === */
}
.issuesMoreIcon img {
    width: 94px;
}
.home_mentions ul li {
    float: left;
    font-family: savoy;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}
.home_mentions ul li a {
    font-family: savoy;
    color: #333;
}
.issues_list_ul.row {
    width: 100%;
    counter-reset: section;
    counter-set: section 1;
	/*margin-top: -40px*/						/* === ADDED 6.16 ===*/
}
.issues_list_ul li::before {
    counter-increment: section 1;
    content: counter(section)'.';
    position: absolute;
    left: -25px;
    font-size: 33px;
    bottom: 0;
    font-weight: 700;
}
.home_mentions ul li.more_link a {
    color: #8C00FF;
    font-family: Avenir-Next-Thin;
    margin-left: 7px;
}
.issues_list_ul li {
    list-style: none;
    width: 200px;
    height: 184px;
}
.issues_image img {
    height: 185px;
    width: 185px;
    object-fit: cover;
}
.home_mentions ul li.mention_italic {
    font-style: italic;
}
.home_mentions ul li::after {
    content: "|";
    font-style: normal;
    color: #8C00FF;
    font-size: 20px;
    font-family: Avenir-Next-Thin;
    margin-left: 8px;
    margin-right: 8px;
}
.home_mentions li:last-child::after {
    display: none;
}
.latestArticle_Heading p {
    font-size: 14px;
    font-family: proxy-nova;
}
.footerNewLogo img {
    width: 145px;
    margin-left: 30px;
}
.footerNewSocials ul {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}
.footer_style_new {
    overflow: hidden;
}
.footerNew_middle h4 {
    float: left;
    display: inline-block;
    font-size: 22px;
    font-family: Avenir-Next-Thin;
    font-weight: 500;
    margin-bottom: 0;
    width: 280px;
    padding-top: 23px;
    padding-right: 0;
}
.footerNew_middle #mc_embed_signup {
    clear: none;
    float: right;
    width: calc(100% - 280px);
    position: relative;
    top: 9px;
}
.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 {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 70px;
}
#footerFullMenu li {
    font-size: 14px;
    font-family: Avenir-Next-Thin;
}

.copyrightSpan {
    font-size: 12px;
    color: #fff;
    float: right;
    font-weight: 500;
    font-family: Avenir-Next-Thin;
    padding-right: 40px;
}
.nextIssues {
    position: absolute;
    top: 24%;
    right: 3%;
}
/*.main_container_custom.padding_top{
    margin-top: 70px;
}*/
.searchPage_Form_container {
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.searchPage_Form_container:after{ clear: both; content: ""; display: block; width: 100%; }
.searchPage_Form {
    float: right;
    width: 100%;
    position: relative;
    max-width: 450px;
}
.searchPage_Form_Box {
    width: 100%;
    height: 55px;
    border: 1px solid #848484;
    border-radius: 2px;
    padding-left: 30px;
    float: left;
    padding-left: 50px;
    padding-right: 150px;
}
.search_icon_custom {
    position: absolute;
    left: 20px;
    font-size: 18px;
    top: 20px;
}
.searchPage_Form_Button {
    border: none;
    padding: 10px;
    font-size: 20px;
    font-size: 21px;
    font-family: Avenir-Next-Thin;
    padding: 10px 28px;
}
.searchPage_Form_Button {
    width: 125px;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 53px;
}
.searchPage_Form_Box:focus {
    outline: none;
    border-color: #000;
}
.searchPage_Form_Button:focus {
    outline: none;
}
@media(min-width: 768px){

    .navbar-header{display: none;}

}

section.footer_outer .container-fluid {padding-right:0 !important;}

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

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

.com_logo{}
.com_logo img{
    margin: auto;
    display: block;
    max-height: 80px;
}
.page-template-coming_soon {
    background-color: #f5dfbe;
    background-image: url(../images/bg_gradient_splash.png);
    background-repeat: repeat-x;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input[type="submit"] {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #4D788C !important;
    position: relative;
    z-index: 999;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input[type="submit"]:hover {
    background-color: #cbcbcb !important;
    color: #000 !important;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input {
    background-color: transparent !important;
    text-align: center !important;
}
.drift_container h6{
    font-size: 25px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}
.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 {
    text-transform: uppercase;
    color: #4D788C;
    font-weight: 900;
}
.drift_title {
    text-align: center;
    font-size: 55px;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
.social_link{
    justify-content: center;
    width: 100%;
}
.page-template-coming_soon #mc_embed_signup #mce-error-response {
    color: #b70404;
    text-align: center;
    font-size: 13px;
    padding-top: 0;
    margin-top: 0;
}
.page-template-coming_soon #mc_embed_signup #mce-success-response {
    padding-top: 0;
    text-align: center;
    font-size: 0;
    margin-top: 0;
    width: calc(490px - 265px);
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
}
.page-template-coming_soon #mc_embed_signup #mce-success-response:after {
    content: 'Thanks!';
    font-size: 13px;
}
.wpfs-form-actions button.wpfs-btn.disableButton {
    pointer-events: none;
    background: #CBCBCB !important;
}
.social_link li,
.social_link li a{
    font-size: 25px;
    color: #000;
}
.social_link li a {
    color: #4D788C;
}
.social_link li:first-child {
    padding-right: 18px;
    line-height: 32px;
}
.social_link li a{
    padding-left:  10px;
    padding-right: 10px;
}
.social_link li a i {
    font-size: 32px;
}

.newsletter{
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.news_l {

    align-items: center;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL {
    color: #4D788C !important;
    padding-bottom: 4px !important;
}

.newsletter p{
    color: #000;
    font-size: 25px;
    margin: 0 0 13px;
    margin-bottom: 0;
    text-align: center;
}

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

.newsletter .news_l input[type="email"]{
    font-size: 18px !important;
    border-radius: 0px !important;
    margin-right: 0 !important;
    padding: 10px 20px !important;
}

.newsletter .news_l input[type="submit"]{
    font-size: 14px !important;
    font-family: proxy-nova;
}

.but61{

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

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


/*FORM*/
.wpfs-form-control:not(.wpfs-form-control--error).wpfs-form-control--focus, .wpfs-form-control:not(.wpfs-form-control--error):focus {
    border-color: var(--secondary-color);
    box-shadow: 0px 0px 0px 1px var(--black) !important;
}
.ab_part{}
.ab_part_l {
    width: 50%;
    justify-content: flex-end;
    text-align: right;
     /*top: -15px;                       /* === CHANGED === */
    top: 0px;                           /* === ADDED 6.3 === */
    position: relative;
}
.wpfs-form-control:not(.wpfs-form-control--error).wpfs-form-control--focus, .wpfs-form-control:not(.wpfs-form-control--error):focus {
    border-color: var(--secondary-color);
    box-shadow: 0px 0px 0px 1px var(--black) !important;
}
.ab_part_linner{
    width: calc(100% + 30px);
    margin-left: -15px;
}
.ab_part_img{
    /*right: 0;*/                       /* === CHANGED === */
    right: 10px;                        /* === ADDED 6.3 === */
    position: relative;
}
.ab_part_img img {
    height: 100%;
}
.ab_part_img img {
    height: 100%;
}
.ab_part_img img {
    width: 100%;
    display: block;
}
.ab_part_img_inner{
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5px;
}

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

}

.ab_part_img_inner div {
    width: 48%;
    text-align: left;
    padding: 7px 20px;
}
.ab_part  label.wpfs-form-check-label strong,
.ab_part  label.wpfs-form-check-label,
.ab_part_img_abu div label{
    font-size: 18px;
    color: #303030;
    font-weight: 400;
    font-family: proxy-nova !important;
}

.page-template-subscribe .constrained.new::after {
    content: "(new!)";
    top: 2.9rem !important;
    left: 3rem !important;
    position: absolute;
    font-weight: 600;
}

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

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

.form01 form {}
/*.form01 form #wpfs-form-get-parameters--ZjFiZTB ~ .wpfs-form-group{
    display: none;
}*/

/*.form01 form .wpfs-form-select{display:none;}*/


/*.form01 form .wpfs-form-select,
.form01 form .ui-selectmenu-button,
.form01 form .wpfs-form-select select{display:none !important;}*/

.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{
    font-size: 18px !important;
    padding: 0 10px !important;
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 auto 25px !important;
    background: #f6f6f6 !important;
    border: 1px solid #f6f6f6 !important;
    font-family: proxy-nova;
}

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


input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--gray);font-family: proxy-nova;

}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--gray);font-family: proxy-nova;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--gray);font-family: proxy-nova;
}

.radio02{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0 30px 27px;
}
.radio02 input{
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
}
.radio02 label{
    font-size: 20px;
    letter-spacing: .00;
    padding-left: 15px;
    margin: 0px 0;
}
.wpfs-btn-primary--loader:after{display:none !important; }

.ab_part_r{
    width: 50%;
}
.com_heading h3 {
    font-size: 36px;
    font-family: Avenir-Next-Thin;
    /*text-transform: capitalize;*/ 			/*=== CHANGED 6.19 === */
}

.postid-2274 .com_heading h3 {
    font-family: Savoy, serif;
}

.donate-subscribe_txt .com_heading h3 {
	text-transform: none;
}
.com_heading h3 b {
    font-size: 40px;
    font-weight: bold;
    font-family: Adobe-Caslon;
}

.single-mention .com_heading h3 b{ font-size: 50px; }
.com_heading span {
    color: #909090;
    display: inline;
    position: relative;
    vertical-align: top;
}
.com_heading span {
    font-size: 30px;
    top: 5px;
    font-family: Adobe-Caslon;
}

.single-mention .com_heading span {		/*=== ADDED 6.18 === */
    font-size: 35px;
}

	.mentions .com_heading span {		/*=== ADDED 6.18 ===*/
		font-size: 35px;
}

 .page-template-subscribe .contact01,
 .page-template-donate .contact01,
 .page-template-about-page .contact01,
 .page-template-mentions .contact01,
 .single-mention .contact01,
 .single-post .contact01
 {
    margin: 20px 0 0 20px;
    max-width: 490px;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}
.contact01 p{
    line-height: 1.3em;
    font-size: 20px;
}
.newsletter #mc_embed_signup {
    width: 100%;
}

.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{
    width: 50px;
    height: 20px;
    background: #fff;
}
.ab_part_img_inner.ba_part02 div label span{
    width: 100px;
    display: inline-block;
}

/*FOOTER*/


.footer_outer {
    position: relative;
    overflow: hidden;
}

.page-id-51 .footer_outer {
    padding: 50px 0 10px;
}

.page-id-51 .footer_outer::after {
  height: 500px;
}

.footer_inner {
  text-align: right;
    position: relative;
    z-index: 9;
}

.sig_up{
    margin: 0px 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.sig_up_inner{
    text-align: left;
}

.sig_up_inner p{
    text-transform: capitalize;
}
.footer_inner .sig_up_inner p {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    max-width: 550px;
}

.e_add{
    justify-content: flex-end;
}
.sig_up form input{
    border: none;
    width: 450px;
    font-size: 18px;
    background: transparent;
    font-family: Avenir-Next-Thin;
    border-bottom: 1px solid var(--gray);;
}


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

ul.f_menu.nav {
    width: 750px;
}
ul.social_icons {
    display: flex;
    align-items: center;
}
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);
    text-transform: capitalize;
    padding: 6px 45px;
    border-radius: 13px;
    cursor: pointer;
    font-size: 20px;
    color: var(--gray);
}
#mc_embed_signup form{
    padding: 5px 0 5px 0px !important;
}
#mc_embed_signup {
    background: transparent !important;
}
#mc-embedded-subscribe {
    width: auto !important;
    height: auto !important;
    padding: 0;
    margin: 0 !important;
    background: transparent !important;
    color: #636363 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 1px solid !important;
    border-radius: 9px !important;
    font-family: proxy-nova;
}
#mc-embedded-subscribe ~ .mce_inline_error {
    position: absolute;
    top: 80%;
    left: 0;
    background-color: transparent !important;
    color: #b70404 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-align: center;
    width: calc(490px - 195px);
     max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
}
.news_l .but62, {
    border: 1px solid var(--gray) !important;
    text-transform: capitalize;
    padding: 6px 45px !important;
    border-radius: 13px !important;
    cursor: pointer !important;
    font-size: 20px !important;
    color: var(--gray) !important;
    height: auto !important;
    width: auto !important;
    background: transparent !important;
    line-height: 1em !important;
}


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



.but62:hover,
.but63:hover{
    color: var(--white) !important;;
    background: var(--black) !important;
    border: 1px solid var(--black) !important;
    transition: all 0.3s ease-out;
}

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

/* SUB SCRIBE */
.ab_part_l {}


#wpfs-form-get-parameters--ZTI4NGY ~ .wpfs-form-check-group {
    position: relative;

    background-color: rgba(255,255,255,1);
    padding: 45px;
    background-repeat: no-repeat;
    background-size: auto 220px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

.ab_part_l .wpfs-form-check-group::after{
    display: block;
    content: "";
    top: 0;left: 0;width: 100%;height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.7);
}


.ab_part_l .wpfs-form-check-group .wpfs-form-check-group-title {
display: none;
}
.ab_part_l .wpfs-form-check-group .wpfs-form-check {
    position: relative;
    z-index: 9;
    width: 200px;
    margin: 15px auto 15px;
    display: block;
}
.page-template-subscribe .ab_part_l .wpfs-form-check-group .wpfs-form-check {
    position: relative;
   /* z-index: 9;*/
    width: 45% !important;
    display: block;
    float: none;
}
.page-template-subscribe .ab_part_l .wpfs-form-check-group::after {
    position: unset !important;

    }
.ab_part_img_inner > div {
  margin: 0rem;
}
.ab_part_img_abu div label {
    font-size: 19px !important;
    font-family: proxy-nova;
    color: #fff;
}
.ab_part_img_inner > div input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.ab_part_img_inner > div input[type="radio"] + label::before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.2em;
    margin-right: .7em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: 1px solid;
}
.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 {
  outline: none;
  border-color: #000;
}
.ab_part_img_inner > div input[type="radio"]:disabled +  label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.ab_part_img_inner > div input[type="radio"] +  label:empty:before {
  margin-right: 0;
}
.subsRadio li span label::after {
    background: #000 !important;
    left: 24px !important;
    top: 8px !important;
    width: 12px !important;
    height: 12px !important;
}

/* radio button css*/

.page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group {
    background: url("https://www.thedriftmag.com/wp-content/uploads/2021/09/cherimoya-subscribe.jpg");
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center top !important;
    padding: 15px 0px;
}

.page-template-subscribe .kudossubscribe .wpfs-form-check-input[type="radio"] + .wpfs-form-check-label::after {
    background: #000 !important;
    top: 5px !important;
    left: 4px !important;
    width: 12px !important;
    height: 12px !important;
    border: 0px;
}
.page-template-subscribe .kudossubscribe .wpfs-form-check-input + .wpfs-form-check-label::before{    height: 20px !important;}
.page-template-subscribe .kudossubscribe .wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label{ display: inline-block; padding-left: 50px;font-size: 20px;
    }
.page-template-subscribe .ab_part_l .wpfs-form-check-group .wpfs-form-check{    width: 100% !important; max-width: 300px; padding: 0 15px;}
.page-template-subscribe .kudossubscribe .wpfs-form-check .wpfs-form-check-label strong {
    margin-left: 20px;font-size: 20px !important;
    }
.page-template-subscribe .kudossubscribe .wpfs-form-check .wpfs-form-check-label:focus {
    outline: none;
}
.page-template-subscribe .kudossubscribe form.wpfs-form{ padding-top: 6px !important;     z-index: 0;}
.page-template-subscribe .kudossubscribe .wpfs-form-check .wpfs-form-check-label:focus:after{ outline: none; }
.page-template-subscribe .kudossubscribe .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 {
    outline: none;    box-shadow: none;
}
.page-template-subscribe .kudossubscribe .wpfs-form-check .wpfs-form-check-label{ padding-left: 30px; }
.page-template-subscribe .kudossubscribe .wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label span.constrained {
    width: 125px;
    display: inline-block;
}

/* media css*/

/* James Zone */

.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 {
    margin-top: 1rem;
    display: block;
    margin-left: 0;
    margin-right: auto !important;
}

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

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

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

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

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



.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'] {
        width: 50%;
        max-width: 500px;
    }

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

    .first-benefit .gform_button {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
}


@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 0px;
    }

    .page-template-subscribe .kudossubscribe .wpfs-form-check-group .wpfs-form-check .wpfs-form-check-label {
        padding-left: 40px;
    }

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

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

    .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-right: 50px;
        margin-bottom: 30px;
		/*margin-top: -30px; */					/* === ADDED 6.16 === */
    }
}
@media (min-width: 768px)and (max-width:1025px){	/* === ADDED 6.19 ===*/
	.issues_list_ul.row {
	margin-top: 0px
}
}
@media(min-width: 768px)and (max-width: 999px){
.page-id-51 .footer_outer::after {
    height: 410px;
}
ul.f_menu.nav {
    width: 400px;
}

}

@media(max-width: 767px) {
.signup4mail_Left::before {
    font-size: 19px;
    top: 12px;
}
.signup4mail_Right #mc_embed_signup{ margin-top: 0; }
.signup4mail {
    padding-top: 10px;
    padding-bottom: 0;
}
.home_mentions ul li {
    display: inline-block;
    float: left;
    font-size: 16px;
}
.nextIssues {
    position: relative;
    top: unset;
    right: unset;
}
ul.social_icons {
    float: none;
    text-align: center;
    width: auto;
}
ul.social_icons li {
    margin: auto;
    margin-bottom: 10px;
}
.nextIssues::after {
    content: "More Issues";
    font-size: 32px;
    font-family: Avenir-Next-Thin;
    position: relative;
    top: 6px;
    left: -20px;
}
.issues_list_ul.row{ margin: auto; }
.home_mentions ul li.more_link {
    text-align: left;
    margin-top: 20px;
    display: block;
    width: 100%;
}
.issues_list_ul li {
    width: auto;
    height: auto;
    margin-bottom: 40px;
}
.more_link a {
    color: #8C00FF;
    font-family: Avenir-Next-Thin;
    margin-left: 7px;
    font-size: 30px;
    margin: auto;
}
.latest_articles .single_article {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-bottom: 30px;
}
.latest_articles .single_article:last-child {
    padding-bottom: 0;
}
.latestArticle_Heading {
    margin-top: 30px;
}
.arti_heading{ margin-top: 10px; }

.signup4mail_Left h3{ padding-left: 0;  font-size: 24px; margin-bottom: 0; }
.sub_don.showInDesktop { display: none; }
.sub_don.showInMobile { display: none; }
.drift_container {
    padding-top: 0px;
}
#mc_embed_signup form{
    padding: 10px 0 10px 0px !important;
    z-index: 99999;
}
.menu_box_three,
.menu_box_one {
    display: none;
}
.menu_box_two {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 00px;
    position: relative;
    align-items: center;
    padding: 10px 15px 10px;
}
.menu_box_two  a {
    display: block;
    margin: 0;
    height: auto;
    padding: 0;
}
.menu_box_two  a img {
    top: 0;
    max-height: 65px;
}
button.navbar-toggle.collapsed {
    background: transparent;
    border: 1px solid;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

span.icon-bar {
    background: #070707;
    width: 25px;
    height: 2px;
    margin: 4px;
    border: 0;
    display: block;
}
.only_mobile_show {
    display: none;
    top: 115px;
    position: absolute;
    z-index: 9999999;
    background: #fbfbfb;
    width: 100%;
}
.only_mobile_show .nav>li {
    position: relative;
    display: block;
    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: 30px 0 0px;
    max-width: 100%;
}
.drift_title {
    font-size: 42px;
}
.f_three {
    flex-wrap: wrap;
}
ul.f_menu.nav {
    width: 100%;
    flex-wrap: wrap;
}
ul.social_icons {
    width: 140px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.footer_outer::after {
    width: 1000px;
    height: 600px;
}

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

.page-id-51 .footer_outer::after {
    width: 700px;
    height: 400px;
}
.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; }
.page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group {
    margin-left: 0;
    width: 100%;
}

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

@media(max-width: 480px){
    .page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group{     background-size: 135% !important; }

	.mentions_container {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@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;
}
.diff_font h2 a {
    text-decoration: underline !important;
    color: #69A7C2 !important;
    margin-top: 20px !important;
    display: block !important;
    font-family: proxy-nova !important;
}
.footer_outer:after {
    background-image: url(/wp-content/uploads/2020/04/the_drift_arrow.png);
    content: '';
    width: 475px;
    height: 51px;
    display: block;
    position: absolute;
    top: 20%;
    left: 20%;
    transform: rotate(215deg);
    background-size: 80%;
    background-repeat: no-repeat;
    display: none;
}

.single-post .mission_inner a {
    text-decoration: underline !important;
    font-family: initial;
    position: relative;
}
.single-post .mission_inner a:hover {
    color: #69a7c2;
}
.wpfs-form {
    margin-left: auto;
    margin-right: auto;
}
.mission_inner p > strong {
    font-size: 68px;
    padding-top: 15px;
    padding-right: 5px;
    float: left;
    font-weight: normal;
}
.about_edtitor {
    font-size: 15px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-transform: uppercase;
}
.share_text_container {
    font-size: 15px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.share_text_container h5 {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
}
.share_text_container p {
    color: #303030;
    font-size: 15px !important;
    text-transform: uppercase;
    font-style: italic;
    font-family: Avenir-Next-Thin !important;
}
.more_from_issue {
    padding-top: 75px;
}
section.mission_outer {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.more_from_issue h1 {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 35px;
}
.more_from_issue .com_heading01 {
    margin-bottom: 50px;
    max-width: 100%;
    width: 1000px;
    float: left;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.more_from_issue .com_heading01 p {
    margin-bottom: 0;
}
.moreissue_left {
    float: left;
    width: 311px;
}
.moreissue_left img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}
.moreissue_right {
    float: left;
    width: calc(100% - 311px);
    padding: 0 25px;
}
.moreissue_right.moreIssueFull {
    width: 100%;
    padding: 0;
}
.more_from_issue:after {
    display: table;
    content: '';
    clear: both;
}
.more_from_issue .com_heading01 h4 {
    font-size: 25px;
}
.more_from_issue .text-treview {
    margin-top: 10px;
    font-family: 'georgia';
    line-height: 1.6em;
    font-size: 16px;
}
.more_from_issue .com_heading01 p a {
    display: block;
    margin-top: 0px;
    font-weight: normal;
    font-family: 'franklin-gothic';
    font-size: 18px;
    text-transform: uppercase;
}
.more_from_issue .com_heading01 span {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
}
/*.issue_container h4 a {
    white-space: nowrap;
}*/
/*.single-issue .com_heading01 h4 {
    white-space: nowrap;
}*/

.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;
}
.issue_container .com_heading01 h4 b a:hover {
    color: #303030;
}
.issue_container .com_heading01 p a {
    font-weight: 600;
    font-size: 15px;
}
.issue_container .com_heading01 p a:hover {
    color: #303030 !important;
}
.issue_container .com_heading01 a:hover {
    color: #303030;
}
.search-results .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-bottom: 75px;
}
.diff_font h4 {
    font-weight: 400;
}
.error404 .wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    max-width: 100%;
}
.page-template-donate .menu_box_two {
    width: 100%;
    justify-content: center;
	display: none;							/* === ADDED 6.9 === */
}
.page-template-subscribe .menu_box_two {
    width: 100%;
    justify-content: center;
	display: none;							/* === ADDED 6.9 === */
}
.page-template-about-page .ab_part {
    align-items: center;
    justify-content: center;
}
.single-post .ab_part  {
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-template-about-page .ab_part  .contact01 {
    margin-top: 0;
}
.home_mentions_wrap {
    max-width: 1190px;
    margin: auto;
}
.single-post .ab_part  {
    margin-top: 0;
}
.page-template-subscribe .ab_part_linner {
    width: 485px;
  }
.page-template-donate .ab_part_linner {
    width: 485px;
  }
.page-template-subscribe .footer_outer {
    margin-top: -200px;
 }
.page-template-donate .footer_outer {
    margin-top: -200px;
}
.single-issue .footer_outer {
    margin-top: -200px;
}
.single-issue.postid-198 .footer_outer {
    margin-top: 0;
}
.single-post .footer_outer {
    margin-top: -300px;
}
.page-template-homepage .footer_outer {
    margin-top: -0px;
}
.page-template-issues .footer_outer {
    margin-top: -200px;
}
.page-template-about-page .footer_outer {
    margin-top: -100px;
}
.page-template-about .about_r {
    position: relative;
    z-index: 999;
}
.issue_rg {
    position: relative;
    z-index: 999;
}
.ab_part_img p.caption {
    font-size: 13px;
    margin-bottom: 0;
    /*padding-left: 10px;*/
    padding-left: 30px;				/* === CHANGED 6.11 === */
	margin-top: 10px;				/* === ADDED 6.11 === */
    text-align: left;
    padding-right: 10px;
    line-height: normal;
}

.postid-2274 .ab_part_img p.caption {
    font-family: Savoy, serif;
}

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

}
.single-issue .com_heading01,
.more_from_issue .com_heading01 {
    position: relative;
    z-index: 999;
}
.wpfs-w-60 {
    position: relative;
    z-index: 999;
}
.diff_font {
    position: relative;
    z-index: 999;
}
.sub_donl {
    position: relative;
    z-index: 999;
}
.about_r {
    position: relative;
    z-index: 999;
}
.issue_rg ul li a b {
    text-transform: initial;
}
.issue_rg ul li a {
    text-transform: uppercase;
}
.about_l h6 {
    text-transform: uppercase;
}
.wpfs-form-control:not(.wpfs-form-control--error):focus {
    border-color: transparent !important;
}
.single-post .contact01 {
    margin-top: 0px;
}
.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 {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 450px;
}
.search-term-list .list-feature-info h2 {
    font-size: 25px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.search-term-list .list-feature-info h2 a:first-child {
    font-family: Adobe-Caslon;
    font-weight: 600;
}
.search-term-list .list-feature-info h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}
.search-term-list .list-feature-info h3 a {
    font-family: 'franklin-gothic';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}
.search-term-list .list-feature-info p {
    font-family: georgia;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}
.search-term-list .list-feature-img {
    padding-right: 0;
}
.search-term-list .list-feature-img img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}
.search-term-list .term-list {
    border-top: 1px solid #909090;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.search-term-list .list-feature-info span {
    color: #909090;
    /* font-size: 19px;                         ========== CHANGED 5.28 ========= */
    font-size: 21px;                            /* ========== ADDED 5.28 ========= */
    position: relative;
    top: 1px;
    vertical-align: top;
    display: inline;
}
.search_container h1.page-title {
    font-size: 36px;
    font-family: Adobe-Caslon;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 0;
    position: relative;
    line-height: 0.85;
}
.tax-authors .search_container h1.page-title span.author_desc {
    font-size: 20px;
    font-family: Avenir-Next-Thin;
    display: inline;
    position: relative;
    margin-left: 10px;
    font-weight: 300;
}
.tax-authors .search_container h1.page-title span.author_desc:after {
    content: '|';
    position: absolute;
    left: -10px;
    top: 1px;
    font-size: 17px;
    color: #909090;
}
.search-term-list .list-feature-info a:hover {
    color: inherit;
}
.about_edtitor b {
    font-family: 'franklin-gothic' !important;
}
.share_text_container p strong {
    font-family: inherit !important;
}
.search-results .footer_outer {
    margin-top: -100px;
}
.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;
}
.issue_rg ul li a {
    display: inline-block !important;
    border: none !important;
    font-family: proxy-nova;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px !important;
}
.issue_rg h6 {
    font-size: 20px !important;
}
.issue_rg ul li {
    border-top: 1px solid rgba(0,0,0,0.1) !important;
    display: block;
}
.issue_rg ul li:hover a {
    color: initial !important;
    border: none !important;
}
.issue_rg ul li a:hover {
    color: #2A8A9D !important;
}
.issue_rg ul li a:first-child {
    font-family: Adobe-Caslon;
}
.single-issue .com_heading01 {
    margin-bottom: 20px;
}
.drift_search_link a {
    cursor: pointer;
    position: relative;
    top: 3px;
}
.page-template-issues .com_heading01 {
    position: relative;
    z-index: 999;
}
#tf-hide-mob.fixed {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
}
.mission_inner_body > :last-child::after { /* || after last child in post body */
    content: "||";
    color: #69A7C2; /* fallback color: generally color is set by issue */
    font-weight: bold;
    position: relative;
    left: 5px;
    font-family: Adobe-Caslon;
}
.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: 30px; */
     font-size: 22px;
}
.page-template-coming_soon .Container {
    display: none !important;
}
.page-template-coming_soon .the-drift-logo {
    justify-content: center;
    display: flex;
    margin-bottom: 75px;
}
.page-template-donate .footer_outer {
    display: none;
}
.page-template-subscribe .footer_outer {
    display: none;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL {
    border-radius: 0 !important;
    text-indent: 0 !important;
    text-align: center !important;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL::-webkit-input-placeholder {
    color: #909090 !important;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL::-moz-placeholder {
    color: #909090 !important;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL:-ms-input-placeholder {
    color: #909090 !important;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL:-moz-placeholder {
    color: #909090 !important;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL::-webkit-input-placeholder {
    color: #4D788C !important;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL::-moz-placeholder {
    color: #4D788C !important;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL:-ms-input-placeholder {
    color: #4D788C !important;
}
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL:-moz-placeholder {
    color: #4D788C !important;
}
#ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder {
    font-family: Avenir-Next-Thin;
    color: #909090;
}
#ajaxsearchlite1 .probox .proinput input::-moz-placeholder {
    font-family: Avenir-Next-Thin;
    color: #909090;
}
#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder {
    font-family: Avenir-Next-Thin;
    color: #909090;
}
#ajaxsearchlite1 .probox .proinput input:-moz-placeholder {
    font-family: Avenir-Next-Thin;
    color: #909090;
}
.f_logo > p {
    visibility: hidden;
}
#mc_embed_signup .mc-field-group {
    width: 100% !important;
    justify-content: center;
}
#mc_embed_signup .mc-field-group input[type="submit"] {
    margin-left: 30px !important;
    background-color: #fff !important;
    font-size: 17px !important;
    color: #909090 !important;
    max-height: 34px;
    line-height: 17px;
}
.footer_outer ul.social_icons li:last-child {
    padding-right: 0;
}
.search_container.article_container h4.article_date {
    color: #69A7C2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
}
.search_container.article_container .search-term-list .list-feature-info h3 {
    margin-top: 15px;
}
.search-term-list .list-feature-info p a {
    font-family: georgia;
    text-decoration: underline !important;
}
.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;
}
.left-branch-img .branch_img_01 {
    position: absolute;
    top: 50px;
    left: -15px;
    width: 450px;
    height: auto;
    max-width: 100%;
}
.left-branch-img .branch_img_02 {
    position: absolute;
    bottom: 15px;
    left: -50px;
    width: 420px;
    height: auto;
    max-width: 100%;
}
.right-women-img .women_img_01 {
    position: absolute;
    top: 8%;
    right: -5%;
    width: auto;
    height: 600px;
    max-width: 90%;
}
 .page-template-subscribe input.wpfs-form-control {
    border-color: #f6f6f6 !important;
  }
 .footer_outer ul.social_icons {
    margin-left: 80px;
  }
.footer_outer ul.social_icons li i.fa,
.footer_outer ul.social_icons li i.fab {
    font-size: 16px;
}
.footer_outer ul.social_icons li {
    padding-right: 16px;
    padding-left: 0;
}
label[for="wpfs-same-billing-and-shipping-address--ZTI4NGY"] {
    line-height: 24px;
    vertical-align: middle;
    display: block;
    padding-left: 30px;
}
.wpfs-btn-outline-primary:focus,
.wpfs-btn-outline-primary:not(.wpfs-btn-outline-primary--disabled):not(:disabled):hover {
    border-color: #b6b8c5 !important;
    box-shadow: none !important;
}
.wpfs-btn-outline-primary {
    box-shadow: none !important;
}
.page-template-donate .contact01 p,
.page-template-subscribe .contact01 p {
    line-height: 1.4em;
    font-size: 18px;
}
.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 {
    font-family: Avenir-Next-Thin;
    font-size: 28px;
}
.about_r h3 b {
    font-size: 40px;
    font-weight: bold;
}

.article_editor a {
    font-family: 'franklin-gothic';
    text-transform: uppercase;
    font-weight: normal;
}
.single-mention .contact01 p {
    line-height: 1.4em;
    font-size: 16px;
    font-family: 'franklin-gothic';
    font-weight: normal;
}
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 {
    position: absolute !important;
    width: 250px !important;
    right: 15px !important;
    max-width: 100% !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    z-index: 999 !important;
    top: 40px !important;
}
div.asl_m .probox .proclose svg {
    background-color: transparent !important;
    fill: #303030 !important;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 14px !important;
    text-shadow: none !important;
    color: #303030 !important;
    font-family: Avenir-Next-Thin !important;
}
div.asl_m .probox .proloading {
    display: none !important;
}
div.asl_w .probox .promagnifier .innericon svg {
    width: 18px !important;
}
.page-template-coming_soon #mc_embed_signup #mce-error-response {
    font-size: 0;
}
.page-template-coming_soon #mc_embed_signup #mce-error-response:after {
    font-size: 13px;
    content: 'This email address is already in use.';
    float: left;
}
.ab_part_r.ab_partFULL {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
}
.single-post .mission_inner a:hover,
.single-post blockquote.margin_block p a:hover {
    color: #303030 !important;
}

.arti_sub_heading a {
    font-family: 'franklin-gothic';
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}
.arti_sub_heading a:hover {
    color: #303030;
}
.footerNew_middle_inner {
    width: 100%;
    margin: 0 auto;
}
.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 /*!important*/;
}
.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;
    width: 100%;
    text-align: right;
    margin-top: 35px;
    margin-bottom: 35px;
}
.seeMoreLink a {
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
}
.menu_outer ul.social_icons li:not(:last-child) {
    display: none;
}
.single-post .mission b,
.single-post .mission strong {
    font-family: savoy-bold;
    font-weight: bold;
}
.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi span, a {                 /* ======= ADDED 5.28 ========= */
    border: none !important;
    /*margin: 5px !important;*/
    /*margin: 5px 5px 0px 0px; */ 			/* ======= ADDED 6.3 ========= */
}

.wp-pagenavi  {            					/* ======= ADDED 6.19 ========= */
    margin: 5px 5px 0px 0px;
}



.single-post .article_editor p {
    font-family: franklin-gothic;
    text-transform: uppercase;
    padding-top: 50px;
}
.single-post .article_editor p b
 {
    font-family: 'franklin-gothic';
    text-transform: uppercase;
}
.search-term-list .list-feature-info {
    padding-left: 25px;
    padding-right: 25px;
	/*margin-top: 20px; */                          /* ========== ADDED 5.29 =========== */

}
/*
.single-post figure {
    width: 100% !important;
}
 */
.postDate {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 60px;
    font-weight: 600;
    font-family: proxy-nova;
    color: #ccc;
}
.article_editor {
    font-size: 18px;
}
.issues_container {
    margin: 0;
    position: relative;
    top: -15px;
}
.issue_div_left {
    /*padding-left: 0;*/            /* === CHANGED === */
    /*padding-right: 0;*/           /* === CHANGED === */
    padding-top: 30px;              /* === ADDED 6.1 === */
    padding-right: 30px;            /* === ADDED 6.1 === */
    text-align: right;              /* === ADDED 6.1 === */
}
.issue_div_left img {               /* === ADDED 6.1 === */
    /*max-width: 65% !important;  	/* === ADDED 6.1 === */
    /*min-width: 390px;           	/* === ADDED 6.1 === */

}
.issue_div_right {
    margin-top: 25px;
	max-width: 55%;					/* === ADDED 6.12 === */
}
.desktop_new_menu {
    position: relative;
}
.desktop_new_menu ul {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}
.desktop_new_menu ul li a {
    text-transform: uppercase;
    color: #303030;
    display: block;
    font-family: 'Avenir-Next-Thin';
    font-size: 16px;
}
.desktop_new_menu .desktop-logo img {
    height: 65px;
    width: auto;
}
.desktop_new_menu .desktop-logo {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-template-subscribe .desktop_new_menu {
    /*display: none;*/							/* === CHANGED 6.9 === */
}
.page-template-donate .desktop_new_menu {
    /*display: none;*/							/* === CHANGED 6.9 === */
}
.page-template-subscribe #tf-hide-mob {
    display: block !important;
}
.page-template-donate #tf-hide-mob {
    display: block !important;
}

h1.issue_heading {
    margin-bottom: 0;
    /*font-size: 14px;
    color: #ccc;*/
    /*font-family: 'proxy-nova';    /* ========= CHANGED 6.2 ======== */
    text-transform: uppercase;
    font-size: 27px; 	/* ============= ADDED 5/28 ========= */
    color: #000;  		/* ============= ADDED 5/28 ========= */
    font-weight: 600;

}

h1.issue_heading b { 		/* ============= ADDED 5/28 ========= */
    /*font-family: adobe-caslon-w01-smbd, serif;*/
    font-family: adobe-caslon, serif;  /* === CHANGED 6.2 === */
    text-transform: none;
    font-size: 50px;
	padding-right 10px; 	/* ============== ADDED 6/3 ========= */
}

h1.issue_heading span { 	/* ============= ADDED 5/28 ========= */
    color: #ccc;
	font-size: 36px;        /* ============== ADDED 6/1 ========= */
	display: none;          /* ============== ADDED 6/3 ========= */
}


.issue_date {
    font-family: 'proxy-nova';
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
}
.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: 60px;*/						/* === CHANGED 6.18 === */
	padding-top: 30px;
}

.postid-435 .mission + .more_from_issue {					/* === ADDED 6.18 === */
	padding-top: 0px;
}
.mission p span {
    font-size: 19px !important;
}
.contact01.headong0022 .postDate {
    position: absolute;
    top: -50px;
    padding-bottom: 0;
}
.single-post .contact01 .com_heading {
    margin-top: -40px;

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

 @media (max-width: 1199px) {
    .desktop_new_menu ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-template-subscribe .footer_outer {
        margin-top: -50px;
     }
    .page-template-donate .footer_outer {
        margin-top: -50px;
    }
    .single-issue .footer_outer {
        margin-top: -50px;
    }
    .single-post .footer_outer {
        margin-top: -50px;
    }
    .page-template-homepage .footer_outer {
        margin-top: -50px;
    }
    .page-template-issues .footer_outer {
        margin-top: -50px;
    }
    .page-template-about-page .footer_outer {
        margin-top: -50px;
    }
    .search-results .footer_outer {
        margin-top: -50px;
    }
    .footer_inner {
        padding-bottom: 20px !important;
    }
    .left-branch-img .branch_img_01 {
        width: 350px;
        top: 100px;
    }
    .left-branch-img .branch_img_02 {
        width: 350px;
        bottom: 50px;
    }
    .right-women-img .women_img_01 {
        height: 575px;
        right: -2%;
    }
  }

@media (max-width: 1024px) {
	.support_heading h3 {				/* ======== ADDED 6.9 ======== */
    font-family: Avenir-Next-Thin;
    font-size: 40px;
    padding-left: 0;
	text-align: left;
}
    .diff_font {
        padding-top: 0 !important;
    }
    .contact01.headong0022 {
        margin-left: 20px !important;
    }
    #footerFullMenu {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_outer:after {
        display: none;
    }
    .contact01.headong0022 h1 {
        /*margin-bottom: 50px !important;*/     /* ==== CHANGED 6.1 === */
        margin-bottom: 20px !important;         /* ==== ADDED 6.1 === */
    }
    .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;
    }
    .footer_inner {
        padding-bottom: 10px !important;
    }
    .wpfs-w-60 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .coming-soon-wrapper .container {
        max-width: 100%;
    }
    .coming-soon-wrapper .drift_container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: static;
        transform: none;
        margin-top: 50px;
    }
    .page-template-coming_soon {
        overflow-x: hidden;
    }
    .drift_container h6 {
        font-size: 20px;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .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;
    }
    .newsletter p {
        font-size: 20px;
    }
    .newsletter {
        max-width: 450px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .right-women-img .women_img_01 {
        height: 500px;
        top: 20%;
        right: -2%;
    }
    .left-branch-img .branch_img_02,
    .left-branch-img .branch_img_01 {
        width: 350px;
    }
    .page-template-coming_soon {
        background-size: 100% 100%;
    }
    .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 {
        max-width: 100%;
        flex: none;
        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;
    }
    .diff_font {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .diff_font h4 {
        font-size: 20px !important;
    }
    .issue_moreButt h2 {
        font-size: 30px !important;
        margin-top: 30px !important;
        line-height: 32px !important;
    }
    /* .footerNewSocials ul {
        margin-right: 0;
    } */

}
@media (max-width: 1152px) {
    .drift_search_link {
        margin-left: 0;
    }
    .menu_outer ul.social_icons li a i.fa-search {
        font-size: 16px;
    }
    .signup4mail_Left {
        flex: none;
        max-width: 100%;
    }
    .signup4mail_Right {
        flex: none;
        max-width: 100%;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .signup4mail_BG .col-md-1 {
        display: none;
    }
    .signup4mail_Left h3 {
        text-align: center;
        padding: 0;
    }
    .signup4mail_Left::before {
        display: none;
    }
    .nav > li > a {
        font-size: 15px;
    }
    .drift_search_link a {
        top: 0;
    }
    .menu_outer ul.social_icons li a i.fa-search {
        font-size: 15px;
    }
 }
@media (max-width: 1023px) {
    .single-post .contact01 .article_editor a {
        position: relative;
        top: -20px;
    }
    .single-post .contact01 .com_heading {
        margin-top: 0;
    }
    .desktop_new_menu {
        display: none;
    }
    .page-template-subscribe .td-site-mobile-header {
        /*display: none !important;*/				/* === CHANGED 6.11 === */
    }
    .page-template-donate .td-site-mobile-header {
        /*display: none !important;*/				/* === CHANGED 6.11 === */
    }
    .page-template-coming_soon .td-site-mobile-header {
        display: none !important;
    }
    ul.f_menu.nav {
        width: 100%;
    }
    .footer_inner .nav > li > a {
        font-size: 15px;
    }
    .drift_container h6 {
        max-width: 100%;
    }
    .drift_title {
        font-size: 36px;
    }
    .left-branch-img .branch_img_01,
    .left-branch-img .branch_img_02 {
        display: none;
    }
    section.coming-soon-wrapper {
        position: relative;
    }
    .coming-soon-wrapper .drift_container {
        padding-top: 0;
        margin-top: 35px;
    }
    .left-branch-img {
        background-image: url(/wp-content/uploads/2020/05/branch-images_2.png);
        background-size: 100%;
        height: 285px;
        width: calc(100% + 30px);
        margin-left: -15px;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 0;
        padding-bottom: 0;
    }
    .right-women-img .women_img_01 {
        position: static;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 35px;
        height: 400px;
    }
    .newsletter {
        max-width: 550px;
    }
     .newsletter p {
        line-height: normal;
    }
    .search_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    div[id*='ajaxsearchlite'].wpdreams_asl_container {
        width: 90% !important;
        right: 15px !important;
        bottom: -57px !important;
        top: unset !important;
    }

    #tf-hide-mob {
        display: none;
    }
    .td-site-mobile-header {
        display: block !important;
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        margin-bottom: 30px;
        transition: all 0.5s ease-in-out;
        border-bottom: 1px solid #efefef;
    }
    .td-site-mobile-header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 99999999;
        padding-bottom: 10px;
    }
    .td-site-mobile-header.sticky .td-overlay-box {
        top: 80px;
    }
    .td-site-mobile-header .container:after {
        display: table;
        content: '';
        clear: both;
    }
    .td-mobile-logo img {
        height: 50px;
        width: auto;
    }
    .td-mobile-menus span {
        color: #303030;
        font-size: 36px;
        display: inline-block;
        text-align: left;
        margin-left: 15px;
    }
    .td-mobile-logo {
        width: 130px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 9999999999;
        padding: 0;
        text-align: center;
    }
    .td-mobile-menus {
        position: absolute;
        left: 0;
        padding: 0;
        top: 15px;
        width: 100%;
    }
    .td-overlay-box {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 999999;
        top: 90px;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .seach-mobile-view a {
        position: absolute;
        right: 15px;
        font-size: 20px;
    }
    .td-overlay-content {
        position: relative;
        top: 45px;
        width: 100%;
        /* text-align: center;                  ========= CHANGED 5.28 ======== */
        padding-left: 20px;
        padding-right: 20px;
    }
    .td-overlay-box ul {
        /*text-align: center;                   ========= CHANGED 5.28 ======== */
    }
    .td-overlay-box li {
        list-style: none;
        display: block;
        line-height: normal;
        /*padding: 20px 10px;*/
         padding: 10px 10px 10px 30px;			/* === CHANGED 6.9 === */
    }
    .td-overlay-box ul li a {
        text-decoration: none;
        /*font-size: 22px;*/
		font-size: 20px;						/* === CHANGED 6.9 === */
        color: #303030;
        transition: 0.3s;
        display: inline-block;
        letter-spacing: normal;
        /*font-weight: normal;*/
		font-weight: bolder;					/* === CHANGED 6.9 === */
        /*text-transform: uppercase;*/			/* === CHANGED 6.9 === */
        font-family: Avenir-Next-Thin;
    }
    .td-overlay-box li.current-menu-item a {
        /*color: #07dbdb;*/						/* === CHANGED 6.9 === */
    }
    .td-overlay-box .closebtn {
        position: absolute;
        top: 10px;
        /*left: 15px;                       ============ CHANGED 5.28 ========= */
        right: 15px;                        /* ========= ADDED 5.28 =========== */
        font-size: 46px;
        color: #303030;
        text-decoration: none;
    }
    .td-site-mobile-header div[id*='ajaxsearchlite'].wpdreams_asl_container {
        z-index: 99999999 !important;
        width: 350px !important;
    }
    .td-site-mobile-header .container {
        position: relative;
        max-width: 100%;
    }

}

 @media (max-width: 992px) {
    .diff_font {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
 }

  @media (max-width: 823px) {
    .contact01.headong0022 .postDate {
        top: -20px;
    }
    .copyrightSpan {
        padding-right: 15px;
        font-size: 11px;
    }
    #footerFullMenu li {
        font-size: 12px;
    }
    .left-branch-img {
        height: 235px;
    }
    .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;
    }

	.arti_feaImage img {
        height: auto;
    }
    #mc_embed_signup .mc-field-group input[type="submit"] {
        margin-left: 20px !important;
    }
    .page-template-coming_soon .td-site-mobile-header, 	/*removed .page-template-subscribe .td-site-mobile-header */
      {	/* removed .page-template-donate .td-site-mobile-header*/
        display: none !important;
    }
    .page-template-donate .the-drift-logo-mb,
    .page-template-subscribe .the-drift-logo-mb {
        /*display: block !important; */			/* === CHANGED 6.11 */
        text-align: center;
        position: relative;
        z-index: 9999;
        top: 15px;
		display: none;					/* === ADDED 6.11 === */
    }
    .the-drift-logo-mb img {
        height: 45px;
        width: auto;
        margin-bottom: 10px;
    }
    .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 {
        position: static !important;
        padding-left: 0 !important;
        width: 100% !important;
        margin-top: 30px !important;
    }
    .single-post .mission_inner {
        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 {
        padding-left: 0;
        padding-right: 0;
    }
    .issue_div_left img {               /* === ADDED 6.1 === */
        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 {
        float: none;
        text-align: center;
        display: block;
        padding: 0;
    }
    .postDate {
        padding-bottom: 25px;
    }
    .article_editor {
        margin-top: 35px !important;
    }
    .issue_container h4 a {
        white-space: inherit;
    }
    .single-issue .com_heading01 h4 {
        white-space: inherit;
    }
    .search_container h1.page-title {
        line-height: 1;
    }
    .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;
    }
    .footer_inner .sig_up_inner p {
        max-width: 100%;
    }
    .menu_box_two {
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
    .navbar-header{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .contact01 {
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .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 {
        width: 100% !important;
        padding: 0 20px !important;
        text-align: center !important;
    }
    .about_r {
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
        max-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 {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .about_l h4 span {
        display: block !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about_r h3 {
        text-align: center !important;
    }
    .footer_inner::after {
        height: 260vw !important;
    }
    .issue_outer {
        margin-top: 25px !important;
    }
    .issue_r, .issue_l {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 25px !important;
    }
    .ab_part_linner {
        width: 100%;
    }
    .ab_part_img {
        right: 0;
    }
    .ab_part_img img {
        display: block;
        width: 100%;
    }
    .diff_font {
        max-width: 100% !important;
        /*padding: 20px !important;*/
		padding: 0px 10px 20px 15px !important;
    }
    .sub_donl {
        padding: 25px !important;
    }
    .mission p {
        text-align: left !important;
    }
    .com_heading h3 {
        text-align: left !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .article_editor {
        text-align: left !important;
        position: static !important;
    }
    .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: 10px;                      ========== CHANGED 5.29 ======= */
        padding-right: 15px;
    }
    .search-term-list .list-feature-img img {
        height: auto;
        margin-bottom: 20px;
    }
    .search_container h1.page-title {
        padding-bottom: 20px;
    }
    .search_container {
        margin-top: 35px;
    }
    .search-term-list .term-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sig_up_inner {
        width: 100%;
    }
    .footer_outer ul.social_icons li:last-child {
        padding-right: 15px;
    }
    .search_container.article_container .search-term-list .list-feature-img img {
        height: auto;
    }
    .page-template-coming_soon #mc_embed_signup .mc-field-group input[type="submit"] {
        width: auto !important;
    }
    .page-template-donate .ab_part,
    .page-template-subscribe .ab_part {
        flex-direction: column-reverse;
        /*padding-top: 25px;*/			/* === CHANGED 6.11 === */
        padding-bottom: 25px;
    }
    .page-template-donate .ab_part .ab_part_r,
    .page-template-subscribe .ab_part .ab_part_r {
        margin-bottom: 20px;
		padding-top: 0px; 				/* === ADDED 6.11 === */
    }
    #mc-embedded-subscribe ~ .mce_inline_error {
        width: 100%;
    }
    .page-template-subscribe .com_heading h3 {
        margin-bottom: 15px !important;
    }
    .page-template-donate .com_heading h3 {
        margin-bottom: 15px !important;
    }
    .page-template-coming_soon #mc_embed_signup #mce-success-response {
        width: 100%;
    }
    .contact01.headong0022 h1 {
        /*margin-bottom: 50px !important; */        /* === CHANGED === */
        margin-bottom: 20px !important;             /* === ADDED 6.1 === */
        /*margin-top: 30px;*/                       /* === CHANGED === */
        margin-top: 10px;
    }
    .ab_part.headong0022_cover .ab_part_r {
        width: 100% !important;
        top: 10px !important;
    }
    .single-post .mission_inner {
        margin-top: 50px !important;
    }
    .arti_feaImage img {
        height: auto;
		/*padding-right: 10px;*/                    /* === ADDED 6.2 === */
    }
    .footerNew_middle h4 {
        text-align: center;
        width: 100%;
        display: block;
        padding-right: 0;
    }
    .footerNewLogo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footerNew_middle #mc_embed_signup {
        width: 100%;
    }
    .signup4mail {
        padding-top: 20px;
    }
    .footerNew_middle_inner {
        width: 95%;
    }
    .latestArticle_Heading.td-issues-head,
    .home_issues, .signup4mail_Left::before,
    .support_heading::before {
        display: none;
    }
    .signup4mail_Left h3 {
        text-align: center;
    }
    .diff_font a h2 {
        font-size: 36px;
        margin-top: 10px;
    }
    .support_heading h3 {
        padding-left: 0;
    }
    .diff_font h4 {
        font-size: 22px !important;
        line-height: normal !important;
    }
    .issue_moreButt h2 {
        font-size: 30px !important;
        margin-top: 20px !important;
        line-height: 35px !important;
    }
    .seeMoreLink {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .seeMoreLink a {
        font-size: 26px;
    }
    .mob-hide-line {
        display: none;
    }
    .moreissue_left {
        /*width: 100%;*/					/* === CHANGED 6.7 === */
    }
    .moreissue_right {
        width: 100%;
        /*padding: 15px 0;*/
        padding: 30px 0;                    /* === ADDED 6/1 === */
    }
    .moreissue_left img {
        height: auto;
    }
    .more_from_issue .com_heading01 {
        margin-bottom: 30px;
        display: block;
    }
    .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%;
    }
    .coming-soon-wrapper .drift_container {
        padding-left: 0;
        padding-right: 0;
    }
    .left-branch-img {
        height: 180px;
    }
    .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 {				/* === ADDED 6.17 === */
		margin-bottom: 2px;
	}


}
@media (max-width: 568px) {
    .search_container h1.page-title {
        font-size: 30px;
    }
    .home_mentions ul li {
        margin-bottom: 5px;
    }
    .footer_inner .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .footer_outer ul.social_icons li:last-child {
        padding-right: 5px;
    }
    .left-branch-img {
        height: 150px;
    }
    .ab_part_img_abu div label {
        font-size: 16px !important;
    }

    /* James Zone */

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

@media (max-width: 480px) {
    .left-branch-img {
        height: 135px;
    }
    .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;
        width: 100px;
        padding: 10px;
    }
    .searchPage_Form_Box {
        padding-right: 110px;
    }
	.ab_part_img p.caption {
    padding-left: 0px;
}
	    .moreissue_left{width:100%; padding-right: 0px;}                    /* ========= ADDED 6.17 ======= */


}
@media (max-width: 414px) {
    .footer_inner .nav > li > a {
        font-size: 10px;
    }
    .left-branch-img {
        height: 115px;
    }

  }

 @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 {                  /* ========== ADDED 5.29 ========== */
        max-width: 200px;
    }

  }

@media (min-width: 1200px) {
      .page-template-homepage .ab_part {
        max-width: 1450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
	.issues_container {
		/*margin-left: 200px;*/
		margin-left: 160px;			/* === CHANGED 6.12 === */
	}
}

@media (min-width: 1400px) {
    .page-template-homepage .ab_part_linner {
        width: 100%;
        display: block;
    }
    .page-template-homepage .diff_font h4 {
        font-size: 28px;
    }
    .page-template-homepage .ab_part_img img {
        width: 100%;
    }
    .page-template-homepage .contact01 {
        max-width: 100% !important;
    }
    .page-template-homepage .diff_font {
        max-width: 100% !important;
        /*padding: 35px !important;*/
        padding: 0px 35px 35px 35px !important;					/* === CHANGED 6.1 === */
    }
  /*  .page-template-homepage .ab_part {
        max-width: 1920px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }*/
    .ab_part_linner {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .ab_part_img {
        right: 0;
    }

	.donate_img {												/* === ADDED 6.9 === */
		top: 10px;
	}
    .ab_part_img img {
        width: 100%;
        display: block;
    }
    .page-template-subscribe .ab_part_linner {
        width: 485px;
    }
     .page-template-donate .ab_part_linner {
        width: 485px;
    }
    .footerNew_middle_inner {
        width: 85%;
        margin: 0 auto;
    }

}
@media (min-width: 1600px) {
    .drift_container{top:43%}
    .left-branch-img .branch_img_01 {
        width: 500px;
        display:none;
    }
    .left-branch-img .branch_img_02 {
        width: 500px;
        display: none;
    }
}
@media (min-width: 1920px) {
    .ab_part  {
        max-width: 1450px;
        margin-left: auto;
        margin-right: auto;
    }
    .custom_wrap, .row.latest_articles, .latestArticle_Heading {
        width: 1450px;
    }
    .signup4mail_BG, .footerFullMenu .row {
        max-width: 1450px;
        margin-left: auto;
        margin-right: auto;
    }
    .copyrightSpan {
        padding-right: 15px;
    }
    .issues_container {
        max-width: 1450px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-issues .com_heading01 h4 {
        white-space: nowrap;
    }

}
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill,
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:hover,
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:focus,
.page-template-coming_soon #mc_embed_signup .mc-field-group input#mce-EMAIL:-webkit-autofill:active  {
    transition: background-color 5000s ease-in-out 0s;
}
.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 .men_content p, .page-template-mentions .ab_part_mobile p{font-family:'franklin-gothic'; font-size: 18px}
.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}
.contact01.headong0022 .postDate{margin-left:-20px !important;}
.com_heading01 span{padding: 0 5px;}

/*.postid-242 .ab_part.headong0022_cover .ab_part_r{top: -138px !important;}   ==== CHANGED  5.28 */
.ab_part_r{margin: auto; }     					/* =========== ADDED 5.28 =========== */

.home_issue_page_text {margin-top: 0px;}		/* =========== ADDED 6.3 =========== */
.contact01.headong0022{margin-left:20px !important}
.searchPage_Form {margin: 0 auto; float:none;}
.searchPage_Form_container{border-bottom:0;}
.com_heading  span.single_article_pipe{font-size:13px; top:0px; display:inline-block;}




@media (min-width: 767px) {
	.donate-subscribe_txt {							/* =========== ADDED 6.9 =========== */
	margin-top: 0px;
	padding-left: 10px
}
.single-post .mission_inner blockquote.margin_block{margin-top:-5% !important}
figcaption{font-size:11px !important; width:125px !important; left:-140px !important}
/*.bigfigure{margin-left:175px !important;}                                 ==== CHANGED  5.28 */
.bigfigure{margin-left:175px;}                                              /* =========== ADDED 5.28 =========== */
.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;}

    /*.moreissue_left{width:100%; padding-right: 8px;}                    /* ========= ADDED 5.28 ======= */

}





@media (max-width: 767px) {
    /*.moreissue_left{width:40%} */                                     /* ========= CHANGED 5.28 ======= */
    /*.moreissue_left{width:100%; padding-right: 8px;}  */                  /* ========= ADDED 5.28 ======= */
    /* .moreissue_right{width:50%; padding: 0 20px 0 20px} */           /* ========= CHANGED 5.28 ======= */
    .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{display:none;} */           /* ========= CHANGED 5.28 ======= */
    .more_from_issue .com_heading01 span{margin-left: -8px}             /* ========= ADDED 5.28 ======= */
.single-post .mission_inner blockquote.margin_block{display:none !important}
figure figcaption{position:inherit !important;
    width: auto;
    border: 0;
    text-align: left;
    left: 0;}

.com_heading h3{font-size:27px; padding: 20px 0;}
.com_heading h3 b{font-size:31px;}
.com_heading span{font-size:25px;}
.page-template-mentions .com_heading span{font-size:27px; top: 1;}			/* === CHANGED 6.18 === */

.article_editor {
    margin-top: 15px !important;
}

.single-post .mission_inner {
    margin-top: 15px !important;
}
.postDate.mobile_version{display:block; padding:0;}
.postDate.desktop_version{display:none}
.page-template-mentions .com_heading span{display:inline}

.page-template-mentions .about_l h4{text-align: right !important}
.single-post .contact01{
	    /*padding:20px 0;*/         /* === CHANGED === */
    padding:0px 0;             		/* === ADDED 6.1 === */

	}
.postid-242 .ab_part.headong0022_cover .ab_part_r{ /* ============= Added 5/28 ========= */
	top: 0px !important;
	margin-bottom: 20px;
	}
}

@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:-30%}
                                    */
    .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) {      /* ============= Added 6/1 ========= */
h1.issue_heading {
    font-size: 24px;
}
h1.issue_heading b{
    font-size: 45px;
}

}

@media (min-width: 767px) and (max-width:1024px) {

    /*.page-template-mentions  .com_heading span{display:none}*/		/* === CHANGED 6.18 === */
   /*.page-template-mentions .com_heading h3 b{display:block;}*/		/* === CHANGED 6.18 === */

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

.page-template-subscribe .kudossubscribe form.wpfs-form fieldset.wpfs-form-check-group {
    padding: 30px 0px;
    padding-top: 15px;
}
.support_eading h3 {                                                    /* === ADDED 6.3 === */
    font-size: 41px;
}
.support_content {                                                      /* === ADDED 6.3 === */
    flex: 0 0 35.667%;
    max-width: 35.667%;
	margin: auto 0;
}

.support_subheadings {                                                  /* === ADDED 6.3 === */
    flex: 0 0 32.33%;
    max-width: 32.33%;
	margin: auto;
}
.support_subheadings h3 {                                               /* === ADDED 6.3 === */
    font-size: 25px;
}
  }

@media (min-width: 1025px) {                                            /* === ADDED 6.3 === */
	.donate-subscribe_txt {												/* =========== ADDED 6.9 =========== */
        margin-top: 0px;
        padding-left: 50px
    }
	.issue_div_left {
        flex: 0 0 35%;
        padding-right: 0px;
    }

    .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{padding: 5px 10px; display:block;}
  .page-template-mentions .about_outer{padding-top: 20px;}

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

   /* .com_heading span, .com_heading01 span{display:none}  */          /* ========= CHANGED 5.28 ======= */
   .com_heading span, .com_heading01 span{margin-left: -6px;}           /* ========= ADDED 5.28 ======= */
   /*.com_heading h3 b, .com_heading01 h4 b{display:block;} */              /* ========= CHANGED 5.28 ======= */
   .com_heading h3 b, .com_heading01 h4 b{                                  /* ========= ADDED 5.28 ======= */
    /*display:block;*/
    margin-top: -24px;
	margin-right: 6px;
}
   .com_heading h3{font-size:30px;}
   .com_heading h3 b{font-size:37px;}
	.more_from_issue .com_heading01 span{margin-left: -8px}             /* ========= ADDED 5.28 ======= */

}

.addtoany_content blockquote.margin_block {
    display: none;
}

/* 515 Media changes */
.page-template-issues .com_heading01 h4 + .authors a {
    font-family: 'franklin-gothic';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding-top: 0;
}
.page-template-issues .com_heading01 h4 + .authors a:after {content:", ";margin-right:7px;}
.page-template-issues .com_heading01 h4 + .authors a:last-child:after {content:none;}
.single-issue .com_heading01 h4 + .authors a {
    font-family: 'franklin-gothic';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding-top: 4px;
}


/* boxzilla zone */
/* boxzilla zone */
/* 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 {
    display: block !important;
    height: 50vh;
    bottom: 0 !important;
    position: fixed;
    top: auto;
}

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

.postid-2151 .boxzilla-content .serif-hed {
    font-family: Adobe-Caslon; font-size: 26px; line-height: 26px;
}

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

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

/* formatting for Olúfẹ́mi postid-2274 */

.moreissue_right.postid-2274 .mr-subtitle,
.page-template-latest_articles .postid-2274 a.subtitle,
body.home .postid-2274 .arti_heading h4 a {
    font-family: Savoy, serif;
}

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

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

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

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

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