body {
  font-size: 16px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

header {
  margin-top: 5px;
}

header .h2-header {
  float: left;
  font-size: 2rem;
}

header .h1-header {
  font-weight: normal;
  font-size: 1em;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
}

header nav {
  float: right;
  padding-top: 5px;
}

header nav ul li {
  display: inline;
  padding: 0px 5px;
  margin: 0px 5px;
  font-weight: bold;
  font-size: .8em;
  border-bottom: 5px solid #EEEEEE;
}

header .social-links {
  float: right;
  margin-left: 10px;
}

.col-menu {
  background-color: #FEB1BA;
  min-height: 80vh;
}

.col-menu .nav-keys {
  float: right;
  padding: 10px;
}

.col-menu .nav-keys i + i {
  padding-left: 10px;
}

.col-menu .header {
  color: #AB2534;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 5px;
}

.col-menu .header .title {
  float: left;
  padding-top: 7px;
}

.col-menu .menu-content ul {
  list-style-type: none;
  margin: 0 0 0 2px;
  padding: 0;
  overflow: hidden;
}

.col-menu .menu-content ul li {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  padding-left: 18px;
  color: #06001f;
}

.col-menu .menu-content ul li.menu-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ac";
  margin: 0 5px 0 -15px;
}

.col-menu .menu-content .menu-sub-ul {
  height: 0px;
}

.col-menu .menu-content .menu-sub-ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin: 0 5px 0 -15px;
}

.col-content .col-block1 {
  background-color: #E1D7B9;
}

.col-content .col-block2 {
  background-color: #D7EFD7;
}

.col-content .single-field-content {
  border-radius: .8rem;
  background-color: rgba(225, 215, 185, 0.3);
  border: 1px solid #E1D7B9;
  padding: 10px;
}

.col-content .single-field-content h2 a {
  color: #06001f;
}

.col-content .go-item a {
  border: 1px solid #E1D7B9;
  border-radius: 5px;
  background-color: #D7EFD7;
  padding: 8px;
  text-align: center;
  margin-top: 15px;
  display: block;
  height: 100%;
}

.col-content .prev-section:before, .col-content .next-section:before {
  top: 0;
  font-size: 152px;
  color: rgba(0, 0, 0, 0.08);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
}

.col-content .prev-section:before {
  content: "\f104";
}

.col-content .next-section:before {
  content: "\f105";
  right: 20px;
}

.main-content .item {
  padding: 3px;
  width: 100%;
}

@media (min-width: 768px) {
  .main-content .item {
    max-width: 50%;
  }
}

.main-content .item .header .nav-keys {
  display: inline;
  float: right;
  color: #BBBBBB;
  margin-left: 5px;
}

.main-content .item .header .nav-keys a {
  color: #BBBBBB;
}

.main-content .item .header .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.main-content .item .footer {
  border-top: 1px solid #EEEEEE;
  margin-top: 5px;
  padding-top: 5px;
  font-size: .8rem;
}

.main-content .item .footer i {
  color: #BBBBBB;
}

.main-content .item .footer .link, .main-content .item .footer .externallink {
  white-space: nowrap;
  overflow: hidden;
}

.main-content .item .footer .link a, .main-content .item .footer .externallink a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
}

.main-content .item .item-record-list {
  margin-bottom: 10px;
  clear: both;
}

.main-content .item .item-record-list img {
  max-width: 250px;
  float: right;
  clear: right;
  margin-bottom: 5px;
  padding-left: 5px;
}

.main-content .item .item-record-list .item-record-list-title {
  font-weight: bold;
}

.main-content .item .item-record-list:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: right;
}

.main-content .item a.excursion-item {
  color: #06001f;
}

.main-content .item a.excursion-item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  color: rgba(6, 0, 31, 0.4);
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 0.7em;
}

.main-content .item .list-of-internal-links a {
  color: #06001f;
}

.main-content .item .list-of-internal-links a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  color: rgba(6, 0, 31, 0.4);
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 0.7em;
}

.main-content .item-wrapper {
  padding: 10px;
  border-radius: .8rem;
}

.main-content .item-wrapper .content {
  position: relative;
}

.main-content .item-wrapper .more-exists.content:before {
  content: "";
  display: block;
  position: absolute;
  height: 4rem;
  width: 100%;
  bottom: 0;
  left: 0;
}

.main-content .item-style1 {
  background-color: #E1D7B9;
}

.main-content .item-style1 .more-exists.content:before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #E1D7B9 75%);
}

.main-content .item-style2 {
  background-color: #D7EFD7;
}

.main-content .item-style2 .more-exists.content:before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #D7EFD7 75%);
}

.menu-item ul li a, .menu-item a {
  color: inherit;
}

.table-scroll {
  overflow-x: scroll;
}

td, th {
  vertical-align: top;
}

.social-block-wrapper {
  margin-top: 25px;
  border: 1px solid #BBBBBB;
  border-radius: 8px;
  padding: 25px;
  background-color: rgba(0, 0, 255, 0.29);
}

.comments-block-wrapper {
  border: 1px solid #BBBBBB;
  border-radius: 8px;
  padding: 25px;
  margin: 25px 0;
}

.comments-block-wrapper #disqus_thread {
  width: 100%;
}

.comments-block-wrapper .load-comments {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.newsfeed .title-cell {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}

.newsfeed .title-cell a.news-title {
  font-size: 1.3em;
  display: block;
  /* border-bottom: 1px solid grey; */
  padding: 0;
  padding-bottom: 10px;
}

.newsfeed .title-cell .region {
  color: #06001f;
}

.newsfeed .sn-region {
  color: #06001f;
}

.newsfeed .sn-date-region {
  padding-bottom: 10px;
  font-size: 1.1em;
}
