@charset "UTF-8";
/*
Theme Name: scoutssub
Theme URI: https://envyus.com.au/
Author: Envy Us
Author URI: https://envyus.com.au/
Description: Theme for Scouts Groups (Sub-sites)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: minimal, simple, responsive
Text Domain: scoutssub
*/
.indigo, .text-indigo {
  color: #193653;
}
.bg-indigo {
  background-color: #193653;
}
.border-indigo {
  border-top: 0.1px solid #193653;
}
.indigo-light, .text-indigo-light {
  color: #2a4a6f;
}
.bg-indigo-light {
  background-color: #2a4a6f;
}
.sangre, .text-sangre {
  color: #db2b27;
}
.bg-sangre {
  background-color: #db2b27;
}
.sangre-dark, .text-sangre-dark {
  color: #aa2220;
}
.bg-sangre-dark {
  background-color: #aa2220;
}
.amarillo, .text-amarillo {
  color: #fcb937;
}
.bg-amarillo {
  background-color: #fcb937;
}
.hueso, .text-hueso {
  color: #e8e7e3;
}
.bg-hueso {
  background-color: #e8e7e3 !important;
}
.tinta, .text-tinta {
  color: #303030;
}
.bg-tinta {
  background-color: #303030;
}
.humo, .text-humo {
  color: #eaeaea;
}
.bg-humo {
  background-color: #eaeaea;
}
.sombra, .text-sombra {
  color: rgba(126, 126, 129, 0.6);
}
.bg-sombra {
  background-color: rgba(126, 126, 129, 0.6);
}
.carbon, .text-carbon {
  color: #202020;
}
.bg-carbon {
  background-color: #202020;
}
.negro, .text-negro {
  color: #000000;
}
.bg-negro {
  background-color: #000000;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  color: #303030;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 60.5%;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 58.5%;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.9rem;
}
h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.4rem;
}
h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.3rem;
}
h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
}
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
#gutenbergContent h1, #gutenbergContent h2, #gutenbergContent h3, #gutenbergContent h4, #gutenbergContent h5, #gutenbergContent h6 {
  color: #193653 !important;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 992px) {
  h1 {
    font-size: calc(4.9rem * 0.85);
  }
  h2 {
    font-size: calc(4.4rem * 0.85);
  }
  h3 {
    font-size: calc(3.6rem * 0.85);
  }
  h4 {
    font-size: calc(3.3rem * 0.85);
  }
  h5 {
    font-size: calc(3.0rem * 0.85);
  }
  h6 {
    font-size: calc(2.5rem * 0.85);
  }
}
/* Basics */
.text-prose-light {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.text-prose-regular {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-prose-semibold {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.text-prose-bold {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.text-prose-extrabold {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}
/*
███████ ██      ██ ██████  ███████ ██████
██      ██      ██ ██   ██ ██      ██   ██
███████ ██      ██ ██   ██ █████   ██████
     ██ ██      ██ ██   ██ ██      ██   ██
███████ ███████ ██ ██████  ███████ ██   ██


*/
.text-slider-headline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7.1rem;
  text-transform: none;
  line-height: 1.2;
}
.text-slider-tagline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 1.2;
}
.text-slider-content {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1rem;
}
@media (max-width: 992px) {
  .text-slider-headline {
    font-size: calc(7.1rem * 0.55);
  }
}
@media (max-width: 768px) {
  .text-slider-headline {
    font-size: calc(7.1rem * 0.5);
  }
}
@media (max-width: 576px) {
  .text-slider-headline {
    font-size: calc(7.1rem * 0.45);
  }
}
/*
 ██████  █████  ██████  ██████  ███████
██      ██   ██ ██   ██ ██   ██ ██
██      ███████ ██████  ██   ██ ███████
██      ██   ██ ██   ██ ██   ██      ██
 ██████ ██   ██ ██   ██ ██████  ███████


*/
.text-card-downloads-headline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #193653;
  font-size: 2.4rem;
}
.text-card-downloads-tagline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #193653;
  font-size: 2.1rem;
}
@media (max-width: 992px) {
  .text-card-headline {
    font-size: calc(6.9rem * 0.85);
  }
}
/*
██████  ███████  ██████  ██████  ██      ███████
██   ██ ██      ██    ██ ██   ██ ██      ██
██████  █████   ██    ██ ██████  ██      █████
██      ██      ██    ██ ██      ██      ██
██      ███████  ██████  ██      ███████ ███████


*/
.people-headline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #193653;
  font-size: 2.4rem;
}
.people-tagline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #193653;
  font-size: 2.4rem;
}
@media (max-width: 992px) {
  .people-headline {
    font-size: calc(2.4rem * 0.81);
  }
}
/*
███████  ██████  ███    ██ ████████      █████  ██     ██ ███████ ███████  ██████  ███    ███ ███████
██      ██    ██ ████   ██    ██        ██   ██ ██     ██ ██      ██      ██    ██ ████  ████ ██
█████   ██    ██ ██ ██  ██    ██        ███████ ██  █  ██ █████   ███████ ██    ██ ██ ████ ██ █████
██      ██    ██ ██  ██ ██    ██        ██   ██ ██ ███ ██ ██           ██ ██    ██ ██  ██  ██ ██
██       ██████  ██   ████    ██        ██   ██  ███ ███  ███████ ███████  ██████  ██      ██ ███████

*/
[class^="fa-"], .fa-solid fa-envelope, .fa-brands fa-facebook-f, .fa-brands fa-twitter, .fa-brands fa-instagram, .fa-brands fa-linkedin-in {
  color: #000;
  font-size: 2.7rem;
  margin-right: 10px;
  transition: color 0.4s, transform 0.4s;
}
[class^="fa-"]:hover, .fa-solid fa-envelope:hover, .fa-brands fa-facebook-f:hover, .fa-brands fa-twitter:hover, .fa-brands fa-instagram:hover, .fa-brands fa-linkedin-in:hover {
  color: #848484;
  transform: translateY(1px);
}
#social-icons-lightmode .fa-brands, #social-icons-lightmode .fa-solid {
  color: #fff;
}
#social-icons-lightmode .fa-brands:hover, #social-icons-lightmode .fa-solid:hover {
  color: #f00;
}
.fa-expand {
  font-size: 2.7rem;
}
/*
███████ ███████  █████  ██████   ██████ ██   ██        ██        ███████ ██ ██      ████████ ███████ ██████
██      ██      ██   ██ ██   ██ ██      ██   ██        ██        ██      ██ ██         ██    ██      ██   ██
███████ █████   ███████ ██████  ██      ███████     ████████     █████   ██ ██         ██    █████   ██████
     ██ ██      ██   ██ ██   ██ ██      ██   ██     ██  ██       ██      ██ ██         ██    ██      ██   ██
███████ ███████ ██   ██ ██   ██  ██████ ██   ██     ██████       ██      ██ ███████    ██    ███████ ██   ██


*/
.sf-field-taxonomy-section {
  display: none !important;
}
@media (max-width: 768px) {
  .sf-field-taxonomy-section {
    display: inline !important;
  }
}
/*
███    ███  █████  ██ ██       ██████ ██   ██ ██ ███    ███ ██████
████  ████ ██   ██ ██ ██      ██      ██   ██ ██ ████  ████ ██   ██
██ ████ ██ ███████ ██ ██      ██      ███████ ██ ██ ████ ██ ██████
██  ██  ██ ██   ██ ██ ██      ██      ██   ██ ██ ██  ██  ██ ██
██      ██ ██   ██ ██ ███████  ██████ ██   ██ ██ ██      ██ ██


███████  ██████  ██████  ███    ███
██      ██    ██ ██   ██ ████  ████
█████   ██    ██ ██████  ██ ████ ██
██      ██    ██ ██   ██ ██  ██  ██
██       ██████  ██   ██ ██      ██


*/
/* Placeholder styles for various browsers */
/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: #000 !important;
  opacity: 1;
}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #000 !important;
}
/* Microsoft Edge */
::-ms-input-placeholder {
  color: #000 !important;
}
.custom-mailchimp-input-wider {
  background: #fbfbfb;
  color: #000;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 20px;
  width: 320px;
}
/* Custom styles for Mailchimp button */
.custom-mailchimp-button {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
/* Hover effect for Mailchimp button */
.custom-mailchimp-button:hover {
  background: transparent;
  color: #000;
}
/*
███████ ██      ██  ██████ ██   ██
██      ██      ██ ██      ██  ██
███████ ██      ██ ██      █████
     ██ ██      ██ ██      ██  ██
███████ ███████ ██  ██████ ██   ██


*/
.slick-initialized .slick-slide {
  margin: 0 33px !important;
}
.slick-list {
  margin: 0 -5px;
}
.magnify {
  overflow: hidden;
}
.magnify img {
  transition: transform 0.5s ease;
}
.magnify:hover img {
  transform: scale(0.94);
  filter: saturate(1.2);
  cursor: zoom-in;
}
/*
██      ██  ██████  ██   ██ ████████  ██████   █████  ██      ██      ███████ ██████  ██    ██
██      ██ ██       ██   ██    ██    ██       ██   ██ ██      ██      ██      ██   ██  ██  ██
██      ██ ██   ███ ███████    ██    ██   ███ ███████ ██      ██      █████   ██████    ████
██      ██ ██    ██ ██   ██    ██    ██    ██ ██   ██ ██      ██      ██      ██   ██    ██
███████ ██  ██████  ██   ██    ██     ██████  ██   ██ ███████ ███████ ███████ ██   ██    ██


*/
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.lg-outer .lg-thumb-outer {
  background-color: rgba(255, 255, 255, 0);
}
/*
███████ ███████  █████  ██████   ██████ ██   ██
██      ██      ██   ██ ██   ██ ██      ██   ██
███████ █████   ███████ ██████  ██      ███████
     ██ ██      ██   ██ ██   ██ ██      ██   ██
███████ ███████ ██   ██ ██   ██  ██████ ██   ██


██   ██ ████████ ███    ███ ██      ███████
██   ██    ██    ████  ████ ██      ██
███████    ██    ██ ████ ██ ██      ███████
██   ██    ██    ██  ██  ██ ██           ██
██   ██    ██    ██      ██ ███████ ███████

*/
/* SEARCH HTML5 */
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}
input[type=search] {
  background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 3px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}
