/*
New Customer Page Redesign
CMSSHAR-2019 - UI: New Customer Page Design
*/
/* filters and customer tiles */
.customers2016 .customerFilter select,
.resources2017 .customerFilter select {
  z-index: 2;
}
.customers2016 .customerFilter .splunk2-h2,
.resources2017 .customerFilter .splunk2-h2 {
  padding-bottom: 40px;
}
.customers2016 .customerFilter .outer-select-body,
.resources2017 .customerFilter .outer-select-body {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 35px;
}
.customers2016 .customerFilter .outer-select-body .select-label-new,
.resources2017 .customerFilter .outer-select-body .select-label-new {
  color: #000;
  padding: 4px 0;
  border-right: none;
  font-weight: 700;
  padding-top: 0;
  white-space: nowrap;
  margin-bottom: 15px;
  margin-right: 10px;
}
.customers2016 .customerFilter .outer-select-body .select-label-new:after,
.resources2017 .customerFilter .outer-select-body .select-label-new:after {
  content: ": ";
  position: relative;
  left: -4px;
}
.customers2016 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-down,
.resources2017 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-down,
.customers2016 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-up,
.resources2017 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-up {
  margin-top: 2px;
  font-weight: normal;
  float: right;
  font-size: 14px;
  cursor: pointer;
  margin-right: 12px;
  display: none;
  top: 5px;
  color: #eb008b;
}
.customers2016 .customerFilter .outer-select-body .select-block,
.resources2017 .customerFilter .outer-select-body .select-block {
  flex-grow: 1;
  display: block;
  margin-bottom: 15px;
}
.customers2016 .customerFilter .outer-select-body .select-block form,
.resources2017 .customerFilter .outer-select-body .select-block form {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.customers2016 .customerFilter .outer-select-body .select-block label,
.resources2017 .customerFilter .outer-select-body .select-block label {
  position: absolute;
  left: -99999px;
}
.customers2016 .customerFilter .outer-select-body .select-block .form-group,
.resources2017 .customerFilter .outer-select-body .select-block .form-group {
  display: inline-block;
  margin-right: 0;
  width: auto;
  float: none;
  flex-grow: 1;
  margin-bottom: 0;
}
.customers2016 .customerFilter .outer-select-body .select-block .customSelect,
.resources2017 .customerFilter .outer-select-body .select-block .customSelect {
  background: none;
  position: relative;
  padding-right: 33px;
}
.customers2016 .customerFilter .outer-select-body .select-block .customSelect:before,
.resources2017 .customerFilter .outer-select-body .select-block .customSelect:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 31px;
  right: 0px;
  top: 0px;
  background: transparent url(../../../../../etc/clientlibs/splunk/splunk-com/source/images/icon-chevron-down-select.svg) right 0.5em center / 1.4rem 0.5rem no-repeat;
}
.customers2016 .customerFilter .outer-select-body .select-block .customSelect.customSelectOpen:before,
.resources2017 .customerFilter .outer-select-body .select-block .customSelect.customSelectOpen:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.customers2016 .customerFilter .outer-select-body .select-block .customSelect .customSelectInner,
.resources2017 .customerFilter .outer-select-body .select-block .customSelect .customSelectInner {
  width: 100% !important;
  white-space: nowrap;
}
.customers2016 .customerFilter .outer-select-body .select-block .textOnly,
.resources2017 .customerFilter .outer-select-body .select-block .textOnly {
  font-size: 14px;
  padding: 0 15px;
  white-space: nowrap;
}
.customers2016 .customerFilter .outer-select-body .select-block .clear-btn,
.resources2017 .customerFilter .outer-select-body .select-block .clear-btn {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 15px;
  white-space: nowrap;
}
.customers2016 .customerFilter .col-sm-10.col-sm-offset-1,
.resources2017 .customerFilter .col-sm-10.col-sm-offset-1 {
  padding-left: 0;
  padding-right: 0;
}
.customers2016 .main-content-block,
.resources2017 .main-content-block {
  padding-top: 0px;
}
.customers2016 .main-content-block .box-list-block,
.resources2017 .main-content-block .box-list-block {
  width: 918px;
  margin: 0 auto;
}
.customers2016 .main-content-block .list-item-block,
.resources2017 .main-content-block .list-item-block {
  position: relative;
  width: 306px;
  height: 324px;
}
.customers2016 .main-content-block .list-item-block .tile-logo,
.resources2017 .main-content-block .list-item-block .tile-logo,
.customers2016 .main-content-block .list-item-block .tile-overlay,
.resources2017 .main-content-block .list-item-block .tile-overlay,
.customers2016 .main-content-block .list-item-block .tile-content,
.resources2017 .main-content-block .list-item-block .tile-content {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.customers2016 .main-content-block .list-item-block .tile-logo,
.resources2017 .main-content-block .list-item-block .tile-logo {
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.customers2016 .main-content-block .list-item-block .tile-logo img,
.resources2017 .main-content-block .list-item-block .tile-logo img {
  visibility: hidden;
}
.customers2016 .main-content-block .list-item-block .tile-overlay,
.resources2017 .main-content-block .list-item-block .tile-overlay {
  background: -moz-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(44, 44, 44, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(44, 44, 44, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(44, 44, 44, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00131313', endColorstr='#992c2c2c', GradientType=0);
  /* IE6-9 */
  z-index: 20;
}
.customers2016 .main-content-block .list-item-block .tile-content,
.resources2017 .main-content-block .list-item-block .tile-content {
  padding: 10px;
  z-index: 30;
  color: #fff;
  transition: background-color 0.5s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.customers2016 .main-content-block .list-item-block .tile-content .text-section,
.resources2017 .main-content-block .list-item-block .tile-content .text-section {
  width: 100%;
}
.customers2016 .main-content-block .list-item-block .tile-content .tile-heading,
.resources2017 .main-content-block .list-item-block .tile-content .tile-heading,
.customers2016 .main-content-block .list-item-block .tile-content .tile-desc,
.resources2017 .main-content-block .list-item-block .tile-content .tile-desc,
.customers2016 .main-content-block .list-item-block .tile-content .content-type,
.resources2017 .main-content-block .list-item-block .tile-content .content-type {
  line-height: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.customers2016 .main-content-block .list-item-block .tile-content .tile-heading,
.resources2017 .main-content-block .list-item-block .tile-content .tile-heading {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #fff;
}
.customers2016 .main-content-block .list-item-block .tile-content .tile-desc,
.resources2017 .main-content-block .list-item-block .tile-content .tile-desc,
.customers2016 .main-content-block .list-item-block .tile-content .content-type,
.resources2017 .main-content-block .list-item-block .tile-content .content-type {
  padding-bottom: 55px;
  display: none;
}
.customers2016 .main-content-block .list-item-block .tile-content .tile-link,
.resources2017 .main-content-block .list-item-block .tile-content .tile-link {
  display: none;
}
.customers2016 .main-content-block .list-item-block .tile-content .tile-link,
.resources2017 .main-content-block .list-item-block .tile-content .tile-link,
.customers2016 .main-content-block .list-item-block .tile-content .tile-link a,
.resources2017 .main-content-block .list-item-block .tile-content .tile-link a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.customers2016 .main-content-block .list-item-block .tile-content .tile-link span,
.resources2017 .main-content-block .list-item-block .tile-content .tile-link span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.customers2016 .main-content-block .list-item-block .tile-content.hover,
.resources2017 .main-content-block .list-item-block .tile-content.hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.customers2016 .main-content-block .list-item-block .tile-content.hover .tile-heading,
.resources2017 .main-content-block .list-item-block .tile-content.hover .tile-heading {
  position: static;
}
.customers2016 .main-content-block .list-item-block .tile-content.hover .tile-desc,
.resources2017 .main-content-block .list-item-block .tile-content.hover .tile-desc,
.customers2016 .main-content-block .list-item-block .tile-content.hover .tile-link,
.resources2017 .main-content-block .list-item-block .tile-content.hover .tile-link,
.customers2016 .main-content-block .list-item-block .tile-content.hover .content-type,
.resources2017 .main-content-block .list-item-block .tile-content.hover .content-type {
  display: block;
}
.customers2016 .main-content-block .load-more,
.resources2017 .main-content-block .load-more {
  display: none;
  padding-top: 35px;
  text-align: center;
}
.resources2017 .customerFilter .select-label-new {
  padding: 5px 0 4px;
  border-right: none;
  font-size: 17px;
}
.resources2017 .main-content-block .list-item-block .tile-logo.AnalystReport {
  background-color: #cddc29;
}
.resources2017 .main-content-block .list-item-block .tile-logo.CaseStudy {
  background-color: #00afa9;
}
.resources2017 .main-content-block .list-item-block .tile-logo.E-Book {
  background-color: #02a8e0;
}
.resources2017 .main-content-block .list-item-block .tile-logo.GettingStartedGuide {
  background-color: #f1a91e;
}
.resources2017 .main-content-block .list-item-block .tile-logo.Infographic {
  background-color: #000000;
}
.resources2017 .main-content-block .list-item-block .tile-logo.PartnerBrief {
  background-color: #e87722;
}
.resources2017 .main-content-block .list-item-block .tile-logo.ProductBrief {
  background-color: #65a637;
}
.resources2017 .main-content-block .list-item-block .tile-logo.SolutionGuide {
  background-color: #005f86;
}
.resources2017 .main-content-block .list-item-block .tile-logo.SplunkEssentials {
  background-color: #2d2d2d;
}
.resources2017 .main-content-block .list-item-block .tile-logo.TechBrief {
  background-color: #79232e;
}
.resources2017 .main-content-block .list-item-block .tile-logo.WhitePaper {
  background-color: #72777a;
}
.resources2017 .main-content-block .list-item-block .tile-logo.UseCases {
  background-color: #97999b;
}
.resources2017 .main-content-block .tile-content {
  padding: 15px;
  padding-top: 50px;
}
/* turns select block into a toggle block */
/* Mobile  Styles */
@media (max-width: 767px) {
  .customers2016 .customerFilter .splunk2-h2,
  .resources2017 .customerFilter .splunk2-h2 {
    padding-bottom: 20px;
  }
  .customers2016 .customerFilter .outer-select-body,
  .resources2017 .customerFilter .outer-select-body {
    border: 1px solid #97999b;
    border-radius: 5px;
    padding: 12px 12px 12px;
    flex-wrap: wrap;
  }
  .customers2016 .customerFilter .outer-select-body:after,
  .resources2017 .customerFilter .outer-select-body:after {
    content: " ";
    display: block;
    clear: both;
  }
  .customers2016 .customerFilter .outer-select-body .select-label-new,
  .resources2017 .customerFilter .outer-select-body .select-label-new {
    color: #000;
    cursor: pointer;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .customers2016 .customerFilter .outer-select-body .select-label-new:after,
  .resources2017 .customerFilter .outer-select-body .select-label-new:after {
    display: none;
  }
  .customers2016 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-down.active,
  .resources2017 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-down.active,
  .customers2016 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-up.active,
  .resources2017 .customerFilter .outer-select-body .select-label-new .glyphicon-chevron-up.active {
    display: inline-block;
  }
  .customers2016 .customerFilter .outer-select-body .select-block,
  .resources2017 .customerFilter .outer-select-body .select-block {
    display: none;
    padding-top: 25px;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 0;
  }
  .customers2016 .customerFilter .outer-select-body .select-block.active,
  .resources2017 .customerFilter .outer-select-body .select-block.active {
    display: block;
  }
  .customers2016 .customerFilter .outer-select-body .select-block form,
  .resources2017 .customerFilter .outer-select-body .select-block form {
    flex-wrap: wrap;
  }
  .customers2016 .customerFilter .outer-select-body .select-block form .form-group,
  .resources2017 .customerFilter .outer-select-body .select-block form .form-group {
    width: 100%;
  }
  .customers2016 .customerFilter .outer-select-body .select-block form .textOnly,
  .resources2017 .customerFilter .outer-select-body .select-block form .textOnly {
    display: block;
    width: 100%;
    background: rbga(111, 22, 33, 0.4);
    float: none;
    padding: 7px 11px;
    position: relative;
  }
  .customers2016 .customerFilter .outer-select-body .select-block form .clear-btn,
  .resources2017 .customerFilter .outer-select-body .select-block form .clear-btn {
    margin-top: 15px;
  }
  .customers2016 .customerFilter .col-sm-10.col-sm-offset-1,
  .resources2017 .customerFilter .col-sm-10.col-sm-offset-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customers2016 .main-content-block,
  .resources2017 .main-content-block {
    margin-top: 0;
  }
}
/* Main Content Block Media Query Styles */
@media (max-width: 1199px) {
  .customers2016 .main-content-block .box-list-block,
  .resources2017 .main-content-block .box-list-block {
    width: 100%;
  }
  .customers2016 .main-content-block .list-item-block,
  .resources2017 .main-content-block .list-item-block {
    width: 33.33%;
  }
}
@media (max-width: 740px) {
  .customers2016 .main-content-block .list-item-block,
  .resources2017 .main-content-block .list-item-block {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .customers2016 .main-content-block .list-item-block,
  .resources2017 .main-content-block .list-item-block {
    width: 100%;
  }
  .customers2016 .main-content-block .list-item-block .tile-content,
  .resources2017 .main-content-block .list-item-block .tile-content {
    padding: 50px;
  }
}
@media (max-width: 909px) {
  .customers2016 .main-content-block .col-xs-10.col-xs-offset-1,
  .resources2017 .main-content-block .col-xs-10.col-xs-offset-1 {
    margin-left: 0;
    width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .customers2016 .main-content-block,
  .resources2017 .main-content-block {
    margin-top: 0px;
  }
}
@media (max-width: 350px) {
  .customers2016 .main-content-block .list-item-block,
  .resources2017 .main-content-block .list-item-block {
    width: 100%;
  }
  .customers2016 .main-content-block .list-item-block .tile-content,
  .resources2017 .main-content-block .list-item-block .tile-content {
    padding: 20px;
  }
}
