/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/home.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
/* Start with variables for specific fonts and colours */
.test {
  border: 1px solid black;
}

/* General to feature items */
.test {
  border: 1px solid black;
}

.feature h1 {
  z-index: 10;
  font-family: "Rock Salt", comic, "Comic Sans MS", cursive, sans-serif;
  text-shadow: 2px 3px #ffffee;
  font-weight: 900;
  margin: 0 0 -10px -10px;
  padding: 20px 0 0 0;
}
.feature h2 {
  white-space: nowrap;
  font-size: 100%;
  font-weight: 400;
}

/* Welcome box */
.test {
  border: 1px solid black;
}

.welcome .body {
  font-size: 90%;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  border-top: 10px solid #cf0404;
  width: 100%;
}
.welcome .body p:first-child {
  font-weight: 700;
}

/* Random issue */
.test {
  border: 1px solid black;
}

.random-image {
  position: relative;
}
.random-image h1 {
  position: relative;
  z-index: 2;
}
.random-image .box {
  z-index: 1;
  min-height: 100px;
  position: relative;
  padding: 0;
  border: 2px solid #cf0404;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.random-image .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(207, 4, 4, 0.4), rgb(207, 4, 4));
}
.random-image .footer p:first-child {
  font-size: 90%;
  font-family: "Rock Salt", comic, "Comic Sans MS", cursive, sans-serif;
  font-weight: 900;
  color: #337ab7;
  text-shadow: 1px 1px #ffffee;
}
.random-image .footer p {
  padding: 5px;
  margin: 0;
  font-size: 80%;
  line-height: 110%;
  text-align: right;
  color: #ffffee;
  text-shadow: 1px 1px #333333;
}

/* Spotlight */
.test {
  border: 1px solid black;
}

.spotlight .body {
  margin-left: -10px; /* Allow/align for insert spacing on left */
}
.spotlight .body .box {
  position: relative;
  margin: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 100%;
}
.spotlight .body .insert {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 10px;
  right: 0;
  overflow: hidden;
  border: 2px solid #cf0404;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.spotlight .body .insert p {
  opacity: 1 !important;
  position: absolute;
  padding: 5px 5px 5px 5px;
  margin: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 100%;
  font-weight: 900;
  line-height: 115%;
  color: #ffffff;
  text-align: right;
  text-shadow: 1px 1px 5px #333333;
  background: linear-gradient(to right, rgba(207, 4, 4, 0), rgba(207, 4, 4, 0.9));
}
.spotlight .body .insert.main {
  opacity: 1;
}
.spotlight .body .insert.detail {
  opacity: 0;
}
.spotlight .body .insert.detail p:first-child {
  position: absolute;
  top: 0;
  padding: 5px 5px 0 2px;
  margin: 0;
  font-weight: 700;
  font-size: 75%;
  line-height: 110%;
  color: #cf0404;
  background: none;
  background-color: #ffffee;
  text-shadow: 1px 1px 10px #ffffff;
}

/* Branded box - used on article */
.test {
  border: 1px solid black;
}

