/**
 * @file
 * Display Suite Homepage stylesheet.
 */

.ds-header {
  /* Styles for the "header" region go here */
}

.ds-left {
  /* Styles for the "left" region go here */
}

.ds-right {
  /* Styles for the "right" region go here */
}

.ds-footer1 {
  /* Styles for the "footer1" region go here */
}

.middle_classes {
  border-top: 4px solid #0e774a;
  margin-top: 40px;
}
.ds-middle > .block-title{
  display: inline-block;
  padding: 0 20px;
  margin-top: 0;
  font-family: "calluna-sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #0e774a;
  color: white;
  margin-bottom: 20px;
}
.middle_classes .view-projects{
  margin-bottom: 40px;
}
.middle_classes .view-projects .view-content{
  margin-right: -15px;
  margin-left: -15px;
}
.middle_classes .view-projects .view-content:before,
.middle_classes .view-projects .view-content:after {
  display: table;
  content: " ";
  clear: both;
}
.middle_classes .view-projects .col{
margin-top: 15px;
margin-bottom: 15px;
float: left;
}
@media (min-width: 768px){
.middle_classes .view-projects .col{
  width: 50%;
}
}
@media (min-width: 1024px){
.middle_classes .view-projects .col{
  width: 33.33333333333333%;
}
}

.middle_classes .view-projects .views-field-title{
  position: absolute;
  z-index: 10;
  color: #FFF;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  font-weight: bold;
}
.middle_classes .view-projects .views-field-title a{
text-decoration: none;
}
.middle_classes .view-projects .views-field-title a:hover{
  color: #0e774a;
}

.middle_classes .view-projects .views-field-field-hero-image-background,
.middle_classes .view-projects .views-field-field-thumbnail {
  position: relative;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.25);
}

.middle_classes .view-projects .views-field-field-hero-image-background .field-content:before,
.middle_classes .view-projects .views-field-field-thumbnail .field-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.middle_classes .view-projects .views-field-field-hero-image-background img,
.middle_classes .view-projects .views-field-field-thumbnail img {
  max-width: 100%;
  height: auto;
}

.ds-footer2 {
  /* Styles for the "footer2" region go here */
}

.ds-footer3 {
  /* Styles for the "footer3" region go here */
}

.ds-footer4 {
  /* Styles for the "footer4" region go here */
}

.ds-footer5 {
  /* Styles for the "footer5" region go here */
}

.ds-footer6 {
  /* Styles for the "footer6" region go here */
}
