div.submenu ul li.ncreative a {
  width: 100px;
  padding: 7.5px 0 0 37px;
}

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

a.bap_button {
  width: 154px!important;
  padding: 7.5px 0 0 37px;
}

#submenu-mobile .bap_button {
  width: 230px !important;
}

.subscribe_form--new .subscribe_form_content form input.text {
  width: 280px;
}

.subscribe_form--new .subscribe_form_content_right a {
  white-space: nowrap;
}

.subscribe_form--new .subscribe_form_content_right {
  padding-left: 20px;
  margin-left: 0;
}



.subscribe_form--new.subscribe_form_common_article .subscribe_form_content form input.text {
  width: 380px;
}

#header .logo-image {
  width: 206px;
  height: 80px;
  text-indent: initial!important;
  display: flex;
  align-items: center;
}

#header .logo-image .logo-regular {
  display: none;
}

#header .logo-image img {
  width: 100%;
  object-fit: contain;
}

body.post-template-template-transparent-header  #header.transparent-header .logo-image .logo-regular {
  display: inline-block;
}

body.post-template-template-transparent-header #header.transparent-header .logo-image .logo-color {
  display: none;
}

.contact-box .contact-box-info {
  padding-left: 25px;
}

.contact-box {
  width: 850px;
}

.contact-box .contact-box-text {
  width: 410px;
}

#header .category-title {
  display: none!important;
}

.subscribe_form_content form button.submit {
  padding: 8px 16px;
}

a.videos-slider-button {
  width: 160px;
}

a.load_more, a.load_more2 {
  width: 150px;
}

.page-id-76998 .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-family: museo, serif;
}

body.page-template-template-landing {
  background-color: #fff!important;
}

.mainnav ul li {
  margin: 0 7px;
  font-size: 14px;
}

.mainnav ul li  a {
  font-size: 14px;
}

.subscribe_form_content img.logo, .contact-box img.logo {
  border-radius: 50%;
}

body.single .content-wrapper, body.page .content-wrapper, body.term-writing .content-wrapper, body.term-video .content-wrapper {
  padding-top: 80px; 
}

body.term-video .fancybox-content {
  /* padding: 34px; */
  background: rgba(0,0,0,.3);
}

body.post-template-template-transparent-header .content-wrapper {
  padding-top: 0;
}

.TeamList .TeamListWrapper .tmm_member .tmm_textblock {
  background: url(../media/img/nv_logo_round2.svg) no-repeat left top 10px / 13%
}

body.post-template-template-transparent-header #header.transparent-header p.tagline {
  border: none!important;
}

.post_content .post_text figure figcaption {
  z-index: 100;
}

.hiddenshare {
  display: none!important;
}

.common-article-post .post_content img.size-full {
  z-index: 100;
}

/*deep dive slider for writing page*/

a:focus {
  outline: none;
}

.dd-big-slider-box, .videopage-section {
  opacity: 0;
}


.section-visible {
  opacity: 1;
}

.wide-slider-slide {
  height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wide-slider-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: -webkit-gradient(linear,right top,left top,from(transparent),to(rgba(0,0,0,.62)));
  background-image: linear-gradient(270deg,transparent,rgba(0,0,0,.62));
}

.wide-slider-content {
  padding: 95px 0;
  position: relative;
}



.wide-slider-label.dd-label {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05px;
  line-height: 22px;
  padding: 5px 25px;
  max-height: 32px;
  padding-left: 0;
  margin-bottom: 25px;
  position: relative;
  width: 100px;
  margin-left: 30px;
}

.wide-slider-label.dd-label:before {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 0;
  left: -32px;
  top: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #000 #000 #000 transparent;
}

.wide-slider-content-text {
  margin-bottom: 30px;
  width: 450px;
  max-width: 100%;
}

.wide-slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wide-slider-content-text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}

.wide-slider-content-text p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.btn-nv {
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 140px;
  height: 40px;
  border-radius: 5px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  border: none;
  outline: none;
}

.btn-nv:focus {
  text-decoration: none;
}

.wide-slider-buttons .btn-nv {
  margin-right: 9px;
}

.videoslider-btns .btn-nv {
  margin-right: 0;
  margin-bottom: 15px;
}

.videoslider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.videoslider-btns .btn-transparent {
  border: 1px solid #fff;
  background-color: rgba(0,0,0,0.1);
}

