@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade-in {
  -webkit-animation: fadeIn 1s 1 forwards;
  -moz-animation: fadeIn 1s 1 forwards;
  -o-animation: fadeIn 1s 1 forwards;
  animation: fadeIn 1s 1 forwards; }

.js-quickedit-page-title {
  display: none; }

.contextual {
  display: none; }

.view-more {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block; }
  .view-more.inverse {
    color: #6B9AB8; }

.clearfix:before, ul.recent-posts li:before, .clearfix:after, ul.recent-posts li:after {
  content: " ";
  display: table; }
.clearfix:after, ul.recent-posts li:after {
  clear: both; }

.image-with-caption {
  font-size: 12px;
  color: #999;
  margin-top: -10px;
  margin-right: 15px;
  margin-bottom: 15px;
  clear: left;
  max-width: 220px; }
  .image-with-caption:empty {
    margin: 0; }

p {
  word-wrap: break-word; }

html {
  overflow-x: hidden; }

body {
  margin-bottom: 1px;
  background: url(../images/BG_2014_100.gif) top center no-repeat;
  overflow-x: hidden; }

@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding: 0px !important; } }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap; }

.row-same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row-same-height > [class*='col-'] {
    display: flex;
    flex-direction: column; }

.main-content {
  background: #e5f2fb;
  padding: 15px; }

.large-block {
  width: 67%;
  overflow: hidden;
  height: 340px; }
  .large-block img {
    margin: 0;
    min-height: 300px;
    width: 100%; }
    @media (max-width: 1199px) {
      .large-block img {
        min-height: 280px; } }
    @media (max-width: 767px) {
      .large-block img {
        min-height: 0; } }
  @media (max-width: 1199px) {
    .large-block {
      height: 280px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .large-block {
      float: none !important;
      width: 100%;
      height: auto; } }
  @media (max-width: 767px) {
    .large-block {
      float: none !important;
      width: 100%;
      height: auto; } }

.small-block {
  width: 33%;
  color: white;
  height: 170px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1199px) {
    .small-block {
      height: 140px; } }
  @media (max-width: 767px) {
    .small-block {
      float: none !important;
      width: 100%;
      height: auto; } }
  .small-block img {
    margin: 0;
    width: 100%;
    height: auto !important;
    position: absolute;
    bottom: 0; }
  .small-block.dark-blue-block {
    background-color: rgba(64, 80, 95, 0.9);
    box-shadow: inset 0 -30px 18px -20px rgba(0, 0, 0, 0.4);
    padding: 30px;
    font-size: 13px; }
    @media (max-width: 1199px) {
      .small-block.dark-blue-block {
        padding: 25px; } }

img {
  max-width: 100%;
  margin-bottom: 5px; }

.img-nav img {
  width: 100%;
  margin-bottom: 20px; }

.view-image {
  float: left;
  margin: 0 10px 5px 0; }
  .view-image img {
    max-width: 100px; }

@media print {
  .nav {
    display: none; }

  .nav-pills {
    display: none; }

  footer {
    display: none; }

  .site-header {
    display: none; } }
.main-nav {
  text-transform: uppercase; }

.list-inline.social-icons li {
  padding: 0px; }
  .list-inline.social-icons li img {
    margin-bottom: 0; }
  .list-inline.social-icons li a > img {
    display: block;
    width: 22px;
    height: 22px;
    top: 4px;
    position: relative; }
    .list-inline.social-icons li a > img.facebook {
      background: #3B5998; }
    .list-inline.social-icons li a > img.twitter {
      background: #1DA1F2; }
    .list-inline.social-icons li a > img.google {
      background: #4285F4; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #555; }

.site-header {
  background-color: #59645f;
  padding: 10px 40px 20px; }

#language-switcher {
  height: 50px;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  border-radius: 0;
  padding: 0 20px 0; }
  @media (max-width: 767px) {
    #language-switcher {
      height: 25px; } }
  #language-switcher:hover, #language-switcher:focus, #language-switcher:active {
    background: #555; }
  #language-switcher + .dropdown-menu {
    background: #606c67;
    border-radius: 0;
    margin-top: -1px;
    left: auto;
    right: 0; }
    #language-switcher + .dropdown-menu li.is-active {
      background: #555; }
    #language-switcher + .dropdown-menu li a {
      color: white;
      padding: 8px 20px; }
      #language-switcher + .dropdown-menu li a:hover, #language-switcher + .dropdown-menu li a:focus, #language-switcher + .dropdown-menu li a:active {
        background: #555; }

