/******************************************************
Nav Socials Links
*******************************************************/

header .inner ul.social {
  position: absolute;
  right: 0;
  top: 10px;
  width: 160px;
	z-index: 1031;
}
header .inner ul.social li {
	display:inline-block;
	width:27px;
	height:27px;
	opacity:.85;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;	
	transition:all .2s ease-in-out;
}
header .inner ul.social li:hover {
	opacity:1;
}
header .inner ul.social li.facebook {
	background:url('/assets/images/riegsecker/layout/social-facebook-white.png') 0 0 no-repeat;
}
header .inner ul.social li.instagram {
	background:url('/assets/images/riegsecker/layout/social-instagram-white.png') 0 0 no-repeat;
}
header .inner ul.social li.twitter {
	margin-left:4px;
	background:url('/assets/images/riegsecker/layout/social-twitter-white.png') 0 0 no-repeat;
}
header .inner ul.social li.contact {
	margin-left:4px;
	background:url('/assets/images/riegsecker/layout/social-email-white.png') 0 0 no-repeat;
}
@media only screen and (max-width: 992px) {
    .social {
        display: none;
    }
}


select:focus {
    outline: none;
}
select {
	-webkit-appearance: none;
}
.transparent-bg {
  background: rgba(247,244,233,0);
  transition: background-color 0.5s ease;
}

.scrolled .nav-link {
  color: var(--bs-nav-link-color);
}

.nav-item {
  margin: 0 .75%;
  border-bottom: .5px solid #eeeeeea3;	
}

.nav-link {
	display: none;
}

.nav-link-mobile {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: normal;
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  margin: 20px 0;
}

.scrolled {
  background: var(--bs-body-bg);
}

.mobile-nav-exanded{
  height: 100%;
  block-size: auto;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;  /* Firefox */	
}
ul.navbar-nav.navbar-nav-scroll::-webkit-scrollbar {
    display: none !important;
}

.nav-promo{display: none;}

.dropdown-toggle::after{display: none;}
.nav-item .arrow {
	transition: transform 0.3s ease;
    color: #ffffff;
    position: absolute;
    height: .6rem;
    right: calc(5% - .5rem);
}

/* Optional: Rotate arrow on hover */
.show > .arrow {
  transform: rotate(180deg);
}


/* Begin Sub nav styles */


/* End Sub nav styles */

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }

  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(-2px);
    transition: opacity 0.5s, transform 0.5s;
    top: clamp(56px, calc(56px + (58 * ((100vw - 992px) / 928))), 114px); 
    /*background-color: var(--bs-dropdown-bg);*/
	padding: 50px 0 0;
	width: 100vw;
	left: 0;
	  position: fixed;
  }	
  .dropdown-menu {
    opacity: 0;
    /*transform: translateY(2rem);*/
    transition: transform 0.5s;
    display: block;
    margin: 0;
    padding: 0 8px;
    top: -1000px;
  }
  .dropdown-item {
    /*border-bottom: 1px solid rgba(247,244,233,0.5);*/
    /*padding: 15px;*/
  }
  .nav-link-mobile {
  	display: none;
  }
  .nav-link {
  	display: block;
  }
  .nav-item {
    border-bottom: none;	
  }
  .nav-promo{
	  display: block;
	  width: 50%;
	  height: 50%;
	  left: 0;
	  position: relative;
  }
	
    .nav-item .arrow {
        transition: transform 0.3s ease;
        color: #ffffff;
        position: absolute;
        height: .6rem;
        right: calc(50% - .5rem);
		top: 50px;
    }

    /* Optional: Rotate arrow on hover */
    .nav-item:hover .arrow {
      transform: rotate(180deg);
    }	
	
    #waitlist-button {
        color: white;
        background-color: #1b4878; /* dodgerblue */
        border-radius: 5px;
        padding: 5px 0;
        margin: 5px 10px 0;
        /*font-weight: bold;*/
		cursor: pointer;
		width: 108px;
    }
}

.dropdown-menu {
  background-color: #ffffff00;
  transition: transform 0.5s;
  margin: 0;
  padding: 0;
	border: 0;
}

.navbar-nav .nav-item:last-child {
  border-bottom: none;
}

.dropdown-item {
  color: var(--bs-secondary);
  margin: 0;
  /*border-bottom: 1px solid rgba(247,244,233,0.5);*/
  /*padding: 15px 15px 15px 30px;*/
}
.dropdown-item a {
	text-decoration: none;
	color: var(--bs-secondary);
	padding: 15px 15px 15px 30px;
	display: block;
	width: 100%;
}
.dropdown-item a:hover {
	color: var(--bs-navbar-brand-color);
}
.dropdown-toggle.dropdown-plus::after {
  vertical-align: 0;
  margin: 0;
  content: "\002B";
  border: none;
}


.dropdown-menu .waitlist-button {
	display: none;
}
.dropdown-menu.show .waitlist-button {
    line-height: 2em;
    letter-spacing: 0px;
    width: 50%;
    background-color: #00000000;
    border: 1px solid;
    margin: 0 0 10px 30px;
}
div.navbar-collapse.show + a { display: none !important;}



/* Start desktop sub menu styles */


.dropdown-menu .sub {
    background-color: var(--bs-body-color);
}

.dropdown-menu .sub>.wrapper {
    width: 1280px;
    padding: 95px 0 90px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    max-height: calc(100vh - 269px);
    overflow-y: auto;
}

