@charset "UTF-8";
/*
Theme Name: Mercedes Collage
Theme URI: https://envyus.com.au/
Author: Envy Us
Author URI: https://envyus.com.au/
Description: Mercedes College 2025
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: 
*/
@import url("https://use.typekit.net/bwl8kmx.css");
p {
  margin-bottom: 1.8rem;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.54rem;
  color: var(--merc-black);
}

.FrontPage p {
  font-size: 2rem !important;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 60.5%;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 56.1%;
  }
}
h2 {
  line-height: 1 !important;
}

h1 {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 1.8rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.9rem;
  font-weight: 700;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 1.8rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 1.8rem;
  line-height: 1.2;
}

h4 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 1.8rem;
  line-height: 1.2;
}

h5 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 1.8rem;
  line-height: 1.2;
}

h6 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 1.8rem;
  line-height: 1.2;
}

h1 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
}

h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.9rem;
}

h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}

h4 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}

h5 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}

h6 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

.contentBox a:not(.btn) {
  color: var(--merc-mid-green);
  cursor: pointer !important;
  text-decoration: none;
}
.contentBox a:not(.btn):hover {
  color: var(--merc-mid-green);
  text-decoration: underline;
}
.contentBox h1,
.contentBox h2,
.contentBox h3,
.contentBox h4,
.contentBox h5 {
  margin: 0 0 0.6rem 0;
  color: var(--merc-mid-green);
  line-height: 100%;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*
███████  ██████  ███    ██ ████████      █████  ██     ██ ███████ ███████  ██████  ███    ███ ███████
██      ██    ██ ████   ██    ██        ██   ██ ██     ██ ██      ██      ██    ██ ████  ████ ██
█████   ██    ██ ██ ██  ██    ██        ███████ ██  █  ██ █████   ███████ ██    ██ ██ ████ ██ █████
██      ██    ██ ██  ██ ██    ██        ██   ██ ██ ███ ██ ██           ██ ██    ██ ██  ██  ██ ██
██       ██████  ██   ████    ██        ██   ██  ███ ███  ███████ ███████  ██████  ██      ██ ███████

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

#social-icons-lightmode .fa-brands,
#social-icons-lightmode .fa-solid {
  color: #fff;
  text-decoration: none !important;
}
#social-icons-lightmode .fa-brands:hover,
#social-icons-lightmode .fa-solid:hover {
  color: var(--merc-light-green) !important;
}

.fa {
  font-size: 2.7rem;
}

.fa-expand {
  font-size: 2.7rem;
}

:root {
  --merc-black: #0A0203;
  --merc-dark-green: #005133;
  --merc-mid-green: #3EA938;
  --merc-light-green: #A5C715;
  --merc-blue: #0D3C7B;
  --merc-light-blue: #D4EBFA;
  --merc-grey: rgba(0, 0, 0, 0.05);
  --heading-color: var(--merc-dark-green);
  --txt-colour: var(--merc-black);
  --link-colour: var(--merc-dark-green);
}

body.blueAccents {
  --merc-dark-green: #0D3C7B;
}

.dark-green-text {
  color: var(--merc-dark-green);
}

.mid-green-text {
  color: var(--merc-mid-green);
}

.light-green-text {
  color: var(--merc-light-green) !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
}

.blockTitle {
  color: var(--merc-mid-green);
}

p, ul, ol {
  color: var(--txt-colour);
}

.bg-light-green {
  background-color: var(--merc-light-green);
  --heading-color: var(--merc-dark-green);
  --txt-colour: var(--merc-dark-green);
  --link-colour: var(--merc-dark-green);
}

.bg-mid-green {
  background-color: var(--merc-mid-green);
  --heading-color: #fff;
  --txt-colour: #fff;
  --link-colour: #fff;
}

.bg-dark-green {
  background-color: var(--merc-dark-green);
  --heading-color: #fff;
  --txt-colour: #fff;
  --link-colour: #fff;
}

