
/* Keep scrollbars */
body{
  overflow: visible!important;
}

.sticky-nav{
  display: none;
}
.sticky-nav .list-item {
  white-space: nowrap;
  background: #37474f;
}
.sticky-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Only stick if you can fit */
@media (min-height: 300px) {
  .region-breadcrumb {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
.sticky-nav ul li a {
  display: block;
  padding: 0.5rem 4rem;
  color: white;
  text-decoration: none;
  font-weight: 500;
  /*visibility: hidden;
  height: 0;
  padding: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;*/
  display: none;
}
.sticky-nav ul li a.current {
  /*visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 0s, opacity 0.5s linear;*/
  text-decoration: underline;
}

.sticky-nav .list-item .sticky-current {
  color: white;
  font-weight: bold;
  position: relative;
}

.sticky-nav .list-item .sticky-current button {
  color: white;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

/* Fixed position navbar  */
.side-nav {
  width: 263px;
  /* background: #527081; */
  color: #fff;
}
.side-nav.stick {
  width: 263px!important;
  position: fixed;
  top: 0;
  z-index: 10;
  border-radius: 0 0 0.5em 0.5em;
  width: inherit;
}

.side-nav .list-group-item {
  font-family: 'Semplicita Pro';
  white-space: nowrap;
  background: #52707f;
  padding: 8px 12px;
}

.side-nav .list-group-item a {
  color: #fff;
  text-decoration: none;
  font-size: 14pt;
  font-weight: bold;
}
.side-nav .list-group-item a:hover {
  color: #efefef;
}
.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* .side-nav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
} */
/* .active.highlight-side-nav{
  background-color: #21252a;
  position: relative;
  display: block;
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
  text-decoration: none;
  transform-style: flat;
  transition: all 250ms ease-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
	 border-color: #dedede;

} */
.active-section {
  color: #fff!important;
  padding: 5px 12px;
  display: block;
  font-weight: bold;
  text-shadow: 1px 1px #1f272b;
  border: 1px solid #1c252b;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #37474f; /* old browsers */
  background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
}

.active-list-item{
  padding: 8px 4px!important;
}

/* .active::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background-color: #C4A484;
} */

/* @media (max-width: 1399px) {
  .side-nav.stick {
    width: 263px;
  }
} */

@media (max-width: 1199px) {
  .side-nav.stick, .side-nav{
    width: 218px!important;
  }
  .side-nav .list-group-item a {
    font-size: 12pt;
  }
  .active-section {
    font-weight: 500;
    padding: 5px 4px;
  }
  .active-list-item{
    padding: 8px 4px!important;
  }
  .side-nav .list-group-item{
    padding: 8px 10px;
  }
}

@media (max-width: 992px) {
  .side-nav {
    display: none;
  }
  .sticky-nav{
    display: block;
  }
}
/* Nav language switcher */
.ddsDefault .dd-option {
  padding: 4px!important;
 
}
.ddsDefault .dd-selected {
  padding: 4px!important;
}
.masonry{
  margin: auto!important;
}
