/* line 392, ../../sass/calacademy/_mixins.scss */
.node-type-curated-list-page #content .panel-col-first,
.node-type-curated-list-page #content .right-rail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 397, ../../sass/calacademy/_mixins.scss */
.node-type-curated-list-page #content .panel-col-first {
  padding-right: 20px;
  width: 75%;
}
/* line 402, ../../sass/calacademy/_mixins.scss */
.node-type-curated-list-page #content .right-rail {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 408, ../../sass/calacademy/_mixins.scss */
  .node-type-curated-list-page #content .panel-col-first, .node-type-curated-list-page #content .panel-col-first .inside {
    width: 541px;
  }
  /* line 413, ../../sass/calacademy/_mixins.scss */
  .node-type-curated-list-page #content .right-rail {
    margin-left: 20px;
    width: 167px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 420, ../../sass/calacademy/_mixins.scss */
  .node-type-curated-list-page #content .panel-col-first,
  .node-type-curated-list-page #content .right-rail {
    padding-right: 0;
    width: 100%;
  }
}
/* line 10, ../../sass/calacademy/node-type-curated-list-page.scss */
.node-type-curated-list-page #content .panel-col-top .panel-pane {
  margin-bottom: 20px;
}
/* line 13, ../../sass/calacademy/node-type-curated-list-page.scss */
.node-type-curated-list-page #content .panel-col-top .panel-pane:first-child {
  margin-bottom: 40px;
}
/* line 20, ../../sass/calacademy/node-type-curated-list-page.scss */
.node-type-curated-list-page #content .field-name-field-curated-list-title {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 20, ../../sass/calacademy/node-type-curated-list-page.scss */
  .node-type-curated-list-page #content .field-name-field-curated-list-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 20, ../../sass/calacademy/node-type-curated-list-page.scss */
  .node-type-curated-list-page #content .field-name-field-curated-list-title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 25, ../../sass/calacademy/node-type-curated-list-page.scss */
  .node-type-curated-list-page #content .right-rail {
    margin-top: 40px;
  }
}
/* line 40, ../../sass/calacademy/node-type-curated-list-page.scss */
.node-type-curated-list-page #content .pane-curated-lists-curated-list-page-pane > .view-curated-lists > .view-content {
  height: 0px;
  overflow: hidden;
}
