.listing-link {
  text-transform: uppercase;
  font-weight: 700;
}

.listing-link:before {
  content: "<";
  display: inline;
  color: #f38a00;
  margin-right: 5px;
}

/* setting a relative position for the details box placement */
.l-column1 .box-wc {
  margin: 0 auto;
  padding: 20px;
}

.l-column2 .box-wc {
  max-width: 100%;
  padding: 0;
  position: relative;
}

.case-study-view .gallery {
  width: 100%;
  max-height: calc(100vh - 380px);
  overflow: hidden;
  position: relative;
}

.case-study-view .gallery .slides-con {
  width: 100%;
  max-height: calc(100vh - 380px);
  overflow: hidden;
}

.case-study-view .gallery .gallery-slide {
  display: none;
}

.case-study-view .gallery .gallery-slide.active {
  display: block;
}

.case-study-view .gallery .gallery-slide img {
  width: 100%;
  height: calc(100vh - 400px);
  object-fit: cover;
  object-position: center;
}

.case-study-view .gallery .nav_con {
  display: none;
}

.case-study-view .gallery .slide_browse {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-study-view .gallery .slide_browse .browse {
  height: 26px;
  width: 16px;
  position: absolute;
  top: 0;
}

.case-study-view .gallery .slide_browse .browse.prev {
  display: block;
  left: 0;
  background-image: url(//www-stonestrong-com-files.s3.amazonaws.com/5cdf-91608557-lt-arrow.png?pfvId=18zydn.iqh5fou9);
}

.case-study-view .gallery .slide_browse .browse.next {
  display: block;
  right: 0;
  background-image: url(//www-stonestrong-com-files.s3.amazonaws.com/6260-02608557-rt-arrow.png?pfvId=18zydo.iqh5foup);
}

.case-study-view .content {
  position: relative;
  min-height: 380px;
}

.case-study-view .content .details {
  font-weight: 700;
}

.case-study-view .content .details .detail {
  background: #f38a00;
  padding: 10px 20px;
  margin: 10px 0;
}

.case-study-view .content .details .detail .label {
  color: #000;
}

.case-study-view .content .main {
  margin: 20px auto;
  padding: 20px;
}

.case-study-view .content .main .title h1 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
  color: #f38a00;
}

@media (min-width: 768px) {
  .case-study-view .content .main .title h1 {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .l-column1 .box-wc {
    width: 73%;
    margin-left: 27%;
    padding: 20px 40px;
  }
  .case-study-view .content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .case-study-view .content .details {
    position: absolute;
    top: 4.25em;
    max-width: 25%;
  }
  .case-study-view .content .main {
    width: 73%;
    padding: 0 20px;
    margin-left: 27%;
  }
}

@media (min-width: 1280px) {
  .l-column1 .box-wc {
    width: 50%;
    margin: 0 auto;
  }
  .case-study-view .content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .case-study-view .content .details {
    position: absolute;
    top: 4.25em;
    max-width: 25%;
  }
  .case-study-view .content .main {
    width: 50%;
    margin-left: auto;
  }
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
