/*
  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
*********************/
.group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content {
  position: relative;
}

.group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div {
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width:768px) {
  .group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

html[dir="rtl"] .group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div {
  left: auto;
  right: 16px;
}

.group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div .field-hero-copy h1,.group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div .field-hero-section {
  color: #000;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 300;
}

.group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div .field-hero-copy h1 {
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 0;
}

@media screen and (min-width:768px) {
  .group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div .field-hero-copy h1 {
    font-size: 40px;
  }
}

.group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div .field-hero-section {
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
  margin-top: 10px;
}

@media screen and (min-width:768px) {
  .group-insights-div-wrapper.field-group-div .group-insights-content .group-hero-content .group-copy.field-group-div .field-hero-section {
    font-size: 20px;
    line-height: 26px;
  }
}
