body {
  font-family: 'museo300', helvetica, arial, sans-serif; }

a {
  color: #006699; }

a:hover {
  color: #222222; }

li {
  font-size: 1.1rem; }

p {
  line-height: 1.7rem; }

h2 {
  font-size: 1.8rem; }

h4 {
  font-family: 'museo700'; }

blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 1rem;
  margin: 1.5rem 0;
  line-height: 1.7rem;
  font-size: 1.1rem; }

strong {
  font-family: 'museo700'; }

.btn {
  border-radius: 8px; }

.btn-default {
  background: #4B7B2B;
  border-color: #4B7B2B;
  color: white; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #203313;
  border-color: #203313;
  text-decoration: underline;
  color: white; }

.card.card-bg {
  background: #f1f1f1;
  border: 0; }

.breadcrumb {
  background-color: inherit;
  margin-bottom: 1.5rem; }
  .breadcrumb li {
    font-size: 1rem; }

.minima-logo {
  font-family: 'MercuryRegular', helvetica, arial, sans-serif;
  font-size: 5.5rem; }

.minima-logo-type {
  font-size: 50%;
  display: inline-block;
  margin-left: -10px; }

.cornell-brand {
  background: #b31b1b;
  padding: .25rem 0; }
  .cornell-brand .cornell-logo {
    background: none; }
    .cornell-brand .cornell-logo a {
      background: url("/images/cornell-reduced-white.svg") no-repeat;
      width: 200px;
      height: 45px;
      display: block;
      text-indent: -99999em; }
  .cornell-brand .btn-search {
    display: block;
    margin-top: .6rem; }
  .cornell-brand .fa-search {
    color: white;
    font-size: 150%;
    float: right; }

.signale-brand h1 {
  margin: 0; }

.signale-brand .brand {
  font-size: 6rem;
  color: #4D4E53;
  text-decoration: none;
  font-family: 'MercuryRegular', helvetica, arial, sans-serif;
  text-transform: lowercase; }

.hero {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100px; }
  .hero h2 {
    margin-top: 3.25rem;
    color: white;
    background: #578E32;
    padding: 1rem 4rem 1rem 1.5rem;
    display: inline-block;
    font-size: 2.2rem; }

.subtitle-sponsor {
  background: #f1f1f1;
  text-align: center;
  font-size: .9rem;
  padding: .5rem 0; }
  .subtitle-sponsor a {
    color: #222222; }

.navbar-light .navbar-nav .nav-link {
  color: #222222;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 4px solid white; }

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 4px solid #6EB43F;
  background: inherit; }

.nav-link {
  font-size: 1.1rem;
  text-decoration: none; }

.nav-link:hover {
  text-decoration: none; }

.navbar-light .navbar-nav .active > .nav-link {
  border-bottom: 4px solid #006699; }

.dropdown-item:hover, .dropdown-item:focus {
  background: #f1f1f1; }

.dropdown-item:active {
  background-color: #006699; }

.main-content {
  margin-top: 8rem; }
  @media only screen and (min-width: 768px) {
    .main-content {
      margin-top: 5rem; } }
.hero-home {
  min-height: 1080px; }
  @media only screen and (min-width: 768px) {
    .hero-home {
      min-height: 650px; } }
  @media only screen and (min-width: 992px) {
    .hero-home {
      min-height: 620px; } }
  .hero-home .card {
    border: 0;
    margin-top: 4rem;
    opacity: .9; }
  .hero-home .card-header {
    background: #b31b1b;
    color: white;
    border: 0;
    font-size: 2rem;
    padding: 2rem; }
  .hero-home .card-body {
    background: #4D4E53;
    padding: 1.5rem;
    margin-top: 0; }
  .hero-home .card-text {
    font-size: 1.3rem;
    color: white; }

.new-book {
  margin-top: 4.5rem; }
  .new-book h2 {
    opacity: .9;
    margin-top: .5rem; }
  .new-book .ribbon {
    --f:15px;
    --r:20px;
    position: absolute;
    top: 20px;
    padding-inline: 10px;
    border-bottom: var(--f) solid #0005;
    line-height: 1.3em;
    width: 348px;
    padding-left: 20px; }
  .new-book .left {
    border-right: var(--r) solid #0000;
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2)); }
  .new-book img {
    margin-left: 1rem; }

.home-panel h2 {
  background: #4D4E53;
  width: 80%;
  padding: .5rem;
  color: white;
  display: block; }

.home-panel h3 {
  font-size: 1.4rem;
  margin-bottom: .5rem; }

.home-panel .card {
  border: 0;
  margin-bottom: 1rem; }

.home-panel .card-body p {
  font-size: 1.2rem; }

.news-list h3 {
  font-size: 1.2rem; }

.editors img {
  margin-right: .5rem;
  margin-bottom: .5rem; }

.home-feature {
  height: 225px;
  background: #f1f1f1;
  margin-top: 2rem;
  text-align: center;
  font-family: 'MercuryRegular', helvetica, arial, sans-serif;
  padding: 1rem;
  line-height: 1.1; }
  @media only screen and (min-width: 768px) {
    .home-feature {
      height: 200px; } }
  @media only screen and (min-width: 992px) {
    .home-feature {
      height: 225px; } }
  .home-feature a {
    text-decoration: none;
    color: white; }
  .home-feature a:hover {
    text-decoration: underline; }

.home-feature-signale {
  background-color: #D47500;
  padding-top: 5rem; }
  .home-feature-signale a {
    font-size: 3.5rem; }
    @media only screen and (min-width: 768px) {
      .home-feature-signale a {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 992px) {
      .home-feature-signale a {
        font-size: 3.5rem; } }
.home-feature-transfer {
  background: #4B7B2B;
  padding-top: 4rem; }
  @media only screen and (min-width: 768px) {
    .home-feature-transfer {
      padding-top: 3.3rem; } }
  .home-feature-transfer a {
    font-size: 2.5rem; }
    @media only screen and (min-width: 768px) {
      .home-feature-transfer a {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 992px) {
      .home-feature-transfer a {
        font-size: 2.5rem; } }
  .home-feature-transfer .transfer-subtitle {
    display: block;
    font-size: 55%;
    margin-top: .5rem; }
    @media only screen and (min-width: 768px) {
      .home-feature-transfer .transfer-subtitle {
        font-size: 65%; } }
    @media only screen and (min-width: 992px) {
      .home-feature-transfer .transfer-subtitle {
        font-size: 55%; } }
.home-feature-minima {
  background-color: #DF1E12;
  padding-top: 4rem; }
  @media only screen and (min-width: 768px) {
    .home-feature-minima {
      padding-top: 2.7rem; } }
  .home-feature-minima a {
    font-size: 2.5rem; }
    @media only screen and (min-width: 768px) {
      .home-feature-minima a {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 992px) {
      .home-feature-minima a {
        font-size: 2.5rem; } }
  .home-feature-minima .minima-type {
    font-size: 130%; }
  .home-feature-minima .minima-subtitle {
    display: block;
    font-size: 55%;
    margin-top: .5rem; }
    @media only screen and (min-width: 768px) {
      .home-feature-minima .minima-subtitle {
        font-size: 65%; } }
    @media only screen and (min-width: 992px) {
      .home-feature-minima .minima-subtitle {
        font-size: 55%; } }
.home-feature-oa {
  background-color: #006699;
  padding-top: 5rem; }
  @media only screen and (min-width: 768px) {
    .home-feature-oa {
      padding-top: 2.8rem; } }
  .home-feature-oa a {
    font-size: 3rem;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .home-feature-oa a {
        font-size: 2rem; } }
    @media only screen and (min-width: 992px) {
      .home-feature-oa a {
        font-size: 3rem; } }
.book-formats a, .book-formats .inactive {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: .25rem;
  background: url("/images/signale-book-icons.png") no-repeat;
  margin-bottom: 1rem; }

.book-formats a.cu-press {
  background-position: 0 -40px; }

.book-formats a.cu-press:hover {
  background-position: 0 -81px; }

.book-formats a.amazon {
  background-position: -43px -40px; }

.book-formats a.amazon:hover {
  background-position: -43px -81px; }

.book-formats a.google-books {
  background-position: -89px -40px; }

.book-formats a.google-books:hover {
  background-position: -89px -81px; }

.book-formats .cu-press-inactive {
  background-position: 0 0; }

.book-formats .amazon-inactive {
  background-position: -40px 0; }

.book-formats .google-books-inactive {
  background-position: -80px 0; }

.book-formats-home {
  padding: 1rem; }
  .book-formats-home a, .book-formats-home .inactive {
    margin-right: 1rem;
    margin-top: 0; }

.forthcoming-item {
  margin: 0 0 2rem; }
  .forthcoming-item h3 {
    margin-bottom: .5rem; }

.media {
  display: block; }
  @media only screen and (min-width: 576px) {
    .media {
      display: flex; } }
.media-book {
  margin-bottom: 3rem;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 3rem; }
  .media-book .author {
    font-family: 'museo700';
    font-size: 1.3rem; }
  .media-book .publisher {
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  .media-book .prices {
    margin-bottom: 1rem; }
  .media-book .open-access-link {
    margin-bottom: 1rem; }
  .media-book .access-btns {
    margin-bottom: 1rem; }
  .media-book .purchase-options {
    font-size: 1.1rem;
    margin-top: 1rem; }
  .media-book .purchase-link .btn {
    margin-bottom: 1rem; }
  .media-book img {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 576px) {
      .media-book img {
        max-width: 100px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .media-book img {
        max-width: 100%; } }
  .media-book .img-thumbnail {
    padding: 0; }

#viewerCanvas {
  width: 300px;
  height: 500px; }
  @media only screen and (min-width: 576px) {
    #viewerCanvas {
      width: 400px;
      height: 600px; } }
  @media only screen and (min-width: 768px) {
    #viewerCanvas {
      width: 600px;
      height: 800px; } }
  @media only screen and (min-width: 992px) {
    #viewerCanvas {
      width: 800px;
      height: 1000px; } }
footer {
  margin-top: 3rem; }
  footer p {
    margin-bottom: 1.5rem; }

.footer-brand {
  font-family: 'MercuryRegular', helvetica, arial, sans-serif;
  font-size: 2rem;
  display: inline-block;
  margin-right: .5rem; }

.partnership {
  margin-top: 4rem;
  background: #f1f1f1;
  padding: 1rem 0; }
  .partnership p {
    margin-bottom: 0;
    font-size: .9rem; }

.news-date {
  margin-bottom: 2rem; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 12, 2013 */
@font-face {
  font-family: 'museo300';
  src: url("../font/museo300-regular-webfont.eot");
  src: url("../font/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museo300-regular-webfont.woff") format("woff"), url("../font/museo300-regular-webfont.ttf") format("truetype"), url("../font/museo300-regular-webfont.svg#museo300") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo500';
  src: url("../font/museo500-regular-webfont.eot");
  src: url("../font/museo500-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museo500-regular-webfont.woff") format("woff"), url("../font/museo500-regular-webfont.ttf") format("truetype"), url("../font/museo500-regular-webfont.svg#museo500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo700';
  src: url("../font/museo700-regular-webfont.eot");
  src: url("../font/museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museo700-regular-webfont.woff") format("woff"), url("../font/museo700-regular-webfont.ttf") format("truetype"), url("../font/museo700-regular-webfont.svg#museo700") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MercuryBold';
  src: url("../font/257858_4_0.eot");
  src: url("../font/257858_4_0.eot?#iefix") format("embedded-opentype"), url("../font/257858_4_0.woff") format("woff"), url("../font/257858_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'MercuryRegular';
  src: url("../font/257858_7_0.eot");
  src: url("../font/257858_7_0.eot?#iefix") format("embedded-opentype"), url("../font/257858_7_0.woff") format("woff"), url("../font/257858_7_0.ttf") format("truetype"); }
