/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
section.cta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
section.cta h2.ctaSub {
  margin-top: 0px!important;
}
section.cta p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  section.cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.cta p {
    font-size: 1em;
    margin-bottom: 0.5rem;
  }
  section.cta .btn-default {
    margin-top: 1.5rem;
  }
}
/*# sourceMappingURL=cta.css.map */