@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* same as table striping */
/*
$eid-aqua: #159ca6;
$eid-teal: #009ca6;
$eid-navy: #1368a3;
$eid-yellow: #fad12c;
$eid-link-yellow: #ddbb30;
$eid-lightgrey: #bcbec0;
$eid-midgrey: #a7a9ac;
$eid-darkgrey: #6d6f71;
$eid-lightblack: #58595b;
$eid-menu-aqua: #1c9ca6;

$margin-left: 17%; //215px;
$content-width: 1190px;
$reading-width: 700px;
$nav-width: 270px;
$reading-y-shift: -194px;
$reading-x-shift: 330px;
$column-width: 360px;
$gutter-width: 50px;
$module-content-width: 850px;
$content-font-size: 20px;

$table-header: #afb0b4;
$table-row-even: #e5e4e9;
$table-row-odd: #f7f7f7;
*/
/* line 6, ../sass/_slides.scss */
.slider-wrapper {
  height: 230px;
  margin-left: 0px;
}
/* line 11, ../sass/_slides.scss */
.slider-wrapper .slide {
  font-size: 0.9em;
  line-height: 1.2em;
  height: 170px;
  padding: 0px;
  overflow: hidden;
  float: left;
  width: 398px;
  margin-left: 20px;
  margin-right: 0px;
}
/* line 24, ../sass/_slides.scss */
.slider-wrapper .slide p {
  margin-top: 8px;
}

/* line 31, ../sass/_slides.scss */
body div#content article div#desc-frame {
  font-size: 15px;
}
/* line 33, ../sass/_slides.scss */
body div#content article div#desc-frame ul li a {
  font-size: 15px;
}

/* line 37, ../sass/_slides.scss */
body div#content article div#desc-frame .navpanel {
  height: 20px;
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  top: -46px;
  z-index: 10;
  position: relative;
}
/* line 47, ../sass/_slides.scss */
body div#content article div#desc-frame .navpanel a {
  color: #1368a3;
}

/* line 51, ../sass/_slides.scss */
body div#content article div#desc-frame div#slide-counter {
  margin: 0px auto;
  text-align: center;
  top: -66px;
  z-index: 10;
  display: block;
  color: #1368a3;
  width: 100px;
  position: relative;
}

/* line 62, ../sass/_slides.scss */
.next_slide {
  float: right;
}

/* line 66, ../sass/_slides.scss */
.prev_slide {
  float: left;
}

/* line 70, ../sass/_slides.scss */
.prev_slide, .next_slide {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
/* line 74, ../sass/_slides.scss */
.prev_slide:hover, .next_slide:hover {
  text-decoration: underline;
}

@media screen and (max-width: 932px) {
  /* line 80, ../sass/_slides.scss */
  .navpanel {
    display: none;
  }

  /* line 84, ../sass/_slides.scss */
  .history-text {
    /*border: 2px solid green;*/
  }

  /* line 88, ../sass/_slides.scss */
  .slider-wrapper {
    height: 100%;
    display: block;
    width: 100%;
    /*border: 1px solid blue;*/
    margin: 0px;
  }
  /* line 94, ../sass/_slides.scss */
  .slider-wrapper .slide {
    float: none;
    overflow: visible;
    height: 100%;
    width: 90%;
    margin-bottom: 14px;
    margin-right: 5%;
    margin-left: 5%;
  }
}
/* line 14, ../sass/screen.scss */
h1 {
  font-size: 2em;
}

/* line 19, ../sass/screen.scss */
h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@font-face {
  font-family: "Trebuchet MS Light";
  src: url("../fonts/trebuchet/Trebuchet_MS.ttf");
}
@font-face {
  font-family: "Trebuchet MS Bold";
  src: url("../fonts/trebuchet/Trebuchet_MS_Bold.ttf");
}
/* line 46, ../sass/screen.scss */
div#page {
  height: 800px;
}

/* line 49, ../sass/screen.scss */
div#timeline-frame {
  width: 1060px;
}

/* line 53, ../sass/screen.scss */
.content-frame {
  float: right;
  height: 240px;
  margin-top: 20px;
  margin-right: 20px;
}

/* line 59, ../sass/screen.scss */
h1#page-title {
  display: none;
}

/* line 63, ../sass/screen.scss */
div#introduction {
  font-size: 20px;
  width: 400px;
  text-align: center;
  top: 120px;
  position: absolute;
  left: calc(50% - 200px);
  line-height: 28px;
  border: 2px solid #159ca6;
  padding: 20px;
  border-radius: 5px;
  color: #159ca6;
}

