/**
 * Foundation colors
 */
/**
 * Marketing colors
 */
/* About JSTOR Site Specifics */
.compact-bottom {
  margin-bottom: 0 !important;
}

.compact-top {
  margin-top: 0.3rem !important;
}

.compact {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.bottom-margin-s {
  margin-bottom: 20px;
}

.top-margin-s {
  margin-top: 20px;
}

.bottom-margin-m {
  margin-bottom: 40px;
}

.top-margin-m {
  margin-top: 40px;
}

.bottom-margin-l {
  margin-bottom: 60px;
}

.top-margin-l {
  margin-top: 60px;
}

.text-primary {
  color: #006179;
}

.text-brand {
  color: #990000;
}

.text-white {
  color: #FFFFFF;
}

/*
.fi-social-twitter { color: #00aced; }
.fi-social-facebook { color: #3b5998; }
*/
.text-large, .text-large p {
  font-size: 18px;
}

.text-xlarge, .text-xlarge p {
  font-size: 20px;
}

.text-medium, .text-medium p {
  font-size: 14px;
}

.alignleft {
  float: left;
  margin: 3px 1em 1em 0;
}

.alignright {
  float: right;
  margin: 3px 0 1em 1em;
}

.content-row {
  margin-top: 40px;
}

.footer {
  margin-top: 60px;
}

hr {
  margin: 20px 0;
}

select {
  color: #333333;
  background-color: white;
  background-image: url(../images/arrow-down-blue.svg);
}

button, .button {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}

form input.button {
  margin-top: 1rem;
}

/******
 *
 * @include breakpoint($mobile) {}
 * @include breakpoint($tablet) {}
 * @include breakpoint($laptop) {}
 */
h2, .h2 {
  font-size: 24.5px;
}

/******
 * Header and top
 *
 */
#site-alert {
  padding: 1rem;
  background-color: #FFEFC2;
}

/******
 * Desktop navigation
 *
 */
.nav.row {
  padding-left: 80px;
}

.nav .logo .logo_img {
  width: 67px;
  height: 90px;
  background: url("JSTOR_Logo2017_90.png");
  background-size: 67px 90px;
  display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .nav .logo .logo_img {
    background-image: url("JSTOR_Logo2017_90_2x.png");
  }
}
@media screen and (max-width: 91.36607rem) {
  .nav.row {
    padding-left: 80px;
  }
  header .logo-txt-link {
    padding-left: 25px;
  }
}
@media screen and (max-width: 59.9375rem) {
  .nav.row {
    padding-left: 88px;
  }
  header .logo-txt-link {
    padding-left: 11px;
  }
}
.nav-primary .nav-primary--menu > li.current-menu-ancestor > a, .nav-primary .nav-primary--menu > li.current-menu-item > a {
  border-color: #006179;
}
.tax-jmeventcat .nav-primary .nav-primary--menu > li.menu-item-421 > a, .single-jmevent .nav-primary .nav-primary--menu > li.menu-item-421 > a, .category .nav-primary .nav-primary--menu > li.menu-item-56 > a, .single-post .nav-primary .nav-primary--menu > li.menu-item-56 > a {
  border-color: #006179;
}
.nav-primary .nav-primary--menu.dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
  background-color: #D9E7EB;
}

.nav-secondary li:last-child {
  margin-right: 0;
}
.nav-secondary a {
  border: 0;
}

/******
 * Mobile navigation
 *
 */
.off-canvas-menu-button {
  margin: 10px 10px 0 0;
}

.home-link-mobile-wrapper {
  background: #E8E8E8;
  height: 50px;
  margin-top: 46px;
  padding: 17px;
}
.home-link-mobile-wrapper a {
  color: #333333;
  border-bottom: 0;
  font-weight: bold;
}

.off-canvas {
  font-weight: bold;
}
.off-canvas button.close-button {
  font-size: 30px;
  color: #006179;
  margin-top: 15px;
  float: right;
  padding: 0px 20px 5px;
}
.off-canvas button.close-button:focus {
  outline: none;
}
.off-canvas .utility-menu ul, .off-canvas .primary-menu ul {
  list-style: none;
  margin: 10px 0 30px 20px;
}
.off-canvas .utility-menu ul li, .off-canvas .primary-menu ul li {
  margin-bottom: 10px;
}
.off-canvas .utility-menu ul a, .off-canvas .primary-menu ul a {
  border-bottom: 0;
}
.off-canvas.position-right.is-transition-push::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/******
 * Footer
 *
 */
.bottom-section li {
  margin-bottom: 0.8rem;
}
.bottom-section ul.social-icons li {
  margin-right: 0;
}
.bottom-section ul.social-icons li a.icon-link {
  font-size: 2rem;
}
.bottom-section button, .bottom-section .button {
  min-width: 10rem;
}

