/*
Theme Name: Baumont 2024
Theme URI: https://baumontrealestate.com/themes/baumont_2023
Author: Baumont Real Estate
Author URI: https://baumontrealestate.com/
Description: Baumont Real Estate Capital website styles.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baumont_2023
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Playfair+Display:wght@400;700&family=Libre+Baskerville:wght@400;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Settings for the project.

 - Fonts
 - etc.
---------------------------------------- */
.clearfix {
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* Base styles.

Unclassed HTML elements.
No classes or IDs, please!
---------------------------------------- */
body {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Poppins", Helvetica, Arial !important;
  color: #2d2d2d !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  text-decoration: none;
}

*:focus {
  outline: none;
}

main {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville" !important;
}

h1 {
  font-family: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 3.0em;
}

h2 {
  margin: 0 0 1.0em 0 !important;
  padding: 0;
  font-size: 2.5rem;
}

h3 {
  font-weight: normal;
  margin: 0 0 1.0em 0 !important;
  padding: 0;
  line-height: 140%;
  font-size: 2rem;
}

h4 {
  font-weight: normal;
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 140%;
}

strong {
  font-weight: normal;
}

img {
  max-width: 100%;
}

a {
  color: #2d2d2d;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0 !important;
  /* Remove the default left padding */
}

ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 10px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
}

ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 2px;
  color: #fff;
  background: #E0A28B;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}

li ol,
li ul {
  margin-top: 6px;
}

ol ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.carousel {
  padding: 0 !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  z-index: 3;
  width: initial;
}

.carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
  display: block;
  background-color: #00000052;
  border-radius: 50%;
  border: 5px solid #00000006;
}

@media (max-width: 768px) {
  .carousel .carousel-control-prev span,
  .carousel .carousel-control-next span {
    border-color: transparent;
  }
}

.carousel .carousel-indicators {
  z-index: 4;
  background-color: #00000016;
  border-radius: 10px;
  margin-left: 40%;
  margin-right: 40%;
  bottom: -60px;
}

@media (max-width: 768px) {
  .carousel .carousel-indicators {
    margin-left: 30%;
    margin-right: 30%;
    bottom: 0px;
  }
}

.carousel .carousel-item {
  overflow: hidden;
}

.carousel .carousel-item .carousel-caption {
  z-index: 3;
  width: 90%;
  position: relative;
  right: initial;
  top: initial;
  left: initial;
  bottom: initial;
  color: #212121;
  text-align: left;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .carousel .carousel-item .carousel-caption {
    width: 80%;
    margin-left: 10%;
    padding: 20px;
    display: block !important;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    color: #fff;
    text-align: center;
  }
}

.carousel .carousel-item img {
  height: 200px;
  object-fit: cover;
  width: 80%;
  border-radius: 0.69rem !important;
  margin: auto;
}

@media (max-width: 768px) {
  .carousel .carousel-item img {
    height: 500px;
    display: block !important;
  }
}