.btn-nv.btn-pink {
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#f5515f),to(#c4014b));
  background-image: linear-gradient(90deg,#f5515f 0,#c4014b);
  color: #fff;
}

.btn-nv.btn-orange {
  background-image: linear-gradient(133deg,#ffb060,#f50);
  color: #fff;
}

.btn-nv.btn-violet {
  background-image: linear-gradient(135deg,#3023ae,#c86dd7);
  color: #fff;
}

.btn-nv.btn-violet img {
  margin-right: 14px;
}

.btn-nv.btn-transparent {
  color: #fff;
}

.btn-listen {
  display: none;
  position: relative;
  z-index: 2;
}

.btn-listen.listen-btn-show {
  display: flex;
}

.spoken-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  z-index: 3;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 5;
}

.spokenlayer-hidden {
  width: 450px;
  max-width: 100%;
  z-index: 2;
  position: relative;
}

.spok-btn-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(//ndevelopment.wpengine.com/wp-content/themes/narratively-wp-theme/css/../media/img/close-29.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 5;
}

.spoken-overlay.spoken-overlay-showed {
  display: flex;
}

.wide-slider .slick-dots {
  bottom: 45px;
}

.wide-slider .slick-dots li button:before {
  color: #fff;
  width: 20px;
  height: 20px;
  opacity: .6;
  font-size: 14px;
}

.wide-slider .slick-dots li.slick-active button:before {
  font-size: 22px;
  opacity: 1;
  color: #fff;
}

.slider-arrows-wrap {
  position: relative;
}

.slider-arrows-wrap:after, .slider-arrows-wrap:before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  width: 10%;
  z-index: 1;
  display: block;
}

.slider-arrows-wrap:before {
  background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(#fff));
  background-image: linear-gradient(270deg,hsla(0,0%,100%,0),#fff);
  left: 0;
}

.slider-arrows-wrap:after {
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
  right: 0;
}

.videopage-section .slider-arrows-wrap:before {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.1)),to(#211d1d));
  background-image: linear-gradient(270deg,rgba(0,0,0,0),#211d1d);
  left: 0;
}

.videopage-section .slider-arrows-wrap:after {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.1)),to(#211d1d));
  background-image: linear-gradient(90deg,rgba(0,0,0,0),#211d1d);
  right: 0;
}

/* .videopage-section .slider-arrow {
  background-color: rgba(0,0,0,0.1);
} */

.slider-arrow {
  position: absolute;
  width: 34px;
  height: 44px;
  border: 1px solid #efeff4;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.slider-arrow-left {
  background-image: url(../media/img/arr-l.png);
  left: 0;
}

.slider-arrow-right {
  background-image: url(../media/img/arr-r.png);
  right: 0;
}

.wide-slider.slick-slider {
  margin-bottom: 0;
}

.title-link {
  text-decoration: none;
}

h3.post-video-featured-title {
  font-size: 21px;
}

.post-video-featured-content .post-video-excerpt {
  font-style: normal;
}

.post-video-featured-excerpt {
  height: 220px;
}



/*deep dive slider for writing page end*/

/*new header for all site*/

#header {
  overflow: initial!important;
}

#header .container {
  text-align: left;
}

#header .morenav-box {
  text-align: left;
}
#header h1.logo, #header p.tagline {
  float: none!important;
}
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-inner_left {
  display: flex;
  align-items: center;
}
.header-nav {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.header-menu {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.header-menu li {
  list-style: none;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 1em;
}
.header-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 1em;
}

.dark-header .header-menu li a {
  color: #302c22;
}

.morenav {
  margin: 0 8px;
  line-height: 1em;
}

.dark-header .header-nav {
  margin-top: 0;
}

.toggle-hamburger {
  background-color: transparent;
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.toggle-hamburger.toggle-hamburger__animx {
  background-color: transparent;
}
.toggle-hamburger:focus {
  outline: none;
}

.toggle-hamburger span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.toggle-hamburger.toggle-hamburger__animx span:before {
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
}

.toggle-hamburger.toggle-hamburger__animx span:after {
  -webkit-transition-property: bottom,\transform;
  transition-property: bottom,\transform;
}

.toggle-hamburger.toggle-hamburger__animx span:after, .toggle-hamburger.toggle-hamburger__animx span:before {
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
}

.toggle-hamburger span:before {
  top: -9px;
}

.toggle-hamburger span:after {
  bottom: -9px;
}

.toggle-hamburger span:after, .toggle-hamburger span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  border-radius: 1px;
}

.dark-header .toggle-hamburger span, .dark-header .toggle-hamburger span:after, .dark-header .toggle-hamburger span:before {
  background-color: #302c22;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span {
  background: 0 0;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-hamburger.toggle-hamburger__animx.is-active span:after, .toggle-hamburger.toggle-hamburger__animx.is-active span:before {
  -webkit-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.morenav-box {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: rgba(255,255,255,0.95);
  display: none;
  padding-top: 30px;
  border-top: 1px solid #efeff4;
  padding-bottom: 30px;
  overflow: auto;
  z-index: 2000;
}

.morenav-box.opened {
  opacity: 1;
}

.morenav-box  .posts-grid-wrap_supercollections {
  margin-bottom: 35px;
}

.morenav-box  .posts-grid-wrap_supercollections::after {
  display: none;
}

.morenav-box  .posts-grid-wrap_supercollections .posts-grid-image {
  height: 130px;
}

.morenav-box-wrapper {
  display: flex;
}

.morenav-box-left {
  border-right: 1px solid #efeff4; 
}

.navigation {
  display: flex;
}

.navigation ul {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}

.navigation ul li {
  margin-bottom: 5px;
  text-align: left;
}

.navigation ul li a {
  color: #302c22;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.navigation-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}

.navigation-col {
  margin-right: 80px;
}

.navigation .social-link {
  width: 22px;
  height: 22px;
}

.social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .social-link-fb {
  background: url(../media/img/fb-icon.svg);
}
.navigation .social-link-tw {
  background: url(../media/img/tw-icon.png);
}
.navigation .social-link-inst {
  background: url(../media/img/inst-icon.png);
}
.navigation  .social-link-mail {
  background: url(../media/img/mail-icon.png);
}

.navigation .social-link:not(:last-child) {
  margin-right: 6px;
}

.morenav-box-right {
  padding-left: 75px;
  flex: 1 0 auto;
}

.search-box {
  width: 100%;
}

.search-box form {
  width: 100%;
}

.search-input {
  flex: 1 0 auto;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: stratos-lights, sans-serif;
  background: transparent;
}

.search-form-inner {
  display: flex;
  align-items: center;
}

.search-submit {
  width: 20px;
  height: 20px;
  background: url(../media/img/search.svg) no-repeat 50% / contain;
  border: none;
  margin-right: 18px;
}

.morenav-mainnav-wrap {
  display: none;
}

.posts-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posts-grid-item-5 {
  width: 20%;
  margin-right: 5px;
}

.posts-grid-item-5:last-child {
  margin-right: 0;
}

.morenav-box .posts-grid-wrap_supercollections .posts-grid-image {
  height: 100px;
}

.posts-grid-image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.posts-grid-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-template-template-transparent-header #header.transparent-header.dark-header .header-menu li a {
  color: #fff;
}

.post-template-template-transparent-header #header.transparent-header.dark-header .toggle-hamburger span, .post-template-template-transparent-header #header.transparent-header.dark-header .toggle-hamburger span:after, .post-template-template-transparent-header #header.transparent-header.dark-header .toggle-hamburger span:before {
  background-color: #fff;
}

.post-template-template-transparent-header #header.transparent-header.dark-header .toggle-hamburger.toggle-hamburger__animx.is-active span {
  background: none;
}

#header {
  -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hidden-header {
  opacity: 0;
  display: none;
}

/*new header for all site end*/

/*Dark bg for video*/

body.term-video {
  background-color: #211d1d;
}

body.term-video .posts-grid .desktopPostsFilter ul {
  background-color: #211d1d;
}

.grid-post-video {
  background-color: #211d1d;
}

body.term-video #footer {
  color: #fff;
}