.pagination { /* border-top: 1px solid $lighter-gray; border-bottom: 1px solid $lighter-gray;  padding: 0px $space-s;*/
  margin: 40px 0;
}
.pagination a {
  display: inline-block;
  padding: 10px 10px 6px;
  color: #006179;
  border-bottom: 4px solid white;
}
.pagination a:hover {
  background-color: #D9E7EB;
  color: #006179;
  border-color: #D9E7EB;
}
.pagination a.previouspostslink span, .pagination a.nextpostslink span {
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
}
.pagination span.pages {
  display: inline-block;
  padding-right: 20px;
}
.pagination span.current {
  display: inline-block;
  padding: 10px 10px 6px;
  background: none;
  color: #333333;
  font-weight: bold;
  border-bottom: 4px solid #006179;
}

.footer > .expanded.row {
  border: 0;
}

.footer .goog-te-gadget-simple {
  border: 1px solid rgba(0, 106, 132, 0.5);
  color: #006a84;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 #D6D6D6;
  height: 2.78571rem;
  padding: 0.57143rem;
  margin: 0 0 1.14286rem;
  font-size: 1.14286rem;
  font-family: inherit;
  line-height: normal;
  border-radius: 3px;
  background: white url(arrow-down-blue.svg) no-repeat right -1.14286rem center;
  background-origin: content-box;
  padding-right: 1.71429rem;
  background-size: 1.21429rem;
  width: 100%;
}
.footer .goog-te-gadget-simple a.goog-te-menu-value {
  color: inherit;
}
.footer .goog-te-gadget-simple a.goog-te-menu-value:hover {
  border: 0;
}
.footer .goog-te-gadget-simple a.goog-te-menu-value span:not(:first-child) {
  display: none;
}

@media screen and (max-width: 42.79464rem) {
  .footer > .expanded.row ul {
    margin-bottom: 20px;
  }
}
/******
 * Wordpress post, page
 *
 */
.article-header {
  margin-bottom: 20px;
}
.article-header h1.main-title {
  line-height: 1em;
  color: #990000;
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 0.95em;
}
@media screen and (min-width: 59.9375em) {
  .article-header h1.main-title {
    font-size: 40px;
  }
}
.article-header .meta {
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0 15px;
}
.article-header .short-description {
  margin: 0 0px 0 100px;
  display: inline-block;
  vertical-align: top;
  width: 56%;
  position: relative;
}
.article-header .short-description:before {
  border-right: 2px solid #990000;
  content: " ";
  position: absolute;
  left: -50px;
  top: 5px;
  height: 90%;
  transform: skew(-25deg);
}

.article-content {
  margin-bottom: 2rem;
  position: relative;
}
.article-content .meta {
  font-size: 16px;
  margin-bottom: 12px;
}
.article-content .meta.date {
  font-weight: bold;
  font-size: 18px;
}
.article-content .feature-image {
  padding: 5px 0 20px 0;
}
.article-content .article-body p:last-child {
  margin-bottom: 0;
}
.article-content ul li, .article-content ol li {
  font-size: 16px;
  margin-bottom: 20px;
}
.article-content ul.w-indent, .article-content ol.w-indent {
  padding-left: 30px;
}

.meta.categories {
  margin: 30px 0;
}
.meta.categories .category {
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  border: 1px solid #006179;
  margin: 0px 2px 0px 0;
}
.meta.categories .category a {
  border: 0;
}

.social-share {
  position: relative;
  min-height: 30px;
}
.social-share span {
  display: inline-block;
  margin-right: 10px;
}
.social-share a {
  border: 0;
  font-size: 2em;
}
.social-share a:before {
  position: absolute;
}
.social-share a.fi-mail:before {
  top: 5px;
  left: 98px;
  color: white;
  background: #006179;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 1px;
  font-size: 24px;
}
.social-share a.fi-social-twitter:before {
  top: 2px;
  left: 0px;
}
.social-share a.fi-social-facebook:before {
  top: 0px;
  left: 32px;
}
.social-share a.fi-social-linkedin:before {
  top: 0px;
  left: 65px;
}
.social-share.top-area span {
  margin-right: 0;
  margin-left: 10px;
}
.social-share.top-area span a.fi-mail:before {
  top: 5px;
  right: 0px;
  left: auto;
}
.social-share.top-area span a.fi-social-twitter:before {
  top: 1px;
  right: 97px;
  left: auto;
}
.social-share.top-area span a.fi-social-facebook:before {
  top: 0px;
  right: 65px;
  left: auto;
}
.social-share.top-area span a.fi-social-linkedin:before {
  top: 0px;
  right: 35px;
  left: auto;
}
.article-content .social-share {
  margin-top: 30px;
}

/******
 * Sidebar
 *
 */
