/* line 5, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page .panel-col-top,
.node-type-landing-page .center-wrapper,
.node-type-exhibit .panel-col-top,
.node-type-exhibit .center-wrapper {
  position: relative;
  z-index: 1;
}
/* line 11, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page .center-wrapper,
.node-type-exhibit .center-wrapper {
  z-index: 2;
}
/* line 16, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page .panel-col-top .panel-pane,
.node-type-exhibit .panel-col-top .panel-pane {
  z-index: 1;
}
/* line 19, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page .panel-col-top .panel-pane.pane-node-title,
.node-type-exhibit .panel-col-top .panel-pane.pane-node-title {
  z-index: 20;
}
/* line 25, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page .panel-col-top .views-field-field-image-primary-large-revision-id .image-field-caption,
.node-type-landing-page .panel-col-top .views-field-field-image-primary-large .image-field-caption,
.node-type-exhibit .panel-col-top .views-field-field-image-primary-large-revision-id .image-field-caption,
.node-type-exhibit .panel-col-top .views-field-field-image-primary-large .image-field-caption {
  display: none;
}
/* line 31, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content,
.node-type-exhibit #content {
  max-width: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 31, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content,
  .node-type-exhibit #content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 31, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content,
  .node-type-exhibit #content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 44, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .center-wrapper,
.node-type-landing-page #content .panel-col-bottom,
.node-type-exhibit #content .center-wrapper,
.node-type-exhibit #content .panel-col-bottom {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 44, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .center-wrapper,
  .node-type-landing-page #content .panel-col-bottom,
  .node-type-exhibit #content .center-wrapper,
  .node-type-exhibit #content .panel-col-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 44, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .center-wrapper,
  .node-type-landing-page #content .panel-col-bottom,
  .node-type-exhibit #content .center-wrapper,
  .node-type-exhibit #content .panel-col-bottom {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 62, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-pane,
.node-type-exhibit #content .panel-pane {
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 62, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-pane,
  .node-type-exhibit #content .panel-pane {
    margin-bottom: 20px;
  }
}
/* line 72, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .right-rail .panel-pane,
.node-type-exhibit #content .right-rail .panel-pane {
  margin-bottom: 0;
}
/* line 78, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-top .panel-pane,
.node-type-exhibit #content .panel-col-top .panel-pane {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 83, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-top .panel-pane,
  .node-type-exhibit #content .panel-col-top .panel-pane {
    margin-bottom: 0;
  }
}
/* line 89, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .after-slideshow-midfeature > div:first-child,
.node-type-exhibit #content .after-slideshow-midfeature > div:first-child {
  margin-top: 40px;
}
/* line 93, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-title,
.node-type-exhibit #content .pane-node-title {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin: 0;
  margin-left: -500px;
}
/* line 102, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-title h1,
.node-type-exhibit #content .pane-node-title h1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  max-width: 500px;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 93, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-title,
  .node-type-exhibit #content .pane-node-title {
    left: 0;
    margin: 0;
    margin-left: 20px;
    width: 374px;
  }
  /* line 117, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-title h1,
  .node-type-exhibit #content .pane-node-title h1 {
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 93, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-title,
  .node-type-exhibit #content .pane-node-title {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  /* line 129, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-title h1,
  .node-type-exhibit #content .pane-node-title h1 {
    padding: 12px;
    font-size: 28px;
    line-height: 32px;
  }
}
/* line 137, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-slideshows-panel-pane-1,
.node-type-exhibit #content .pane-slideshows-panel-pane-1 {
  margin-bottom: 20px;
  line-height: 0;
}
/* line 141, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-slideshows-panel-pane-1 img,
.node-type-exhibit #content .pane-slideshows-panel-pane-1 img {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 137, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-slideshows-panel-pane-1,
  .node-type-exhibit #content .pane-slideshows-panel-pane-1 {
    margin-bottom: 0;
  }
}
/* line 150, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first,
.node-type-exhibit #content .panel-col-first {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative;
  width: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 150, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first,
  .node-type-exhibit #content .panel-col-first {
    width: 561px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 150, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first,
  .node-type-exhibit #content .panel-col-first {
    width: 100%;
    padding: 0;
  }
}
/* line 167, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  min-height: 500px;
  border: 20px solid #ffffff;
  padding: 20px;
  background-color: #f27134;
  margin-top: -150px;
  margin-left: -20px;
  margin-bottom: 0;
}
/* line 747, ../../sass/calacademy/_mixins.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description .field, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description p,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description .field,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description p {
  font-weight: 400;
  color: #ffffff !important;
  font-size: 36px;
  line-height: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 747, ../../sass/calacademy/_mixins.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description .field, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description p,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description .field,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description p {
    font-size: 28px;
    line-height: 32px;
  }
}
/* line 759, ../../sass/calacademy/_mixins.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description a, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description .field a, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description p a,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description a,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description .field a,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description p a {
  color: #1a1a1a !important;
  text-decoration: none;
}
/* line 765, ../../sass/calacademy/_mixins.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description p,
.node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 167, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description {
    width: 394px;
    min-height: 394px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 167, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description {
    width: 100%;
    min-height: inherit;
    border: 0;
    margin: 0;
    padding: 12px;
  }
  /* line 782, ../../sass/calacademy/_mixins.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description .field, .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description p,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description .field,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 167, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-blurb-description,
  .node-type-exhibit #content .panel-col-first .pane-node-field-blurb-description {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 12px;
  }
}
/* line 180, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-body,
.node-type-exhibit #content .panel-col-first .pane-node-body {
  width: 460px;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 180, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-body,
  .node-type-exhibit #content .panel-col-first .pane-node-body {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 180, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-body,
  .node-type-exhibit #content .panel-col-first .pane-node-body {
    width: 354px;
  }
}
/* line 193, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-article-section,
.node-type-exhibit #content .panel-col-first .pane-node-field-article-section {
  width: 220px;
  overflow: hidden;
  float: right;
  margin-top: -350px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 193, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-article-section,
  .node-type-exhibit #content .panel-col-first .pane-node-field-article-section {
    margin-top: -244px;
    width: 167px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 193, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-article-section,
  .node-type-exhibit #content .panel-col-first .pane-node-field-article-section {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
/* line 216, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-article-section.article-section-clone,
.node-type-exhibit #content .panel-col-first .pane-node-field-article-section.article-section-clone {
  float: left;
  margin-top: 0;
  width: 480px;
}
/* line 221, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-article-section.article-section-clone > .field > .field-items > .field-item,
.node-type-exhibit #content .panel-col-first .pane-node-field-article-section.article-section-clone > .field > .field-items > .field-item {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 216, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-article-section.article-section-clone,
  .node-type-exhibit #content .panel-col-first .pane-node-field-article-section.article-section-clone {
    width: 374px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 216, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-article-section.article-section-clone,
  .node-type-exhibit #content .panel-col-first .pane-node-field-article-section.article-section-clone {
    display: none;
  }
}
/* line 234, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item,
.node-type-exhibit #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item {
  clear: none;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative !important;
  width: 220px;
}
/* line 237, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item.cloned,
.node-type-exhibit #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item.cloned {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 237, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item.cloned,
  .node-type-exhibit #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item.cloned {
    display: inline-block;
  }
}
/* line 245, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item img,
.node-type-exhibit #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 234, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item,
  .node-type-exhibit #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item {
    width: 167px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 234, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item,
  .node-type-exhibit #content .panel-col-first .pane-node-field-article-section > .field > .field-items > .field-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-right: 0 !important;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 272, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content #people,
.node-type-exhibit #content #people {
  width: 100%;
  overflow: auto;
}
/* line 276, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content #people .views-field-field-title,
.node-type-exhibit #content #people .views-field-field-title {
  font-style: italic;
}
/* line 279, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content #people .views-field-field-body,
.node-type-exhibit #content #people .views-field-field-body {
  margin-top: 20px;
}
/* line 287, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .skewed-four-col.after-slideshow-midfeature,
.node-type-exhibit #content .skewed-four-col.after-slideshow-midfeature {
  margin-top: 50px;
}
/* line 290, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .skewed-four-col.after-slideshow-midfeature .view,
.node-type-exhibit #content .skewed-four-col.after-slideshow-midfeature .view {
  margin-top: 240px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 290, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .skewed-four-col.after-slideshow-midfeature .view,
  .node-type-exhibit #content .skewed-four-col.after-slideshow-midfeature .view {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 284, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .skewed-four-col,
  .node-type-exhibit #content .skewed-four-col {
    margin-top: 0;
  }
}
/* line 304, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-field-subtitle,
.node-type-landing-page #content .pane-node-field-related-content-title,
.node-type-landing-page #content .pane-node-field-related-content-descriptio,
.node-type-landing-page #content .pane-node-field-link,
.node-type-landing-page #content .pane-node-field-related-content-title-2,
.node-type-landing-page #content .pane-node-field-related-content2-descripti,
.node-type-landing-page #content .pane-node-field-link-content-2,
.node-type-landing-page #content .pane-node-field-related-content-title-3,
.node-type-landing-page #content .pane-node-field-related-content3-descripti,
.node-type-landing-page #content .pane-node-field-link-content-3,
.node-type-exhibit #content .pane-node-field-subtitle,
.node-type-exhibit #content .pane-node-field-related-content-title,
.node-type-exhibit #content .pane-node-field-related-content-descriptio,
.node-type-exhibit #content .pane-node-field-link,
.node-type-exhibit #content .pane-node-field-related-content-title-2,
.node-type-exhibit #content .pane-node-field-related-content2-descripti,
.node-type-exhibit #content .pane-node-field-link-content-2,
.node-type-exhibit #content .pane-node-field-related-content-title-3,
.node-type-exhibit #content .pane-node-field-related-content3-descripti,
.node-type-exhibit #content .pane-node-field-link-content-3 {
  margin-bottom: 20px;
  width: 460px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 304, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-field-subtitle,
  .node-type-landing-page #content .pane-node-field-related-content-title,
  .node-type-landing-page #content .pane-node-field-related-content-descriptio,
  .node-type-landing-page #content .pane-node-field-link,
  .node-type-landing-page #content .pane-node-field-related-content-title-2,
  .node-type-landing-page #content .pane-node-field-related-content2-descripti,
  .node-type-landing-page #content .pane-node-field-link-content-2,
  .node-type-landing-page #content .pane-node-field-related-content-title-3,
  .node-type-landing-page #content .pane-node-field-related-content3-descripti,
  .node-type-landing-page #content .pane-node-field-link-content-3,
  .node-type-exhibit #content .pane-node-field-subtitle,
  .node-type-exhibit #content .pane-node-field-related-content-title,
  .node-type-exhibit #content .pane-node-field-related-content-descriptio,
  .node-type-exhibit #content .pane-node-field-link,
  .node-type-exhibit #content .pane-node-field-related-content-title-2,
  .node-type-exhibit #content .pane-node-field-related-content2-descripti,
  .node-type-exhibit #content .pane-node-field-link-content-2,
  .node-type-exhibit #content .pane-node-field-related-content-title-3,
  .node-type-exhibit #content .pane-node-field-related-content3-descripti,
  .node-type-exhibit #content .pane-node-field-link-content-3 {
    width: 354px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 304, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-field-subtitle,
  .node-type-landing-page #content .pane-node-field-related-content-title,
  .node-type-landing-page #content .pane-node-field-related-content-descriptio,
  .node-type-landing-page #content .pane-node-field-link,
  .node-type-landing-page #content .pane-node-field-related-content-title-2,
  .node-type-landing-page #content .pane-node-field-related-content2-descripti,
  .node-type-landing-page #content .pane-node-field-link-content-2,
  .node-type-landing-page #content .pane-node-field-related-content-title-3,
  .node-type-landing-page #content .pane-node-field-related-content3-descripti,
  .node-type-landing-page #content .pane-node-field-link-content-3,
  .node-type-exhibit #content .pane-node-field-subtitle,
  .node-type-exhibit #content .pane-node-field-related-content-title,
  .node-type-exhibit #content .pane-node-field-related-content-descriptio,
  .node-type-exhibit #content .pane-node-field-link,
  .node-type-exhibit #content .pane-node-field-related-content-title-2,
  .node-type-exhibit #content .pane-node-field-related-content2-descripti,
  .node-type-exhibit #content .pane-node-field-link-content-2,
  .node-type-exhibit #content .pane-node-field-related-content-title-3,
  .node-type-exhibit #content .pane-node-field-related-content3-descripti,
  .node-type-exhibit #content .pane-node-field-link-content-3 {
    width: 100%;
  }
}
/* line 326, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-field-summary,
.node-type-exhibit #content .pane-node-field-summary {
  margin-bottom: 20px;
  width: 680px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 326, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-field-summary,
  .node-type-exhibit #content .pane-node-field-summary {
    width: 521px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 326, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-field-summary,
  .node-type-exhibit #content .pane-node-field-summary {
    width: 100%;
  }
}
/* line 342, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-field-subtitle, .node-type-landing-page #content .pane-node-field-subtitle *,
.node-type-landing-page #content .pane-node-field-related-content-title,
.node-type-landing-page #content .pane-node-field-related-content-title *,
.node-type-landing-page #content .pane-node-field-related-content-title-2,
.node-type-landing-page #content .pane-node-field-related-content-title-2 *,
.node-type-landing-page #content .pane-node-field-related-content-title-3,
.node-type-landing-page #content .pane-node-field-related-content-title-3 *,
.node-type-landing-page #content .pane-node-field-logo-container,
.node-type-landing-page #content .pane-node-field-logo-container *,
.node-type-exhibit #content .pane-node-field-subtitle,
.node-type-exhibit #content .pane-node-field-subtitle *,
.node-type-exhibit #content .pane-node-field-related-content-title,
.node-type-exhibit #content .pane-node-field-related-content-title *,
.node-type-exhibit #content .pane-node-field-related-content-title-2,
.node-type-exhibit #content .pane-node-field-related-content-title-2 *,
.node-type-exhibit #content .pane-node-field-related-content-title-3,
.node-type-exhibit #content .pane-node-field-related-content-title-3 *,
.node-type-exhibit #content .pane-node-field-logo-container,
.node-type-exhibit #content .pane-node-field-logo-container * {
  color: #1a1a1a;
  font-weight: 500;
}
/* line 347, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-field-subtitle, .node-type-landing-page #content .pane-node-field-subtitle h2,
.node-type-landing-page #content .pane-node-field-related-content-title,
.node-type-landing-page #content .pane-node-field-related-content-title h2,
.node-type-landing-page #content .pane-node-field-related-content-title-2,
.node-type-landing-page #content .pane-node-field-related-content-title-2 h2,
.node-type-landing-page #content .pane-node-field-related-content-title-3,
.node-type-landing-page #content .pane-node-field-related-content-title-3 h2,
.node-type-landing-page #content .pane-node-field-logo-container,
.node-type-landing-page #content .pane-node-field-logo-container h2,
.node-type-exhibit #content .pane-node-field-subtitle,
.node-type-exhibit #content .pane-node-field-subtitle h2,
.node-type-exhibit #content .pane-node-field-related-content-title,
.node-type-exhibit #content .pane-node-field-related-content-title h2,
.node-type-exhibit #content .pane-node-field-related-content-title-2,
.node-type-exhibit #content .pane-node-field-related-content-title-2 h2,
.node-type-exhibit #content .pane-node-field-related-content-title-3,
.node-type-exhibit #content .pane-node-field-related-content-title-3 h2,
.node-type-exhibit #content .pane-node-field-logo-container,
.node-type-exhibit #content .pane-node-field-logo-container h2 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
/* line 351, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-field-subtitle h2,
.node-type-landing-page #content .pane-node-field-related-content-title h2,
.node-type-landing-page #content .pane-node-field-related-content-title-2 h2,
.node-type-landing-page #content .pane-node-field-related-content-title-3 h2,
.node-type-landing-page #content .pane-node-field-logo-container h2,
.node-type-exhibit #content .pane-node-field-subtitle h2,
.node-type-exhibit #content .pane-node-field-related-content-title h2,
.node-type-exhibit #content .pane-node-field-related-content-title-2 h2,
.node-type-exhibit #content .pane-node-field-related-content-title-3 h2,
.node-type-exhibit #content .pane-node-field-logo-container h2 {
  margin-bottom: 20px;
}
/* line 356, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-field-summary,
.node-type-landing-page #content .pane-node-field-related-content-descriptio,
.node-type-landing-page #content .pane-node-field-related-content2-descripti,
.node-type-landing-page #content .pane-node-field-related-content3-descripti,
.node-type-exhibit #content .pane-node-field-summary,
.node-type-exhibit #content .pane-node-field-related-content-descriptio,
.node-type-exhibit #content .pane-node-field-related-content2-descripti,
.node-type-exhibit #content .pane-node-field-related-content3-descripti {
  margin-bottom: 10px;
}
/* line 366, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .pane-node-field-link a,
.node-type-landing-page #content .pane-node-field-link-content-2 a,
.node-type-landing-page #content .pane-node-field-link-content-3 a,
.node-type-exhibit #content .pane-node-field-link a,
.node-type-exhibit #content .pane-node-field-link-content-2 a,
.node-type-exhibit #content .pane-node-field-link-content-3 a {
  font-weight: 500;
  color: #f27134;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/sites/all/themes/calacademy_zen/images/arrow-orange.png");
  padding-right: 20px;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 861, ../../sass/calacademy/_mixins.scss */
  .node-type-landing-page #content .pane-node-field-link a,
  .node-type-landing-page #content .pane-node-field-link-content-2 a,
  .node-type-landing-page #content .pane-node-field-link-content-3 a,
  .node-type-exhibit #content .pane-node-field-link a,
  .node-type-exhibit #content .pane-node-field-link-content-2 a,
  .node-type-exhibit #content .pane-node-field-link-content-3 a {
    background-image: url("/sites/all/themes/calacademy_zen/images/arrow-orange@2x.png");
  }
}
@media only screen and (min-width: 0) {
  /* line 881, ../../sass/calacademy/_mixins.scss */
  .node-type-landing-page #content .pane-node-field-link a,
  .node-type-landing-page #content .pane-node-field-link-content-2 a,
  .node-type-landing-page #content .pane-node-field-link-content-3 a,
  .node-type-exhibit #content .pane-node-field-link a,
  .node-type-exhibit #content .pane-node-field-link-content-2 a,
  .node-type-exhibit #content .pane-node-field-link-content-3 a {
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 366, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .pane-node-field-link a,
  .node-type-landing-page #content .pane-node-field-link-content-2 a,
  .node-type-landing-page #content .pane-node-field-link-content-3 a,
  .node-type-exhibit #content .pane-node-field-link a,
  .node-type-exhibit #content .pane-node-field-link-content-2 a,
  .node-type-exhibit #content .pane-node-field-link-content-3 a {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 381, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content #people,
.node-type-landing-page #content .pane-node-field-featured-people,
.node-type-landing-page #content .faq,
.node-type-exhibit #content #people,
.node-type-exhibit #content .pane-node-field-featured-people,
.node-type-exhibit #content .faq {
  margin-top: 20px;
  padding-bottom: 40px;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 381, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content #people,
  .node-type-landing-page #content .pane-node-field-featured-people,
  .node-type-landing-page #content .faq,
  .node-type-exhibit #content #people,
  .node-type-exhibit #content .pane-node-field-featured-people,
  .node-type-exhibit #content .faq {
    float: none;
    margin-top: 0;
    padding-bottom: 0;
  }
}
/* line 396, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content #people,
.node-type-landing-page #content .pane-node-field-featured-people,
.node-type-exhibit #content #people,
.node-type-exhibit #content .pane-node-field-featured-people {
  width: 240px !important;
}
/* line 400, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content #people .views-row,
.node-type-landing-page #content .pane-node-field-featured-people .views-row,
.node-type-exhibit #content #people .views-row,
.node-type-exhibit #content .pane-node-field-featured-people .views-row {
  display: none;
}
/* line 403, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content #people .views-row:first-child,
.node-type-landing-page #content .pane-node-field-featured-people .views-row:first-child,
.node-type-exhibit #content #people .views-row:first-child,
.node-type-exhibit #content .pane-node-field-featured-people .views-row:first-child {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 396, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content #people,
  .node-type-landing-page #content .pane-node-field-featured-people,
  .node-type-exhibit #content #people,
  .node-type-exhibit #content .pane-node-field-featured-people {
    width: 187px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 396, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content #people,
  .node-type-landing-page #content .pane-node-field-featured-people,
  .node-type-exhibit #content #people,
  .node-type-exhibit #content .pane-node-field-featured-people {
    padding-top: 20px;
    margin-bottom: 0;
  }
  /* line 413, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content #people, .node-type-landing-page #content #people .views-row,
  .node-type-landing-page #content .pane-node-field-featured-people,
  .node-type-landing-page #content .pane-node-field-featured-people .views-row,
  .node-type-exhibit #content #people,
  .node-type-exhibit #content #people .views-row,
  .node-type-exhibit #content .pane-node-field-featured-people,
  .node-type-exhibit #content .pane-node-field-featured-people .views-row {
    padding-right: 0;
    width: 100% !important;
  }
  /* line 418, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content #people .view-content,
  .node-type-landing-page #content .pane-node-field-featured-people .view-content,
  .node-type-exhibit #content #people .view-content,
  .node-type-exhibit #content .pane-node-field-featured-people .view-content {
    padding-right: 12px;
  }
}
/* line 426, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .faq,
.node-type-exhibit #content .faq {
  width: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 426, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .faq,
  .node-type-exhibit #content .faq {
    width: 541px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 426, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .faq,
  .node-type-exhibit #content .faq {
    width: 100%;
    padding-bottom: 20px;
  }
}
/* line 440, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-bottom .panel-pane,
.node-type-exhibit #content .panel-col-bottom .panel-pane {
  clear: both;
}
/* line 443, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .panel-col-bottom .panel-pane.faq,
.node-type-exhibit #content .panel-col-bottom .panel-pane.faq {
  clear: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 439, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-bottom,
  .node-type-exhibit #content .panel-col-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 453, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-bottom .panel-pane,
  .node-type-exhibit #content .panel-col-bottom .panel-pane {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 458, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-bottom .panel-pane.slideshow-midfeature-container, .node-type-landing-page #content .panel-col-bottom .panel-pane.faq,
  .node-type-exhibit #content .panel-col-bottom .panel-pane.slideshow-midfeature-container,
  .node-type-exhibit #content .panel-col-bottom .panel-pane.faq {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 463, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-bottom .panel-pane.faq,
  .node-type-exhibit #content .panel-col-bottom .panel-pane.faq {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 464, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .panel-col-bottom .panel-pane.faq .field-name-field-subtitle,
  .node-type-landing-page #content .panel-col-bottom .panel-pane.faq .field-name-field-summary-drawer,
  .node-type-exhibit #content .panel-col-bottom .panel-pane.faq .field-name-field-subtitle,
  .node-type-exhibit #content .panel-col-bottom .panel-pane.faq .field-name-field-summary-drawer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 477, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .right-rail,
.node-type-exhibit #content .right-rail {
  padding-bottom: 40px;
}
/* line 479, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
.node-type-landing-page #content .right-rail.cloned,
.node-type-exhibit #content .right-rail.cloned {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 477, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .right-rail,
  .node-type-exhibit #content .right-rail {
    width: 167px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 477, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .right-rail,
  .node-type-exhibit #content .right-rail {
    display: none;
  }
  /* line 490, ../../sass/calacademy/node-type-landing-page-or-exhibit.scss */
  .node-type-landing-page #content .right-rail.cloned,
  .node-type-exhibit #content .right-rail.cloned {
    display: block;
    width: inherit !important;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 0;
  }
}
