/* IMS Experince Styling */
#ims_experience {
  width: 100%;
  padding: 0 12px;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#ims_experience h2 {
  color:#000;
  font-size:22px;
  line-height:22px;
  margin:0px 0px 10px 0px;
  padding:2px 0px 0px 10px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
  text-align: center;
}

#ims_experience a {
  display:inline-block;
  height:155px;
  margin:0px 8px 0 0;
  position:relative;
  width:230px;
  background-repeat:no-repeat;
}
#ims_experience a:nth-child(2) {
  margin-left:0px;
}
#ims_experience a:last-child {
  margin-right:0px;
}

#ims_experience a img {
  left:92px;
  position:absolute; 
  top:56px;
  width: 45px;
}

#block-ims-experience-ims-experience h2.block-title {
  display:none; 
}

#thumbnailView {
  white-space: nowrap;
  transition: transform 1s;
}

#ims-experience-prev {
  background: url('../ims_brand_carousel/bc_left.png') center center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 34px;
  text-indent: -10000px;
  z-index: 1;
  width: 35px;
  height: 155px;
  cursor: pointer;
  background-color: rgba(192,192,192,0.7);
}

#ims-experience-next {
  background: url('../ims_brand_carousel/bc_right.png') center center no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 34px;
  text-indent: -10000px;
  z-index: 1;
  width: 35px;
  height: 155px;
  cursor: pointer;
  background-color: rgba(192,192,192,0.7);
}

/* IMS Experince Mobile Styling */
body.ismobiledevice #ims-experience-next {
  right: 0;
  bottom: 0;
  height: 155px;
  top: inherit;
}

body.ismobiledevice a.lightbox-processed {
  display: inline-block;
  height: 155px;
  margin: 0px 8px 0 0;
  position: relative;
  width: 230px;
  background-repeat: no-repeat;
  float: none;
}

body.ismobiledevice  div#ims_experience {
  float: left;
  overflow: hidden;
}

body.ismobiledevice div#block-ims-experience-ims-experience {
  position: relative;
  clear: both;
  width: 100%;
  height: 225px;
  overflow: hidden;
}

body.ismobiledevice:not(.istablet) #ims_experience {
  text-align:center;
}

body.ismobiledevice:not(.istablet) #ims_experience  a:nth-child(2) {
  margin-right:1rem;
} 

body.ismobiledevice:not(.istablet) #ims_experience a:last-child {
  margin-left:1rem;
}

body.ismobiledevice:not(.istablet) #ims_experience a img {
  height:4rem;
  left:5.3rem;
  position:absolute; 
  top:2rem;
  width:4rem;
}

body.ismobiledevice div#thumbnailView {
  height: 155px;
  white-space: nowrap;
  transition: transform 1s;
}

body.ismobiledevice #ims-experience-prev {
  left: 0;
  bottom: 0;
  height: 155px;
  top: inherit;
}