.widget {
  font-size: 1.2em;
  margin-bottom: 40px;
  font-size: 16px;
}
.widget .widget-title {
  font-size: 20px;
}
.widget.widget_categories ul {
  list-style: none;
  margin-left: 0;
}
.widget.widget_categories ul li {
  margin-bottom: 1rem;
}
.widget .rss-feed {
  font-weight: bold;
  font-size: 1.2em;
}
.widget .rss-feed:before {
  content: "\f1aa";
  font-family: "foundation-icons";
  -webkit-font-smoothing: antialiased;
  margin: 0px 8px 0 0px;
  display: inline-block;
}

.single-jmevent .sidebar-right, .single-post .sidebar-right {
  padding-top: 25px;
}

.sidebar-right > div:first-child .callout.none {
  padding-top: 0;
}
.sidebar-right .widget a {
  border: 0;
}

/******
 * Landing page
 *
 */
.page-template-page-landing header {
  border: 0;
}
.page-template-page-landing .centerpiece {
  margin-bottom: -80px;
  margin-top: 120px;
}
.page-template-page-landing .content-row {
  margin-top: 120px;
}
.page-template-page-landing .landing-cta-wrapper {
  text-align: center;
  margin: 40px auto;
}

/******
 * JM Events
 *
 */
.view-recordings {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.event-list .clear-filter {
  margin-bottom: 20px;
}

.event-list .one-event {
  margin-bottom: 40px;
}
.event-list .one-event .event-datetime .event-date {
  font-weight: bold;
}
.event-list .one-event .event-info h3.event-title {
  margin-bottom: 0;
}
.event-list .one-event .event-info h3.event-title a {
  border: 0;
}

.event-list .jm-module .module-label span, .post-type-jmevent .jm-module .module-label span {
  display: inline-block;
  margin-right: 9px;
  border-right: 1px solid #E8E8E8;
  padding-right: 10px;
}
.event-list .jm-module .module-label span:last-child, .post-type-jmevent .jm-module .module-label span:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
.event-list .jm-module h2 a, .post-type-jmevent .jm-module h2 a {
  color: black;
}
.event-list .jm-module h2 a:hover, .post-type-jmevent .jm-module h2 a:hover {
  text-decoration: underline;
}
.event-list .jm-module .module-date, .post-type-jmevent .jm-module .module-date {
  margin-bottom: 0;
}
.event-list .jm-module .location, .post-type-jmevent .jm-module .location {
  font-weight: bold;
}
.event-list .jm-module .social-share, .post-type-jmevent .jm-module .social-share {
  margin: -10px 0 5px 0;
}
.event-list .jm-module .social-share a, .post-type-jmevent .jm-module .social-share a {
  font-size: 1.75em;
  color: black;
}
.event-list .jm-module .social-share a.fi-mail:before, .post-type-jmevent .jm-module .social-share a.fi-mail:before {
  background-color: black;
}
.event-list .jm-module .social-share a:hover, .post-type-jmevent .jm-module .social-share a:hover {
  color: #1291AE;
}
.event-list .jm-module .social-share a:hover.fi-mail:before, .post-type-jmevent .jm-module .social-share a:hover.fi-mail:before {
  background-color: #1291AE;
}
.event-list .jm-module .module-meta.tags, .post-type-jmevent .jm-module .module-meta.tags {
  margin: 20px 0;
  font-size: 14px;
}
.event-list .jm-module .module-meta.tags span, .post-type-jmevent .jm-module .module-meta.tags span {
  font-weight: bold;
}
.event-list .jm-module .module-meta.tags a, .post-type-jmevent .jm-module .module-meta.tags a {
  display: inline-block;
  font-size: 14px;
  border: 0;
}
.event-list .jm-module .module-meta.tags a:hover, .post-type-jmevent .jm-module .module-meta.tags a:hover {
  text-decoration: underline;
}
.event-list .jm-module .module-meta.tags a::after, .post-type-jmevent .jm-module .module-meta.tags a::after {
  content: ", ";
}
.event-list .jm-module .module-meta.tags a:last-child::after, .post-type-jmevent .jm-module .module-meta.tags a:last-child::after {
  content: "";
}

/******
 * Archive, category listing, tease
 *
 */
.tease {
  margin-bottom: 35px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E8E8E8;
}
.tease .meta.date {
  font-weight: bold;
  margin: 0px 0 15px;
}
.tease .post-title {
  margin-bottom: 10px;
}
.tease:last-child {
  border: 0;
}
.tease .tease-compact {
  position: relative;
}
.tease .tease-compact .post-thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
}
.tease .tease-compact .post-thumbnail img {
  width: 60px;
}
.tease .tease-compact.w-thumbnail {
  padding-left: 80px;
  min-height: 60px;
}
.tease.tease-in-the-news {
  border-bottom: 0;
}

.event-tease p.location {
  margin-bottom: 12px;
}

.columns h1.main-title span.h2 {
  display: block;
  text-transform: none;
  color: #333;
  margin-top: 20px;
  margin-bottom: 0;
}