body.term-video .subscribe_form {
  background-color: #211d1d;
}

body.term-video  .subscribe_form--new .subscribe_form_content p, body.term-video .subscribe_form--new .subscribe_form_content_right a {
  color: #fff;
}

body.term-video .subscribe_form--new .subscribe_form_content_right .follow-us a {
  background-color: #fff;
  border-radius: 50%;
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
}

.video-header#header {
  background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));
    background-image: linear-gradient(180deg,#000,transparent);
    background-color: #211d1d;
}

#header.video-header .logo-color {
  display: none!important;
}

#header.video-header .logo-regular {
  display: block!important;
}

.video-header#header p.tagline {
  color: #fff;
}

.video-header#header .header-menu li a {
  color: #fff;
}

.video-header#header.dark-header .toggle-hamburger span, .video-header#header.dark-header .toggle-hamburger span:after, .video-header#header.dark-header .toggle-hamburger span:before {
  background-color: #fff;
}

body.term-video .subscribe_form--new.subscribe_form_common_article .subscribe_form_content {
  border-top: none;
}

/*Dark bg for video end*/

/*Common components*/

.common-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-heading-lined {
  padding-bottom: 30px;
}

.section-heading-lined h2 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.section-heading-lined h2 span {
  position: relative;
}

.section-heading-lined h2:after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  background-color: #efeff4;
  width: 100%;
  bottom: -12px;
  left: 0;
}

.section-heading-lined h2 span:after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  background-color: #c3024c;
  width: 100%;
  bottom: -11px;
  left: 0;
  z-index: 1;
}

/*Common components*/

/*Awards and Press*/

.awards-slider-wrap {
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
}

.awards-slider-wrap.section-visible {
  opacity: 1;
}