#navbar {
  padding: 0; }

.navbar {
  border-radius: 0px !important;
  border-bottom: 1px solid #FFF !important;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .navbar {
      padding: 12px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar {
      padding-bottom: 0; } }
  @media (max-width: 991px) {
    .navbar .mobile-logo {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar .mobile-logo {
      margin-left: 10px; } }
  @media (max-width: 767px) {
    .navbar .mobile-logo {
      margin-left: 10px; } }

.navbar-default {
  background-color: #606c67 !important;
  border-radius: 0px !important;
  color: white;
  border-color: #606c67 !important; }
  @media (max-width: 767px) {
    .navbar-default {
      height: 70px; } }
  .navbar-default .navbar-nav > li > a {
    color: white !important; }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav > li > a {
        letter-spacing: 2px;
        font-weight: 300; } }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
      background: #555; }
  .navbar-default .small-links {
    margin-right: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar-default .small-links {
        margin-right: 0;
        padding-right: 5px;
        background: #59645F;
        width: 100%; }
        .navbar-default .small-links li {
          float: right; } }
    @media (max-width: 1199px) {
      .navbar-default .small-links a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .left-menu {
      float: right; } }
  .navbar-default .left-menu li.active:after,
  .navbar-default .left-menu li.active:before {
    bottom: 0%;
    margin-bottom: -1px;
    margin-left: -5px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar-default .left-menu li.active:after,
      .navbar-default .left-menu li.active:before {
        margin-bottom: 0px; } }
    @media (max-width: 767px) {
      .navbar-default .left-menu li.active:after,
      .navbar-default .left-menu li.active:before {
        left: 0;
        top: 50%;
        margin-top: -6px;
        margin-bottom: 0;
        margin-left: 0; } }
  .navbar-default .left-menu li.active:after {
    border-bottom-color: #fff;
    border-width: 6px;
    z-index: 1; }
    @media (max-width: 767px) {
      .navbar-default .left-menu li.active:after {
        border-left-color: #fff;
        border-bottom-color: transparent; } }
  .navbar-default .left-menu li.active:before {
    border-width: 9px;
    margin-left: -9px;
    z-index: 1; }
  .navbar-default .left-menu > li.active a {
    background: #555; }
  .navbar-default .navbar-toggle {
    border: none;
    font-size: 12px;
    font-weight: 400; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: none !important; }
    @media (max-width: 767px) {
      .navbar-default .navbar-toggle {
        margin-right: 25px;
        margin-top: 4px; } }

@media (max-width: 991px) {
  .navbar-default .container,
  .navbar-default.container {
    padding: 0 15px !important; }

  .site-header {
    display: none; } }
@media (max-width: 767px) {
  #navbar {
    background-color: #606c67 !important;
    z-index: 1;
    position: relative;
    top: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    overflow: hidden; }

  .main-nav {
    padding: 0 30px; }

  .mobile-nav {
    padding: 0 30px; }
    .mobile-nav > ul {
      margin-bottom: 15px; }
    .mobile-nav a {
      color: white;
      line-height: 2.1;
      font-size: 1.3rem; } }
footer {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 12px;
  color: #888; }
  footer a {
    color: #888; }
  footer:hover {
    color: #888; }
  @media (max-width: 991px) {
    footer .pull-right,
    footer .pull-left {
      float: none !important;
      text-align: center; }
    footer .text-right {
      text-align: center !important;
      margin-top: 12px; } }

.new-articles .contextual-region .contextual .contextual-links {
  display: none !important; }

.new-articles .view-image {
  float: left;
  margin-right: 10px; }

.new-articles {
  clear: both; }
  .new-articles ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
    .new-articles ul li {
      list-style: none;
      width: 33%;
      min-height: 250px;
      float: left;
      padding: 0 15px; }
    @media (max-width: 991px) {
      .new-articles ul li {
        list-style: none;
        width: 100%;
        min-height: 160px;
        float: left;
        padding: 0 15px; } }

@media (max-width: 767px) {
  .sidebar {
    display: none; } }
.sidebar .sidebar-item {
  margin-bottom: 35px; }
  .sidebar .sidebar-item h5 {
    color: maroon;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .sidebar .sidebar-item ul {
    padding-left: 0px;
    padding-top: 0px; }
    .sidebar .sidebar-item ul li {
      list-style: none; }

.btn-green {
  text-transform: uppercase;
  border-radius: 0px;
  font-weight: 500;
  font-size: 12px;
  background-color: #287A54;
  color: #eee; }
  .btn-green:hover, .btn-green:focus, .btn-green:active {
    background-color: #5F9B7F;
    color: #fff; }

button span.glyphicon {
  margin-right: 5px !important;
  font-size: 11px !important; }

button.collapsed span.glyphicon-remove {
  display: none; }

button.collapsed span.glyphicon-menu-hamburger {
  display: inline-block !important; }

.pager li a {
  border: none; }
.pager li.is-active a {
  background: #337ab7;
  color: white; }

.body-mediaitem {
  float: right;
  margin-left: 15px;
  width: 300px; }
  @media (max-width: 767px) {
    .body-mediaitem {
      float: none;
      width: 100%;
      margin: 0; } }
  .body-mediaitem p {
    font-size: 11px;
    margin: 5px 0px;
    line-height: 16px;
    color: #999; }

.drupal-view-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  margin-bottom: 10px; }

#viewer {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000; }

#viewer #viewer-inner {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: left;
  height: 100%; }

.viewer--tab {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 3;
  width: 250px;
  transition: all .5s; }

#viewer-timeline {
  left: 300px; }

.viewer--tab.closed {
  bottom: -130px; }

.viewer--tab .title {
  font-size: 1.2rem;
  padding: 6px 10px 10px;
  font-weight: bold;
  width: 50%;
  background-color: #eee;
  border-radius: 10px 10px 0 0;
  cursor: pointer; }

.viewer--tab .contents {
  background-color: #eee;
  border-radius: 0 10px 0 0;
  height: 120px;
  padding: 10px;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  font-size: 1.2rem; }

.viewer--tab .contents p {
  font-size: 1em; }

#viewer-title {
  z-index: 20;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  padding: 8px;
  text-align: center;
  background-color: #2C2C2C; }

#viewer #openseadragon {
  display: block;
  margin: 0px 0px;
  position: absolute;
  top: 48px;
  bottom: 103px;
  left: 0;
  right: 0; }

#viewer #viewer-close {
  position: absolute;
  z-index: 2010;
  text-indent: -9999px;
  top: 14px;
  right: 14px;
  width: 23px;
  height: 23px;
  background-image: url(../images/close_btn.jpg);
  cursor: pointer; }

/*
**
*/
#viewer #viewer-browser {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  text-align: center;
  z-index: 2;
  left: 20px;
  height: 60px; }

#viewer #viewer-browser img {
  float: left;
  margin-right: 20px;
  height: 60px;
  width: 60px; }

#viewer #viewer-browser img.selected {
  outline: 2px solid #336699; }

#viewer #viewer-browser img.hidden {
  display: none; }

