@import url("https://use.typekit.net/bbi0bjq.css");

/*
Typekit font import includes:
- Effra: Reg & Medium
- Quiche Sans: Reg & Medium
*/

:root {
  --primary-1: #990000;
  --primary-2: #4b4b4b;
  --light-1: #fff;
  --light-2: #f8f8f8;
  --middle-grey: #8c8c8c;
  --dark-1: #000;
  --focus: #00549a;
  --container-mw: 1360px;
}

* {
  scroll-behavior: smooth;
}

html {
  scrollbar-gutter: stable;
}

body {
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

/*
body::-webkit-scrollbar{
  display: none;
}*/

input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  inset: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}

input[type="text"],
textarea{
  font-size: 12px;
  letter-spacing: .9;
  color: #4b4b4b;
}

textarea{
  font-size: 12px !important;
  letter-spacing: .9 !important;
  color: #4b4b4b !important;
}

input[type="submit"]{
  letter-spacing: .9px;
}

.w-fc {
  width: fit-content;
}

.w-100-vw {
  width: 100vw;
}

.h-fc {
  height: fit-content;
}

.m0auto {
  margin: 0 auto;
}

.sm-ls {
  letter-spacing: 5px;
}

.xs-ls {
  letter-spacing: 2px;
}

.primary-1 {
  color: var(--primary-1);
}

.primary-2 {
  color: var(--primary-2);
}

.light-1 {
  color: var(--light-1);
}

.light-2 {
  color: var(--light-2);
}

.mid-grey {
  color: var(--middle-grey);
}

.dark-1 {
  color: var(--dark-1);
}

