/*
  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
*********************/

.front .group-insights-div-wrapper.text-gray .field-hero-title,.front .group-insights-div-wrapper.text-gray .group-insights-content .group-copy,.not-front .group-insights-div-wrapper.text-gray .field-hero-title,.not-front .group-insights-div-wrapper.text-gray .group-insights-content .group-copy {
  color: #000;
}

.group-insights-div-wrapper.row {
  width: 100%;
}

@media screen and (min-width:768px) {
  .group-insights-div-wrapper.row {
    padding-top: 40px;
  }
}

@media screen and (min-width:970px) {
  .group-insights-div-wrapper.row {
    padding-top: 20px;
  }
}

.group-insights-div-wrapper.row .group-insights-content {
  position: relative;
  background-color: #ebebeb;
  display: block;
  padding: 0;
  width: 100%;
}

@media screen and (min-width:970px) {
  .group-insights-div-wrapper.row .group-insights-content {
    width: 80%;
  }
}

.group-insights-div-wrapper.row .group-insights-content:active,.group-insights-div-wrapper.row .group-insights-content:focus,.group-insights-div-wrapper.row .group-insights-content:hover {
  outline: 0 !important;
}
