/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
.view-blog-post-list .field-title {
  padding: 0;
}

.view-blog-post-list .field-title h2 {
  font-size: 26px;
}

.view-blog-post-list .field-blog-title {
  text-transform: uppercase;
  color: #666;
}

.chrome .i18n-el .view-blog-post-list .field-blog-title {
  text-transform: none;
}

@media screen and (min-width:768px) {
  .group-insights-div-wrapper .view-blog-post-list .view-content .field-title {
    margin: 0;
    padding: 0;
  }
  .group-insights-div-wrapper .view-blog-post-list .view-content .field-title h2 {
    margin: 0;
    padding: 10px 0 5px 0;
  }
}