.brand-box {
  border: 2px solid #cf0404;
  background-color: #ffffdd;
  padding: 0;
  margin: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.brand-box .header {
  padding: 10px 10px 10px 10px;
  margin: 0;
  border: 0 solid #cf0404;
  color: #ffffee;
  display: block;
  font-weight: 900;
  font-size: 120%;
  background: linear-gradient(to right, #cf0404, #ffb9b9); /* Standard syntax */
}
.brand-box .header h1 {
  margin: 0;
  padding: 0;
  font-family: Gantari, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: none;
  font-size: 100%;
  font-weight: 900;
}
.brand-box .header h2 {
  margin: 0;
  padding: 0;
  z-index: auto;
  color: #ffffee;
  font-size: 80%;
  font-weight: 600;
}
.brand-box .main {
  margin: 0;
}
.brand-box .main .image {
  margin-top: 1em;
  margin-bottom: 1em;
}
.brand-box .main .image img {
  border: 2px solid #ffb9b9;
}
.brand-box .main .details {
  padding: 1em;
}
.brand-box .main .details p:first-child {
  font-weight: 600 !important;
}
.brand-box .main .details p {
  font-size: 90%;
}
.brand-box .footer {
  padding: 0 1em 0.5em 1em;
}

/* Recent issues */
.test {
  border: 1px solid black;
}

/* Use branded wookmark styling */
/* Some of this file is legacy and not required -TODO: still be be deleted */
/** General page styling **/
/*
body {
  background-color: #e5e5e5;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}

header h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  margin: 30px 0 10px 0;
}

header p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 0;
  font-weight: 200;
}

a {
  text-decoration: none;
}
*/
/*#loader {
    height: 100px;
}

#loader-image {
    display: none;
    height: 100px;
    background-image: url(/src/assets/loading-icon.gif);
    background-position: center;
    background-repeat: no-repeat;
}
*/
/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  -webkit-box-shadow: 0 1px 3px #0bc20b;
  -webkit-box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -moz-box-shadow: 0 1px 3px #0bc20b;
  -moz-box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  box-shadow: 0 1px 3px #0bc20b;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.1s ease-out;
  -moz-transition: width 0.1s ease-out;
  -o-transition: width 0.1s ease-out;
  -ms-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  /*margin: 10px 0;  -jz*/
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

/**
 * Grid items
 */
.tiles-wrap p.footer {
  margin: 0;
  border-top: 2px solid #cf0404;
  padding: 15px 5px 15px 10px;
  font-size: 80%;
  background-color: #ffffff;
}

.tiles-wrap li {
  display: block;
  -ms-opacity: 0;
  opacity: 0;
  /*text-align: center; -jz*/
  list-style-type: none;
  background-color: #fff;
  float: left;
  /*cursor: pointer; -jz*/
  width: 204px;
  padding: 0;
  border: 2px solid #cf0404;
  /*border: 1px solid #dedede; */
  /*    -webkit-box-shadow: 0 1px 3px #000000;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 1px 3px #000000;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);*/
  box-shadow: 0 1px 3px #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  /*    -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;*/
  -moz-box-sizing: border-box; /*for flexibleWidth Grid items*/
  box-sizing: border-box; /*for flexibleWidth Grid items*/
}

.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  -ms-opacity: 0;
  opacity: 0;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  -ms-opacity: 0;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fff;
  /*background-color: #fafafa;  -jz*/
}

.tiles-wrap img {
  display: block;
  width: 100%; /*for flexibleWidth Grid items*/
  height: auto; /*for flexibleWidth Grid items*/
}

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  content: "Loading…";
  padding-top: 20px;
  color: #999;
}

/**
 * Filters
 */
#filters {
  list-style-type: none;
  text-align: center;
  margin: 0 5% 0 5%;
}

#filters:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#filters li {
  font-size: 12px;
  float: left;
  padding: 6px 8px 4px;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#filters li:hover {
  background: #4281f5;
  color: #ffffff;
}

#filters li.active {
  background: #4281f5;
  color: #ffffff;
}

/*Home page special design*/
.clearpadding {
  padding: 0 0 0 0;
}

.click-me {
  cursor: pointer;
}

.feature-redbox .feature-body {
  cursor: pointer;
}

.feature-comments h2,
.feature-redbox h2,
.feature-clear h2,
.feature-random-image h2,
.feature-welcome h2,
.feature-index h2 {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  font-family: comic, "Comic Sans MS", cursive, sans-serif;
  text-shadow: 1px 1px #ffffee;
}

.feature-comments h2 span,
.feature-redbox h2 span,
.feature-clear h2 span,
.feature-random-image h2 span,
.feature-welcome h2 span,
.feature-index h2 span {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 200%;
  position: relative;
  top: 15px;
  left: -5px;
  z-index: 40;
}

.feature-comments h2 small,
.feature-redbox h2 small,
.feature-clear h2 small,
.feature-random-image h2 small,
.feature-welcome h2 small,
.feature-index h2 small {
  display: inline-block;
  padding: 25px 0 0 0;
  margin: 0 0 0 0;
  font-size: 70%;
  font-weight: 100;
}

.feature-comments .body-contents {
  border: 2px solid #cf0404;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.feature-comments .table {
  border: none;
}

.feature-comments .table-hover {
  margin: 0 0 0 0;
}

.feature-comments .table-hover > tbody > tr {
  color: #333333;
  background: #cf0404;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 221, 0), rgb(255, 255, 221)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(255, 255, 221, 0), rgb(255, 255, 221)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(255, 255, 221, 0), rgb(255, 255, 221)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, rgba(255, 255, 221, 0), rgb(255, 255, 221)); /* Standard syntax (must be last) */
  border: none;
}

.feature-comments .table-hover > tbody > tr > td {
  padding: 15px 15px 15px 5px;
  border: none;
}

.feature-comments .table-hover > tbody > tr:hover td {
  background-color: #cf0404;
  color: #ffffee;
  cursor: pointer;
}

.feature-comments .table-hover > tfoot {
  padding: 5px 15px 5px 5px;
  color: #ffffee;
  background-color: #cf0404; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #cf0404, #ffb9b9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #cf0404, #ffb9b9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #cf0404, #ffb9b9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #cf0404, #ffb9b9); /* Standard syntax */
}

