

html{
  position: relative;
  display: block;
  overflow-y: hidden;

}


body,html{
  width: 100%; height: 99.9%;
  margin: 0;
  background: #fff;
  font-family: 'Arial';
  font-weight: 200;
  font-size: 12px;
  padding: 0;
  background: #023047;
  font-family: 'Candara',  'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
  -webkit-text-size-adjust: 100%; /* For Safari, Chrome, and other WebKit browsers */
-ms-text-size-adjust: 100%;     /* For Internet Explorer and Edge */
text-size-adjust: 100%;         /* Standard property */
}

body{
  position: fixed;
  display: block;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.noScroll{
  overflow-y: hidden;
}

a{
  color: #8ecae6;
}

.brForSmall{
  display: none;
}

.imageForcePreload{
display: block;
position: absolute;
width: 2px; height: 2px;
left: -100px;
top: -100px;
overflow: hidden;
opacity: 0.05;
}

.clickable{
  cursor: pointer;
  transition: transform 50ms;
}

.coverPreview{
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}

#coverPreviewFrame {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.coverPreviewFrameFore{
  width: 100%;
  height: 100%;
  /*width: 2900px; height: 3600px;*/
  margin: 0;
  background: transparent;
  font-family: 'Arial';
  font-weight: 200;
  overflow: hidden;
  padding: 0;
  background: transparent;
  font-family: 'Courier', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
  letter-spacing: -0.010em;
  color: #fff;
}

.coverOverlay{
  width: 100%;
  height: 10%;
  display: block;
  position: absolute;
  left: 0;
  top: 21%;
  text-align: center;
}


.coverPreviewLocation{
  display: block;
  position: absolute;
  font-size: 1.3em;
  right: -40%;
  font-weight: 600;
  width: 180%;
  transform: scale(0.5);
}

.yellowText{
  color: #ffb90a;
}


.coverInlineButton{
  display: inline-block;
  position: relative;
  height: 80%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2025/coverPreview_12x12_PHIL.jpg);
  background-size: 100% 100%;
  border-radius: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.inlineButtonText{
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  text-align: center;
  top: 0%;
  left: 10%;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1.05em;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.inlineButtonTextInner{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 90%
}








.coverPreviewSlider{
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0; top: 0;
  transition: transform 350ms;
}

.coverPreviewSliderLeft{
  transform: translateX(-50%);
}

.coverPreview_12x12_PHIL{
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/coverPreview_12x12_PHIL.jpg);
  background-size: 100% 100%;
}


.coverPreview_12x12_JWST{
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/coverPreview_12x12_JWST.jpg);
  background-size: 100% 100%;
}

.calendarPreview{
  background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/commonElementsWeb.jpg);
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}


.calendarPreviewScaler{
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  transform: scale(0.5);
}

.calendarPreviewGrid {
  width: 94%;
  margin-top: 19.9%;
  left: 3%;
  position: relative;
  aspect-ratio: 690/560;
  overflow: hidden;

}

.calendarPreviewGrid iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calendarPreviewFore {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/jan_fore.png);
  background-size: 100% 100%;
  transition: all 300ms;
}

.overlayHidden{
  top: -0.5em !important;
  opacity: 0 !important;
}


.bgHolderBorder{
  display: block;
  position: fixed;
  width: 100%; height: 100%;
  left: 0; top: 0;
  overflow: hidden;
  z-index: 0;
  padding: 0;

/*

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  mask-position: left;
  -webkit-mask-position: left;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  box-shadow: none;
  -webkit-mask-image: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/skyMask.png);
  mask-image: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/skyMask.png);


*/
}

.rainbows{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/rainbowsOverlay.webp);
  background-size: 100% 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 3500ms;
}

.bgHolder{
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  left: 0;
  top: 0%;
  opacity: 0%;
  overflow: hidden;
  animation: slide 300s linear infinite;
  transition: opacity 3000ms;
 }

 @keyframes slide {
   from {
     transform: translateX(0);
   }
   to {
     transform: translateX(-66%);
   }
 }





/*------------------------------------PRE LOADER--------------------------------------*/

.figure {
  position: absolute;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 6.250em; height: 6.250em;
  animation: rotate 2.4s linear infinite;
  transition: opacity 500ms;
}
.white {
  top: 0; bottom: 0; left: 0; right: 0;
  background: white;
  animation: flash 2.4s linear infinite;
  opacity: 0;
}
.dot {
  position: absolute;
  margin: auto;
  width: 2.4em; height: 2.4em;
  border-radius: 100%;
  transition: all 1s ease;
}
.dot:nth-child(2) { top: 0; bottom: 0; left: 0; background: #4e86a1; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(3) { left: 0; right: 0; top: 0; background: #70aecd; animation: dotsX 2.4s linear infinite; }
.dot:nth-child(4) { top: 0; bottom: 0; right: 0; background: #fdb620; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(5) { left: 0; right: 0; bottom: 0; background: #f5d99d; animation: dotsX 2.4s linear infinite; }

@keyframes rotate {
  0% { transform: rotate( 0 ); }
  10% { width: 6.250em; height: 6.250em; }
  66% { width: 2.4em; height: 2.4em; }
  100%{ transform: rotate(360deg); width: 6.250em; height: 6.250em; }
}

@keyframes dotsY {
  66% { opacity: .1; width: 2.4em; }
  77%{ opacity: 1; width: 0; }
}
@keyframes dotsX {
  66% { opacity: .1; height: 2.4em;}
  77%{ opacity: 1; height: 0; }
}

@keyframes flash {
  33% { opacity: 0; border-radius: 0%; }
  55%{ opacity: .6; border-radius: 100%; }
  66%{ opacity: 0; }
}


/*-----------------------------------/PRE LOADER--------------------------------------*/






.showBg{
  opacity: 0.7;
}

.showBg2{
  opacity: 0.1;
}

.showBgPhoto{
  opacity: 1 !important;
}

/*

.bgHolder .subBg{
  display: block;
  position: absolute;
  width: 33.3%;
  height: 100%;
  left: 0;
  top: 0%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newBgMilkyGlory.jpg);
  background-size: 100% auto;
  background-position: right;
  }


.bgHolder .subBg2{
  display: block;
  position: absolute;
  width: 33.3%;
  height: 100%;
  left: 33%;
  top: 0%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newBgMilkyGlory.jpg);
  background-size: 100% auto;
  background-position: right;
  transform: scaleX(-1);
}

.bgHolder .subBg3{
  display: block;
  position: absolute;
  width: 33.3%;
  height: 100%;
  left: 66%;
  top: 0%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newBgMilkyGlory.jpg);
  background-size: 100% auto;
  background-position: right;
}

*/

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner{
transition: opacity 2500ms;
opacity: 0.0;
display: block;
position: absolute;
width: 1px; height: 1px;
left: 50%; top: 50%;
margin-left: -50px;
margin-top: -50px;
}

.spinner .five-pointed-star{
  animation: spinner 6.6s linear infinite;
  --star-color: #ffb706;
}

.spinnnner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
}


.bgPhotosHolder{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0%;
  opacity: 0;
  overflow: hidden;
  transition: opacity 2000ms;
  background: url(./backgrounds/horizontal/PMM_5012-WebGood.jpg);
  background-size: cover;
  background-position: 0 100%;
 }

.previewContent{
  display: block;
  position: absolute;
  width: 5px; height: 5px;
  opacity: 0.05;
  left: -20px;
  top: -20px;
  overflow: scroll;
}

#thankYou{
  display: grid;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.65);
  color: #fff;
  place-items: center;
  z-index: 999;
  text-align: center;
  font-size: 2em;
}


#thankYou .message{
  width: 90%;
  max-width: 450px;
  height: auto;
  padding: 4%;
  background: rgba(0,0,0,0.5);
  border-radius: 1em;
  border: 1px solid #ffb703;
}

.noThankYou{
  display: none !important;
}

.closeThankYou{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2em;
  padding: 0.25em;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0.5em;
  border: 1px solid #fff;
  border-radius: 0.25em;
  font-size: 1em;
  cursor: pointer;
  cursor: pointer;
  z-index: 9;
}


 .newTopMenuHolder{
   display: block;
   position: fixed;
   width: 100%;
   max-height: 1px;
   text-align: left;
   left: 0; top: 0;
   z-index: 99;
   transform: translateY(-100px);
   transition: transform 200ms;
 }


.newTopMenu{
  display: inline-block;
  position: relative;
  width: 98%;
  min-height: 100%;
  text-align: left;
}

.newTopMenuItem{
  display: inline-block;
  position: relative;
  padding: 1em;
  background: rgb(51 92 121 / 90%);
  border-radius: 0 0 0.5em 0.5em;
  vertical-align: top;
  color: #fff;
  margin: 0 0.25em;
  font-size: 1.55em;
  cursor: pointer;
  transform: translateY(0);
}

.newTopMenuItemNoHover{
  cursor: default;
  background: none;
  padding: 0.25em 0;
}

.newTopMenuItem:hover{
  background: #ffb703;
}
.newTopMenuItemNoHover:hover{
  background: none;
}


.cartMenuItem{
  padding: 0.75em !important;
}


.cartCountSmall{
  display: block;
  position: absolute;
  width: 100%;
  height: 60%;
  text-align: center;
  left: 0;
  top: 20%;
  font-family: Arial;
}

.cartCountSmallText{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0.1em;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 0.1em;
  z-index: 5;
  font-family: Arial;
  color: #999;
}

