body {
  margin: 0;
  padding: 0;
  min-width: 300px;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  color: #42444a;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff; }
  body .sso_no, body .sso_yes, body .content_yes, body .content_no {
    display: none; }
  body.sso_no .sso_no {
    display: inherit; }
  body.sso_yes .sso_yes {
    display: inherit; }
  body.content_yes .content_yes {
    display: inherit; }
  body.content_no .content_no {
    display: inherit; }
  body.soon h1 {
    text-align: center;
    font-size: 2em;
    padding: 2em;
    color: #555; }

.session-od a {
  color: #10366f;
  font-size: 0.6em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }
  .session-od a .sso_yes {
    width: 7.5em;
    overflow: visible; }
  .session-od a.hover {
    color: #ed8b00; }

a {
  color: #5d90c8;
  text-decoration: none; }
  a.play {
    display: grid;
    grid-template-columns: 5em 2em;
    grid-template-rows: 2.5em;
    grid-gap: .05em;
    margin: 0 0.2em 0.5em 0.2em; }
    a.play .pl-text, a.play .pl-icon {
      align-self: center;
      justify-self: center;
      width: 100%;
      height: 100%;
      color: #fff; }
    a.play .pl-text {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: .9em;
      padding-top: 0.85em;
      background-color: #10366f;
      text-transform: uppercase;
      box-sizing: border-box;
      border-radius: 0.2em 0 0 0.2em;
      letter-spacing: 0.2em; }
    a.play .pl-icon {
      font-size: 1.2em;
      padding-top: 0.5em;
      background-color: #5d90c8;
      color: #fff;
      box-sizing: border-box; }
  a:hover {
    color: #10366f; }
    a:hover.play .pl-text, a:hover.play .pl-icon {
      color: #ed8b00; }

.inner {
  position: relative;
  width: 90%;
  margin: 0 5%; }

#footer {
  width: 24em;
  margin: 2em auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 4fr;
  grid-template-rows: 3em 3em; }
  #footer a {
    justify-self: center;
    align-self: center;
    grid-gap: 1em 1em; }
    #footer a.social {
      font-size: 2em; }
    #footer a.weburl {
      font-size: 1.2em;
      grid-column: 1/5; }

@keyframes fadeInAnimation {
  0% {
    filter: blur(2px) opacity(0.2) brightness(50%); }
  100% {
    filter: blur(2px) opacity(0.7) brightness(100%); } }

h1, h2, h3, h4 {
  letter-spacing: .05em;
  line-height: 1.15; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em;
  font-weight: 800; }

span.full {
  display: inherit; }

span.narr-in {
  display: none; }

span.narr-bl {
  display: none; }

#prompt {
  margin: 2em auto 15em auto;
  text-align: center; }
  #prompt h1 {
    margin-bottom: 2em;
    font-family: Roboto;
    font-weight: 100;
    font-style: italic;
    background-color: #fff;
    color: #42444a; }
  #prompt a {
    font-weight: 700; }
  #prompt .response {
    margin: 1em; }
    #prompt .response a {
      font-size: 2em; }

.header-inner {
  width: 90%;
  margin: 0 5%; }

#header {
  position: relative;
  z-index: 100;
  padding: 0;
  text-align: center;
  background-color: #fff;
  color: #42444a;
  width: 100%;
  margin: 20px 0 20px 0;
  height: 150px; }
  #header .header-inner {
    z-index: 10;
    height: 150px;
    position: relative; }
    #header .header-inner .nw, #header .header-inner .nc, #header .header-inner .ne {
      height: 150px;
      position: absolute;
      text-align: center;
      bottom: 0; }
    #header .header-inner img {
      height: 150px;
      margin: 0 auto;
      position: relative; }
    #header .header-inner .nw {
      width: 395.5px;
      left: 0px;
      z-index: 40; }
      #header .header-inner .nw img {
        width: 395.5px; }
    #header .header-inner .nc {
      left: 0;
      right: 0px;
      z-index: 20; }
      #header .header-inner .nc img {
        position: relative;
        width: 0px;
        margin: 0 auto; }
    #header .header-inner .ne {
      width: 238px;
      height: 60px;
      right: 0px;
      z-index: 30; }
      #header .header-inner .ne img {
        height: 60px;
        width: 238px; }
  #header .inner_bg {
    position: absolute;
    z-index: 5;
    width: 6%;
    height: 150px;
    top: 0;
    right: 0; }