input:-moz-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
.search-form .search-submit {
  display: none;
}
/*
████████  ██████   ██████   ██████  ██      ███████
   ██    ██    ██ ██       ██       ██      ██
   ██    ██    ██ ██   ███ ██   ███ ██      █████
   ██    ██    ██ ██    ██ ██    ██ ██      ██
   ██     ██████   ██████   ██████  ███████ ███████


*/
/* Hamburger icon animation - https://mdbootstrap.com/docs/jquery/navigation/hamburger-menu/ */
.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0) !important;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 24px;
  height: 18px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon1 span {
  background: #ffffff;
}
.animated-icon2 span {
  background: #ffffff;
}
.animated-icon3 span {
  background: #ffffff;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
/* //end Hamburger icon animation */
.card-fx-container {
  perspective: 6000px;
}
.card-fx {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-out;
  transform-style: preserve-3d;
  cursor: pointer;
}
/* Add some CSS for positioning */
.swiper {
  position: relative;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Adjust for the button's height */
  width: 44px;
  height: 44px;
  margin-top: 0;
  color: #fff;
}
.swiper-testimonials .swiper-button-next, .swiper-testimonials .swiper-button-prev {
  position: absolute;
  top: 50%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Adjust for the button's height */
  width: 44px;
  height: 44px;
  margin-top: 0;
  color: #193653;
}
.swiper-button-next {
  right: -3px;
}
.swiper-button-prev {
  left: -3px;
}
/*  ensure that both videos and images within .swiper-slide-cover maintain the 1920x648 aspect ratio while covering the entire container area without losing their aspect ratios. The object-fit: cover; property is used to ensure the video or image covers the area completely, cropping it if necessary to maintain the aspect ratio. */
.swiper-slide-cover {
  position: relative;
  width: 100%;
  /* Maintain aspect ratio 1920x648 */
  padding-top: 33.75%;
  /* (648 / 1920) * 100% */
  overflow: hidden;
}
.swiper-slide-cover video, .swiper-slide-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover the container without losing aspect ratio */
}
.swiper-slide {
  position: relative;
  /* This makes it the reference for its absolutely positioned children */
  display: flex;
  justify-content: center;
  /* This centers its children horizontally */
  align-items: center;
  /* This centers its children vertically */
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}
*:focus {
  outline: none !important;
}
.logo-constraint {
  max-width: 210px;
}
.logo-constraint-slider {
  max-width: 300px;
}
@media (max-width: 992px) {
  .logo-constraint {
    max-width: 180px;
  }
}
@media (max-width: 576px) {
  .logo-constraint {
    max-width: 162px;
  }
}
/*
███    ███ ███████ ███    ██ ██    ██ ███████
████  ████ ██      ████   ██ ██    ██ ██
██ ████ ██ █████   ██ ██  ██ ██    ██ ███████
██  ██  ██ ██      ██  ██ ██ ██    ██      ██
██      ██ ███████ ██   ████  ██████  ███████


*/
/* Main Menu */
.menu-item {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  margin-left: 9px;
  text-transform: uppercase;
}
#main-menu a:link {
  color: #fff;
  text-decoration: none;
}
#main-menu a:visited {
  color: #fff;
  background-color: transparent;
}
#main-menu a:hover {
  color: #db2b27 !important;
  text-decoration: none;
}
.dropdown-menu {
  background-color: #fff;
  border: 0;
}
.dropdown-item {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #193653 !important;
  background: transparent;
  padding-right: 2rem;
  padding-bottom: 9px;
  text-transform: capitalize;
}
.dropdown-item:hover {
  background-color: transparent;
}
.dropdown-item.active, #main-menu .active {
  color: #fcb937 !important;
  background-color: transparent !important;
}
/* Super Menu (Secondary navigation) */
#super-menu ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#super-menu li {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  position: relative;
  /* Needed for the separator positioning */
  padding: 0 15px;
  color: #e8e7e3;
}
/* Add vertical line separator to the right of all items */
#super-menu li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  color: #e8e7e3;
}
/* Add vertical line separator to the left of the first item */
#super-menu li:first-child::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  color: #e8e7e3;
}
#super-menu a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
#super-menu a:link {
  color: #e8e7e3;
}
#super-menu a:visited {
  color: #e8e7e3;
}
#super-menu a:hover {
  color: #fff;
}
#super-menu a:active {
  color: #FFA500;
}
/* Footer Menu */
#footer-menu ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer-menu li {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  position: relative;
  color: #193653;
  margin: 0 24 0 0;
  padding: 0;
}
#footer-menu a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
#footer-menu a:link {
  color: #193653;
}
#footer-menu a:visited {
  color: #193653;
}
#footer-menu a:hover {
  color: #FF0000;
}
#footer-menu a:active {
  color: #FFA500;
}
/* privacy Menu */
#privacy-menu ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#privacy-menu li {
  position: relative;
  /* Needed for the separator positioning */
  padding: 0 9px;
}
#privacy-menu a {
  text-decoration: none;
  color: inherit;
}
#privacy-menu a:link {
  color: #ffffff;
}
#privacy-menu a:visited {
  color: #ffffff;
}
#privacy-menu a:hover {
  color: #FF0000;
}
#privacy-menu a:active {
  color: #FFA500;
}
/*
██████  ██    ██ ████████ ████████  ██████  ███    ██ ███████
██   ██ ██    ██    ██       ██    ██    ██ ████   ██ ██
██████  ██    ██    ██       ██    ██    ██ ██ ██  ██ ███████
██   ██ ██    ██    ██       ██    ██    ██ ██  ██ ██      ██
██████   ██████     ██       ██     ██████  ██   ████ ███████


*/
.btn-light {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  border: 2px solid;
  border-radius: 0px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
.btn-outline-light {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  border: 2px solid;
  border-radius: 0px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
.btn-outline-dark {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  border: 2px solid;
  border-radius: 25px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
.btn-outline-dark .active {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  border: 2px solid;
  border-radius: 25px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
.btn-dark {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  border: 2px solid;
  border-radius: 25px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
.btn-sangre {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  border: 2px solid #db2b27;
  border-radius: 0px;
  margin: 0 12px 12px 0;
  padding: 6px 18px 3px 18px;
  background-color: #db2b27;
  color: #fff;
}
.btn-sangre:hover {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  border: 2px solid #aa2220;
  border-radius: 0px;
  margin: 0 12px 12px 0;
  padding: 6px 18px 3px 18px;
  background-color: #aa2220;
  color: #fff;
}
.btn-sangre-sm {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  border: 2px solid #fff;
  border-radius: 0px;
  margin: 0 0 6px 12px;
  padding: 3px 12px 3px 12px;
  background-color: #db2b27;
  color: #fff;
}
.btn-sangre-sm:hover {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  border: 2px solid #aa2220;
  background-color: #aa2220;
  color: #fff;
}
/*
██████  ██ ██████  ███████  ██████ ████████  ██████  ██████  ██    ██
██   ██ ██ ██   ██ ██      ██         ██    ██    ██ ██   ██  ██  ██
██   ██ ██ ██████  █████   ██         ██    ██    ██ ██████    ████
██   ██ ██ ██   ██ ██      ██         ██    ██    ██ ██   ██    ██
██████  ██ ██   ██ ███████  ██████    ██     ██████  ██   ██    ██


*/
.section-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
/*
 ██████  █████  ██████  ██████  ███████
██      ██   ██ ██   ██ ██   ██ ██
██      ███████ ██████  ██   ██ ███████
██      ██   ██ ██   ██ ██   ██      ██
 ██████ ██   ██ ██   ██ ██████  ███████


*/
.img-darken {
  filter: brightness(96%);
}
.round-up {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.round-down {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.round-start {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
.round-end {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.cardItem {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.text-card-headline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12rem;
  text-transform: none;
}
.text-card-tagline {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.text-above-image {
  z-index: 2;
}
.img-darken {
  z-index: 1;
}
.card-header-custom {
  border-top-left-radius: 1.5rem;
  border: 1px solid #000;
  background-color: #000;
  padding: 0.8rem 0.5rem 0.4rem 0.5rem;
}
.card-body-custom {
  border-radius: 0rem 0rem 1.5rem 1.5rem;
  border: 1px solid #000;
  padding: 0.8rem 0.5rem 0.4rem 0.5rem;
}
/* -------------------------- subsite contact info -------------------------- */
.group-icon-card {
  border-radius: 5px !important;
  padding: 6px !important;
  margin-bottom: 10px !important;
  max-width: 120px !important;
}
/*
 █████   ██████  ██████  ██████  ██████  ██████  ██  ██████  ███    ██
██   ██ ██      ██      ██    ██ ██   ██ ██   ██ ██ ██    ██ ████   ██
███████ ██      ██      ██    ██ ██████  ██   ██ ██ ██    ██ ██ ██  ██
██   ██ ██      ██      ██    ██ ██   ██ ██   ██ ██ ██    ██ ██  ██ ██
██   ██  ██████  ██████  ██████  ██   ██ ██████  ██  ██████  ██   ████


*/
.accordion-button:not(.collapsed), .accordion-button:focus, .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
  background-color: #193653;
  border: 0 !important;
}
.plusMinus, .plusMinusSub {
  position: absolute;
  right: 20px;
}
.plusMinus::before, .plusMinusSub::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #db2b27;
  font-style: normal;
}
.plusMinus.rotate, .plusMinusSub.rotate {
  transform: rotate(180deg);
  transition: 0.5s;
}
.plusMinus.rotate::before, .plusMinusSub.rotate::before {
  content: "";
}
.plusMinusCard::before {
  color: #fff !important;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button::after {
  display: none;
}
/*
███    ███  ██████  ██████   █████  ██      ███████
████  ████ ██    ██ ██   ██ ██   ██ ██      ██
██ ████ ██ ██    ██ ██   ██ ███████ ██      ███████
██  ██  ██ ██    ██ ██   ██ ██   ██ ██           ██
██      ██  ██████  ██████  ██   ██ ███████ ███████

*/
.modal-header {
  border-bottom: 0;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
/*
███████ ██ ███    ██  ██████  ██      ███████      ██████ ██████  ████████
██      ██ ████   ██ ██       ██      ██          ██      ██   ██    ██
███████ ██ ██ ██  ██ ██   ███ ██      █████       ██      ██████     ██
     ██ ██ ██  ██ ██ ██    ██ ██      ██          ██      ██         ██
███████ ██ ██   ████  ██████  ███████ ███████      ██████ ██         ██


*/
.y-borders {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
/*
███    ██ ███████ ██     ██ ███████ ██████   █████  ██████  ███████ ██████
████   ██ ██      ██     ██ ██      ██   ██ ██   ██ ██   ██ ██      ██   ██
██ ██  ██ █████   ██  █  ██ ███████ ██████  ███████ ██████  █████   ██████
██  ██ ██ ██      ██ ███ ██      ██ ██      ██   ██ ██      ██      ██   ██
██   ████ ███████  ███ ███  ███████ ██      ██   ██ ██      ███████ ██   ██


*/
.newspaper {
  column-count: 2;
}
@media screen and (max-width: 992px) {
  .newspaper {
    column-count: 1;
  }
}
/*
██████   █████   ██████  ██ ███    ██  █████  ████████ ██  ██████  ███    ██
██   ██ ██   ██ ██       ██ ████   ██ ██   ██    ██    ██ ██    ██ ████   ██
██████  ███████ ██   ███ ██ ██ ██  ██ ███████    ██    ██ ██    ██ ██ ██  ██
██      ██   ██ ██    ██ ██ ██  ██ ██ ██   ██    ██    ██ ██    ██ ██  ██ ██
██      ██   ██  ██████  ██ ██   ████ ██   ██    ██    ██  ██████  ██   ████


*/
/* Pagination Styling */
.pagination a {
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #fcfcfc;
  color: #000;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #000;
  color: #ffffff;
}
/* Active page styling */
.pagination .current {
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #000;
  color: #ffffff;
  border-color: #000;
}
.pagination a:hover {
  background-color: #000;
  color: #fff;
}
.pagination a:has(> .fas.fa-chevron-left) {
  background-color: #fff;
  color: #000;
}
.pagination a:has(> .fas.fa-chevron-left):hover {
  background-color: #000;
  color: #fff;
}
.pagination a:has(> .fas.fa-chevron-right) {
  background-color: #fff;
  color: #000;
}
.pagination a:has(> .fas.fa-chevron-right):hover {
  background-color: #000;
  color: #fff;
}
.bannerLeft {
  height: 700px;
  padding: 40px;
  background-position: center;
  background-size: cover;
}
.colStack {
  padding: 40px;
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
}
.bannerItem {
  position: relative;
}
.bannerItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerItem h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12rem;
  line-height: 50%;
  margin-bottom: 20px;
}
.bannerItem h3 {
  font-size: 4rem;
  margin-bottom: 20px;
  width: 480px;
}
.txtWrapper {
  z-index: 99;
}
/*
██████  ██       ██████   ██████
██   ██ ██      ██    ██ ██
██████  ██      ██    ██ ██   ███
██   ██ ██      ██    ██ ██    ██
██████  ███████  ██████   ██████


██       ██████   ██████  ██████
██      ██    ██ ██    ██ ██   ██
██      ██    ██ ██    ██ ██████
██      ██    ██ ██    ██ ██
███████  ██████   ██████  ██


*/
.postImgContainer {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* Ensures a square container */
  overflow: hidden;
  /* Prevents image overflow */
  background-color: #f0f0f0;
  /* Gray background as fallback */
}
.postImgFluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fills the container */
  display: block;
}
/*# sourceMappingURL=style.css.map */