/* @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 */
.match {
  margin-bottom: 3rem; }

.SpaceAbove {
  margin-top: 1.5rem; }

.subblocks .CenterSubBlockText {
  text-align: center; }

.subblocks .img-circle {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.subblocks img {
  margin-bottom: .5rem; }

.subblocks li {
  margin-bottom: 0.7rem; }

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .subblocks .col-sm-12, .subblocks .col-sm-6 {
    margin-bottom: 2rem; } }

.mediaVideo {
  margin-bottom: 1rem; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .mediaVideo {
    margin-bottom: 1rem; }
  .match {
    margin-bottom: 2rem; }
  .match:last-child {
    margin-bottom: 0rem; } }

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mediaVideo {
    margin-bottom: 1rem; }
  .match {
    margin-bottom: 2rem; }
  .match:last-child {
    margin-bottom: 0rem; } }

.mediaBot {
  margin-bottom: 1rem; }

p.bg-danger {
  margin-top: 2rem;
  margin-bottom: 0px !important;
  text-align: center; }

/* @end */
/* @group Embeds */
.subblock_embed_withTop {
  margin-top: 1rem; }

.subblock_embed_withBot {
  margin-bottom: 1rem; }

.subblock_embed_withTopBot {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* @end */