.effra-lt {
  font-family: effra, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.effra-lt-it {
  font-family: effra, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.effra-reg {
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.effra-md {
  font-family: effra, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footer-text-small{
	font-size: 12px;
}

.quiche-reg {
  font-family: quiche-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quiche-md {
  font-family: quiche-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f3-5 {
  font-size: 1.75rem;
}

.breadcrumb{
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
}

.eyebrow-txt{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.6px;
}

.eyebrow-spacing{
  letter-spacing: 3.6px;
}

.pre-header{
  font-size: 18px;
  line-height: 22px;
}

.pre-header-2{
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 1200px) {
  .pre-header ,.pre-header-2{
    font-size: 16px;
    line-height: 20px;
  }
}

.bold-title{
  font-size: 16px;
  line-height: 22px;
}

.header-1{
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -.18px;
}

@media screen and (max-width: 1200px) {
  .header-1{
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 800px) {
  .header-1{
    font-size: 28px;
    line-height: 32px;
  }
}

.header-2{
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -.18px;
}

@media screen and (max-width: 1200px) {
  .header-2{
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 800px) {
  .header-2{
    font-size: 28px;
    line-height: 32px;
  }
}

.header-3{
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -.18px;
}

@media screen and (max-width: 800px) {
  .header-3{
    font-size: 24px;
    line-height: 26px;
  }
}

.sub-head{
  font-size: 24px;
  line-height: 36px;
}

@media screen and (max-width: 800px) {
  .sub-head{
    font-size: 18px;
    line-height: 26px;
  }
}

.para-reg{
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 800px) {
  .para-reg{
    font-size: 16px;
    line-height: 22px;
  }
}

.ql-nav-head{
  font-size: 24px;
  line-height: 28px;
}

a.inline-link{
  width: fit-content;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgb(75, 75, 75) 50%, rgb(75, 75, 75) 100%);
  background-size: 200% 200%;
  background-position-y: 0%;
  transition: background-position-y 0.15s ease-in-out , color .15s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgb(75, 75, 75);
  font-weight: 400;
}

a.inline-link:hover{
  background-position-y: 100%;
  color: white;
}

.sbu-btn {
  font-size: 14px !important;
  letter-spacing: .9px;
  transition: background-position-x 0.15s ease-in-out;
  white-space: nowrap;
}

.sbu-btn:hover {
  background-position-x: 0%;
}

.btn-dark-grey {
  background: var(--primary-2);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(75, 75, 75, 1) 50%
  );
  background-size: 200%;
  background-position-x: 100%;
  color: var(--light-1);
}

.btn-red {
  background: var(--primary-2);
  background: linear-gradient(
    90deg,
    rgba(153, 0, 0, 1) 0%,
    rgba(153, 0, 0, 1) 50%,
    rgba(75, 75, 75, 1) 50%
  );
  background-size: 200%;
  background-position-x: 100%;
  color: var(--light-1);
}

.btn-white {
  transition: background-position-x 0.15s ease-in-out;
  background: var(--light-1);
  background: linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(0, 0, 0) 50%,
    rgb(255, 255, 255) 50%
  );
  background-size: 200%;
  background-position-x: 100%;
  color: var(--primary-2);
}

.btn-white:hover {
  background-position-x: 0%;
  color: var(--light-1);
}

.active-lvl{
  background-position-x: 0%;
}

a.a-hover-arr {
  cursor: pointer;
  letter-spacing: .9px;
  font-size: 14px;
  line-height: 18px;
}

a.a-hover-arr img {
  transition: transform 0.5s ease;
}

a.a-hover-carr{
  font-size: 16px;
}

header {
  top: 0;
  position: fixed;
  filter: drop-shadow(0px 2px 4px #4b4b4b45);
  background-color: white;
  z-index: 999;
}

@media screen and (max-width: 799px) {
  /*
  header {
    filter: none;
  }*/
}

.header-top {
  background-color: white;
  border-bottom: 1px solid #cbcbcb;;
  transition: filter 0.5s ease;
}

@media screen and (max-width: 799px) {
  .header-top {
    border-bottom: none;
    max-height: 70px;
  }
}

img.sbu-evts-logo {
  width: 325px;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  img.sbu-evts-logo {
    width: 275px;
  }
}

@media screen and (max-width: 799px) {
  img.sbu-evts-logo {
    width: 250px;
  }
}

.search-field {
  appearance: none;
  -webkit-appearance: none;
  height: 36px;
  border: 1px solid #828282;
  border-right: none;
  border-radius: 0px;
  width: 265px;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--primary-2);
  font-size: 12px;
  letter-spacing: .9px;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .search-field {
    width: 200px;
  }
}

.search-field::placeholder {
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--primary-2);
}

.search-field:focus {
  outline: 1px solid var(--focus);
}

.search-submit {
  appearance: none;
  -webkit-appearance: none;
  height: 36px;
  border: 1px solid #828282;
  border-left: none;
  background: none;
}

ul.main-nav li {
  padding-top: 0.4rem;
  padding-bottom: calc(0.4rem + 5px);
  width: 100%;
  text-align: center;
  border-left: 1px solid #cbcbcb;
  letter-spacing: .9px;
}

ul.main-nav li:last-child {
  border-right: 1px solid #cbcbcb;
}

div.mobile-nav ul.main-nav li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #cbcbcb;
  text-align: left;
}

div.mobile-nav ul.main-nav li:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

div.mobile-nav ul.main-nav li:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

ul.main-nav li a {
  font-size: 14px;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  ul.main-nav li a{
    font-size: 10px;
  }
}

ul.main-nav li.active,
div.header-nav div ul.main-nav li {
  position: relative;
}

ul.main-nav li.active::after,
div.header-nav div ul.main-nav li:hover::after {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 84, 154, 1) 0%,
    rgba(153, 0, 0, 1) 100%
  );
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#bun1,
#bun2,
#patty {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.2s ease;
}

div.mobile-nav {
  background-color: white;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s ease;
}

footer {
  position: relative;
  background-color: var(--primary-2);
  min-height: 350px;
}

footer div div ul li a , 
a.footer-link , a.inline-link-lt{
  width: fit-content;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background-size: 200% 200%;
  background-position-y: 0%;
  transition: background-position-y 0.15s ease-in-out , color .15s ease-in-out;
  cursor: pointer;
}

footer div div ul li a:hover,
a.footer-link:hover , a.inline-link-lt:hover{
  width: fit-content;
  background-position-y: 100%;
  color: var(--primary-2);
  text-decoration-color: white;
}

section.fixed-footer-space {
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 799px) {
  div.footer-copyright {
    display: flex;
    flex-direction: column-reverse;
  }
  section.fixed-footer-space {
    height: 657px;
  }
}

/*
main {
  margin-top: 162px;
  margin-bottom: 350px;
}

@media screen and (max-width: 799px) {
  main {
    margin-top: 105px;
    margin-bottom: 705px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  main {
    margin-top: 154px;
  }
}
*/

section#home-hero {
  height: calc(100vh - 162px);
  position: relative;
  overflow: scroll;
}

@media screen and (max-width: 799px) {
  section#home-hero {
    height: auto;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  section#home-hero {
    height: calc(100vh - 154px);
  }
}

