@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

* {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  padding-top: 96px;
  color: #5f5d5e;
}

/* @media (max-width: @screen-xs) {
  body {
    font-size: 10px;
  }
}

@media (max-width: @screen-sm) {
  body {
    font-size: 14px;
  }
} */

header.default {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  background: url("../images/swirl.jpg") no-repeat top center;
  background-size: cover;
  background-color: #b1b1b1;
  /* min-height: calc(100vh - 120px); */
  width: 100%;
  color: #fff;
  position: relative;
}

header.default::after {
  content: " ";
  position: absolute;
  bottom: 30px;
  height: 37px;
  width: 100%;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: contain;
}

header.default h1 {
  font-size: 96px;
  font-weight: 900;
  margin: 0 auto 20px;
  max-width: 1200px;
  line-height: 110%;
  display: block;
}

header.default h2,
header.default a {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin: 0;
}

header.default p {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin: 0 auto 40px;
  max-width: 880px;
  color: #fff;
  line-height: 1.5;
}

header.default p .email {
  position: relative;
  top: -35px;
}

header.default em {
  font-size: 14px;
}

p {
  font-size: 20px;
  font-weight: 400;
  color: #5f5d5e;
}

a {
  color: #5f5d5e;
  text-decoration: none;
}

.navbar {
  padding: 0;
}

.navbar .top-bar {
  width: 100%;
  padding: 10px 40px;
  background-color: #422a44;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand img {
  max-height: 70px;
}

.navbar .top-bar form {
  position: relative;
}

.navbar .top-bar form input[type="search"] {
  position: absolute;
  right: 70px;
  font-size: 20px;
  border-radius: 22px;
  line-height: 44px;
  height: 44px;
  width: 0;
  padding: 0;
  max-width: 280px;
  background-color: #775d79;
  color: #fff;
  border: none;
  box-shadow: none;

  -webkit-transition: width linear 0.2s;
  -moz-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  -ms-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

.navbar .top-bar form input[type="search"].open {
  width: 320px;
  padding: 0 20px;
  border: 1px solid #979797;
}

.navbar .top-bar form input[type="search"]::placeholder {
  color: #ffffff20;
  font-size: 20px;
}

.navbar .container-fluid {
  padding: 0;
}

.navbar ul li a.nav-link {
  /* font-size: 20px;
  font-weight: 400;
  padding: 10px 30px 10px 70px;
  color: #fff; */

  font-size: 19px;
  font-weight: 400;
  padding: 5px 30px 5px 70px;
  color: #fff;
}

.navbar ul li a.nav-link.active {
  font-weight: 700 !important;
  background-color: #775d79e9;
}

.navbar ul li a:hover {
  background-color: #775d79e9;
}

.top-bar form button[type="submit"] {
  margin-left: 31px;
}

/* .navbar-toggler .fa {
	color: #DB0525;
	font-size: 60px;
}
 */
.navbar-toggler {
  padding: 0 15px 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 64px;
  height: 3px;
  background-color: #db0525;
  border-radius: 1px;
  margin: 13px 0;
}

.navbar-collapse {
  max-width: 450px;
  margin: 0 -15px;
  position: relative;
  background-color: #422a44e9;
}

.navbar-collapse ul li a {
  border-bottom: 1px solid #979797d4;
}

.content {
  padding: 105px 15px;
}

.content p {
  font-size: 20px;
  /* font-size: 2.15vh; */
  font-weight: 400;
  line-height: 130%;
  margin: 0 auto 30px;
  display: block;
  color: #5f5d5e;
  width: 100%;
}

.content p a,
.content p a span {
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
  text-decoration: underline;
  color: #5f5d5e;
}

.content h1,
.content h2,
.content h3 {
  font-size: 27px;
  /* font-size: 2.9vh; */
  font-weight: 900;
  line-height: 120%;
  margin: 0 auto 10px;
  color: #5f5d5e;
}

.content b,
.content strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
}

.content ul li {
  font-size: 20px;
  margin-bottom: 10px;
}

.content img {
  max-width: 100%;
  height: auto;
}

.footer-find-out .row > div {
  padding: 105px 15px 90px;
}

.footer-find-out h6 {
  font-size: 20px;
  font-weight: 900;
  color: #5f5d5e;
  margin: 0 0 20px;
  padding: 0;
}

.footer-find-out p {
  font-size: 20px;
  font-weight: 400;
  color: #5f5d5e;
  margin: 0;
  padding: 0;
}

.footer-find-out p a {
  font-size: 20px;
  font-weight: 900;
  color: #5f5d5e;
  text-decoration: underline;
}

.interested-footer .container {
  padding: 0 15px 105px;
}

.interested-footer .container > .row:first-child > div {
  padding-top: 105px;
  border-top: 1px solid #5f5d5e;
}