/******
 * JM Module
 *
 */
.jm-module h1, .jm-module .h1, .jm-module h2, .jm-module .h2, .jm-module h3, .jm-module .h3, .jm-module h4, .jm-module .h4, .tease h1, .tease .h1, .tease h2, .tease .h2, .tease h3, .tease .h3, .tease h4, .tease .h4 {
  margin-top: 0;
}

.jm-module {
  position: relative;
  font-size: 16px;
}
.jm-module .button {
  margin: 0;
}
.jm-module .module-date {
  font-weight: bold;
  margin-bottom: 1rem;
}
.jm-module .module-subtitle {
  font-family: "Arial", Helvetica, Roboto, sans-serif;
  letter-spacing: 0;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 1.42857rem;
  margin-top: -12px;
  margin-bottom: 15px;
}
.jm-module .module-edit-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 0;
}
.jm-module .module-info-link {
  position: absolute;
  right: 105px;
  bottom: 10px;
  border: 0;
}
.module-wrapper .jm-module .module-info-link {
  display: none;
}
.jm-module.module-w-image h2.module-title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: white;
}
@media screen and (max-width: 59.9375em) {
  .jm-module.module-w-image h2.module-title {
    top: 1rem;
    left: 1rem;
  }
}
.jm-module .cta-link-text.corner {
  display: block;
  border: 0;
  position: absolute;
  top: 37px;
  right: 5px;
  font-weight: bold;
}
.jm-module .tease {
  margin-bottom: 20px;
}
.jm-module .tease .meta {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.jm-module .tease .post-title {
  margin-bottom: 0.35714rem;
}
.jm-module .tease .post-title a {
  border: 0;
}
.jm-module.none .button.hollow, .jm-module.lighter-gray .button.hollow {
  border: 1px solid #006179;
  color: #006179;
}
.jm-module.none .button.hollow:hover, .jm-module.none .button.hollow:focus, .jm-module.lighter-gray .button.hollow:hover, .jm-module.lighter-gray .button.hollow:focus {
  background-color: rgba(0, 97, 121, 0.2);
  color: #005266;
}
.jm-module ul li, .jm-module ol li {
  margin-bottom: 8px;
  font-size: 16px;
}
.jm-module .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
.jm-module .wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0.4rem 1rem 0 0;
  font-size: 14px;
}
.jm-module p:last-child {
  margin-bottom: 0;
}
.jm-module .push-up, .jm-module .push-up:first-child {
  margin-top: -2rem;
}
@media screen and (max-width: 59.9375rem) {
  .jm-module .push-up, .jm-module .push-up:first-child {
    margin-top: -1rem;
  }
}
.jm-module.module-type-no-padding .media-object-section {
  padding-left: 0;
  padding-right: 0;
}
.jm-module.module-type-no-padding.callout {
  padding: 0;
}
.jm-module.module-type-no-padding.module-w-image h2.module-title {
  position: static;
  top: auto;
  left: auto;
  color: inherit;
}

.module-wrapper.regular {
  max-width: 395px;
}