#viewer #viewer-browser #viewer-browser-prev {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 11px;
  height: 60px;
  background-image: url(../images/thumb_bk.png);
  cursor: pointer; }

#viewer #viewer-browser #viewer-browser-images {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center; }

#viewer #viewer-browser #viewer-browser-next {
  position: absolute;
  top: 0;
  right: 0px;
  display: inline-block;
  width: 11px;
  height: 60px;
  background-image: url(../images/thumb_fwd.png);
  cursor: pointer; }

#viewer #viewer-browser #viewer-browser-prev span, #viewer #viewer-browser #viewer-browser-next span {
  display: none; }

#viewer #viewer-browser #viewer-browser-prev.disabled, #viewer #viewer-browser #viewer-browser-next.disabled {
  display: none; }

#viewer #viewer-browser #viewer-browser-prev.hidden, #viewer #viewer-browser #viewer-browser-next.hidden {
  display: none !important; }

#visualization {
  margin: -15px -15px 0;
  overflow: hidden;
  background: #555 url("../images/timelinebg.jpg") top center no-repeat;
  background-size: cover;
  height: 640px;
  position: relative; }

#visualization-timeline {
  position: absolute;
  bottom: 0;
  height: 44px;
  width: 100%;
  padding: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */ }
  #visualization-timeline .moveright,
  #visualization-timeline .moveleft {
    color: white;
    background: #61C8F2;
    border-radius: 0;
    border: 1px solid white;
    width: 34px;
    text-align: center;
    position: relative;
    top: 0;
    transition: 0.5s all; }
    #visualization-timeline .moveright:hover, #visualization-timeline .moveright:focus, #visualization-timeline .moveright:active,
    #visualization-timeline .moveleft:hover,
    #visualization-timeline .moveleft:focus,
    #visualization-timeline .moveleft:active {
      top: -3px;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
  #visualization-timeline .moveleft {
    text-indent: -3px; }
  #visualization-timeline .moveright {
    text-indent: -1px; }
  #visualization-timeline .slider {
    position: absolute;
    background: gray;
    height: 10px;
    left: 80px;
    border-radius: 12px;
    right: 80px;
    top: 16px; }
    #visualization-timeline .slider .ui-slider-handle {
      height: 34px;
      width: 70px;
      background: white;
      position: absolute;
      top: -11px;
      left: 0%;
      margin-left: -35px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
      background: #e2e2e2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
      /* IE6-9 */
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
      #visualization-timeline .slider .ui-slider-handle:focus, #visualization-timeline .slider .ui-slider-handle:active, #visualization-timeline .slider .ui-slider-handle:hover {
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
      #visualization-timeline .slider .ui-slider-handle:hover:after {
        color: #61C8F2; }
      #visualization-timeline .slider .ui-slider-handle:after {
        content: 'DRAG';
        transition: 0.5s all;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 8px;
        color: gray; }

