@media only screen and (max-width: 1086px) {
  #content {
    max-width: 90%; } }
@media only screen and (max-width: 1024px) {
  #header > nav {
    margin: 0 0 0 0;
    max-width: 100%;
    width: 100%; } }
@media only screen and (max-width: 900px) {
  h1#main-site-title {
    text-align: center; }

  #footer .footer-inner-top {
    max-width: 90%;
    padding-left: 0em;
    height: auto;
    position: relative; }
    #footer .footer-inner-top .footer-inner-top-left {
      padding-bottom: 2rem;
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: auto;
      border-right: none;
      border-bottom: 1px solid #ccc;
      text-align: center; }
      #footer .footer-inner-top .footer-inner-top-left img {
        position: relative;
        top: auto;
        transform: none; }
    #footer .footer-inner-top .footer-inner-top-right {
      width: 100%;
      height: auto;
      padding-left: 0;
      padding-top: 2rem; } }
@media only screen and (max-width: 768px) {
  /* ========================================================= *
   * SEARCH
   * ========================================================= */
  .search-results > footer {
    font-size: 1.6em; }
  .search-results > header h2 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .search-results .search-item .list-type {
    width: 100%; }
  .search-results #header {
    background-color: #edeff9;
    color: #000000; }
  .search-results #content {
    padding: 0.8em; }

  #main {
    padding: 0 1em; }

  .has-sidebar #main {
    float: none;
    width: 100%;
    padding: 0.8em; }
  .has-sidebar #side {
    float: none;
    width: 100%;
    padding: 0; }
  .has-sidebar #content {
    padding: 0; }

  #content {
    padding: 0; }

  .no-sidebar #main {
    padding: 0.8em; } }
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header > nav {
    overflow: auto; } }
@media only screen and (max-width: 480px) {
  .search-results .col-xs-6 {
    width: 100%; } }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=custom-responsive.css.map */