.awards-slider-wrap::before {
  background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(#fff));
    background-image: linear-gradient(270deg,hsla(0,0%,100%,0),#fff);
    left: 0;
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    width: 15%;
    z-index: 1;
    display: block;
}

.awards-slider-wrap::after {
  position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    width: 15%;
    z-index: 1;
    display: block;
    background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
    right: 0;
}

.awards-slide {
  display: block;
  width: 530px;
  min-width: 530px;
  max-width: 530px;
  height: 295px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 20px 40px;
}

.awards-slide:hover, .awards-slide:focus {
  text-decoration: none;
}

.awards-slider .slick-slide {
  margin: 0 20px;
}

.awards-slide-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin-bottom: 15px;
}

.awards-slide-logo img {
  max-height: 100%;
}

.awards-slide-year {
  background: url(../images/award-year-label.png) no-repeat center;
  width: 101px;
  height: 27px;
  margin: 0 auto;
  text-align: center;
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.awards-slide-year-wrap {
  height: 27px;
  margin-bottom: 20px;
}

.awards-slide-title {
  text-align: center;
  color: #333333;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 17px;
}

.awards-slide-desc {
  text-align: center;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.press-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.press-item {
  width: calc((100% - 90px) / 3);
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin: 15px;
  padding: 20px 40px;
}

.press-item:hover .press-item:focus {
  text-decoration: none;
}

.press-section {
  margin-bottom: 20px;
}

.press-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin-bottom: 15px;
}

.press-logo img {
  max-height: 100%;
}

.press-text {
  text-align: center;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body.logged-in .awards-section, .logged-in .press-section  {
  display: block!important;
}

/*Awards and Press end*/

/*Renewed footer*/

.footer-renewed {
  border-top: 1px solid #efeff4;
  padding-top: 55px;
  padding-bottom: 55px;
}

.footer-renewed .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-col:not(:last-child) {
  border-right: 1px solid #efeff4;
}

.footer-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-box, .logo-box .logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-box {
  text-decoration: none;
}

.footer-logo .logo-img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background-color: #c4014b;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7px;
}

.footer-logo .logo-text {
  color: #302c22;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -.57px;
  margin-bottom: 8px;
  font-family: stratos,sans-serif;
  text-decoration: none;
    line-height: 1em;
}

.logo-desc {
  font-size: 14px;
  font-weight: 400;
  font-family: stratos,sans-serif;
  color: #302c22;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li a {
  color: #302c22;
  font-size: 15px;
  font-weight: 100;
  line-height: 28px;
  text-decoration: none;
}

.footer-socials-col h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-link:not(:last-child) {
  margin-right: 11px;
}

.social-link {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.social-link-fb {
  background-image: url(../media/img/fb.svg);
}

.social-link-tw {
  background-image: url(../media/img/tw.svg);
}

.social-link-inst {
  background-image: url(../media/img/inst.svg);
}

.footer-contacts-col h4 {
  margin-bottom: 6px;
}

.footer-contacts-col p {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}

.footer-contacts-col p a {
  color: #007aff;
  text-decoration: none;
}

.footer-contacts-p {
  max-width: 280px;
  margin-bottom: 0;
}

/*Renewed footer end*/

/*HH page start*/

.header_hh {
  margin-bottom: 40px;
}

#hh-newsletter-btn {
  width: 140px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #007aff;
    background-color: #fff;
    color: #007aff;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
}

#hh-newsletter-btn:hover {
  background-color: rgba(0,123,255,.33);
}

.subscribe-button-inner iframe {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 15px;
}

.subscribe-button-inner {
  position: relative;
  width: 140px!important;
  height: 45px!important;
}

.subscribe-button-inner::before {
  content: 'Subscribe';
  width: 140px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #007aff;
    background-color: #fff;
    color: #007aff;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
}

.subscribe-button-inner:hover::before {
  background-color: rgba(0,123,255,.33);
}

.hh-editions-box {
  margin-top: 55px;
}

.hh-editions-text {
  margin-bottom: 20px;
}

.posts-grid-hh-newsletter .grid-post-image img {
  object-fit: cover;
}

.posts-grid-hh-newsletter  .grid-post {
  height: auto;
}

.posts-grid-hh-newsletter .grid-post-title {
  text-align: center;
  font-family: museo, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #312e25;
}

.posts-grid-hh-newsletter .grid-post-content {
  padding: 15px 0 5px;
}

.posts-grid-hh-newsletter  .row.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*HH page end*/

/*Search page start*/

.search-box_spage {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 360px;
  max-width: 100%;
}

.s-query-text {
  color: #1698e2;
  display: block;
}

.container-search-results .grid-post-photo .grid-post-image {
  padding: 0;
}

.search button {
  background: none!important;
}

.search-submit {
  width: 20px!important;
  height: 20px!important;
}

/*Search page end*/

.subscribe_form--new .subscribe_form_content_right {
  min-width: 190px;
  margin-left: 10px;
}

.carbon-embed .carbon-embed-container {
  width: 100%!important;
  background: transparent!important;
  position: relative!important;
  z-index: 1!important;
  padding: 44px 35px 60px!important;
}

.carbon-embed {
  position: relative!important;
  border-radius: 13px!important;
  overflow: hidden!important;
  background-image: url(../media/img/cb3.jpg)!important;
  background-position: center top!important;
  background-repeat: no-repeat!important;
  background-color: #86123e!important;
  background-size: contain!important;
  margin-top: 30px;
}

.carbon-embed::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: linear-gradient(180deg, rgba(134, 18, 62, 0.6) 0%, #86123e 60%);*/
  background-color: rgba(134, 18, 62, 0.83);
}

.carbon-embed .carbon-embed-container .carbon-embed-text {
  font-family: 'Palatino',serif!important;
  font-size: 17px!important;
  line-height: 22px!important;
  margin-bottom: 10px!important;
}

.carbon-embed .carbon-embed-title {
  font-size: 28px!important;
  line-height: 31px!important;
  max-width: 60%!important;
  margin-bottom: 15px!important;
}

.carbon-embed .carbon-embed-container {
  font-family: museo,serif!important;
}

.carbon-embed .carbon-embed-2-top-logo {
  max-height: 35px!important;
  position: absolute!important;
  right: 30px!important;
  top: 45px!important;
  width: 150px!important;
}

.carbon-embed .carbon-embed-2-top-logo-wrap {
  display: flex!important;
}

.carbon-embed a.carbon-embed-login-link {
  color: #fff!important;
  text-decoration: underline!important;
  text-transform: uppercase;
}

.carbon-embed .carbon-embed-2-contribute-word {
  /*margin-bottom: 15px!important;*/
  width: 100%!important;
  font-size: 14px!important;
}

.carbon-embed .carbon-embed-2-button-wrap {
  /*margin-top: 30px!important;*/
}

.carbon-embed .carbon-embed-recur-tabs-wrap {
  display: inline-block!important;
  border: 2px solid #ffffff!important;
  margin-bottom: 15px!important;
}

.carbon-embed .carbon-embed-powered-by-logo {
  height: 37px!important;
}

.carbon-embed .carbon-embed-button {
  width: 112px!important;
  height: 44px!important;
  border-radius: 26px!important;
  border: 1px solid #979797!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.carbon-embed .carbon-embed-2-user-wrap {
  margin-top: 20px!important;
}

.carbon-embed .carbon-embed-2-currency-sym {
  padding-top: 10px!important;
}
.carbon-embed .carbon-embed-custom-errors {
  color: #d4c9ca!important;
}

.carbon-embed .carbon-embed-custom {
  width: 75px!important;
}

.carbon-embed .carbon-embed-custom-input {
  margin-bottom: 10px!important;
}

.single-ol-subscr h3 {
  font-family: museo, serif;
  font-size: 23px;
}

.single-ol-subscr span a img {
  width: 40px!important;
  height: auto!important;
  margin-right: 8px;
}

.smart-speaker-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.smart-speaker-col {
  width: 50%;
  display: flex;
}

.smart-speaker-img {
  width: 90px;
  margin-right: 22px;
  min-width: 90px;
}

.smart-speaker-text {
  -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-left: 12px;
    width: 216px;
    height: 86px;
    position: relative;
    background: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(204, 207, 209);
    border-image: initial;
    border-radius: 0.6875rem;
    padding: 10px;
    text-align: center;
}

.smart-speaker-text::before {
  content: "";
    bottom: auto;
    display: block;
    left: -12px;
    position: absolute;
    top: 47px;
    width: 0px;
    border-color: transparent rgb(204, 207, 209);
    border-style: solid;
    border-width: 10px 12px 10px 0px;
}

.smart-speaker-text::after {
  bottom: auto;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 50px;
    width: 0px;
    border-color: transparent rgb(255, 255, 255);
    border-style: solid;
    border-width: 7px 10px 7px 0px;
}

.smart-speaker-wrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
}