/* line 79, ../sass/screen.scss */
div#main-frame {
  position: relative;
  margin: 0px auto;
  border: 2px solid #1368a3;
  height: 550px;
  background-color: white;
  /*overflow: hidden;*/
}
/* line 86, ../sass/screen.scss */
div#main-frame h1 {
  margin: 0px auto;
  text-align: center;
  margin-top: 16px;
  font-weight: normal;
  font-size: 1.5em;
  color: #1368a3;
}

/* line 96, ../sass/screen.scss */
div#back_link {
  margin-top: 40px;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
}

/* line 104, ../sass/screen.scss */
body div#content article div#desc-frame {
  width: 438px;
  margin-bottom: 0px;
  float: left;
  margin-left: 80px;
  height: 280px;
}
/* line 107, ../sass/screen.scss */
body div#content article div#desc-frame div {
  top: -4px;
}
/* line 116, ../sass/screen.scss */
body div#content article div#desc-frame ul {
  margin-left: -1px;
}
/* line 119, ../sass/screen.scss */
body div#content article div#desc-frame li {
  float: left;
  z-index: 1;
  top: 0px;
  position: relative;
}
/* line 126, ../sass/screen.scss */
body div#content article div#desc-frame li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 4px 12px 6px 12px;
  font-size: 19px;
}
/* line 136, ../sass/screen.scss */
body div#content article div#desc-frame h2 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 10px;
  margin-left: 20px;
}
/* line 144, ../sass/screen.scss */
body div#content article div#desc-frame div.history-text {
  position: relative;
  clear: left;
  padding: 2px 0px 4px 0px;
  height: 238px;
  z-index: 2;
  overflow: hidden;
  color: #58595b;
  margin-bottom: 10px;
}
/* line 159, ../sass/screen.scss */
body div#content article div#desc-frame div.history-text em {
  font-style: italic;
}
/* line 164, ../sass/screen.scss */
body div#content article div#desc-frame .ui-tabs-active {
  border-bottom: 0px;
  z-index: 3;
  height: 30px;
  top: 1px;
  outline: none;
  padding-bottom: 0px;
}
/* line 174, ../sass/screen.scss */
body div#content article div#desc-frame .ui-tabs-active a {
  outline: none;
  z-index: 2;
}

/* line 182, ../sass/screen.scss */
sup {
  font-size: xx-small;
  vertical-align: super;
}

/* line 187, ../sass/screen.scss */
div#picture-frame {
  max-width: 438px;
  overflow: hidden;
  background-color: transparent;
  color: white;
  text-align: center;
  content: 'Placeholder for Image';
  margin-right: 92px;
  top: 0px;
  width: 410px;
  height: 280px;
  position: relative;
  border: 1px solid #1368a3;
}

/* line 206, ../sass/screen.scss */
div#next, div#prev {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  display: none;
  position: relative;
}

/* line 215, ../sass/screen.scss */
div#prev {
  float: left;
  margin-left: 20px;
  border-right: 40px solid #159ca6;
}

/* line 220, ../sass/screen.scss */
div#prev::before,
div#next::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* line 229, ../sass/screen.scss */
div#prev::before {
  right: -40px;
  border-right: 20px solid #fff;
}

/* line 233, ../sass/screen.scss */
div#next::before {
  left: -40px;
  border-left: 20px solid #fff;
}

/* line 238, ../sass/screen.scss */
div#next {
  float: right;
  margin-right: 20px;
  border-left: 40px solid #159ca6;
}

/* line 244, ../sass/screen.scss */
div#prev, div#next {
  top: 175px;
  margin-bottom: -1025px;
  position: relative;
  font-size: 4em;
  color: #b8dada;
  font-family: Impact;
  cursor: pointer;
  text-align: center;
}

/* line 255, ../sass/screen.scss */
div#timeline-frame {
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 310px;
  padding-bottom: 0px;
  height: 190px;
  z-index: 1;
}
/* line 264, ../sass/screen.scss */
div#timeline-frame ul {
  width: 2900px;
  border: 1px solid white;
  cursor: move;
  margin-bottom: 50px;
  padding-top: 0px;
  display: block;
  height: 110px;
}
/* line 273, ../sass/screen.scss */
div#timeline-frame ul li.timeline_node.active span.circle {
  background-color: #bcbec0;
}
/* line 276, ../sass/screen.scss */
div#timeline-frame ul li.timeline_node.active div.date, div#timeline-frame ul li.timeline_node.active div.event {
  color: #58595b;
}
/* line 281, ../sass/screen.scss */
div#timeline-frame ul li.timeline_node:last-child {
  margin-left: -20px;
}
/* line 285, ../sass/screen.scss */
div#timeline-frame ul li {
  float: left;
  width: 10em;
  overflow: visible;
  display: block;
}
/* line 290, ../sass/screen.scss */
div#timeline-frame ul li div {
  display: block;
}
/* line 294, ../sass/screen.scss */
div#timeline-frame ul li span.circle {
  margin: 0px auto;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 2em;
  background: white;
  margin: 0 auto;
  display: block;
  color: white;
  position: relative;
  cursor: pointer;
  border: 3px solid #bcbec0;
}
/* line 304, ../sass/screen.scss */
div#timeline-frame ul li span.circle:hover {
  background: #e1e4e8;
}
/* line 307, ../sass/screen.scss */
div#timeline-frame ul li span.circle:before {
  content: '';
  position: absolute;
  top: .9em;
  left: -8.5em;
  width: 8.5em;
  height: .2em;
  background: #bcbec0;
  z-index: -1;
}
/* line 320, ../sass/screen.scss */
div#timeline-frame ul li div.date, div#timeline-frame ul li div.event {
  text-align: center;
}
/* line 324, ../sass/screen.scss */
div#timeline-frame ul li div.date {
  color: #a7a9ac;
  margin-bottom: 10px;
  width: 100%;
}
/* line 329, ../sass/screen.scss */
div#timeline-frame ul li div.event {
  color: #a7a9ac;
  margin: 10px auto;
  width: 92%;
}