.interested-footer h3,
.interested-footer h4 {
  font-size: 27px;
  font-weight: 900;
  color: #5f5d5e;
  display: inline-block;
}

.interested-footer h4 {
  margin-bottom: 55px;
}

.interested-footer h3 {
  margin-top: 15px;
}

.interested-footer a {
  text-decoration: none;
}

.footer {
  background-color: #422a44;
  padding: 50px 0;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.footer.solutions ul {
  margin-top: 0;
}

.footer ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 5px;
}

.footer p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 5px;
}

.footer img {
  width: 200px;
  margin-bottom: 15px;
}

.error404 {
  min-height: calc(100vh - 150px);
}

.error404 > .container {
  max-width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table td {
  font-size: 15px;
  color: #5f5d5e;
}

/***************
* 
***** CARDS *****
*
****************/

.card-img-opacity {
  background-color: rgb(203 0 103 / 53%);
}

.text-white {
  color: #fff !important;
}

.card h5 {
  /* font-size: 4.1em; */
  /* font-size: 2.2vw; */
  font-size: calc(2em + 1vw);
  font-weight: bolder;
  margin: 0;
  word-wrap: normal !important;
  /* padding: 0px 1.6em; */
}

.card:hover .card-overlay {
  opacity: 1;
}

.card:hover,
.card-img-opacity:hover {
  transition: 0.5s ease;
  background: rgb(217 60 139 / 65%);
}

.card .image-behind {
  /* width: 32vw;
  height: 20vw; */
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
}

/***************
* 
***** CARDS *****
*
****************/

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }

  .navbar .top-bar form {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  header.default .container-fluid {
    padding: 30px 15px 50px;
  }
}

@media (max-width: 1024px) {
  body {
    padding-top: 80px;
  }

  .card .image-behind {
    /* width: 32vw;
    height: 20vw;
    aspect-ratio: 4/3; */
    background-size: cover;
  }

  .card h5 {
    /* font-size: 2.0em; */
    /* font-size: 2.2vw;; */
    font-size: calc(0.5 * (1.5vh + 3.6vw));
    font-weight: bolder;
    margin: 0;
    word-wrap: normal !important;
  }

  .navbar .navbar-brand img {
    max-height: 55px;
  }

  .navbar form img {
    max-height: 38px;
  }

  .navbar-toggler .icon-bar {
    width: 46px;
    margin: 10px 0;
  }

  .navbar .top-bar {
    padding: 10px 15px;
  }

  .navbar-collapse {
    left: 15px;
  }

  .navbar ul li a.nav-link {
    font-size: 16px;
    padding: 10px 30px;
  }

  header.default {
    padding: 30px 15px 50px;
  }

  header.default p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  header.default p a {
    font-size: 16px;
  }

  header.default p a.email {
    font-size: 16px;
    top: -20px;
  }

  header.default h1 {
    font-size: 6vw;
    margin-bottom: 30px;
  }

  header.default h4 {
    font-size: 4vw;
  }

  .content p {
    margin-bottom: 20px;
  }

  .content p,
  .content ul li {
    font-size: 16px;
  }

  .content h1,
  .content h2,
  .content h3 {
    font-size: 20px;
  }

  .content p a,
  .content p a span {
    font-size: 16px;
  }

  .interested-footer h3,
  .interested-footer h4 {
    font-size: 16px;
  }
}