.smart-speaker-wrap {
  padding: 40px 0;
}

/*menu collections btn*/

.header-coll-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.header-coll-btn-wrap .btn-nv{
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
}

.morenav-box .posts-grid-wrap_supercollections {
  margin-bottom: 15px;
}

input[type=search] {
      outline: none;
      -webkit-appearance: textfield;
    outline-offset: -2px;
    border-radius: 0;
    -webkit-appearance: none;
   box-shadow: none;
   -webkit-box-shadow: none;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-appearance: none;
}


/*menu collections btn end*/


/*contribute page*/

.contribute-hero {
  height: 420px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.contribute-hero .container {
  height: 100%;
  position: relative;
}

.contribute-hero-caption  .caption {
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 5px 10px;
  font-family: 'Palatino', serif;
  font-size: 12px;
  background: #000;
  color: #fff;
}

.lihed-title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; 
}

.lihed-title h2 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: #3f3e3b;
  text-align: center;
  background: #fff;
  font-family: Museo;
  color: #c4014a;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}


.lihed-title:before {
    position: absolute;
    top: 50%;
    content: "";
    width: 100%;
    left: 0;
    border-top: solid 1px #d3d1cd;
}

.contribute-buttons-area .btn-nv {
  width: 166px;
  height: 45px;
  font-size: 18px;
}

.contribute-buttons-area {
  margin-bottom: 55px;
  margin-top: 50px;
}

.contribute-editors-block {
  background-color: #f4f4f7;
  text-align: center;
  padding: 40px 130px 20px;
  line-height: 34px;
}

.page_content_contribute {
  font-size: 18px;
}


/*contribute page end*/

/*support-storytellers-box*/

.support-storytellers-box {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-image: url(../media/img/carbon9.jpg);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.support-storytellers-box::before {
  content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #088338;
    opacity: 0.85;
}

.support-storytellers-box-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  padding: 45px 50px;
  position: relative;
  z-index: 1;
}

