/* This file will hold styles that are loaded using the same media query as the wide grid. */

.view-ohrc-carousel {
  width: 1180px;
  height:428px;
  margin:0 0 1em;
}
.views-slideshow-cycle-main-frame-row-item,
#views_slideshow_cycle_main_ohrc_carousel-page{
  width:1180px;
  height:390px !important;  
  float:left; 
}

.views-field-field-ohrc-carousel-image,
#views_slideshow_cycle_main_ohrc_carousel-page,
.node-ohrc-carousel-item .normal-layout{
    display: block;
    height: 350px;
    width: 1180px;

}

#views_slideshow_cycle_teaser_section_ohrc_carousel-page .views-slideshow-cycle-main-frame-row .views-field-field-ohrc-carousel-node-ref {
    background-color: #505050;
    padding: 5px;
    min-height: 30px;
}

.views-slideshow-controls-bottom
{
  display: inline-block;
}
.views-field-field-ohrc-carousel-image{
  width:100%; 
}
.views-slideshow-controls-bottom{
  width:100%;
  margin:0 0 0 2px;  
  display: inline-block;
  clear: both;
  padding-top: 0px;
}

.view-ohrc-carousel .views-slideshow-pager-field-item{
  width:218px; 
  padding:0;
  border-width:0 0 1px 1px;
}

.view-ohrc-carousel .views-slideshow-pager-field-item:nth-child(6){
  border-width:0 0 0 1px; 
}
.views-slideshow-controls-bottom .views-field-field-ohrc-carousel-teaser-text{
	line-height:1;
}

#region-menu{
  margin-left:10px;
  margin-right:10px;
  background:#505050;
}

#zone-menu{background:none;}

/* eLearning landing page */

.view-elearning-landing-page .views-row,
.view-webinars-landing-page .views-row {
	width:380px;
	margin:0 20px 0 0;
}

.view-elearning-landing-page .views-field-field-listing-image,
.view-webinars-landing-page .views-field-field-listing-image {
	width:380px;
	height:214px;
}

.view-elearning-landing-page .views-field-field-listing-image img,
.view-webinars-landing-page .views-field-field-listing-image img {
	width:380px;
	height:100%;
}


