@import url('https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&family=Oxygen&display=swap');

body {
  font-family: Oxygen, sans-serif;
  color: #202b2e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

h2,
.block-block-content h2,
.content-inner h2,
.content-inner .field--name-body h2 {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 48px;
  font-family: Cantarell, sans-serif;
}

h3,
.field--name-body h3,
.content-inner h3,
.content-inner .field--name-body h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 30px;
  font-family: Cantarell, sans-serif;
}

h4,
article h2.node--title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  font-family: Cantarell, sans-serif;
}

h5 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h6 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

article h2.node--title a {
  font-weight: 400;
}

.date,
time {
  color: #202b2e;
  font-weight: 400;
  font-size: 14px;
  font-family: Oxygen, sans-serif;
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

p {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  line-height: 26px;
}

a,
a:visited,
.links a {
  font-family: Oxygen, sans-serif;
  color: #0064c8;
  font-weight: 400;
  text-decoration: none;
}
a:hover,
.links a:hover {
  color: #0064c8;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0px;
  border-left: 1px none #000;
  font-family: 'Mazius Display';
  color: #b85b24;
  font-size: 32px;
  line-height: 40px;
}

/**** navigation ****/
div.navbar-collapse .navbar-nav li:hover a {
  background: none;
}
.navbar-collapse .dropdown .dropdown-menu li a.is-active {
    background: none;
    color: #202b2e;
}
.region.region-navigation-collapsible {
  display: flex;
  align-items: center;
}

.navbar-collapse {
  background: #0064c8;
  color: #fff;
}

div.navbar-collapse .navbar-nav li {
  margin-right: 0;
}

div.navbar-collapse .navbar-nav li a {
  font-family: Cantarell, sans-serif;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f5f6f6;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0;
  border: 0;
}

div.navbar-collapse .navbar-nav li a:hover {
  opacity: 0.65;
}

.navbar-collapse .navbar-nav>li>a:hover,
.navbar-collapse .navbar-nav>li>a:active,
.navbar-collapse .navbar-nav>li>a:focus,
.navbar-collapse .navbar-nav>li>a.is-active,
.navbar-collapse .navbar-nav>li>a.is-active:hover {
  background: none;
}

.navbar-collapse .dropdown-menu {
    background: #fff;
}
.navbar-collapse .navbar-nav .dropdown-menu li a {
    color: #202b2e;
    padding: 10px 12px;
}
.site-logo h1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.site-logo h1 a {
  color: #fff;
  font-family: Cantarell, sans-serif;
  text-decoration: none;
}
.site-logo .field {
  margin-bottom: 0;
}

.navbar-collapse.collapse {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  padding: 20px 0;
}

.toolbar-fixed .navbar-collapse.collapse {
  top: 39px;
}

.toolbar-fixed.toolbar-tray-open .navbar-collapse.collapse {
  top: 79px;
}

/**** container ****/
.container {
  width: 100%;
  max-width: 1392px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.main-container .page-title {
  display: none;
}

.path-front .main-container {
  margin-bottom: 0;
  margin-top: 0;
}

/**** footer css ****/
footer.footer {
  padding-top: 96px;
  padding-bottom: 72px;
  background: #0064c8;
  color: #fff;
  border: 0;
}

.footer-logo-section h2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.footer-logo-section p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.footer-menu {
  margin-top: 40px;
}

.footer-menu .block-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  margin-bottom: 0;
}

.footer-menu .block-content ul li {
  list-style-type: none;
  margin-right: 12px;
  margin-left: 12px;
}

.footer-menu .block-content ul li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  position: relative;
}


.footer-menu .block-content ul li a:hover {
  text-decoration: none;
}

.footer-menu .block-content ul li a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -4px;
}

.footer-menu .block-content ul li a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  width: 0%;
  height: 1px;
  background-color: #f5f6f6;
  transition: width .8s;
}

.footer-menu .block-content ul li a:hover:after {
  width: 100%;
}

.footer-middle div[class*="col"] {
  width: 100%;
  text-align: center;
  float: none;
}

footer.footer .block--type-follow-me {
  margin-top: 35px;
  margin-bottom: 7px;
}

footer.footer .rrssb-buttons li a {
  background: none;
}

.block-system-powered-by-block .block-content>a,
.block-system-powered-by-block .powered-by .os-powered,
.block-system-powered-by-block .powered-by .os-open,
.block-system-powered-by-block .powered-by {
  color: #fff;
}

.branding-footer {
  display: none;
}