.support-storytellers-box-inner h3 {
  width: 40%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.support-storytellers-box-inner p {
  width: 60%;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.support-storytellers-box-close {
  width: 26px;
  height: 26px;
  background: url(../media/img/cls.svg) no-repeat center / contain;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: 5px;
}

/*support-storytellers-box end*/



.post-video-featured-image img {
  object-fit: cover;
}

@media (max-width: 1280px) {
  .slider-arrows-wrap:after, .slider-arrows-wrap:before {
    width: 5%;
  }
}

@media (max-width: 1024px) {
  .new_popular_stories_title ul li a  {
    padding: 0px 5px;
    font-size: 12px;
  }

   .support-storytellers-box-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {

  .subscribe_form--new.subscribe_form_common_article .subscribe_form_content form input.text {
    width: 254px;
  }

  .contact-box {
    width: 380px;
    max-width: 100%;
  }

  .main-menu {
    display: none;
  }

  .morenav-mainnav-wrap {
    display: block;
    margin-bottom: 30px;
  }
  .navigation-col {
    margin-right: 35px;
  }
  .morenav-box-right {
    padding-left: 35px;
  }
  .morenav-mainnav {
    list-style: none;
    padding-left: 0;
    text-align: left;
  }

  .morenav-mainnav li a {
    color: #302c22;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    font-family: stratos-lights, sans-serif;
  }

  .morenav-mainnav li a {
    color: #302c22;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    font-family: stratos-lights,sans-serif;
}

.morenav-box .posts-grid-wrap_supercollections .posts-grid-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.morenav-box .posts-grid-wrap_supercollections .posts-grid-item {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.morenav-box .posts-grid-wrap_supercollections .posts-grid-item .posts-grid-image {
max-width: 270px;
margin-left: auto;
margin-right: auto;
height: 80px;
}

.TeamList .TeamListWrapper .tmm_member .tmm_textblock {
  background-size: 17%;
}

.press-item {
  width: calc((100% - 60px) / 2);
}

.footer-contacts-p {
  max-width: 230px;
}
.s-query-text {
  display: block;
}

.smart-speaker-col {
  width: 100%;
  margin-bottom: 30px;
}

.smart-speaker-col:last-child {
  margin-bottom: 0;
}

.header-coll-btn-wrap {
  justify-content: center;
}

}

@media (max-width: 768px) {
  .slider-arrows-wrap:after, .slider-arrows-wrap:before {
    display: none!important;
  }
  .slider-arrows-wrap .slider-arrow {
    display: none!important;
}
.awards-slider-wrap::before, .awards-slider-wrap::after {
  display: none;
}

.contribute-editors-block {
  padding-left: 80px;
  padding-right: 80px;
}

.support-storytellers-box-inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .support-storytellers-box-inner h3 {
    font-size: 20px;
  }

  .support-storytellers-box-inner p {
    font-size: 14px;
  }

   .post-template-default .carbon-embed .carbon-embed-2-top-logo {
    position: static!important; 
  }

 .post-template-default .carbon-embed .carbon-embed-title {
    max-width: 100%!important;
  }
}

@media (max-width: 767px) {

  .subscribe_form--new .subscribe_form_content form input.text, .subscribe_form--new .subscribe_form_content form button.submit {
    width: 100%;
  }

  .subscribe_form--new.subscribe_form_common_article .subscribe_form_content form input.text {
    width: 100%;
  }

  #header p.tagline {
    display: none;
  }

  #header {
    height: 60px;
  }

  #header .logo-image {
    height: 60px;
  }

  .morenav-box .posts-grid-wrap_supercollections .posts-grid-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .morenav-box .posts-grid-wrap_supercollections .posts-grid-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .morenav-box .posts-grid-wrap_supercollections .posts-grid-item .posts-grid-image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
  }

  .morenav-box-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .morenav-box-right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .morenav-box-left {
    width: 100%;
    border: none;
  }

  .morenav-box {
    padding-bottom: 100px;
  }

  .wide-slider .slick-dots {
    bottom: 15px;
  }

  .wide-slider-content-text h2 {
    font-size: 28px;
    line-height: 38px;
}

.wide-slider-content {
  padding: 60px 0 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.single .content-wrapper, body.page .content-wrapper, body.term-writing .content-wrapper, body.term-video .content-wrapper {
  padding-top: 60px;
}

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

body.term-video .fancybox-content, body.term-video .fancybox-content iframe {
  width: 100%;
  position: relative;
  height: 50vh;
}

body.term-video .fancybox-slide {
  padding: 0;
}

.awards-slide {
  min-width: auto;
  max-width: 100%;
  height: inherit;
}

.awards-slider .slick-slide{
  text-align: center;
}

.awards-slider-arrows {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.awards-slider-wrap .slider-arrow {
  position: static;
  transform: none;
  border: none;
}

.awards-slider-wrap {
  margin-bottom: 0;
}

.common-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.press-item {
  width: 100%;
}

.footer-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-col:not(:last-child) {
  border: none;
  margin-bottom: 40px;
}

.footer-col {
  width: 100%;
}

.footer-nav-col {
  display: none;
}

.footer-contacts-col, .footer-socials-col {
  padding-top: 0;
  text-align: center;
}

.footer-contacts-p {
  max-width: 280px;
}

body.term-video .fancybox-content {
  padding: 44px 15px;
}

.posts-grid-hh-newsletter  .row.row-flex {
  justify-content: center;
}
.hh-content h3 {
  font-size: 20px;
}

.carbon-embed .carbon-embed-2-top-logo {
  max-height: 32px!important;
}
.carbon-embed .carbon-embed-button {
  margin-bottom: 10px!important;
}

.carbon-embed .carbon-embed-powered-by-logo {
  height: 28px!important;
}

.support-storytellers-box-inner h3 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .support-storytellers-box-inner p {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }

   .support-storytellers-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../media/img/carbon2.jpg);
  }

  
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 30px;
  }

  .contribute-hero {
    height: 230px;
    margin-bottom: 40px;
  }

  .contribute-hero-caption .caption {
    bottom: auto;
    top: 100%;
    right: auto;
    left: 15px;
    background-color: transparent;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 0;
  }

    .contribute-hero-caption .caption span {
      color: #1698e2;
    }

    .lihed-title {
      margin-top: 15px;
      margin-bottom: 15px;
      text-align: left;
    }

    .lihed-title:before {
      display: none;
    }

    .lihed-title h2 {
      font-size: 23px;
      padding: 0;
    }

    .contribute-buttons-area {
      margin-top: 15px;
    }

    .contribute-editors-block {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 20px;
    }

}


