/* blue-box styles */

.blue-wrap {
  float: left;
  position: relative;
  margin: 0 6px 6px 0;
}

.blue-last {
  margin-right: 0px;
  margin-bottom: 0px;
}

.blue-primary {
  background-color: #cdced0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* sizes -- add more as needed */

.blue-size-1 {
  width: 336px;
  height: 136px;
}

.blue-size-2 {
  width: 160px;
  height: 125px;
}

.blue-size-3 {
  width: 512px;
  height: 160px;
}

.blue-size-4 {
  width: 240px;
  height: 140px;
}

.blue-size-5 {
  width: 336px;
  height: 140px;
}

.blue-size-6 {
  width: 190px;
  height: 190px;
  margin: 0px 5px 5px 0px;
}

/* blue-box elements */

.blue-secondary {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #113f67;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.blue-secondary-content {
  /* provides padding for content */
  margin: 16px;
}

.blue-secondary p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.blue-secondary .blue-date {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

.blue-secondary .learn-more {
  font-size: 14px;
  font-weight: bold; 
}

.blue-secondary-content a:link {
  color: #FFF;
}
.blue-secondary-content a:visited {
  color: #FFF;
}
.blue-secondary-content a:hover {
  color: #7DA2c1;
  text-decoration: none;
}
.blue-secondary-content a:active {
  color: #7DA2c1;
  text-decoration: none;
}

/* blue-box dynamic styles */
.blue-wrap:hover .blue-primary {
  z-index: 0;
}

.blue-wrap:hover .blue-title {
  visibility: hidden;
}

.blue-wrap a:-webkit-any-link {
  text-decoration: none;
  color: #fff;
}

.blue-transparency {
  background: rgba(17, 63, 103, 0.9);
  /* browser fallback
  background: rgb(0, 0, 0);*/   
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2113f67, endColorstr=#b2113f67);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99113f67, endColorstr=#99113f67)";
}