.cartMenuIconHolder{
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  left: 0%; top: 0%;
  text-align: center;
  z-index: -1;
}

.cartMenuIcon{
  display: inline-block;
  position: relative;
  font-size: 1.45em;
  vertical-align: middle;
}

.currentPage{
  background: rgb(94 154 181 / 83%) !important;
}


.menuItemVisible{
  transform: translateY(0%);
}







.modalHolder{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  text-align: center;
  z-index: 50;
  transition: opacity 400ms, transform 200ms;
  opacity: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}



.modalInner{
  display: inline-block;
  position: relative;
  width: 90%;
  min-height: 100%;
  max-width: 800px;
  margin: 0;
  border-radius: 0;
  font-size: 1em;
  padding: 10em 0;
  z-index: 2;
  /*box-shadow: 1px 2px 5px rgb(0 0 0 / 65%);
  border: 1px solid rgba(255,255,255,0.2); */
}

.clickCatcher{
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  z-index: 0;
}

.closeModalButton{
  display: block;
  position: absolute;
  right: 0;
  width: 1.2em;
  padding: 0.25em;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0.5em;
  border: 1px solid #fff;
  border-radius: 0.25em;
  font-size: 1.55em;
  cursor: pointer;
  cursor: pointer;
  z-index: 9;
  transform: translateY(-150%);
  transition: transform 200ms;
}

.closeModalButtonVisible{
  transform: translateY(10%);
}

.closeModalButton:hover{
  color: rgba(255, 183, 3, 0.95);
  border: 1px solid rgba(255, 183, 3, 0.95);
}

.closeSectionButton{
  display: block;
  position: absolute;
  max-width: 2em;
  max-height: 2em;
  left: 0.25em;
  padding: 0 0.21em;
  top: 0.5em;
  line-height: .9;
  font-weight: bold;
  font-family: arial;
  font-size: 1.25em;
  color: #ffb703;
  cursor: pointer;
  z-index: 9;
}


.modalInnerBg{
  display: inline-block;
  position: relative;
  width: 100%;
background: linear-gradient(90deg, rgba(0,0,0,0.71) 0%, rgba(29,71,101,1) 14%, rgba(29,71,101,0.51) 53%, rgba(29,71,101,1) 86%, rgba(0,0,0,0.71) 100%);
border-right: 3px solid #2f4e64;
border-left: 3px solid #2f4e64;
box-shadow: 0 0 3px #000;
}


.logo{
  width: 100%;
  margin: 0;
}

