#poi {
  overflow: hidden;
  *zoom: 1;
  font-size: .85em; }
  #poi .color-cycle {
    background-color: #ff7245;
    color: #FFF;
    text-align: center;
    animation-name: colorCycle;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-animation-name: colorCycle;
    -webkit-animation-duration: 5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite; }
@keyframes colorCycle {
  0% {
    background-color: #ff7245; }
  25% {
    background-color: #36ae81; }
  50% {
    background-color: #ac63af; }
  75% {
    background-color: #0080ff; }
  100% {
    background-color: #ff7245; } }
@-webkit-keyframes colorCycle {
  0% {
    background-color: #ff7245; }
  25% {
    background-color: #36ae81; }
  50% {
    background-color: #ac63af; }
  75% {
    background-color: #0080ff; }
  100% {
    background-color: #ff7245; } }
  #poi input[type="text"] {
    background-image: url(../img/poi-nav-search.png);
    background-position: -10px -6px;
    background-repeat: no-repeat;
    border: none;
    border-bottom: #969897 dotted 2px;
    font-weight: bold;
    outline: none;
    text-indent: 30px;
    width: 100%; }
  #poi a {
    cursor: pointer; }
  #poi hr {
    border-top-color: #cccccc;
    border-top-style: dotted;
    border-top-width: 2px; }
  #poi .btn {
    background-color: #7b80b2;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5em;
    border: none;
    padding: 0.75em 2em;
    height: 3.0em;
    text-align: center; }
    #poi .btn:hover {
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      background-color: #5c629e;
      text-decoration: none; }
    #poi .btn.full {
      display: block;
      width: 100%; }
  #poi .hide-desktop {
    display: none !important; }
  #poi .lead {
    font-size: 17px; }
  #poi .nav-btn {
    background-color: #000;
    background-image: url(../img/poi-sprite.png);
    display: block;
    font-size: 15px;
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    padding: 5px;
    cursor: pointer; }
    #poi .nav-btn.nav-btn-map {
      background-position: -40px 0; }
    #poi .nav-btn.nav-btn-search {
      background-position: 0 0; }
    #poi .nav-btn.nav-btn-toc {
      background-position: -80px 0; }
    #poi .nav-btn.nav-btn-zoom-in {
      background-position: -120px 0; }
    #poi .nav-btn.nav-btn-zoom-out {
      background-position: -160px 0; }
    #poi .nav-btn.nav-btn-plus {
      background-image: url(../img/poi-nav-plus.png);
      background-repeat: repeat-y;
      background-color: transparent;
      background-position: 0 -8px;
      margin: 0;
      padding: 0 0 0 40px;
      display: inline-block; }
    #poi .nav-btn.nav-btn-back {
      background-image: url(../img/poi-nav-back.png);
      background-repeat: repeat-y;
      background-color: transparent;
      background-position: 0 -9px;
      margin: 0;
      padding: 5px 0 5px 40px;
      display: inline; }
  #poi .poi-half {
    float: left;
    min-height: 50%;
    width: 50%; }
  #poi .poi-pad {
    padding: 50px; }
  #poi .topic-story-tags {
    padding-top: 0; }
    #poi .topic-story-tags ul {
      overflow: visible !important; }
  #poi .topic-story-tags ul > li > a {
    font-size: 14px;
    padding: 64px 0 0 0;
    word-break: normal !important;
    text-align: center;
    width: 100%; }
    #poi .topic-story-tags ul > li > a strong {
      display: block;
      margin-left: 0;
      text-align: center; }
    #poi .topic-story-tags ul > li > a .tag-circle {
      display: block;
      top: 0;
      left: 50%;
      margin-left: -32px; }
  #poi #poi-home {
    margin-bottom: 120px; }
    #poi #poi-home h1 {
      font-size: 60px;
      margin: 0; }
    #poi #poi-home .poi-pad {
      padding: 0 50px; }
  #poi #poi-loading {
    background-color: #fff;
    display: block;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 30; }
    #poi #poi-loading .loading-wrapper {
      position: fixed;
      margin-left: -50px;
      margin-top: -50px;
      top: 50%;
      left: 50%;
      z-index: 31; }
    #poi #poi-loading .loading {
      color: #ffffff;
      background-color: #000;
      border-radius: 50%;
      width: 100px;
      height: 100px; }
      #poi #poi-loading .loading p {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        top: 50%;
        padding: 00px 20px;
        text-align: center; }
    #poi #poi-loading.error .loading-wrapper {
      margin-left: -100px;
      margin-top: -100px; }
    #poi #poi-loading.error .loading {
      background-color: #000;
      width: 200px !important;
      height: 200px !important; }
  #poi #poi-map {
    display: block;
    height: 325px;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%; }
    #poi #poi-map img {
      max-width: none; }
    #poi #poi-map .poi-map {
      display: block;
      height: 100%;
      width: 100%; }
    #poi #poi-map .poi-map-infowindow ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #poi #poi-map .poi-map-infowindow ul li {
        padding: 10px;
        border-bottom-color: #cccccc;
        border-bottom-style: dotted;
        border-bottom-width: 2px; }
        #poi #poi-map .poi-map-infowindow ul li.poi-author {
          background-repeat: no-repeat;
          border: none;
          color: #fff;
          font-weight: bold;
          text-indent: 30px; }
        #poi #poi-map .poi-map-infowindow ul li.poi-author-si {
          background-color: #acb51f;
          background-image: url(../img/poi-icon-si.png); }
        #poi #poi-map .poi-map-infowindow ul li.poi-author-affiliate {
          background-color: #f05a2a;
          background-image: url(../img/poi-icon-affiliate.png); }
        #poi #poi-map .poi-map-infowindow ul li.poi-author-public {
          background-color: #505988;
          background-image: url(../img/poi-icon-public.png); }
    #poi #poi-map nav.zoom {
      position: fixed;
      z-index: 11;
      top: 60px;
      margin-left: 30px; }
    #poi #poi-map .poi-attract-overlay {
      background-color: #000;
      display: block;
      height: 100%;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001; }
      #poi #poi-map .poi-attract-overlay img {
        position: absolute;
        top: 0;
        left: 0; }
  #poi #poi-navigation {
    overflow: hidden;
    *zoom: 1;
    height: 100%;
    border-left: #7c7fb2 2px solid;
    position: fixed;
    right: 0; }
    #poi #poi-navigation .btn-wrapper {
      display: block;
      position: fixed;
      right: 30px;
      top: 60px;
      z-index: 11; }
      #poi #poi-navigation .btn-wrapper .nav-btn {
        float: right;
        margin-left: 10px; }
        #poi #poi-navigation .btn-wrapper .nav-btn.selected {
          background-color: #505988; }
      #poi #poi-navigation .btn-wrapper .nav-btn-search {
        margin-right: 20px; }
    #poi #poi-navigation .btn-wrapper-submit {
      -moz-box-sizing: padding-box;
      -webkit-box-sizing: padding-box;
      box-sizing: padding-box;
      display: block;
      position: fixed;
      z-index: 10;
      bottom: 90px;
      padding: 0 30px;
      margin: 30px 0;
      width: 50%; }
      #poi #poi-navigation .btn-wrapper-submit .btn {
        display: block;
        width: 100%; }
        #poi #poi-navigation .btn-wrapper-submit .btn .nav-btn-plus {
          width: auto; }
  #poi #poi-nav {
    overflow: scroll;
    position: fixed;
    width: 50%;
    background-color: #fff; }
    #poi #poi-nav h1 {
      color: #7c7fb2;
      font-size: 30px;
      padding: 0;
      margin: 0; }
    #poi #poi-nav .head {
      border-bottom: #7c7fb2 2px solid;
      margin: 0;
      padding: 30px 30px 25px 30px; }
    #poi #poi-nav .search-bar {
      padding: 20px 30px; }
      #poi #poi-nav .search-bar .wrapper {
        overflow: hidden;
        *zoom: 1;
        display: block;
        width: 100%; }
        #poi #poi-nav .search-bar .wrapper .search-input {
          float: left;
          width: 40%; }
        #poi #poi-nav .search-bar .wrapper .search-spacer {
          color: #969897;
          display: block;
          float: left;
          width: 10%;
          text-align: center; }
        #poi #poi-nav .search-bar .wrapper .search-filter {
          position: absolute;
          overflow: visible;
          width: 35%;
          left: 50%; }
          #poi #poi-nav .search-bar .wrapper .search-filter label {
            -moz-transition: text-indent 0.5s ease;
            -o-transition: text-indent 0.5s ease;
            -webkit-transition: text-indent 0.5s ease;
            transition: text-indent 0.5s ease;
            background-image: url(../img/poi-nav-arrow.png);
            background-position: right -8px;
            background-repeat: no-repeat;
            border-bottom: #969897 dotted 2px;
            color: #969897;
            cursor: pointer;
            display: block;
            font-weight: bold;
            padding: 1px 0 1px 0; }
        #poi #poi-nav .search-bar .wrapper .search-clear {
          position: absolute;
          display: block;
          float: left;
          width: 10%;
          left: 90%;
          font-size: 12px;
          font-weight: 700;
          line-height: 24px; }
    #poi #poi-nav ul.tags {
      background-color: #7c7fb2;
      color: #fff;
      display: none;
      border-top: #7c7fb2 2px solid;
      list-style: none;
      margin: 0;
      padding: 0 0; }
      #poi #poi-nav ul.tags a {
        color: #fff; }
      #poi #poi-nav ul.tags li {
        cursor: pointer;
        font-size: 14px;
        padding: 2px 10px;
        border-bottom: #5c629e dotted 2px;
        padding: 10px 35px; }
        #poi #poi-nav ul.tags li.heading {
          color: #fff;
          background-color: #5c629e;
          border-bottom: none;
          font-size: 14px;
          font-weight: bold; }
    #poi #poi-nav ul.stories-list {
      border-top: #7c7fb2 2px solid;
      list-style: none;
      margin: 0;
      padding: 0 0 110px 0; }
      #poi #poi-nav ul.stories-list li {
        border-bottom: #969897 dotted 2px;
        padding: 10px 35px; }
        #poi #poi-nav ul.stories-list li a {
          color: #000;
          font-weight: bold; }
        #poi #poi-nav ul.stories-list li.heading {
          color: #fff;
          background-repeat: no-repeat;
          border-bottom: none;
          font-size: 14px;
          font-weight: bold; }
        #poi #poi-nav ul.stories-list li.heading-si {
          background-color: #acb51f;
          background-image: url(../img/poi-icon-si.png); }
        #poi #poi-nav ul.stories-list li.heading-affiliate {
          background-color: #f05a2a;
          background-image: url(../img/poi-icon-affiliate.png); }
        #poi #poi-nav ul.stories-list li.heading-visitor {
          background-color: #505988;
          background-image: url(../img/poi-icon-public.png); }
  #poi #poi-story {
    margin-bottom: 120px; }
    #poi #poi-story h4 {
      margin-top: 0; }
    #poi #poi-story .banner {
      background-color: #acb51f;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      margin: 0; }
      #poi #poi-story .banner .byline {
        text-indent: 40px;
        padding: 5px 0; }
      #poi #poi-story .banner.smithsonian {
        background-color: #acb51f; }
        #poi #poi-story .banner.smithsonian .byline {
          background: url(../img/poi-icon-si.png) no-repeat -5px -5px; }
      #poi #poi-story .banner.affiliate {
        background-color: #f05a2a; }
        #poi #poi-story .banner.affiliate .byline {
          background: url(../img/poi-icon-affiliate.png) no-repeat -5px -5px; }
      #poi #poi-story .banner.public {
        background-color: #505988; }
        #poi #poi-story .banner.public .byline {
          background: url(../img/poi-icon-public.png) no-repeat -5px -5px; }
      #poi #poi-story .banner h1 {
        color: #fff;
        font-size: 36px;
        margin: 0 0 15px 0; }
    #poi #poi-story .btn {
      margin: 20px 0px; }
    #poi #poi-story .content {
      overflow: hidden;
      *zoom: 1;
      padding: 30px 50px; }
      #poi #poi-story .content .video {
        overflow: hidden;
        *zoom: 1;
        display: block;
        margin: 10px 0px 35px 0px;
        width: 100%; }
      #poi #poi-story .content .teaser-image {
        margin: 10px 0px 35px 0px; }
      #poi #poi-story .content .body {
        float: left;
        width: 65%;
        margin-right: 5%; }
      #poi #poi-story .content .tags {
        clear: none;
        float: left;
        margin: 0;
        width: 30%; }
        #poi #poi-story .content .tags ul > li {
          margin: 0 !important;
          width: 100%; }
      #poi #poi-story .content .wrapper {
        overflow: hidden;
        *zoom: 1; }
    #poi #poi-story .title-case {
      text-transform: none !important; }
  @media screen and (max-width: 1024px) {
    #poi body {
      background-color: #ccc; }
    #poi .btn {
      display: block;
      font-size: 14px;
      width: 100%; }
    #poi .hide-desktop {
      display: block !important; }
    #poi .poi-half {
      width: 100%; }
    #poi #poi-home h1 {
      font-size: 42px;
      margin: 0; }
    #poi #poi-map {
      position: relative;
      width: 100%; }
      #poi #poi-map nav.zoom {
        position: absolute;
        top: 25px; }
    #poi #poi-nav {
      width: 100%;
      overflow: visible;
      position: relative; }
      #poi #poi-nav .head {
        padding: 35px 30px 30px 30px; }
      #poi #poi-nav h1 {
        font-size: 21px;
        width: 50%; }
      #poi #poi-nav .search-bar .wrapper .search-input {
        width: 100%;
        margin-bottom: 60px; }
      #poi #poi-nav .search-bar .wrapper .search-spacer {
        display: none; }
      #poi #poi-nav .search-bar .wrapper .search-filter {
        padding: 20px 30px;
        position: absolute;
        left: 0;
        margin-top: 30px;
        width: 100%; }
      #poi #poi-nav .search-bar .wrapper .search-clear {
        left: none;
        right: 0; }
      #poi #poi-nav ul.stories-list {
        padding: 0; }
    #poi #poi-navigation {
      border-left: none;
      position: relative; }
      #poi #poi-navigation .btn-wrapper {
        position: absolute;
        top: 25px; }
      #poi #poi-navigation .btn-wrapper-submit {
        width: 100%; }
    #poi #poi-story .banner h1 {
      font-size: 28px; }
    #poi #poi-story .content .body {
      width: 100%; }
    #poi #poi-story .content .tags {
      width: 100%; }
    #poi #poi-story .social-share {
      text-align: left; }
      #poi #poi-story .social-share .social-group {
        display: block; }
    #poi aside[data-delta="social_share"] a {
      margin-left: 5px;
      margin-right: 5px; }
    #poi.state-nav #poi-content {
      display: none; }
    #poi.state-nav #poi-navigation, #poi.state-nav .nav-el {
      display: block; }
    #poi.state-story #poi-content {
      display: block; }
    #poi.state-story #poi-navigation, #poi.state-story .nav-el {
      display: none; } }
  @media screen and (max-width: 768px) {
    #poi #poi-navigation .btn-wrapper-submit {
      position: relative;
      bottom: 15px;
      width: 100%; }
      #poi #poi-navigation .btn-wrapper-submit .nav-btn {
        font-size: 10px; }
        #poi #poi-navigation .btn-wrapper-submit .nav-btn.nav-btn-plus {
          background-image: none;
          padding: 0 0 0 0; } }

@media print {
  div[data-type="region"][data-name="header"],
  div[data-type="region"][data-name="footer"],
  #poi-navigation,
  .btn-wrapper,
  .menu,
  .poi-comments,
  .social-share,
  .tags {
    display: none; }

  #poi #poi-story .banner .byline {
    text-indent: 0px; }

  #poi-content {
    width: 100% !important; }

  #poi #poi-story .content .body {
    width: 100%; } }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/*# sourceMappingURL=silc-poi.css.map*/