<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  * {
    box-sizing: border-box;
}


.bannAreaFull img,
.imgContainer img {
    -webkit-clip-path: polygon(100% 0, 100% 85%, 33% 100%, 0% 89%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 33% 100%, 0% 89%, 0 0);
    width: 100%;
    display: block;
    height: auto;
    max-height: 770px;
}

.bannAreaFull {
    position: relative;
}

header#masthead {
    max-width: 1366px;
    position: absolute;
    width: 100%;
}

.slogan {
    position: absolute;
    top: 25%;
    width: 100%;
    max-width: 1366px;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 40px;
    z-index: 1;
    margin: 0 auto;
    padding: 160px 0 0 100px;
}

.sloganInner {
    max-width: 350px;
    width: 100%;
}

.sloganInner h6 {
    color: #fff;
    font-family: var(--font-canela-light-family);
    font-size: 20px;
    margin: 0 0 5px 0;
    letter-spacing: 0.5px;
}

.sloganInner h2 {
    color: #fff;
    font-family: var(--font-canela-bold-family);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.5;
}

.sloganInner h1 {
    color: #fff;
    font: var(--font-canela-regular-weight) 55px/1.2 var(--font-canela-regular-family);
    letter-spacing: 1.38px;
}

nav#site-navigation {
    z-index: 100;
    border-top: solid 10px #343333;
    position: absolute;
    left: 0;
    width: 100%;
}


.wrapRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wrap-1200 {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.m-t-35 {
    margin-top: 35px;
}

.headExplore {
    border-bottom: #b8c7d0 1px solid;
    padding-bottom: 8px;
}

.headExplore h4 {
    font-family: var(--font-canela-bold-family);
    margin: 0;
    font-size: 30px;
    color: #7e9eab;
    letter-spacing: 0.75px;
}

.headExplore a.exploreLink {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: var(--font-oswald-bold-family);
}

.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.chancesHealing {
    background: #e3e9f3;
    padding: 40px 20px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    min-height: 1px;
}

.chancesHealing h6 {
    font-family: var(--font-oswald-light-family);
    letter-spacing: 0.36px;
    color: #343333;
    text-transform: uppercase;
}

.chancesHealing h3 {
    font-family: var(--font-canela-regular-family);
    color: #343333;
    font-size: 30px;
    letter-spacing: 0.75px;
    font-weight: var(--font-canela-regular-weight);
}

.chancesImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    min-height: 1px;
}

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