.vis-timeline {
  background: none;
  border: none !important; }

.timeline-modal-date {
  font-size: 15px;
  font-weight: bold;
  color: #889;
  margin: 0; }

.timeline-modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #35A;
  margin: 0;
  margin-bottom: 10px; }

.timeline-modal-body {
  font-size: 12px;
  max-height: 350px;
  overflow: auto;
  font-family: Helvetica,Arial,sans-serif; }
  .timeline-modal-body blockquote {
    font-size: 12px; }

.vis-tooltip {
  display: none !important; }

.timeline-dialog {
  width: 800px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .timeline-dialog {
      width: 100%;
      margin: 0; } }
  @media (max-width: 767px) {
    .timeline-dialog {
      width: 100%;
      margin: 0; } }

.timeline-dialog .modal-content {
  background: #eee;
  border-radius: 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .timeline-dialog .modal-content {
      margin: 30px; } }
  @media (max-width: 767px) {
    .timeline-dialog .modal-content {
      margin: 10px; } }

.vis-item {
  position: absolute;
  color: #1A1A1A;
  border-width: 1px;
  background: none;
  display: inline-block;
  border: 0px !important;
  text-align: left !important; }

.vis-item .vis-item-content {
  height: 95px; }

.vis-item.vis-selected {
  border: 0px !important;
  background: none !important;
  z-index: 2; }

.vis-timeline .year {
  color: white;
  font-weight: bold; }

.vis-timeline .timeline-entry {
  background: white;
  cursor: pointer;
  height: 65px;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 5px transparent;
  transition: 0.5s all; }
  .vis-timeline .timeline-entry:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65); }

.vis-timeline .timeline-entry .image {
  float: left;
  height: 65px;
  width: 65px; }

.vis-timeline .timeline-entry .image + .title {
  height: 65px;
  width: 155px; }

.vis-timeline .timeline-entry .image img {
  height: inherit;
  width: 65px; }

.vis-timeline .timeline-entry .title {
  float: left;
  padding: 10px;
  height: auto;
  width: 220px;
  font-weight: bold;
  font-size: 12px;
  white-space: normal; }

.vis-time-axis .vis-grid.vis-minor {
  height: 570px !important; }

.vis-panel.vis-center {
  border: none !important; }

.vis-time-axis.vis-foreground {
  height: 85px !important; }

.vis-time-axis .vis-text {
  color: #ddd !important;
  font-size: 60px;
  opacity: 0.5;
  top: -15px !important;
  margin-left: 10px; }

.vis-panel.vis-bottom {
  border: none; }

.vis-major {
  font-size: 48px;
  font-weight: 100; }