section#home-hero::-webkit-scrollbar {
  display: none;
}

p.hero-sm-txt {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 4;
}

@media screen and (max-width: 499px) {
  p.hero-sm-txt {
    font-size: 12px;
    line-height: 2;
  }
}

p.hero-lg-txt {
  font-size: 130px;
  line-height: 1;
}

@media screen and (max-width: 799px) {
  p.hero-lg-txt {
    font-size: 56px;
  }
}

@media screen and (max-width: 499px) {
  p.hero-lg-txt {
    font-size: 38px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  p.hero-lg-txt {
    font-size: 88px;
  }
}

#hero-lg-txt {
  background: linear-gradient(
    90deg,
    rgba(103, 159, 86, 1) 12.5%,
    rgba(22, 122, 148, 1) 25%,
    rgba(28, 99, 148, 1) 37.5%,
    rgba(32, 84, 148, 1) 50%,
    rgba(96, 54, 92, 1) 62.5%,
    rgba(196, 38, 15, 1) 75%,
    rgba(231, 155, 29, 1) 87.5%
  );
  background-size: 400%;
  background-position-x: 0%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colorshift 6s infinite alternate-reverse;
}

@keyframes colorshift {
  from {
    background-position: 0%;
  }
  to {
    background-position: 100%;
  }
}

@media screen and (max-width: 799px) {
  #hero-lg-txt {
    background: none;
    color: white;
    -webkit-text-fill-color: white;
  }
}

p.hero-txt-alt {
  color: white !important;
}

section.hero-pane {
  height: auto;
}

section.hero-pane:first-child {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 799px) {
  section.hero-pane:first-child {
    display: none;
  }
}

section.hero-pane:first-child .tc {
  pointer-events: none !important;
  position: fixed;
  z-index: 1;
}

#invert-text {
  z-index: 2;
}

section.hero-pane:nth-child(2) {
  position: relative;
  height: auto;
  /*margin-top: 0px;*/
  background: rgb(255, 255, 255);
  overflow: hidden;
}

#hero-pg-scroll-indic{
  cursor: pointer;
  pointer-events: all;
}

.pg-scroll-arr {
  position: fixed;
  bottom: 20%;
  z-index: 99;
  animation: nudge 1s infinite alternate-reverse;
}

.nudge-arrow{
  animation: nudge 1s infinite alternate-reverse;
}

@keyframes nudge {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(15px);
  }
}

#hero-vid-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  object-fit: cover;
}

@media screen and (max-width: 799px) {
  #hero-vid-bg {
    position: relative;
    width: 101%;
    height: auto;
    transform: none;
    top: 0;
    left: 0;
    display: block;
  }
}

button#home-vid-toggle{
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 99;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 48px;
}

@media screen and (max-width: 500px) {
  button#home-vid-toggle{
    display: none;
  }
}

.home-search-bar {
  position: absolute;
  bottom: 0;
  height: fit-content;
  z-index: 2;
}

@media screen and (max-width: 799px) {
  .home-search-bar {
    position: relative;
    padding-bottom: 3rem;
  }
}

.search-color-banner {
  position: relative;
  height: 112px;
  background: red;
  background: linear-gradient(
    90deg,
    rgba(0, 84, 154, 1) 0%,
    rgba(153, 0, 0, 1) 100%
  );
}

@media screen and (max-width: 799px) {
  .search-color-banner {
    padding-top: 2rem;
    padding-bottom: 10rem;
    height: auto;
  }
}

.search-bar-module {
  background-color: white;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1; /* Ensure the background image is behind the form elements */
}

@media screen and (min-width: 1920px) {
  .search-bar-module{
    max-width: 1360px;
    width: 1360px;
  }
}

.search-bar-module p:first-child{
  font-size: 18px;
  letter-spacing: 3.6px;
}

.sb-relative {
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
}

