/* @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 */
/* @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;
}
.well:hover {
  background-color: white;
}
.LightGrey .well {
  background-color: white;
}
/* @end */
.subblocks li {
  margin-bottom: 0.7rem;
}
.container-fluid .slick-multiple {
  margin-left: 2rem;
  margin-right: 2rem;
}
.container-fluid .wide .slick-multiple {
  margin-left: 0px;
  margin-right: 0px;
}
.subblocks .CenterSubBlockText {
  text-align: center;
}
.subblocks .img-circle {
  margin-bottom: 1rem;
}
.subblocks p {
  padding-right: 0px!important;
}
.subblocks .directions input {
  width: 80%;
  height: 50px!important;
}
.subblocks .directions input.submit {
  width: 20%;
  font-weight: bold;
}
.lastsubblock {
  margin-bottom: 0px!important;
}
/* 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: 2.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: 2rem;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .container-fluid .slick-multiple {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container-fluid .slick-multiple {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.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 */