.logoHolder{
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.logoPart{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 500ms, top 350ms cubic-bezier(0.68, -0.55, 0.27, 5.5);
}

.logoPartHidden{
  top: 1%;
  opacity: 0;
}

.logo0{
  display: block;
  position: relative;
}

.logo1{
  top: 0;
  opacity: 1;
}




.logoBottom{
  width: 100%;
  margin-top: -2em;
}


.squareLogoHolder{
  display: inline-block;
  position: relative;
  height: 80%;
  vertical-align: middle;
}


.newSmallLogoBg{
  display: block;
  position: relative;
  height: 100%;
}

.newSmallLogoPart{
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 500ms, top 350ms cubic-bezier(0.68, -0.55, 0.27, 5.5);
  cursor: pointer;
}


.cartButtonItemCount{
  display: block;
  position: absolute;
  width: 100%;
  height: 1em;
  top: 50%;
  margin-top: -0.70em;
  text-align: center;
  font-size: 4em;
  color: #fff;
  opacity: 1;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
  cursor: pointer;
}

.newSmallLogoHide{
  top: 2%;
  opacity: 0;
}


    @keyframes expand {
      0% {
        transform: scale(0.1);
        opacity: 1;
      }
      100% {
        transform: scale(1);
        opacity: 0;
      }
    }

.squareLogo {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 100%;
  filter: drop-shadow(1px 1px 1px rgba(255,255,255,0.52));
  transform: translate3d(0, 0, 0);

}

.squareLogo:hover{
  animation: shadowRotate2 2s infinite linear;
}







.bigTextBox{
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  font-size: 2em;
  font-weight: 200;
  color: #fff;
  border-radius: 0.51em;
  margin: -0.2em 0 1.52em -1.25em;
  text-align: justify;
  background: linear-gradient(90deg, rgb(12 26 37) 0%, rgba(29,71,101,1) 14%, rgba(29,71,101,0.951) 53%, rgba(29,71,101,1) 86%, rgb(12 26 37) 100%);
  box-shadow: 1px 2px 5px rgb(0 0 0 / 65%);
  border: 1px solid rgba(255, 183, 3, 0.95);
}


.bigTextBoxBottom{
  margin-bottom: -.5em;
}
.yellowHead{
  color: #ffb703;
  display: block;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.25em;
  border-bottom: 1px solid;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0.5em;
  font-weight: bold;
}

.navBar{
  text-align: center;
  display: block;
  position: absolute;
  width: 60%;
  height: auto;
  padding: 0;
  left: 20%;
  bottom: 0.5em;
}


.dayDetailSection{
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  font-size: 2em;
  font-weight: 200;
  color: #fff;
  border-radius: 0.51em;
  margin: -0.2em 0 1.52em -1.25em;
  text-align: center;
  background: linear-gradient(90deg, rgb(12 26 37) 0%, rgba(29,71,101,1) 14%, rgba(29,71,101,0.951) 53%, rgba(29,71,101,1) 86%, rgb(12 26 37) 100%);
  box-shadow: 1px 2px 5px rgb(0 0 0 / 65%);
  border: 1px solid rgba(255, 183, 3, 0.95);
}

.printDetailSection{
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  font-size: 2em;
  font-weight: 200;
  color: #fff;
  border-radius: 0.51em;
  margin: -0.2em 0 1.52em -1.25em;
  text-align: center;
  background: linear-gradient(90deg, rgb(12 26 37) 0%, rgba(29,71,101,1) 14%, rgba(29,71,101,0.951) 53%, rgba(29,71,101,1) 86%, rgb(12 26 37) 100%);
  box-shadow: 1px 2px 5px rgb(0 0 0 / 65%);
  border: 1px solid rgba(255, 183, 3, 0.95);
}


.printDetailParagraph{
  font-size: 0.85em;
  text-align: left;
}

.printOption{
  display: block;
  position: relative;
  margin: 2em 0;
  padding: 1em;
  background: rgba(255,255,255,0.12);
  border-radius: 0.25em;
}


.printOptionTop{
  text-align: center;
  margin: 2% 0;
  display: block;
  position: relative;
  font-size: 1em;
}


.printOptionsHolder{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.printOptionVertical{
  display: inline-block;
  position: relative;
  width: 30%;
  border: 1px solid #8ecae661;
  min-height: 200px;
  border-radius: 1em;
  margin-top: 3em;
}

.printOptionList{
  display: inline-block;
  position: relative;
}

.printOptionVertical a{
  display: inline-block;
  font-size: 0.9em;
  vertical-align: middle;
  margin: 1em 0;
  text-decoration: none;
}

.printOptionVertical i{
  font-size: 0.7em;
  vertical-align: middle;
}

.printOptionVerticalHeader{
  display: block;
  position: absolute;
  width: 100%;
  height: 2em;
  top: -3em;
  left: 0;
  text-align: center;
  color: #ffb703;
  font-weight: bold;
  font-size: 0.8em;
}

.printOptionVertical img{
  max-width: 80%;
  display: inline-block;
  position: relative;
  margin: 0.65em;
}



.printOptionListItem{
  display: block;
  position: relative;
  padding: 10% 5%;
  margin-left: 0;
  width: 90%;
  font-size: 0.8em;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.striked{
  color: #c7c7c7;
  text-decoration: line-through;
}

.yellow{
  color: #ffb703;
}

.printCheck{
  color: #8ee98e;
  font-size: 0.8em;
}


.new{
  font-size: .7em;
  line-height: 1em;
  color: #ffb703;
}

.printOptionBottom{
  text-align: justify;
  margin: 2%;
  width: 96%;
  display: block;
  position: relative;
  font-size: 0.8em;
}




.aboutDetailSection{
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  font-size: 1.8em;
  font-weight: 200;
  color: #fff;
  border-radius: 0.51em;
  margin: -0.2em 0 1.52em -1.25em;
  text-align: center;
  background: linear-gradient(90deg, rgb(12 26 37) 0%, rgba(29,71,101,1) 14%, rgba(29,71,101,0.951) 53%, rgba(29,71,101,1) 86%, rgb(12 26 37) 100%);
  box-shadow: 1px 2px 5px rgb(0 0 0 / 65%);
  border: 1px solid rgba(255, 183, 3, 0.95);
}

.aboutDetailSection:first-child{
  margin-top: -1%;
}

.aboutDetailSection:last-of-type{
  margin-bottom: -1%;
}


.aboutDetailSection img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.aboutSectionInner{
  display: inline-block;
  position: relative;
  width: 90%;
  text-align: left;
  line-height: 1.5;
}

.linkNote{
  font-size: 0.8em;
  max-width: 80%;
}





/******************Shopping Cart Section 2025***************************/




.shoppingCartItem {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 5%;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  max-height: 700px;
  transition: max-height 350ms;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.25);

}

.shoppingCartItem div{
  transition: opacity 100ms;
}

.shoppingCartPreRemove{
  max-height: 0;
  margin: 0;
  opacity: 0.25;
  border: 0;
}

.shoppingCartPreRemove div{
  opacity: 0 !important;
}

.shoppingCartItemHeader{
  display: inline-block;
  position: relative;
  width: 90%;
  padding: 1em 0;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 0.9em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
}

.cartItemDetailsHolder{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}

.cartItemPhoto{
  display: block;
  position: absolute;
  width: 25%;
  right: 1em;
  top: 1em;
  aspect-ratio: 1/1;
  color: #222;
}

.cartItemPhoto img{
  width: 100%; height: 100%;
}

.cartItemPropertyLabel{
  display: block;
  position: relative;
  padding: 1em 0 0 1em;
  text-align: left;
  color: #ebad0c;
  text-transform: uppercase;
  font-weight: bold;
}

.cartItemProperty{
  display: block;
  position: relative;
  padding: 0 1em;
  text-align: left;
  color: #fff;
  width: 50%;
}

.salesMessage{
    font-size: 0.6em;
    font-family: 'Montserrat';
    font-weight: lighter;
    text-transform: uppercase;
}

.cartItemFooter{
  display: block;
  position: relative;
  width: 100%;
  margin-top:1em;
  padding: 1em 0;
  background: rgba(255,255,255,0.25);
  font-size: 1.0em;
  text-align: left;
  font-weight: bold;
}

.cartItemFooterQuantityLabel{
  display: inline-block;
  position: relative;
  color: #ebad0c;
  margin: 0 0 0 1em;
  text-transform: uppercase;
}

.cartItemQuantity{
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0 0.15em;
  text-transform: uppercase;
}

.cartShippingDisclaimer{
  font-size: 0.95em;
  display: inline-block;
  vertical-align: middle;
}

.cartCheckBoxRequired{
  display: inline-block;
  position: relative;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 0.15em;
  text-transform: uppercase;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  font-family: monospace;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  border: 1px solid #f7c1c1;
  vertical-align: middle;
  width: 1em; height: 1.5em;
  transition: opacity 110ms, border 110ms;
}

.redBorder{
  border: 1px solid #f35252;
}


.cartCheckBoxChecked{
  border: 1px solid #c2f7c1;
}

.cartItemTotalPrice{
  display: block;
  position: absolute;
  max-width: 30%;
  height: 100%;
  text-align: right;
  right: 0;
  padding: 0 1em;
  top: 0;
}

.cartItemTotalPrice span{
  vertical-align: middle;
}

.cartQuantityButton{
  display: inline-block;
  position: relative;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 0.15em;
  text-transform: uppercase;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  font-family: monospace;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
}


.cartFullWidthText{
  display: block;
  position: relative;
  padding: 1em;
}

.cartTotal{
  display: inline-block;
  position: relative;
  width: 75%;
  padding: 1em;
  padding-bottom: 0.6em;
  font-size: 1.25em;
}

.cartTally{
  font-size: 0.9em;
  width: 22em;
  margin: 0.25em 0;
  padding: 1em;
  text-align: left;
  display: inline-block;
  position: relative;
  background: #00000034;
}

.cartSparkle{
    display: block;
    position: absolute;
    font-size: 0.76em;
}

.cartSparkle.one{
    left: -1.92%;
    top: 30%;
}

.cartSparkle.three{
    right: -1.72%;
    top: 30%;
}

.cartTally .leftSide{
  display: inline-block;
  position: relative;
  width: 60%;
  text-align: left;
  color: #ffb703;
}

.cartTally .rightSide{
  display: inline-block;
  position: relative;
  width: 35%;
  text-align: right;
}

.promoCodeHolder{
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  padding-bottom: 1em;
  width: 100%;
}

.promoCodeLabel{
    font-size: 1.1em;
    border-radius: 0.5em;
    padding: 1em;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

.promoCodeInput{
    font-size: 1.1em;
    border-radius: 0.5em;
    padding: 1em;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

.promoCodeButton{
    font-size: 1.1em;
    border-radius: 0.5em;
    padding: 1em 0.25em;
    width: 10%;
    vertical-align: middle;
    margin-left: 1em;
    display: inline-block;
    background: #ffb703;
    color: #023047;
    box-shadow: 1px 1px 1px rgb(255 255 255 / 50%) inset, 1px 1px 1px rgb(0 0 0 / 50%);
    cursor: pointer;
}

.promoCodeButton:hover{
  background: #ffe6a7;
}

/******************Calendar Section 2025***************************/



.calBannerHolder{
  display: block;
  position: relative;
  width: 100%;
}

.calBannerText{
  display: block;
  position: relative;
  width: 50%;
  left: 1em;
  top: 1em;
  font-size: 1em;
  margin-bottom: 2em;
  color: #fff;
}

.calBannerImages{
  border: 1px solid #ffb703;
  display: block;
  position: absolute;
  height: 100%;
  right: 10%;
  top: 1em;
  border-radius: 0.55em;
  aspect-ratio: 1 / 1;
  color: #222;
  overflow: hidden;
  cursor: pointer;
}

.calBannerImageSlider{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: transform 900ms ease-out;
}

.calBannerImage{
  display: block;
  position: absolute;
  height: 200%;
}

.calBannerImage1{
  left: 0;
}

.calBannerImage2{
  left: 100%;
}

.calBannerImage3{
  left: 200%;
}

.calBannerImage4{
  left: 300%;
}

.calBannerImage5{
  left: 400%;
}


.sharingBox{
  display: inline-block;
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  max-height: 700px;
  transition: max-height 350ms;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.25);
  font-size: 0.75em;
}


.shopTextInfoBox{
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 5%;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  max-height: 700px;
  transition: max-height 350ms;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.25);
  font-size: 0.75em;
}


.shopTextInfoHeader{
    display: inline-block;
    position: relative;
    width: 90%;
    padding: 1em 0;
    font-size: 0.95em;
    font-family: 'Montserrat';
    font-weight: normal;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
}

.shopFullWidth{
    display: block;
    position: relative;
    padding: 2em;
    text-align: justify;
}


.reviews{
  display: inline-block;
  position: relative;
  margin: 1em 0;
  max-height: 400px;
  overflow-y: scroll;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 0;
  border-radius: 1em 0 0 1em;
}

.reviews::-webkit-scrollbar {
           width: 12px; /* Set width of scrollbar */
       }

 .reviews::-webkit-scrollbar-track {
     background: rgba(255, 255, 255, 0.25);
 }

 .reviews::-webkit-scrollbar-thumb {
     background-color: #0d1f2c;
     border-radius: 10px;
     border: 2px solid rgba(255, 255, 255, 0.25);
 }

 .reviews::-webkit-scrollbar-thumb:hover {
     background: #0d1f2c;
 }

.aReview{
  display: block;
  position: relative;
  padding: 1em;
}


.reviewSig{
  font-size: .9em;
  text-align: left;
  margin-top: 1em;
}

.reviewMain{
  text-align: justify;
  font-size: .9em;
}

.reviewTitle{
  text-align: left;
  font-size: .9em;
  font-weight: bold;
  color: #ffb703;
  font-style: italic;
}

.trunc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 3;
}

.unTrunc .trunc{
  overflow: visible;
  display: block;
  -webkit-line-clamp: 45555;
}

.readMore{
  display: none;
  position: relative;
  text-decoration: underline;
  color: #efefef;
  font-size: .9em;
  cursor: pointer;
}

.truncStyle .readMore{
  display: block !important;
}

.unTrunc .readMore{
  display: none !important;
}

.unTrunc .readLess{
  display: block !important;
}

.readLess{
  display: none;
  position: relative;
  text-decoration: underline;
  color: #efefef;
  font-size: .9em;
  cursor: pointer;
}

.wallcalendarThumbs{
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.wallCalendarPreview{
  display: block;
  position: relative;
  width: 100%;
  left: 0%;
  overflow: hidden;
  margin-top: 2%;
}

.wallCalendarImage{
  display: block;
  position: relative;
  width: 200%;
  aspect-ratio: 2/1;
  margin: 0;
  padding: 0;
  height: auto;
  transition: transform 350ms linear;
}

.wallCalendarImage .image1{
  width: 50%;
  height: auto;
  position: absolute;
  left: 0; top: 0;
}

.wallCalendarImage .image2{
  width: 50%;
  height: auto;
  position: absolute;
  left: 50%; top: 0;
}

.wallcalendarImage2{
  transform: translateX(-50%);
}

.thumbNail{
    display: inline-block;
    position: relative;
    width: 30%;
    padding-top: 30%;
    margin: 1%;
    overflow: hidden;
    cursor: pointer;
}

.thumbShadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: box-shadow 300ms;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    z-index: 3;
}

.thumbSlider {
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transition: transform 450ms ease-out, top 350ms ease-out;
}

.sliderUpPHIL {
    transform: translateX(0%) translateY(-50%) !important;
}

.sliderUpJWST {
    transform: translateX(-50%) translateY(-50%) !important;
}


.sliderRight{
  transform: translateX(-50%);
}

.thumbColumn1{
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

.thumbColumn2{
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}

.t1 {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/1.webp);
    background-size: 100% auto;
    background-position: top;

}

.t1b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/1.webp);
    background-size: 100% auto;
    background-position: top;

}


.t2 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/2.webp);
    background-size: 100% auto;
    background-position: top;
}
.t2b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/2.webp);
    background-size: 100% auto;
    background-position: top;

}

.t3 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/3.webp);
    background-size: 100% auto;
    background-position: top;
}
.t3b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/3.webp);
    background-size: 100% auto;
    background-position: top;

}

.t4 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/4.webp);
    background-size: 100% auto;
    background-position: top;
}
.t4b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/4.webp);
    background-size: 100% auto;
    background-position: top;

}