@media screen and (max-width: 799px) {
  .search-bar-module {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    flex-direction: column;
    margin: 0 auto;
    margin-top: -130px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .search-bar-module {
    top: -100px;
    flex-wrap: wrap;
  }
}

.search-bar-module select.event-type {
  width: 350px;
}

.search-bar-module select.space-capacity {
  width: 200px;
}

.sb-relative select.event-type {
  width: 500px;
}

.sb-relative select.space-capacity {
  width: 250px;
}

.search-bar-module button.search-bar-submit {
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .search-bar-module {
    width: 90vw;
  }
  .search-bar-module p:first-child {
    white-space: normal;
  }
  .search-bar-module select.event-type {
    width: 38%;
  }
  .search-bar-module select.space-capacity {
    width: 38%;
  }
  .search-bar-module button.search-bar-submit {
    width: 24%;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .search-bar-module select.event-type {
    flex: 1;
  }
}

@media screen and (max-width: 799px) {
  .search-bar-module select.event-type {
    width: 100%;
    margin-bottom: 1rem;
  }
  .search-bar-module select.space-capacity {
    width: 100%;
    margin-bottom: 1rem;
  }
  .search-bar-module button.search-bar-submit {
    width: 75%;
  }
}

.search-bar-module select {
  appearance: none;
  font-size: 12px;
  color: #4b4b4b;
  letter-spacing: .9px;
  border: 1px solid #828282;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url("/commcms/conference-event-services/_images/icons/select-carat.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 10px);
  background-color: white !important;
}

.search-bar-module select,
.search-bar-module button {
  height: 40px;
}

/* Ensure the background image is behind the form elements */
.search-bar-module + img {
  z-index: 0;
  pointer-events: none; /* Ensures the image does not capture any pointer events */
}

section.home-intro {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: linear-gradient(
    90deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(248, 248, 248, 1) 40%,
    rgba(255, 255, 255, 0) 40%
  );
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  section.home-intro {
    background: rgba(248, 248, 248, 1);
  }
  section.home-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  section.home-intro div.home-intro-wrap{
    max-width: var(--container-mw);
  }
}

section.home-intro div.home-intro-wrap{
  margin: 0 auto;
}

img.home-intro-arr{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
}

@media screen and (max-width: 800px) {
  img.home-intro-arr{
    display: none;
  }
}

#home-flourish-top {
  width: 700px;
  top: -275px;
  right: -75px;
}

#home-flourish-bottom {
  width: 700px;
  top: -200px;
  left: -185px;
}

@media screen and (max-width: 1200px) {
  #home-flourish-top,
  #home-flourish-bottom {
    display: none;
  }
}

div.home-intro-gradient-ribbon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 12px;
  background: rgb(107, 0, 13);
  background: linear-gradient(
    90deg,
    rgba(107, 0, 13, 1) 0%,
    rgba(213, 32, 39, 1) 65%
  );
}

@media screen and (max-width: 1200px) {
  div.home-intro-gradient-ribbon {
    width: 100%;
  }
}

h1.home-intro-heading {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -.18px;
}

@media screen and (max-width: 1200px) {
  h1.home-intro-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  h1.home-intro-heading {
    font-size: 28px;
    line-height: 32px;
  }
}

p.home-intro-content{
  font-size: 20px;
  line-height: 30px;
  color: #4b4b4b;
}

@media screen and (max-width: 1200px) {
  p.home-intro-content{
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  p.home-intro-content{
    font-size: 18px;
    line-height: 22px;
  }
}

div.home-event-carousel {
  height: fit-content;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 499px) {
  div.home-event-carousel {
    min-height: 450px;
    max-height: 450px;
  }
}

div.home-event-carousel div.glide__track {
  height: fit-content;
  overflow: visible;
  overflow-x: clip;
}

div.home-event-carousel div.glide__track ul.glide__slides {
  display: flex;
  align-items: center;
  /*transition-duration: 1.5s !important;*/
}

div.home-event-carousel-card {
  min-height: 550px;
}

img.card-img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}

li.glide__slide{
  box-shadow: none !important;
} 

li.glide__slide div.card-title {
  text-align: center;
}

li.glide__slide div.card-title h3{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.6px;
}

li.glide__slide div.card-content {
  max-height: 0;
  overflow: hidden;
}

li.glide__slide div.card-content div p{
  font-size: 16px;
  line-height: 22px;
}

li.glide__slide div.card-content div a{
  letter-spacing: .9px;
}

li.glide__slide div.card-title{
  padding: 30px;
}

li.glide__slide--active div.card-title{
  padding: 20px 40px 20px 40px
}

li.glide__slide--active div.card-content div{
  padding: 0px 40px 20px 40px;
}

@media screen and (max-width: 500px) {
  li.glide__slide--active div.card-title{
    padding: 30px;
  }
}