@media (max-width: 780px) {
  body {
    padding-top: 68px;
  }

  .content h1,
  .content h2,
  .content h3 {
    font-size: 20px;
  }

  .card .image-behind {
    /* width: 100%;
    height: 50vw;
    max-height: 155px; */
    background-size: cover;
  }

  .card h5 {
    /* font-size: 2.5em; */
    /* font-size: 6.2vw; */

    font-weight: bolder;
    margin: 0;
    word-wrap: normal !important;
  }

  .navbar .navbar-brand img {
    max-height: 53px;
  }

  .navbar form img {
    max-height: 33px;
  }

  .navbar-toggler .icon-bar {
    width: 42px;
    margin: 8px 0;
  }

  header.default p {
    line-height: 120%;
  }

  .navbar .top-bar form input[type="search"] {
    right: 0;
    top: 70px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 66px;
  }

  header.default::after {
    display: none;
  }

  .navbar {
    padding: 0;
  }

  .navbar .top-bar {
    padding: 0;
  }

  .navbar .navbar-brand img {
    max-height: 43px;
  }

  .navbar form img {
    max-height: 38px;
  }

  .navbar-toggler .icon-bar {
    width: 32px;
    margin: 8px 0;
  }

  .navbar ul li a.nav-link {
    padding: 10px 15px;
  }

  .navbar-collapse {
    max-width: 100%;
  }

  header.default {
    min-height: auto;
    padding: 70px 0;
    display: inline-block;
  }

  header.default p,
  header.default a {
    font-size: 1.8rem;
    line-height: 120%;
  }

  header.default h1 {
    font-size: 3.5rem;
  }

  header.default h4 {
    padding: 0;
  }

  header.default em {
    font-size: 12px;
  }

  .top-bar form button[type="submit"] {
    margin-left: 0;
  }

  .content {
    padding: 55px 15px;
  }

  .content p {
    margin-bottom: 0;
  }

  .content p,
  .content p a,
  .content h2,
  .content b,
  .content strong {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .content .row {
    margin-bottom: 30px;
  }

  .interested-footer {
    padding: 30px 0 50px;
  }

  .interested-footer h3 {
    font-size: 20px;
    margin: 10px 0 45px;
  }

  .interested-footer .container {
    padding-bottom: 0;
  }

  .footer-find-out h6,
  .footer-find-out p,
  .footer-find-out p a {
    font-size: 1.8rem;
  }

  .footer img {
    margin-top: 30px;
  }

  .card .image-behind {
    width: 100%;
    height: 50vw;
    max-height: fit-content;
    background-size: cover;
  }

  .card h5 {
    /* font-size: 2.5em; */
    font-size: calc(0.5 * (1.5vh + 11vw));
    font-weight: bolder;
    margin: 0;
    word-wrap: normal !important;
  }

  /* 480media close */
}

.very-specific-design {
  width: 600px;
  height: 400px;
  padding: 50px;
  text-align: center;
  background: white;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.scaleable-wrapper {
  padding: 20px;
  resize: both;
  position: relative;
  background: #666;
  height: 400px;
}

.ui-resizable-se {
  width: 10px;
  height: 10px;
  background: orange;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bigred {
  color: red;
  font-size: 5rem;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "bootstrap-icons";
  content: "\f62c";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(241 39 56 / 75%);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.tz-gallery .col-md-3 {
  display: inline-grid;
  width: 300px;
  height: 150px;
  margin-bottom: 2px;
  overflow: hidden;
}

.tz-gallery .col-md-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tiles-full-width img {
  width: 100%;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

/************************************
***
***  SIGN UP PAGE - NEWSLETTER
***
*************************************/

@media (max-width: 780px) {
  .container-stripe-signup {
    display: inline-grid;
  }
}

.container-stripe-signup {
  background: #db0525;
  padding: 1.5em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.container-stripe-signup a {
  background: white;
  color: #db0525;
  padding: 0.7em 1.5em;
  margin-left: 1em;
  font-size: 1.4rem;
  font-weight: 500;
}

.container-signup-form .ee_textboxcontent {
  padding-top: 6px;
  padding-bottom: 6px;
}

.container-signup-form label {
  margin: 0;
  color: #3a3c44;
  line-height: 24px;
  font-size: 14px;
}

.container-signup-form input,
.container-signup-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(201, 207, 211);
  background-color: #ffffff;
  line-height: 27px;
  font-size: 16px;
  color: #3a3c44;
}

.container-signup-form .paging-button-submit {
  background: #422a44;
  color: #fff;
  border: 0;
  margin-top: 1.5em;
}

.container-signup-form form {
  background: whitesmoke;
  box-sizing: content-box;
  padding: 4em 3em;
}

.container-signup-form .subscribe-text {
  font-size: 11px;
  color: #3a3c44;
}

/************************************
***
***  COMMERCIAL CALENDAR
***
*************************************/

#calendar {
  max-width: 1100px;
  margin: 0 auto;
}

#calendar * {
  font-size: 14px;
}

#calendar .fc-button {
  background: #422a44;
  border-color: #5d475e;
}

#calendar .fc-h-event {
  background-color: #db0525;
  border: 1px solid #8f0015;
  display: block;
  padding: 0px 0 0 5px;
}

#calendar .fc-daygrid-event-dot {
  border: calc(var(--fc-daygrid-event-dot-width) / 2) solid #db0525;
}
/* Accessibility styles */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Styles for the paragraphs that replaced headings */
/* Match exactly the styles from the original h4 and h5 elements */
.home .home-text .section-description {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 60px;
  color: #fff;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

/* Apply the same styles outside of .home-text if needed */
.section-description {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 60px;
  color: #fff;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

/* Contact section styling */
.contact-text {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

.contact-email {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-top: 5px;
  position: static !important;
  top: 0 !important;
}
.content {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content .row {
  margin-bottom: 50px;
}

.content h2 {
  margin-bottom: 20px;
}

.content .pdfs > div {
  margin-bottom: 100px;
}

@media (max-width: 780px) {
  .content .pdfs > div {
    text-align: center;
    margin-bottom: 0px;
  }

  .content .pdfs > div a {
    display: inline-block;
    margin-bottom: 30px;
  }
}
