/*
  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-content .field-marketo-form {
  float: left;
  width: 100%;
  padding: 0;
}

.group-insights-content .field-marketo-form .marketo-form.marketo-form-insights {
  padding: 0 15px;
}

.group-insights-content .field-marketo-form .marketo-form.marketo-form-insights:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
  background-color: #c1c1c1;
}

.group-insights-content .field-marketo-form .marketo-form.marketo-form-insights .xrx_form_intro {
  margin-bottom: 0;
}

.group-insights-content .field-marketo-form .marketo-form.marketo-form-insights form.mktoForm {
  padding: 25px 0px 15px;
}

.group-insights-content .field-marketo-form .marketo-form.marketo-form-insights .xrx-success-text {
  padding-bottom: 30px;
}