@media screen and (min-width: 500px) {
  li.glide__slide--active img.card-img {
    height: 200px;
    transition: height .5s linear;
  }

  li.glide__slide--active {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  }

  li.glide__slide--active div.card-content {
    max-height: 400px;
    transition-delay: 0.5s;
    transition: max-height .75s linear;
  }

  li.glide__slide--active div.card-title {
    text-align: left;
  }
}

button.carousel-ctrl {
  background: none;
}

button.carousel-ctrl img {
  display: flex;
}

div.space-card-content-open {
  position: absolute;
  width: 0%;
  height: 0%;
  background-color: #4b4b4bfa;
  bottom: 0;
  right: 0;
  transition: width 0.5s ease, height 0.5s ease;
  overflow: hidden;
}

div.space-card-content-open div.w-80 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

div.space-card-content-open div.w-80 h3{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.6px;
}

div.space-card-content-open div.w-80 p{
  font-size: 16px;
  line-height: 22px;
}

div.card-sep {
  margin: 0 auto;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 60px;
  height: 6px;
  background-color: white;
}

div.expand-space-card {
  position: absolute;
  width: 65px;
  height: 65px;
  bottom: 0;
  right: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.5s ease;
}

div.expand-space-card:hover {
  filter: invert(1);
}

@media screen and (min-width: 1200px) {
  div.spaces-collage-mb {
    display: none;
  }
  div.spaces-collage-dt {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  div.spaces-collage-mb {
    display: flex;
  }
  div.spaces-collage-mb div.relative {
    width: 90%;
  }
  div.spaces-collage-dt {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  div.sc-mb-last-img {
    flex-direction: column;
  }

  div.sc-mb-last-img img.sc-mb-last {
    width: 50% !important;
    transform: translateX(-150px);
    flex: 1;
  }

  div.sc-mb-last-img a {
    margin-top: 1rem;
    flex: 1;
    width: 100%;
    margin-left: 0;
  }
}


@media screen and (min-width: 1920px) {
  #home-evt-planning div{
    max-width: var(--container-mw);
  }
}

div.home-services {
  width: 80%;
  float: right;
  margin-top: 6rem;
}

@media screen and (max-width: 1400px) {
  div.home-services {
    width: 100%;
    float: none;
    margin-top: -4rem;
    padding-bottom: 3rem;
  }
}

a.services-appt{
  display: none;
}

@media screen and (max-width: 1400px) {
  a.services-appt{
    display: block;
  }
}

div.home-service-title {
  position: absolute;
  top: 0;
  left: 0;
}

div.home-service-title p.eyebrow-spacing:first-child{
  padding-bottom: 10px;
}

.hst-br-mb {
  display: none;
}

@media screen and (max-width: 1400px) {
  div.home-service-title {
    margin: 0 auto;
    padding: 2rem;
    width: 800px;
    position: relative;
    text-align: center;
  }
  div.home-service-title h2 {
    margin-bottom: 0;
  }
  div.home-service-title a.a-hover-arr {
    display: none;
  }
  .hst-br-dk {
    display: none;
  }
  .hst-br-mb {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  div.home-service-title {
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  div.home-service-title {
    width: 90%;
  }
}

div.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem;
}

@media screen and (max-width: 1400px) {
  div.home-service-grid {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  div.home-service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  div.home-service-grid div {
    padding: 0;
    padding-bottom: 1rem;
  }
  div.home-service-grid div a {
    display: flex;
    align-items: center;
  }
  div.home-service-grid div a img{
    margin: 0px;
    margin-right: 1rem;
  }
  div.home-service-grid div a span {
    margin: inherit;
  }
  div.home-service-grid div a span {
    margin-left: 1rem;
  }
  div.home-services div.db {
    margin-top: 1rem;
    /*width: 90%;*/
  }
}

div.home-service-grid div {
  cursor: pointer;
  transition: background-color 0.5s ease;
}

div.home-service-grid div:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

div.home-service-grid div a{
  letter-spacing: 3.6px;
}

div.home-service-grid div a span{
  font-size: 14px;
  line-height: 16px;
}

div.contact-banner {
  height: 675px;
  background-color: var(--light-2);
}

div.contact-banner div input{
  height: 45px;
}

div.contact-banner div input[type="text"] , div.contact-banner div input[type="text"]::placeholder{
  font-size: 12px;
  letter-spacing: .9px;
  color: #4b4b4b;
}

@media screen and (max-width: 1200px) {
  div.contact-banner {
    display: block;
    height: fit-content;
  }
}

img.contact-banner-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  img.contact-banner-img {
    height: 300px;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  img.contact-banner-img {
    height: 250px;
  }
}

div.contact-banner-content {
  position: absolute;
  bottom: 0;
  min-height: 300px;
}

@media screen and (min-width: 1920px) {
  div.contact-banner-content {
    max-width: var(--container-mw);
  }
}

@media screen and (max-width: 1200px) {
  div.contact-banner-content {
    position: relative;
    width: 100%;
  }
}

div.contact-banner-form input{
  letter-spacing: .9px;
  height: 50px;
}

div.contact-banner-form input[type="text"] , div.contact-banner-form input[type="text"]::placeholder{
  font-size: 12px;
  letter-spacing: .9px;
}

div.contact-banner-form input[type="text"]::placeholder{
  color: #4b4b4b;
}

img.spotlight-card-img {
  height: 640px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  img.spotlight-card-img {
    height: 450px;
  }
}

@media screen and (max-width: 800px) {
  img.spotlight-card-img {
    height: 250px;
  }
}

div.spotlight-card-info {
  background-color: var(--light-2);
}

@media screen and (max-width: 1200px) {
  div.spotlight-card-info {
    margin: 0 auto;
    margin-top: -10rem;
  }
}

@media screen and (max-width: 800px) {
  div.spotlight-card-info {
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  div.spotlight-card-info div.flex {
    flex-direction: column-reverse;
  }
  div.spotlight-card-info div.flex div.spotlight-gradient {
    width: 100%;
  }
  div.spotlight-card-info div.flex div.spotlight-links {
    width: 100%;
    flex-direction: column;
  }
  div.spotlight-card-info div.flex div.spotlight-links a {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

.spot-card-left {
  right: 0;
}

.spot-card-right {
  left: 0;
}

.spotlight-gradient-bar,
.spotlight-gradient-bar-alt {
  height: 10px;
}

.spotlight-gradient-bar-contact,
.spotlight-gradient-bar-contact-alt {
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.spotlight-gradient-bar {
  background: linear-gradient(
    90deg,
    rgba(107, 0, 13, 1) 0%,
    rgba(213, 32, 39, 1) 100%
  );
}

.spotlight-gradient-bar-contact {
  background: linear-gradient(
    90deg,
    rgba(107, 0, 13, 1) 0%,
    rgba(213, 32, 39, 1) 100%
  );
}

.spotlight-gradient-bar-alt {
  background: linear-gradient(
    90deg,
    rgba(192, 206, 162, 1) 0%,
    rgba(0, 84, 154, 1) 100%
  );
}

div.spotlight-clps-trg {
  display: none;
  background-color: var(--light-2);
}

div.spotlight-clps div.spotlight-content {
  max-height: fit-content;
}

ul.spotlight-list {
  list-style: inside;
  column-count: 2;
  column-gap: 50px;
}

@media screen and (max-width: 800px) {
  ul.spotlight-list {
    column-count: 1;
  }
}

ul.spotlight-list li{
  font-size: 18px;
  line-height: 26px;
}

ul.bus-evt-types li{
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 800px) {
  div.spotlight-clps {
    flex-direction: column;
  }
  div.spotlight-clps-trg {
    display: flex;
  }
  div.spotlight-clps div.spotlight-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
}

@media screen and (max-width: 1200px) {
  .conf-center-hero {
    flex-direction: column;
  }
}

.conf-center-collage {
  padding-bottom: 125px;
}

.conf-center-collage img:nth-child(2) {
  bottom: 100px;
}

@media screen and (max-width: 500px) {
  .conf-center-collage {
    padding-bottom: 75px;
  }
  .conf-center-collage img:nth-child(2) {
    bottom: 50px;
  }
}

#conf-center-flourish {
  width: 1000px;
  top: 0;
  right: -275px;
}

div.conf-quick-link-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0rem;
}

div.conf-quick-link-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
}

div.conf-quick-link-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem;
}

div.conf-quick-link-grid div,
div.conf-quick-link-grid-3 div,
div.conf-quick-link-grid-4 div {
  cursor: pointer;
  transition: background-color 0.5s ease;
}

div.conf-quick-link-grid div:hover,
div.conf-quick-link-grid-3 div:hover,
div.conf-quick-link-grid-4 div:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#conf-about div:first-child img {
  height: 460px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  #conf-about {
    flex-direction: column;
  }
  #conf-about div:first-child img {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  #conf-about div:nth-child(2) div {
    flex-direction: column;
  }
  #conf-about div:nth-child(2) div a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

.legend-border {
  border: 1px solid var(--primary-2);
  width: fit-content;
  padding: 1rem;
  filter: drop-shadow(0px 2px 4px #4b4b4b45);
  transition: all 0.15s ease-in;
}

div.services-glance {
  max-width: 1360px;
}

div.services-glance div ul{
  list-style: outside !important;
  margin-left: 1.35rem !important;
}

@media screen and (max-width: 1200px) {
  div.services-glance {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  div.services-glance div:nth-child(2) ul {
    column-count: 1 !important;
  }
}

img.acc-caret {
  transform: rotate(0deg);
  transition: transform 0.5s;
}

.err-page-head {
  font-size: 60px;
}

div.err-content div:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

div.err-content div:nth-child(2) {
  margin-left: auto;
  order: 2;
}

@media screen and (max-width: 1200px) {
  div.err-content {
    flex-direction: column;
  }
  div.err-content div:first-child {
    position: relative;
  }
  div.err-content div:first-child a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .err-page-head {
    font-size: 36px;
  }
}

@media screen and (max-width: 800px) {
  .err-page-head {
    font-size: 28px;
  }
}

section.gradient-head {
  height: 135px;
}

@media screen and (max-width: 1200px) {
  section.gradient-head {
    height: 75px;
  }
}

@media screen and (max-width: 800px) {
  section.gradient-head {
    height: 35px;
  }
}

section.gradient-head img,
section.gradient-head-alt img {
  width: 750px;
  top: -135px;
  right: -35px;
}

h1.privacy-heading {
  font-size: 30px;
}

p.privacy-para,
li.privacy-para {
  font-size: 18px;
}

div.search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1200px) {
  div.search-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 800px) {
  div.search-results-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

div.search-result-item {
  background-color: var(--light-2);
}

div.search-result-item img.db {
  height: 225px;
  object-fit: cover;
}

div.seat-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0rem;
}

@media screen and (max-width: 1200px) {
  div.seat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0rem;
  }  
}

@media screen and (max-width: 500px) {
  div.seat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0rem;
  }  
}

