/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2021 06:35:53
*/


/*==-------------------------------------------------------------====
 Layout
 ====-------------------------------------------------------------==*/
@media (min-width: 750px) {
  #content {
    margin: 0 auto;
  }
}
/*==-------------------------------------------------------------====
 Homepage PDF tiles
 ====-------------------------------------------------------------==*/
#content .pdf-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#content .pdf-links > li {
  margin: 0.5em;
}
@media (min-width: 550px) {
  #content .pdf-links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  #content .pdf-links > li {
    width: 30%;
  }
}
#content .pdf-links a {
  position: relative;
  display: block;
}
#content .pdf-links .link-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3;
  padding: 0.5em 0.75em;
  width: 100%;
}
/*==-------------------------------------------------------------====
 Homepage feature article
 ====-------------------------------------------------------------==*/
.feature-articles {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.feature-articles ul {
  list-style-type: none;
  padding: 2.5em 1.25em;
}
@media (min-width: 750px) {
  .feature-articles ul {
    padding: 2.5em;
  }
  .feature-articles ul li {
    width: 80%;
    margin: 0 auto;
  }
}
.feature-articles ul > li:after {
  clear: both;
  display: table;
  content: '';
}
.feature-articles h2 {
  margin: 0 0 0.5em 0;
}
.feature-articles p:last-child {
  margin-bottom: 0;
}
.feature-articles img {
  width: 75%;
  display: block;
  margin: 0 auto 1.5em auto;
}
@media (min-width: 750px) {
  .feature-articles img {
    width: auto;
    max-height: 220px;
    float: left;
    margin: 0 1.5em 0 0;
  }
}
/*==-------------------------------------------------------------====
 Homepage YouTube
 ====-------------------------------------------------------------==*/
.youtube-video {
  background-color: #fae4b6;
  border-top: 1px solid #e8cc8e;
  text-align: center;
}
.youtube-video .video-container {
  padding: 2.5em 1.25em;
}
@media (min-width: 750px) {
  .youtube-video .video-container {
    padding: 2.5em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.youtube-video iframe {
  display: block;
}
