/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
.match {
  margin-bottom: 3rem; }

.SpaceAbove {
  margin-top: 1rem; }

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

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

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

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

/* 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: 1rem; } }

.mediaVideo {
  margin-bottom: 1rem; }

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

.mediaBot {
  margin-bottom: 1rem; }

p.bg-danger {
  margin-top: 1rem;
  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 */
