@charset "UTF-8";
/*
Theme Name: KEY87
Theme URI: https://key87.com
Author: Tim Yearyean
*/
/* Reset styles for general theme and Elementor compatibility */
/* Universal box-sizing for all elements */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reset default margin, padding, and border */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* Ensure block-level elements display correctly */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Body styles */
body {
  line-height: 1;
}

/* Reset list styles */
ol, ul {
  list-style: none;
}

/* Reset quotes */
blockquote, q {
  quotes: none;
}

/* Reset table styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Ensure form elements inherit font styles */
input, button, textarea, select {
  font: inherit;
}

/* Reset button styles */
button,
input[type=button],
input[type=submit],
a.button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}
button:focus-visible,
input[type=button]:focus-visible,
input[type=submit]:focus-visible,
a.button:focus-visible {
  outline: 2px solid #0073aa; /* Ensures accessibility */
}

/* Reset link styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset image styles */
img {
  max-width: 100%;
  height: auto;
}

/* Reset for WordPress-specific elements */
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  color: #6c757d;
}

/* Alignment classes */
.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Reset for WordPress comments */
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-body {
  padding: 1.5em 0;
  border-bottom: 1px solid #eee;
}
.comments-area .comment-body .comment-author img {
  border-radius: 50%;
  max-width: 50px;
}

/* Reset for WordPress nav menus */
.main-navigation ul {
  list-style: none;
}
.main-navigation ul a {
  text-decoration: none;
}

/* Utility classes */
.text-center {
  text-align: center;
}

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

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

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Reset Elementor-specific styles */
.elementor-section,
.elementor-column {
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.elementor-widget {
  margin-bottom: 0;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.elementor-widget-text-editor p {
  margin: 0;
}

.elementor-image img {
  max-width: 100%;
}

.elementor-video {
  width: 100%;
  height: auto;
}
.elementor-video iframe {
  width: 100%;
  height: 100%;
}

/* Reset background and border styles */
.elementor-section,
.elementor-column,
.elementor-widget {
  background: none;
}

/* Responsive fixes for Elementor */
.elementor-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .elementor-section {
    flex-direction: row;
  }
}

/* Reset Elementor form styles */
.elementor-form .elementor-field-group {
  margin: 0;
}
.elementor-form .elementor-field {
  border: none;
  padding: 0;
}
.elementor-form .elementor-button {
  border: none;
  padding: 0;
  background: none;
}

.e-con-inner {
  margin: 0 !important;
  max-width: none !important;
}

/*----------------------------------
  Placeholders - @extend to use
------------------------------------*/
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus, h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  transition: all 200ms cubic-bezier(0.7, 1, 0.7, 1);
}

/*-----------------------------------
  Site Container (Overflow Hidden)
-----------------------------------*/
#site-container {
  overflow: hidden;
}

/*----------------------------------
  Common HTML Elements & Global Styles
------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  html {
    font-size: 0.8rem;
  }
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1rem;
  font-family: "Quattrocento Sans", serif;
  color: #133451;
  font-weight: normal;
  line-height: 1.6;
  background-color: #fff;
  margin: 0;
}

svg {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  margin-bottom: 2%;
  padding: 1.5em 0;
}
section:has(.box-hover) {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

iframe {
  border: 0;
}

input, button, textarea, select {
  font: inherit; /* Ensures these elements match surrounding text */
}

ul, ol {
  list-style-type: disc;
  /*list-style-position: inside;*/
  padding-left: 15px;
}

/*----------------------------------
  Links
------------------------------------*/
a {
  color: #3F0D12;
  text-decoration: none;
}
a:focus, a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: none;
}

/*----------------------------------
  Column Widths
------------------------------------*/
.col-1 {
  -ms-grid-column-span: 1;
  grid-column: auto/span 1;
}

.col-2 {
  -ms-grid-column-span: 2;
  grid-column: auto/span 2;
}

.col-3 {
  -ms-grid-column-span: 3;
  grid-column: auto/span 3;
}

.col-4 {
  -ms-grid-column-span: 4;
  grid-column: auto/span 4;
}

.col-5 {
  -ms-grid-column-span: 5;
  grid-column: auto/span 5;
}

.col-6 {
  -ms-grid-column-span: 6;
  grid-column: auto/span 6;
}

.col-7 {
  -ms-grid-column-span: 7;
  grid-column: auto/span 7;
}

.col-8 {
  -ms-grid-column-span: 8;
  grid-column: auto/span 8;
}

.col-9 {
  -ms-grid-column-span: 9;
  grid-column: auto/span 9;
}

.col-10 {
  -ms-grid-column-span: 10;
  grid-column: auto/span 10;
}

.col-11 {
  -ms-grid-column-span: 11;
  grid-column: auto/span 11;
}

.row, .col-12 {
  -ms-grid-column-span: 12;
  grid-column: auto/span 12;
}
@media all and (max-width: 768px) {
  .row, .col-12 {
    -ms-grid-column-span: 1;
    grid-column: auto/span 1 !important;
  }
}