.bg-dark-green a:not(.btn) {
  color: #fff;
}

.bg-blue {
  background-color: var(--merc-blue);
  --heading-color: #fff;
  --txt-colour: #fff;
  --link-colour: #fff;
}

.bg-light-blue {
  background-color: var(--merc-light-blue);
  --heading-color: var(--merc-blue);
  --txt-colour: var(--merc-black);
  --link-colour: var(--merc-blue);
}

.bg-grey {
  background-color: var(--merc-grey);
  --heading-color: var(--merc-dark-green);
}
.bg-grey h2 {
  color: var(--merc-mid-green);
}

.bg-white {
  background-color: #fff;
  --heading-color: var(--merc-mid-green);
  --txt-colour: var(--merc-black);
}

.cardBlock .bg-white h4, .cardBlock .bg-white h5 {
  color: var(--merc-dark-green);
  font-weight: 500 !important;
}

@media (min-width: 576px) {
  .h-sm-0 {
    height: 0 !important;
  }
}

@media (min-width: 576px) {
  .h-sm-25 {
    height: 25% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-50 {
    height: 50% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-75 {
    height: 75% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .h-md-0 {
    height: 0 !important;
  }
}

@media (min-width: 768px) {
  .h-md-25 {
    height: 25% !important;
  }
}

@media (min-width: 768px) {
  .h-md-50 {
    height: 50% !important;
  }
}

@media (min-width: 768px) {
  .h-md-75 {
    height: 75% !important;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .h-lg-0 {
    height: 0 !important;
  }
}

@media (min-width: 992px) {
  .h-lg-25 {
    height: 25% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-50 {
    height: 50% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-75 {
    height: 75% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-0 {
    height: 0 !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-25 {
    height: 25% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-50 {
    height: 50% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-75 {
    height: 75% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-100 {
    height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-auto {
    height: auto !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-0 {
    height: 0 !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-25 {
    height: 25% !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-50 {
    height: 50% !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-75 {
    height: 75% !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-100 {
    height: 100% !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-auto {
    height: auto !important;
  }
}

.carousel {
  position: relative;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #333;
}

.carousel-caption {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  transform: translateY(-30%);
  width: 100%;
  z-index: 999;
}

.FrontPage .carousel-caption {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0;
  transform: translateY(-30%);
  width: 100%;
  z-index: 999;
}

.carousel-caption h1 p, .carousel-caption h1 {
  color: #fff !important;
  font-size: 80px;
  line-height: 86% !important;
  font-weight: 900;
}

.FrontPage .carousel-caption h1, .FrontPage .carousel-caption h1 p {
  font-size: 100px !important;
}
@media only screen and (max-width: 540px) {
  .FrontPage .carousel-caption h1, .FrontPage .carousel-caption h1 p {
    font-size: 70px !important;
  }
}

.carousel-caption h3.parent-title {
  font-size: 30px !important;
}

.homeBanner .carousel-inner,
.homeBanner .carousel-item,
.homeBanner .itemSlide {
  height: 100vh;
}
.homeBanner .itemSlide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeBanner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeBanner.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none !important;
}
.homeBanner.carousel-fade .carousel-item.active {
  opacity: 1;
}

.itemSlide::after {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.accordion-body {
  padding: 20px;
}

.accordion-item,
.accordion,
.accordion-header {
  background: none !important;
}

.accordion-button {
  color: #fff !important;
  font-size: 2.2rem;
  border-radius: 20px !important;
  font-weight: 600;
}

.accordion,
.accordion-body,
.accordion-collapse {
  border: none !important;
}

.accordion-item {
  border: none !important;
}

h2.accordion-header button {
  line-height: 100%;
  padding: 20px 20px;
}

.accordion-button::after {
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button.bg-blue:not(.collapsed) {
  background-color: var(--merc-blue) !important;
  border: none;
}

.accordion-button.bg-dark-green:not(.collapsed) {
  background-color: var(--merc-dark-green) !important;
  border: none;
}

.accordion-button.bg-mid-green:not(.collapsed) {
  background-color: var(--merc-mid-green) !important;
  border: none;
}

.accordion-button.bg-light-green:not(.collapsed) {
  background-color: var(--merc-light-green) !important;
  border: none;
}

.accordion-body p:last-of-type {
  margin-bottom: 0;
}

/* Base icon (closed state) */
.accordion-button::after {
  content: "\f0da"; /* fa-chevron-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* required for solid icons */
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 28px;
  transform: rotate(0deg);
  background-image: none !important; /* remove Bootstrap’s arrow */
}

/* Open state (rotate arrow) */
.accordion-button:not(.collapsed)::after {
  content: "\f0d7";
  transform: rotate(0deg);
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: #fff;
}

.swiper-pagination {
  display: none;
}

/* 
███████ ███████  █████  ██████   ██████ ██   ██
██      ██      ██   ██ ██   ██ ██      ██   ██
███████ █████   ███████ ██████  ██      ███████
     ██ ██      ██   ██ ██   ██ ██      ██   ██
███████ ███████ ██   ██ ██   ██  ██████ ██   ██


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


*/
input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 2.1rem;
  color: #ffffff;
  /* Set input text color to white */
  /* Use a white SVG icon */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23232663'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E") no-repeat 9px center;
  background-size: 18px 18px;
  background-color: rgba(255, 255, 255, 0.75);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  padding: 0 10px 0 32px;
  /* Adjusted padding for icon */
  width: 50px;
  transition: all 0.5s;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]:focus {
  width: 100px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  /* Ensure input text color remains white on focus */
  /* Keep the white icon on focus */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23232663'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 9px center;
  background-size: 18px 18px;
}

.search-form .search-submit {
  display: none;
}

.nf-field-label label, .nf-label-span {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nf-field-element input, .nf-field-element textarea, .pikaday__container input {
  border: 2px solid var(--merc-dark-green);
  border-radius: 40px;
  padding: 10px 20px;
}

.buttonPos {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 99999;
}
@media screen and (max-width: 812px) and (orientation: landscape) {
  .buttonPos {
    top: 10px; /* or a specific value */
    left: 10px; /* or a specific value */
    width: 250px;
  }
}

.menu-content {
  width: 400px;
}

/* .menu-content a:hover {
    color: yellow !important;
} */
.menu-content .submenu-trigger:hover {
  color: var(--merc-light-green) !important;
}

.menu-content .submenu-trigger.active, .submenu-secondary.active {
  color: var(--merc-light-green) !important;
}

/* .menu-panel a:hover {
    color: blue !important;
} */
/* ===== Overlay ===== */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

.menu-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* ===== Main Menu Container ===== */
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: var(--merc-dark-green);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow: hidden;
  z-index: 9999;
}

.menu.open {
  transform: translateX(0);
}

/* ===== MAIN PANEL (full width initially) ===== */
.menu-panel[data-menu=main] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* full width default */
  height: 100%;
  box-sizing: border-box;
  transition: width 0.35s ease;
}

/* When submenu opens → shrink */
.menu.split .menu-panel[data-menu=main] {
  width: 80vw;
  /* left half */
}

/* ===== SUBMENU PANELS (start off screen) ===== */
.menu-panel:not([data-menu=main]) {
  position: absolute;
  top: 0;
  right: -40vw;
  /* hidden to the right */
  width: 30vw;
  /* right half */
  height: 100%;
  background: var(--merc-mid-green);
  padding: 40px;
  box-sizing: border-box;
  transition: right 0.35s ease;
  z-index: 1001;
  overflow-y: auto;
}

/* Slide-in state */
.menu-panel.active {
  right: 0;
}

/* Lists */
.menu-panel ul {
  list-style: none;
  padding: 0;
}

.menu-panel li {
  padding: 12px 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.back-btn {
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
}

/* HAMBURGER BUTTON */
.hamburger {
  width: 35px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 3px;
}

/* CLOSE BUTTON */
.menu-close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
}

/* .hamburger, .menu-overlay, .menu, .menu-panel, .split class rules remain unchanged */
/* hide submenus in main menu by default */
.submenu-trigger {
  font-weight: bold;
  cursor: pointer;
}

/* submenu panels */
.menu-panel:not([data-menu=main]) {
  position: absolute;
  top: 0;
  right: -50%;
  /* offscreen */
  width: 30%;
  height: 100%;
  background: var(--merc-mid-green);
  padding: 40px;
  box-sizing: border-box;
  overflow-y: auto;
  transition: right 0.35s ease;
}

.menu-panel.active {
  right: 0;
}

.menu .mobile {
  display: none;
}

.menu-panel {
  display: block;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .menu .mobile {
    display: block;
  }
  .menu-panel {
    display: none;
  }
}
/* Hide tertiary menus by default */
.submenu-tertiary {
  display: none;
  margin-left: 15px;
  /* optional indent */
  list-style: none;
  padding-left: 0;
}

/* Show tertiary menu when parent has .open-tertiary */
.submenu-secondary.open-tertiary > .submenu-tertiary {
  display: block;
}

/* Optional: transition slide down */
.submenu-tertiary li {
  padding: 8px 0;
}

.submenu-secondary.has-tertiary {
  position: relative;
}

.menu-panel .submenu-secondary a {
  color: #fff;
}

.menu-panel .submenu-secondary a:hover {
  text-decoration: none !important;
}

.submenu-secondary .tertiary-toggle {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}

.submenu-secondary.open-tertiary > ul {
  display: block;
  /* Show tertiary menu */
}

.submenu-secondary > ul {
  display: none;
  /* Hide tertiary menu by default */
  padding-left: 15px;
  margin-top: 5px;
}

.submenu-secondary.open-tertiary > .tertiary-toggle {
  transform: rotate(45deg);
  /* Optional: rotate "+" to "x" when open */
}

.submenu-tertiary li {
  border: none !important;
}

#main-menu a {
  text-decoration: none !important;
}

/* Active secondary item */
.menu-panel ul li.submenu-secondary.active > a {
  color: var(--merc-dark-green);
}

.mobile .menu-item-has-children {
  position: relative;
}

.mobile .submenu-toggle {
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 10px;
  height: 100%;
  width: 48px;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: center;
}

.mobile .submenu-toggle::after {
  content: "▾";
  font-size: 2rem;
  transition: transform 0.3s ease;
  color: #fff;
}

.mobile .menu-item.open > .submenu-toggle::after {
  transform: rotate(180deg);
}

.mobile .sub-menu {
  display: none;
  padding-left: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.mobile .sub-menu li {
  list-style: none;
}

.mobile .menu-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}

.mobile .menu-item ul li.menu-item {
  border: none;
  padding: 3px 0 !important;
}

.mobile .menu-item ul li.menu-item a {
  font-weight: 400 !important;
}

.mobile .menu-item a, .mobile .menu-item a:visited, .mobile .menu-item a:hover {
  color: #fff;
  font-size: 3rem;
  padding: 0 !important;
}

.mobile .current-menu-parent > a {
  color: var(--merc-mid-green) !important;
}

.mobile .menu-item.open > .sub-menu {
  display: block;
}

.mobile .sub-menu .current-menu-item a {
  color: var(--merc-mid-green);
}

.mobile li > ul {
  display: none;
}

.mobile li.open > ul {
  display: block;
}

hr {
  border: none;
  border-bottom: 1px solid var(--merc-dark-green);
}

ul {
  margin-bottom: 2rem;
}

.text-green {
  color: var(--merc-mid-green);
}

.text-dark-green {
  color: var(--merc-dark-green);
}

.noUnderline {
  text-decoration: none !important;
}

.spacer100 {
  height: 100px;
}

.spacer200 {
  height: 200px;
}

.pt-10 {
  padding-top: 60px;
}

.p-10 {
  padding: 60px;
}
@media only screen and (max-width: 540px) {
  .p-10 {
    padding: 30px;
  }
}

.py-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.borderRT {
  border-top-right-radius: 40px;
  overflow: hidden;
}

.borderRTBL {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.borderRTBLBig {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  overflow: hidden;
}

.borderLTBRBig {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}

.borderLTBR {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.borderTopRight {
  border-top-right-radius: 40px;
}

.focus-object {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap {
  min-height: 100vh;
}

.coverImg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  /* Medium Devices, Desktops */
}
@media only screen and (max-width: 992px) {
  .coverImg {
    background: none;
    height: auto;
    width: auto;
  }
}

section.slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Odd slides: left */
  /* Even slides: right */
  /* 🔥 If NEXT slide is white, make this corner white */
}
section.slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  z-index: 99;
  -webkit-mask: radial-gradient(circle 50px at 100% 0, transparent 0, transparent 100px, black 100px);
  mask: radial-gradient(circle 50px at 100% 0, transparent 0, transparent 100px, black 100px);
}
@media only screen and (max-width: 540px) {
  section.slide::before {
    width: 50px;
    height: 50px;
    -webkit-mask: radial-gradient(circle 50px at 100% 0, transparent 0, transparent 50px, black 50px);
    mask: radial-gradient(circle 50px at 100% 0, transparent 0, transparent 50px, black 50px);
  }
}
section.slide:nth-child(odd)::before {
  left: 0;
}
section.slide:nth-child(even)::before {
  right: 0;
  left: auto;
  -webkit-mask: radial-gradient(circle 50px at 0 0, transparent 0, transparent 100px, black 100px);
  mask: radial-gradient(circle 50px at 0 0, transparent 0, transparent 100px, black 100px);
}
@media only screen and (max-width: 540px) {
  section.slide:nth-child(even)::before {
    width: 50px;
    height: 50px;
    -webkit-mask: radial-gradient(circle 50px at 0 0, transparent 0, transparent 50px, black 50px);
    mask: radial-gradient(circle 50px at 0 0, transparent 0, transparent 50px, black 50px);
  }
}
section.slide:has(+ section.bg-white)::before {
  background-color: #fff;
}
section.slide:has(+ section.bg-dark-green)::before {
  background-color: var(--merc-dark-green);
}
section.slide:has(+ section.bg-mid-green)::before {
  background-color: var(--merc-mid-green);
}
section.slide:has(+ section.bg-light-green)::before {
  background-color: var(--merc-light-green);
}

section.slide {
  color: var(--merc-black);
}
section.slide h2.blockTitle {
  font-size: clamp(7rem, 8vw, 10rem);
  line-height: 0.86 !important;
  word-break: break-word;
  font-weight: 900;
  letter-spacing: -2px;
  white-space: nowrap;
  color: var(--merc-dark-green);
}
@media only screen and (max-width: 540px) {
  section.slide h2.blockTitle {
    white-space: initial;
  }
}
@media only screen and (max-width: 540px) {
  section.slide h2.blockTitle br {
    display: none !important;
  }
}

.colShiftLeft {
  margin-left: -100px;
}

section.slide .sliderTextArea {
  background-color: #fff;
  padding: 60px;
}
@media only screen and (max-width: 540px) {
  section.slide .sliderTextArea {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 540px) {
  section.slide .sliderTextArea p {
    margin-bottom: 1rem;
    line-height: 120%;
  }
}

section.slide.bg-white .sliderTextArea {
  border-radius: 0 !important;
  padding: 0 !important;
}

section.slide .sliderTextArea h2 {
  font-size: 6.8rem;
  line-height: 85%;
  white-space: inherit;
  color: var(--merc-mid-green) !important;
}

.colourBlock {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 540px) {
  .colourBlock {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

section.slide.bg-mid-green {
  color: #fff;
}

section.slide.bg-dark-green {
  color: #fff;
}
section.slide.bg-dark-green h2 {
  color: var(--merc-mid-green);
}
section.slide.bg-dark-green .sliderTextArea {
  color: #000;
}

section.slide.bg-white h2 {
  color: var(--merc-mid-green);
}

a:not(.btn) {
  color: var(--link-colour);
  cursor: pointer !important;
  text-decoration: underline;
}

a:not(.btn):hover {
  color: var(--link-colour);
  text-decoration: underline;
}

.menu-content a:not(.btn) {
  color: #fff;
  cursor: pointer !important;
  text-decoration: none;
}

.submenu-trigger {
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  background-color: var(--merc-dark-green);
  width: 100%;
  z-index: 9999;
  border-bottom-right-radius: 40px;
}

h6.introTitle {
  margin-bottom: 0 !important;
}

.introTitle p:last-of-type {
  margin-bottom: 0 !important;
}

.posRel {
  position: relative;
}

/*
██ ███    ███  █████   ██████  ███████ ███████
██ ████  ████ ██   ██ ██       ██      ██
██ ██ ████ ██ ███████ ██   ███ █████   ███████
██ ██  ██  ██ ██   ██ ██    ██ ██           ██
██ ██      ██ ██   ██  ██████  ███████ ███████


*/
/* WordPress Image Alignments */
.aligncenter,
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft,
.align-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright,
.align-right {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* WordPress Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}

.wp-caption.aligncenter,
.wp-caption.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption.alignleft,
.wp-caption.align-left {
  margin-right: 1em;
}

.wp-caption.alignright,
.wp-caption.align-right {
  margin-left: 1em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  margin: 0.5em 0;
  font-size: 1.4rem;
  color: var(--merc-dark-green);
  text-align: center;
}

/* Clear floats after aligned items */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 576px) {
  .alignleft,
  .alignright,
  .align-left,
  .align-right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
/*
███    ███ ███████ ███    ██ ██    ██ ███████
████  ████ ██      ████   ██ ██    ██ ██
██ ████ ██ █████   ██ ██  ██ ██    ██ ███████
██  ██  ██ ██      ██  ██ ██ ██    ██      ██
██      ██ ███████ ██   ████  ██████  ███████


*/
/* Main Menu */
/* MENU ITEMS */
.menu-item a {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.151rem;
  line-height: 1.1;
  text-decoration: none !important;
  color: #fff;
  display: inline;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

/* Add pipe separators between top-level menu items only */
/* Ensure dropdown menu items don't have separators */
.dropdown-menu .dropdown-item::after,
.dropdown-menu .menu-item::after {
  content: none;
  display: none;
}

.nav-link .active {
  color: #fff !important;
}

.menu-item a:link {
  color: #fff;
  text-decoration: none;
}

.menu-item a:hover {
  color: var(--merc-dark-green);
  text-decoration: none;
}

.menu-item a:active {
  color: #333;
  /* Changed from white to dark gray */
  text-decoration: none;
}

.menu-item a:visited {
  color: #333;
  /* Changed from white to dark gray */
  text-decoration: none;
}

.dropdown-menu {
  width: auto !important;
  min-width: 200px !important;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  text-align: left;
  list-style: none;
  background: var(--merc-dark-green);
  background-clip: padding-box;
  border-radius: 0.25rem;
  color: var(--merc-dark-green) !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-divider {
  display: none;
}

.dropdown-menu .dropdown-item {
  color: #fff !important;
  margin: 0 !important;
  border-bottom: none !important;
  width: 100% !important;
  display: block;
}

.dropdown-menu .dropdown-item a {
  color: #fff !important;
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
  border-bottom: none !important;
}

.dropdown-menu .dropdown-item.hover,
.dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: var(--merc-light-green) !important;
  color: #fff !important;
  width: 100% !important;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: var(--merc-dark-green) !important;
  text-decoration: none;
  background-color: var(--merc-dark-green);
}

.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: var(--merc-dark-green);
}

/* Super Menu (Secondary navigation) */
#super-menu ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#super-menu li {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  position: relative;
  /* Needed for the separator positioning */
  padding: 0 9px;
}

/* Add vertical line separator to the right of all items */
#super-menu li::after {
  content: "|";
  position: absolute;
  right: -6px;
  top: 45%;
  transform: translateY(-50%);
  color: var(--merc-dark-green);
}

/* Add vertical line separator to the left of the first item */
#super-menu li:first-child::before {
  content: "|";
  position: absolute;
  left: -6px;
  top: 45%;
  transform: translateY(-50%);
  color: var(--merc-dark-green);
}

#super-menu a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
#super-menu a:link {
  color: var(--merc-dark-green);
}
#super-menu a:visited {
  color: var(--merc-dark-green);
}
#super-menu a:hover {
  color: #fff;
}
#super-menu a:active {
  color: #FFA500;
}

/* Footer Menu */
.footer-menu {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu .menu-item {
  border: none;
  position: relative;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
}

.footer-menu .menu-item a {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  text-decoration: none;
  color: inherit;
  text-transform: capitalize;
  padding: 0 !important;
}
.footer-menu .menu-item a:link {
  color: #ffffff;
}
.footer-menu .menu-item a:visited {
  color: #ffffff;
}
.footer-menu .menu-item a:hover {
  color: var(--merc-dark-green);
}
.footer-menu .menu-item a:active {
  color: #ffffff !important;
}

/*
██████  ██    ██ ████████ ████████  ██████  ███    ██ ███████
██   ██ ██    ██    ██       ██    ██    ██ ████   ██ ██
██████  ██    ██    ██       ██    ██    ██ ██ ██  ██ ███████
██   ██ ██    ██    ██       ██    ██    ██ ██  ██ ██      ██
██████   ██████     ██       ██     ██████  ██   ████ ███████

*/
.btn-green, .nf-form-cont .nf-form-content .nf-field-element input[type=button],
.nf-form-cont .nf-form-content .nf-field-element input[type=submit] {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 11%;
  border: 2px solid var(--merc-light-green);
  border-radius: 10px;
  margin: 0 3px;
  padding: 5px 60px 5px 20px;
  background-color: var(--merc-light-green);
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  color: var(--merc-dark-green);
}
.btn-green::after, .nf-form-cont .nf-form-content .nf-field-element input[type=button]::after,
.nf-form-cont .nf-form-content .nf-field-element input[type=submit]::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}
.btn-green:hover, .nf-form-cont .nf-form-content .nf-field-element input[type=button]:hover,
.nf-form-cont .nf-form-content .nf-field-element input[type=submit]:hover {
  border-color: var(--merc-light-green);
  background-color: #fff;
  color: var(--merc-dark-green);
}
.btn-green:hover, .nf-form-cont .nf-form-content .nf-field-element input[type=button]:hover,
.nf-form-cont .nf-form-content .nf-field-element input[type=submit]:hover {
  color: var(--merc-dark-green);
}

.btn-white {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 11%;
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 0 3px;
  padding: 5px 60px 5px 20px;
  background-color: #fff;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  color: var(--merc-dark-green);
}
.btn-white::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}
.btn-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}
.btn-white:hover {
  color: var(--merc-dark-green);
}

.cornerSwish {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: var(--merc-mid-green);
  z-index: 99;
  /* This mask removes a 50px radius concave corner at top-right */
  -webkit-mask: radial-gradient(circle 50px at 100% 0, transparent 0, transparent 100px, black 100px);
  mask: radial-gradient(circle 50px at 100% 0, transparent 0, transparent 100px, black 100px);
}
@media screen and (max-width: 540px) {
  .cornerSwish {
    top: -50px;
    width: 50px;
    height: 50px;
    /* Half-size concave corner (25px radius) */
    -webkit-mask: radial-gradient(circle 25px at 100% 0, transparent 0, transparent 50px, black 50px);
    mask: radial-gradient(circle 25px at 100% 0, transparent 0, transparent 50px, black 50px);
  }
}

.readmore-content-wrapper {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}

.readmore-content-wrapper.is-open {
  opacity: 1;
}

.readMoreToggle {
  margin-top: 10px;
  border: none;
  background: none;
  font-weight: bold;
  color: var(--merc-dark-green);
  cursor: pointer;
  padding: 0;
}

.readMoreToggle:hover {
  text-decoration: underline;
}

.downloadRow {
  border-bottom: 1px solid var(--merc-dark-green);
}

.fullWidthBanner {
  z-index: -1;
}

.fullWidthBanner:has(+ footer) {
  margin-bottom: -7rem !important;
}

.FrontPage footer {
  margin-top: 0 !important;
}

.footerBorders {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

footer .footerInner {
  padding: 100px 0;
}
@media only screen and (max-width: 540px) {
  footer .footerInner {
    padding: 30px 0;
  }
}

footer .twoCol ul {
  border-left: 1px solid var(--merc-light-green);
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  -moz-column-rule: 1px solid var(--merc-light-green);
       column-rule: 1px solid var(--merc-light-green);
  padding-left: 1rem;
  margin-left: 0;
}

.footer-menu a {
  font-size: 2.2rem !important;
}

.footer-menu a:hover, .footer-menu .current_page_item a {
  color: var(--merc-light-green) !important;
}

.welcomeToCountry {
  border-bottom: 1px solid #fff;
}

.welcomeToCountry p:last-of-type, .siteCredits p:last-of-type {
  margin-bottom: 1rem !important;
}

.welcomeToCountry p, .siteCredits p {
  font-size: 1.3rem !important;
}

:is(.bg-blue,
.bg-dark-green,
.bg-mid-green,
.bg-light-green,
.bg-light-blue,
.bg-grey) + footer {
  margin-top: 0 !important;
}

.bg-blue + footer {
  background-color: var(--merc-blue);
}

.bg-dark-green + footer {
  background-color: var(--merc-dark-green);
}

.bg-mid-green + footer {
  background-color: var(--merc-mid-green);
}

.bg-light-green + footer {
  background-color: var(--merc-light-green);
}

.bg-light-blue + footer {
  background-color: var(--merc-light-blue);
}

.bg-grey + footer {
  background-color: var(--merc-grey);
}

.siteCredits {
  font-size: 1.3rem !important;
}

.siteCredits a {
  color: #fff;
}

.siteCredits a:hover {
  color: #fff;
  text-decoration: underline;
}

.blogCard {
  padding: 70px 50px;
}

.blogDate {
  font-size: 2rem;
}

.iconCard .inner {
  background-color: #fff;
  padding-left: 60px !important;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.iconCard .icon {
  position: absolute;
  left: -65px;
  top: 20px;
  /* Medium Devices, Desktops */
}
@media only screen and (max-width: 992px) {
  .iconCard .icon {
    position: relative;
    left: auto;
    top: auto;
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .iconCard .icon {
    width: 25% !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  section.slide .sliderTextArea h2 {
    font-size: 5rem !important;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  section.slide .sliderTextArea h2 br {
    display: none !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .carousel-caption h1 {
    font-size: 60px !important;
  }
  .vertPos {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 540px) {
  .carousel-caption h1 {
    font-size: 40px !important;
  }
  section.slide .sliderTextArea h2 {
    font-size: 4rem;
  }
  section.slide .sliderTextArea h2 br {
    display: none !important;
  }
  .FrontPage p {
    font-size: 1.8rem !important;
  }
}
/* Small Devices, Tablets */
/* Small Devices, Tablets *//*# sourceMappingURL=style.css.map */