﻿/*
=======================================================================
	 modules.css
=======================================================================
*/
.primary-module,
.article .primary-module {
  /*padding-top: 5px !important;*/
  width: auto;
  background: #5F588A;
  color: #fff;
  font-weight: normal;
}
.primary-module h3 {
  padding-top: 0;
  line-height: 1;
}
.primary-module h4 {
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1;
}
header.primary-module {
  border: none !important;
}
.primary-module-header {
  font-size: 2.2em;
}
.primary-module-header p {
  color: #ccc;
}
.primary-module-header h3 {
  margin-top: 0;
  padding-top: 0;
}
.primary-module-inner {
  padding: 1px 10px;
}
.slide-module h4,
.slide-module p {
  display: block;
  overflow: hidden;
  margin: 0;
  font-size: 1.3em;
}
.slide-module h4 {
  padding: 5px 10px;
  height: 50px;
}
.slide-module p {
  padding: 10px;
  height: 100px;
  font-size: 1em;
}
.slide-module img {
  width: 100%;
  height: 145px;
}
.slider-module img {
  margin: 0;
  padding: 0;
}
.text-detail-module {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 10px;
  max-width: 55%;
  height: auto;
  background: rgba(0, 30, 60, 0.75);
  color: #fff;
}
.text-detail-module h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4;
}
.text-detail-module p {
  margin-bottom: 0;
}
.cta a {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 5px 10px;
  background: #00AEEF;
  color: #fff;
}
.primary-module h2,
.primary-module h3,
.primary-module h4 {
  margin-bottom: 0.2em;
  color: #fff;
}
.primary-module p {
  margin-bottom: 0;
  color: #fff;
}
.course-browse-module,
.courses-course-search {
  min-height: 285px;
}
.course-saved-module .courses-header-saved,
.module .courses-header-save-perm,
.module .courses-header-recently-viewed {
  background-position: right center;
  background-repeat: no-repeat;
}
.course-saved-module .primary-module {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
.module input[type="text"] {
  padding: 5px 3px;
  width: 93%;
}
/*Only used once could be specific*/
.article .feature-small h3 {
  line-height: 1.2em;
}
.feature-full h2 img,
.feature-small h2 img {
  vertical-align: middle;
}
.feature-full img.pos-abs,
.feature-small img.pos-abs {
  right: 1px;
  bottom: 1px;
}
.midlandCitiesButton {
  background-color: #990033;
}
.midlandsCitiesHeading {
  padding-top: 10px;
  padding-left: 12px;
  color: #fff;
  letter-spacing: normal !important;
  font: 18px verdana;
}
.midlandsCitiesFont {
  margin-top: 5px;
  padding-bottom: 15px;
  padding-left: 12px;
  color: #fff;
  letter-spacing: normal !important;
  font: 12px verdana;
}
.feature {
  position: relative;
}
.feature img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.size1of2 .feature img {
  width: 75%;
}