@import url(../fonts/font-awesome.min.css);
h1 {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase; }

h2 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase; }

h3 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }

p, li, table {
  font-size: 13.5px;
  line-height: 22px; }

body {
  font-family: 'Montserrat', sans-serif !important; }

.thumbnail > a {
  height: 150px;
  display: block;
  vertical-align: middle; }
  .thumbnail > a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }

#prenav {
  background: url(../assets_original/images/header.jpg) no-repeat top center;
  background-size: cover;
  padding: 20px 0; }

.navbar.navbar-inverse {
  border-radius: 0; }

@media only screen and (max-width: 768px) {
  .navbar.navbar-inverse {
    background: url(../assets_original/images/header.jpg) no-repeat top center; }
    .navbar.navbar-inverse button {
      background: #303540; }
    .navbar.navbar-inverse #navbar {
      background: #303540; } }
.spacer {
  height: 22px; }

.carousel-preview {
  display: block;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.btn-primary {
  background: #3686a6;
  border-color: #3686a6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-primary:hover {
    background: #255D73;
    border-color: #255D73;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.btn-success {
  background: #9bac1d;
  border-color: #9bac1d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-success:hover {
    background: #6D7914;
    border-color: #6D7914;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

section.sierra-stripe {
  background: url(../assets_original/images/header.jpg) no-repeat top center;
  background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 32px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5); }

a {
  color: #e82b48; }

.dropdown-item {
  font-size: 13px;
  line-height: 18px; }

.bt {
  display: table;
  height: 100%;
  width: 100%; }

.bc {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.img-fluid {
  max-width: 100%; }

.w-100 {
  width: 100%; }

.tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 350px;
  text-align: left;
  padding: 10px; }

.static-page-content-wrap {
  padding-bottom: 64px; }
  .static-page-content-wrap a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

.dropdown-menu.pull-right {
  left: 0;
  right: auto; }
  .dropdown-menu.pull-right .active {
    background: #9bac1d; }

.explore-options-icon {
  display: none; }

@media (max-width: 640px) {
  .explore-options-icon {
    display: inline-block; }

  .explore-options {
    display: none; }
    .explore-options.active {
      display: block; } }
.form-control.form-control-paginate {
  display: inline;
  width: 100px;
  margin-top: -4px; }

.nav > li > a {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 4px; }

.pt-2 {
  padding-top: 8px; }

.pt-3 {
  padding-top: 16px; }

.pt-4 {
  padding-top: 32px; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 4px; }

.pb-2 {
  padding-bottom: 8px; }

.pb-3 {
  padding-bottom: 16px; }

.pb-4 {
  padding-bottom: 32px; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 4px; }

.mt-2 {
  margin-top: 8px; }

.mt-3 {
  margin-top: 16px; }

.mt-4 {
  margin-top: 32px; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 4px; }

.mb-2 {
  margin-bottom: 8px; }

.mb-3 {
  margin-bottom: 16px; }

.mb-4 {
  margin-bottom: 32px; }

.p-8 {
  padding: 8px; }

.p-16 {
  padding: 16px; }

.p-20 {
  padding: 20px; }

.p-24 {
  padding: 24px; }

.p-32 {
  padding: 32px; }

.color-text-primary {
  color: #303540; }

.color-text-secondary {
  color: #636365; }

.videos .video-preview {
  display: block;
  height: 150px;
  background-color: #75bcd1;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 105% auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .videos .video-preview:hover {
    background-size: 125% auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .videos .video-preview:hover i {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
  .videos .video-preview i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 150px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .videos .video-preview.video-preview-homepage {
    height: 190px; }
    .videos .video-preview.video-preview-homepage i {
      line-height: 190px; }
  .videos .video-preview.video-preview-single-page {
    height: 90px; }
    .videos .video-preview.video-preview-single-page i {
      line-height: 90px; }
.videos h4 {
  text-align: center;
  margin-bottom: 10px; }

.single-tidy .videos .video-preview {
  height: 90px; }

#video_replay {
  background: url(../images/reload.png) no-repeat center center;
  cursor: pointer;
  display: inline-block;
  width: auto; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none; }
  #overlay .cls {
    position: fixed;
    top: 20px;
    right: 40px;
    color: #f7843f; }
    #overlay .cls img {
      width: 28px; }

.advancedSearch .multiselect-container > li {
  padding-left: 24px; }
.advancedSearch .dropdown-menu.pull-right {
  overflow: hidden;
  width: 235px;
  overflow-y: auto; }
.advancedSearch .form-group {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px; }
  .advancedSearch .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
.advancedSearch select[multiple] {
  display: none; }
.advancedSearch .form-group {
  margin: 0 0 16px 0; }
  .advancedSearch .form-group label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    position: relative; }
    .advancedSearch .form-group label a {
      font-weight: 400;
      color: #636365;
      position: absolute;
      top: 0;
      font-size: 9px;
      text-transform: uppercase;
      right: 0; }
  .advancedSearch .form-group button.multiselect {
    font-size: 13px;
    background: #e5e5e5; }
.advancedSearch p {
  font-size: 12px; }
.advancedSearch ul.list-unstyled li {
  font-size: 12px; }

.search-results h2 {
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase; }

.multiselect-container > li.active {
  background: lightyellow;
  float: left;
  width: 100%; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  border-bottom: dotted 1px #ccc;
  font-size: 12px;
  text-transform: none;
  font-weight: normal; }

.multiselect-container {
  max-height: 300px;
  overflow-y: auto; }

/*
.carousel-indicators {
  bottom: 0;
  .active {
    background-color: $color-red;
  }
}

.carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);


}
*/
.carousel-caption p {
  font-size: 14px;
  font-weight: 500; }

.carousel-inner .item {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.homepage-panels .panel-default a {
  font-weight: bold; }
.homepage-panels .panel-default .panel-heading {
  font-weight: bold;
  font-size: 13px; }

.homepage-link-box {
  position: relative;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .homepage-link-box.homepage-link-box-1 {
    background-color: #75bcd1;
    background-image: url(../images/tertiary-nav/National_Museum_navigation.jpg); }
    .homepage-link-box.homepage-link-box-1 h3 b {
      background-color: #75bcd1; }
  .homepage-link-box.homepage-link-box-2 {
    background-color: #3686a6;
    background-image: url(../images/tertiary-nav/Search_Collections_navigation.jpg); }
    .homepage-link-box.homepage-link-box-2 h3 b {
      background-color: #3686a6; }
  .homepage-link-box.homepage-link-box-3 {
    background-color: #e82b48;
    background-image: url(../images/tertiary-nav/Sites_and_Monuments_navigation.jpg); }
    .homepage-link-box.homepage-link-box-3 h3 b {
      background-color: #e82b48; }
  .homepage-link-box.homepage-link-box-4 {
    background-color: #9bac1d;
    background-image: url(../images/tertiary-nav/Shuku_Blai_navigation.jpg); }
    .homepage-link-box.homepage-link-box-4 h3 b {
      background-color: #9bac1d; }
  .homepage-link-box h3 b {
    background: #3686a6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-transform: none;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px; }
    .homepage-link-box h3 b span {
      position: absolute;
      top: 0;
      right: 8px;
      font-size: 21px;
      padding: 6px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .homepage-link-box:hover {
    background-size: auto 110%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .homepage-link-box:hover h3 span {
      right: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.sidebar-navigation a.active {
  color: #75bcd1;
  font-weight: bold; }
.sidebar-navigation ul {
  padding-left: 20px; }

.sidebar-nav li {
  width: 100%; }
.sidebar-nav ul.nav > li > a {
  padding: 4px 12px;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
  margin: 0; }
.sidebar-nav ul.nav li a {
  padding-left: 2px; }
.sidebar-nav ul.nav ul.nav li a {
  padding-left: 6px; }
.sidebar-nav ul.nav ul.nav ul.nav li a {
  padding-left: 12px; }

.panel-sidebar {
  float: right;
  max-width: 300px;
  margin: 0 0 20px 20px; }
  .panel-sidebar h3 {
    margin-top: 0; }

@media only screen and (max-width: 992px) {
  .panel-sidebar {
    margin-left: 0;
    max-width: 100%;
    width: 100%; } }
.pagination-wrap {
  padding-bottom: 40px;
  text-align: center; }
  .pagination-wrap .pagination > li > a, .pagination-wrap .pagination > li > span {
    color: #75bcd1; }
  .pagination-wrap .pagination > .active > a, .pagination-wrap .pagination > .active > a:focus, .pagination-wrap .pagination > .active > a:hover, .pagination-wrap .pagination > .active > span, .pagination-wrap .pagination > .active > span:focus, .pagination-wrap .pagination > .active > span:hover {
    background: #75bcd1;
    border-color: #75bcd1;
    color: #fff; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.glossarywiki {
  border: solid 2px #75bcd1;
  margin-bottom: 100px; }
  .glossarywiki iframe {
    border: none;
    width: 100%;
    height: 500px; }

.prev-next-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 32px; }
  .prev-next-nav a {
    float: left;
    width: 64px;
    display: inline-block;
    text-align: center; }
  @media (max-width: 640px) {
    .prev-next-nav {
      display: none; } }

.single-tidy {
  padding-top: 0;
  padding-bottom: 64px; }
  .single-tidy h1 {
    margin-top: 0;
    margin-bottom: 24px; }
  .single-tidy h3 {
    margin-top: 30px;
    margin-bottom: 12px; }
  .single-tidy ul.furtherinfo_body {
    font-weight: bold;
    color: #303540;
    list-style: none;
    padding-left: 0; }
    .single-tidy ul.furtherinfo_body span {
      font-weight: normal;
      color: #636365; }
    .single-tidy ul.furtherinfo_body li {
      position: relative;
      padding-left: 16px;
      margin-bottom: 8px; }
    .single-tidy ul.furtherinfo_body li:before {
      width: 16px;
      height: 20px;
      top: 0;
      font-size: 14px;
      left: 0;
      position: absolute;
      font-family: 'FontAwesome';
      content: '\f054 ';
      color: #e82b48; }
  .single-tidy p, .single-tidy ul, .single-tidy li {
    color: #636365; }

.carousel-indicators li {
  background: #9bac1d;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  .carousel-indicators li.active {
    background: #e82b48;
    width: 20px;
    height: 20px; }

.thumbnails-below a {
  border: solid 2px #fff;
  display: inline-block; }
  .thumbnails-below a img {
    display: inline-block; }
.thumbnails-below a.active {
  border: solid 2px #e82b48; }

footer#footer {
  padding: 40px 0 60px 0;
  background: #f6f6f6; }
  footer#footer a {
    font-weight: 400;
    color: #636365; }
    footer#footer a span {
      font-weight: 300;
      font-size: 10px;
      color: #939395; }
  footer#footer .supported-by img {
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
    padding: 2px;
    height: 42px; }

/*# sourceMappingURL=custom.css.map */
