/*
  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
*********************/
/*
  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
*********************/
.field-intro-text {
  font-family: "Roboto Condensed",sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

@media screen and (min-width:768px) {
  .field-intro-text {
    font-size: 20px;
    font-weight: 300;
  }
}

.node-service .field-intro-text,.node-type-landing-page .field-intro-text {
  padding: 0;
}

@media screen and (min-width:768px) {
  .node-service .field-intro-text,.node-type-landing-page .field-intro-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width:970px) {
  .node-service .field-intro-text,.node-type-landing-page .field-intro-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.node-component-carousel.display-type-3-col-wide .field-intro-text {
  padding-bottom: 30px;
}

.node-component-carousel.display-type-full-width .field-intro-text,.node-component-carousel.display-type-half-width .field-intro-text {
  display: none;
}

.node-component-carousel.display-type-3-col-centered .field-intro-text {
  padding-bottom: 30px;
}

@media screen and (min-width:768px) {
  .node-component-carousel.display-type-3-col-centered .field-intro-text {
    padding-bottom: 10px;
  }
}

.node-topic .field-intro-text {
  padding: 0;
  margin-bottom: 25px;
}

.node-component-flexible-column-layout .field-intro-text {
  margin-bottom: 25px;
}

.node-component-quick-links .field-intro-text {
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media screen and (min-width:768px) {
  .node-component-quick-links .field-intro-text {
    font-size: 16px;
  }
}

@media screen and (min-width:970px) {
  .node-component-quick-links .field-intro-text {
    font-size: 18px;
    line-height: normal;
  }
}

.node-component-quick-links .field-intro-text p {
  margin-bottom: 0;
}
