/* filter styles */
.filter {
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 300;
}
.filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter ul li {
  display: block;
  border-top: 1px solid #f38a00;
  padding: 1em;
  text-align: left;
}
.filter ul li a {
  color: #fff;
  display: block;
}
.filter-label {
  color: #f38a00;
  cursor: pointer;
}
.filter-label .indicator {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #f38a00;
}
.filter-list {
  display: none;
  position: absolute;
  top: 39px;
  right: -20px;
  left: -20px;
  background-color: #000;
}
.filter.open .filter-list {
  display: block;
}

@media (min-width: 1024px) {
  .filter .filter-label,
.filter.open .filter-label {
    padding-bottom: 0;
    margin-right: 1.5em;
    cursor: auto;
  }
  .filter .filter-label .indicator,
.filter.open .filter-label .indicator {
    display: none;
  }
  .filter .filter-label,
.filter .filter-list,
.filter.open .filter-label,
.filter.open .filter-list {
    display: inline-block;
    vertical-align: middle;
  }
  .filter .filter-list,
.filter.open .filter-list {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .filter ul li,
.filter.open ul li {
    display: inline-block;
    border-top: 0 none;
    padding: 0;
    vertical-align: middle;
    text-align: center;
  }
  .filter ul li:after,
.filter.open ul li:after {
    content: "|";
    padding: 0 1em 0 1.5em;
    display: inline;
    color: #f38a00;
  }
  .filter ul li:last-child:after,
.filter.open ul li:last-child:after {
    content: "";
    padding: 0;
  }
  .filter ul li a,
.filter.open ul li a {
    display: inline-block;
  }
}
/* download listing */
.downloads {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.download {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  border: 1px solid #000;
  /*.image {
    display: block;
    height: 242px;
    width: 282px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    &.default {
      background-image: url(//www-stonestrong-com-files.s3.amazonaws.com/9706-90277557-symbol-bk.jpg?pfvId=18zvqx.iqcs02yt);
    }
  }*/
}
.download .title {
  text-transform: uppercase;
  color: #f38a00;
  font-weight: 700;
}
.download .version {
  text-transform: uppercase;
  color: #f38a00;
  font-weight: 400;
  font-size: 0.75rem;
  font-style: italic;
}
.download .links {
  display: flex;
}
.download .links a {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
  border: 0 !important;
  background-color: #f38a00;
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 10ch;
  margin: 0 auto;
}
.download .links a:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.download .links .rtf {
  flex: 1;
}
.download:hover {
  background-color: #f38a00;
}
.download:hover .title {
  color: #fff;
}
.download:hover .content {
  background-color: #f38a00;
}
.download:hover .image.default {
  background-image: url(//www-stonestrong-com-files.s3.amazonaws.com/6a8c-01277557-symbol-rev.jpg?pfvId=18zvqy.iqcs02z8);
}
@media (max-width: 1023px) {
  .download .content {
    padding: 10px;
  }
  .download .pdf,
.download .rtf {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .download .links {
    display: inline-block;
    float: right;
    padding: 1em 0.5em;
    text-align: right;
  }
  .download .links a {
    display: inline-block;
    vertical-align: middle;
  }
  .download .links .pdf,
.download .links .rtf {
    display: inline-block;
    margin-top: 0;
  }
  .download .links .rtf {
    margin-right: 10px;
  }
  .download .title {
    display: inline-block;
    float: left;
    padding: 0.6em 0.5em;
    flex: 1;
    text-align: left;
  }
  .download .version {
    padding: 0.6em 0.5em;
  }
  .download .content {
    padding: 0;
    display: flex;
  }
  .download .content:after {
    content: "";
    display: table;
    clear: both;
  }
}/* 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;
}