#header-nav {
  position: relative;
  padding: 0;
  color: #dde1e4;
  border-top: 2px solid #5d90c8;
  background-color: #10366f;
  width: 100%;
  margin: 0 0 0 0; }
  #header-nav .header-inner {
    padding: .2em 0 .2em 0;
    display: grid;
    grid-template-columns: auto auto; }
    #header-nav .header-inner .hnav {
      align-self: center; }
      #header-nav .header-inner .hnav#hnav1 {
        justify-self: self-start;
        text-align: left; }
      #header-nav .header-inner .hnav#hnav2 {
        justify-self: self-end;
        text-align: right;
        font-size: .8em; }
        #header-nav .header-inner .hnav#hnav2 span {
          color: #999; }
          #header-nav .header-inner .hnav#hnav2 span a {
            font-size: 1em;
            color: #dde1e4; }
      #header-nav .header-inner .hnav a {
        font-size: .8em;
        color: #dde1e4;
        text-decoration: none;
        padding: 0 .5em; }
        #header-nav .header-inner .hnav a:hover {
          color: #ed8b00; }

@media (max-width: 828.10458px) {
  #header .header-inner .nc {
    display: none; } }

@media (max-width: 745.29412px) {
  #header .header-inner .nc {
    display: none; }
  #header .header-inner .ne {
    display: none; }
  #header .inner_bg {
    display: none; } }

@media (max-width: 500px) {
  #header {
    margin: 10px 0 10px 0;
    height: 113.78003px; }
    #header .header-inner {
      height: 113.78003px; }
      #header .header-inner .nw {
        margin: 0 auto;
        width: 300px;
        height: 113.78003px; }
        #header .header-inner .nw img {
          height: 113.78003px;
          width: 300px; } }

@media (max-width: 600px) {
  .inner, .header-inner {
    width: 96%;
    margin: 0 2%; }
  #header .inner_bg {
    width: 3%; } }

@media (min-width: 1200px) {
  .inner, .header-inner {
    width: 80%;
    margin: 0 10%; }
  #header .inner_bg {
    width: 11%; } }

@media (min-width: 1600px) {
  .inner, .header-inner {
    width: 70%;
    margin: 0 15%; }
  #header .inner_bg {
    width: 16%; } }

#main {
  overflow: auto;
  position: relative; }
  #main:before {
    content: "";
    position: fixed;
    left: -2%;
    right: -2%;
    z-index: -1;
    top: -2%;
    bottom: -2%;
    width: 105%;
    height: 105%;
    display: block;
    background-size: 105% 105%;
    background-size: cover;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

@keyframes fadeInAnimation {
  0% {
    filter: blur(2px) opacity(0.2) brightness(50%); }
  100% {
    filter: blur(2px) opacity(0.8) brightness(100%); } }

body.ex h1 {
  color: #008396;
  font-weight: 400;
  font-size: 1.3em;
  text-align: center;
  background-color: rgba(221, 225, 228, 0.5);
  width: 100%;
  padding: .4em 0;
  margin: 1em 0 .5em 0; }

body.ex #upper {
  margin: 0 0 1em 0;
  padding: 1em 0; }
  body.ex #upper .exhall, body.ex #upper .exhall1 {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(1, 1fr); }
    body.ex #upper .exhall a.exhibit, body.ex #upper .exhall1 a.exhibit {
      background-color: white;
      padding: .5em;
      text-decoration: none;
      color: #10366f;
      font-weight: 200;
      border-radius: 0;
      border: 2px solid #dde1e4;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 9em 3em; }
      body.ex #upper .exhall a.exhibit img, body.ex #upper .exhall1 a.exhibit img {
        height: 8em;
        justify-self: center;
        align-self: center;
        padding: .5em 0; }
      body.ex #upper .exhall a.exhibit div.ex-name, body.ex #upper .exhall1 a.exhibit div.ex-name {
        justify-self: center;
        align-self: center;
        text-align: center;
        color: #39a5d6; }
      body.ex #upper .exhall a.exhibit:hover, body.ex #upper .exhall1 a.exhibit:hover {
        border-color: #ed8b00;
        margin: -0.25em;
        padding: 0.25em;
        transition: 0.3s ease-in-out; }
  body.ex #upper .exhall1 a.exhibit {
    grid-template-rows: 15em 3em; }
    body.ex #upper .exhall1 a.exhibit img {
      height: 14em; }

@media (min-width: 800px) {
  body.ex #upper .exhall {
    grid-template-columns: repeat(3, 1fr); }
  body.ex #upper .exhall1 {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1200px) {
  body.ex #upper .exhall {
    grid-template-columns: repeat(4, 1fr); }
  body.ex #upper .exhall1 {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1600px) {
  body.ex #upper .exhall {
    grid-template-columns: repeat(5, 1fr); }
  body.ex #upper .exhall1 {
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 2000px) {
  body.ex #upper .exhall {
    grid-template-columns: repeat(6, 1fr); }
  body.ex #upper .exhall1 {
    grid-template-columns: repeat(5, 1fr); } }

body.poster #lower {
  margin: 0 0 1em 0;
  padding: 1em 0; }