.dropdown-menu .sub {
    /* display: none; */
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: top 200ms linear;
    -moz-transition: top 200ms linear;
    -o-transition: top 200ms linear;
    transition: top 200ms linear;
}

.dropdown-menu .sub>.wrapper .promo {
    flex: 0 1 auto;
    width: 100%;
    max-width: 626px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 0;
}

.dropdown-menu .sub>.wrapper .promo>.wrapper {
    padding: 0 0 0 0;
    width: 100%;
    max-width: 300px;
    flex: 0 1 auto;
}

.dropdown-menu .sub>.wrapper .promo>.wrapper .h2 {
    margin: 0 0 10px 0;
    font-family: "Source Serif 4", serif;
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.dropdown-menu .sub>.wrapper .promo>.wrapper .body {
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    color: #fff;
}
.dropdown-menu .sub>.wrapper .promo>.wrapper .more {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration: none;
    font-family: "Source Serif 4", serif;
    margin-top: 20px;
    padding: 15px 30px;
    background: #fff;
    color: #003d94;
    letter-spacing: 2px;
    border-radius: 25px;
    line-height: 1;
    display: inline-block;
}
.dropdown-menu .sub>.wrapper .promo>.wrapper .more:after {
    transition: all .2s linear;
    content: "";
    height: 14px;
    top: 2px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 0;
    background-image: url("../img/icons/medium-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.dropdown-menu .sub>.wrapper .promo>.wrapper .more:hover, .dropdown-menu .sub>.wrapper .promo>.wrapper .more:focus {
    color: #fff;
    background: #022152;
}
.dropdown-menu .sub>.wrapper .promo>.wrapper .more:hover:after, .dropdown-menu .sub>.wrapper .promo>.wrapper .more:focus:after {
    width: 18px !important;
    margin-left: 10px !important;
}
.dropdown-menu .sub>.wrapper .promo-image {
	display: block;
	width: 100%;
	margin-right: 25px;
}
.dropdown-menu .sub>.wrapper .promo-image img {
	width: 100%;
		border-radius: 10px;
}
.dropdown-menu .sub>.wrapper .list-wrapper {
    width: 595px;
    flex: 0 1 auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.dropdown-menu .sub>.wrapper .list-wrapper>ul:first-child {
    padding-right: 10px;
    margin-right: 45px;
}
.dropdown-menu .sub>.wrapper .list-wrapper>ul>li {
    position: relative;
    z-index: 1;
	margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;	
}
.dropdown-menu .sub>.wrapper .list-wrapper>ul>li>a {
    font-family: "Source Sans 3", serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    padding: 5px 4px 5px 0;
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1px;
	text-decoration: none;
}
.dropdown-menu .sub>.wrapper .list-wrapper>ul>li>a:hover {
    color: lightblue;
}
.dropdown-menu .sub>.wrapper .list-wrapper>ul {
    width: 288px;
    margin: 0 0 0 1px;
}
/* End sub menu styles */



.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
  /*margin: 0 auto;*/
}

#hero-video {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 640px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.dark-bg-text {
  color: rgb(247, 244, 233);
}

.image-fade {
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),color-stop(.01%,transparent),to(rgba(0,0,0,.3))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));
  background: linear-gradient(180deg,rgba(0,0,0,.3),transparent .01%,rgba(0,0,0,.3)),linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));
  height: 100%;
  position: absolute;
  width: 100vw;
  z-index: 10;
  display: none;
}

a.link-light {
  text-decoration: none;
}

.btn {
  letter-spacing: 2px;
}

.newspaper-3 {
  -moz-column-gap: 40px;
  -moz-column-rule: 1px solid lightgrey;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  -webkit-column-rule-style: 1px solid lightgrey;
  column-rule-style: 1px solid lightgrey;
  column-gap: 40px;
  column-count: 3;
  padding: 15px;
}

@media (max-width: 767px) {
  .newspaper-3 {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -moz-column-rule: 0px solid lightgrey;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    -webkit-column-rule-style: 0px solid lightgrey;
    column-rule-style: 0px solid lightgrey;
    column-gap: 0px;
    column-count: 1;
    padding: 15px;
  }
}


#hero-video video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width Allows authors to constrain content width to a certain range. Learn more Don't show: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-video .hero-video-sizer {
  height: calc(100vh + 4px);
  min-height: 535px;
  background-color: black;
}

.gradient-top {
  height: 260px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}

.gradient-bottom {
  height: 250px;
  bottom: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(0%,rgba(0,0,0,.69)),to(rgba(0,0,0,0)));
  background: linear-gradient(0, rgba(0, 0, 0, .69) 0%, rgba(0, 0, 0, 0) 100%);
}

#hero-video .gradient-top, #hero-video .gradient-bottom {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.video-layer {
  width: 100vw;
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}

.vid-hidden {
  opacity: 0;
  pointer-events: none;
}

/* --------------------------------- */

.card-body {
  background-color: var(--bs-secondary);
}

.carousel .carousel-inner img {
  
}


/* Special Seasonal border ornaments */
.season-border-ornament {
  display: block;
  margin-bottom: calc(-1*8.35vw);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(.5,0,0,1);
}
.season-border-ornament.right-reveal {
  clip-path: inset(0 0 0 100%);
}
.season-border.revealed .season-border-ornament {
  clip-path: inset(0 0 0 0);
}
/* --------------------------------- */


section {
  padding: 3vh 0;
}


h1 {
  font-family: "Source Serif 4", serif;
}

.scroll-indicator { /* arrow to let visitors know they should scroll */
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 100;	
}