/*----------------------------------
  Video Embeds
------------------------------------*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media all and (max-width: 768px) {
  .video-thumb {
    margin-bottom: 20px;
  }
}
.video-thumb .img-holder:after {
  font-family: "IcoFont";
  font-weight: 900;
  content: "\ec74";
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  color: #e11783;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .video-thumb .img-holder:after {
    font-size: 4rem;
  }
}
@media all and (max-width: 768px) {
  .video-thumb .img-holder:after {
    transform: translate(100%, 35%);
  }
}
.video-thumb .img-holder:hover:after,
.video-thumb .img-holder:focus:after {
  opacity: 1;
}

/*----------------------------------
  Utility Classes
------------------------------------*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
}

.round-frame {
  border-radius: 50%;
}

/*----------------------------------
  Content Below the Fold Animations
------------------------------------*/
.come-in {
  transform: translateY(150px);
  animation: come-in 0.6s 1 ease 0ms forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* Staggered effect */
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
/*----------------------------------
    Typography
  ------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-family: "Quattrocento", serif;
  color: #133451;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
}
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #fff;
}

h1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  h5 {
    font-size: 0.9rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (max-width: 768px) {
  h6 {
    font-size: 0.8rem;
  }
}

em,
li {
  font-size: 1rem;
  color: #133451;
}
@media (max-width: 768px) {
  em,
  li {
    font-size: 0.8rem;
  }
}

/* Headers */
h2 + h1, h3 + h2, h3 + h4, h1 + h2, h2 + h3, h4 + h3, h3 + h4 {
  margin-top: 0 !important;
}

h2:has(+ h1), h3:has(+ h2), h4:has(+ h3), h1:has(+ h2), h2:has(+ h3), h3:has(+ h4) {
  margin-bottom: 0 !important;
}

.title {
  text-align: center;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.title span {
  display: inline-block;
  position: relative;
}
.title span:before, .title span:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 50%;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  top: 0.5em;
}
.title span:after {
  right: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  margin-right: 15px;
}
.title span:before {
  left: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  margin-left: 15px;
}

em > a,
li > a {
  color: #133451;
}
em > a:hover, em > a:focus,
li > a:hover,
li > a:focus {
  color: #816C61;
}

small {
  color: #A37C40;
}

label {
  font-size: 0.75rem;
  font-family: "Quattrocento Sans", serif;
  color: #133451;
  font-weight: 700;
  line-height: 12;
  margin-bottom: 0.25rem;
}

i {
  line-height: 1;
}

hr {
  color: #133451;
}

/* Paragraph */
p {
  font-size: 1rem;
  font-family: "Quattrocento Sans", serif;
  color: #444;
  font-weight: normal;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}
p a {
  text-decoration: underline;
}

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

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

.full-width {
  width: 100%;
}

/*.container {
    max-width: $container-width;
    margin: 0 auto;
    padding: 0 $spacing-medium;
}*/
.z-index-dropdown {
  z-index: 1000;
}

.z-index-modal {
  z-index: 2000;
}

.z-index-tooltip {
  z-index: 3000;
}

/*---------------------------------
  GRID
-----------------------------------*/
.grid,
.grid * {
  box-sizing: border-box;
}

.grid {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .grid {
    padding: 0 4%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.col,
[class^=col-] {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
  transition: width 1s ease;
}
.col .vcenter,
[class^=col-] .vcenter {
  vertical-align: middle;
}
.col img,
[class^=col-] img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media all and (max-width: 768px) {
  .col,
  [class^=col-] {
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    grid-column: auto/span 1 !important;
  }
}

/* Set the column widths */
.col-1 {
  grid-column: auto/span 1;
}

.col-2 {
  grid-column: auto/span 2;
}

.col-3 {
  grid-column: auto/span 3;
}

.col-4 {
  grid-column: auto/span 4;
}

.col-5 {
  grid-column: auto/span 5;
}

.col-6 {
  grid-column: auto/span 6;
}

.col-7 {
  grid-column: auto/span 7;
}

.col-8 {
  grid-column: auto/span 8;
}

.col-9 {
  grid-column: auto/span 9;
}

.col-10 {
  grid-column: auto/span 10;
}

.col-11 {
  grid-column: auto/span 11;
}

.col-12,
.row {
  grid-column: auto/span 12;
}
@media all and (max-width: 768px) {
  .col-12,
  .row {
    grid-column: auto/span 1 !important;
  }
}

/* Set the row heights */
.rows-2 {
  grid-row: auto/span 2;
}

.rows-3 {
  grid-row: auto/span 3;
}

/* Padded columns */
.grid-padded {
  padding: 0 10em;
}
.grid-padded [class^=col-] {
  padding: 2rem;
}
@media all and (max-width: 768px) {
  .grid-padded {
    padding: 0 4%;
    grid-gap: 0;
  }
}

.grid-visible [class*=col-] {
  border: 1px dotted #999;
}

/*---------------------------------
  Modal Windows
-----------------------------------*/
.lightbox {
  display: none;
  padding: 0;
  margin: 0;
  max-width: 1000px;
  min-width: 300px;
}
.lightbox .grid {
  padding: 0 !important;
}
.lightbox .grid .video {
  margin: 0 !important;
}

.dark-close .lightbox {
  padding: 0 25px !important;
}

.video-thumb span:after {
  content: url(../img/ui/play-w.png);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(90%, 50%);
  opacity: 0.8;
}

.video-thumb span:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    padding: 0;
    border: none;
  }
}
/*---------------------------------
  Intro Section
-----------------------------------*/
.intro {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 99;
  bottom: 10vh;
}
.intro > div {
  padding: 0 10%;
}
.intro .box-intro {
  border-radius: 5%/100%;
  overflow: hidden;
}
.intro img {
  width: 70% !important;
  height: auto !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.intro .content > h3 {
  font-size: 1.25rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .intro {
    grid-template-columns: 1fr;
    bottom: 0;
  }
  .intro > div {
    padding: 0 4%;
  }
}

/*---------------------------------
  Window Section
-----------------------------------*/
.cover-gradient {
  background-image: radial-gradient(circle, rgb(28, 175, 198) 50%, rgb(1, 38, 144) 110%);
}

.window .grid {
  background: rgba(255, 255, 255, 0.5);
  color: #454545;
  padding: 5%;
}
@media all and (max-width: 768px) {
  .window .grid {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}
.window h2, .window h4, .window h5, .window h6, .window h3, .window p {
  color: #454545;
}
.window h2 {
  margin-top: 0;
  font-weight: normal;
}
.window h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 48px;
}
@media all and (max-width: 768px) {
  .window h3 {
    font-size: 2rem;
  }
}
.window p {
  font-size: 28px;
  font-weight: 500;
}
.window .content {
  max-width: 1200px;
  margin: 0 auto;
  grid-column: span 12;
}
.window .button {
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .window .button {
    width: auto;
    margin-top: 10px;
  }
}

/*---------------------------------
  Boxes
-----------------------------------*/
[class*=box-]:not([class*=swipebox]) {
  background: #f8f7f3;
  position: relative;
  margin-bottom: 1em;
}
[class*=box-]:not([class*=swipebox]) img {
  width: 100%;
  height: auto;
}
[class*=box-]:not([class*=swipebox]) .content {
  padding: 7%;
  margin-bottom: 5%;
}
[class*=box-]:not([class*=swipebox]) h3 {
  color: #64475b;
  margin-bottom: 0;
}
[class*=box-]:not([class*=swipebox]) h3 + h2 {
  margin-top: 0;
}
[class*=box-]:not([class*=swipebox]) .button {
  margin-top: 2em;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn {
  background: #133451;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:hover:before, [class*=box-]:not([class*=swipebox]) .bottom-btn:focus:before {
  right: 0;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:after {
  font-family: "IcoFont";
  content: "\ea72";
  margin-left: 5px;
  font-size: 16px;
  transition: all 0.5s ease;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:hover:after, [class*=box-]:not([class*=swipebox]) .bottom-btn:focus:after {
  margin-left: 15px;
}

/*---------------------------------
  Misc Styles (Image Holders, Boxes)
-----------------------------------*/
.img-holder {
  margin: 0 !important;
}

.box-right,
.box-left {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column: span 12;
}

.box-right .img-holder,
.box-left .img-holder,
.slider .slideshow {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 768px) {
  .box-right .img-holder,
  .box-left .img-holder,
  .slider .slideshow {
    position: relative;
    height: auto;
  }
}

.box-right .img-holder {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.box-left .img-holder {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
}

/* Additional Mobile Hacks for Slider */
.slider .slideshow img {
  margin-top: -7%;
}

[class*=box-right] .img-holder > img,
[class*=box-left] .img-holder > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  height: 100%;
}
@media all and (max-width: 768px) {
  [class*=box-right] .img-holder > img,
  [class*=box-left] .img-holder > img {
    position: relative;
  }
}

/*---------------------------------
  Team Breakouts
-----------------------------------*/
.team-grid {
  padding: 0 2em;
}
.team-grid .col, .team-grid [class^=col-] {
  padding: 0.5em;
}

.team {
  font-size: 16px;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}
.team img {
  min-width: 100%;
  padding: 5px 0 0;
}
.team .content {
  padding: 1em;
  position: relative;
}
.team .content:before {
  content: "";
  height: calc(100% - 0.5em);
  width: 100%;
  border: solid 5px #133451;
  -webkit-clip-path: polygon(0 0, 15% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 15% 0, 75% 100%, 0 100%);
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.team .content:after {
  content: "";
  height: calc(100% - 0.5em);
  width: 100%;
  border: solid 5px #816C61;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
@media all and (max-width: 768px) {
  .team {
    margin-bottom: 10px;
  }
}

/*----------------------------------
  Stats
------------------------------------*/
.stats [class*=col-] {
  border-right: 1px solid #133451;
}
@media all and (max-width: 768px) {
  .stats [class*=col-] {
    border-right: none;
  }
}
.stats [class*=col-]:last-child {
  border-right: none;
}
.stats h4 {
  font-size: 3em;
}
.stats .grid {
  background: #f8f7f3;
}
@media all and (max-width: 768px) {
  .stats .meetings [class*=col-] {
    border-right: none;
  }
}

/*---------------------------------
  Email Signup
-----------------------------------*/
.signup {
  background: rgba(255, 255, 255, 0.3);
  padding: 1.25rem;
  border-radius: 0.5rem;
}
.signup input {
  width: 100%;
  height: 100%;
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  display: block;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .signup input {
    font-size: 0.8rem;
  }
}
.signup button {
  border-radius: 0.25rem;
}

/* Base Header */
.site-header {
  margin-bottom: 1rem;
  padding: 20px 50px;
  position: fixed;
  width: 100%;
  background: rgba(235, 230, 226, 0.75);
  color: #133451;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 999;
}
.site-header .utility-menu {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: inherit;
  padding-right: inherit;
  z-index: 999;
}
.site-header .utility-menu .nav-search-form {
  display: inline-block;
  align-items: center;
  position: relative;
  /*margin-left: 20px;*/
}
.site-header .utility-menu .nav-search-form label {
  line-height: inherit;
}
.site-header .utility-menu .nav-search-form input[type=search] {
  padding: 0 5px;
  border-radius: 5px;
  background-color: #EBE6E2;
  border: none;
  width: 150px;
  transition: width 0.3s ease;
  min-width: unset;
}
.site-header .utility-menu .nav-search-form input[type=search]:focus {
  width: 250px;
}
.site-header .utility-menu .nav-search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  height: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  color: #133451;
  transform: translateY(-50%);
  font-size: 0.75rem;
}
.site-header .utility-menu .nav-search-form button[type=submit]:hover:before {
  color: #133451;
}
.site-header .site-header-inner {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 20px;
}
.site-header.scrolled {
  background: #133451;
  color: #EBE6E2;
}
.site-header.scrolled .utility-menu .nav-search-form .input[type=search] {
  border: none;
}

/* Logo */
.site-header .site-branding {
  display: inline-block;
  position: relative;
  z-index: 999;
}
.site-header .site-branding .custom-logo-link {
  float: left;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
.site-header .site-branding .custom-logo-link img {
  max-width: 250px;
  position: relative;
  transition: all 0.6s ease;
}

/* Hamburger Menu */
.menu-toggle {
  display: none;
  cursor: pointer;
}
.menu-toggle .hamburger {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #133451;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.menu-toggle .hamburger::before, .menu-toggle .hamburger::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #133451;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.menu-toggle .hamburger::before {
  top: -8px;
}
.menu-toggle .hamburger::after {
  top: 8px;
}
.menu-toggle .hamburger.open {
  background-color: transparent;
}
.menu-toggle .hamburger.open::before {
  transform: rotate(45deg);
  top: 0;
  background-color: #EBE6E2;
}
.menu-toggle .hamburger.open::after {
  transform: rotate(-45deg);
  top: 0;
  background-color: #EBE6E2;
}

/* Nav Bar Styles */
.site-header .utility-navigation {
  display: inline-block;
  text-align: right;
  padding: 5px 10px;
  color: #133451;
}
.site-header .utility-navigation ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
  position: relative;
}
.site-header .utility-navigation ul li a {
  font-family: "Quattrocento", serif;
  font-size: 0.875rem;
  font-family: "Quattrocento", serif;
  color: #133451;
  font-weight: 700;
  line-height: normal;
}
.site-header .utility-navigation ul li a:hover, .site-header .utility-navigation ul li a:focus {
  color: #A37C40;
}
.site-header .main-navigation {
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: inherit;
  position: absolute;
  right: 0;
  bottom: 0;
  /*top: 50%;
  transform: translateY(-50%);*/
  transition: all 0.6s ease;
}
.site-header .main-navigation ul li {
  font-size: 0.8125rem;
  font-family: "Quattrocento Sans", serif;
  color: #133451;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
  position: relative;
}
.site-header .main-navigation ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Quattrocento", serif;
  color: #133451;
  font-weight: 700;
  line-height: normal;
  height: 100%;
}
@media all and (max-width: 768px) {
  .site-header .main-navigation ul li a {
    padding: 15px;
  }
}
.site-header .main-navigation ul li a:hover, .site-header .main-navigation ul li a:focus {
  color: #EBE6E2;
}
.site-header.scrolled .utility-navigation ul li a {
  color: #EBE6E2;
}
.site-header.scrolled .main-navigation ul li a {
  color: #EBE6E2;
}
.site-header.scrolled .menu-toggle .hamburger {
  background-color: #EBE6E2;
}
.site-header.scrolled .menu-toggle .hamburger::before, .site-header.scrolled .menu-toggle .hamburger::after {
  background-color: #EBE6E2;
}
.site-header.scrolled .menu-toggle .hamburger.open {
  background-color: transparent;
}

/*----------------------------------
  Footer
------------------------------------*/
.site-footer {
  background-color: #EBE6E2;
  border-top: solid 10px #133451;
  margin-top: 10vh;
  color: #133451;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
}
.site-footer .footer-branding {
  display: flex;
  position: relative;
  padding: 0 20px;
  flex: 1 0 25%;
  justify-content: center;
}
.site-footer .footer-branding .custom-logo-link {
  float: left;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
.site-footer .footer-branding .custom-logo-link img {
  max-width: 250px;
  position: relative;
  transition: all 0.6s ease;
}
.site-footer .logo {
  padding: 2em 0 1em 0;
}
.site-footer .logo img {
  max-height: 100px;
  width: auto;
}
.site-footer p {
  color: #133451;
}
.site-footer a {
  margin-left: 0.25em;
  color: #133451;
}
.site-footer a:hover {
  color: #816C61;
}
.site-footer .footer-middle {
  flex: 1 0 50%;
}
.site-footer .footer-right {
  flex: 1 0 25%;
}
.site-footer .footer-right .social-media {
  font-size: 1.25rem;
  clear: both;
  margin: 10px 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .site-footer .footer-right .social-media {
    font-size: 1rem;
  }
}
.site-footer .footer-right .social-media ul {
  align-content: flex-end;
}
.site-footer .footer-right .social-media ul li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}
.site-footer .footer-right .social-media ul li a {
  font-size: 1.25rem;
  color: #133451;
}
@media (max-width: 768px) {
  .site-footer .footer-right .social-media ul li a {
    font-size: 1rem;
  }
}
.site-footer .footer-right .social-media ul li a:hover {
  color: #816C61;
}
.site-footer .footer-right .social-media ul li a:first-child {
  margin-left: 0;
}
.site-footer .footer-right .contact {
  margin-left: 0;
}

/*----------------------------------
    Footer Menu
  ------------------------------------*/
.footer-navigation {
  text-align: center;
}
.footer-navigation .footer-menu {
  margin: 10px 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-navigation .footer-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 0 0;
  display: block;
  color: #fff;
  position: relative;
}
.footer-navigation .footer-menu li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #133451;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 0.875rem;
  text-align: left !important;
  transition: all 0.5s ease;
  position: relative;
}
@media (max-width: 768px) {
  .footer-navigation .footer-menu li a {
    font-size: 0.7rem;
  }
}
.footer-navigation .footer-menu li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; /* Underline thickness */
  background-color: #133451; /* Underline color */
  left: 0;
  bottom: 0; /* Position the underline just below the text */
  transform: scaleX(0); /* Start with no underline (scaleX(0)) */
  transform-origin: left; /* Animate from the left */
  transition: transform 0.3s ease; /* Smooth animation */
}
.footer-navigation .footer-menu li a:hover::after {
  transform: scaleX(1); /* On hover, expand to full width */
  transform-origin: left; /* Expand towards the left */
}
@media all and (max-width: 768px) {
  .footer-navigation .footer-menu li {
    margin-bottom: 5px;
  }
}
.footer-navigation .footer-menu .dropdown {
  display: none;
}

.legal-footer {
  background: #816C61;
  color: #EBE6E2;
  padding: 0.5em 0;
  flex: 1 0 100%;
  display: flex;
  margin-top: 25px;
}
.legal-footer .copyright {
  flex: 1 0 50%;
  align-content: center;
}
.legal-footer .copyright p {
  padding: 0 1em;
  font-size: 0.75rem;
  margin: 0;
  color: #EBE6E2;
  text-align: left;
}
@media (max-width: 768px) {
  .legal-footer .copyright p {
    font-size: 0.6rem;
  }
}
.legal-footer .legal-footer-menu {
  text-align: right;
  flex: 1 0 50%;
}
.legal-footer .legal-footer-menu li {
  display: inline-block;
  color: #133451;
}
.legal-footer .legal-footer-menu li:after, .legal-footer .legal-footer-menu li:first-child:before {
  content: " | ";
  display: inline-block;
  position: relative;
  color: #816C61;
  margin: 0 5px;
  top: -1px;
}
.legal-footer .legal-footer-menu li:after {
  right: 0;
}
.legal-footer .legal-footer-menu li:first-child:before {
  left: 0;
}
.legal-footer .legal-footer-menu li a {
  transition: all 0.5s ease;
  position: relative;
  margin: 0;
  color: #EBE6E2;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .legal-footer .legal-footer-menu li a {
    font-size: 0.6rem;
  }
}
.legal-footer .legal-footer-menu li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; /* Underline thickness */
  background-color: #EBE6E2; /* Underline color */
  left: 0;
  bottom: 0; /* Position the underline just below the text */
  transform: scaleX(0); /* Start with no underline (scaleX(0)) */
  transform-origin: left; /* Animate from the left */
  transition: transform 0.3s ease; /* Smooth animation */
}
.legal-footer .legal-footer-menu li a:hover::after {
  transform: scaleX(1); /* On hover, expand to full width */
  transform-origin: left; /* Expand towards the left */
}

/*
==================================================================
==================== WordPress Default Styles ====================
==================================================================
*/
.post,
.page {
  margin-bottom: 0;
}

/*.site-header {
    margin-bottom: 1rem;
    padding:20px 50px;
    position: fixed;
    width: 100%;
    background-color: $primary-color;
    color: $secondary-color;
}

.site-footer {
    background-color: $siteBlack;
    color: $accent-gray;
}*/
.site-main {
  padding: 0;
  width: 100%;
  display: block;
}

.widget {
  padding: 1rem;
}

.comment {
  margin-bottom: 0.75rem;
}

.wp-caption {
  caption-side: bottom;
  font-size: 0.875rem;
}

/*
==================================================================
=================== Elementor Specific Styles ====================
==================================================================
*/
.elementor-section {
  padding: 1.25rem 0;
}

.elementor-column {
  padding: 0 1rem;
}

.elementor-widget {
  margin-bottom: 1.25rem;
}

.elementor-widget-heading .elementor-heading-title {
  color: #133451;
  font-size: 1.25rem;
}

.elementor-button {
  background-color: #816C61;
  color: #A37C40;
  transition: background-color 0.3s ease-in-out;
}
.elementor-button:hover {
  background-color: #64544b;
}

.elementor-image {
  max-width: 100%;
  height: auto;
}

.elementor-widget-text-editor p, .elementor-widget-text-editor ul {
  margin-bottom: 20px;
}
.elementor-widget-text-editor p li, .elementor-widget-text-editor ul li {
  margin-bottom: 10px;
}

/*
==================================================================
=================== Custom Component Styles ======================
==================================================================
*/
.full-width {
  width: 100%;
}

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

/*.container {
  max-width: $container-width;
  margin: 0 auto;
  padding: 0 $spacing-medium;
}*/
/*---------------------------------
  Buttons
-----------------------------------*/
.button,
.button2,
button[type=submit] {
  /*border: 1px solid transparent;
  background: $primary-color;
  @include copy($size: 14, $color: $primary-color, $lh: 1.1);
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 1em 2em;
  text-align: left;
  max-width: 100%;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  @include border-radius(4px);*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: left;
  max-width: 100%;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.button2 {
  background: #fff;
  border: solid 2px #816C61;
  color: #816C61;
}

/* Button hover effects */
.button:hover,
.button2:hover {
  color: #A37C40;
}
.button:before,
.button2:before {
  content: "";
  border-bottom: #133451 solid 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 1px;
  z-index: 0;
  transition: all 0.5s ease;
}
.button:after,
.button2:after {
  font-family: "IcoFont";
  font-weight: 900;
  content: "\eac4";
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  font-size: 1rem;
  transition: all 0.5s ease;
  z-index: 5;
}
@media (max-width: 768px) {
  .button:after,
  .button2:after {
    font-size: 0.8rem;
  }
}
.button:hover:after, .button:focus:after,
.button2:hover:after,
.button2:focus:after {
  margin-left: 15px;
}
.button span,
.button2 span {
  position: relative;
  z-index: 1;
}
.button:hover:before, .button:focus:before,
.button2:hover:before,
.button2:focus:before {
  width: 100%;
}
.button:hover:after, .button:focus:after,
.button2:hover:after,
.button2:focus:after {
  right: 1em;
}
.button.full-width,
.button2.full-width {
  width: 100%;
}

button span {
  position: relative;
  z-index: 1;
}

.slideshow {
  margin: 0;
  padding: 0;
  position: relative;
}
.slideshow > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slideshow img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  width: 35px;
  height: 60px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: absolute;
  top: 50%;
  z-index: 100;
  overflow: hidden;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.slick-arrow:hover {
  opacity: 0.8;
  background: #454545;
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev:before,
.slick-next:before {
  content: "\ea74";
  font-family: "IcoFont";
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1;
  font-size: 40px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-prev:after,
.slick-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  z-index: 1;
}

.slick-prev {
  left: 0;
  border-radius: 0 15px 15px 0;
}
.slick-prev:after {
  right: 100%;
}
.slick-prev:hover:after {
  right: 0;
}

.slick-next {
  right: 0;
  left: auto;
  border-radius: 15px 0 0 15px;
}
.slick-next:before {
  content: "\ea75";
}
.slick-next:after {
  left: 100%;
  right: auto;
}
.slick-next:hover:after {
  left: 0;
}

.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -1.5em;
  left: 0;
  width: 100%;
  z-index: 50;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 60px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}
.slick-dots li button:before {
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #999;
  font-smoothing: antialiased;
  cursor: pointer;
}
.slick-dots li button:hover:before {
  color: #444;
}
.slick-dots li button.slick-active:before {
  color: #6360a1;
}

/*---------------------------------
  Masthead Styles
-----------------------------------*/
.mast,
.mast-small,
.mast-banner,
.mast-video {
  margin: 0 0 2%;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 9;
  overflow: hidden;
}

.mast-banner {
  height: 50vh;
  margin-bottom: 0 !important;
}

.mast {
  height: 100vh;
  text-align: center;
  max-height: 90vh;
  overflow: hidden;
  /* Slideshow content */
  /* Slideshow arrow controls */
  /* Hero section copy */
}
.mast iframe {
  width: 100%;
  height: 100%;
}
.mast .button:first-child {
  background: none;
  border: solid 2px #fff;
}
.mast .button:first-child:hover {
  background: #fff;
  color: #816C61;
}
.mast .button:nth-child(2) {
  background: #fff;
  color: #816C61;
}
.mast .button:nth-child(2):hover {
  background: none;
  border: solid 2px #fff;
}
.mast h3 {
  line-height: 90%;
  letter-spacing: 0.1em;
  font-size: 2.8125rem;
}
@media (max-width: 768px) {
  .mast h3 {
    font-size: 2.25rem;
  }
}
.mast p {
  letter-spacing: 0.1em;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  .mast p {
    font-size: 1.25rem;
  }
}
.mast .slideshow .content * {
  color: #fff;
  font-weight: bold !important;
}
.mast .slideshow div.slick-current .content {
  transform: translate(-50%, -100%);
  opacity: 1;
}
.mast .slick-arrow {
  font-size: 0rem;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 45vh;
  z-index: 100;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .mast .slick-arrow {
    font-size: 0rem;
  }
}
.mast .slick-prev {
  left: -60px;
}
.mast .slick-prev:before {
  content: "\ea74";
  font-family: "IcoFont";
  /*font-family: "FontAwesome";*/
  font-weight: 900;
  /*content: "\f053";*/
  color: #fff;
  font-size: 3.125rem;
  padding: 10px 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .mast .slick-prev:before {
    font-size: 2.5rem;
  }
}
.mast .slick-prev:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.mast .slick-prev:hover:after, .mast .slick-prev:focus:after {
  right: 0;
}
@media all and (max-width: 768px) {
  .mast .slick-prev {
    left: -50px;
  }
}
.mast .slick-next {
  right: -60px;
}
.mast .slick-next:before {
  content: "\ea75";
  font-family: "IcoFont";
  /*font-family: "FontAwesome";*/
  font-weight: 900;
  /*content: "\f054";*/
  color: #fff;
  font-size: 3.125rem;
  padding: 10px 5px;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .mast .slick-next:before {
    font-size: 2.5rem;
  }
}
.mast .slick-next:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.mast .slick-next:hover:after, .mast .slick-next:focus:after {
  left: 0;
}
.mast .slideshow li img {
  width: auto;
  min-width: 100%;
  min-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 768px) {
  .mast .slideshow li img {
    max-height: 75vh;
  }
}
.mast .heroCopy {
  background: #816C61;
  position: relative;
  color: #fff;
  text-align: left;
  z-index: 999;
  max-height: 90vh;
}
.mast .heroCopy p {
  color: #fff;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  .mast .heroCopy p {
    font-size: 1.25rem;
  }
}
.mast .heroCopy div {
  position: absolute;
  padding: 0 5em;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mast .heroCopy div h3 {
  color: #EBE6E2;
  text-transform: lowercase;
  font-size: 5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mast .heroCopy div h3 {
    font-size: 4rem;
  }
}
.mast .heroCopy div h3 span {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .mast .heroCopy div h3 span {
    font-size: 1.8rem;
  }
}
.mast .heroCopy:after {
  content: "";
  height: 100%;
  width: 150px;
  position: absolute;
  right: -150px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #816C61;
}
@media all and (max-width: 768px) {
  .mast .heroCopy {
    order: 2;
    margin-top: -10px;
  }
  .mast .heroCopy:after {
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%);
    right: 0;
    top: -50px;
    width: 100%;
    height: 50px;
  }
  .mast .heroCopy div {
    position: relative;
  }
  .mast .heroCopy div h3 {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mast .heroCopy div h3 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .mast .heroCopy div p {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mast .heroCopy div p {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .mast {
    max-height: none;
    margin-top: 0;
    height: auto;
  }
  .mast .grid {
    padding: 0;
  }
}

/*---------------------------------
    Boxes
-----------------------------------*/
[class*=box-]:not([class*=swipebox]) {
  background: #f8f7f3;
  position: relative;
  margin-bottom: 1em;
}
[class*=box-]:not([class*=swipebox]) img {
  width: 100%;
  height: auto;
}
[class*=box-]:not([class*=swipebox]) .content {
  padding: 7%;
  margin-bottom: 5%;
}
[class*=box-]:not([class*=swipebox]) .content img {
  width: auto !important;
  height: auto !important;
}
[class*=box-]:not([class*=swipebox]) h3 {
  color: #816C61;
  margin-bottom: 0;
}
[class*=box-]:not([class*=swipebox]) h3 + h2 {
  margin-top: 0;
}
[class*=box-]:not([class*=swipebox]) .button {
  margin-top: 2em;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn {
  background: #133451;
  color: #EBE6E2;
  text-decoration: none;
  display: block;
  padding: 1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn span {
  position: relative;
  z-index: 2;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:hover:before, [class*=box-]:not([class*=swipebox]) .bottom-btn:focus:before {
  right: 0;
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:after {
  font-family: "IcoFont";
  font-weight: 900;
  content: "\ea72";
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  font-size: 1rem;
  transition: all 0.5s ease;
  z-index: 5;
}
@media (max-width: 768px) {
  [class*=box-]:not([class*=swipebox]) .bottom-btn:after {
    font-size: 0.8rem;
  }
}
[class*=box-]:not([class*=swipebox]) .bottom-btn:hover:after, [class*=box-]:not([class*=swipebox]) .bottom-btn:focus:after {
  margin-left: 15px;
}

/* Image Holder */
.img-holder {
  margin: 0 !important;
}

/* Box Layout */
.box-right,
.box-left {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* Image Holder in Box */
.box-right .img-holder,
.box-left .img-holder,
.slider .slideshow {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.box-right .img-holder {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.box-left .img-holder {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
}

/* Slider Styles */
.slider .slick-slide img {
  position: relative;
  min-width: 100%;
  max-width: none;
}

.slider .slideshow .slick-list,
.slider .slideshow .slick-track {
  height: 100% !important;
}

/* Image within Box */
[class*=box-right] .img-holder > img,
[class*=box-left] .img-holder > img {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* Content Padding for Box */
[class*=box-right] .content,
[class*=box-left] .content {
  padding: 4%;
}

[class*=box-left] .content:before {
  left: auto;
  right: -25px;
}

/* Image Positioning */
.img-left {
  left: 0;
  right: auto;
}

.img-right {
  right: 0;
  left: auto !important;
}

.img-top {
  top: 0;
  bottom: auto;
}

.img-bottom {
  bottom: 0;
  top: auto !important;
}

/* Box Tile Styles */
[class*=box-tile] {
  font-size: 1rem;
  padding-bottom: 0;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  [class*=box-tile] {
    font-size: 0.8rem;
  }
}
[class*=box-tile] img {
  min-width: 100%;
}
[class*=box-tile] .content {
  padding-bottom: 50px;
}

/* Slideshow Adjustments */
[class*=box-]:not([class*=swipebox]) .slick-list {
  margin-bottom: -5px;
}

[class*=box-]:not([class*=swipebox]) .slick-prev:before,
[class*=box-]:not([class*=swipebox]) .slick-next:before {
  color: #fff !important;
}

.slider .content:before {
  display: none;
}

/* Box Hover Styles */
.box-hover {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  grid-column: auto/span 12;
  margin-bottom: 0 !important;
}
.box-hover img {
  width: 100%;
  height: auto;
}
.box-hover .hover-right,
.box-hover .hover-left {
  position: absolute;
  padding: 3rem;
  top: 0;
  width: 50%;
  height: 100%;
}
.box-hover .hover-right div,
.box-hover .hover-left div {
  background: rgba(255, 255, 255, 0.8);
  padding: 2em;
  height: 100%;
  color: #454545;
  box-shadow: 2px 2px 10px #444;
}
.box-hover .hover-right div p,
.box-hover .hover-left div p {
  color: #454545;
}
.box-hover .hover-right {
  right: 0;
  left: auto;
}
.box-hover .hover-left {
  left: 0;
  right: auto;
}

/*---------------------------------
  Miscellaneous Styles
-----------------------------------*/
.temp {
  position: relative;
  top: -100px;
  width: 100%;
  z-index: 50;
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.temp span {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .temp span {
    font-size: 0.65rem;
  }
}
.temp i {
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0 5px 0 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .temp i {
    font-size: 1.2rem;
  }
}

.mast .slideshow li,
.mast-small .slideshow li {
  position: relative;
}

.mast .content,
.mast-small .content,
.mast-video .content {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 50rem;
  transform: translate(-50%, -50%);
  z-index: 100;
  padding: 10px;
}
@media (max-width: 768px) {
  .mast .content,
  .mast-small .content,
  .mast-video .content {
    font-size: 1.2rem;
  }
}
.mast .content p,
.mast .content h3,
.mast-small .content p,
.mast-small .content h3,
.mast-video .content p,
.mast-video .content h3 {
  color: #fff;
}
@media all and (max-width: 768px) {
  .mast .content,
  .mast-small .content,
  .mast-video .content {
    text-align: center;
  }
  .mast .content h3,
  .mast-small .content h3,
  .mast-video .content h3 {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mast .content h3,
  .mast-small .content h3,
  .mast-video .content h3 {
    font-size: 2.5rem;
  }
}
.mast .content .button:first-child,
.mast-small .content .button:first-child,
.mast-video .content .button:first-child {
  background: none;
  border: solid 2px #fff;
}
.mast .content .button:first-child:hover,
.mast-small .content .button:first-child:hover,
.mast-video .content .button:first-child:hover {
  background: #fff;
  color: #816C61;
}
.mast .content .button:nth-child(2),
.mast-small .content .button:nth-child(2),
.mast-video .content .button:nth-child(2) {
  background: #fff;
  color: #816C61;
}
.mast .content .button:nth-child(2):hover,
.mast-small .content .button:nth-child(2):hover,
.mast-video .content .button:nth-child(2):hover {
  background: none;
  border: solid 2px #fff;
}

/*---------------------------------
  Mast Video Styles
-----------------------------------*/
.mast-video {
  height: 50vh;
  margin-bottom: 0 !important;
}
@media all and (min-width: 1025px) {
  .mast-video {
    height: 100vh;
  }
}
.mast-video video,
.mast-video .video,
.mast-video .video-cover {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*---------------------------------
  SLICK-GALLERY
-----------------------------------*/
.carousel {
  max-height: 70vh;
  overflow: hidden;
}
.carousel .slick-slide {
  text-align: center;
}
.carousel .slick-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.carousel img {
  vertical-align: middle;
  display: inline-block;
}

.carousel-nav .slick-track {
  max-height: 10vh;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .carousel-nav {
    display: none;
  }
}

/*---------------------------------
    GRID-GALLERY
  -----------------------------------*/
ul.grid-gallery {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0rem;
  line-height: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  ul.grid-gallery {
    font-size: 0rem;
  }
}
ul.grid-gallery * {
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  ul.grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.grid-gallery li {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  max-height: 200px;
  text-align: left;
  overflow: hidden;
}
ul.grid-gallery li.rows-2 {
  max-height: 400px;
}
ul.grid-gallery li.rows-3 {
  max-height: 600px;
}
ul.grid-gallery li a {
  display: block;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  ul.grid-gallery li a {
    font-size: 0.55rem;
  }
}
ul.grid-gallery li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 5px 25px 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  transform: translate(0, 100%);
  transition: all 0.5s ease 0.2s ease-in-out;
}
ul.grid-gallery li a span:after {
  font-family: "IcoFont";
  font-weight: 900;
  content: "\ede1";
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 0.875rem;
  position: absolute;
  bottom: 50%;
  right: 10px;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  ul.grid-gallery li a span:after {
    font-size: 0.7rem;
  }
}
ul.grid-gallery li a:hover span, ul.grid-gallery li a:focus span {
  transform: translate(0, 0);
}
ul.grid-gallery li a:hover img, ul.grid-gallery li a:focus img {
  filter: grayscale(0);
}
ul.grid-gallery img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.5s ease 0.2s ease-in-out;
  filter: grayscale(100%);
}

/*---------------------------------
    MASONRY-GALLERY
  -----------------------------------*/
.grid.masonry {
  padding: 0;
}

.masonry-grid {
  grid-column: auto/span 12;
}

.masonry-sizer,
.masonry-item {
  width: 20%;
  overflow: hidden;
}
.masonry-sizer a img,
.masonry-item a img {
  width: 100%;
  display: block;
}
.masonry-sizer a:hover img, .masonry-sizer a:focus img,
.masonry-item a:hover img,
.masonry-item a:focus img {
  filter: grayscale(100%);
}
.masonry-sizer span,
.masonry-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 5px 25px 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  transform: translate(0, 100%);
  transition: all 0.5s ease 0.2s ease-in-out;
}
.masonry-sizer span:after,
.masonry-item span:after {
  font-family: "IcoFont";
  font-weight: 900;
  content: "\ede1";
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 0.875rem;
  position: absolute;
  bottom: 50%;
  right: 10px;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .masonry-sizer span:after,
  .masonry-item span:after {
    font-size: 0.7rem;
  }
}
@media all and (max-width: 768px) {
  .masonry-sizer,
  .masonry-item {
    width: 33.33%;
  }
}

.masonry-item--width2 {
  width: 40%;
}

/*---------------------------------
    Portfolio Gallery Hover
-----------------------------------*/
.portfolio-grid {
  padding: 0 2em;
}
.portfolio-grid .col,
.portfolio-grid [class^=col-] {
  padding: 0.5em;
}

.pg {
  width: 100%;
  height: auto;
  margin: 10px 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.pg .mask,
.pg .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.pg .content {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.pg h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0;
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .pg h2 {
    font-size: 0.85rem;
  }
}
.pg p {
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .pg p {
    font-size: 0.7rem;
  }
}
.pg a.info:hover {
  box-shadow: 0 0 5px #000;
}

.view img {
  display: block;
  position: relative;
}

.portfolio img {
  min-width: 100%;
  transition: all 0.2s linear;
  transform: scale(1.05);
}
.portfolio .mask {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media all and (max-width: 768px) {
  .portfolio .mask {
    opacity: 1;
  }
}
.portfolio h2 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 768px) {
  .portfolio h2 {
    opacity: 1;
    transform: translateY(0);
  }
}
.portfolio p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}
@media all and (max-width: 768px) {
  .portfolio p {
    opacity: 1;
    transform: translateY(0);
  }
}
.portfolio:hover img, .portfolio:focus img {
  filter: blur(5px);
}
.portfolio:hover .mask, .portfolio:focus .mask {
  opacity: 1;
}
.portfolio:hover h2, .portfolio:hover p, .portfolio:focus h2, .portfolio:focus p {
  opacity: 1;
  transform: translateY(0);
}
.portfolio:hover p, .portfolio:focus p {
  transition-delay: 0.1s;
}

/*---------------------------------
    TEAM BREAKOUTS
-----------------------------------*/
.team-grid {
  padding: 0 2em;
}
.team-grid .col,
.team-grid [class^=col-] {
  padding: 0.5em;
}

.team {
  font-size: 1rem;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .team {
    font-size: 0.8rem;
  }
}
.team img {
  min-width: 100%;
  padding: 5px 5px 0;
}
.team .content {
  padding: 1em;
  position: relative;
}
.team .content:before, .team .content:after {
  content: "";
  display: inline-block;
  height: calc(100% - 0.5em);
  width: 100%;
  border: solid 5px;
  vertical-align: middle;
  position: absolute;
  top: 0.5em;
}
.team .content:before {
  border-color: #133451;
  left: 0.5em;
  -webkit-clip-path: polygon(0 0, 15% 0, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 15% 0, 75% 100%, 0 100%);
}
.team .content:after {
  border-color: #816C61;
  right: 0.5em;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 85% 100%);
}
@media all and (max-width: 768px) {
  .team {
    margin-bottom: 10px;
  }
}

/*----------------------------------
  Form
------------------------------------*/
form {
  width: 100%;
}
form input:not([type=radio]),
form textarea {
  min-width: 20rem;
}
form h3 {
  font-size: 1rem;
}
form .other {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: block;
}

/**
 * ----------------------------------------
 * Animation: slide-rotate-hor-t-bck
 * ----------------------------------------
 */
@keyframes slide-rotate-hor-t-bck {
  0% {
    transform: translateY(0) translateZ(0) rotateX(0deg);
    transform-origin: top center;
  }
  100% {
    transform: translateY(0) translateZ(-150px) rotateX(-90deg);
    transform-origin: top center;
  }
}
@keyframes flip-2-hor-top {
  0% {
    transform: translateY(0) rotateX(0);
    transform-origin: 50% 0%;
  }
  50% {
    transform: translateY(-50%) rotateX(-90deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: translateY(-100%) rotateX(-180deg);
    transform-origin: 50% 100%;
  }
}
/*---------------------------------
      LOADER
  -----------------------------------*/
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  z-index: 1048;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .percentage {
    font-size: 0.9rem;
  }
}

.innerLoader {
  background: #333;
  height: 30px;
  max-width: 500px;
  border: 2px solid #333;
  border-radius: 20px;
  font-weight: 500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.innerLoader:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  opacity: 0.99;
}

.loadbar {
  width: 0%;
  height: 100%;
  background: #888;
  box-shadow: 0px 0px 14px 1px #acccf9;
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
}

.glow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 10px #333;
  position: absolute;
  bottom: -5px;
  animation: animation 5s infinite;
}

@keyframes animation {
  10%, 30%, 60%, 80% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}
/*---------------------------------
      404 PAGE
  -----------------------------------*/
.error_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 65vh;
}
.error_section_subtitle {
  color: #816C61;
  text-transform: uppercase;
  letter-spacing: 5pt;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: -5em;
}
.error_section .error_title {
  --x-shadow: 0;
  --y-shadow: 0;
  --x: 50%;
  --y: 50%;
  font-size: 15rem;
  transition: all 0.2s ease;
  position: relative;
  padding: 2rem;
}
.error_section .error_title:hover {
  text-shadow: var(--x-shadow) var(--y-shadow) 35px #666;
}
.error_section .error_title p {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.05), transparent);
  background-position: var(--x) var(--y);
  background-repeat: no-repeat;
  text-shadow: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.1s ease;
}

/*---------------------------------
      BEFORE AFTER REVEAL
  -----------------------------------*/
.reveal-container img {
  min-width: 100%;
}

/*---------------------------------
    UNIVERSAL BREAKPOINTS
-----------------------------------*/
/* Large devices */
@media all and (min-width: 1025px) {
  .hide-large {
    display: none !important;
  }
  #nav {
    display: none;
  }
}
/* Small devices */
@media all and (max-width: 768px) {
  p {
    font-size: 1.3rem;
  }
  .hide-small {
    display: none !important;
  }
  .grid {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .grid-padded {
    padding: 0 4%;
    grid-template-columns: 1fr;
  }
  em, li {
    font-size: 1rem;
  }
  .col,
  [class^=col-],
  .row,
  .col-12 {
    width: 100% !important;
    height: auto !important;
    grid-column: auto/span 1 !important;
  }
  .site-header .site-branding {
    display: none;
  }
  .site-header.scrolled .site-branding {
    display: inline-block;
  }
  .site-header .site-header-inner {
    display: block;
    position: fixed;
    inset: 0;
    background-color: #133451;
    height: 100vh;
    z-index: 1000;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
  .site-header .site-header-inner .main-navigation {
    display: block;
  }
  .site-header .site-header-inner .main-navigation ul li {
    display: block;
  }
  .site-header .site-header-inner .main-navigation a {
    color: #EBE6E2;
  }
  .site-header .site-header-inner .utility-menu {
    background-color: #A37C40;
    padding: 20px;
  }
  .site-header .site-header-inner .utility-menu ul li a {
    color: #EBE6E2;
  }
  .site-header .site-header-inner.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  .site-header .site-header-inner.closing {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
  .menu-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
  }
  .site-footer {
    flex-direction: column;
  }
  /* Box Layout */
  [class*=box-]:not([class*=swipebox]) {
    width: 100%;
    background: #f8f7f3;
    margin-bottom: 1em;
    position: relative;
  }
  [class*=box-]:not([class*=swipebox]) img {
    width: 100%;
    height: auto;
  }
  [class*=box-]:not([class*=swipebox]) .content {
    padding: 7%;
    margin-bottom: 5%;
  }
  [class*=box-]:not([class*=swipebox]) h3 {
    color: #64475b;
    margin-bottom: 0;
  }
  [class*=box-]:not([class*=swipebox]) .button {
    margin-top: 2em;
  }
  /* Image Holders */
  .img-holder {
    margin: 0 !important;
  }
  .box-right,
  .box-left {
    display: grid;
    grid-template-columns: 1fr;
  }
  .box-right .img-holder {
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  }
  .box-left .img-holder {
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
            clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
  }
  .box-left .content:first-child {
    order: 2;
  }
  .box-left .content:last-child {
    order: 1;
  }
  /* Box Hover Effects */
  .box-hover {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: none;
  }
  .box-hover img {
    height: 100% !important;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-hover .hover-left,
  .box-hover .hover-right {
    width: 100%;
    position: relative;
  }
  /* Navigation Adjustments */
  .main-nav {
    height: 100%;
    background: #133451;
    color: #fff;
  }
  .main-nav li:last-child > a {
    min-width: 50px;
    color: #fff !important;
  }
  .main-nav li:last-child > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-nav .dropdown ul {
    grid-template-columns: 1fr;
  }
  .nav-menu li a {
    max-height: 20vh;
  }
  .video-thumb {
    margin-bottom: 20px;
  }
  .heroCopy {
    margin-top: -10px;
  }
  .carousel-nav {
    display: none;
  }
  [class*=elementor-element-].e-grid {
    padding: 1rem !important;
    --e-con-grid-template-columns: 1fr !important;
    /* Elementor variable */
    --e-con-grid-template-rows: auto !important;
    /* Let rows adjust dynamically */
    grid-template-columns: 1fr !important;
    /* Ensure single-column */
    grid-auto-flow: row !important;
    /* Ensure items stack vertically */
  }
  [class*=elementor-element-].e-grid ul li {
    list-style: none;
  }
  .elementor-widget-text-editor p, .elementor-widget-text-editor ul {
    text-align: center;
  }
  .elementor img {
    max-width: none;
  }
}
/* Retina mixin */
/* Featherlight modal adjustments */
@media (max-width: 1024px) {
  .featherlight .featherlight-content {
    padding: 0;
    border: none;
  }
}