/* Give each page the full viewport to work with */
#main {
  max-width: 100vw;
  padding-left: 0px;
  padding-right: 0px;
  --bs-gutter-x: 0px;
}
.mm-slideout {
  padding-top: 0px !important;
}
.row {
  --bs-gutter-x: 0px !important;
}
iframe {
  max-width: 1140px;
  width: 100%;
  max-height: 641px;
}
.js-form-item-interests-tinman {
  display: none;
}
@media (min-width: 768px) {
#block-views-block-page-block-13 ~ #block-views-block-page-block-8 {
margin-top: 90px;
}
}

html {
  overscroll-behavior-y: none;
}
body.adkdata-guid-72121 .page-scroller,
body.adkdata-guid-72121 #block-tupperlake-content {
  display: none;
}

body.adkdata-guid-72121 #event-contact-us {
  margin-top: 128px;
}
@media only screen and (max-width: 959px) {
  body.adkdata-guid-72121 #event-contact-us {
    margin-top: 108px;
  }
}

body.adkdata-guid-ecabcb25-f337-4459-b160-e22c8cdd7b58 .field-body{
  padding-top:200px!important;
}




/*
LIGHT: Font Weight 300
Regular: Font Weight 400
Medium: Font Weight 500
SEMIBOLD: SemiBold Weight 600
BOLD: Bold Weight 700
*/



.field-body a {
  text-decoration-thickness: from-font;
}
body {
  font-family: work-sans, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#page-wrapper {
  position: relative;
}

.captcha {
  overflow: hidden;
}

.mm-page.mm-slideout {
  display: none;
}
#off-canvas {
  display: none;
}

.nav-tabs {
  border-bottom: none !important;
}
.nav-tabs .active {
  background-color: unset !important;
  color: white !important;
}
.ltif-image img {
  height: 100%;
  object-fit: cover;
}

.tabs {
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 0;
  background-color: #2a2a2d;
  margin-bottom: 0px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-link:focus,
.nav-link:hover {
  color: #7c2f1f;
}
.nav-link {
  color: white;
}
#content {
  padding: 0;
  width: auto;
}

#content .section {
  --bs-gutter-x: 0px;
}

#main.container .row {
  margin-right: 0px;
  margin-left: 0px;
}
.alert {
  height: unset !important;
}
/* #main-wrapper {
  margin-top: 113px;
}

@media only screen and (max-width: 1366px) {
  #main-wrapper {
    margin-top: 87px;
  }
} */

/* #navbar-top { display:none;} */
.flex-filler {
  flex-grow: 1;
}

.row > * {
  padding-left: 0px;
  padding-right: 0px;
}

/* custom search bar

/* input[name="combine"] {
  /* background: url("/themes/custom/tupperlake/css/../i/search-icon@2x.png") no-repeat 100.5%;
  background-size: 37px 37px; */

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

ul {
  font-weight: 300;
}

.view-filters input[name="combine"] {
  border: 1px solid #b58150;
  border-radius: 19px;
  padding-left: 15px;
  width: 227px;
  height: 37px;
  text-indent: 10px;
  background-color: #fff;
  font-style: italic;

  font-size: 14px !important;
  color: #707272 !important;
}
.view-filters input[name="combine"]:focus {
  box-shadow: none;
}
.view-filters fieldset {
  position: relative;
}
.searchIconFill {
  position: absolute;
  right: 0px;
  top: 0;
  width: 37px;
  cursor: pointer;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/*  FOOTER SPACING */

SPIN TEST body {
  position: absolute;

  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotateX(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateX(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}


/* Triad Popup Styling */ 

.triad-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    max-width:100%!important;
}

.triad-popup-overlay.active {
    display: flex;
}

.triad-popup {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.triad-popup-title {
    margin-top: 0;
}

.triad-popup-text {
    margin: 1rem 0;
}

.triad-popup-actions {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.triad-popup-back,
.triad-popup-continue {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0px;
    width: 162px;
    height: 35px;
    font-size: 16px;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    padding-top: 16px;
    font-weight: bold;
    position: relative;
    line-height: 0rem;
    margin-left: 0rem;
    transition: all 0.3s;
    font-family: work-sans !important
}

.triad-popup-back {
    background: #eee;
    border: 1px solid #ccc;
}

.triad-popup-continue {
    color: #eee!important;
    background: #221000;
}