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

/* header / footer styles */


/* carousel styles */

.view-ohrc-carousel {
  width: 960px;
  height:350px;
}

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

}

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

.views-slideshow-controls-bottom
{
    clear: both;
    display: inline-block;
    width: 100%;
    height: 320px;
    padding-top: 0px;
}

.views-slideshow-cycle-main-frame-row-item,
#views_slideshow_cycle_main_ohrc_carousel-page,
.node-ohrc-carousel-item .normal-wide-layout{
  width:960px; 
  height:320px;
}
.views-field-field-ohrc-carousel-image img,
.node-ohrc-carousel-item .normal-wide-layout img{
  width:auto;
  height:auto;
}

.views-slideshow-cycle-main-frame-row,
.node-ohrc-carousel-item .normal-wide-layout{
  width:100%; 
  height:100%;  

}

.view-ohrc-carousel .views-field-body,
.node-ohrc-carousel-item .normal-wide-layout .field-name-body{
  font-size:1em;
}
.view-ohrc-carousel .views-field-body h3,
.node-ohrc-carousel-item .normal-wide-layout .field-name-body h3{
  font-size:1.571em; /* 14px * 1.57 = 22px */
  border-bottom:none;
}

.views-slideshow-pager-field-item{
  width:319px; 
}

/* eLearning landing page */

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

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

.view-elearning-landing-page .views-field-field-listing-image img,
.view-webinars-landing-page .views-field-field-listing-image img {
	width:300px;
	height:100%;
}
.view-elearning-landing-page .views-row:nth-child(2n),
.view-webinars-landing-page .views-row:nth-child(2n){
	margin:0 20px 20px 0;
}
.view-elearning-landing-page .views-row:nth-child(3n),
.view-webinars-landing-page .views-row:nth-child(3n) {
	margin:0 0 20px 0;
}

.view-elearning-landing-page .views-row:nth-child(2n+1),
.view-webinars-landing-page .views-row:nth-child(2n+1) {
	clear:none;
}
.view-elearning-landing-page .views-row:nth-child(3n+1),
.view-webinars-landing-page .views-row:nth-child(3n+1) {
	clear:left;
}

html.js #ohrc-module-quick-links-form{
	float:right;
	margin:0 0 1em 1em;
	width:32%;
}