#visualization-filters {
  position: absolute;
  z-index: 9;
  right: -15px;
  top: 50px;
  width: 320px;
  overflow: hidden;
  height: 500px;
  pointer-events: none; }
  #visualization-filters .expand {
    position: absolute;
    background: #26A862;
    color: white;
    text-transform: uppercase;
    right: 0;
    width: 100px;
    pointer-events: all;
    transition: 0.5s all;
    padding: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 3px 0 0 3px; }
    #visualization-filters .expand.active {
      right: 190px; }
      #visualization-filters .expand.active:hover {
        right: 190px; }
    #visualization-filters .expand:hover {
      background: #1d7e4a;
      right: -10px;
      cursor: pointer; }
  #visualization-filters form {
    position: absolute;
    right: -200px;
    transition: 0.5s all;
    pointer-events: all;
    background: white;
    padding: 20px;
    width: 200px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35); }
    #visualization-filters form.in {
      right: 0; }
    #visualization-filters form .js-form-item > label {
      color: #26A862;
      letter-spacing: 1px;
      text-transform: uppercase; }
    #visualization-filters form .form-actions {
      display: none; }

.timeline-overview img {
  float: left;
  margin-right: 20px; }

#views-exposed-form-timeline-page-1 details {
  display: none; }
#views-exposed-form-timeline-page-1 div.checkbox.child {
  margin-left: 20px; }

.timeline-modal-image #body-mediaitem-switcher {
  margin-top: 10px; }