.t5 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/5.webp);
    background-size: 100% auto;
    background-position: top;
}
.t5b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/5.webp);
    background-size: 100% auto;
    background-position: top;

}

.t6 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/6.webp);
    background-size: 100% auto;
    background-position: top;
}
.t6b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/6.webp);
    background-size: 100% auto;
    background-position: top;

}

.t7 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/7.webp);
    background-size: 100% auto;
    background-position: top;
}
.t7b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/7.webp);
    background-size: 100% auto;
    background-position: top;

}

.t8 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/8.webp);
    background-size: 100% auto;
    background-position: top;
}
.t8b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/8.webp);
    background-size: 100% auto;
    background-position: top;

}

.t9 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/9.webp);
    background-size: 100% auto;
    background-position: top;
}
.t9b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/9.webp);
    background-size: 100% auto;
    background-position: top;

}

.t10 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/10.webp);
    background-size: 100% auto;
    background-position: top;
}
.t10b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/10.webp);
    background-size: 100% auto;
    background-position: top;

}

.t11 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/11.webp);
    background-size: 100% auto;
    background-position: top;
}
.t11b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/11.webp);
    background-size: 100% auto;
    background-position: top;

}

.t12 {
    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/phil/12.webp);
    background-size: 100% auto;
    background-position: top;
}
.t12b {

    background: url(https://d36syl5mhjs16o.cloudfront.net/graphics/2026/thumbs/jwst/12.webp);
    background-size: 100% auto;
    background-position: top;

}







.fakeLink{
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

.fakeLinkInline{
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  cursor: pointer;
  display: inline-block;
}

.posterLocationHolder{
  display: block;
  position: relative;
  text-align: center;
  margin: 4% 0 2% 0;

}

.posterLocationHolder div, .posterLocationHolder i{
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.posterPreview{
  display: block;
  position: relative;
  width: 80%;
  left: 10%;
  margin-top: 2%;
}

.posterPreviewOverflow{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0.2em 0.2em 0.3em 0px rgba(0,0,0,0.35);
}

.previewSpinner {
    display: block;
    position: absolute;
    width: 2em;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -1em;
    margin-top: -1em;
    text-align: center;
    z-index: 9;
    font-size: 2em;
}

.posterPreviewSmall{
  width: 27%;
  margin: 2%;
  position: absolute;
  top: 10%;
  left: 17%;
  transition: all 400ms;
  color: #efefef;
}

.posterPreviewSmaller{
  width: 19%;
  margin: 2%;
  position: absolute;
  top: 13%;
  left: 20%;
}

.posterPreview img{
  display: block;
  position: relative;
  height: 100%;
  width: auto;
  max-width: 100%;
}


.previewWidthLabel{
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: -13%;
  font-size: .75em;
  color: #efefef;
  text-align: center;
}

.previewHeightLabel{
  position: absolute;
  width: 50%;
  top: 40%;
  left: -42%;
  font-size: .75em;
  color: #efefef;
  text-align: center;
  transform: rotate(-90deg);
  opacity: 0.35;
}

.orderSummaryLine{

  display: block;
  position: relative;
  margin-bottom: 1em;
}

.orderSummaryLine span{
  vertical-align: middle;
}

.termsBox{
  display: inline-block;
  position: relative;
  width: 80%;
  padding: 2em;
  font-size: .75em;
  text-align: justify;
}

.plusMinusButtons{
  display: inline-block;
  position: relative;
  padding: 0.2em 0;
  width: 2em;
  margin: 0.2em;
  vertical-align: middle;
  background: rgba(255,255,255,0.1);
  cursor: pointer;
  border-radius: 0.2em;
}


.arrow-line {
  position: absolute;
  display: block;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
  width: 99%;
  top: -6%;
  left: 0.5%;
  opacity: 0.35;
}

.arrow-line::before, .arrow-line::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 1px;
  height: 5px;
  background: rgba(255,255,255,0.5);
}

.arrow-line::before {
    left: 0px;
}

.arrow-line::after {
    right: 0px;
}

.arrow-lineV {
  position: absolute;
  display: block;
  width: 1px;
  background-color: rgba(255,255,255,0.5);
  height: 99%;
  left: -10%;
  top: 0.5%;
  opacity: 0.35;
}

.arrow-lineV::before, .arrow-lineV::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 5px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}

.arrow-lineV::before {
    top: 0px;
}

.arrow-lineV::after {
    bottom: 0px;
}


.posterBackgrounds{
  display: block;
  position: absolute;
  width: 400%;
  left: 0; top: 0;
  transform: translateX(0);
  transition: transform 200ms;
}

.posterBackgrounds img{
  width: 25%;
  display: inline-block;
  position: relative;

}

.inlineImage{
  display: inline-block;
  position: relative;
  width: 20%;
  margin: 2%;
}

.checkMark{
  display: block;
  position: absolute;
  width: 20%;
  height: auto;
  left: 0.5em;
  color: #94ef94;
  font-size: 0.9em;
  top: 0.5em;
  text-align: left;
}


.checkMarkInline{
  display: inline-block;
  position: relative;
  width: 20%;
  height: auto;
  color: #94ef94;
  font-size: 0.9em;
  margin-top: 1em;
}

.posterThumbs{
  display: flex;
  justify-content: space-between;
}

.posterThumbs img{
  width: 100%;
  margin: 0;
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.25);
  cursor: pointer;
  border: 1px solid #fff;
}


.inlineGridImage{
  display: inline-block;
  position: relative;
  width: 40%;
  margin: 2%;
}


.posterGrids{
  display: flex;
  justify-content: center;
}

.posterGrids img{
  width: 100%;
  margin: 0;
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.25);
  cursor: pointer;
  border: 1px solid #fff;
}

.imageYellowBorder{
  border: 1px solid #ffb703 !important;
}

.posterForegrounds{
  display: block;
  position: relative;
  width: 200%;
  left: 0; top: 0;
  transform: translateX(0);
  transition: transform 200ms, opacity 450ms;
}