div.seat-grid div a{
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

div.spotlight-header img:not(.hover-arr){
  height: 700px;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  div.spotlight-header img:not(.hover-arr){
    height: 500px;
  }  
}

@media screen and (max-width: 500px) {
  div.spotlight-header img:not(.hover-arr){
    height: 250px;
  }  
}

@media screen and (max-width: 800px) {
  div.spotlight-header img:not(.hover-arr){
    height: 450px;
  }
}

@media screen and (max-width: 500px) {
  div.spotlight-header img:not(.hover-arr){
    height: 250px;
  }
}

div.spotlight-header-content{
  position: absolute;
  left: 0;
  padding-top: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 800px) {
  div.spotlight-header-content{
    position: absolute;
    left: 0;
    padding-top: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  div.spotlight-header{
    padding-bottom: 200px;
  }
  div.spotlight-header-content{
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}


@media screen and (max-width: 800px) {
  div.spotlight-header{
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  div.spotlight-header{
    padding-bottom: 200px;
  }
}

div.spotlight-header-content div.shc-text{
  padding: 3rem;
  padding-left: 2rem;
  position: relative;
  background-color:#f8f8f8f0;
  z-index: 2;
}
@media screen and (max-width: 500px) {

}

@media screen and (max-width: 500px) {
  div.spotlight-header-content div.shc-text{
    padding: 2rem;
    padding-left: 1.5rem;
  }
}

div.red-gradient-box{
  background: linear-gradient(90deg, rgba(107,0,13,1) 0%, rgba(213,32,39,1) 100%);
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  div.red-gradient-box{
    width: 150px;
    height: 150px;
  }
}

img.spotlight-flourish{
  left: -75px;
  bottom: -200px;
  width: 675px;
}

div.home-services div:first-child a{
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  div.home-services div:first-child a{
    margin-right: auto;
    margin-left: 0;
  }
}

/*
section.collage-hero{
  min-height: 790px;
}*/

@media screen and (max-width: 800px) {
  section.collage-hero{
    min-height: inherit;
  }
}

section.evt-types-nav{
  height: 500px;
}

@media screen and (max-width: 800px) {
  div.process-clps{
    border-bottom: 1px solid #707070;
  }  
}

div.process-clps div:nth-child(2){
  overflow: hidden;
  transition: max-height .5s ease;
}

div.process-clps div:first-child svg line:first-child{
  transition: transform .25s ease;
}

div.team-grid{
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1200px) {
  div.team-grid{
    grid-template-columns: repeat(3 , 1fr);
  }
}

@media screen and (max-width: 800px) {
  div.team-grid{
    grid-template-columns: repeat(2 , 1fr);
  }
}

@media screen and (max-width: 500px) {
  div.team-grid{
    grid-template-columns: repeat(1 , 1fr);
  }
}

@media screen and (max-width: 500px) {
  div.team-member{
    display: flex;
  }
  div.team-grid{
    gap: 1rem;
  }
}

img.team-pic{
  display: block;
  width: 100%;
  height: auto;
  background-color: black;
}

@media screen and (max-width: 500px) {
  img.team-pic{
    width: 100px;
    height: auto;
    object-fit: cover;
  }
}

div.team-info{
  background-color: var(--light-2);
}

@media screen and (max-width: 500px) {
  div.team-info{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  div.team-info p{
    text-align: left;
  }
}

div.team-info p:first-child{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3.6px;
}


div.team-info p:nth-child(2){
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

@media screen and (max-width: 1200px) {
  div.contact-banner-alt{
    flex-direction: column;
  }
}

section.team-modal{
  display: none;
  background-color: #3b3b3bb0;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 800px) {
  section.team-modal div{
    flex-direction: column;
  }
}

img.team-modal-pic{
  width: 350px;
  height: 350px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  img.team-modal-pic{
    width: 250px;
    height: 250px;
  }  
}

@media screen and (max-width: 800px) {
  img.team-modal-pic{
    width: 125px;
    height: 125px;
  }  
}

#close-team-modal{
  position: absolute;
  right: 2rem;
  top: 2rem;
}

@media screen and (max-width: 800px) {
  div.contact-us div.flex{
    flex-direction: column;
  }
}

div.contact-row{
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}

div.contact-grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1350px) {
  div.contact-grid{
    grid-template-columns: repeat(2 , 1fr);
  }
}

@media screen and (max-width: 800px) {
  div.contact-grid{
    grid-template-columns: repeat(1 , 1fr);
  }
}

div.contact-item{
  width: 100%;
  background-color: var(--light-2);
  position: relative;
}

div.contact-item h3{
  font-size: 30px;
}

@media screen and (max-width: 800px) {
  div.contact-item h3{
    font-size: 24px;
  }  
}

@media screen and (max-width: 1200px) {
  div.ms-row{
    flex-direction: column;
  }
  div.ms-row-alt{
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 800px) {
  div.ms-d-clps{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

div.room-details-clps{
  display: none;
}

@media screen and (max-width: 800px) {
  div.room-details-dk{
    display: none;
  }
  div.room-details-clps{
    display: block;
  } 
}

div.multi-space-grid{
  display: grid;
  grid-template-columns: repeat(7 , 1fr);
  gap: 1rem;
}

@media screen and (min-width: 800px) and (max-width: 1204px) {
  div.multi-space-grid{
    grid-template-columns: 1fr repeat(5, 1fr);
  }
  div.multi-space-grid div:first-child{
    margin-bottom: 2rem;
    grid-column: 1 / span 6;
  }
}

@media screen and (max-width: 800px) {
  div.multi-space-grid{
    grid-template-columns: repeat(2 , 1fr);
  }
}

div.multi-space-grid-mb{
  display: none;
}

@media screen and (max-width: 500px) {
  div.multi-space-grid{
    display: none;
  }
  div.multi-space-grid-mb{
    display: grid;
    grid-template-columns: repeat(1 , 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
}

div.ms-space-marker{
  background-color: white;
  position: absolute;
  top: 0;
  left: .5rem;
  clip-path: polygon(100% 0, 0 0, 50% 55%);
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 500px) {
  div.room-details-clp-content{
    flex-direction: column;
  }
}

div.ms-controls{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 500px) {
  div.ms-controls{
    padding: .5rem;
  }  
}

@media screen and (max-width: 800px) {
  #multi-space-wcc{
    width: 125px;
    height: 125px;
  }
}

/* about and contact cards mobile font-size fix */
    @media screen and (max-width: 425px) {
        .contact-item .pa4, 
        .contact-item .f4 {
            font-size: 0.75rem;
        }
    }