.p-l-40 {
    padding-left: 40px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-v-20 {
    margin: 20px 0;
}

.text-center {
    text-align: center;
}

.mCntAre {
    margin-top: 10px;
}

.mCntAre h2 {
    font: var(--font-canela-bold-weight) 55px/1.2 var(--font-canela-bold-family);
    letter-spacing: 1px;
    color: #343333;
    margin-bottom: 10px;
}

.mCntAre h6 {
    font-size: 20px;
    color: #343333;
    font-family: var(--font-canela-light-family);
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.mCntAreName {
    color: #343333;
    font-size: 20px;
    font-family: var(--font-canela-thinitalic-family);
    letter-spacing: 1px;
}

a.mCntAreName {
    color: #343333;
}

.chancesHealing p {
    font-family: var(--font-canela-light-family);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #343333;
}

.m-readMore {
    color: #343333;
    font-family: var(--font-oswald-regular-family);
    font-size: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;

}

a.m-readMore {
    color: #343333;
}

.sIpBanner.noBg:after {
    background: rgba(0, 0, 0, 0);
}

.mContBtm h3 {
    line-height: normal;
    margin-bottom: 8px;
    font-size: 20px;
}

.mContBtm h3 a {
    color: #343333;
    font-size: 20px;
    font-family: var(--font-canela-bold-family);
    letter-spacing: 0.5px;
}

.p-v-60 {
    padding: 60px 0;
}

.mContBtm h5 {
    font-family: var(--font-canela-light-family);
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 10px;
}

.mContBtm h6 {
    font-family: var(--font-canela-thinitalic-family);
    font-size: 16px;
    color: #343333;
    letter-spacing: 0px;
    font-weight: 500;
}

.mContBtm h6 a {
    color: #343333;
}

.mContBtm p {
    font-family: var(--font-canela-light-family);
    font-size: 16px;
    color: #343333;
    margin-bottom: 5px;
}

.absSpan {
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    font-family: var(--font-oswald-regular-family);
    font-size: 13px;
    font-weight: var(--font-oswald-regular-weight);
    letter-spacing: 0.4px;
    color: #7e9eab;
    text-transform: uppercase;
}

.in-depth .absSpan a {
    color: #7e9eab;
}

.solutions-we-love .absSpan a {
    color: #e0a811;
}

.culture-shift .absSpan a {
    color: #747474;
}

.also .absSpan a {
    color: #666666;
}

.mContBtm {
    padding-top: 38px;
}

.mThreeBox .col-md-4 {
    margin: 15px 0;
}

.horizontal-line-bold {
    height: 21px;
    background: url(/wp-content/themes/generatepress_child/images/issue/yes_horizontal-line-bold.png) repeat-x 0 0;
    width: 100%;
    float: left;
}

.headExplore.yellow h4 {
    color: #e0a811;
}

.headExplore.yellow {
    border-color: #e0a811;
}

.headExplore.parple h4 {
    color: #5a1846;
}

.headExplore.parple {
    border-color: #5a1846;
}

.fixHumb {
    display: none;
    position: static;
    width: 100%;
    background: #fff;
}

.humbWrap {
    margin: 0 auto;
    max-width: 1366px;
    width: 100%;
    padding: 0 40px;

}

.humbWrapleft {
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}

.humblogo {
    width: 60px;
}

.humblogo a {
    display: block;
}

.humblogo a img {
    display: block;
}

.humbWrapright {
    width: calc(100% - 120px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 50px;
}


.hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    margin-left: 20px;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 2px;
    background-color: #e22618;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.midIssue h3 {
    margin: 0;
    font-size: 22px;
}

.midIssue h3 span {
    font-family: var(--font-canela-light-family);
}

.prvIssue a, .nxtIssue a {
    font-family: var(--font-oswald-bold-family);
    font-size: 15px;
    letter-spacing: 0.43px;
    color: #7e9eab;
}

.moreStory {
    margin: 30px 0;
}

.moreStory h4 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #343333;
    line-height: normal;
    font-family: var(--font-canela-bold-family);
    letter-spacing: 0.1px;
}

.moreStory h6 {
    font-family: var(--font-canela-thinitalic-family);
    font-size: 16px;
    color: #343333;
    letter-spacing: 0px;
    font-weight: 500;
}

.moreStory .absSpan {
    position: relative;
    left: unset;
    top: unset;
    width: auto;
    font-family: var(--font-oswald-regular-family);
    font-size: 13px;
    font-weight: var(--font-oswald-regular-weight);
    letter-spacing: 0.4px;
    color: #7e9eab;
    text-transform: uppercase;
}

.single-issue #sticky-placeholder {
    display: none !important;
}

.desktopMobMenu {
    position: absolute;
    top: 100%;
    padding: 15px;
    background: #fff;
    width: calc(100% - 80px);
    left: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 5px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 5px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 5px -1px;
    display: none;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
}

.mobSrcTf {
    width: calc(100% - 62px);
    background: #dce7ee !important;
    border: none !important;
    height: 51px;
    float: left;
    font-family: var(--font-oswald-bold-family);
}

.mobSrc button {
    background: #7e9eab;
    float: left;
}

.mobMenuSrc ul {
    margin: 0;
    list-style: none;
}

.mobMenuSrc {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.mobMenuSrc ul li {
    margin: 3px 0;
    position: relative
}

.mobMenuSrc ul li a {
    display: block;
    line-height: 34px;
    color: #000000;
    font-family: var(--font-oswald-bold-family);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.mobMenuSrc ul li a .fa {
    margin-top: 3px;
    margin-right: 5px;
}

.mobMenuSrc ul li.donate a {
    color: #e22618;
}

.mobMenuSrc ul li a:hover {
    color: #666;
}

.mobMenuSrc ul li.mSubscribe a {

    background: #e22618;
    color: #fff;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 7px 15px;

}

.sub_menu_open p {
    height: 30px;
    width: 30px;
    /*background: #f00;*/
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
    color: #000;
    cursor: pointer;

}

.sub_menu_open &gt; a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    width: 20px;
    line-height: 21px;
    height: 20px;
    position: relative;
    color: #7e9eab;
    margin-left: 10px;
}

.sub_menu_open &gt; a.open:after {
    content: "\f0d8";
}

.sub_menu_open &gt; a &gt; span {
    padding-left: 20px;
}

.sub_menu_open .submenu {
    display: none;
    padding: 0 20px;
}

.sub_menu_open .sub-menu {
    display: none;
    padding: 0 20px;
}

.magCont h5 {
    border-bottom: #333 1px solid;
}

.magCont h4 {
    font-size: 20px;
    font-family: var(--font-canela-regular-family);
    margin-bottom: 5px;
    text-transform: none;
}

.magCont h5 {
    font-family: var(--font-oswald-regular-family);
    letter-spacing: 0.4px;
    color: #0c3a4e;
    font-size: 13px;
}

.magContFull {
    margin: 10px 0;
}

.magImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

.magCont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 15px;
}

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