.posterForegrounds img{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.posterLocationBox{
  display: block;
  position: absolute;
  width: 100%;
  height: 5%;
  right: 0;
  top: 1.3%;
  text-align: right;
  z-index: 2;
}

.posterLocation{
  display: inline-block;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 8% 0 0 8%;
  padding: 1%;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-left: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  vertical-align: top;
  line-height: 1.5;
}

.posterLocationDatapoint{
  font-family: Courier, "Courier New", monospace;
}



.posterSizer{
  display: block;
  position: relative;
  width: 100%; height: auto;
  text-align: center;
}

.posterSizerPreview{
  display: block;
  position: relative;
  box-shadow: 0.2em 0.2em 0.3em 0px rgba(0,0,0,0.35);
  width: 96%;
  margin: 2%;
}

.posterSizerBg{
  width: 100%;
  margin: 0;
  vertical-align: top;
}

.posterSizerButton{
  display: inline-block;
  position: relative;
  width: 45%;
  margin: 2%;
  background: rgba(0,0,0,0.25);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
}

.buttonLeft{
  margin: 4% 2.5% 4% 0;
}

.buttonRight{
  margin: 4% 0 4% 2.5%;
}



.posterSizerButton:hover{
  color: #ffb703;
}

.posterSizerButtonInner{
  display: inline-block;
  position: relative;
  padding: 1em;
  font-weight: bold;
}

.buttonLine2{
  font-size: 0.7em;
  font-weight: lighter;
}


.dayDetailSection a{
  display: inline-block;
  position: relative;
}

.dayDetailSub{

  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: none !important;
}

.dayDetailSection .event{
    margin: 2% 0;
}

.topInfo{

}

.inlineDiv{
  display: inline-block;
  position: relative;
}

.topInfo .dayCarat:hover, a:hover, .monthName:hover, .location:hover{
  /*Things that should turn ORANGE on hover go here*/
  color: rgba(255, 183, 3, 0.95);
}



.yellowText{
  color: rgba(255, 183, 3, 0.95);
}

.link{
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.year:hover, .yellowText.inlineDiv:hover{
  /*Things that should turn WHITE on hover go here*/
  color: #fff;
}

.dayDetailSub input, .dayDetailSub textarea{

    margin: 0.25em;
    font-size: 1em;
    padding: 1%;
    width: 85%;

}


.eventForm{
  margin-top: 1em;
}



.dayDetailSub .aButton{
  margin: 1em 0.25em;
  font-size: 1em;
}

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

.detailSpacer{
  display: inline-block;
}


.detailBreak{
  display: block;
}

.detailBreakTop{
  display: none;
}


.topLi{
  margin-top: 3em;
}


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

.backgroundHolder{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  background: #222;
  background-size: 100% auto;
  background-position: center;
}

.vAlignFixer{
  display: inline-block;
  position: relative;
  width: 1px;
  height: 25em;
  vertical-align: bottom;
}


.vAlignMiddle{
  display: inline-block;
  position: relative;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.invisible{
  opacity: 0 !important;
  transform: translateY(-2%);
}

.semiVisible{
  opacity: 0.1 !important;
}

.hidden{
  display: none !important;
}



#calendar{
  width: 97%; height: 96%;
  left: 1.5%; top: 2%;
  position: absolute;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
  /*grid-template-rows: .4fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
  grid-auto-rows: .15fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 1px;
  row-gap: 1px;
  padding-bottom: 0px;
  transition: opacity 500ms, width 750ms, height 750ms, top 500ms;
  opacity: 1;
  font-size: 1em;
}


.settingsHolder i{
  color: #fff;
  font-size: 0.9em;
}

.settingsHolder i:hover{
  color: #ffb703;"
}

.settingsHolder .iconButtons{
  font-size: 1.4em;
  margin-top: 0.5em;
  position: relative;
  display: block;
}



.modalHolder.visible {
    opacity: 1;
    transform: scale(1);
    display: block;

}


.settings{
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.4em;
  width: 100%;
  height: 100%;
}

.settingsInner{
  display: inline-block;
  position: relative;
  width: 90%;
  vertical-align: middle;
  padding: 0;
  font-size: 0.85em;
}




.input{
  padding: 1em;
  border-radius: 0.5em;
  color: #023047;
  font-size: 1.35em;
  max-width: 80%;
  background: #ffb703;
}

input, textarea{
  width: 80%;
display: inline-block;
position: relative;
padding: 0.25em 3%;
font-size: 3em;
font-weight: 300;
font-size: 3em;
font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
font-weight: 300;
background: #023047;
color: #fff;
border: none;
border-radius: 0.1em;
box-shadow: 1px 1px 1px #000 inset, 1px 1px 1px rgb(255 255 255 / 50%);
vertical-align: middle;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
    color: #efefef !important;
}



.submitButton{
display: inline-block;
position: relative;
padding: none;
background: none;
border: none;
box-shadow: none;
vertical-align: middle;
width: 50%;
}


.newPaypalButton {
  background: #ffb703;
  display: inline-block;
  border-radius: 0.1em;
  padding: 1em;
  cursor: pointer;
  position: relative;
  transition: background 300ms;
  margin: 0.5em 0;
  color: #023047;
  text-transform: uppercase;
  font-size: 1.25em;
  font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
  font-weight: bold;
  box-shadow: 1px 1px 1px rgb(255 255 255 / 50%) inset, 1px 1px 1px rgb(0 0 0 / 50%);
  vertical-align: middle;
  text-decoration: none;
  width: 15em;
}

.newPaypalButton img{
  display: inline-block;
  position: relative;
  width: 4em;
  vertical-align: middle;
  margin-left: 0.22em;
}

.newPaypalButton span{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0.75em;
  margin-right: 0.22em;
}

.newPaypalButton:hover{
    background: rgba(255,255,255,0.35);
}



#paypal-button-container{
  margin-top: 0.5em;
  display: inline-block;
  border-radius: 0.25em;

  background: #efefef;
  width: 19em;
  border: 1px solid #ffb703;
  padding: 1em;
  transition: all 1500ms;
  max-height: 3000px;
  overflow: hidden;
}

.hiddenPaypalSection{
  max-height: 0px;
  padding: 0;
  border: 0;
  background: #ffffff1a;
}


.settingsSection{
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  font-size: 2em;
  font-weight: bold;
  color: #ffb703;
  margin: -0.2em 0 1.52em -1.25em;
  background: linear-gradient(90deg, rgb(12 26 37) 0%, rgba(29,71,101,1) 14%, rgba(29,71,101,0.951) 53%, rgba(29,71,101,1) 86%, rgb(12 26 37) 100%);
  border-radius: 0.5em;
  border: 0.25em solid #14252e;
  overflow: hidden;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 65%);
  border: 1px solid rgba(255, 183, 3, 0.95);
  transition: all 250ms;
}

.settingsSectionInner{
  font-size: 0.45em;
}

.selectHolder{
  display: inline-block;
  position: relative;
  margin: 1em;
  vertical-align: middle;
}

.hiddenSection{
  margin: 0 0 0 -1.25em;
  padding: 0 1em;
  opacity: 0;
  max-height: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0!important;
  background: #ffb703;
  background-image: none;
  flex: 1;
  padding: 0 0.5em;
  color: #023047;
  cursor: pointer;
  text-align: left;
  font-size: 2.5em;
  font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
font-weight: 300;
}
select::-ms-expand {
   display: none;
}
.select {
  position: relative;
  display: flex;
  width: 16em;
  height: 5em;
  line-height: 3;
  background: #5c6664;
  overflow: hidden;
  border-radius: 0.25em;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: -0.2em;
  font-size: 2em;
  right: 0;
  padding-right: 0.75em;
  background: #ffb703;
  color: #fb8500;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
}
.select:hover::after {
   color: #8ecae6;
}

option{
  background: #f5e1b0;
}


.locationButton{
  display: inline-block;
  position: relative;
  width: 45%;
  text-align: center;
  margin: 2em 0;
}

.locationButton .aButton{
  min-width: 45%;
}

.locationButton:hover .aButton{
    background: #f5e0a9;
}

.locationButton:hover .aButton{
    background: #f5e0a9;
}

.myLocationIcon{
  display: inline-block;
  position: relative;
  width: 70%;
  z-index: 0;
  margin-bottom: -0.95em;
  cursor: pointer;
  transition: filter 300ms;
  filter: brightness(1.0) drop-shadow(1px 0px 1px rgba(255,255,255,0.24));
}

.findLocationIcon{
  display: inline-block;
  position: relative;
  width: 70%;
  z-index: 0;
  margin-bottom: -0.95em;
  cursor: pointer;
  transition: filter 300ms;
  filter: brightness(1.0) drop-shadow(1px 0px 1px rgba(255,255,255,0.24));
}

.locationButton:hover .locationIcon{
    filter: brightness(1.35) drop-shadow(1px 0px 1px rgba(255,255,255,0.24));
}



.option{
  margin: 2em;
  color: #efefef;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 80%;

}


.option div{
  display: inline-block;
  position: relative;

}

.optionTitle{
  margin-left: 1%;
}

.submitting .option{
  margin: 1em;
}


.toggle-switch {
  position: relative;
  height: 2.5em;
  display: inline-block;
  padding: 0 0.5em;
}

.toggle-switch input[type="checkbox"] {
    display: none;
}

.toggle-switch .slider {
  position: relative;
  display: block;
  top: 0.25em;
  right: 0;
  width: 1em;
  height: 2.15em;
  background-color: #042535;
  cursor: pointer;
  transition: .4s;
  border-radius: 34px;
}

.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 1.2em;
  width: 1.2em;
  left: -0.1em;
  bottom: 0;

  background: url(/graphics/newMoon.webp);
  transition: .4s;
  transform: translateY(20%);
  border-radius: 50%;
  background-position: center;
  background-size: contain;
}

.toggle-switch input:checked + .slider {
    background-color: #f1dba3;
}

.toggle-switch input:checked + .slider:before {
    transform: translateY(-90%);
    background: url(/graphics/fullMoon.webp);
      background-position: center;
      background-size: contain;
}




.toggle-switch-h {
  position: absolute;
  left: 0;
  top: 0;
  width: 4em;
  height: 100%;
  display: inline-block;
  padding: 0 0.5em;
}

.toggle-switch-h input[type="checkbox"] {
    display: none;
}

.toggle-switch-h .slider {
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  width: 2.45em;
  height: 1.25em;
  background-color: #042535;
  cursor: pointer;
  transition: .4s;
  vertical-align: middle;
  border-radius: 34px;
}

.toggle-switch-h .slider:before {
  position: absolute;
  content: "";
  height: 0.85em;
  width: 0.85em;
  top: 0.2em;
  bottom: 0;
  background: url(/graphics/newMoon.webp);
  transition: .4s;
  transform: translateX(0.2em);
  border-radius: 50%;
  background-position: center;
  background-size: contain;
}

.toggle-switch-h input:checked + .slider {
    background-color: #f1dba3;
}

.toggle-switch-h input:checked + .slider:before {
    transform: translateX(1.5em);
    background: url(/graphics/fullMoon.webp);
      background-position: center;
      background-size: contain;
}



.settingsInfoLine{
  width: 94%;
  display: inline-block;
  position: relative;
  padding: 0.45em 3%;
  margin: 0.5em 0;
  font-size: 3em;
  font-weight: 300;
  font-size: 2em;
  font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
  font-weight: 300;
  background: #5f97b330;
  color: #fff;
  border-radius: 0.1em;
  border: none;
}


.settingsInfoLine div{
  display: inline-block;
  position: relative;

}

.settingsLocationLine{
  width: 94%;
  display: inline-block;
  position: relative;
  padding: 0.45em 3%;
  font-size: 3em;
  font-weight: 300;
  font-size: 2em;
  font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
  font-weight: 300;
  color: #fff;
  border-radius: 0.1em;
  border: none;
}

.settingsLocationLine div{
  display: inline-block;
  position: relative;

}

.nobg{
  background: none;
}


.result {
  width: 94%;
  display: inline-block;
  position: relative;
  padding: 0.45em 3%;
  margin: 0.15em;
  font-size: 3em;
  font-weight: 300;
  font-size: 2em;
  font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
  font-weight: 300;
  background: #8ecae6;
  color: #023047;
  border-radius: 0.1em;
  border: none;
  box-shadow: 1px 1px 1px rgb(255 255 255 / 50%) inset, 1px 1px 1px rgb(0 0 0 / 50%);
  cursor: pointer;
}

.result:hover{
  background: #669ab3;
}

.result div{
  display: inline-block;
}


.aButton {
    background: #ffb703;
    display: inline-block;
    border-radius: 0.1em;
    padding: 0.25em 0.5em;
    cursor: pointer;
    position: relative;
    transition: background 300ms;
    margin: 0.1em;
    margin-left: 0.3em;
    color: #023047;
    font-size: 2.9em;
    font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
    font-weight: 300;
    box-shadow: 1px 1px 1px rgb(255 255 255 / 50%) inset, 1px 1px 1px rgb(0 0 0 / 50%);
    vertical-align: middle;
    text-decoration: none;
}

.aButton:hover{
    background: #f5e0a9;
}


.aOption {
  background: #a1c9e5;
  display: inline-block;
  border-radius: 0.1em;
  padding: 1em;
  cursor: pointer;
  position: relative;
  transition: background 300ms;
  margin: 0.1em;
  margin-left: 0.3em;
  color: #000;
  font-size: 1em;
  font-family: 'Calibri', 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
  font-weight: 300;
  box-shadow: 1px 1px 1px rgb(255 255 255 / 50%) inset, 1px 1px 1px rgb(0 0 0 / 50%);
  vertical-align: middle;
  text-decoration: none;
}

.aOption:hover{
    background: #2b6d9f;
}


.aOptionSelected{
  background: #3c7fb1;
  color: #fff;
}

.aOption i{
  display: none;
}

.aOptionSelected i{
  display: inline-block;
}

.disabled{
  background: #d3d2cf;
  color: #9d9d9c;

}


.starTrail{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  display: none;

}

.starTrailRight{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  display: none;

}

.monthNameHolder{
  display: inline-block;
  position: relative;
  width: 60%;
  vertical-align: middle;
}

.monthArrow{
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 5px;
}

.monthArrow i{
  color: #ffb703;
}

.monthArrow i:hover{
  color: #fff;
}

.monthName{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.year{
  color: #ffb703;
  font-size: 1em;
  line-height: 0.75;
  font-weight: 500;
}

.locationHolder{
  display: inline-block;
  position: relative;
  margin-top: 0.15em;
}

.location{
  color: #fff;
  font-size: 0.75em;
  margin: 0.5em;
  line-height: 0.8;
}


.monthLabel{
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 3em;
  text-transform: uppercase;

}

.monthLabel .month{
    color: rgba(0,0,0,0.2);
}

.monthLabel .year{
   color: rgba(0,0,0,0.4);
}

.day{
  font-size: 0.64em;
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #222;
  overflow: hidden;
  opacity: 0;
  transition: opacity 800ms, background 800ms;

}

.day:not(.spacer):not(.dayLabel):hover {
  box-shadow: 0 0 1px 1px rgba(255,255,255,1) inset;
}

.day:not(.spacer):not(.dayLabel){
  cursor: pointer;
}


.spacer:hover{

}


.dayOfWeekInline{
  display: none;
  font-size: 0.5em;
}




.show{
  opacity: 1 !important;
}


.today{
  box-shadow: 0 0px 0px 1px rgb(136 194 222) inset;
}

.dayLabel{
  background: #1a4a62;
  width: 100%;
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  border: none !important;
}

.fullScreenButton{
  display: block;
  position: absolute;
  width: 2em;
  height: 100%;
  right: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.fullScreenButton i{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.dayNumber{
  display: block;
  position: absolute;
  left: .4em; top: .2em;
  z-index: 9;
  font-size: 4.5em;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
  transition: opacity 500ms;
  opacity: 1;
  font-family: 'Segoe', 'Segoe UI', 'Optima', 'Arial', 'sans-serif';
}

.fullMoon .dayNumber{
  color: #fff;
}

.newMoon .dayNumber{
  color: #fff;
}

.dayNumber span{
  vertical-align: middle;
}

.dayEventLabel{
  font-size: 0.6em;
}

.lightNumber{
  color: #fff !important;
}

.bottomHalfOff{
  display: inline-block;
  position: relative;
  width: 65%;
  margin: 5px;
  min-width: 130px;
  text-align: left;
  vertical-align: bottom;
}


.bottomHalf{
  display: inline-block;
  position: relative;
  width: 48%;
  text-align: right;
  vertical-align: bottom;
  font-family: 'Roboto Mono', monospace;
  transition: opacity 350ms;
  opacity: 1;
}



.dayCarat{
  display: inline-block;
  position: relative;
  min-width: 1em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.bottomHalfLeft{
  text-align: left;
}


.events{
  display: inline-block;
  position: relative;
  width: 96%;
  max-height: 90%;
  bottom: 6%;
  font-size: 6.5em;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25em;
}

.eventsSmallText{
    font-size: 6em !important;
}

.event{
  display: inline-block;
  position: relative;
  width: 75%;
  font-size: 0.85em;
  z-index: 1;
}


.eventDetailsList{
  display: block;
  position: relative;
  width: 100%;
  font-size: 1em;
  text-align: left;

}

.anEventDetail{
  display: block;
  position: relative;
  overflow: hidden;
  width: 96%;
  margin: 20px 0;
  margin-left: 2%;
  text-align: left;
  min-height: 100px;
  border-bottom: 1px solid #3a5c72;
  padding-bottom: 1em;
}

.anEventDetail .event{
  font-size: 0.775em;
}

.submitting{
  text-align: center;
}

.anEventDetail img{
  width: 20% !important;
  max-width: 90px;
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
  opacity: 1 !important;
}

.comma{
    margin-bottom: 0.1em;
}

.submitterName{
  display: inline-block;
  color: #fff !important;
  font-size: 0.8em;
}

.externalLinks{
  display: inline-block;
  position: relative;
  padding: 0; margin: 0;
  color: #efefef !important;
  font-size: 0.85em;
  width: 130%;
}

.externalLinks i{
  font-size: 0.7em;
}

.externalLinks a{
  text-decoration: none;
}

.dayDetailFloat{
  display: inline-block;
  position: relative;
  width: 45%;
  margin: 0;
  padding: 0;
  font-size: 0.125em;
  vertical-align: top;
  text-align: left;
}

.dayLocationLink{
  font-size: 0.75em;
  border-bottom: 1px dotted rgba(255,255,255,0.25);
  cursor: pointer;
}

.dayLocationLink:hover{
  color: #efefef;
}



.dayDetailSection .dayDetailFloat:last-child{
    border-left: 1px solid #3a5c72;
}

.dayDetailSection .dayDetailFloat:last-child .sunTimes{
    margin-left: 1em;
}

.eventIcon{
  width: 20%;
  max-width: 90px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 90%;
  margin-right: -4em;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.eventBg{
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  right: 0; top: 0;
  margin-right: -4em;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.eventBg img{
  width: 60%;
  max-width: 280px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


/* SPECIFIC EVENTS STYLES */

.meteor{
  z-index: 0;
}

.meteorShower .eventBgImage{
  display: none;
}


.meteor1{
  display: block; position: absolute;
  width: 20%; height: auto;
  left: 20%; top: 0;
  animation: meteor1 5000ms linear infinite;
  transition: opacity 2500ms;
  transform: translatey(-100%) translatex(100%);
 }
 .meteor2{
   display: block; position: absolute;
   width: 30%; height: auto;
   left: 30%; top: 0;
   animation: meteor1 5000ms linear infinite;
   transition: opacity 3300ms;
    transform: translatey(-100%) translatex(100%);
  }
  .meteor3{
    display: block; position: absolute;
    width: 38%; height: auto;
    left: 35%; top: 0;
    animation: meteor1 5000ms linear infinite;
    transition: opacity 4800ms;
   transform: translatey(-100%) translatex(100%);
   }
   .meteor4{
     display: block; position: absolute;
     width: 25%; height: auto;
     left: 40%; top: 0;
     animation: meteor1 5000ms linear infinite;
     transition: opacity 5200ms;
     transform: translatey(-100%) translatex(100%);
    }
    .meteor5{
      display: block; position: absolute;
      width: 25%; height: auto;
      left: 50%; top: 0;
      animation: meteor1 5000ms linear infinite;
      transition: opacity 6700ms;
      transform: translatey(-100%) translatex(100%);
     }

     .meteor6{
       display: block; position: absolute;
       width: 29%; height: auto;
       left: 55%; top: 0;
       animation: meteor1 5000ms linear infinite;
       transition: opacity 6700ms;
        transform: translatey(-100%) translatex(100%);
      }

      .meteor7{
        display: block; position: absolute;
        width: 39%; height: auto;
        left: 58%; top: 0;
        animation: meteor1 5050ms linear infinite;
        transition: opacity 6700ms;
         transform: translatey(-100%) translatex(100%);
       }


       .meteor8{
         display: block; position: absolute;
         width: 39%; height: auto;
         left: 63%; top: 0;
         animation: meteor1 5050ms linear infinite;

         transition: opacity 6700ms;
          transform: translatey(-100%) translatex(100%);
        }

        .meteor9{
          display: block; position: absolute;
          width: 39%; height: auto;
          left: 66%; top: 0;
          animation: meteor1 4050ms linear infinite;
          transition: opacity 6700ms;
           transform: translatey(-100%) translatex(100%);
         }

         .meteor10{
           display: block; position: absolute;
           width: 39%; height: auto;
           left: 43%; top: 0;
           animation: meteor1 4050ms linear infinite;
           transition: opacity 6700ms;
            transform: translatey(-100%) translatex(100%);
          }


    .auroras{
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      overflow-y: hidden;
      overflow-x: visible;
    }

    .aurora{
      display: block;
      position: absolute;
      width: 50%; height: 150%;
      z-index: 0;
    }
    .a1{
      left: -5%;
      top: -25%;
      background: rgb(241,184,37);
      background: radial-gradient(ellipse, rgba(54,207,106,0.5) 0%, rgba(9,121,48,0) 50%);
      background-size: 100% 200%;
      background-position: 0% 50%;
      animation: horizontalMove 5s linear infinite, fade 5s linear infinite;
    }

    .a2{
      left: 5%;
      top: -15%;
      background: rgb(241,184,37);
      background: radial-gradient(ellipse, rgba(245,155,212,0.4) 0%, rgba(9,121,48,0) 27%);
      background-size: 100% 200%;
      background-position: 0% 50%;
      animation: horizontalMove2 4s linear infinite, fade 4s linear infinite;
    }

    .a3{
      left: 10%;
      top: -28%;
      background: rgb(241,184,37);
      background: radial-gradient(ellipse, rgba(93,245,140,0.63) 0%, rgba(9,121,48,0) 50%);
      background-size: 100% 200%;
      background-position: 0% 50%;
      animation: horizontalMove1 20s linear infinite, fade 30s linear infinite;
    }

    .a4{
      left: 20%;
      top: -35%;
      background: rgb(241,184,37);
      background: radial-gradient(ellipse, rgba(241,93,195,0.39) 0%, rgba(9,121,48,0) 40%);
      background-size: 100% 200%;
      background-position: 0% 50%;
      animation: horizontalMove3 12s linear infinite, fade 9s linear infinite;
    }

    .a5{
      left: 29%;
      top: -12%;
      background: rgb(241,184,37);
      background: radial-gradient(ellipse, rgba(96,241,93,0.33) 0%, rgba(9,121,48,0) 30%);
      background-size: 100% 200%;
      background-position: 0% 50%;
      animation: horizontalMove 7s linear infinite, fade 7s linear infinite;
    }


    @keyframes horizontalMove {
      0%{
        transform: translateX(-20px) rotate(10deg);
      }
      50% {
        transform: translateX(0px) rotate(10deg);
      }
       100% {
        transform: translateX(50px) rotate(10deg);
      }
    }

    @keyframes horizontalMove2 {
      0%{
        transform: translateX(-15px) rotate(10deg);
      }
      70% {
        transform: translateX(0px) rotate(10deg);
      }
      100% {
        transform: translateX(15px) rotate(10deg);
      }
    }

    @keyframes horizontalMove3 {
      0%{
        transform: translateX(-10px) rotate(10deg);
      }
      30% {
        transform: translateX(0px) rotate(10deg);
      }
      100% {
        transform: translateX(-10px) rotate(10deg);
      }
    }

    @keyframes fade {
      0%{
        opacity: 0.0;
      }
      50% {
        opacity: 0.8;
      }
      100% {
        opacity: 0.0;
      }

    }


.dayDetailSub .meteor{
  /* Within the details window we need the meteors to be smaller they want to get all huge and shiz */
  max-width: 10%;
  margin-left: 20%;
}



 @keyframes meteor1 {

     0% {
       transform: translatey(-100%) translatex(100%);
       -webkit-filter: drop-shadow(0 0 0 rgba(255,255,255, 0.5));
       filter: drop-shadow(0 0 0 rgba(255,255,255, 0.5));
       opacity: 0;
       filter: brightness(3);
    }

    /* Finish changes by here */
    5% {

      -webkit-filter: drop-shadow(2px 2px 12px rgba(255,255,255, 0.5));
         filter: drop-shadow(2px 2px 12px rgba(255,255,255, 0.5));
         opacity: 1;
         filter: brightness(3);
    }

    10% {

      -webkit-filter: drop-shadow(2px 2px 12px rgba(255,255,255, 0.5));
         filter: drop-shadow(2px 2px 12px rgba(255,255,255, 0.5));
         opacity: 1;
         filter: brightness(1);
    }

    15% {
      transform: translatey(0%) translatex(0%);
      -webkit-filter: drop-shadow(2px 2px 12px rgba(255,255,255, 1));
         filter: drop-shadow(2px 2px 12px rgba(255,255,255, 1));
         opacity: 0;
         filter: brightness(1);
    }

    /* Between 20% and 100%, nothing changes */
    100% {
      transform: translatey(0%) translatex(0%);
      -webkit-filter: drop-shadow(2px 2px 12px rgba(255,255,255, 1));
         filter: drop-shadow(2px 2px 12px rgba(255,255,255, 1));
         opacity: 0;
         filter: brightness(1);
    }

 }



 .alignmentEvent{
    display: block;
    position: relative;
    width: 100%;
}

.alignmentEvent img{
    display: inline-block;
    position: relative;
    width: 15%;
    height: auto;
    margin-right: -4em;
    margin-left: -5%;
    opacity: 0;
    transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}





.showEvent{
  opacity: 1 !important;
  margin-right: 0 !important;
}




.conjunctionEvent{
  display: block;
  position: absolute;
  width: 100%;
  bottom: -200%;
  opacity: 0;
  transition: bottom 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.showConjunctions{
  bottom: 100%;
  opacity: 1;
}



.conjunctionEvent img{
  width: 150%;
  margin-left: -25%;
  margin-bottom: -50%;
  height: auto;
  display: inline-block;
  position: relative;
}


.moonTimes{
  display: inline-block;
  position: relative;
  z-index:2;
  vertical-align: middle;
  font-size: 6em;
  margin: .2em;

}

.moonPhaseTop{
  display: block;
  position: relative;
  font-weight: bold;
  color: #fff;

}

.sunTimes{
  display: inline-block;
  position: relative;
  z-index:2;
  vertical-align: middle;
   font-size: 6em;
  margin: .2em;

}

.detailLabel{
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: #8ecae6;
}

.detailData{
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}

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

.spacer{
  background: rgba(255,255,255,0.15);
}
.bottomSpacer{
  box-shadow: 0px 2px 0px 0px rgba(255,183,6,1) inset;
}

.topSpacer{
  box-shadow: 0px -2px 0px 0px rgba(255,183,6,1) inset;
}


.firstBottom{
  box-shadow: 2px 2px 0px 0px rgba(255,183,6,1) inset;
}

.lastTop{
  box-shadow: -2px -2px 0px 0px rgba(255,183,6,1) inset;
}

/****************ONLY MOON STUFF BELOW**************************/

.moonSizer{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95%;
  min-height: 10%;
  font-size: 0.275em;
  padding: 2%;
  text-align: center;
  z-index: 1;
}

.dayDetailSection .moonSizer{
  font-size: 0.125em !important;
  position: relative;
}


.sunHolder{
    display: inline-block;
    position: relative;
    width: 14em;
    height: 14em;
    vertical-align: middle;
   margin: 0.5em;
}

.dayDetailSection .sunHolder{
  margin: 9em;
  vertical-align: top;
  transform: scale(2) translateY(0);
}

.sun{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/sun.png);
  background-size: 100% 100%;
  animation: spinner 2s ease-out 1;
  animation-delay: 2s;
}

.dayDetailSection .sun{
  animation: none;
}

.moonHolder{
    display: inline-block;
    position: relative;
    width: 14em;
    height: 14em;
    vertical-align: middle;
    margin: 0.5em;

    transition: transform 900ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(55em);

}

.show .moonHolder{
  transform: translateY(0);
}

.dayDetailSection .moonHolder{
  margin: 10em;
  vertical-align: top;
  transform: scale(2) translateY(0);
}



.quarter .quarterMoon{
  display: block;
  position: absolute;
  width: 1px; height: 120%;
  left: 50%; margin-left: -1px;
  top: -10%;
  background: #000;
  z-index: 1;
}

.brightMoon{
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(/graphics/fullMoon.webp);
  background-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 0em 0em;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(/graphics/fullMoon.webp);
  transition: all 900ms;
}

.fullMoonIcon{
  position:absolute;
  padding-top: 68%;
  width: 68%;
  background: url(/graphics/fullMoon.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -32%;
  top: -0%;
  margin-top: -32%;
  display: none;
}

.fullMoon .fullMoonIcon{
  display: block;
}

.newMoonIcon{
  position:absolute;
  padding-top: 68%;
  width: 68%;
  background: url(/graphics/newMoon.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -32%;
  top: -0%;
  margin-top: -32%;
  display: none;
}

.newMoon .newMoonIcon{
  display: block;
}


.solarEclipse .newMoonIcon{
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/solarEclipse.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lunarEclipse .fullMoonIcon{
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/lunarEclipse.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.blueMoon .fullMoonIcon{
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/blueMoon.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.dayDetailSub .fullMoonIcon{
  padding-top: 38%;
  width: 38%;
  right: -19%;
  margin-top: -19%;
  left: auto;
}

.dayDetailSub .newMoonIcon{
  padding-top: 38%;
  width: 38%;
  right: -19%;
  margin-top: -19%;
  left: auto;
}


.darkMoon{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(/graphics/newMoon.webp);
  background-size: 100% 100%;
  box-shadow: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 0em 0em;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(/graphics/fullMoon.webp);
  transition: all 900ms;
}



.dayBg{
  /*background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newDarkSkyBg3.jpg);*/
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newBgTransparentLess3.png);
  background-size: 3000% auto;
  background-repeat: no-repeat;

}

.darkMode .dayBg{
  background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newBgDark7.png);
  color: #efefef !important;
  background-size: 3000% auto;
  background-repeat: no-repeat;
}


.daySubBg{
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  z-index: 30;
  transition: background 300ms;
}


.border1{
  background: #4186a7e0;
}
.border2{
  background: #66c4f1d1;
}
.border3{
  background: #9fe8efe0;
}
.border4{
  background: #87d1b9e0;
}
.border5{
  background: #87d189e0;
}
.border6{
  background: #ccd187e0;
}
.border7{
  background: #f2c368e0;
}

.postersModalHolder .currentLocation{
  cursor: pointer;
}

.currentLocation{
  padding: 10px;

}

.currentLocation div{
  display: inline-block;
}



.optionsData{
  color: #ffb703;
}

.more_info {
  border-bottom: 1px dotted;
  position: relative;
}

.more_info .title {
  position: absolute;
  top: 20px;
  background: silver;
  padding: 4px;
  left: 0;
  white-space: nowrap;
}


.printAddress{
  display: none;
}

/* PRINT STLES HERE DOWN */


.supportMessage{
  font-size: 1.2em;
}


@media print {





.noPrint{
  display: none !important;
}

  #calendar{
    width: 100%; height: 100%;
    left: 0; top: 0;
    position: relative;
    column-gap: 2px;
    row-gap: 2px;
    opacity: 1 !important;
  }

  .rainbows{
    display: none;
  }


.modalHolder{
  display: none;
}

.newTopMenuHolder{
  display: none;
}


  .darkMode .dayBg{
    /*background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newDarkSkyBg3.jpg);*/
    background: url(https://d36syl5mhjs16o.cloudfront.net/nightsonearth/graphics/newBgTransparentLess3.png);
    background-size: 3000% auto;
    color: #222 !important;
    background-repeat: no-repeat;
  }



  .printAddress{
    display: inline-block !important;
  }

  .moonSizer{
      font-size: 0.22em;
  }

  body{
    font-size: 11px;
  }

  .settings{
    font-size: 2.5em !important;
  }

  .settingsInner{
    font-size: 0.85em;
  }

  .location{
    font-weight: 400;
  }

  .monthName{
    font-size: 1.1em !important;
  }
  .year{
    font-size: 1.5em !important;
  }



  .today{
    box-shadow: none;
  }

  .day{
    box-shadow: none !important;
  }

  .dayNumber{
    font-size: 3em;
  }

  .supportMessage{
    display: none !important;
  }

  i{
    display: none !important;
  }


  .er{
    display: none !important;
  }



  .meteorShower .eventBgImage{
    display: block;
  }

  .meteor{
    display: none;
  }


  .fullMoonIcon{
    width: 75%;
    padding-top: 75%;
  }

  .newMoonIcon{
    width: 75%;
    padding-top: 75%;
  }

  .dayEventLabel{
    display: none;
  }



  .squareLogoHolder::after {
    content: "nightsonearth.com";
    display: block;
    position: relative;
    width: 100%;
    height: 10%;
    font-size: .65em;
    color: #efefef;
    left: 0;
    margin-top: -0.2em;
  }



}


@media only screen and (min-width: 1750px)  {
  .moonSizer{
    font-size: 0.325em;
  }




}


/* MOBILE*/


@media only screen and (max-width: 1800px)  {
  .moonSizerNO{
    font-size: 0.225em;
  }



  .settingsInner{
    font-size: 0.85em;
  }


}


@media only screen and (max-height: 1050px)  {

  #calendar{
    width: 100%; height: 100%;
    left: 0; top: 0;
  }

}

@media only screen and (max-width: 1500px)  {



  .detailSpacer{
    display: none;
  }
  .detailBreakTop{
    display: block;
  }


  .moonSizer{
    font-size: 0.24em;
  }

  .brForSmall{
    display: block;
  }

  .locationButton .aButton{
    min-width: 70%;
  }

}

@media print and (min-aspect-ratio: 20/21) and (max-aspect-ratio: 21/20) {
  #calendar{
    display: none !important;
  }
}

/*
@media only screen and (max-width: 1200px)  {
@media (max-aspect-ratio: 3 / 2) {
*/




.calendarTopPromo{
  display: none;
}



@media only screen and (max-width: 1200px){
  .moonSizer{
    font-size: 0.425em;
  }

  #calendar{
    width: 100%; height: auto;
    min-height: 300%;
    left: auto; top: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1px;
    row-gap: 1px;
    padding-bottom: 0px;
    transition: opacity 500ms, top 500ms;
  }

  .calendarSlideDownForPromo{
    top: 100px !important;
  }

  .calendarTopPromo{
    text-align: center;
    display: block;
    position: absolute;
    left: 0; top: -120px;
    width: 100%;
    height: 100px;
    font-weight: bolder;
    color: #fff;
    font-size: 1.5em;
    background: #081c29de;
    transition: top 750ms;
    cursor: pointer;
  }

  .calendarTopPromoText{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 75%;
    text-decoration: underline;
  }

  .calendarTopPromoStars{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 5%;
  }

  .calendarTopPromoVisible{
    top: 0;
  }





  #thankYou{
    font-size: 1.5em;
  }

  input, textarea{
    width: 72%;
  }

.modalInner{
  font-size: 0.65em;
}



.newTopMenuItem{

  margin: 0 0.1em;
  padding: 0.65em;
  font-size: 1.25em;

}

.newTopMenuItem:hover{
  background: rgba(255,255,255,0.25);
}

.newTopMenuItemNoHover{
  padding: inherit;
}

.cartMenuItem{
  font-size: 1.0em;
}

.cartCountSmall{
  top: 10%;
}

.closeModalButton{
  margin: 0.5em;
  padding: 0.25em;
  font-size: 1.05em;
}

.detailBreak{
  display: none;
}


.externalLinks a{
  display: block;
}

.externalLinks .inlineDiv{
  display: block !important;
}

.externalLinks .spaces{
  display: none;
}

.day{
  aspect-ratio: 1;
}

.dayOfWeekInline{
  display: inline-block !important;
}


  .dayLabel, .spacer{
    display: none;
  }


  .settingsHolder{
    display: block !important;
  }



.mobileSettings{
  display: block !important;
}


.bottomSpacer{
  box-shadow: none !important;
}

.topSpacer{
  box-shadow: none !important;
}


.events{
  font-size: 7em;
}



  .bgHolder{
    animation: slide 120s linear infinite;
   }





   .bgHolder .subBg{
   background-size: auto 100%;
   background-position: right;
   }



   .bgHolder .subBg2{
   background-size: auto 100%;
   background-position: right;
   }

   .bgHolder .subBg3{
     background-size: auto 100%;
     background-position: right;
     }

     .bgHolderBorder{
       mask-image: none;
       -webkit-mask-image:none;
     }





     .dayDetailSection{
       font-size: 2.25em;
     }




    .dayDetailSection .sunHolder{
      display: block;
      position: absolute;
      right: 0;
    }
    .dayDetailSection .moonHolder{
      display: block;
      position: absolute;
      right: 0;
    }





    .dayDetailSection .dayDetailFloat{
      width: 96%;
      border-right: none !important;
      margin: 2em 0 5em 0;
    }



    .dayDetailSection .dayDetailFloat:first-child{
        border-bottom: 1px solid #3a5c72;
        padding-bottom: 5em;
    }

    .dayDetailSection .dayDetailFloat:last-child{
      border-left: 0;
    }

    .dayDetailSection .dayDetailFloat:last-child .sunTimes{
        margin-left: 0.2em;
    }






    .printOptionsHolder {
        position: relative;
        width: 100%;
        display: block;
        position: relative;
    }

    .printOptionVertical {
        display: inline-block;
        position: relative;
        width: 100%;
        min-height: 200px;
        border-radius: 1em;
        margin-top: 4em;
    }

    .printOptionVertical:first-of-type {
        margin-top: 2em;
    }

    .printOptionVerticalHeader {
        font-size: 1.0em;
        top: -2em;
    }


    .printOptionVertical img {
        max-width: 45%;
        display: inline-block;
        position: relative;
        margin: 1%;
        vertical-align: middle;
        background: rgba(0,0,0,0.2);
    }

    .printOptionVertical i {
        font-size: 0.5em;
    }

    .printOptionVertical a {
        font-size: 1.0em;
    }


    .printOptionList {
        display: inline-block;
        position: relative;
        width: 45%;
        vertical-align: middle;
        margin: 1%;
    }


    .printOptionListItem {
        padding: 5%;
        font-size: 0.75em;
    }


    .smallScreenBreak{
      display: none;
    }

}


@media only screen and (max-width: 700px)  {
  .moonSizer{
    font-size: 0.25em;
    margin-bottom: 2%;
  }

  .calBannerText {
    display: block;
    position: relative;
    width: 90%;
    left: 5%;
    top: 1em;
    color: #fff;
}

.calBannerImages {
    display: block;
    position: relative;
    width: 90%;
    left: 5%;
    top: 1em;
    aspect-ratio: 1 / 1;
    color: #222;
    margin-bottom: 1em;
}


/*
  .bgHolder .subBg{
  background-size: auto 100%;
  background-position: right;
  }



  .bgHolder .subBg2{
  background-size: auto 100%;
  background-position: right;
  }

  .bgHolder .subBg3{
    background-size: auto 100%;
    background-position: right;
    }

    .bgHolderBorder{
      mask-image: none;
      -webkit-mask-image:none;
    }
    */
}

@media only screen and (max-height: 950px){
  .settingsHolder .iconButtons{
    margin-top: 0.2em;
  }
}


@media only screen and (max-height: 850px) and (min-aspect-ratio: 2 / 1.5)  {

  /*Very wide and short screens */

  #calendar{
    width: 100%; height: auto;
    min-height: 100%;
    left: 0; top: 0;
  }

  .day{
    aspect-ratio: 1;
  }

}


/* Maximum aspect ratio */
@media (min-aspect-ratio: 2 / 1) {





}