/* twitter */
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-user-profile > .fetch-tweets-single-user-name {
  margin: 0;
  display: block;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-user-profile > .fetch-tweets-single-user-name:before {
  content: "\f1e4";
  font-family: "foundation-icons";
  font-size: 40px;
  line-height: 1;
  color: #006179;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-heading > .fetch-tweets-single-user-profile > p.fetch-tweets-single-user-description,
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-heading > .fetch-tweets-single-user-profile > p.fetch-tweets-single-user-description > .fetch-tweets-single-credit,
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text > .fetch-tweets-single-credit {
  display: block;
  float: none;
  margin: 20px 0;
  font-weight: normal;
  color: #333333;
}

.factoid h1.large, .factoid .h1.large {
  font-size: 60px;
}
.factoid h1, .factoid .h1 {
  font-size: 46px;
}
.factoid h2, .factoid .h2 {
  font-size: 26px;
}

.cover {
  max-width: 150px;
}

input.error, input.wpcf7-not-valid, select.error, select.wpcf7-not-valid, textarea.error, textarea.wpcf7-not-valid {
  border-color: #DC2A2A;
}
input.error:focus, input.wpcf7-not-valid:focus, select.error:focus, select.wpcf7-not-valid:focus, textarea.error:focus, textarea.wpcf7-not-valid:focus {
  border-color: #DC2A2A;
}

label.error, input + span.wpcf7-not-valid-tip, select + span.wpcf7-not-valid-tip {
  color: #DC2A2A;
  margin-top: -18px;
}

div.wpcf7-validation-errors {
  border: 1px solid #DC2A2A;
  color: #DC2A2A;
}

.multiple-line-checkboxes .wpcf7-form-control-wrap {
  display: block;
}
.multiple-line-checkboxes .wpcf7-form-control-wrap span.wpcf7-list-item {
  display: block;
  margin: 0;
}

@media screen and (min-width: 42.79465em) {
  .centerpiece--text h1 {
    padding-left: 120px;
  }
  .centerpiece--text h2, .centerpiece--text .h2 {
    padding-left: 52px;
  }
}
.media-object.right-third-image .thumbnail img {
  max-height: 240px;
}
@media screen and (max-width: 1100px) {
  .media-object.right-third-image .thumbnail img {
    max-height: 260px;
  }
}

.jm-module.module-id-1111 .media-object-section {
  padding: 0;
}

p.required {
  color: #DC2A2A;
  font-size: 14px;
}

label span.required {
  color: #DC2A2A;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Gallery for Instagram */
.gallery {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gallery br {
  display: none;
}
@media screen and (min-width: 768px) {
  .gallery {
    flex-direction: row;
  }
}
.gallery .gallery-item {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gallery .gallery-item {
    flex: 0 1 29.3333%;
    margin: 10px 2%;
  }
}
.gallery .gallery-item a {
  position: relative;
  display: block;
  border-bottom: 0;
}
.gallery .gallery-item a::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #ab0101;
  opacity: 0;
  transition: all 0.2s ease;
}
.gallery .gallery-item a:hover::before {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-2 .gallery-item {
    flex: 0 1 46%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    flex: 0 1 23%;
    margin: 10px 1%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    flex: 0 1 18%;
    margin: 10px 1%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    flex: 0 1 14.6666%;
    margin: 10px 1%;
  }
}

.leadform-msg {
  font-size: 16px;
  background: #ffefc2;
  margin-bottom: 20px;
  padding: 2rem;
}

/** Collections **/
.collection-tease {
  margin-bottom: 60px;
}
.collection-tease .collection_caption {
  margin: 5px 0;
  font-size: 13px;
}
.collection-tease h2 {
  margin: 10px 0 5px;
}
.collection-tease h2 a {
  color: #000000;
}
.collection-tease h2 a:hover {
  color: #000000;
  text-decoration: underline;
}

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

.browse-options {
  margin: 40px 0 40px;
}

.list-collections-wrap h2 {
  margin: 40px 0;
}
.list-collections-wrap h2 a {
  color: #000000;
}
.list-collections-wrap h2 a:hover {
  text-decoration: underline;
}
.list-collections-wrap .collection-tease h3 {
  margin: 20px 0;
}
.list-collections-wrap .collection-tease h3 a {
  color: #000000;
}
.list-collections-wrap .collection-tease h3 a:hover {
  text-decoration: underline;
}

/** Table adjustments **/
tbody tr:nth-child(even) {
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}

tbody tr {
  border-bottom: 1px solid #ccc;
}

table thead th {
  font-size: inherit;
  text-transform: none;
}

/** tabs, from platform**/
.tabs {
  margin: 0;
  background: #fff;
  list-style-type: none;
  border: none;
}
.tabs:after, .tabs:before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs:not(.vertical) > li {
  float: left;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  margin-bottom: 0;
}
.tabs:not(.vertical) > li:last-child {
  border-right-width: 1px;
}
@media screen and (max-width: 34.9375em) {
  .tabs:not(.vertical) > li {
    float: none;
    border-right-width: 1px;
  }
}
.tabs:not(.vertical) > li > a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  color: #006179;
}
.tabs:not(.vertical) > li > a:hover, .tabs:not(.vertical) > li > a[aria-selected=true] {
  background: #d9e7eb;
  color: #005368;
}
.tabs:not(.vertical) > li > a:focus, .tabs:not(.vertical) > li > a[aria-selected=true] {
  background: #fff;
  color: #006179;
}
.tabs:not(.vertical) > li a {
  text-decoration: none;
}
.tabs:not(.vertical) > li a.disabled {
  opacity: 1;
  cursor: not-allowed;
}
.tabs:not(.vertical) > li a.disabled:focus, .tabs:not(.vertical) > li a.disabled:hover {
  background-color: #e8e8e8 !important;
  color: #4b5555 !important;
}
.tabs:not(.vertical) > li a.disabled:hover {
  box-shadow: none;
}
@media screen and (max-width: 34.9375em) {
  .tabs:not(.vertical) > li a:hover {
    -webkit-box-shadow: 4px 0 0 0 #1291ae inset;
    -moz-box-shadow: 4px 0 0 0 #1291ae inset;
    box-shadow: inset 4px 0 0 0 #1291ae;
  }
}
@media print, screen and (min-width: 35em) {
  .tabs:not(.vertical) > li a:hover {
    -webkit-box-shadow: 0 -4px 0 0 #1291ae inset;
    -moz-box-shadow: 0 -4px 0 0 #1291ae inset;
    box-shadow: inset 0 -4px 0 0 #1291ae;
  }
}
.tabs:not(.vertical) > li.is-active a {
  color: #333;
  font-weight: 700;
  cursor: default;
}
@media screen and (max-width: 34.9375em) {
  .tabs:not(.vertical) > li.is-active a {
    -webkit-box-shadow: 4px 0 0 0 #006179 inset;
    -moz-box-shadow: 4px 0 0 0 #006179 inset;
    box-shadow: inset 4px 0 0 0 #006179;
  }
}
@media print, screen and (min-width: 35em) {
  .tabs:not(.vertical) > li.is-active a {
    -webkit-box-shadow: 0 -4px 0 0 #006179 inset;
    -moz-box-shadow: 0 -4px 0 0 #006179 inset;
    box-shadow: inset 0 -4px 0 0 #006179;
  }
}

.tabs-content {
  background: #fff;
  color: #333;
  transition: all 0.5s ease;
  border: solid #ccc;
  border-width: 1px 0 0;
}

.tabs-panel {
  display: none;
  padding: 0.875rem 0;
}
.tabs-panel.is-active {
  display: block;
}

/* The styles for participating publishers table */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  transform: translateZ(0);
}

.filterable-table {
  border-collapse: collapse;
  width: 100%;
}

#participating-publishers-table th, #participating-publishers-table td {
  width: 12.5%;
}

