/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
section.cta {
  background-color: #06c0b6;
  text-align: center; }
  section.cta h2.ctaSub {
    margin-top: 0px !important;
    font-size: 2.7em;
    color: white; }
  section.cta p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 1rem;
    margin-right: 1rem;
    color: white; }
  section.cta .btn-cta {
    font-size: 1.2em;
    background-color: #06c0b6;
    text-decoration: none;
    padding: .65rem 1.5rem .6rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.07s linear;
    border: 1px solid white; }
  section.cta .btn-cta:hover, section.cta .btn-cta:active, section.cta .btn-cta:focus {
    color: #06c0b6 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: white !important; }

/* 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-cta {
      margin-top: 1.5rem; } }