/*** branding header footer ****/
.region.region-branding-header {
  display: none;
}

@media (min-width: 992px) {
  .branding-header {
    background: none;
    display: none;
  }
}

/*** front block default ****/
.path-front .content-inner .block {
  border-top: 0px none;
  padding-top: 0px;
}

.path-front .main-container {
  max-width: 100%;
  padding: 0;
}

.path-front .main-container .row {
  margin: 0;
}

.path-front .main-container .row .col-sm-12 {
  padding: 0;
}

.path-front .content-inner .region>.block.block-block-content {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.path-front .content-inner .region>.block-block-content>.block-content {
  width: 100%;
  max-width: 1392px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.content-bottom,
.content-bottom-first,
.content-bottom-second,
.content-second,
.content-first,
.region-content {
  margin-bottom: 0;
}
/**** banner home page ****/
.path-front .content-inner .region .block.block-block-content.main-banner-section {
  background-image: url(https://theopenscholars.com/files/pinker/files/pinker_possible_web_site_portrat_01.jpg), linear-gradient(180deg, hsla(0, 0%, 100%, 0.32), rgba(0, 0, 0, 0.8) 90%);
  height: auto;
  padding-top: 0;
  padding-bottom: 96px;
  /* background-position: 25% 50%, 0px 0px; */
  background-size: cover, auto;
  margin-top: 0px;
}

.main-banner-section .block-content {
  height: 100%;
}
.main-banner-section .contextual {
  top: 150px;
}

.main-banner-section .field--name-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 100%;
}

.content-inner .main-banner-section .field--name-body h2 {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Cantarell, sans-serif;
}

.small-caps-text {
  margin-bottom: 18px;
  font-family: Cantarell, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.main-banner-section p {
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.content-inner .main-banner-section p:last-child a {
  /* color: #f5f6f6; */
  color: #0064c8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Cantarell, sans-serif;
  text-decoration: none;
  position: relative;
}

.main-banner-section p:last-child a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 2px;
  /* background-color: #f5f6f6; */
  background-color: #0064c8;
  transition: width .5s;
}

.main-banner-section p:last-child a:hover:before {
  width: 100%;
}

.main-banner-section p a:hover {
  text-decoration: none;
}

.main-banner-section p:last-child a:after {
  content: "";
  background: url(https://thescholr.d8.theopenscholar.com/files/pinker/files/right-blue1.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  /* background-size: 20px; */
  background-position: 2px 9px;
  margin-left: 4px;
}

.main-banner-section-details {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  color: #0064c8;
}
.hero-bottom {
  display: none;
  position: absolute;
  bottom: 0;
}
.hero-bottom a {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0 auto;
}
/*** research section ****/
.research-section {
  background: #0064c8;
  color: #fff;
}

.research-section .field--name-body {
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}

.content-inner .research-section .field--name-body h2 {
  margin-bottom: 18px;
  font-family: Cantarell, sans-serif;
  font-size: 31px;
  line-height: 37px;
}

.content-inner .research-section .field--name-body p {
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.content-inner .research-section p a {
  color: #f5f6f6;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Cantarell, sans-serif;
  text-decoration: none;
  position: relative;
}

.research-section p a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background-color: #f5f6f6;
  transition: width .5s;
}

.research-section p a:hover:before {
  width: 100%;
}

.research-section p a:hover {
  text-decoration: none;
}

.research-section p a:after {
  content: "";
  background: url(https://thescholr.d8.theopenscholar.com/files/pinker/files/right.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  background-position: 2px 4px;
  margin-left: 4px;
}

/**** block title ****/
.content-inner h2.block-title {
  margin-bottom: 18px;
  font-family: Cantarell, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
  margin-bottom: 96px;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 24px;
  padding-right: 24px;
}

/*** featured books section ***/
.featured-book-section {
  background: #f5f6f6;
}

.books-links {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 35px;
}


/**** arrow links ****/
.content-inner .button-arrow-black p a {
  color: #202b2e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Cantarell, sans-serif;
  text-decoration: none;
  position: relative;
}

.button-arrow-black p a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background-color: #202b2e;
  transition: width .5s;
}

.button-arrow-black p a:hover:before {
  width: 100%;
}

.button-arrow-black p a:hover {
  text-decoration: none;
}

.button-arrow-black p a:after {
  content: "";
  background: url(https://thescholr.d8.theopenscholar.com/files/pinker/files/right-black.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  background-position: 2px 4px;
  margin-left: 4px;
}

/**** inline button arrow****/
body .os-arrow-button-black,
body .field--name-body .os-underline {
  color: #202b2e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Cantarell, sans-serif;
  text-decoration: none;
  position: relative;
}

.os-arrow-button-black:before,
.os-underline:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background-color: #202b2e;
  transition: width .5s;
}

.os-arrow-button-black:hover:before,
.os-underline:hover:before {
  width: 100%;
}

.os-arrow-button-black:hover,
.os-underline:hover {
  text-decoration: none;
  color: #202b2e;
}

.os-arrow-button-black:after {
  content: "";
  background: url(https://thescholr.d8.theopenscholar.com/files/pinker/files/right-black.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  background-position: 2px 4px;
  margin-left: 4px;
}

/***** twitter section ****/
.path-front .content-inner .region>.block.block-block-content.twitter-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #6d6d6d;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://thescholr.d8.theopenscholar.com/files/pinker/files/pinker-bigdata.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.twitter-section h2.block-title {
  background: url(/files/pinker/files/twitter-icon-white.png) no-repeat;
  background-position: center;
  text-indent: -9999em;
  margin-bottom: 40px !important;
  background-size: 50px;
}
.gray-bg {
  background: #f5f6f6;
}

/**** swiper slider ****/
.path-front .content-inner .region>.block-block-content.media-section>.block-content,
.path-front .content-inner .region>.block-block-content.latest-news-section>.block-content,
.path-front .content-inner .region>.block-block-content.twitter-section>.block-content {
  max-width: 1168px;
  position: relative;
}

.media-section .layout--onecol,
.latest-news-section .layout--onecol,
.twitter-section .layout--onecol {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 40px 30px 30px;
  background-color: #f5f6f6;
}

.media-section .layout--twocol-section,
.latest-news-section .layout--twocol-section,
.twitter-section .layout--twocol-section {
  width: 100%;
  max-width: 1072px;
  top: -15px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.media-section .layout--twocol-section .field--name-body,
.latest-news-section .layout--twocol-section .field--name-body,
.twitter-section .layout--twocol-section .field--name-body {
  text-align: center;
  position: relative;
  z-index: 1;
  top: -25px;

}

.media-section .layout--twocol-section .layout__region,
.latest-news-section .layout--twocol-section .layout__region,
.twitter-section .layout--twocol-section .layout__region {
  flex: 0 1 100%;
  max-width: 100%;
}

.media-section .block--type-list-of-files .block-content > ul,
.latest-news-section .news-updates-section .block-content > ul.view-title,
.twitter-section .block--type-twitter-feed .block-content > ul {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-bottom: 0;
}

.media-section .block--type-list-of-files .block-content > ul > li,
.latest-news-section .news-updates-section .block-content > ul.view-title > li,
.twitter-section .block--type-twitter-feed .block-content > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
  margin-bottom: 0;
}


.twitter-section .block--type-twitter-feed .block-content > ul > li {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
 }
 .twitter-section .block--type-twitter-feed ul li:hover {
   background: rgb(245,248,250);
 }

 .latest-news-section .layout--onecol .block-block-content .list-view li {
  background: #fff;
  padding: 20px;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,.1));
  border-radius: 4px;
  border-bottom: 2px solid #0064c8;
}

.latest-news-section .teaser--content {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.latest-news-section .node--title {
  order: 1;
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 0;
}

.latest-news-section .field--name-field-date {
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 20px;
}

.latest-news-section h2.node--title~div {
  display: flex;
  flex-direction: column;
}

.latest-news-section .layout--onecol .field--name-body {
  order: -1;
}

.latest-news-section .layout--onecol .field--name-body img {
  margin-bottom: 36px;
}

.latest-news-section .read-more {
  display: none;
}

.media-section .layout--onecol .block-block-content p,
.latest-news-section .layout--onecol .block-block-content p {
  margin-bottom: 0;
}
.media-section .block--type-list-of-files ul.link-icon li {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  background: #fff;
}
.media-section .lof-down {
  padding: 0 20px 10px;
}
/***** swiper slider buttton ****/
.swiper-button-prev,
.swiper-button-next{
  width: 56px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0064c8;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -30px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -30px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

aside .region>.block {
  border: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.not-front .site-title {
  background: #0064c8;
  color: #fff;
  padding: 40px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.not-front .site-title .page-title {
  max-width: 767px;
  margin: 0 auto;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
}

aside h2.block-title {
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: Cantarell, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

/*** section navigation ****/
.block.block--type-section-navigation>.block-content>ul {
  border-right: 1px solid rgba(8, 38, 42, 0.1);
}

.block--type-section-navigation .block-content>ul li.active-nav-link>a {
  color: #202b2e;
  text-transform: none;
  opacity: 1;
  background: none;
  border-right: 2px solid #0064c8;
}

.block--type-section-navigation .block-content ul li a {
  text-decoration: none;
  opacity: 0.65;
  font-size: 18px;
  line-height: 30px;
  color: #202b2e;
  font-weight: 400;
  border-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 6px;
}

.block--type-section-navigation .block-content ul li a:hover {
  background: none;
  opacity: 1;
}

.block--type-section-navigation .block-content>ul li.active-nav-link.expanded>a {
  opacity: .65;
  border-right: 0;
}

/**** page title ****/
h1.page-header.page-title {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  font-family: Cantarell, sans-serif;
}
h1.page-header.page-title a {
  color: #fff;
}
figure figcaption {
  font-size: 12px;
  font-style: normal;
  margin-top: 0;
  color: #202b2e;
}
/**** publication ui ****/

.view-publications .views-row, .block--type-list-of-posts .views-row {
  margin: 0px;
  background: #fff;
  padding: 60px 30px 30px;
}
.view-publications .view-content h3, .block--type-list-of-posts .view-content h3,
.view-publications .view-content h2 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 0;
  background: #0064c8;
  position: relative;
  color: #fff;
  padding: 10px 22px;
  transform: translate(0px, 42px);
  line-height: 20px;
}
.path-publications article .field--abstract, 
.block--type-list-of-posts .field--abstract {
  display: block;
  margin-top: 10px;
}
.path-publications article .field--abstract.field--label a,
.block--type-list-of-posts .field--abstract.field--label a {
  padding-left: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.path-publications article .field--abstract.field--label a:hover,
.block--type-list-of-posts .field--abstract.field--label a:hover {
  color: #202b2e;
}
.path-publications article .field--abstract.field--label a.collapsed:before,
.block--type-list-of-posts .field--abstract.field--label a.collapsed:before,
.path-publications article .field--abstract.field--label a:before,
.block--type-list-of-posts .field--abstract.field--label a:before {
  background: none;
  padding-left: 0;
}
.path-publications article .field--abstract.field--label a:after,
.block--type-list-of-posts .field--abstract.field--label a:after {
  background: url(https://thescholr.d8.theopenscholar.com/files/pinker/files/chevron-down.png);
  background-repeat: no-repeat;
  background-position: 0px -6px;
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  transform: rotateX(180deg);
}
.path-publications article .field--abstract.field--label a.collapsed:after,
.block--type-list-of-posts .field--abstract.field--label a.collapsed:after {
  transform: rotateX(0deg);
  background-position: 0px 6px;
}
.view-publications .citeproc-title a, .block--type-list-of-posts .citeproc-title a {
  font-weight: normal;
  text-decoration: underline;
}
.view-publications .field--name-field-publication-image,
.block--type-list-of-posts .field--name-field-publication-image {
  width: auto;
  background-color: transparent;
}
.path-publications .dialog-off-canvas-main-canvas{
  background: #f5f6f6;
}
.path-publications article .abstract--content, .block--type-list-of-posts .abstract--content {
  background: none;
  border: 0;
}
.view-publications .field--name-field-publication-image ~ .abstract--content,
.block--type-list-of-posts .field--name-field-publication-image ~ .abstract--content {
  margin-left: 0px;
}
.path-publications .region-sidebar-second .block-content li a,
.path-publications .region-sidebar-second .views-row a {
  font-size: 18px;
  line-height: 30px;
}
.view-publications .views-row + .views-row {
  padding-top: 20px;
}
.view-publications .bibcite-reference .see-more-tag, .block--type-list-of-posts .bibcite-reference .see-more-tag {
  display: none;
}
/*** research page ****/
.research-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 60px;
}
.research-section-left {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.research-section-right {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/**** twitter feed ui ***/
.twitter-pull-item .tweet-extended-media-img img {
  max-width: 100%;
}
li.twitter-pull-item {
  border: 1px solid rgb(204, 214, 221);
  padding: 9px 14px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
}
.tweet-authorphoto img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 2px inset;
}
span.tweet-author a {
  font-weight: 600;
  color: rgb(27, 149, 224);
}
span.tweet-text {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #14171a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 19px;
}
span.tweet-text a{
  text-decoration: underline;
  font-weight: 600;
  color: rgb(27, 149, 224);
}
.tweet-time {
  display: block;
  margin-top: 10px;
}
.tweet-time a {
  color: #657787;
  font-size: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}
.views-element-container.form-group {
  margin-bottom: 50px;
}
.media__image {
  margin: 0;
}
a.read-more {
  display: block;
  margin-top: 10px;
}
a.class_material_field_class_anchor {
  display: inline-block;
  height: 18px;
  background-position: 0 -489px;
}
@media (max-width: 767px) {
  .block--type-embed-media .field--name-field-media-html .field--item iframe {
    width: auto;
    height: auto;
    position: inherit;
  }
  .about-page .about-wrap figure.image   { 
    width: 100%;
  }
  figure.image {
    margin-bottom: 15px;
  }
  .photo-section table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
div.navbar-collapse .navbar-nav li a:hover, 
div.navbar-collapse .navbar-nav li a:focus, 
div.navbar-collapse .navbar-nav li a:active {
    color: #202b2e;
}
div.navbar-collapse .navbar-nav li:hover a {
  color: #202b2e;
}
.navbar-collapse ul.navbar-nav .dropdown-menu {
padding-left: 15px;
}
.navbar-collapse .navbar-nav ul.dropdown-menu ul li a {
  padding-left: 0px;
}
  .path-front .main-container {
    margin-top: 0;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse .navbar-nav li {
    float: none;
    display: block;
    clear: both;
    margin: 15px 0;
    border: 0;
  }

  div.navbar-collapse .navbar-nav li a,
  .navbar-collapse .navbar-nav>li>a.is-active,
  div.navbar-collapse .navbar-nav li a:focus,
  .navbar-collapse .navbar-nav>li>a.is-active:focus {
    color: #202b2e;
  }

  .navbar-collapse#navbar-collapse {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    left: 0;
    top: auto;
    padding: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu .main-menu .glyphicon {
    background: none;
  }

  .navbar-toggle {
    display: block;
    margin-left: auto;
    margin: 0 0 0 0;
    padding: 0;
  }

  .mobile-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    float: none;
  }

  .branding-header {
    height: auto;
    background: #0064c8;
    padding: 20px 0;
    position: relative;
    z-index: 1;
  }

  .region-navigation-collapsible {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .branding-header .container {
    padding: 0 15px;
  }

  .navbar-collapse nav {
    width: 100%;
  }
  div.navbar-collapse .navbar-nav .dropdown-menu li a {
    padding: 0;
  }

  div.navbar-collapse .navbar-nav li a.dropmenu-child:after {
    height: 0;
    width: 0;
  }

  .mobile-menu .site-logo {
    display: block;
  }

  .region-navigation-collapsible .site-logo {
    display: none;
  }

  .mobile-menu .main-menu .glyphicon-menu-hamburger:before {
    color: #fff;
    font-size: 25px;
  }

  .block--type-embed-media .field--name-field-media-html .field--item {
    padding: 0;
    height: auto;
    position: initial;
  }

}

.navbar-collapse.in {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .path-front .content-inner .region .block.block-block-content.main-banner-section {
    /* background-position: 30% 50%, 0px 0px;
    background-size: auto, auto; */
    /* margin-top: -60px; */
    height: calc(100vh - 100px);
    padding-top: 96px;
    /* margin-top: 100px; */
  }

  .content-inner .main-banner-section .field--name-body h2 {
    margin-bottom: 24px;
    font-size: 71px;
    line-height: 80px;
  }

  .main-banner-section p,
  .content-inner .research-section .field--name-body p {
    font-size: 18px;
    line-height: 30px;
  }

  .path-front .content-inner .region>.block-block-content>.block-content,
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  /* .main-banner-section .overlay {
    background-image: linear-gradient(135deg, transparent 40%, rgba(0, 0, 0, 0.45) 71%);
  } */

  .main-banner-section-details {
    /* margin-top: 100px; */
    /* margin-bottom: 100px; */
  }

  .content-inner .research-section .field--name-body h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .path-front .content-inner h2.block-title {
    font-size: 56px;
    line-height: 60px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .media-section .layout--twocol-section,
  .latest-news-section .layout--twocol-section,
  .twitter-section .layout--twocol-section {
    position: absolute;
    width: calc(100% - 96px);
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
  }

  .media-section .layout--twocol-section .field--name-body,
  .latest-news-section .layout--twocol-section .field--name-body,
  .twitter-section .layout--twocol-section .field--name-body {
    top: 0;
  }

  .featured-book-section .layout--threecol-section--33-34-33 {
    margin-left: 45px;
    text-align: center;
  }

  .featured-book-section .layout--threecol-section--33-34-33 img {
    height: 295px;
  }

  h1.page-header.page-title {
    font-size: 40px;
    line-height: 48px;
    font-family: Cantarell, sans-serif;
  }
  .hero-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .research-block {
    flex-direction: row;
  }
  /**** about us page ****/
  .about-page aside.col-sm-3  {
    position: sticky;
    top: 150px;
  }

  .about-page .region-content {
    padding-left: 62px;
  }

  .about-page .about-wrap figure.image   { 
    padding-left: 48px;
  }

  .about-page .about-wrap {
    overflow: hidden;
  }
  .view-publications .field--name-field-publication-image ~ .abstract--content,
  .block--type-list-of-posts .field--name-field-publication-image ~ .abstract--content {
    margin-left: 80px;
  }
  .view-publications .views-row, .block--type-list-of-posts .views-row {
    padding: 75px 40px 20px;
  }
  .media-section .layout--onecol,
  .latest-news-section .layout--onecol,
  .twitter-section .layout--onecol {
    padding: 40px 40px 20px;
  }
}

@media screen and (min-width: 992px) {
  /* .path-front .content-inner .region .block.block-block-content.main-banner-section {
    background-position: 75% 50%, 0px 0px;
  } */

  .region.region-navigation-collapsible nav {
    margin-left: 36px;
  }
  .not-front .site-title { 
    margin-top: 84px;
  }
  .view-publications .field--name-field-publication-image,
  .block--type-list-of-posts .field--name-field-publication-image {
    margin-right: 80px;
  }
  .view-publications .field--name-field-publication-image ~ .abstract--content,
  .block--type-list-of-posts .field--name-field-publication-image ~ .abstract--content {
    margin-left: 135px;
  }
  .path-publications .content-inner {
    padding-right: 30px;
  }
  .path-publications .region-sidebar-second {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .path-front .content-inner .region .block.block-block-content.main-banner-section {
    background-position: 75% 50%, 0px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .path-front .content-inner .region .block.block-block-content.main-banner-section {
    height: calc(100vh - 100px);
    margin-top: 84px;
  }
  .main-banner-section .field--name-body {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  /*** message wrapper ****/
.path-front .messages__wrapper {
  top: 100px;
}
}
/* @media screen and (max-width: 1200px) {
  .main-banner-section .field--name-body {
    align-items: center;
    justify-content: flex-end;
  }
  .main-banner-section .overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(310deg, transparent 0%, rgba(0, 0, 0, 0.45) 20%);
  }
  .main-banner-section-details {
    color: #fff;
  }
  .content-inner .main-banner-section p a {
    color: #fff;
  }
  .main-banner-section p a:after {
    background: url(https://thescholr.d8.theopenscholar.com/files/pinker/files/right.png) no-repeat;
    background-size: 20px;
    background-position: 2px 4px;
  }
} */
/**** publication books ****/
.publication-books .view-publications .view-content h3 {
  display: none;
}
.publication-books .view-publications .view-content .views-row {
  margin-top: 20px;
  padding-top: 50px;
}
.content-inner li {
margin-bottom: 10px;
}
.view-publications .field--name-field-publication-image img, .block--type-list-of-posts .field--name-field-publication-image img {
  width: 66px;
}
/*** books iframe ****/
.books-iframe .field--name-body .field--name-field-media-html.field--mode-wysiwyg {
  display: block;
}
.books-iframe iframe {
  width: 100%;
  height: 800px;
  padding: 0 5px;
  border: 1px solid;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .region.region-navigation-collapsible {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.messages__wrapper {
  position: relative;
  z-index: 1;
}

.content-inner .field--name-body a,
.view-publications .citeproc-title a,
.block--type-list-of-posts .citeproc-title a {
  text-decoration: none;
}

@media (min-width:1200px) {
.block--type-search {
    width: 20%;
   margin-left: auto;
}
}

.block-system-powered-by-block .lynx-powered-by {
    background: url(/profiles/contrib/openscholar/themes/os_base/images/lynx-full-white.png) no-repeat;
    background-size: contain;
}
.block-system-powered-by-block .lynx-powered-by:after,
.block-system-powered-by-block .block-content > a {
border-color: #fff;
}