@media (max-width: 768px) {
  .carousel .carousel-item .image-darkner {
    background: linear-gradient(0deg, #0000008e 0%, #00000020 100%);
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 80%;
    min-height: 100%;
    border-radius: 0.69rem !important;
    z-index: 2;
  }
}

.section-block {
  position: relative;
}

.section-block .content-container {
  opacity: 0.01;
  /* Important not to start from 0 for performance purposes */
  transform: scale(1.1);
  transition: opacity 1.4s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform 
}

.section-block.in-viewport .content-container {
  transform: scale(1);
  opacity: 1;
}

.section-block .section-image {
  padding: 0 30px 0 30px;
}

.section-block .section-image img {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .section-block .section-image {
    padding: 0 10px 0 10px;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 768px) {
  .section-block .counter:not(:last-child) {
    margin-bottom: 15px;
  }
}

.section-block .counter > div {
  margin: 10px 0;
}

.section-block .counter i {
  color: #1d484f;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
}

.section-block .counter .animated-counter {
  font-family: "Libre Baskerville" !important;
  font-size: 50px;
  line-height: 45px;
  color: #1d484f;
}

.section-block .tile {
  transition: transform .2s ease-in-out;
  position: relative;
  border: none;
  border-radius: 0;
  height: 250px;
  border-radius: .69rem;
  overflow: hidden;
  box-shadow: 0 0 10px #0000002c;
}

.section-block .tile:hover {
  transform: scale(1.03);
}

.section-block .tile:hover .text {
  opacity: 0;
}

.section-block .tile:hover .text-hover {
  opacity: 1;
}

.section-block .tile img {
  height: 100%;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}

.section-block .tile .text, .section-block .tile .text-hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  color: white;
  z-index: 6;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  transition: opacity .2s ease-in-out;
}

.section-block .tile .text-hover {
  opacity: 0;
}

.section-block .tile .image-darkner {
  background: #00000049;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 5;
}

.section-block.section-blue {
  background: #2d545b;
}

.section-block.section-blue.image_left {
  background: linear-gradient(90deg, #2d545b 23%, #1d484f 23%);
}

.section-block.section-blue.image_left .content-wrapper {
  background: #1d484f;
  background: linear-gradient(90deg, #2d545b 24%, #1d484f 24%);
}

.section-block.section-blue.image_right {
  background: linear-gradient(270deg, #2d545b 23%, #1d484f 23%);
}

.section-block.section-blue.image_right .content-wrapper {
  background: #1d484f;
  background: linear-gradient(270deg, #2d545b 24%, #1d484f 24%);
}

.section-block.section-blue * {
  color: white !important;
}

.section-block.section-bronze {
  background: #f7e8e2;
}

.section-block.section-bronze.image_left {
  background: linear-gradient(90deg, #f1dad2 23%, #f7e8e2 23%);
}

.section-block.section-bronze.image_left .content-wrapper {
  background: #efd0c5;
  background: linear-gradient(90deg, #f1dad2 24%, #f7e8e2 24%);
}

.section-block.section-bronze.image_right {
  background: linear-gradient(270deg, #f1dad2 23%, #f7e8e2 23%);
}

.section-block.section-bronze.image_right .content-wrapper {
  background: #efd0c5;
  background: linear-gradient(270deg, #f1dad2 24%, #f7e8e2 24%);
}

.section-block.section-bronze * {
  color: #2d2d2d !important;
}

.panel-and-picture, .hero {
  height: 100vh;
  max-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  background: white;
  animation: hero_scale_down 1.5s forwards;
}

@media (max-width: 768px) {
  .panel-and-picture, .hero {
    max-height: 50vh;
  }
}

.panel-and-picture.hero-compact, .hero.hero-compact {
  height: 65vh;
  max-height: 65vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.panel-and-picture.hero-compact .hero-title, .hero.hero-compact .hero-title {
  top: 60%;
}

.panel-and-picture.hero-compact .video-hero, .panel-and-picture.hero-compact .image-hero, .hero.hero-compact .video-hero, .hero.hero-compact .image-hero {
  height: 50vh;
}

@media (max-width: 768px) {
  .panel-and-picture.hero-compact, .hero.hero-compact {
    height: 50vh;
  }
}

.panel-and-picture .hero-title, .hero .hero-title {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  color: white;
  width: 50%;
  z-index: 5;
  padding-left: 10px;
  border-left: 5px solid #ffffff98;
  font-family: "Libre Baskerville";
  line-height: 25px;
  animation: title_fade_in 1.5s forwards;
}

.panel-and-picture .hero-title h1, .hero .hero-title h1 {
  margin-bottom: 0;
}

.panel-and-picture .hero-title .hero-subtitle, .hero .hero-title .hero-subtitle {
  font-family: "Poppins";
  animation: subtitle_fade_in 1.5s forwards;
}

@media (max-width: 768px) {
  .panel-and-picture .hero-title .hero-subtitle, .hero .hero-title .hero-subtitle {
    font-size: .5em;
  }
}

@media (max-width: 768px) {
  .panel-and-picture .hero-title, .hero .hero-title {
    font-size: 2.0em;
    width: 90%;
  }
}

@keyframes title_fade_in {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes subtitle_fade_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.panel-and-picture .video-hero, .panel-and-picture .image-hero, .hero .video-hero, .hero .image-hero {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: -50%;
  right: 50%;
  transform: translate(50%);
  z-index: 0;
}

.panel-and-picture .video-hero, .hero .video-hero {
  position: absolute;
  top: -40%;
  /*max-height:150%;*/
}

@media (max-width: 768px) {
  .panel-and-picture .video-hero, .panel-and-picture .image-hero, .hero .video-hero, .hero .image-hero {
    height: 100%;
    top: 0%;
    min-height: auto;
  }
  
  .panel-and-picture .video-hero, .hero .video-hero {
    top: 0%;;
   }
}


.panel-and-picture .over-hero-darkner, .hero .over-hero-darkner {
  background: #0000008e;
  background: linear-gradient(180deg, #0000008e 0%, #00000020 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 5;
}

header {
  background-color: #00000000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 150px;
  transition: height 0.4s, transform 1s, background-color .6s;
  font-weight: 400;
}

header.header-compact {
  background-color: #fff;
  height: 80px;
  box-shadow: 0 2px 5px #0000001d;
}

header.header-compact .header-container {
  height: 80px;
}

header.header-compact .header-left {
  background-image: url("img/Beaumont-logo-blue.png") !important;
}

header .header-container {
  padding: 0 80px 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10vw;
  height: 150px;
  transition: height 0.3s, background 0.3s;
}

@media (max-width: 768px) {
  header .header-container {
    padding: 0 20px 0 20px;
    column-gap: 5%;
  }
}

header .header-container .header-left {
  height: 50px;
  width: 200px;
  background-image: url("img/Beaumont-logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 200px;
  align-self: baseline;
}

@media (max-width: 768px) {
  header .header-container .header-left {
    height: 40px;
    width: 170px;
  }
}

header .header-container .header-right {
  height: 35px;
  flex: 1 1 50%;
  align-self: center;
  text-align: right;
}

@media (max-width: 768px) {
  header .header-container .header-right {
    height: 40px;
    flex: 1 0 30px;
  }
}

.overlay {
  content: "";
  display: block;
  height: 100px;
}

@media (max-width: 768px) {
  .overlay {
    height: auto;
  }
}

@media (max-width: 768px) {
  .mobile-full {
    padding: 0;
  }
}

#mobile-menu-button {
  visibility: hidden;
}

@media (max-width: 768px) {
  #mobile-menu-button {
    visibility: visible;
    display: block;
    background: transparent;
    text-align: right;
    margin-top: 0;
    padding: 0;
    font-size: 13px;
    color: white;
  }
}

.hideMenuOnMobile {
  visibility: visible;
}

@media (max-width: 768px) {
  .hideMenuOnMobile {
    visibility: hidden;
    display: none !important;
  }
}

.showMenuOnMobile {
  visibility: hidden;
  display: none;
}

@media (max-width: 768px) {
  .showMenuOnMobile {
    visibility: visible;
    display: block;
  }
}

ul.main-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  font-family: inherit;
  height: 100%;
  z-index: 10;
  position: relative;
  top: 50%;
}

ul.main-nav > li {
  position: relative;
  font-size: 1em;
}

ul.main-nav > li.current-menu-item:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 95%;
  background: #e8b9a8;
}

ul.main-nav > li.menu-item-has-children:before {
  transition: transform .2s;
  content: ' ';
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  right: -8px;
}

ul.main-nav > li.menu-item-has-children:hover:before {
  transform: rotate(90deg);
}

ul.main-nav > li:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  border-radius: 2px;
}

ul.main-nav > li:hover:after {
  width: 95%;
  background: #e8b9a8;
}

ul.main-nav > li:hover .sub-menu {
  display: block;
  max-height: 200px;
  box-shadow: 0 3px 6px #00000026;
  padding: 10px;
}

ul.main-nav > li:hover .sub-menu::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: -10px;
  right: 0;
}

ul.main-nav > li:hover .sub-menu li:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  border-radius: 2px;
}

ul.main-nav > li:hover .sub-menu li:hover:after {
  width: 95%;
  background: #1d484f;
}

ul.main-nav > li a {
  padding: 5px;
  color: #fff;
  display: inline-block;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

ul.main-nav > li .sub-menu {
  padding: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  position: absolute;
  right: 50%;
  top: 70%;
  transform: translateX(50%);
  background-color: #ffffff;
  backdrop-filter: blur(5px);
  transition: max-height .2s, padding .2s;
}

ul.main-nav > li .sub-menu li a {
  color: #1d484f !important;
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  ul.main-nav > li {
    display: block;
    padding: 0;
    height: auto;
  }
  ul.main-nav > li a {
    color: #1d484f;
    width: 100%;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  ul.main-nav > li a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.header-compact .header-container ul.main-nav > li a {
  color: #1d484f;
}

.header-compact .header-container ul.main-nav > li:hover:after {
  background: #e8b9a8;
}

.header-compact .header-container ul.main-nav > li.menu-item-has-children:before {
  border-color: #1d484f;
}

.header-compact .header-container ul.main-nav > li.current-menu-item:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 95%;
  background: #1d484f;
}

.mobile-menu-nav {
  list-style: none;
  font-family: inherit;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.mobile-menu-nav li {
  margin-bottom: 20px;
}

.mobile-menu-nav li a {
  color: #1d484f !important;
  white-space: nowrap !important;
}

.mobile-menu-nav li.current-lang::before {
  content: "\279C";
  margin-right: 5px;
  color: #56767b;
}

.mobile-menu-nav li.current_page_item a {
  border-bottom: 2px solid #E0A28B;
}

.mobile-menu-nav .menu-item-has-children > a {
  opacity: 0 !important;
  display: none !important;
}

.mobile-menu-nav .sub-menu {
  list-style: none;
}

.menu-mobile-button-container {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-mobile-button-container {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .menu-mobile-button {
    z-index: 100;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: white;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .menu-mobile-button:hover {
    opacity: 0.7;
    color: white;
  }
  .this-menu-button-box {
    width: 34px;
    height: 40px;
    display: inline-block;
    position: relative;
  }
  .this-menu-button-inner {
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
  .this-menu-button-inner, .this-menu-button-inner::before, .this-menu-button-inner::after {
    width: 34px;
    height: 2px;
    background-color: #E0A28B;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .this-menu-button-inner:hover {
    height: 2px;
  }
  .this-menu-button-inner::before, .this-menu-button-inner::after {
    content: "";
    display: block;
  }
  .this-menu-button-inner::before {
    top: -10px;
  }
  .this-menu-button-inner::after {
    bottom: -10px;
  }
  .this-menu-button-inner, .this-menu-button-inner::before, .this-menu-button-inner::after {
    background-color: #E0A28B;
    width: 34px;
    height: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .menu-mobile-button .this-menu-button-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-mobile-button .this-menu-button-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  .menu-mobile-button .this-menu-button-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-mobile-button.is-active .this-menu-button-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #E0A28B;
  }
  .menu-mobile-button.is-active .this-menu-button-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    background-color: #E0A28B;
  }
  .menu-mobile-button.is-active .this-menu-button-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #E0A28B;
  }
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.content-container {
  padding: 70px 80px 70px 80px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .content-container {
    padding: 50px 20px 50px 20px;
  }
}

@keyframes hero_scale_down {
  0% {
    transform: scale(1.05);
    box-shadow: 0 2px 10px #0000002a;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0px 0px transparent;
  }
}

.text-in-caps {
  text-transform: uppercase;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.text-color-gray {
  color: #4b4b4b;
}

.text-color-bronze {
  color: #E0A28B !important;
}

.separator-horizontal {
  width: 100%;
  height: 0.8px;
  background-color: #ffffff49;
  margin: 30px 0;
}

.trail {
  color: #1d484f;
}

.trail .hr {
  display: inline-block;
  border-top: 1px solid #1d484f;
  width: 20px;
  height: 5px;
  margin-right: 10px;
}

.link {
  color: inherit !important;
  cursor: pointer;
}

.link * {
  transition: margin .3s, color 0.3s;
  margin-right: 2px;
  text-decoration: none;
}

.link i:hover * {
  color: #E0A28B;
  margin-right: 10px;
}

.link i.bi-chevron-right {
  font-size: 10px;
  margin-left: 5px;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 150px !important;
  margin: 0;
  padding: 1.15em 2em;
  font-size: .8rem;
  font-weight: 400 !important;
  text-align: center;
  letter-spacing: .075em;
  line-height: 1.2;
  color: #fff;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
  transition: color .4s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  cursor: pointer;
}

.button::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #E0A28B;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform .4s ease-in-out;
}

.button:hover {
  color: #1d484f !important;
}

.button:hover::before {
  transform: none;
}

.button.button-dark {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
}

.button.button-dark::before {
  background-color: #1d484f;
}

.button.button-dark:hover {
  color: white !important;
}

.blockquote {
  padding: 60px 0px 0px 0px;
  position: relative;
}

.blockquote p {
  font-size: 1.3em;
  font-weight: 700px;
  text-align: center;
}

@media (max-width: 768px) {
  .blockquote p {
    font-size: 1em;
  }
}

.blockquote:before {
  position: absolute;
  font-family: 'Libre Baskerville';
  top: 0;
  left: -15px;
  content: "\201C";
  font-size: 10em;
  color: rgba(0, 0, 0, 0.1);
}

.blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #E0A28B;
  height: 3px;
  width: 200px;
}


.team-card .card {
  transition: transform .2s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 15px #00000019;
  border: none;
}

.team-card .card:hover {
  transform: scale(1.03);
}

.team-card .card .card-footer {
  border: none;
  background-color: #fff !important;
}

.team-card .card span {
  font-size: 14px !important;
}

.media-card .card {
  transition: transform .2s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 15px #00000019;
  border: none;
}

.media-card .card:hover {
  transform: scale(1.03);
}

.media-card .card .card-footer {
  border: none;
  background-color: #fff !important;
}

.media-card .card span {
  font-size: 14px !important;
}

.media-card .card .card-header {
  background: none !important;
  border: none !important;
  padding-bottom: 0 !important;
}

.media-card .card .card-header span {
  font-size: 12px !important;
}

.media-card .card img {
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .media-card .card img {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}

footer {
  background-color: #1d484f;
  padding-top: 20px;
  padding-bottom: 10px;
  color: white !important;
  position: relative;
  font-size: 0.9em !important;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #E0A28B;
}

footer ul.footer-nav {
  list-style: none;
  padding: 0;
}

footer ul.footer-nav#menu-main-menu-english-1 {
  margin: 0;
}

footer ul.footer-nav .menu-item-has-children {
  display: none;
}

footer .flex-row {
  gap: 3px;
}

@media (max-width: 768px) {
  footer h4 {
    margin-top: 20px !important;
  }
}

footer .footer-logo {
  height: 35px;
  width: 200px;
  background-image: url("img/Beaumont-logo-white.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .footer-signature {
  font-size: 0.8rem;
  color: #ffffffca;
}

.hide-on-mobile {
  display: block;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.show-on-mobile {
  display: none;
}

@media (max-width: 768px) {
  .show-on-mobile {
    display: block;
  }
}

.section-block .tile .text, .section-block .tile .text-hover {
font-weight: 400;
}