.modal-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modal-popup .home-modal {
  width: 400px;
  /* margin: 150px auto 0; */
  background: white;
  padding: 25px 25px 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0;
  left: 0;
  color: #454545; }

.modal-popup .home-modal p {
  font-size: 16px;
  line-height: 25px;
  color: #454545; }

.modal-popup .btn-outline {
  border-color: #303A49;
  color: #303A49; }

.modal-popup .btn-outline:hover {
  border-color: #303A49;
  color: #FFF;
  background: #303A49;
  font-weight: bold; }

.modal-popup .btn-escape {
  display: inline-block;
  padding: 6px 18px;
  border-width: 3px;
  color: #26A862;
  border-color: #26A862;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold; }

.modal-popup .btn-escape:hover {
  border: 3px solid #fff;
  background: #26A862;
  color: #FFF; }

.modal-popup:target {
  opacity: 1;
  pointer-events: auto; }

.modal-popup .close {
  float: right;
  margin-right: -40px;
  margin-top: -40px;
  background: white;
  border-radius: 100px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  padding: 6px;
  padding-bottom: 3px; }

.modal-popup .close a {
  padding: 0; }

.modal-popup .close a img {
  width: 12px;
  padding: 7px 6px 5px 7px; }

#modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 1024px;
  height: 768px;
  background-color: black;
  opacity: .50;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  z-index: 1000; }

#modal-content {
  padding: 50px;
  position: absolute;
  width: 320px;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  height: 120px;
  z-index: 1000;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: #454545;
  text-align: center; }

#modal-background.active, #modal-content.active {
  display: block; }

.timeline-modal-image .gallery-item {
  min-height: auto;
  margin-bottom: 10px; }

.vis-timeline {
  height: 625px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none; }
  .vis-timeline::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */ }
  .vis-timeline::-webkit-scrollbar-thumb {
    background: transparent; }

.vis-segment {
  display: inline-block;
  height: 575px;
  position: relative;
  margin: 0 20px;
  border-left: 1px solid white;
  vertical-align: top; }

.vis-segment-year {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ddd !important;
  font-size: 60px;
  opacity: 0.5;
  margin-left: 10px; }

.vis-segment-item-wrapper {
  position: relative;
  height: 360px;
  display: flex;
  margin-left: 20px;
  margin-top: 50px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: start; }
  .vis-segment-item-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.vis-segment-item {
  width: 240px !important;
  padding: 10px;
  position: relative; }
  .vis-segment-item:nth-child(3n + 1) {
    margin-left: -40px; }
  .vis-segment-item:nth-child(3n + 3) {
    margin-left: 40px; }
  .vis-segment-item:nth-child(1) {
    margin-left: 0; }
  .vis-segment-item:nth-child(2) {
    margin-left: 40px; }
  .vis-segment-item:nth-child(3) {
    margin-left: 80px; }

.quiz-item {
  background-image: url(../images/poll_btm.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 50px;
  margin-top: 10px; }
  .quiz-item .header {
    padding: 5px 20px;
    background: #49708A;
    color: white; }
    .quiz-item .header h4 {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .quiz-item .questions {
    padding: 10px 20px;
    color: white;
    background: #6F9DBD; }
  .quiz-item .answer {
    font-weight: bold; }
  .quiz-item .more-info {
    padding: 15px 20px;
    color: white;
    border-top: 1px dotted white;
    background: #6F9DBD;
    display: none; }
    .quiz-item .more-info a {
      color: white;
      font-weight: bold;
      text-transform: uppercase; }
  .quiz-item .choices {
    padding: 0 20px;
    padding-bottom: 20px;
    background: #6F9DBD; }
    .quiz-item .choices ul {
      margin: 0px;
      padding: 0px; }
      .quiz-item .choices ul li {
        color: white;
        font-weight: bold;
        font-size: 13px;
        padding: 8px 10px;
        background: #49708A;
        cursor: pointer;
        margin-bottom: 5px; }
        .quiz-item .choices ul li:hover, .quiz-item .choices ul li:focus, .quiz-item .choices ul li:active {
          background: #5b7e95; }

.panel-body ul li a {
  margin-bottom: 5px;
  padding: 5px 15px;
  cursor: pointer; }
  .panel-body ul li a:hover, .panel-body ul li a:focus, .panel-body ul li a:active {
    background: rgba(255, 255, 255, 0.2); }

@media (max-width: 767px) {
  #filtersList {
    margin: 0 -16px; }
    #filtersList .panel-body {
      padding: 10px 30px 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #filtersList .panel-body {
    padding: 12px 16px; }
  #filtersList .js-form-item {
    float: left;
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .panel-group {
    margin: -16px -16px 20px; } }
@media (max-width: 767px) {
  .panel-group {
    margin: -16px -16px 20px; } }
.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #DDD; }
  .panel-group .panel .panel-heading {
    border: none;
    background-color: #2A594D;
    color: #FFF;
    border-radius: 0px; }
    @media (max-width: 767px) {
      .panel-group .panel .panel-heading {
        padding: 11px 15px 13px; } }
    .panel-group .panel .panel-heading a:hover {
      text-decoration: none; }
  .panel-group .panel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #ddd; }
  .panel-group .panel .panel-body {
    background-color: #36AA6B;
    border: none !important;
    padding: 0; }
    @media (max-width: 767px) {
      .panel-group .panel .panel-body {
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35); } }
    .panel-group .panel .panel-body label {
      font-size: 14px;
      color: white;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 400;
      margin: 10px 0 0; }
    .panel-group .panel .panel-body .checkbox {
      margin-top: 5px;
      margin-bottom: 5px; }
      .panel-group .panel .panel-body .checkbox label {
        text-transform: none;
        letter-spacing: 0;
        font-weight: 400; }
    .panel-group .panel .panel-body ul {
      padding: 0;
      margin: 0; }
    .panel-group .panel .panel-body a {
      font-size: 13px;
      color: white;
      display: block; }
      @media (max-width: 767px) {
        .panel-group .panel .panel-body a {
          font-size: 14px;
          padding: 8px 15px; } }
      .panel-group .panel .panel-body a:hover, .panel-group .panel .panel-body a:focus, .panel-group .panel .panel-body a:active {
        text-decoration: none; }
.panel-group .panel + .panel {
  margin-top: 0px; }
.panel-group .panel td {
  border: none; }

ul.link-list {
  margin: 0px;
  padding: 0px; }
  ul.link-list li {
    list-style: none; }

ul.recent-posts li {
  margin-bottom: 15px; }
  ul.recent-posts li .post-date {
    font-size: 11px;
    color: #555; }

.homepage-item h5,
.header-row h5 {
  color: maroon;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px; }

.article-blurb {
  color: #333;
  font-size: 12px; }
  .article-blurb p a {
    color: #369;
    font-size: 13px;
    font-weight: bold; }

.sidebar-blurb {
  color: #333;
  font-size: 12px; }
  .sidebar-blurb a {
    color: #369;
    font-size: 13px;
    font-weight: bold; }

.article-node .body .body-image {
  margin: 0 15px 15px 0;
  float: left;
  width: 220px;
  height: auto; }
.article-node .body ul.activities {
  padding: 0px; }
.article-node .body ul.activities li {
  list-style: none;
  margin-bottom: 15px; }
.article-node .body ul.activities .body-image {
  float: left;
  margin-right: 12px; }
.article-node .body table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.2em;
  margin-bottom: 30px; }
.article-node .body table * {
  font-size: 100%; }
.article-node .body table td {
  border: 1px solid #333;
  vertical-align: top;
  padding: 10px 0 0 10px; }
.article-node .body table td p {
  margin: 0; }
.article-node .article {
  background: white;
  padding: 20px; }
  .article-node .article h1 {
    color: #336699;
    font-size: 4.5rem;
    font-weight: bold; }
  .article-node .article h2 {
    font-size: 2rem; }
  .article-node .article li {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px; }
  .article-node .article p {
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 20px; }

.article .body h3 {
  font-size: 1.4rem;
  font-style: italic; }
.article .border-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px; }
.article .timeline-entry p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 20px; }
  .article .timeline-entry p.date {
    font-weight: bold;
    color: #888899;
    font-size: 16px;
    margin: 0px; }
  .article .timeline-entry p.title {
    font-weight: bold;
    color: #369;
    margin: 0 0 15px;
    font-size: 18px; }
.article .assessment ul {
  margin: 0px;
  padding: 0 20px; }
  .article .assessment ul li {
    cursor: pointer;
    list-style-type: upper-alpha;
    margin-bottom: 6px; }
    .article .assessment ul li:hover {
      background-color: #eee; }
    .article .assessment ul li span {
      display: none; }
      .article .assessment ul li span.correct {
        display: inline-block; }
      .article .assessment ul li span.incorrect {
        display: inline-block; }
    .article .assessment ul li.correct {
      color: green;
      font-weight: bold; }
      .article .assessment ul li.correct:hover {
        background-color: none; }
    .article .assessment ul li.incorrect {
      color: red;
      font-weight: bold; }
      .article .assessment ul li.incorrect:hover {
        background-color: none; }
.article .assessment p {
  margin-bottom: 0px; }

.links .is-active {
  display: none; }

.activity-node {
  margin: -15px; }
  .activity-node .activity {
    background-color: black;
    margin-bottom: 30px; }
    .activity-node .activity canvas {
      max-height: inherit !important;
      width: 100% !important; }
  .activity-node .activity-blrub {
    height: 150px; }
    .activity-node .activity-blrub p.title {
      font-weight: bold;
      font-size: 1.3em;
      color: #336699; }
  .activity-node.main-page .activity-blrub {
    height: 200px; }

.related-activities {
  width: 100%;
  padding: 0;
  margin: 1em 0; }
  .related-activities .contextual-region .contextual .contextual-links {
    display: none !important; }
  .related-activities .activity-image {
    float: left;
    margin-right: 10px; }
  .related-activities .activity-title {
    clear: both; }
  .related-activities ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%; }
  .related-activities li {
    list-style: none;
    width: 33%;
    height: 175px;
    float: left;
    padding: 0 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .related-activities li {
        width: 50%;
        height: 150px;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .related-activities li {
        width: 100%;
        height: auto;
        float: none;
        padding: 0 30px; }
        .related-activities li:before, .related-activities li:after {
          content: " ";
          display: table; }
        .related-activities li:after {
          clear: both; } }

#swiffy-wrapper {
  height: auto;
  margin: 0 auto; }

#swiffycontainer {
  height: 596px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    #swiffycontainer {
      height: 340px; } }
  @media (max-width: 767px) {
    #swiffycontainer {
      height: 240px; } }