.admin-bar section.fixHumb {
    top: 32px !important;
}


/*//arindam */
.hamBurgerMenus li a {
    display: flex !important;
    width: 100%;
    align-items: flex-start;
}

.hamBurgerMenus .magCont {
    display: block;
    width: 100%
}

.hamBurgerMenus .menu-image-title {
    width: calc(100% - 220px);
    -ms-flex: 0 0 calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
    padding-left: 15px;
}

.hamBurgerMenus .menu-image {
    width: 220px !important;
    height: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
}

.hamBurgerMenus .magCont h5 {
    color: #313030;
    border-bottom: none;
    font-weight: 700;
    margin-bottom: 10px;
}

.hamBurgerMenus .magCont {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;

    padding-left: 0;
}

.hiddingFromDeskTop {
    display: none;
}

.arinUnique .menu-image-title {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0;
    font-family: var(--font-oswald-regular-family);
    text-align: right;
}

.menuWithImg {
    padding-bottom: 30px;
    border-bottom: 1px solid #eef1f3;
    margin-bottom: 30px !important;
}

.hamBurgerMenus .sub-menu {
    background: #e9e9e9;
}

.fixHumbIssue {
    display: none;
}

.full {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 992px) {
    /*.sub_menu_open .sub-menu{
      display:block;
    } */
    .fixHumb {
        display: none !important;
    }

    #mobile-header {
        display: none !important;
    }

    .leftHambicon {
        position: absolute;
        top: 20px;
        left: 0;

    }

    .subscribe_btn {
        top: 20px !important;
    }

    .issueHambergmenu:after {
        content: "\f0c9";
        font-family: GeneratePress;
        width: 1.28571429em;
        text-align: center;
        display: inline-block;
    }

    .fixHumbIssue {
        display: block;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .fixHumb.active + .fixHumbIssue {
        box-shadow: 7px 0 10px rgba(0, 0, 0, 0.12)
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 26px;
        background-color: #343333;
    }

    .single-issue .subscribe_btn a {
        font-family: var(--font-oswald-bold-family);
        display: block;
        text-transform: uppercase;
    }

    .centeredLogo {
        text-align: center;
    }

    .centeredLogo img {
        width: 62px;
    }

    .centeredLogo .logoText {
        color: #000;
        display: block;

    }

    .hamburger--collapse-r .hamburger-inner::after {
        top: -16px;
    }

    .hamburger-inner::before {
        top: -8px;
    }

    .desktopMobMenu {
        width: 100%;
        left: 0;
        max-height: calc(100vh - 97px);
    }

    .mSubscribe {
        display: none;
    }

    .sub_menu_open p {
        height: 15px;
        width: 15px;
        right: auto;
        top: 32px;
        left: 0;
    }

    .sub_menu_open p:after {
        width: 15px;
        line-height: 15px;
        height: 15px;
    }


    .redishMobile a span {
        color: #e22618;
    }

    .mobMenuSrc ul li.sub_menu_mobile_yes {
        margin: 30px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #eef1f3;
        border-top: 1px solid #eef1f3;
        padding: 30px 0;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .chancesHealing,
    .chancesImg {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .chancesImg .p-l-40 {
        padding: 20px 0 0;
    }

    .mCntAre h2 {
        font-size: 30px;
    }

    .p-v-60 {
        padding: 30px 0;
    }

    .mContBtm {
        padding-top: 5px;
    }

    .absSpan {
        position: static;
        width: 100%;

    }

    .mContBtm h6 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .humbWrapright {
        padding-left: 15px;
    }

    .midIssue h3 {
        font-size: 15px;
    }

    .prvIssue a, .nxtIssue a {
        font-size: 13px;
    }

    .humbWrap {
        padding: 0 15px;
    }

    .exploreLink {
        display: none;
    }
}

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

    .mobMenuSrc ul li a {
        line-height: 24px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .admin-bar section.fixHumb {
        top: 46px !important;
    }
}

@media only screen and (max-width: 414px) {
    .hamBurgerMenus .menu-image-title {
        width: calc(100% - 80px);
        -ms-flex: 0 0 calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        padding-left: 14px;
    }

    .hamBurgerMenus .menu-image {
        width: 80px !important;
    }

    .hamBurgerMenus .magCont h5 {
        line-height: normal;
        font-size: 13px;
    }

    .arinUnique .menu-image-title {
        padding: 0;
        font-size: 14px;
    }

    .arinUnique .menu-image-title {
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .magCont h4 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: normal;
    }

    .magCont h6 {
        font-size: 14px;
        margin: 0;
        line-height: normal;
    }

    .menuWithImg {
        padding: 22px 0 37px;
        /*margin-bottom: 8px !important;*/
    }

    .mobMenuSrc ul li.mSubscribe a {
        padding: 4px 15px;
    }

    .sub_menu_open .sub-menu {
        padding: 10px 10px;
    }

    .mobSrcTf {
        height: 38px;
        padding: 0px 15px;
    }

    .mobSrc button {
        height: 37px;
        line-height: 37px;
        padding: 0 20px;

    }

    .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .p-v-60 {
        padding: 10px 0;
    }

    .headExplore h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    .mContBtm h3 a {
        font-size: 18px;
    }

    .chancesHealing h3 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .chancesHealing h6 {
        margin-bottom: 5px;
    }

    .chancesHealing {
        padding: 20px 20px;
    }

    .chancesHealing p {
        margin-bottom: 7px;
        line-height: 1.6;
    }

    .mCntAre h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 384px) {
    .headExplore h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 384px) {
    .hamburger-box {
        width: 30px;
    }

    .hamburger {
        margin-left: 15px;
    }

    .humbWrapright {
        padding-left: 0;
    }
}

.arHedsubBlack .headExplore h4 {
    color: #747474;
}

.arHedsubBlack .moreStory h6 a {
    color: #343333;
}

.arHedsubBlack .moreStory h4 a {
    color: #313030;
}

.mCntAre h2 a {
    color: #000;
}

/*.single-issue .fixHumb{
    display: none;
   }*/


@media only screen and (max-width: 992px) {
    .single-issue .mContBtm h3 {
        margin-bottom: 0;
    }

    .single-issue .mContBtm h3 a {
        font-size: 24px;

        line-height: 1.4;
        display: block;
    }

    .single-issue .mContBtm h5 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .moreStory h6 {
        font-size: 12px;
        margin-top: 5px;
    }

    .single-issue .mThreeBox .col-md-4 {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 32px;
    }

    section {
        width: 100%;
        float: left;
    }

    /*.single-issue .sIpBanner img{
      width: 100%;
      float: left;
      height: 300px;
      -webkit-clip-path: polygon(100% 0, 100% 68%, 33% 100%, 0% 75%, 0 0);
      -moz-clip-path: polygon(100% 0, 100% 68%, 33% 100%, 0% 75%, 0 0);
      clip-path: polygon(100% 0, 100% 68%, 33% 100%, 0% 75%, 0 0);
    }*/
    .single-issue .slogan {
        position: static;
        float: left;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 40px;
        padding: 0;
    }

    .single-issue .sloganInner {
        max-width: 100%;
    }

    .single-issue .sloganInner h6, .single-issue .sloganInner h1, .sloganInner h2 {
        color: #313030;
    }

    .single-issue .sloganInner h1 {
        font-size: 30px;
        margin-top: 15px;
    }

    .sIpBanner::after {
        display: none;
    }

    .wrap-1200:after {
        content: "";
        display: table;
        clear: both;
    }

    .wrap-1200:before {
        content: "";
        display: table;
    }

    .single-issue .headExplore.m-t-35 {
        margin-top: 10px;
    }

    .headExplore h4 {
        font-size: 22px;
    }

    .chancesHealing + .chancesImg {
        margin-top: 20px;
    }

    .desktopMobMenu .arinUnique {
        justify-content: flex-end;
    }

    .mContBtm h6 {
        font-size: 14px;
    }
}


.mobileSocial ul:not(#menu-bottom-menu-follow-1) li a {
    border-radius: 20px;
    background: #7e9eab !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
}

#menu-bottom-menu-follow-1 li a {
    color: #7e9eab;
    font: 13px var(--font-oswald-regular-family);
}

.mMM ul.sub-menu li a span:after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}

.footer-widget-1 aside#nav_menu-3 li.menu-item.magazine {
    display: list-item;
}

.footer-widget-1 aside#nav_menu-3 li.menu-item.magazine, #footer-hr {
    display: none;
}


@media only screen and (min-width: 993px) {
    footer.site-info {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .copyright-bar {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
    }

    .headExplore.first {
        margin-bottom: 40px;
    }

    .headExplore:not(.first) {
        margin-bottom: 25px;
    }

    .chancesHealing + .chancesImg {
        margin-left: 40px;
    }

    .magCont h4 {
        text-transform: uppercase;
    }

    .mThreeBox .imgContainer img {
        max-height: 190px
    }
}

@media only screen and (min-width: 1240px) {
    .mThreeBox .imgContainer img {
        max-height: 222px
    }
}

@media only screen and (min-width: 1366px) {
    .mThreeBox .imgContainer img {
        max-height: 233px
    }
}
</pre></body></html>