#participating-publishers-table th:first-child, #participating-publishers-table td:first-child {
  width: 50%;
}

.input-search-autocomplete {
  padding-bottom: 20px;
}

.input-search-autocomplete input[type=text] {
  margin-bottom: 0px;
}

table th.sortable {
  cursor: pointer;
  text-align: left;
}
table th.sortable:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background: url(../images/sort.png) no-repeat;
  background-size: cover;
}
table th.sortable#usage_header {
  text-align: right;
}
table th.sortable span {
  font-size: 16px;
}

/**
 * Reveal Digital
 */
.breadcrumb {
  color: #676766;
}
.breadcrumb a {
  border: 0;
  font-weight: bold;
  color: #000;
  padding-left: 2px;
}
.breadcrumb a:hover {
  border-bottom: 1px solid #000;
}

.subtitle {
  font-family: "Arial Black", "Arial", Helvetica, Roboto, sans-serif;
  font-size: 24.5px;
  margin: 4px 0 30px;
  color: #990000;
  letter-spacing: -1.55px;
}

.progress-bar {
  background-color: #CCCCCC;
  margin-bottom: 20px;
}
.progress-bar .bar {
  height: 24px;
  background-color: #00BFDF;
}

.border-right {
  border-right: 1px solid #CCCCCC;
}

.custom-label, .module-label {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 0;
}

.badge {
  text-transform: uppercase;
  color: #676765;
  margin-right: 4px;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  padding: 2px 4px;
  border: 1px solid;
  border-color: inherit;
}

.dark-green {
  color: #538329 !important;
}

.jred {
  color: #990000;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 12px;
  line-height: 1.4;
  padding: 1em 0 2rem;
}

.full-border {
  border: 1px solid #e8e8e8;
}

.top-margin-xl {
  margin-top: 80px;
}

.button.jstor {
  background: #900;
}

.button.jstor:hover, .button.jstor:focus {
  background: #fff;
  color: #900;
  border: 1px solid #900;
}

.media-object .thumbnail img {
  aspect-ratio: attr(width)/attr(height);
}

.accordion-title {
  font-family: "Arial", Helvetica, Roboto, sans-serif;
  letter-spacing: 0;
  line-height: 1.85714rem;
  font-weight: bold;
  font-size: 1.42857rem;
  border: 0 !important;
  padding-left: 30px;
  padding-right: 0;
}
.accordion-title::before {
  right: auto;
  left: 10px;
  margin-top: 0;
  top: 18px;
}
.accordion-title:focus, .accordion-title:hover {
  background-color: transparent;
}

.accordion-content {
  background-color: transparent;
  border: 0 !important;
  padding: 0 0 0 30px;
}

.accordion-item > p {
  margin-bottom: 0;
}

/** Constellate Page Template **/
.page-template-page-constellate .nav.row {
  padding-left: 10px;
}
.page-template-page-constellate .nav .logo {
  position: static;
  margin: 30px 0 0;
}
.page-template-page-constellate .nav .logo .logo_img {
  width: 554px;
  height: 90px;
  background: url("Constellate-horizontalv2.png");
  background-size: 554px 90px;
}
@media screen and (max-width: 59.9375rem) {
  .page-template-page-constellate .nav .logo .logo_img {
    width: 277px;
    height: 45px;
    background-size: 277px 45px;
  }
}
.page-template-page-constellate .article-header h1.main-title {
  color: black;
}

/**
 * blog
 */
.widget_blog_custom #searchform {
  position: relative;
}
.widget_blog_custom #searchform button {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  font-size: 18px;
}