.gallery .back-to-results {
  margin-top: 8px; }
.gallery .gallery-results-total {
  margin-bottom: 20px;
  display: block; }
.gallery dl {
  margin-bottom: 20px; }
  .gallery dl dt {
    color: gray;
    margin-bottom: 2px;
    font-weight: normal; }
  .gallery dl dd {
    margin-bottom: 2px; }
    .gallery dl dd p {
      margin: 0; }

.gallery-item {
  position: relative;
  display: block;
  min-height: 250px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery-item {
      min-height: 275px; } }
  .gallery-item p {
    text-decoration: none; }
  .gallery-item img {
    max-width: 100%;
    margin-bottom: 5px; }
  .gallery-item .glyphicon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 30px;
    opacity: 0.5; }

.gallery-image-container {
  position: relative;
  margin-bottom: 20px; }
  .body-mediaitem .gallery-image-container {
    margin-bottom: 0; }
  .gallery-image-container img {
    margin: 0; }
  .gallery-image-container + p {
    line-height: 18px !important;
    margin: 10px 0 20px !important; }

.show-timeline-modal,
.show-modal {
  background: #f1f2f2;
  color: #004085;
  padding: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  opacity: 0.65;
  cursor: pointer;
  font-weight: bold;
  bottom: 0;
  left: 0; }
  .show-timeline-modal:hover,
  .show-modal:hover {
    opacity: 1; }
  @media (max-width: 767px) {
    .show-timeline-modal,
    .show-modal {
      display: none; } }

