/* @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 */
.match {
  margin-bottom: 1.5rem;
}
/* @group Children sub blocks */
.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  border: none;
  margin-bottom: 0px;
  transition: all 0.1s linear;
}
.well img {
  margin-bottom: 0.5rem;
}
/* @end */
.subblocks li {
  margin-bottom: 0.7rem;
}
.subblocks {
  margin-top: 0rem;
}
.subblocks .CenterSubBlockText {
  text-align: center;
}
.subblocks .img-circle {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.subblocks img {
  margin-bottom: 1rem;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .subblocks .col-xs-12,
  .subblocks .col-xs-6 {
    margin-bottom: 3rem;
  }
}
/* 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;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mediaVideo {
    margin-bottom: 1rem;
  }
}
.mediaBot {
  margin-bottom: 1rem;
}
p.bg-danger {
  margin-top: 2rem;
  margin-bottom: 0px!important;
  text-align: center;
}
/* @end */
/*# sourceMappingURL=subblocks.css.map */