.feature-comments .table-hover > tfoot > tr > td {
  padding: 5px 5px 5px 5px;
}

.feature-comments .table-hover > tfoot > tr > td > a {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: right;
  color: #cf0404;
  vertical-align: top;
}

.feature-comments .table-hover > tfoot > tr > td > a:hover {
  color: #cc3636;
  text-shadow: 1px 1px 3px #ffffee;
}

.feature-comments .table-hover > tfoot > tr > td > a > span.clickable-glyph {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.feature-comments .comment-commenter {
  font-weight: 900;
}

.feature-comments .comment-text {
  padding-bottom: 3px;
  font-weight: 600;
}

.feature-comments .comment-detail {
  background-color: #ffffff;
  color: #000000;
  padding: 15px 15px 15px 35px;
  text-indent: -20px;
  border: 1px solid #f0f0dd;
}

.feature-comments .comment-message {
  font-style: italic;
}

.feature-comments .comment-message .fas {
  color: #cf0404;
  text-indent: 0; /*Remove text indent imposed in .comment-detail*/
}

.feature-comments .comment-created {
  font-size: 80%;
  display: inline-block;
  padding-top: 4px;
  padding-left: 10px;
  float: right;
}

.feature-redbox h3 {
  padding: 10px 0 10px 15px;
  margin: 0 0 0 0;
  border-color: #cf0404;
  color: #ffffdd;
  display: block;
  font-weight: 900;
  font-size: 120%;
  background: #cf0404; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #cf0404, #ffb9b9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #cf0404, #ffb9b9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #cf0404, #ffb9b9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #cf0404, #ffb9b9); /* Standard syntax */
}

.feature-redbox h3 small {
  margin-left: 20px;
  color: #ffb9b9;
  display: inline-block;
  font-weight: 900;
  font-size: 80%;
}

.feature-redbox .body-contents {
  border: 2px solid #cf0404;
  background: #ffffdd;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.feature-clear .body-contents {
  background: #ffffee;
}

.feature-redbox .text {
  padding: 0px 15px 15px 0px;
}

@media (max-width: 767px) {
  .feature-redbox .text {
    padding-left: 15px;
  }
}
.feature-redbox p {
  padding: 0 0 0 0;
  margin: 15px 0 15px 0;
}

.feature-redbox img {
  margin: 15px 0 15px 0;
  border: 2px solid #ffb9b9;
}

@media (max-width: 767px) {
  .feature-redbox .aligncentre {
    text-align: center;
  }
}
.welcome-leader {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  border-top: 10px solid #cf0404;
  width: 100%;
}

div.square-box {
  margin: 0 0 0 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 100%;
}

div.square-box > div.square-box-insert {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 10px;
  right: 0;
  overflow: hidden;
  border: 2px solid #cf0404;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

div.square-box-insert.box-main {
  display: block;
}

div.square-box-insert.box-detail {
  display: none;
  background-color: rgba(255, 255, 238, 0.85);
}

div.square-box-insert.box-main p,
div.square-box-insert.box-detail a {
  position: absolute;
  padding: 5px 5px 0 5px;
  margin: 0 0 0 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 100%;
  font-weight: 900;
  color: #ffffff;
  text-align: right;
  text-shadow: 1px 1px 5px #000000;
  background: #cf0404;
  background: -webkit-linear-gradient(left, rgba(207, 4, 4, 0), rgba(207, 4, 4, 0.9)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(207, 4, 4, 0), rgba(207, 4, 4, 0.9)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(207, 4, 4, 0), rgba(207, 4, 4, 0.9)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(207, 4, 4, 0), rgba(207, 4, 4, 0.9)); /* Standard syntax (must be last) */
}

div.square-box-insert.box-detail p {
  padding: 10px 1px 0 5px;
  margin: 0 0 0 0;
  font-weight: 900;
  font-size: 85%;
  line-height: 125%;
  color: #cf0404;
  text-shadow: 1px 1px 10px #ffffff;
}

/*Special arrangement for the awkward size between mobile and desktop that gets too large for feature spotlight.*/
@media (min-width: 500px) and (max-width: 767px) { /*768 is precisely iPad and creates a problem if applied on iPad.*/
  .visible-xs-sm {
    display: block !important;
    max-width: 450px;
  }
  .col-xs-6 {
    width: 33%;
  }
  div.square-box-insert.box-detail p {
    font-size: 100%;
    line-height: 130%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  div.square-box-insert.box-detail p {
    font-size: 100%;
    line-height: 140%;
  }
}
