/* insights page====================================*/
#insights .pageheader {
  background-image: url(../img/downloads1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 190px 0 35px 0;
}

#insights .pageheader .title {
  color: #fff;
  border: none;
}

#pub-grid .mix {
  opacity: 0;
  display: none;
}

.page-container {
  position: relative;
}

.pitems .item {
  margin-bottom: 20px;
  width: 100%;
}

.pitems .pubmain {
  background: #fefefe;
  padding: 25px 25px 35px 25px;
  min-height: 130px;
  position: relative;
  -webkit-box-shadow: 0px 3px 3px -3px #ccc;
  box-shadow: 0px 3px 3px -3px #ccc;
  cursor: pointer;
}

.pitems .pubtitle {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: 400;
}

.pitems .pubmain div {
  font-size: small;
}

.pitems .pubmain .label {
  margin-right: 10px;
}

.pitems .pubmain .pubassets {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fafafa;
  text-align: center;
  border-top: 2px solid;
}

.pitems .pubmain .pubassets a {
  color: #9b9b9b;
  padding: 5px 15px;
  float: right;
  font-size: 18px;
}

.pitems .pubmain .pubassets a:hover,
.pitems .pubmain .pubassets a:focus,
.pitems .pubmain .pubassets a.pubcollapse {
  color: #fff;
}

.pitems .pubdetails {
  background: #fff;
  padding: 15px 25px 25px 25px;
  display: none;
}

.pubdetails ul {
  padding-left: 15px;
}

.pubdetails ul li {
  padding-bottom: 10px;
}

.img-left {
  float: left;
  width: 350px;
  padding: 23px 30px 20px 0;
}

.img-wide {
  max-width: 100%;
  height: auto;
  padding: 15px 0px 10px 0;
}

/* #filters,
.filters,
#pub-grid {
  padding: 20px 0 30px 0 !important;
}

#filters h3,
.filters h3,
div#sort {
  margin-top: 30px;
}

#sort span {
  line-height: 30px;
}

.stuck {
  position: fixed !important;
  z-index: 1001;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 4px 0px #cecece;
  box-shadow: 0px 2px 4px 0px #cecece;
} */

.cd-dropdown,
.cd-select {
  position: relative;
  margin: 20px auto;
  display: block;
}

.cd-dropdown > span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-weight: 700;
  font-size: 16px;
  background: #fff;
  display: block;
  padding: 0 10px 0 30px;
  position: relative;
  cursor: pointer;
}

.cd-dropdown > span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  text-align: center;
  font-size: 12px;
  padding: 8px;
  height: 70%;
  line-height: 24px;
}

.cd-dropdown.cd-active > span:after {
  content: "";
}

.cd-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n + 3) span {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-dropdown ul {
  position: absolute;
  top: 0px;
  width: 100%;
}

.cd-dropdown ul li {
  position: absolute;
  width: 100%;
}

/*.cd-active.cd-dropdown > span {
	color: #03cc85;
}*/

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-active.cd-dropdown ul li span {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
  /*background: #03cc85;*/
  color: #fff;
}

.cd-dropdown ul li span {
  width: 100%;
  background: #fafafa;
  line-height: 40px;
  padding: 0 10px 0 30px;
  display: block;
  color: #bcbcbc;
  cursor: pointer;
  font-weight: 700;
}