.gallery-form .js-form-item > label {
  margin: 10px 0 0; }

#body-mediaitem-switcher {
  margin-bottom: 20px; }
  #body-mediaitem-switcher .body-mediaitem-small {
    display: inline-block;
    width: 25%;
    margin-right: 1%;
    margin-bottom: 2%; }
    #body-mediaitem-switcher .body-mediaitem-small img {
      max-width: 100%; }

#edit-submit-gallery {
  display: none; }

.glossary-page {
  background: #fff;
  padding: 15px 25px; }

.glossary-page h1 {
  color: #336699; }

.glossary-page .glossary-letters span {
  font-size: 18px; }

.glossary-page .glossary-letters a {
  color: maroon; }

.glossary-page ul {
  margin: 0px;
  padding: 0px; }

.glossary-page ul li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px; }

.glossary-letters .views-element-container {
  display: inline-block; }

.blog-date,
.blog-author {
  font-size: 12px;
  color: #888;
  margin-bottom: 20px;
  display: inline-block; }

a.rss-link {
  display: inline-block;
  padding-left: 33px;
  height: 28px;
  font-size: 1.2em;
  line-height: 28px;
  background: url(../images/feed-icon-28x28.png);
  vertical-align: middle;
  background-repeat: no-repeat; }
  a.rss-link:hover, a.rss-link:focus, a.rss-link:active {
    text-decoration: none; }

.blog-categories h2 {
  font-size: 14px;
  font-weight: normal;
  margin: -1px 0; }

.blog-page .views-field-title {
  font-size: 24px;
  margin: 12px 0 0px;
  font-weight: 600; }
.blog-page .views-field-field-taxonomy {
  display: block;
  clear: both; }

.blog h1 {
  margin-bottom: 5px; }
.blog .article .blog-page .views-field-field-body-image a {
  float: left;
  display: block; }
  .blog .article .blog-page .views-field-field-body-image a img {
    float: none;
    width: 220px; }
  .blog .article .blog-page .views-field-field-body-image a div {
    float: none; }
.blog .article img {
  margin-bottom: 20px;
  margin-right: 15px;
  height: auto; }
  @media (max-width: 767px) {
    .blog .article img {
      max-width: 100%;
      height: auto;
      float: none;
      margin-right: 0;
      margin-left: 0; } }
.blog .article figure {
  max-width: 350px;
  float: left;
  margin-right: 15px; }
  .blog .article figure figcaption {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 15px;
    font-size: 12px;
    font-style: italic;
    color: gray; }
.blog .article .author {
  font-size: 11px;
  color: #888;
  margin-bottom: 30px; }

.header-search {
  width: 350px; }

.header-search input {
  background-position: 316px 4px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  border-color: #313834;
  background-color: #3e4642;
  color: #eee; }

.header-search input:focus {
  outline: none !important; }

.header-search #edit-submit {
  display: none; }

.search-page .search-item {
  padding: 20px; }

.search-page .search-item .result {
  border-bottom: 1px dotted #eee;
  padding: 20px 10px;
  cursor: pointer; }

.search-page .search-item a {
  text-decoration: none; }

.search-page .search-item .result:hover {
  background-color: #eee; }

.search-page-form {
  display: none; }

.comments p {
  margin: 0px !important;
  font-size: 12px !important;
  line-height: 16px !important; }

.comments ul {
  margin: 0px;
  padding: 0px; }

.comments li {
  list-style: none; }

.comments #edit-submit {
  text-transform: uppercase;
  border-radius: 0px;
  font-weight: 500;
  font-size: 15px;
  background-color: #287A54;
  color: #eee;
  border: none;
  padding: 8px 15px;
  display: inline-block; }

.comments textarea {
  width: 100%;
  margin-bottom: 20px; }

.comments .filter-wrapper {
  display: none; }

/*# sourceMappingURL=main.css.map */