/* line 338, ../sass/screen.scss */
li:first-child span.circle::before {
  display: none;
}

@media screen and (min-width: 449px) {
  /* line 344, ../sass/screen.scss */
  #desc-frame ul li {
    border-radius: 4px 4px 0px 0px;
  }
}
@media screen and (min-width: 933px) and (max-width: 1110px) {
  /* line 368, ../sass/screen.scss */
  div#main-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  /* line 374, ../sass/screen.scss */
  div#picture-frame {
    border: 0px;
    width: 35%;
  }
}
@media screen and (min-width: 933px) and (max-width: 1110px) and (min-width: 981px) and (max-width: 1040px) {
  /* line 374, ../sass/screen.scss */
  div#picture-frame {
    width: 30%;
  }
}
@media screen and (min-width: 933px) and (max-width: 1110px) and (min-width: 951px) and (max-width: 980px) {
  /* line 374, ../sass/screen.scss */
  div#picture-frame {
    width: 28%;
  }
}
@media screen and (min-width: 933px) and (max-width: 1110px) and (min-width: 933px) and (max-width: 950px) {
  /* line 374, ../sass/screen.scss */
  div#picture-frame {
    width: 25%;
  }
}
@media screen and (min-width: 933px) and (max-width: 1110px) {
  /* line 386, ../sass/screen.scss */
  div#picture-frame img {
    width: 100%;
    height: auto;
  }
}
/*
@media screen and (min-width:900px) and (max-width:1100px) {
  div#main-frame {
    @include scale(0.8);
    left: -110px;
    top: -60px;
  }
}
@media screen and (min-width:770px) and (max-width:899px) {
  div#main-frame {
    @include scale(0.7);
    left: -160px;
    top: -88px;
  }
}
@media screen and (min-width:668px) and (max-width:769px) {
  div#main-frame {
    @include scale(0.6);
    left: -212px;
    top: -115px;
  }
}*/
@media screen and (max-width: 932px) {
  /* line 416, ../sass/screen.scss */
  body.node-type-timeline div#page, body.node-type-timeline div#main {
    height: 2400px;
  }

  /* line 421, ../sass/screen.scss */
  div#prev,
  div#next,
  div#slide-counter {
    display: none !important;
  }

  /* line 428, ../sass/screen.scss */
  body div#content article #desc-frame ul.ui-tabs-nav {
    top: 5px;
  }
  /* line 430, ../sass/screen.scss */
  body div#content article #desc-frame ul.ui-tabs-nav li a {
    line-height: 1.1em;
  }
  /* line 433, ../sass/screen.scss */
  body div#content article #desc-frame ul.ui-tabs-nav .ui-tabs-active a {
    height: 20px;
    margin-bottom: -3px;
  }

  /* line 439, ../sass/screen.scss */
  div#timeline-frame,
  div#main-frame {
    width: 100%;
    float: none;
    min-width: 0px;
  }

  /* line 445, ../sass/screen.scss */
  div#timeline-frame {
    width: 100%;
  }

  /* line 449, ../sass/screen.scss */
  div#main-frame {
    height: 1400px;
    overflow: hidden;
  }

  /* line 454, ../sass/screen.scss */
  div#timeline-frame {
    z-index: 1;
    height: 1400px;
    clear: both;
  }

  /* line 459, ../sass/screen.scss */
  .content-frame {
    width: 100%;
    float: none;
    position: relative;
  }

  /* line 465, ../sass/screen.scss */
  div#main-frame {
    margin: 0px auto;
  }

  /* line 470, ../sass/screen.scss */
  body div#content article div#desc-frame h2 {
    margin-left: 5%;
  }

  /* line 473, ../sass/screen.scss */
  body div#content article div#desc-frame,
  body div#content article div#picture-frame {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
  }

  /* line 482, ../sass/screen.scss */
  div#introduction {
    display: none;
  }

  /* line 485, ../sass/screen.scss */
  div#content-frames {
    border: 1px solid black;
    background-color: #eaedf2;
    margin-top: 0px;
    float: left;
    z-index: 1000;
    position: relative;
    display: none;
    padding-bottom: 70px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    position: absolute;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    top: 10px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
  /* line 506, ../sass/screen.scss */
  div#content-frames a.closeme {
    color: #777;
    font: 20px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    content: '✖';
    text-shadow: 0 1px 0 #fff;
    top: 5px;
  }
  /* line 515, ../sass/screen.scss */
  div#content-frames a.closeme:after {
    content: '✖';
    font-size: 20px;
  }

  /* line 521, ../sass/screen.scss */
  div#content-frames.showMe {
    display: block;
  }

  /* line 524, ../sass/screen.scss */
  body div#content article div#desc-frame {
    height: auto;
    margin-bottom: 0px;
    width: 95%;
  }
  /* line 528, ../sass/screen.scss */
  body div#content article div#desc-frame div.history-text {
    position: static;
    height: auto;
    margin-bottom: 0px;
  }

  /* line 534, ../sass/screen.scss */
  sup {
    font-size: xx-small;
    vertical-align: super;
  }

  /* line 538, ../sass/screen.scss */
  div#picture-frame {
    top: 0px;
    margin: 20px auto;
    height: auto;
    border: 0px;
  }
  /* line 541, ../sass/screen.scss */
  div#picture-frame img {
    width: 100%;
  }

  /* line 548, ../sass/screen.scss */
  div#prev, div#next {
    display: none;
  }

  /* line 551, ../sass/screen.scss */
  div#timeline-frame {
    margin: 0px auto;
    padding-top: 0px;
    width: 300px;
    z-index: 1;
  }
  /* line 557, ../sass/screen.scss */
  div#timeline-frame ul {
    padding-top: 20px;
    margin: 0px auto;
    cursor: default;
    width: 150px;
  }
  /* line 562, ../sass/screen.scss */
  div#timeline-frame ul li.timeline_node:last-child {
    margin-left: 0px;
  }
  /* line 564, ../sass/screen.scss */
  div#timeline-frame ul li.timeline_node:last-child span.circle::before {
    height: 6em;
  }
  /* line 568, ../sass/screen.scss */
  div#timeline-frame ul li:first-child span.circle::before {
    display: none;
  }
  /* line 571, ../sass/screen.scss */
  div#timeline-frame ul li {
    float: none;
    margin-bottom: 4em;
  }
  /* line 575, ../sass/screen.scss */
  div#timeline-frame ul li span.circle {
    display: block;
    margin-left: 0px;
    margin-bottom: -12px;
    cursor: pointer;
  }
  /* line 581, ../sass/screen.scss */
  div#timeline-frame ul li span.circle:before {
    content: '';
    position: absolute;
    top: -4.25em;
    left: 1em;
    width: 2px;
    margin: 0px auto;
    height: 8.5em;
  }
  /* line 592, ../sass/screen.scss */
  div#timeline-frame ul li div.date, div#timeline-frame ul li div.event {
    float: left;
    margin: 0px 0px 0px 46px;
    position: relative;
    text-align: left;
  }
  /* line 598, ../sass/screen.scss */
  div#timeline-frame ul li div.event {
    width: 92%;
  }
}
@media screen and (max-width: 448px) {
  /* line 609, ../sass/screen.scss */
  div#timeline-frame {
    width: 100%;
  }
  /* line 611, ../sass/screen.scss */
  div#timeline-frame ul {
    width: 200px;
    margin: 0px auto;
  }

  /* line 617, ../sass/screen.scss */
  body div#content article div#desc-frame li, body div#content article div#desc-frame li.ui-tabs-active {
    width: 99.5%;
    display: block;
    text-align: center;
    padding: 0px;
    top: 0px;
    border-bottom: 0px;
  }
  /* line 627, ../sass/screen.scss */
  body div#content article div#desc-frame li a, body div#content article div#desc-frame li.ui-tabs-active a {
    top: 0px;
    padding: 8px 0px;
    height: 100%;
    width: 100%;
    display: block;
    border: 0px;
  }
  /* line 636, ../sass/screen.scss */
  body div#content article div#desc-frame li ul.ui-tabs-nav li.ui-tabs-active, body div#content article div#desc-frame li.ui-tabs-active ul.ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
  }
  /* line 643, ../sass/screen.scss */
  body div#content article div#desc-frame li.ui-tabs-active {
    top: 0px;
  }
}