@media only screen and (max-width: 667px) {

  .subscribe_form_content form input.text {
    width: 230px;
  }

  .subscribe_form_content {
    width: 400px;
    max-width: 100%;
  }

  .submenu .subscribe_form_content {
    width: 100%;
  }

}

@media only screen and (max-width: 575px) {
  .navigation-col {
    width: 100%;
    margin-right: 0;
  }
  .navigation-title {
    position: relative;
    cursor: pointer;
}
.navigation {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 10px;
  background-image: url(//ndevelopment.wpengine.com/wp-content/themes/narratively-wp-theme/css/../media/img/arr-bot.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation-content {
  display: none;
}

.spok-btn-close {
    right: 3px;
    top: 3px;
}

.header_hh {
  margin-bottom: 20px;
}

.hh-editions-box {
  margin-top: 35px;
}

.page_content-hh {
  margin-bottom: 30px;
}

.carbon-embed .carbon-embed-2-top-logo {
  position: static!important;
}

.carbon-embed .carbon-embed-button {
  width: 90px!important;
  height: 40px!important;
  font-size: 14px!important;
}

.carbon-embed .carbon-embed-2-between-buttons:nth-of-type(2) {
  width: 100%!important;
}

.carbon-embed .carbon-embed-container {
  padding: 30px 15px 55px!important;
}

.morenav-box .posts-grid-wrap_supercollections .posts-grid-item .posts-grid-image {
    max-width: 250px;
  }

  .header-coll-btn-wrap .btn-nv {
    width: 250px;
    height: 48px;
  }

  .morenav-box .posts-grid-wrap_supercollections {
    margin-bottom: 5px;
  }

  .morenav-mainnav-wrap, .morenav-box-wrapper {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .carbon-embed .carbon-embed-title {
    max-width: 100%!important;
  }

}

@media only screen and (max-width: 479px){

  .posts-grid .desktopPostsFilter ul  {
    width: 280px;
  }

  .posts-grid .desktopPostsFilter ul li a {
    font-size: 14px;
  }

  .subscribe_form_content form input.text {
    width: 100%;
  }

  .TeamList .TeamListWrapper .tmm_member .tmm_textblock {
    background-size: 10%;
  }

}

@media only screen and (max-width: 375px) {

  .contact-box .contact-box-info a {
    font-size: 12px;
  }

  .contact-box .contact-box-info {
    padding: 0 15px;
  }

  .contact-box > img {
    width: 55px;
    height: 55px;
  }

}


/*Outloud banner*/

.outloud-subscribe-buttons {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .subscribe-icon {
        margin: 4px 7px 4px 0px;
        width: 24px;
    }

    .ol-banner {
        position: relative;
    }

    .ol-banner::before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.2);
    }

    .single-ol-subscr {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-end;
        z-index: 2;
        padding-right: 30px;
        padding-left: 30px;
        position: relative;
    }

    .single-ol-subscr h3 {
        font-size: 16px;
        color: #fff;
        margin: 0;
        margin-right: 17px;
    }

    .ol-banner-inner-text {
        font-family: clarendon-urw,serif;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: 28px;
        letter-spacing: -0.88px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        line-height: 1.2em;
    }

    .ol-banner-inner {
        padding: 26px 30px 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .ol-banner-inner-left {
        margin-right: 45px;
    }

    .ol-banner-inner-left img {
        margin-bottom: 5px;
    }

    @media (max-width: 1024px) {
        .ol-banner-inner-text {
           font-size: 24px; 
        }
    }

    @media (max-width: 991px){

    	.ol-banner-inner-text {
          font-size: 18px;
					letter-spacing: -0.56px; 
        }

      .ol-banner-inner {
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
       }

       .ol-banner-inner .ol-banner-inner-left {
            margin-right: 24px;
            min-width: 100px;
       }

        .ol-banner .single-ol-subscr {
            padding-bottom: 10px;
            justify-content: center;
        }

        .single-ol-subscr {
        	padding-left: 20px;
        	padding-right: 20px;
        }

        .subscribe-icon:last-child {
        	margin-right: 0;
        }

    }



    .grid-post-image img.btn_comic {
      top: 55px;
    }

    /* .carbon-embed-carbon-banner-internal {
      visibility: hidden;
    }
    
    .carbon-embed-carbon-banner-internal.footer-banner-visible {
      visibility: visible;
    } */


/*liberation stories*/

.post-liberation-footer {
  background-image: linear-gradient(135deg, #f8f8fa 0%, #efeff4 100%);
  padding: 50px 0;
  margin-top: 45px;
  margin-bottom: 45px;
}

.post-liberation-caption {
  font-size: 22px;
  line-height: 24px;
  color: #302c22;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
  max-width: 100%;
  width: 580px;
  font-family: museo,serif;
  font-weight: 700;
}

.post-liberation-img {
  height: 131px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px 6px 0 0;
  position: relative;
/*   overflow: hidden; */
	margin-bottom: 35px;
}

.post-liberation-flex {
  display: flex;
  justify-content: center;
}

.post-liberation-item {
  display: block;
  text-decoration: none;
  width: 325px;
  margin-left: 7px;
  margin-right: 7px;
}

.post-liberation-title {
  color: #302c22;
  font-family: museo,serif;
  font-weight: 700;
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
}

.post-liberation-img-bottom {
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-family: museo,serif;
  font-weight: 700;
  background-color: #ffffff;
  color: #302c22;
  padding: 8px 30px;
  text-align: center;
  border-radius: 0 0 6px 6px;
}

.post-liberation-item-next .post-liberation-img-bottom {
  color: #efeff4;
  background-color: #c3024c;
}

@media (max-width: 767px) {
  .post-liberation-flex {
    flex-direction: column;
    align-items: center;
  }

  .post-liberation-item {
    margin-bottom: 15px;
  }

}

@media (max-width: 480px) {
  .post-liberation-caption {
    font-size: 18px;
    line-height: 26px;
    width: 280px;
  }

  .post-liberation-img-bottom {
    font-size: 14px;
    padding: 4px 15px;
  }

  .post-liberation-title {
    padding: 15px;
    font-size: 16px;
  }

  .post-liberation-item {
    width: 230px;
  }

  .post-liberation-img {
    height: 135px;
  }

}

.archive.term-22688 .title-explore {
  display: none;
}


.common-article-post.newstory-post .post_header .post_header_content.post_header_content_bottom {
  top: auto;
  bottom: 30px;
  transform: none;
  display: none;
}


.common-article-post.newstory-post .post_header .post_header_content.post_header_content_bottom  .post_title, .common-article-post.newstory-post .post_header .post_header_content.post_header_content_bottom  .post_resume {
  display: none;
}

.common-article-post.newstory-post .post_header .post_header_content.post_header_content_bottom .post_header_content-limiter {
  width: 100%;
}

.common-article-post.newstory-post .post_header .post_header_content.post_header_content_bottom .newpost-buttons {
  justify-content: center;
}

.common-article-post.newstory-post .post_header .post_header_content.post_header_content_bottom .newpost-buttons a {
  margin-left: 5px;
  margin-right: 5px;
}


.newstory-post_without-overlay .post_header_image:before {
  display: none!important;
}

.load_more_area-disabled {
  display: none;
}

/* Print btn*/

.snt_print-btn {
  position: relative;
}

.snt_print-btn .printomatic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none!important;
}

.to-curio {
  text-align: right;
  margin-top: -15px;
}

.to-curio a {
  font: 400 .7143rem/16px Roboto Mono,Andale Mono,Menlo,Courier New,Courier,monospace;
  letter-spacing: .5px;
  color: rgba(15,15,15,.4);
  font-size: 12px; 
}

/* home slider longform */

@media (max-width: 767px){
  .wide-slider-content-text h2 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 15px;
  }

  .wide-slider-slide {
    height: 340px;
  }

  .wide-slider-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .wide-slider-content-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .wide-slider-label {
    font-size: 14px;
    height: 27px;
    width: 100px;
    margin-bottom: 15px;
  }

  .wide-slider-label.longform-label {
    width: 170px;
    height: 28px;
  }

  .wide-slider-label.dd-label {
    margin-bottom: 0;
    height: 32px;
  }

  .longform-slide .btn-nv {
    height: 30px;
    width: 120px;
    font-size: 16px;
  }
  .wide-slider-content-text {
    margin-bottom: 20px;
  }
}

#header .header-supercollection-logo {
  width: 100px;
}

/*7.11.21*/

.grid-post {
  height: 454px;
}

.grid-post-excerpt {
  height: 114px;
}

@media (max-width: 767px){
  .grid-post {
    height: auto;
  }

  .grid-post-excerpt {
    height: auto;
  }
}

/*7.11.21 end*/

.logo-header {
  margin: 0!important;
  position: static!important;
}

#header .logo-header.logo a {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

@media only screen and (max-width: 991px){
  #header .logo-header.logo {
    margin: 0 5px 0 0;
  }
}

body.post-template-template-transparent-header #header.transparent-header .header-supercollection-logo-color {
  display: none !important;
  transition: none !important;
}