.tease-jmblog {
  border: 0;
  margin-bottom: 45px;
}
.tease-jmblog h2 a {
  color: black;
}
.tease-jmblog h2 a:hover {
  text-decoration: underline;
}
.tease-jmblog .thumbnail {
  margin-bottom: 20px;
}
.tease-jmblog .thumbnail img {
  max-height: 300px;
}
.tease-jmblog .meta.categories {
  margin: 0 0 8px;
}
.tease-jmblog .meta.categories .category {
  border: 0;
  padding: 0;
}
.tease-jmblog .meta.categories .category a {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.tease-jmblog .meta.categories .category a:after {
  content: ",";
}
.tease-jmblog .meta.categories .category:last-child a:after {
  content: "";
}
.tease-jmblog .meta.date {
  margin: 0;
  font-size: 15px;
}

.single-jmblog .article-body {
  margin-bottom: 25px;
}

.tease-jmblog .meta.tags, .single-jmblog .meta.tags {
  font-size: 14px;
  margin-bottom: 8px;
}
.tease-jmblog .meta.tags span, .single-jmblog .meta.tags span {
  font-weight: bold;
}
.tease-jmblog .meta.tags .tag, .single-jmblog .meta.tags .tag {
  display: inline-block;
}
.tease-jmblog .meta.tags .tag a, .single-jmblog .meta.tags .tag a {
  border: 0;
}
.tease-jmblog .meta.tags .tag a::after, .single-jmblog .meta.tags .tag a::after {
  content: ", ";
}
.tease-jmblog .meta.tags .tag a:hover, .single-jmblog .meta.tags .tag a:hover {
  text-decoration: underline;
}
.tease-jmblog .meta.tags .tag:last-child a::after, .single-jmblog .meta.tags .tag:last-child a::after {
  content: "";
}
.tease-jmblog .meta.blog-author, .single-jmblog .meta.blog-author {
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 15px;
}

.list-custom-taxonomy-widget input[type=submit], .list-custom-taxonomy-widget input[type=submit] {
  display: none;
}

.wp-block-search__label {
  display: none;
}

.wp-block-search__button {
  border: 1px solid black;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  box-shadow: none;
}

/** Custom gravity form styling **/
main .gform-theme--framework, main .gform-theme--foundation {
  --gf-color-primary: #006179;
  --gf-ctrl-btn-bg-color-primary: #006179;
  --gf-ctrl-btn-bg-color-hover-primary: #005266;
  --gf-ctrl-label-color-tertiary: --gf-ctrl-label-color-primary;
  --gf-form-gap-y: 20px;
  --gf-form-validation-bg-color: #f4d7d7;
  --gf-form-validation-border-color: #dd3431;
  --gf-form-validation-heading-color: black;
  --gf-form-validation-heading-font-size: 16px;
  --gf-form-validation-summary-color: black;
  --gf-ctrl-label-font-size-req: 16px;
}
main .gform-theme--framework .gform_required_legend, main .gform-theme--foundation .gform_required_legend {
  display: none;
}
main .gform-theme--framework .gform_validation_errors ol li, main .gform-theme--foundation .gform_validation_errors ol li {
  margin-bottom: 5px;
}
main .gform-theme--framework .gform_validation_errors .gform-icon, main .gform-theme--foundation .gform_validation_errors .gform-icon {
  color: var(--gf-form-validation-heading-icon-border-color);
}

/** slick slider **/
.slick-slider-wrapper .slick-slider {
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 45px;
}
.slick-slider-wrapper .slick-slider .slick-slide .slide__inner img {
  margin-right: auto;
  margin-left: auto;
  max-height: 400px;
  width: auto;
}
.slick-slider-wrapper .slick-slider .slick-slide .slide__inner .slide__caption {
  margin: 10px auto;
  text-align: center;
}
.slick-slider-wrapper .slick-slider .slick-arrow.slick-next, .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev {
  width: 28px;
  height: 28px;
  overflow: visible;
  background: black;
  border-radius: 50%;
}
.slick-slider-wrapper .slick-slider .slick-arrow.slick-next:before, .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev:before {
  font-size: 36px;
  line-height: 30px;
  color: white;
  position: absolute;
  opacity: 1;
  left: -3px;
  top: 2px;
}
.slick-slider-wrapper .slick-slider .slick-arrow.slick-next:hover, .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev:hover {
  background: #333333;
}

/** Digital Stewardship Styles **/
.page-template-page-no-title .row.expanded .row .row,
.page-template-page-no-title .jm-block.has-background-color {
  margin-right: -0.85714rem;
  margin-left: -0.85714rem;
}
@media screen and (min-width: 80em) {
  .page-template-page-no-title .row.expanded .row .row,
  .page-template-page-no-title .jm-block.has-background-color {
    margin-right: -1.14286rem;
    margin-left: -1.14286rem;
  }
}
.page-template-page-no-title .jm-block {
  margin: 30px auto;
}
@media screen and (min-width: 42.8571em) {
  .page-template-page-no-title .jm-block {
    margin: 60px auto;
  }
}
.page-template-page-no-title .jm-block h2 {
  line-height: 1.2;
}
.page-template-page-no-title .jm-block h2.large {
  font-size: 32px;
}
@media screen and (min-width: 42.8571em) {
  .page-template-page-no-title .jm-block h2.large {
    font-size: 46px;
  }
}
.page-template-page-no-title .jm-block p:not(.required) {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1.5em;
}
.page-template-page-no-title .jm-block.has-background-color {
  padding: 30px 0.85714rem;
}
@media screen and (min-width: 42.8571em) {
  .page-template-page-no-title .jm-block.has-background-color {
    padding: 60px;
  }
}
.page-template-page-no-title .jm-block p.intro {
  font-size: 1.2em;
  margin-bottom: 25px !important;
}
.page-template-page-no-title .jm-block .button {
  padding: 18px 30px;
  border-radius: 0;
  border-width: 2px !important;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.page-template-page-no-title .jm-block.block-header {
  background: #f5f5f5;
  margin-top: -41px;
  padding-bottom: 20px;
}
.page-template-page-no-title .jm-block.block-header p {
  font-size: 20px;
  line-height: 1.3em;
}
@media screen and (min-width: 42.8571em) {
  .page-template-page-no-title .jm-block.block-header p {
    font-size: 24px;
  }
}
.page-template-page-no-title .jm-block.block-header h1 {
  font-size: 32px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 42.8571em) {
  .page-template-page-no-title .jm-block.block-header h1 {
    font-size: 46px;
  }
}
.page-template-page-no-title .jm-block.block-header .columns > img {
  display: block;
  margin-bottom: 20px;
}
.page-template-page-no-title .stats {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.05;
}
.page-template-page-no-title .cta-wrap {
  margin: 20px 0 40px 0;
}
.page-template-page-no-title .block-logos {
  text-align: center;
}
.page-template-page-no-title .block-logos .columns > img {
  display: block;
  margin-bottom: 20px;
}
.page-template-page-no-title .block-content-grid {
  text-align: center;
  padding: 30px 0;
}
.page-template-page-no-title .block-content-grid .img-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 720px;
  margin: 40px auto;
}
.page-template-page-no-title .block-content-grid .img-text:last-of-type {
  margin-bottom: 0;
}
.page-template-page-no-title .block-content-grid .img-text .img, .page-template-page-no-title .block-content-grid .img-text .text {
  flex: 1 1 50%;
}
.page-template-page-no-title .block-content-grid .img-text h3 {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.2;
}
@media screen and (min-width: 80em) {
  .page-template-page-no-title .block-content-grid .img-text h3 {
    margin-top: 20px;
    font-size: 32px;
  }
}
@media screen and (min-width: 80em) {
  .page-template-page-no-title .block-content-grid .img-text {
    flex-direction: row;
  }
  .page-template-page-no-title .block-content-grid .img-text.desktop-revert {
    flex-direction: row-reverse;
  }
}
.page-template-page-no-title .block-content h2 {
  text-align: center;
}
.page-template-page-no-title .block-content h3 {
  margin: 15px 0;
}
.page-template-page-no-title .block-content p:not(.required) {
  font-size: 16px;
}
.page-template-page-no-title .block-content .button {
  background-color: #990000;
  padding: 8px 20px;
}
.page-template-page-no-title .block-content .button:hover {
  background-color: #8c0101;
}
.page-template-page-no-title .block-quote {
  text-align: center;
}
.page-template-page-no-title .block-quote .quote-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.page-template-page-no-title .block-quote .quote-wrap .quote-content {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
}
.page-template-page-no-title .block-services {
  text-align: center;
}
.page-template-page-no-title .block-services .services {
  margin-top: 40px;
  margin-bottom: 60px;
}
.page-template-page-no-title .block-services .service {
  border: 1px solid black;
  position: relative;
}
.page-template-page-no-title .block-services .service .tier-label {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 56px;
  font-weight: 500;
}
.page-template-page-no-title .block-services .service h3 {
  color: #990000;
  font-size: 32px;
  line-height: 1em;
  min-height: 66px;
  margin-top: 10px;
}
.page-template-page-no-title .block-services .service .service-description {
  padding: 20px;
  margin-top: 40px;
  border-top: 1px solid #CDCDCD;
  text-align: left;
}
.page-template-page-no-title .block-services .service .service-description p {
  font-weight: bold;
}
.page-template-page-no-title .block-services .service .recommended-banner {
  position: absolute;
  background: #8c0101;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  left: 0;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.page-template-page-no-title .block-contact {
  background: #f5f5f5;
}
