@charset "UTF-8";
@import url("optional.css");
.library_page .flag::after {
  content: "";
  display: table;
  clear: both;
}

.library_page .content-area,
.library_page .sidebar-container {
  margin: 46px 0 30px;
}
.library_page .sharedaddy {
  margin-bottom: 24px;
}
.library_page .tabs {
  margin-top: 27px;
}
.library_page .tabs .tab {
  position: relative;
  vertical-align: top;
  width: 23%;
  border: solid 1px #000;
  text-align: center;
  cursor: pointer;
  margin-left: calc( 1.4% - 2px );
  margin-right: calc( 1.4% - 2px );
  font-size: 14px;
  height: 58px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .library_page .tabs .tab {
    margin-left: 0;
    margin-right: 0;
    width: calc( 100% - 2px );
  }
}
.library_page .tabs .tab:first-child {
  margin-left: 0;
}
.library_page .tabs .tab:last-child {
  margin-right: 0;
}
.library_page .tabs .tab:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.library_page .tabs .tab.active {
  background: #000;
  color: #fff;
  cursor: default;
}
.library_page .tabs .tab.active:after {
  border-top-color: #000;
}
.library_page .tabs .tab_content {
  padding-bottom: 50px;
}
.library_page .tabs .tab_content strong {
  font-family: "Open Sans Semibold" !important;
}
.library_page .tabs .tab_content p {
  margin-bottom: 28px;
}
.library_page .tabs .tab_content .read_more {
  font-size: inherit;
}
.library_page .tabs .tab_content .half {
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
  width: 50%;
}
.library_page .tabs .tab_content .third {
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
  width: calc(33.33333% - 60px);
  padding: 30px 30px 52px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .library_page .tabs .tab_content .third {
    padding: 20px 20px 32px 20px;
    width: calc(100% - 40px);
  }
}
.library_page .tabs .tab_content .third:nth-child(even) {
  background-color: #f8f8f8;
}
.library_page .tabs .tab_content .third p {
  font-style: italic;
}
.library_page .tabs .tab_content .third a {
  font-style: normal;
  color: #4097cb;
  text-decoration: none;
}
.library_page .tabs .tab_content .third a:hover {
  text-decoration: underline;
}
.library_page .tabs .tab_content .third a:before {
  content: '\A';
  white-space: pre;
}
.library_page .tabs .tab_content ul {
  color: #000;
  font-size: 18px;
  font-family: "Open Sans Light";
}
.library_page .tabs .tab_content ul a {
  color: #4097cb;
  text-decoration: none;
}
.library_page .tabs .tab_content ul a:hover {
  font-family: "Open Sans Semibold";
}
.library_page .tabs .tab_content li {
  list-style: none;
  margin-left: 0;
  line-height: 1.6;
}
.library_page .tabs .tab_content li::before {
  content: '• ';
}
.library_page .tabs .tab_content--text h5 {
  font-style: italic;
  margin-bottom: 10px;
}
.library_page .tabs .tab_content--text h5 a {
  color: inherit;
  text-decoration: none;
}
.library_page .tabs .tab_content--text h5:hover a {
  color: #de1f27;
}
.library_page .tabs .ico-title {
  margin-top: 14px;
  margin-bottom: 46px;
}
.library_page .subtitle {
  margin-bottom: 20px;
}
.library_page h1 {
  font: normal 46px "Open Sans Bold";
  line-height: 1.1;
}
.library_page h2 {
  font: normal 36px "Open Sans Light";
  line-height: 1.2;
}
.library_page h3 {
  font: italic 36px "Open Sans SemiBold";
  line-height: 1.2;
}
.library_page h4 {
  font: italic 28px "Open Sans Bold";
  line-height: 1.2;
}
.library_page h5 {
  font: normal 22px "Open Sans Bold";
  line-height: 1.2;
}
.library_page h6 {
  font: normal 18px "Open Sans SemiBold";
  line-height: 1.4;
}
.library_page p {
  font: normal 18px "Open Sans Light";
  line-height: 1.5;
}
.library_page .ico-block {
  margin-bottom: 44px;
}
.library_page .ico-block h5 {
  margin-bottom: 8px;
}
.library_page .ico-block .read_more {
  font-size: inherit;
}
.library_page .ico-title {
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 85px;
  margin-bottom: 32px;
  min-height: 71px;
}
.library_page .ico-block.decision {
  font: normal 18px 'Open Sans Light', sans-serif;
}
.library_page .ico-title.no-main-topic-icon {
  padding-left: 0;
}
@media (min-width: 768px) {
  .library_page .element-item.post .ico-title {
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .library_page .ico-title {
    background-size: 30px 30px;
    padding-left: 0;
    background-position: 0 0;
  }
  .library_page .ico-title .topic-tag {
    padding-left: 45px;
    margin-bottom: 10px;
    padding-top: 4px;
    display: block;
  }
}
.library_page .topic-tag {
  font-size: 14px;
  font-family: "Open Sans Regular";
  line-height: 1.714;
  text-decoration: none;
  color: #7cd0e6;
  text-transform: uppercase;
}
.library_page .topic-tag:hover {
  text-decoration: underline;
}
.library_page .topic-title {
  line-height: 1;
  margin-bottom: 8px;
}
.library_page h1.topic-title {
  font: italic 36px/1 "Open Sans Semibold";
}
@media screen and (max-width: 767px) {
  .library_page .topic-title {
    font-size: 24px;
  }
}
.library_page .topic-title:hover a {
  color: #de1f27;
}
.library_page .topic-title a {
  color: inherit;
  text-decoration: none;
}
.library_page .topic-subtitle {
  font-size: 20px;
  font-family: 'Open Sans Light';
  font-style: italic;
}
.library_page .topic-tag__freedom-of-religion {
  color: #7cd0e6;
}
.library_page .topic-tag__freedom-of-assembly {
  color: #f5bb6a;
}
.library_page .topic-tag__freedom-of-speech-expression {
  color: #4598c9;
}
.library_page .topic-tag__freedom-of-association {
  color: #ee6655;
}
.library_page .topic-tag__freedom-of-the-press {
  color: #469fb7;
}
.library_page .topic-tag__cases-on-campus {
  color: #dc242f;
}
.library_page .topic-description {
  margin: 20px 0;
  text-align: center;
}
.library_page .article-section.commentaries-decisions .topic-description {
  margin-top: -20px;
}
.library_page .read_more,
.library_page .link {
  font-size: 18px;
  font-family: "Open Sans Light";
  color: #4097cb;
  text-decoration: underline;
  line-height: 1.444;
}
.library_page .read_more:hover,
.library_page .link:hover {
  font-family: "Open Sans Semibold";
}
.library_page .categories {
  padding-bottom: 14px;
}
.library_page .categories p {
  margin-bottom: 4px;
}
.library_page .categories .link {
  font-size: 16px;
}
.library_page dl {
  font-size: 18px;
  margin-bottom: 30px;
}
.library_page dt {
  font-family: "Open Sans Semibold";
}
.library_page dd {
  font-family: "Open Sans Light";
}
.library_page dt, .library_page dd {
  display: inline;
  margin: 0;
  line-height: 1.6;
}
.library_page dd:after {
  content: '\A';
  white-space: pre;
}
.library_page .sidebar-inner .nav-menu > li > a {
  border-left: 11px solid #f6bc63;
}
.library_page .sidebar-inner .nav-menu > li > a:hover {
  background-color: #f6bc63;
}
.page-template-template-fal-homepage .fal-sidebar-menu,
.fal-search-results .fal-sidebar-menu,
.single-decision .fal-sidebar-menu {
  display: block !important;
  float: left;
  height: auto;
}
.library_page .sidebar-inner .nav-menu > li ul li a:hover {
  color: #4097cb;
}
.library_page .search_intro {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 42px 0 34px;
}
.library_page .search_intro h1 {
  color: #fff;
}
.library_page .search_intro h1 a {
  color: #fff;
  text-decoration: none;
}
.library_page .search_intro h1 a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.library_page .search_intro .searchform {
  padding: 14px 0 20px;
}
.library_page .search_intro input[type="text"] {
  background-color: rgba(255, 255, 255, 0.25);
  border: 0;
  border-bottom: 2px solid #fff;
  text-align: left;
  box-sizing: border-box;
  padding: 7px 10px !important;
  font-style: italic;
  font-family: 'Open Sans Light';
  font-size: 14px;
  color: #fff;
  width: 370px;
  max-width: calc(100% - 82px);
  height: auto;
  line-height: 2.2;
}
.library_page .search_intro input[type="text"]::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
}
.library_page .search_intro input[type="submit"] {
  width: 61px;
  height: 47px;
  background: #de2027 url(../img/ico/search.png) no-repeat center center;
  text-indent: -9999em;
  vertical-align: bottom;
  margin-left: 20px;
}
.library_page .search_intro input[type="submit"]:hover {
  background-color: #9c1013;
}
.library_page .search_intro .goto-advanced_search {
  font-family: 'Open Sans Light';
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
}
.library_page .search_intro .goto-advanced_search svg {
  fill: #fff;
  margin-left: 5px;
}
.library_page .search_intro .goto-advanced_search:hover {
  color: #de1f27;
}
.library_page .search_intro .goto-advanced_search:hover svg {
  fill: #de1f27;
}
.library_page .screen-reader-text {
  display: none;
}
.library_page .advanced_search {
  text-align: center;
  margin-bottom: 70px;
}
.library_page .advanced_search form {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}
.library_page .advanced_search select {
  width: 100%;
}
.library_page .advanced_search-title {
  text-align: center;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-bottom: 16px;
}
.library_page .advanced_search-intro {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 18px;
}
.library_page .advanced_search-intro + p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .library_page .advanced_search-intro + p {
    text-align: left;
  }
}
.library_page .read_more {
  text-align: center;
}
.library_page .btn {
  border: 0;
  font-family: 'Open Sans Semibold';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.library_page .btn__see-through {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 21px;
  font-size: 12px;
}
.library_page .btn__see-through:hover {
  background-color: #fff;
}
.library_page .btn__light {
  color: #DE2027;
  background-color: transparent;
  border: 1px solid #DE2027;
  font-size: 12px;
  line-height: 48px;
  padding: 0 48px;
  text-align: center;
  font-family: 'Open Sans Regular';
}
.library_page .btn__light:hover {
  color: #fff;
  background-color: #DE2027;
}
#infinite-handle {
  /* btn-middle */
  text-align: center;
}
#infinite-handle span {
  /* btn */
  border: 0;
  font-family: 'Open Sans Semibold';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* btn__light */
  color: #DE2027;
  background-color: transparent;
  border: 1px solid #DE2027;
  font-size: 12px;
  line-height: 48px;
  padding: 0 48px;
  text-align: center;
  font-family: 'Open Sans Regular';
}
#infinite-handle button {
  text-transform: uppercase;
}
#infinite-handle span:hover {
  /* btn__light:hover */
  color: #fff;
  background-color: #DE2027;
}
.library_page .btn__arrow {
  color: #fff;
  background-color: #DE2027;
  padding: 0 72px 0 15px;
  background-image: url("../img/ico/arrow.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.library_page .btn__arrow:hover {
  background-color: #9c1013;
}
.library_page .btn__arrow.active {
  background-color: #9c1013;
}
.library_page .btn__arrow-down {
  background-image: url("../img/ico/arrow_down.png");
}
.library_page .btn-middle {
  text-align: center;
}
.library_page .btn-multiple .btn {
  margin-left: 25px;
  margin-right: 25px;
}
.library_page .banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 50px;
  margin-bottom: 38px;
}
.library_page .banner-sub-topic,
.library_page .banner-main-topic {
  margin-bottom: 0;
}
.library_page .banner-main-topic + .wrapper {
  margin-bottom: 15px;
}
.library_page .banner h1 {
  color: #fff;
  text-align: center;
}
.library_page .one-half,
.library_page .one-third,
.library_page .two-thirds {
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .library_page .one-third {
    width: 33.33333%;
  }
}
.library_page .two-thirds {
  width: 66.66666%;
}
@media screen and (max-width: 768px) {
  .library_page .two-thirds {
    width: 100%;
  }
}
.library_page .one-half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .library_page .one-whole-mobile {
    width: 100%;
  }
}
.library_page .block-island {
  padding: 90px 42px 0 42px;
}
@media only screen and (max-width: 1200px) {
  .library_page .block-island {
    padding: 48px 26px 0 26px;
  }
}
@media screen and (max-width: 768px) {
  .library_page .block-island {
    padding: 12px 10px 0 10px;
  }
}
.library_page .block-image {
  vertical-align: middle;
  max-width: 100%;
}
.library_page .block-text {
  vertical-align: middle;
  position: relative;
  height: 0;
  min-height: 0;
  color: #fff;
}
.library_page .block-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 25px solid transparent;
}
.library_page .block-single {
  position: relative;
}
.library_page .block-group__horizontal {
  margin-top: 24px;
  margin-bottom: 67px;
}
.library_page .block-group__horizontal .block-text {
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  .library_page .block-group__horizontal .block-text {
    height: auto;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .library_page .block-group__horizontal .block-text .block-header {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.library_page .block-group__horizontal .block-text::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.library_page .block-group__horizontal .block-single:nth-child(even) .block-text {
  background: #de1f27;
}
@media screen and (min-width: 767px) {
  .library_page .block-group__horizontal .block-single:nth-child(even) .block-text {
    position: absolute;
    top: 100%;
  }
}
.library_page .block-group__horizontal .block-single:nth-child(even) .block-text::after {
  bottom: -50px;
  border-top: 25px solid #de1f27;
}
@media screen and (min-width: 767px) {
  .library_page .block-group__horizontal .block-single:nth-child(even) .block-text::after {
    bottom: auto;
    top: -50px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid #de1f27;
  }
}
.library_page .block-group__horizontal .block-single:nth-child(even) .btn__see-through:hover {
  color: #de1f27;
}
.library_page .block-group__horizontal .block-single:nth-child(odd) .block-text {
  background: #f5bb6a;
}
.library_page .block-group__horizontal .block-single:nth-child(odd) .block-text::after {
  bottom: -50px;
  border-top: 25px solid #f5bb6a;
}
.library_page .block-group__horizontal .block-single:nth-child(odd) .btn__see-through:hover {
  color: #f5bb6a;
}
@media only screen and (max-width: 959px) {
  .library_page .block-group__horizontal .block-image {
    width: 100%;
  }
  .library_page .block-group__horizontal .block-island {
    padding: 24px 24px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .library_page .block-group__vertical .one-half {
    width: 100%;
  }
}
.library_page .block-group__vertical .block-text {
  padding-bottom: 50%;
}
@media screen and (max-width: 767px) {
  .library_page .block-group__vertical .block-text {
    height: auto;
    padding-bottom: 20px;
  }
}
.library_page .block-group__vertical .block-text::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .library_page .block-group__vertical .block-text::after {
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -50px;
  }
}
.library_page .block-group__vertical .block-single:nth-child(even) .block-text {
  background: #de1f27;
}
@media screen and (min-width: 767px) {
  .library_page .block-group__vertical .block-single:nth-child(even) .block-text {
    position: absolute;
    left: 50%;
  }
}
.library_page .block-group__vertical .block-single:nth-child(even) .block-text::after {
  left: -50px;
  border-right: 25px solid #de1f27;
}
@media screen and (max-width: 768px) {
  .library_page .block-group__vertical .block-single:nth-child(even) .block-text::after {
    left: 50%;
    border-top: 25px solid #de1f27;
    border-right: 25px solid transparent;
  }
}
.library_page .block-group__vertical .block-single:nth-child(even) .btn__see-through:hover {
  color: #de1f27;
}
.library_page .block-group__vertical .block-single:nth-child(odd) .block-text {
  background: #f5bb6a;
}
.library_page .block-group__vertical .block-single:nth-child(odd) .block-text::after {
  right: -50px;
  border-left: 25px solid #f5bb6a;
}
@media screen and (max-width: 768px) {
  .library_page .block-group__vertical .block-single:nth-child(odd) .block-text::after {
    left: 50%;
    right: auto;
    border-top: 25px solid #f5bb6a;
    border-left: 25px solid transparent;
  }
}
.library_page .block-group__vertical .block-single:nth-child(odd) .btn__see-through:hover {
  color: #f5bb6a;
}
@media only screen and (max-width: 959px) {
  .library_page .block-group__vertical .block-header {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .library_page .block-group__vertical .block-header {
    font-size: 22px;
  }
  .library_page .block-group__vertical .block-island {
    padding: 24px 24px 0 24px;
  }
}
.library_page .block-header {
  font-size: 24px;
  font-style: normal;
  font-family: 'Open Sans Regular';
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .library_page .block-header {
    font-size: 14px;
  }
}
.library_page .block-header a {
  color: inherit;
  text-decoration: none;
}
.library_page .boxes {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.library_page .boxes a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .library_page .boxes .one-third {
    width: 100%;
  }
}
.library_page .box-color {
  display: table;
  background: #000;
  min-height: 105px;
  margin: 5px;
  padding: 0 20px 0 54px;
  width: calc(100% - 94px);
}
@media only screen and (max-width: 1169px) {
  .library_page .box-color {
    padding: 0 10px 0 24px;
    width: calc(100% - 54px);
  }
}
@media only screen and (max-width: 959px) {
  .library_page .box-color {
    padding: 0 20px 0 54px;
    width: calc(100% - 94px);
  }
}
.library_page .box-color span {
  display: block;
}
.library_page .box-color span:first-child {
  font-size: 16px;
  font-family: 'Open Sans Regular';
}
.library_page .box-color span:last-child {
  font-size: 25px;
  font-family: 'Open Sans Semibold';
}
.library_page .box-inner {
  display: table-cell !important;
  vertical-align: middle;
  max-width: 160px; /* Added by Chuck on November 18, 2016 to fix the length of the Freedom of Association Box */
}
.library_page .flag {
  display: table;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .library_page .flag {
    display: block;
  }
}
.library_page .flag--img {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .library_page .flag--img {
    vertical-align: top;
    float: left;
    margin-right: 0;
    display: block;
    max-width: 24.5%;
  }
}
.library_page .flag--img > img {
  display: block;
}
@media screen and (max-width: 767px) {
  .library_page .flag--img > img {
    display: block;
    max-width: 100%;
  }
}
.library_page .flag--body {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding-left: 32px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .library_page .flag--body {
    vertical-align: top;
    overflow: hidden;
    display: block;
    padding-left: 12px;
    padding-right: 15px;
  }
}
.library_page .article-title {
  font-size: 20px;
  font-family: 'Open Sans Regular';
  line-height: 1.35;
  font-style: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
  .library_page .article-title {
    font-size: 16px;
  }
}
.library_page .article-title:hover {
  color: #de1f27;
}
.library_page .article-title a {
  color: inherit;
  text-decoration: none;
}
.library_page .article-date {
  font-size: 16px;
  font-family: 'Open Sans Regular';
  text-decoration: none;
  color: #de1f27;
}
.library_page .middle-title {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 36px;
}
.library_page .timeline-slider {
  text-align: center;
  margin-top: 40px;
}
.library_page .timeline-slider h1 {
  font-size: 50px;
  font-family: 'Open Sans Light';
  color: #333333;
}
@media screen and (max-width: 767px) {
  .library_page .timeline-slider h1 {
    font-size: 36px;
  }
}
.library_page .timeline-slider-form {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.library_page .timeline-slider p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .library_page .timeline-slider p {
    margin-bottom: 30px;
  }
}
.library_page .date-slider {
  font-size: 18px;
  font-family: 'Open Sans Semibold';
  color: black;
  text-align: center;
  line-height: 36px;
  height: 36px;
  border: 2px solid #e9e9e9;
  background-color: rgba(233, 233, 233, 0);
  border-radius: 50px;
  vertical-align: top;
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .library_page .date-slider {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .library_page .date-slider {
    display: none;
  }
}
.library_page .date-slider-submit {
  font-size: 14px;
  font-family: "Open Sans Regular";
  color: white;
  line-height: 40px;
  border: 0;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background-color: #df1f28;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: top;
  position: absolute;
  right: -4px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .library_page .date-slider-submit {
    display: none;
  }
}
.library_page .date-slider-info {
  font-size: 15px;
  font-family: "Open Sans Regular";
  color: silver;
  line-height: 1.333;
}
@media screen and (min-width: 768px) {
  .library_page .date-slider-info {
    display: none;
  }
}
.library_page .slider-container {
  width: 654px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .library_page .slider-container {
    display: none;
  }
}
.library_page .slider-container .back-bar {
  height: 10px;
  position: relative;
  background-color: #e9e9e9;
  height: 40px;
  border-radius: 50px;
}
.library_page .slider-container .back-bar::after {
  content: 'Slide to choose a year';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  font-family: "Open Sans Regular";
  color: silver;
  line-height: 1.333;
}
.library_page .slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.library_page .slider-container .back-bar .pointer {
  position: absolute;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
  top: 3px;
  width: 85px;
  height: 34px;
}
.library_page .slider-container .back-bar .pointer::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.library_page .slider-container .back-bar .pointer-label {
  position: absolute;
  top: 3px;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
  font-size: 18px;
  font-family: 'Open Sans Semibold';
  color: white;
  line-height: 1.9;
  cursor: col-resize;
  background-color: #de1f27;
  width: 85px;
  height: 34px;
  border-radius: 50px;
}
.library_page .slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.library_page .slider-container .scale {
  top: 2px;
  position: relative;
}
.library_page .slider-container .scale span {
  position: absolute;
}
.library_page .slider-container .scale span:first-child {
  margin-left: 10px;
}
.library_page .slider-container .scale span:last-child {
  margin-left: -20px;
}
.library_page .slider-container .scale ins {
  background-color: transparent;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  font-family: 'Open Sans Light';
  color: #333333;
  line-height: 1.429;
}
.library_page .slider-container.slider-readonly .clickable-dummy,
.library_page .slider-container.slider-readonly .pointer {
  cursor: auto;
}
.library_page .timeline {
  position: relative;
}
@media screen and (max-width: 767px) {
  .library_page .timeline {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .library_page .timeline {
    margin-top: 236px;
    margin-bottom: 80px;
  }
}
.library_page .timeline::after {
  content: "";
  display: table;
  clear: both;
}
.library_page .timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  bottom: 170px;
  background: #cbc9c9;
  top: 0;
}
@media screen and (max-width: 767px) {
  .library_page .timeline::before {
    left: calc(100% + 53px);
  }
}
@media screen and (min-width: 768px) {
  .library_page .timeline::before {
    top: -170px;
  }
}
.library_page .timeline .timeline-img {
  position: relative;
}
.library_page .timeline .timeline-img:hover + .timeline-title a {
  color: #de1f27;
}
.library_page .timeline .timeline-img::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  left: calc(100% + 8px);
  top: 50%;
  background: #cbc9c9;
}
@media screen and (max-width: 960px) {
  .library_page .timeline .timeline-img::after {
    width: 10px;
    left: calc(100% + 18px);
  }
}
.library_page .timeline .timeline-img::before {
  content: '';
  position: absolute;
  border: 4px solid #cbc9c9;
  border-radius: 50%;
  background-color: white;
  width: 14px;
  height: 14px;
  right: -115px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .library_page .timeline .timeline-img::before {
    right: -76px;
  }
}
@media screen and (max-width: 767px) {
  .library_page .timeline .timeline-img::before {
    right: -64px;
  }
}
.library_page .timeline .timeline-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .library_page .timeline .timeline-img img {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
}
.library_page .timeline li {
  position: relative;
  clear: both;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .library_page .timeline li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .library_page .timeline li {
    float: left;
    padding-left: 13px;
    width: 296px;
    min-height: 675px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 960px) {
  .library_page .timeline li {
    padding-left: 8.5%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1170px) {
  .library_page .timeline li {
    padding-left: 10%;
    width: 364px;
  }
}
@media screen and (min-width: 768px) {
  .library_page .timeline li:nth-of-type(even) {
    float: right;
    padding-left: 0;
    padding-right: 13px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 960px) {
  .library_page .timeline li:nth-of-type(even) {
    padding-right: 8.5%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1170px) {
  .library_page .timeline li:nth-of-type(even) {
    padding-right: 10%;
  }
}
@media screen and (min-width: 768px) {
  .library_page .timeline li:nth-of-type(even) time {
    left: 0;
    right: auto;
  }
  .library_page .timeline li:nth-of-type(even) .timeline-img::after {
    left: auto;
    right: calc(100% + 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .library_page .timeline li:nth-of-type(even) .timeline-img::after {
    right: calc(100% + 18px);
  }
}
@media screen and (min-width: 768px) {
  .library_page .timeline li:nth-of-type(even) .timeline-img::before {
    right: auto;
    left: -115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .library_page .timeline li:nth-of-type(even) .timeline-img::before {
    left: -76px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .library_page .timeline li:nth-of-type(even) .timeline-img::before {
    left: -64px;
  }
}
@media screen and (min-width: 768px) {
  .library_page .timeline li:nth-of-type(odd), .library_page .timeline li:nth-of-type(even) {
    margin: -300px 0 0 0;
  }
  .library_page .timeline li:first-child {
    margin: -170px 0 0 0;
  }
}
.library_page .timeline time {
  position: absolute;
  top: 50%;
  right: 0;
  background: green;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans Bold";
  line-height: 2;
  background-color: #de1f27;
  width: 120px;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.library_page .timeline time.short {
  width: 80px;
}
.library_page .timeline .timeline-title {
  font-size: 19px;
  font-family: "Open Sans Bold";
  color: #333333;
  font-style: italic;
  line-height: 1.2;
  margin: 15px 0;
}
.library_page .timeline .timeline-title a {
  color: inherit;
  text-decoration: none;
}
.library_page .timeline .timeline-title a:hover {
  color: #de1f27;
}
.library_page .timeline p {
  font-size: 15px;
  font-family: 'Open Sans Light';
  color: #333333;
  line-height: 1.333;
}
.library_page .article-section {
  margin-top: 62px;
  padding-top: 66px;
  padding-bottom: 62px;
}
.library_page .article-section.commentaries-decisions {
  padding-bottom: 0;
  margin-top: 0;
  background: #fff;
}
.library_page .article-section + .article-section {
  margin-top: 0;
}
.library_page .article-section .btn-middle {
  margin-top: 22px;
}
.library_page .article-section__title {
  margin-bottom: 48px;
}
.library_page .commentaries-decisions .article-section__title {
  margin-bottom: 40px;
}
.library_page .commentaries-decisions .filter-button-group {
  margin: 40px auto 60px;
}
.library_page .breadcrumbs {
  margin-top: 12px;
}
.library_page .breadcrumbs a,
.library_page .breadcrumbs span {
  font-size: 14px;
  font-family: 'Open Sans Light';
  color: #707070;
  font-style: italic;
  line-height: 1.714;
}
.library_page .breadcrumbs a {
  text-decoration: none;
}
.library_page .breadcrumbs a:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .library_page .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .library_page .hidden-desktop {
    display: none !important;
  }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.library_page .advanced_search select,
.library_page .advanced_search .input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  margin-bottom: 12px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 2.65;
  height: 44px !important;
  border-radius: 0;
  color: #707070;
  font-family: 'Open Sans Regular';
}
.library_page .advanced_search select::-webkit-input-placeholder,
.library_page .advanced_search .input::-webkit-input-placeholder {
  color: #707070;
}
.library_page .advanced_search select:-moz-placeholder,
.library_page .advanced_search .input:-moz-placeholder {
  color: #707070;
}
.library_page .advanced_search select::-moz-placeholder,
.library_page .advanced_search .input::-moz-placeholder {
  color: #707070;
}
.library_page .advanced_search select:-ms-input-placeholder,
.library_page .advanced_search .input:-ms-input-placeholder {
  color: #707070;
}
.library_page .advanced_search select:placeholder,
.library_page .advanced_search .input:placeholder {
  color: #707070;
}
.library_page .advanced_search select::-webkit-input-placeholder,
.library_page .advanced_search .input::-webkit-input-placeholder {
  color: #707070;
}
.library_page .advanced_search select::-moz-placeholder,
.library_page .advanced_search .input::-moz-placeholder {
  color: #707070;
}
.library_page .advanced_search select:-ms-input-placeholder,
.library_page .advanced_search .input:-ms-input-placeholder {
  color: #707070;
}
.library_page .advanced_search select::placeholder,
.library_page .advanced_search .input::placeholder {
  color: #707070;
}
.library_page .advanced_search ::-webkit-input-placeholder {
  color: #707070;
}
.library_page .advanced_search :-moz-placeholder {
  color: #707070;
}
.library_page .advanced_search ::-moz-placeholder {
  color: #707070;
}
.library_page .advanced_search :-ms-input-placeholder {
  color: #707070;
}
.library_page .advanced_search :placeholder {
  color: #707070;
}
.library_page .advanced_search ::-webkit-input-placeholder {
  color: #707070;
}
.library_page .advanced_search ::-moz-placeholder {
  color: #707070;
}
.library_page .advanced_search :-ms-input-placeholder {
  color: #707070;
}
.library_page .advanced_search ::placeholder {
  color: #707070;
}
.library_page .advanced_search .input {
  width: calc( 100% - 36px);
  padding: 0 18px !important;
}
.library_page .advanced_search select {
  width: 100% !important;
  background-image: url("../img/ico/select.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: left;
  margin-bottom: 12px;
  min-height: 40px;
  width: 100% !important;
  border: 1px solid #eeeeee;
}
.chosen-container::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  z-index: 1;
  pointer-events: none;
  cursor: text;
  background-image: url("../img/ico/select.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  display: inline-block;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #707070;
  font-family: sans-serif;
  border-radius: 0;
  height: 40px;
  font-family: 'Open Sans Regular';
  font-size: 16px;
  line-height: 2.65;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 7px 5px 5px 0;
  padding: 0 50px 0 15px;
  max-width: 100%;
  color: #000;
  cursor: default;
  font-family: 'Open Sans Regular';
  font-size: 15px;
  line-height: 1.5;
  line-height: 2;
  background-color: #f4f3f3;
}
.chosen-container-multi .chosen-choices li.search-choice:hover {
  color: #de1f27;
}
.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close {
  background: url("../img/ico/close_hover.png");
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/ico/close.png");
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: 40;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

.star-pagination {
  color: #999;
}

.star-pagination::after {
  display: inline;
  position: relative;
  content: "\25aa";
  float: left;
  left: -1em;
  font-size: 1em;
  color: #333;
  width: 0;
}

blockquote .star-pagination::after {
  display: none;
}

.library_page .subtopics-container {
  columns: 230px 4;
}

/* Use `display: inline-block` to have divs go top to bottom, then left to right. */
/* Refs: <http://stackoverflow.com/a/17632323> */
.library_page .fal-subtopic {
  display: inline-block;
  margin-bottom: 30px;
  color: white;
  font-weight: bold;
  height: 100px;
  min-width: 230px;
  max-width: 230px;
  text-align: center;

  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
}

.library_page .fal-subtopic > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content-box: border-box;
  padding: 5px;
}

.library_page .fal-subtopic a {
  font: 20px "Open Sans Regular", sans-serif;
  color: white;
  text-decoration: none;
}

.library_page .fal-subtopic a:hover {
  text-decoration: underline;
}

.library_page .fal-parent-topic-freedom-of-religion { background-color: #7cd0e6; }
.library_page .fal-parent-topic-freedom-of-assembly { background-color: #f5bb6a; }
.library_page .fal-parent-topic-freedom-of-speech-expression { background-color: #4598c9; }
.library_page .fal-parent-topic-freedom-of-association { background-color: #ee6655; }
.library_page .fal-parent-topic-freedom-of-the-press { background-color: #469fb7; }
.library_page .fal-parent-topic-cases-on-campus { background-color: #dc242f; }

.library_page .decision-text {
  padding-left: 17px;
}

.activeCite {
  border-left: 5px solid #73cde1;
  padding-left: 15px;
}

.page-template-fal-page-template .category-title a:hover {
  text-decoration: underline;
}

.library_page .citation_wrapper {
	font-style: italic;
}

.library_page .report-error {
	margin-top: 15px;
}

.library_page .report-error .link {
	font-size: inherit;
}

/* Glossary */
.glossary table {
	margin: 20px auto;
	font: 16px/1.5 "Open Sans", sans-serif;
}
.glossary p {
	font: 16px/1.5 "Open Sans", sans-serif;
	padding: 10px 0;
}
.glossary thead {
	background-color: #FFF;
	border-bottom: thin solid #AAA;
}
.glossary tr:nth-child(even) {
	background-color: #F1F2ED;
}
.glossary th, .glossary td {
	padding: 30px;
	vertical-align: middle;
	color: #000;
}
.glossary th {
	font: 22px "Open Sans Light", sans-serif;
}
.glossary td:first-child {
	width: 20%;
	font: 20px/1.2 "Open Sans Semibold", sans-serif;
}
.glossary td:first-child a {
	color: #4097CB;
	text-decoration: none;
}
.library_page .glossary_search_intro {
	background-image: url("../img/book-pages-40.png");
}

.library_page .glossary_search_intro h1 {
	color: #000;
}

.library_page .glossary-searchform input[type=text] {
	color: #000;
	border-bottom: 2px solid #000;
}

/*
 * banned books template
 */

.fal-banned-books label {
    color: #fff;
    font-size: 18px;
    margin: 0 15px 0 3px;
    vertical-align: text-bottom;
}

.fal-banned-books button[type="submit"] {
    line-height: 16px;
}

.fal-banned-books input[type="radio"] {
    cursor: pointer;
}

.banned-book-entry {
    height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
}

.banned-book-entry table {
    height: 100%;
    left: -15px;
    position: relative;
    top: 0;
    z-index: 10;
}

.banned-book-entry table td {
    font-size: 16px;
}

.banned-book-cover {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 370px;
    z-index: 20;
}

.banned-book-cover img {
    height: 500px;
    width: 370px;
}

@media (min-width: 992px) and (max-width: 1169px) {
    .banned-book-entry {
        height: 404px;
        width: 300px;
    }

    .banned-book-cover img {
        height: 404px;
        width: 275px;
    }

    .banned-book-entry table td {
        font-size: 13px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .banned-book-entry {
        height: 500px;
        width: 395px;
    }

    .banned-book-cover img {
        height: 500px;
        width: 370px;
    }
}

@media (max-width: 479px) {
    .banned-book-entry {
        height: 441px;
        width: 330px;
    }

    .banned-book-cover img {
        height: 441px;
        width: 300px;
    }

    .banned-book-entry table td {
        font-size: 13px;
    }
}
