/*
  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: 03 August 2025 11:34:29
*/


.section {
  background: #eee;
  padding: 1rem;
  margin: 0 1rem;
  margin-bottom: 1rem;
}
.section:last-child {
  margin-bottom: 0;
}
.section.section--border {
  border-left-width: 0.25rem;
  border-left-style: solid;
}
.yt-video, .google-maps {
  border: none;
  --ratio: 15;
  width: calc(16px * var(--ratio));
  height: calc(9px * var(--ratio));
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .yt-video, .google-maps {
    --ratio: 25;
  }
}
@media screen and (min-width: 992px) {
  .yt-video, .google-maps {
    --ratio: 30;
  }
}
@media screen and (min-width: 1200px) {
  .yt-video, .google-maps {
    --ratio: 35;
  }
}
@media screen and (min-width: 1440px) {
  .yt-video, .google-maps {
    --ratio: 40;
  }
}
@media screen and (min-width: 1920px) {
  .yt-video, .google-maps {
    --ratio: 45;
  }
}
.text-decoration-none {
  text-decoration: none;
}
.text-shadow {
  text-shadow: 0 0 1rem #000;
}
.site-map__outer > ul {
  column-count: 1;
}
@media screen and (min-width: 576px) {
  .site-map__outer > ul {
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .site-map__outer > ul {
    column-count: 3;
  }
}
.site-map__outer > ul li {
  margin-bottom: 0.5rem;
}
.site-map__outer > ul li > ul {
  margin-bottom: 1rem;
}
.em-training__supp-images a img {
  margin-right: 15px;
  height: 125px;
  width: auto;
}
.em-training__supp-images a:last-child img {
  margin-right: 0;
}
.dropdown-item a[href$="exploring-energy/resources"], .dropdown-item a[href$="exploring-energy/topic"] {
  cursor: default;
  font-weight: 700;
}
.dropdown-item a[href$="exploring-energy/resources"]:hover, .dropdown-item a[href$="exploring-energy/topic"]:hover, .dropdown-item a[href$="exploring-energy/resources"]:focus, .dropdown-item a[href$="exploring-energy/topic"]:focus {
  color: inherit !important;
}
.dropdown-item a[href$="exploring-energy/topic"] {
  margin-top: 1rem;
}
.dropdown-item a[href$="whats-on/search"], .dropdown-item a[href$="whats-on/training"] {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .dropdown-item a[href$="exploring-energy/topic"] {
    margin-top: 1rem;
  }
}
.yt-custom {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .yt-custom {
    height: 100%;
  }
}
.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.carousel--facilities {
  margin-bottom: 15px;
}
.carousel--facilities .carousel-inner {
  top: 0;
}
.carousel--facilities .carousel-inner .carousel-item {
  height: auto;
}
.facilities-hire--form input, .facilities-hire--form textarea {
  width: 100% !important;
  border: 1px solid #ccc;
  padding: 5px !important;
  font-size: 1rem;
}
.facilities-hire--form input::-webkit-input-placeholder, .facilities-hire--form textarea::-webkit-input-placeholder {
  padding: 0 !important;
  font-size: 1rem;
}
.facilities-hire--form input:-ms-input-placeholder, .facilities-hire--form textarea:-ms-input-placeholder {
  padding: 0 !important;
  font-size: 1rem;
}
.facilities-hire--form input::-moz-placeholder, .facilities-hire--form textarea::-moz-placeholder {
  padding: 0 !important;
  font-size: 1rem;
}
.facilities-hire--form input::-ms-input-placeholder, .facilities-hire--form textarea::-ms-input-placeholder {
  padding: 0 !important;
  font-size: 1rem;
}
.facilities-hire--form input::placeholder, .facilities-hire--form textarea::placeholder {
  padding: 0 !important;
  font-size: 1rem;
}
.membership-video__container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.membership-video__container iframe {
  width: 100%;
  margin: 0 auto;
  height: 252px;
}
@media screen and (max-width: 767px) {
  .membership-video__container iframe {
    height: 198px;
  }
}
.membership-video__container.membership-video__container--mcp {
  text-align: center;
}
.membership-video__container.membership-video__container--mcp iframe {
  max-width: 480px;
  height: 270px;
}
.membership-video__text {
  width: 100%;
}
.payment-methods {
  max-width: 350px;
}
.payment-methods table {
  width: 100%;
}
.donation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 350px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.donation-item input {
  width: 100%;
  padding: 10px 20px;
}
.donation-item input[type=number] {
  max-width: 150px;
}
.donation-item input[type=submit] {
  max-width: 175px;
  font-family: "TheSerifC5-5_Plain", Verdana, sans-serif;
  background: #f37021;
  color: #000;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid #f37021;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donation-item input[type=submit]:hover {
  color: #f37021;
  background: #000;
  border-color: #000;
}
.donation-cart__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 350px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.donation-cart__update input {
  width: 100%;
  padding: 10px 20px;
}
.donation-cart__update input[type=number] {
  max-width: 150px;
}
.donation-cart__update input[type=submit] {
  max-width: 175px;
  font-family: "TheSerifC5-5_Plain", Verdana, sans-serif;
  background: #92c848;
  color: #000;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid #92c848;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donation-cart__update input[type=submit]:hover {
  color: #92c848;
  background: #000;
  border-color: #000;
}
.donation-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 350px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.donation-cart__buttons .button--lightgrey {
  max-width: 100px;
}
.donation-cart__buttons input[type=button], .donation-cart__buttons input[type=submit] {
  width: 100%;
  max-width: 175px;
  font-family: "TheSerifC5-5_Plain", Verdana, sans-serif;
  background: #f37021;
  color: #000;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donation-cart__buttons input[type=button]:hover, .donation-cart__buttons input[type=submit]:hover {
  color: #f37021;
  background: #000;
}
.donation-cart__buttons #ecommerce_checkout_597418_action_return_to_checkout {
  width: 100%;
  max-width: 100px;
  font-family: "TheSerifC5-5_Plain", Verdana, sans-serif;
  background: #eee;
  color: #000;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 15px;
  border: none;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.donation-cart__buttons #ecommerce_checkout_597418_action_return_to_checkout:hover {
  color: #eee;
  background: #000;
}
.side-img__container {
  background: #eee;
}
.side-img__container .side-img__link {
  width: auto;
  max-width: 49%;
  color: #222;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.side-img__container .side-img__link .side-img__text {
  width: 70%;
}
.side-img__container .side-img__link .side-img__text span {
  display: block;
  margin-top: 20px;
  color: #0071eb;
}
.side-img__container .side-img__link:hover {
  text-decoration: none;
  color: #222;
}
.side-img__container .side-img__link:hover > .side-img__text span, .side-img__container .side-img__link:hover > .side-img__text i {
  color: #0056b3;
  text-decoration: underline;
}
.side-img__container .side-img__link .side-img__image {
  background: #00f;
  width: 28%;
}
.side-img__container .side-img__link .side-img__image i {
  font-size: 70px;
  text-align: center;
}
.side-img__container .side-img__link .side-img__image i.fa-book-open {
  font-size: 66px;
}
.side-img__container .side-img__link.dark .side-img__image {
  background: #231f58;
}
.side-img__container .side-img__link.dark .side-img__image i {
  color: #00a0e4;
}
.side-img__container .side-img__link.light .side-img__image {
  background: #00a0e4;
}
.side-img__container .side-img__link.light .side-img__image i {
  color: #231f58;
}
@media screen and (max-width: 991px) {
  .side-img__container .side-img__link .side-img__image i {
    font-size: 65px;
  }
  .side-img__container .side-img__link {
    width: 100%;
    max-width: 100%;
  }
  .side-img__container .side-img__link .side-img__text {
    width: 100%;
  }
}
.content-box {
  width: 100%;
  height: calc(100% - 15px);
  margin: 0 auto;
  margin-bottom: 15px;
  background: #eee;
  position: relative;
}
.content-box h2 {
  padding: 15px;
  margin-bottom: 0;
}
.content-box .content-box__inner {
  padding: 15px;
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-box .content-box__inner p {
  margin-bottom: 0;
}
.content-box .content-box__inner .button {
  margin-top: 15px;
}
.side-box--fellowship {
  padding: 15px;
  background: #231f58;
  color: #fff;
  margin-left: auto;
  max-width: 550px;
  font-weight: 700;
  font-style: italic;
}
.side-box--fellowship p {
  font-size: 1rem;
}
.side-box--fellowship p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .side-box--fellowship {
    display: none;
  }
}
.custom-ol {
  max-width: 250px;
  counter-reset: custom-ol-counter;
  list-style: none;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .custom-ol {
    max-width: initial;
  }
}
.custom-ol li {
  margin-bottom: 15px;
  counter-increment: custom-ol-counter;
  position: relative;
}
.custom-ol li::before {
  content: counter(custom-ol-counter);
  color: #fff;
  background: #231f58;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  border-radius: 50%;
  text-align: center;
}
table {
  width: 100%;
}
table thead, table tbody, table tr {
  width: 100%;
  max-width: 100%;
}
table td, table th {
  vertical-align: top;
}
table td *, table th * {
  vertical-align: top;
}
table tr td:nth-child(2) {
  word-break: break-word;
}
